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"