diff --git a/NewWorldCompanion.Interfaces/IScreenProcessHandler.cs b/NewWorldCompanion.Interfaces/IScreenProcessHandler.cs
index 9e361dd..358381b 100644
--- a/NewWorldCompanion.Interfaces/IScreenProcessHandler.cs
+++ b/NewWorldCompanion.Interfaces/IScreenProcessHandler.cs
@@ -15,10 +15,13 @@ public interface IScreenProcessHandler
Bitmap? RoiImage { get; }
Bitmap? OcrImage { get; }
Bitmap? OcrImageCount { get; }
+ Bitmap? OcrImageCountRaw { get; }
int OverlayX { get; }
int OverlayY { get; }
int OverlayWidth { get; }
int OverlayHeigth { get; }
+
+ void ProcessImageCountOCRDebug(int minR, int minG, int minB, int maxR, int maxG, int maxB);
}
}
diff --git a/NewWorldCompanion.Services/Data/CraftingRecipes.json b/NewWorldCompanion.Services/Data/CraftingRecipes.json
index 17e752c..da53382 100644
--- a/NewWorldCompanion.Services/Data/CraftingRecipes.json
+++ b/NewWorldCompanion.Services/Data/CraftingRecipes.json
@@ -57091,8 +57091,8 @@
"AdditionalFilterText": "@ui_sword",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -57101,7 +57101,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Weaponsmithing",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -57110,7 +57110,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -57126,10 +57126,10 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -57137,8 +57137,8 @@
"Qty1": 10,
"Qty2": 2,
"Qty3": 1,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_WeaponsmithingT5",
@@ -57588,8 +57588,8 @@
"AdditionalFilterText": "@ui_warhammer",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -57598,7 +57598,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Weaponsmithing",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -57607,7 +57607,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -57623,19 +57623,19 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
"Type7": "",
- "Qty1": 15,
- "Qty2": 3,
- "Qty3": 2,
- "Qty4": null,
- "Qty5": null,
+ "Qty1": 10,
+ "Qty2": 2,
+ "Qty3": 1,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_WeaponsmithingT5",
@@ -58085,8 +58085,8 @@
"AdditionalFilterText": "@ui_greataxe",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -58095,7 +58095,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Weaponsmithing",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -58104,7 +58104,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -58120,19 +58120,19 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
"Type7": "",
- "Qty1": 15,
- "Qty2": 3,
- "Qty3": 2,
- "Qty4": null,
- "Qty5": null,
+ "Qty1": 10,
+ "Qty2": 2,
+ "Qty3": 1,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_WeaponsmithingT5",
@@ -58582,8 +58582,8 @@
"AdditionalFilterText": "@ui_shield",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -58592,7 +58592,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Weaponsmithing",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -58601,7 +58601,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -58617,10 +58617,10 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -58628,8 +58628,8 @@
"Qty1": 10,
"Qty2": 2,
"Qty3": 1,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_WeaponsmithingT5",
@@ -59079,8 +59079,8 @@
"AdditionalFilterText": "@ui_shield",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -59089,7 +59089,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Weaponsmithing",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -59098,7 +59098,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -59114,19 +59114,19 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
"Type7": "",
- "Qty1": 11,
+ "Qty1": 10,
"Qty2": 2,
"Qty3": 1,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_WeaponsmithingT5",
@@ -59434,8 +59434,8 @@
"AdditionalFilterText": "@ui_shield",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -59444,7 +59444,7 @@
"CraftingFee": 748,
"UseCraftingTax": 1,
"Tradeskill": "Weaponsmithing",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -59453,7 +59453,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -59469,19 +59469,19 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
"Type7": "",
- "Qty1": 13,
+ "Qty1": 10,
"Qty2": 2,
"Qty3": 1,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_WeaponsmithingT5",
@@ -59931,8 +59931,8 @@
"AdditionalFilterText": "@ui_sword @ui_rapier",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -59941,7 +59941,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Weaponsmithing",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -59950,7 +59950,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -59966,10 +59966,10 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -59977,8 +59977,8 @@
"Qty1": 10,
"Qty2": 2,
"Qty3": 1,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_WeaponsmithingT5",
@@ -73279,8 +73279,8 @@
"AdditionalFilterText": "@ui_throwingaxe",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -73289,7 +73289,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Engineering",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -73298,7 +73298,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -73314,10 +73314,10 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -73325,8 +73325,8 @@
"Qty1": 10,
"Qty2": 2,
"Qty3": 1,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_EngineeringT5",
@@ -73776,8 +73776,8 @@
"AdditionalFilterText": "@ui_bow",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -73786,7 +73786,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Engineering",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "engineering5",
"StationType2": "",
"StationType3": "",
@@ -73795,7 +73795,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -73811,10 +73811,10 @@
"Type2": "Category_Only",
"Ingredient3": "Cloth",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -73822,8 +73822,8 @@
"Qty1": 15,
"Qty2": 3,
"Qty3": 2,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_EngineeringT5",
@@ -74273,8 +74273,8 @@
"AdditionalFilterText": "@ui_musket",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -74283,7 +74283,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Engineering",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "engineering5",
"StationType2": "",
"StationType3": "",
@@ -74292,7 +74292,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -74308,10 +74308,10 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -74319,8 +74319,8 @@
"Qty1": 15,
"Qty2": 3,
"Qty3": 2,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_EngineeringT5",
@@ -74770,8 +74770,8 @@
"AdditionalFilterText": "@ui_spear",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -74780,7 +74780,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Engineering",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -74789,7 +74789,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -74805,10 +74805,10 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -74816,8 +74816,8 @@
"Qty1": 15,
"Qty2": 3,
"Qty3": 2,
- "Qty4": null,
- "Qty5": null,
+ "Qty4": 10,
+ "Qty5": 1,
"Qty6": null,
"Qty7": null,
"GameEventID": "Craft_EngineeringT5",
@@ -75125,8 +75125,8 @@
"AdditionalFilterText": "@ui_blunderbuss",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -75135,7 +75135,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Engineering",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "engineering5",
"StationType2": "",
"StationType3": "",
@@ -75144,7 +75144,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -75160,10 +75160,10 @@
"Type2": "Category_Only",
"Ingredient3": "Leather",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
- "Ingredient5": "",
- "Type5": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
+ "Ingredient5": "MadnessIncarnateT1",
+ "Type5": "Item",
"Ingredient6": "",
"Type6": "",
"Ingredient7": "",
@@ -87408,8 +87408,8 @@
"AdditionalFilterText": "@CategoryData_SlotHead",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -87418,7 +87418,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -87427,7 +87427,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -87443,8 +87443,8 @@
"Type2": "Category_Only",
"Ingredient3": "Cloth",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -87454,7 +87454,7 @@
"Qty1": 8,
"Qty2": 6,
"Qty3": 4,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -87905,8 +87905,8 @@
"AdditionalFilterText": "@CategoryData_SlotChest",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -87915,7 +87915,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -87924,7 +87924,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -87940,8 +87940,8 @@
"Type2": "Category_Only",
"Ingredient3": "Cloth",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -87951,7 +87951,7 @@
"Qty1": 16,
"Qty2": 12,
"Qty3": 7,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -88402,8 +88402,8 @@
"AdditionalFilterText": "@CategoryData_SlotHands",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -88412,7 +88412,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -88421,7 +88421,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -88437,8 +88437,8 @@
"Type2": "Category_Only",
"Ingredient3": "Cloth",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -88448,7 +88448,7 @@
"Qty1": 4,
"Qty2": 4,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -88899,8 +88899,8 @@
"AdditionalFilterText": "@CategoryData_SlotLegs",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -88909,7 +88909,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -88918,7 +88918,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -88934,8 +88934,8 @@
"Type2": "Category_Only",
"Ingredient3": "Cloth",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -88945,7 +88945,7 @@
"Qty1": 10,
"Qty2": 6,
"Qty3": 2,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -89396,8 +89396,8 @@
"AdditionalFilterText": "@CategoryData_SlotFeet",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -89406,7 +89406,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "blacksmith5",
"StationType2": "",
"StationType3": "",
@@ -89415,7 +89415,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -89431,8 +89431,8 @@
"Type2": "Category_Only",
"Ingredient3": "Cloth",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -89442,7 +89442,7 @@
"Qty1": 10,
"Qty2": 6,
"Qty3": 2,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -89893,8 +89893,8 @@
"AdditionalFilterText": "@CategoryData_SlotHead",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -89903,7 +89903,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -89912,7 +89912,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -89928,8 +89928,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -89939,7 +89939,7 @@
"Qty1": 11,
"Qty2": 6,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -90390,8 +90390,8 @@
"AdditionalFilterText": "@CategoryData_SlotChest",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -90400,7 +90400,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -90409,7 +90409,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -90425,8 +90425,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -90436,7 +90436,7 @@
"Qty1": 22,
"Qty2": 12,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -90887,8 +90887,8 @@
"AdditionalFilterText": "@CategoryData_SlotHands",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -90897,7 +90897,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -90906,7 +90906,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -90922,8 +90922,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -90933,7 +90933,7 @@
"Qty1": 4,
"Qty2": 4,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -91384,8 +91384,8 @@
"AdditionalFilterText": "@CategoryData_SlotLegs",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -91394,7 +91394,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -91403,7 +91403,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -91419,8 +91419,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -91430,7 +91430,7 @@
"Qty1": 10,
"Qty2": 6,
"Qty3": 2,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -91881,8 +91881,8 @@
"AdditionalFilterText": "@CategoryData_SlotFeet",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -91891,7 +91891,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -91900,7 +91900,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -91916,8 +91916,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -91927,7 +91927,7 @@
"Qty1": 5,
"Qty2": 3,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -92378,8 +92378,8 @@
"AdditionalFilterText": "@CategoryData_SlotHead",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -92388,7 +92388,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -92397,7 +92397,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -92413,8 +92413,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -92424,7 +92424,7 @@
"Qty1": 11,
"Qty2": 6,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -92875,8 +92875,8 @@
"AdditionalFilterText": "@CategoryData_SlotChest",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -92885,7 +92885,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -92894,7 +92894,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -92910,8 +92910,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -92921,7 +92921,7 @@
"Qty1": 22,
"Qty2": 12,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -93372,8 +93372,8 @@
"AdditionalFilterText": "@CategoryData_SlotHands",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -93382,7 +93382,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -93391,7 +93391,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -93407,8 +93407,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -93418,7 +93418,7 @@
"Qty1": 4,
"Qty2": 4,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -93869,8 +93869,8 @@
"AdditionalFilterText": "@CategoryData_SlotLegs",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -93879,7 +93879,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -93888,7 +93888,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -93904,8 +93904,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -93915,7 +93915,7 @@
"Qty1": 10,
"Qty2": 6,
"Qty3": 2,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -94366,8 +94366,8 @@
"AdditionalFilterText": "@CategoryData_SlotFeet",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -94376,7 +94376,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Armoring",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "outfitting5",
"StationType2": "",
"StationType3": "",
@@ -94385,7 +94385,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -94401,8 +94401,8 @@
"Type2": "Category_Only",
"Ingredient3": "Metal",
"Type3": "Category_Only",
- "Ingredient4": "",
- "Type4": "",
+ "Ingredient4": "DesecratedFleshT1",
+ "Type4": "Item",
"Ingredient5": "",
"Type5": "",
"Ingredient6": "",
@@ -94412,7 +94412,7 @@
"Qty1": 5,
"Qty2": 3,
"Qty3": 1,
- "Qty4": null,
+ "Qty4": 10,
"Qty5": null,
"Qty6": null,
"Qty7": null,
@@ -163946,8 +163946,8 @@
"AdditionalFilterText": "",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -163956,7 +163956,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Arcana",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "alchemy5",
"StationType2": "",
"StationType3": "",
@@ -163965,7 +163965,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -163983,18 +163983,18 @@
"Type3": "Category_Only",
"Ingredient4": "ArcanaFire",
"Type4": "Category_Only",
- "Ingredient5": "",
- "Type5": "",
- "Ingredient6": "",
- "Type6": "",
+ "Ingredient5": "DesecratedFleshT1",
+ "Type5": "Item",
+ "Ingredient6": "MadnessIncarnateT1",
+ "Type6": "Item",
"Ingredient7": "",
"Type7": "",
"Qty1": 12,
"Qty2": 5,
"Qty3": 6,
"Qty4": 1,
- "Qty5": null,
- "Qty6": null,
+ "Qty5": 10,
+ "Qty6": 1,
"Qty7": null,
"GameEventID": "Craft_ArcanaT5",
"Game Event Validation": true,
@@ -164443,8 +164443,8 @@
"AdditionalFilterText": "",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -164453,7 +164453,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Arcana",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "alchemy5",
"StationType2": "",
"StationType3": "",
@@ -164462,7 +164462,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -164480,18 +164480,18 @@
"Type3": "Category_Only",
"Ingredient4": "ArcanaLife",
"Type4": "Category_Only",
- "Ingredient5": "",
- "Type5": "",
- "Ingredient6": "",
- "Type6": "",
+ "Ingredient5": "DesecratedFleshT1",
+ "Type5": "Item",
+ "Ingredient6": "MadnessIncarnateT1",
+ "Type6": "Item",
"Ingredient7": "",
"Type7": "",
"Qty1": 12,
"Qty2": 5,
"Qty3": 6,
"Qty4": 1,
- "Qty5": null,
- "Qty6": null,
+ "Qty5": 10,
+ "Qty6": 1,
"Qty7": null,
"GameEventID": "Craft_ArcanaT5",
"Game Event Validation": true,
@@ -164940,8 +164940,8 @@
"AdditionalFilterText": "",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -164950,7 +164950,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Arcana",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "alchemy5",
"StationType2": "",
"StationType3": "",
@@ -164959,7 +164959,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -164977,18 +164977,18 @@
"Type3": "Category_Only",
"Ingredient4": "ArcanaWater",
"Type4": "Category_Only",
- "Ingredient5": "",
- "Type5": "",
- "Ingredient6": "",
- "Type6": "",
+ "Ingredient5": "DesecratedFleshT1",
+ "Type5": "Item",
+ "Ingredient6": "MadnessIncarnateT1",
+ "Type6": "Item",
"Ingredient7": "",
"Type7": "",
"Qty1": 12,
"Qty2": 5,
"Qty3": 6,
"Qty4": 1,
- "Qty5": null,
- "Qty6": null,
+ "Qty5": 10,
+ "Qty6": 1,
"Qty7": null,
"GameEventID": "Craft_ArcanaT5",
"Game Event Validation": true,
@@ -165437,8 +165437,8 @@
"AdditionalFilterText": "",
"RecipeTags": "",
"DisplayIngredients": "",
- "bKnownByDefault": false,
- "bListedByDefault": false,
+ "bKnownByDefault": true,
+ "bListedByDefault": true,
"CraftAll": false,
"IsRefining": false,
"IsProcedural": true,
@@ -165447,7 +165447,7 @@
"CraftingFee": 449,
"UseCraftingTax": 1,
"Tradeskill": "Arcana",
- "RecipeLevel": 160,
+ "RecipeLevel": 180,
"StationType1": "alchemy5",
"StationType2": "",
"StationType3": "",
@@ -165456,7 +165456,7 @@
"OutputQty": 1,
"ItemID": "",
"SkipGrantItems": null,
- "BaseGearScore": 500,
+ "BaseGearScore": 550,
"BaseTier": 5,
"ProceduralTierID1": "",
"ProceduralTierID2": "",
@@ -165474,18 +165474,18 @@
"Type3": "Category_Only",
"Ingredient4": "ArcanaDeath",
"Type4": "Category_Only",
- "Ingredient5": "",
- "Type5": "",
- "Ingredient6": "",
- "Type6": "",
+ "Ingredient5": "DesecratedFleshT1",
+ "Type5": "Item",
+ "Ingredient6": "MadnessIncarnateT1",
+ "Type6": "Item",
"Ingredient7": "",
"Type7": "",
"Qty1": 12,
"Qty2": 5,
"Qty3": 6,
"Qty4": 1,
- "Qty5": null,
- "Qty6": null,
+ "Qty5": 10,
+ "Qty6": 1,
"Qty7": null,
"GameEventID": "Craft_ArcanaT5",
"Game Event Validation": true,
diff --git a/NewWorldCompanion.Services/Data/HouseItems.json b/NewWorldCompanion.Services/Data/HouseItems.json
index 3d0048d..b61eb39 100644
--- a/NewWorldCompanion.Services/Data/HouseItems.json
+++ b/NewWorldCompanion.Services/Data/HouseItems.json
@@ -4143,6 +4143,510 @@
"AudioDestroyed": "",
"Notes": ""
},
+ {
+ "HouseItemID": "House_HousingItem_Entitlement_FateFortune2022_Armillary01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_Armillary01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "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_FateFortune2022_Armillary01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_FateFortune2022_Armillary01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_FateFortune2022_Armillary01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_FateFortune2022_Armillary01.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_FateFortune2022_Astrolabe01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_Astrolabe01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "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_FateFortune2022_Astrolabe01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_FateFortune2022_Astrolabe01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_FateFortune2022_Astrolabe01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_FateFortune2022_Astrolabe01.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_FateFortune2022_Game01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_Game01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "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_FateFortune2022_Game01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_FateFortune2022_Game01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_FateFortune2022_Game01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_FateFortune2022_Game01.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_FateFortune2022_Hourglass01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_Hourglass01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "UIHousingCategory": "Misc",
+ "HousingTag1 Placed": "OnFloor",
+ "HousingTag2": "+IsSmallDecor",
+ "HousingTag3": "+IsAnimated",
+ "HousingTag5 Buffs": "+NoStacking",
+ "HousingTags": "OnFloor+IsSmallDecor+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_FateFortune2022_Hourglass01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_FateFortune2022_Hourglass01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_FateFortune2022_Hourglass01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_FateFortune2022_Hourglass01.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_FateFortune2022_PalmStatue01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_PalmStatue01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "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_FateFortune2022_PalmStatue01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_FateFortune2022_PalmStatue01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_FateFortune2022_PalmStatue01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_FateFortune2022_PalmStatue01.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_FateFortune2022_ScryingTable01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_ScryingTable01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "UIHousingCategory": "Tables",
+ "HousingTag1 Placed": "OnFloor",
+ "HousingTag2": "+IsTableOther",
+ "HousingTag3": "+IsAnimated",
+ "HousingTag5 Buffs": "",
+ "HousingTags": "OnFloor+IsTableOther+IsAnimated",
+ "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_FateFortune2022_ScryingTable01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_FateFortune2022_ScryingTable01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_FateFortune2022_ScryingTable01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_FateFortune2022_ScryingTable01.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_FateFortune2022_Tapestry01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_Tapestry01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "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_FateFortune2022_Tapestry01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_FateFortune2022_Tapestry01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_FateFortune2022_Tapestry01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_FateFortune2022_Tapestry01.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_FateFortune2022_CeilingLight01",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/House_FateFortune2022_CeilingLight01",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "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_FateFortune2022_CeilingLight01_MasterName",
+ "Description": "@House_HousingItem_Entitlement_Lighting_FateFortune2022_CeilingLight01_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_FateFortune2022_CeilingLight01.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_FateFortune2022_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_Pet_Entitlement_Pig_Fortune",
+ "ExcludeFromGame": 0,
+ "PrefabPath": "Housing/Items/Themes/FateFortune2022/HousingItem_Pig_Fortune",
+ "DEV-FurnitureSet": "MTX-Pack-08-FateFortune",
+ "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": "HousingItemPetPig",
+ "Name": "@House_HousingItem_Pet_Entitlement_Pig_Fortune_MasterName",
+ "Description": "@House_HousingItem_Pet_Entitlement_Pig_Fortune_Description",
+ "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Pig_Fortune.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Pig_Fortune.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,
diff --git a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Crafting.json b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Crafting.json
index 62ed9f3..2095a56 100644
--- a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Crafting.json
+++ b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Crafting.json
@@ -5088,111 +5088,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SandT1",
- "Name": "@SandT1_MasterName",
- "ItemType": "Resource",
- "ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SandT1_Description",
- "ItemClass": "Resource",
- "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": false,
- "UseMaterialAffix": false,
- "UseMagicAffix": false,
- "IconCaptureGroup": "",
- "UiItemClass": "UI_Material",
- "RDyeSlotDisabled": null,
- "GDyeSlotDisabled": null,
- "BDyeSlotDisabled": null,
- "ADyeSlotDisabled": null,
- "ArmorAppearanceM": "",
- "ArmorAppearanceF": "",
- "WeaponAppearanceOverride": "",
- "ConfirmDestroy": "",
- "ConfirmBeforeUse": false,
- "ConsumeOnUse": false,
- "PrefabPath": "",
- "HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SandT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SandT1.png",
- "MaxStackSize": 10000,
- "DeathDropPercentage": 0,
- "Nonremovable": null,
- "IsMissionItem": null,
- "IsUniqueItem": "",
- "ContainerLevel": null,
- "ContainerGS": null,
- "ExceedMinIndex": "",
- "ExceedMaxIndex": "",
- "IsSalvageable": false,
- "SalvageResources": null,
- "IsRepairable": false,
- "RepairDustModifier": null,
- "RepairRecipe": "",
- "CraftingRecipe": "",
- "RepairGameEventID": "",
- "SalvageGameEventID": "",
- "SalvageAchievement": "",
- "RepairTypes": "",
- "IngredientCategories": "",
- "IngredientBonusPrimary": null,
- "IngredientBonusSecondary": null,
- "IngredientGearScoreBaseBonus": null,
- "IngredientGearScoreMaxBonus": null,
- "ExtraBonusItemChance": "",
- "Durability": null,
- "DurabilityDmgOnDeath": null,
- "DestroyOnBreak": false,
- "Weight": 1,
- "AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Generic",
- "AudioPlace": "Play_UI_Drop_Generic",
- "AudioUse": "Play_UI_Use_Generic",
- "AudioCreated": "Play_UI_Created_Generic",
- "AudioDestroyed": "",
- "MannequinTag": "",
- "SoundTableID": "",
- "WarboardGatherStat": "",
- "WarboardDepositStat": "",
- "Notes": "",
- "HideInLootTicker": "",
- "HideFromRewardOpenPopup": null
- },
- {
- "ItemID": "SandT2",
- "Name": "@SandT2_MasterName",
+ "ItemID": "FaeIronT1",
+ "Name": "@FaeIronT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SandT2_Description",
- "ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "Description": "@FaeIronT1_Description",
+ "ItemClass": "Resource+Ore",
+ "TradingCategory": "Resources",
+ "TradingFamily": "RawResources",
+ "TradingGroup": "Ore",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -5215,13 +5119,13 @@
"PerkBucket3": "",
"PerkBucket4": "",
"PerkBucket5": "",
- "ForceRarity": null,
+ "ForceRarity": 1,
"RequiredLevel": null,
"UseTypeAffix": false,
"UseMaterialAffix": false,
"UseMagicAffix": false,
"IconCaptureGroup": "",
- "UiItemClass": "UI_Material",
+ "UiItemClass": "UI_Smelting",
"RDyeSlotDisabled": null,
"GDyeSlotDisabled": null,
"BDyeSlotDisabled": null,
@@ -5230,12 +5134,12 @@
"ArmorAppearanceF": "",
"WeaponAppearanceOverride": "",
"ConfirmDestroy": "",
- "ConfirmBeforeUse": false,
+ "ConfirmBeforeUse": null,
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SandT2.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SandT2.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/OreT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/OreT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -5255,40 +5159,40 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "",
- "IngredientBonusPrimary": null,
- "IngredientBonusSecondary": null,
+ "IngredientCategories": "MetalT2,Metal",
+ "IngredientBonusPrimary": 10,
+ "IngredientBonusSecondary": 5,
"IngredientGearScoreBaseBonus": null,
- "IngredientGearScoreMaxBonus": null,
+ "IngredientGearScoreMaxBonus": 5,
"ExtraBonusItemChance": "",
"Durability": null,
"DurabilityDmgOnDeath": null,
"DestroyOnBreak": false,
- "Weight": 1,
+ "Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Generic",
- "AudioPlace": "Play_UI_Drop_Generic",
- "AudioUse": "Play_UI_Use_Generic",
- "AudioCreated": "Play_UI_Created_Generic",
+ "AudioPickup": "Play_UI_Pickup_Stone",
+ "AudioPlace": "Play_UI_Drop_Stone",
+ "AudioUse": "Play_UI_Use_Stone",
+ "AudioCreated": "Play_UI_Created_Stone",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
- "WarboardGatherStat": "",
- "WarboardDepositStat": "",
+ "WarboardGatherStat": "Bow",
+ "WarboardDepositStat": "bow",
"Notes": "",
"HideInLootTicker": "",
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SandT3",
- "Name": "@SandT3_MasterName",
+ "ItemID": "VoidsteelT1",
+ "Name": "@VoidsteelT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SandT3_Description",
- "ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "Description": "@VoidsteelT1_Description",
+ "ItemClass": "Resource+Ingot",
+ "TradingCategory": "Resources",
+ "TradingFamily": "RawResources",
+ "TradingGroup": "Ore",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -5311,13 +5215,13 @@
"PerkBucket3": "",
"PerkBucket4": "",
"PerkBucket5": "",
- "ForceRarity": null,
+ "ForceRarity": 2,
"RequiredLevel": null,
"UseTypeAffix": false,
"UseMaterialAffix": false,
"UseMagicAffix": false,
"IconCaptureGroup": "",
- "UiItemClass": "UI_Material",
+ "UiItemClass": "UI_Smelting",
"RDyeSlotDisabled": null,
"GDyeSlotDisabled": null,
"BDyeSlotDisabled": null,
@@ -5326,12 +5230,12 @@
"ArmorAppearanceF": "",
"WeaponAppearanceOverride": "",
"ConfirmDestroy": "",
- "ConfirmBeforeUse": false,
+ "ConfirmBeforeUse": null,
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SandT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SandT3.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/IngotT3.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/IngotT3.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -5351,40 +5255,40 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "",
- "IngredientBonusPrimary": null,
- "IngredientBonusSecondary": null,
+ "IngredientCategories": "MetalT3,Metal",
+ "IngredientBonusPrimary": 10,
+ "IngredientBonusSecondary": 5,
"IngredientGearScoreBaseBonus": null,
- "IngredientGearScoreMaxBonus": null,
+ "IngredientGearScoreMaxBonus": 5,
"ExtraBonusItemChance": "",
"Durability": null,
"DurabilityDmgOnDeath": null,
"DestroyOnBreak": false,
- "Weight": 1,
+ "Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Generic",
- "AudioPlace": "Play_UI_Drop_Generic",
- "AudioUse": "Play_UI_Use_Generic",
- "AudioCreated": "Play_UI_Created_Generic",
+ "AudioPickup": "Play_UI_Pickup_Stone",
+ "AudioPlace": "Play_UI_Drop_Stone",
+ "AudioUse": "Play_UI_Use_Stone",
+ "AudioCreated": "Play_UI_Created_Stone",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
- "WarboardGatherStat": "",
- "WarboardDepositStat": "",
+ "WarboardGatherStat": "Bow",
+ "WarboardDepositStat": "bow",
"Notes": "",
"HideInLootTicker": "",
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SandT4",
- "Name": "@SandT4_MasterName",
+ "ItemID": "BlessedCrucibleT1",
+ "Name": "@BlessedCrucibleT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SandT4_Description",
+ "Description": "@BlessedCrucibleT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "TradingCategory": "Resources",
+ "TradingFamily": "RawResources",
+ "TradingGroup": "Ore",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -5407,13 +5311,13 @@
"PerkBucket3": "",
"PerkBucket4": "",
"PerkBucket5": "",
- "ForceRarity": null,
+ "ForceRarity": 3,
"RequiredLevel": null,
"UseTypeAffix": false,
"UseMaterialAffix": false,
"UseMagicAffix": false,
"IconCaptureGroup": "",
- "UiItemClass": "UI_Material",
+ "UiItemClass": "UI_Smelting",
"RDyeSlotDisabled": null,
"GDyeSlotDisabled": null,
"BDyeSlotDisabled": null,
@@ -5422,12 +5326,12 @@
"ArmorAppearanceF": "",
"WeaponAppearanceOverride": "",
"ConfirmDestroy": "",
- "ConfirmBeforeUse": false,
+ "ConfirmBeforeUse": null,
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SandT4.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SandT4.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedClayPot.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedClayPot.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -5447,36 +5351,36 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "",
- "IngredientBonusPrimary": null,
- "IngredientBonusSecondary": null,
+ "IngredientCategories": "MetalT4,Metal",
+ "IngredientBonusPrimary": 10,
+ "IngredientBonusSecondary": 5,
"IngredientGearScoreBaseBonus": null,
- "IngredientGearScoreMaxBonus": null,
+ "IngredientGearScoreMaxBonus": 5,
"ExtraBonusItemChance": "",
"Durability": null,
"DurabilityDmgOnDeath": null,
"DestroyOnBreak": false,
- "Weight": 1,
+ "Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Generic",
- "AudioPlace": "Play_UI_Drop_Generic",
- "AudioUse": "Play_UI_Use_Generic",
- "AudioCreated": "Play_UI_Created_Generic",
+ "AudioPickup": "Play_UI_Pickup_Stone",
+ "AudioPlace": "Play_UI_Drop_Stone",
+ "AudioUse": "Play_UI_Use_Stone",
+ "AudioCreated": "Play_UI_Created_Stone",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
- "WarboardGatherStat": "",
- "WarboardDepositStat": "",
+ "WarboardGatherStat": "Bow",
+ "WarboardDepositStat": "bow",
"Notes": "",
"HideInLootTicker": "",
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FaeIronT1",
- "Name": "@FaeIronT1_MasterName",
+ "ItemID": "AzuriteChunkT1",
+ "Name": "@AzuriteChunkT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FaeIronT1_Description",
+ "Description": "@AzuriteChunkT1_Description",
"ItemClass": "Resource+Ore",
"TradingCategory": "Resources",
"TradingFamily": "RawResources",
@@ -5486,7 +5390,7 @@
"GearScoreOverride": null,
"MinGearScore": null,
"MaxGearScore": null,
- "Tier": 2,
+ "Tier": 4,
"ItemStatsRef": "",
"GrantsHWMBump": "",
"IgnoreNameChanges": null,
@@ -5503,7 +5407,7 @@
"PerkBucket3": "",
"PerkBucket4": "",
"PerkBucket5": "",
- "ForceRarity": 1,
+ "ForceRarity": 3,
"RequiredLevel": null,
"UseTypeAffix": false,
"UseMaterialAffix": false,
@@ -5522,8 +5426,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/OreT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/OreT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/EnchantedEarthT3.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/EnchantedEarthT3.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -5543,7 +5447,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "MetalT2,Metal",
+ "IngredientCategories": "MetalT4,Metal",
"IngredientBonusPrimary": 10,
"IngredientBonusSecondary": 5,
"IngredientGearScoreBaseBonus": null,
@@ -5568,12 +5472,12 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "VoidsteelT1",
- "Name": "@VoidsteelT1_MasterName",
+ "ItemID": "CinnabarT1",
+ "Name": "@CinnabarT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@VoidsteelT1_Description",
- "ItemClass": "Resource+Ingot",
+ "Description": "@CinnabarT1_Description",
+ "ItemClass": "Resource+Ore",
"TradingCategory": "Resources",
"TradingFamily": "RawResources",
"TradingGroup": "Ore",
@@ -5582,7 +5486,7 @@
"GearScoreOverride": null,
"MinGearScore": null,
"MaxGearScore": null,
- "Tier": 3,
+ "Tier": 5,
"ItemStatsRef": "",
"GrantsHWMBump": "",
"IgnoreNameChanges": null,
@@ -5599,7 +5503,7 @@
"PerkBucket3": "",
"PerkBucket4": "",
"PerkBucket5": "",
- "ForceRarity": 2,
+ "ForceRarity": 4,
"RequiredLevel": null,
"UseTypeAffix": false,
"UseMaterialAffix": false,
@@ -5618,8 +5522,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/IngotT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/IngotT3.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -5639,7 +5543,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "MetalT3,Metal",
+ "IngredientCategories": "MetalT5,Metal",
"IngredientBonusPrimary": 10,
"IngredientBonusSecondary": 5,
"IngredientGearScoreBaseBonus": null,
@@ -5664,12 +5568,12 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "BlessedCrucibleT1",
- "Name": "@BlessedCrucibleT1_MasterName",
+ "ItemID": "TolviumT1",
+ "Name": "@TolviumT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@BlessedCrucibleT1_Description",
- "ItemClass": "Resource",
+ "Description": "@TolviumT1_Description",
+ "ItemClass": "Resource+Ingot",
"TradingCategory": "Resources",
"TradingFamily": "RawResources",
"TradingGroup": "Ore",
@@ -5678,7 +5582,7 @@
"GearScoreOverride": null,
"MinGearScore": null,
"MaxGearScore": null,
- "Tier": 4,
+ "Tier": 5,
"ItemStatsRef": "",
"GrantsHWMBump": "",
"IgnoreNameChanges": null,
@@ -5695,7 +5599,7 @@
"PerkBucket3": "",
"PerkBucket4": "",
"PerkBucket5": "",
- "ForceRarity": 3,
+ "ForceRarity": 4,
"RequiredLevel": null,
"UseTypeAffix": false,
"UseMaterialAffix": false,
@@ -5714,8 +5618,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedClayPot.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedClayPot.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/OreT4.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/OreT4.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -5735,295 +5639,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "MetalT4,Metal",
- "IngredientBonusPrimary": 10,
- "IngredientBonusSecondary": 5,
- "IngredientGearScoreBaseBonus": null,
- "IngredientGearScoreMaxBonus": 5,
- "ExtraBonusItemChance": "",
- "Durability": null,
- "DurabilityDmgOnDeath": null,
- "DestroyOnBreak": false,
- "Weight": 3,
- "AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
- "AudioDestroyed": "",
- "MannequinTag": "",
- "SoundTableID": "",
- "WarboardGatherStat": "Bow",
- "WarboardDepositStat": "bow",
- "Notes": "",
- "HideInLootTicker": "",
- "HideFromRewardOpenPopup": null
- },
- {
- "ItemID": "AzuriteChunkT1",
- "Name": "@AzuriteChunkT1_MasterName",
- "ItemType": "Resource",
- "ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@AzuriteChunkT1_Description",
- "ItemClass": "Resource+Ore",
- "TradingCategory": "Resources",
- "TradingFamily": "RawResources",
- "TradingGroup": "Ore",
- "BindOnPickup": null,
- "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": 3,
- "RequiredLevel": null,
- "UseTypeAffix": false,
- "UseMaterialAffix": false,
- "UseMagicAffix": false,
- "IconCaptureGroup": "",
- "UiItemClass": "UI_Smelting",
- "RDyeSlotDisabled": null,
- "GDyeSlotDisabled": null,
- "BDyeSlotDisabled": null,
- "ADyeSlotDisabled": null,
- "ArmorAppearanceM": "",
- "ArmorAppearanceF": "",
- "WeaponAppearanceOverride": "",
- "ConfirmDestroy": "",
- "ConfirmBeforeUse": null,
- "ConsumeOnUse": false,
- "PrefabPath": "",
- "HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/EnchantedEarthT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/EnchantedEarthT3.png",
- "MaxStackSize": 10000,
- "DeathDropPercentage": 0,
- "Nonremovable": null,
- "IsMissionItem": null,
- "IsUniqueItem": "",
- "ContainerLevel": null,
- "ContainerGS": null,
- "ExceedMinIndex": "",
- "ExceedMaxIndex": "",
- "IsSalvageable": false,
- "SalvageResources": null,
- "IsRepairable": false,
- "RepairDustModifier": null,
- "RepairRecipe": "",
- "CraftingRecipe": "",
- "RepairGameEventID": "",
- "SalvageGameEventID": "",
- "SalvageAchievement": "",
- "RepairTypes": "",
- "IngredientCategories": "MetalT4,Metal",
- "IngredientBonusPrimary": 10,
- "IngredientBonusSecondary": 5,
- "IngredientGearScoreBaseBonus": null,
- "IngredientGearScoreMaxBonus": 5,
- "ExtraBonusItemChance": "",
- "Durability": null,
- "DurabilityDmgOnDeath": null,
- "DestroyOnBreak": false,
- "Weight": 3,
- "AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
- "AudioDestroyed": "",
- "MannequinTag": "",
- "SoundTableID": "",
- "WarboardGatherStat": "Bow",
- "WarboardDepositStat": "bow",
- "Notes": "",
- "HideInLootTicker": "",
- "HideFromRewardOpenPopup": null
- },
- {
- "ItemID": "CinnabarT1",
- "Name": "@CinnabarT1_MasterName",
- "ItemType": "Resource",
- "ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CinnabarT1_Description",
- "ItemClass": "Resource+Ore",
- "TradingCategory": "Resources",
- "TradingFamily": "RawResources",
- "TradingGroup": "Ore",
- "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": 4,
- "RequiredLevel": null,
- "UseTypeAffix": false,
- "UseMaterialAffix": false,
- "UseMagicAffix": false,
- "IconCaptureGroup": "",
- "UiItemClass": "UI_Smelting",
- "RDyeSlotDisabled": null,
- "GDyeSlotDisabled": null,
- "BDyeSlotDisabled": null,
- "ADyeSlotDisabled": null,
- "ArmorAppearanceM": "",
- "ArmorAppearanceF": "",
- "WeaponAppearanceOverride": "",
- "ConfirmDestroy": "",
- "ConfirmBeforeUse": null,
- "ConsumeOnUse": false,
- "PrefabPath": "",
- "HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png",
- "MaxStackSize": 10000,
- "DeathDropPercentage": 0,
- "Nonremovable": null,
- "IsMissionItem": null,
- "IsUniqueItem": "",
- "ContainerLevel": null,
- "ContainerGS": null,
- "ExceedMinIndex": "",
- "ExceedMaxIndex": "",
- "IsSalvageable": false,
- "SalvageResources": null,
- "IsRepairable": false,
- "RepairDustModifier": null,
- "RepairRecipe": "",
- "CraftingRecipe": "",
- "RepairGameEventID": "",
- "SalvageGameEventID": "",
- "SalvageAchievement": "",
- "RepairTypes": "",
- "IngredientCategories": "MetalT5,Metal",
- "IngredientBonusPrimary": 10,
- "IngredientBonusSecondary": 5,
- "IngredientGearScoreBaseBonus": null,
- "IngredientGearScoreMaxBonus": 5,
- "ExtraBonusItemChance": "",
- "Durability": null,
- "DurabilityDmgOnDeath": null,
- "DestroyOnBreak": false,
- "Weight": 3,
- "AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
- "AudioDestroyed": "",
- "MannequinTag": "",
- "SoundTableID": "",
- "WarboardGatherStat": "Bow",
- "WarboardDepositStat": "bow",
- "Notes": "",
- "HideInLootTicker": "",
- "HideFromRewardOpenPopup": null
- },
- {
- "ItemID": "TolviumT1",
- "Name": "@TolviumT1_MasterName",
- "ItemType": "Resource",
- "ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@TolviumT1_Description",
- "ItemClass": "Resource+Ingot",
- "TradingCategory": "Resources",
- "TradingFamily": "RawResources",
- "TradingGroup": "Ore",
- "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": 4,
- "RequiredLevel": null,
- "UseTypeAffix": false,
- "UseMaterialAffix": false,
- "UseMagicAffix": false,
- "IconCaptureGroup": "",
- "UiItemClass": "UI_Smelting",
- "RDyeSlotDisabled": null,
- "GDyeSlotDisabled": null,
- "BDyeSlotDisabled": null,
- "ADyeSlotDisabled": null,
- "ArmorAppearanceM": "",
- "ArmorAppearanceF": "",
- "WeaponAppearanceOverride": "",
- "ConfirmDestroy": "",
- "ConfirmBeforeUse": null,
- "ConsumeOnUse": false,
- "PrefabPath": "",
- "HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/OreT4.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/OreT4.png",
- "MaxStackSize": 10000,
- "DeathDropPercentage": 0,
- "Nonremovable": null,
- "IsMissionItem": null,
- "IsUniqueItem": "",
- "ContainerLevel": null,
- "ContainerGS": null,
- "ExceedMinIndex": "",
- "ExceedMaxIndex": "",
- "IsSalvageable": false,
- "SalvageResources": null,
- "IsRepairable": false,
- "RepairDustModifier": null,
- "RepairRecipe": "",
- "CraftingRecipe": "",
- "RepairGameEventID": "",
- "SalvageGameEventID": "",
- "SalvageAchievement": "",
- "RepairTypes": "",
- "IngredientCategories": "MetalT5,Metal",
+ "IngredientCategories": "MetalT5,Metal",
"IngredientBonusPrimary": 10,
"IngredientBonusSecondary": 5,
"IngredientGearScoreBaseBonus": null,
@@ -7858,10 +7474,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -7954,10 +7570,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8050,10 +7666,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8146,10 +7762,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8242,10 +7858,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8338,10 +7954,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8434,10 +8050,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8530,10 +8146,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8626,10 +8242,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8722,10 +8338,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8818,10 +8434,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -8914,10 +8530,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9010,10 +8626,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9106,10 +8722,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9202,10 +8818,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9298,10 +8914,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9394,10 +9010,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9490,10 +9106,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9586,10 +9202,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9682,10 +9298,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9778,10 +9394,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9874,10 +9490,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -9970,10 +9586,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -10066,10 +9682,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -10162,10 +9778,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -10258,10 +9874,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "2H_Blunderbuss",
@@ -30130,10 +29746,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30226,10 +29842,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30322,10 +29938,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30418,10 +30034,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30514,10 +30130,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30610,10 +30226,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30706,10 +30322,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30802,10 +30418,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30898,10 +30514,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -30994,10 +30610,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31090,10 +30706,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31186,10 +30802,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31282,10 +30898,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31378,10 +30994,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31474,10 +31090,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31570,10 +31186,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31666,10 +31282,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31762,10 +31378,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31858,10 +31474,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -31954,10 +31570,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32050,10 +31666,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32146,10 +31762,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32242,10 +31858,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32338,10 +31954,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32434,10 +32050,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32530,10 +32146,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32626,10 +32242,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32722,10 +32338,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32818,10 +32434,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -32914,10 +32530,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33010,10 +32626,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33106,10 +32722,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33202,10 +32818,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33298,10 +32914,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33394,10 +33010,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33490,10 +33106,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33586,10 +33202,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33682,10 +33298,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33778,10 +33394,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33874,10 +33490,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -33970,10 +33586,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34066,10 +33682,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34162,10 +33778,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34258,10 +33874,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34354,10 +33970,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34450,10 +34066,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34546,10 +34162,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34642,10 +34258,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34738,10 +34354,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34834,10 +34450,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -34930,10 +34546,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35026,10 +34642,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35122,10 +34738,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35218,10 +34834,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35314,10 +34930,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35410,10 +35026,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35506,10 +35122,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35602,10 +35218,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35698,10 +35314,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35794,10 +35410,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35890,10 +35506,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -35986,10 +35602,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36082,10 +35698,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36178,10 +35794,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36274,10 +35890,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36370,10 +35986,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36466,10 +36082,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36562,10 +36178,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36658,10 +36274,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36754,10 +36370,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36850,10 +36466,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -36946,10 +36562,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37042,10 +36658,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37138,10 +36754,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37234,10 +36850,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37330,10 +36946,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37426,10 +37042,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37522,10 +37138,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37618,10 +37234,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37714,10 +37330,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37810,10 +37426,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -37906,10 +37522,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38002,10 +37618,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38098,10 +37714,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38194,10 +37810,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38290,10 +37906,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38386,10 +38002,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38482,10 +38098,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38578,10 +38194,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38674,10 +38290,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38770,10 +38386,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38866,10 +38482,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -38962,10 +38578,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39058,10 +38674,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39154,10 +38770,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39250,10 +38866,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39346,10 +38962,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39442,10 +39058,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39538,10 +39154,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39634,10 +39250,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39730,10 +39346,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39826,10 +39442,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -39922,10 +39538,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40018,10 +39634,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40114,10 +39730,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40210,10 +39826,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40306,10 +39922,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40402,10 +40018,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40498,10 +40114,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40594,10 +40210,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40690,10 +40306,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40786,10 +40402,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40882,10 +40498,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -40978,10 +40594,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41074,10 +40690,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41170,10 +40786,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41266,10 +40882,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41362,10 +40978,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41458,10 +41074,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41554,10 +41170,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41650,10 +41266,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41746,10 +41362,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41842,10 +41458,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -41938,10 +41554,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42034,10 +41650,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42130,10 +41746,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42226,10 +41842,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42322,10 +41938,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42418,10 +42034,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42514,10 +42130,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42610,10 +42226,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42706,10 +42322,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42802,10 +42418,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42898,10 +42514,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -42994,10 +42610,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43090,10 +42706,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43186,10 +42802,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43282,10 +42898,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43378,10 +42994,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43474,10 +43090,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43570,10 +43186,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43666,10 +43282,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43762,10 +43378,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43858,10 +43474,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -43954,10 +43570,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44050,10 +43666,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44146,10 +43762,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44242,10 +43858,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44338,10 +43954,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44434,10 +44050,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44530,10 +44146,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44626,10 +44242,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44722,10 +44338,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44818,10 +44434,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -44914,10 +44530,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45010,10 +44626,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45106,10 +44722,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45202,10 +44818,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45298,10 +44914,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45394,10 +45010,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45490,10 +45106,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45586,10 +45202,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45682,10 +45298,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45778,10 +45394,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45874,10 +45490,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -45970,10 +45586,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46066,10 +45682,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46162,10 +45778,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46258,10 +45874,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46354,10 +45970,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46450,10 +46066,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46546,10 +46162,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46642,10 +46258,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46738,10 +46354,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46834,10 +46450,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -46930,10 +46546,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47026,10 +46642,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47122,10 +46738,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47218,10 +46834,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47314,10 +46930,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47410,10 +47026,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47506,10 +47122,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47602,10 +47218,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47698,10 +47314,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47794,10 +47410,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47890,10 +47506,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -47986,10 +47602,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48082,10 +47698,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48178,10 +47794,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48274,10 +47890,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48370,10 +47986,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48466,10 +48082,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48562,10 +48178,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48658,10 +48274,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48754,10 +48370,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48850,10 +48466,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -48946,10 +48562,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49042,10 +48658,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49138,10 +48754,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49234,10 +48850,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49330,10 +48946,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49426,10 +49042,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49522,10 +49138,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49618,10 +49234,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49714,10 +49330,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49810,10 +49426,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -49906,10 +49522,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50002,10 +49618,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50098,10 +49714,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50194,10 +49810,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50290,10 +49906,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50386,10 +50002,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50482,10 +50098,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50578,10 +50194,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50674,10 +50290,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50770,10 +50386,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50866,10 +50482,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -50962,10 +50578,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51058,10 +50674,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51154,10 +50770,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51250,10 +50866,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51346,10 +50962,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51442,10 +51058,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51538,10 +51154,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51634,10 +51250,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51730,10 +51346,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51826,10 +51442,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -51922,10 +51538,10 @@
"DestroyOnBreak": false,
"Weight": 3,
"AcquisitionNotificationId": null,
- "AudioPickup": "Play_UI_Pickup_Stone",
- "AudioPlace": "Play_UI_Drop_Stone",
- "AudioUse": "Play_UI_Use_Stone",
- "AudioCreated": "Play_UI_Created_Stone",
+ "AudioPickup": "Play_UI_Pickup_Paper",
+ "AudioPlace": "Play_UI_Drop_Paper",
+ "AudioUse": "Play_UI_Use_Paper",
+ "AudioCreated": "Play_UI_Created_Paper",
"AudioDestroyed": "",
"MannequinTag": "",
"SoundTableID": "",
@@ -100800,15 +100416,207 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCDEXBonusT1",
- "Name": "@FOCDEXBonusT1_MasterName",
+ "ItemID": "FOCDEXBonusT1",
+ "Name": "@FOCDEXBonusT1_MasterName",
+ "ItemType": "Resource",
+ "ItemTypeDisplayName": "@ui_itemtypedescription_resource",
+ "Description": "@FOCDEXBonusT1_Description",
+ "ItemClass": "Resource+PerkResource",
+ "TradingCategory": "Resources",
+ "TradingFamily": "SpecialResources",
+ "TradingGroup": "AttributeItem",
+ "BindOnPickup": null,
+ "BindOnEquip": null,
+ "GearScoreOverride": null,
+ "MinGearScore": null,
+ "MaxGearScore": null,
+ "Tier": null,
+ "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_CraftingModifiers",
+ "RDyeSlotDisabled": null,
+ "GDyeSlotDisabled": null,
+ "BDyeSlotDisabled": null,
+ "ADyeSlotDisabled": null,
+ "ArmorAppearanceM": "",
+ "ArmorAppearanceF": "",
+ "WeaponAppearanceOverride": "",
+ "ConfirmDestroy": "",
+ "ConfirmBeforeUse": null,
+ "ConsumeOnUse": false,
+ "PrefabPath": "",
+ "HousingTags": "",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT1.png",
+ "MaxStackSize": 10000,
+ "DeathDropPercentage": 0,
+ "Nonremovable": null,
+ "IsMissionItem": null,
+ "IsUniqueItem": "",
+ "ContainerLevel": null,
+ "ContainerGS": null,
+ "ExceedMinIndex": "",
+ "ExceedMaxIndex": "",
+ "IsSalvageable": false,
+ "SalvageResources": null,
+ "IsRepairable": false,
+ "RepairDustModifier": null,
+ "RepairRecipe": "",
+ "CraftingRecipe": "",
+ "RepairGameEventID": "",
+ "SalvageGameEventID": "",
+ "SalvageAchievement": "",
+ "RepairTypes": "",
+ "IngredientCategories": "PerkItem,AttributeFoc,AttributeDex",
+ "IngredientBonusPrimary": null,
+ "IngredientBonusSecondary": null,
+ "IngredientGearScoreBaseBonus": null,
+ "IngredientGearScoreMaxBonus": null,
+ "ExtraBonusItemChance": "",
+ "Durability": null,
+ "DurabilityDmgOnDeath": null,
+ "DestroyOnBreak": false,
+ "Weight": 1,
+ "AcquisitionNotificationId": null,
+ "AudioPickup": "Play_UI_Pickup_Generic",
+ "AudioPlace": "Play_UI_Drop_Generic",
+ "AudioUse": "Play_UI_Use_Generic",
+ "AudioCreated": "Play_UI_Created_Generic",
+ "AudioDestroyed": "",
+ "MannequinTag": "",
+ "SoundTableID": "",
+ "WarboardGatherStat": "",
+ "WarboardDepositStat": "",
+ "Notes": "",
+ "HideInLootTicker": "",
+ "HideFromRewardOpenPopup": null
+ },
+ {
+ "ItemID": "FOCDEXBonusT2",
+ "Name": "@FOCDEXBonusT2_MasterName",
+ "ItemType": "Resource",
+ "ItemTypeDisplayName": "@ui_itemtypedescription_resource",
+ "Description": "@FOCDEXBonusT2_Description",
+ "ItemClass": "Resource+PerkResource",
+ "TradingCategory": "",
+ "TradingFamily": "",
+ "TradingGroup": "",
+ "BindOnPickup": null,
+ "BindOnEquip": null,
+ "GearScoreOverride": null,
+ "MinGearScore": null,
+ "MaxGearScore": null,
+ "Tier": null,
+ "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_CraftingModifiers",
+ "RDyeSlotDisabled": null,
+ "GDyeSlotDisabled": null,
+ "BDyeSlotDisabled": null,
+ "ADyeSlotDisabled": null,
+ "ArmorAppearanceM": "",
+ "ArmorAppearanceF": "",
+ "WeaponAppearanceOverride": "",
+ "ConfirmDestroy": "",
+ "ConfirmBeforeUse": null,
+ "ConsumeOnUse": false,
+ "PrefabPath": "",
+ "HousingTags": "",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT2.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT2.png",
+ "MaxStackSize": 10000,
+ "DeathDropPercentage": 0,
+ "Nonremovable": null,
+ "IsMissionItem": null,
+ "IsUniqueItem": "",
+ "ContainerLevel": null,
+ "ContainerGS": null,
+ "ExceedMinIndex": "",
+ "ExceedMaxIndex": "",
+ "IsSalvageable": false,
+ "SalvageResources": null,
+ "IsRepairable": false,
+ "RepairDustModifier": null,
+ "RepairRecipe": "",
+ "CraftingRecipe": "",
+ "RepairGameEventID": "",
+ "SalvageGameEventID": "",
+ "SalvageAchievement": "",
+ "RepairTypes": "",
+ "IngredientCategories": "PerkItem",
+ "IngredientBonusPrimary": null,
+ "IngredientBonusSecondary": null,
+ "IngredientGearScoreBaseBonus": null,
+ "IngredientGearScoreMaxBonus": null,
+ "ExtraBonusItemChance": "",
+ "Durability": null,
+ "DurabilityDmgOnDeath": null,
+ "DestroyOnBreak": false,
+ "Weight": 1,
+ "AcquisitionNotificationId": null,
+ "AudioPickup": "Play_UI_Pickup_Generic",
+ "AudioPlace": "Play_UI_Drop_Generic",
+ "AudioUse": "Play_UI_Use_Generic",
+ "AudioCreated": "Play_UI_Created_Generic",
+ "AudioDestroyed": "",
+ "MannequinTag": "",
+ "SoundTableID": "",
+ "WarboardGatherStat": "",
+ "WarboardDepositStat": "",
+ "Notes": "",
+ "HideInLootTicker": "",
+ "HideFromRewardOpenPopup": null
+ },
+ {
+ "ItemID": "FOCDEXBonusT3",
+ "Name": "@FOCDEXBonusT3_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCDEXBonusT1_Description",
+ "Description": "@FOCDEXBonusT3_Description",
"ItemClass": "Resource+PerkResource",
- "TradingCategory": "Resources",
- "TradingFamily": "SpecialResources",
- "TradingGroup": "AttributeItem",
+ "TradingCategory": "",
+ "TradingFamily": "",
+ "TradingGroup": "",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -100850,8 +100658,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT3.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT3.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -100871,7 +100679,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "PerkItem,AttributeFoc,AttributeDex",
+ "IngredientCategories": "PerkItem",
"IngredientBonusPrimary": null,
"IngredientBonusSecondary": null,
"IngredientGearScoreBaseBonus": null,
@@ -100896,11 +100704,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCDEXBonusT2",
- "Name": "@FOCDEXBonusT2_MasterName",
+ "ItemID": "FOCDEXBonusT4",
+ "Name": "@FOCDEXBonusT4_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCDEXBonusT2_Description",
+ "Description": "@FOCDEXBonusT4_Description",
"ItemClass": "Resource+PerkResource",
"TradingCategory": "",
"TradingFamily": "",
@@ -100946,8 +100754,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT2.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT2.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT4.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT4.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -100992,15 +100800,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCDEXBonusT3",
- "Name": "@FOCDEXBonusT3_MasterName",
+ "ItemID": "FOCINTBonusT1",
+ "Name": "@FOCINTBonusT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCDEXBonusT3_Description",
+ "Description": "@FOCINTBonusT1_Description",
"ItemClass": "Resource+PerkResource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "TradingCategory": "Resources",
+ "TradingFamily": "SpecialResources",
+ "TradingGroup": "AttributeItem",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -101042,8 +100850,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT3.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101063,7 +100871,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "PerkItem",
+ "IngredientCategories": "PerkItem,AttributeFoc,AttributeInt",
"IngredientBonusPrimary": null,
"IngredientBonusSecondary": null,
"IngredientGearScoreBaseBonus": null,
@@ -101088,11 +100896,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCDEXBonusT4",
- "Name": "@FOCDEXBonusT4_MasterName",
+ "ItemID": "FOCINTBonusT2",
+ "Name": "@FOCINTBonusT2_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCDEXBonusT4_Description",
+ "Description": "@FOCINTBonusT2_Description",
"ItemClass": "Resource+PerkResource",
"TradingCategory": "",
"TradingFamily": "",
@@ -101138,8 +100946,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT4.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT4.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT2.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT2.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101184,15 +100992,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCINTBonusT1",
- "Name": "@FOCINTBonusT1_MasterName",
+ "ItemID": "FOCINTBonusT3",
+ "Name": "@FOCINTBonusT3_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCINTBonusT1_Description",
+ "Description": "@FOCINTBonusT3_Description",
"ItemClass": "Resource+PerkResource",
- "TradingCategory": "Resources",
- "TradingFamily": "SpecialResources",
- "TradingGroup": "AttributeItem",
+ "TradingCategory": "",
+ "TradingFamily": "",
+ "TradingGroup": "",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -101234,8 +101042,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT3.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT3.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101255,7 +101063,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "PerkItem,AttributeFoc,AttributeInt",
+ "IngredientCategories": "PerkItem",
"IngredientBonusPrimary": null,
"IngredientBonusSecondary": null,
"IngredientGearScoreBaseBonus": null,
@@ -101280,11 +101088,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCINTBonusT2",
- "Name": "@FOCINTBonusT2_MasterName",
+ "ItemID": "FOCINTBonusT4",
+ "Name": "@FOCINTBonusT4_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCINTBonusT2_Description",
+ "Description": "@FOCINTBonusT4_Description",
"ItemClass": "Resource+PerkResource",
"TradingCategory": "",
"TradingFamily": "",
@@ -101330,8 +101138,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT2.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT2.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT4.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT4.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101376,15 +101184,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCINTBonusT3",
- "Name": "@FOCINTBonusT3_MasterName",
+ "ItemID": "FOCCONBonusT1",
+ "Name": "@FOCCONBonusT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCINTBonusT3_Description",
+ "Description": "@FOCCONBonusT1_Description",
"ItemClass": "Resource+PerkResource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "TradingCategory": "Resources",
+ "TradingFamily": "SpecialResources",
+ "TradingGroup": "AttributeItem",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -101426,8 +101234,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT3.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101447,7 +101255,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "PerkItem",
+ "IngredientCategories": "PerkItem,AttributeFoc,AttributeCon",
"IngredientBonusPrimary": null,
"IngredientBonusSecondary": null,
"IngredientGearScoreBaseBonus": null,
@@ -101472,11 +101280,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCINTBonusT4",
- "Name": "@FOCINTBonusT4_MasterName",
+ "ItemID": "FOCCONBonusT2",
+ "Name": "@FOCCONBonusT2_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCINTBonusT4_Description",
+ "Description": "@FOCCONBonusT2_Description",
"ItemClass": "Resource+PerkResource",
"TradingCategory": "",
"TradingFamily": "",
@@ -101522,8 +101330,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT4.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT4.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT2.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT2.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101568,15 +101376,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCCONBonusT1",
- "Name": "@FOCCONBonusT1_MasterName",
+ "ItemID": "FOCCONBonusT3",
+ "Name": "@FOCCONBonusT3_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCCONBonusT1_Description",
+ "Description": "@FOCCONBonusT3_Description",
"ItemClass": "Resource+PerkResource",
- "TradingCategory": "Resources",
- "TradingFamily": "SpecialResources",
- "TradingGroup": "AttributeItem",
+ "TradingCategory": "",
+ "TradingFamily": "",
+ "TradingGroup": "",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -101618,8 +101426,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT3.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT3.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101639,7 +101447,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "PerkItem,AttributeFoc,AttributeCon",
+ "IngredientCategories": "PerkItem",
"IngredientBonusPrimary": null,
"IngredientBonusSecondary": null,
"IngredientGearScoreBaseBonus": null,
@@ -101664,11 +101472,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCCONBonusT2",
- "Name": "@FOCCONBonusT2_MasterName",
+ "ItemID": "FOCCONBonusT4",
+ "Name": "@FOCCONBonusT4_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCCONBonusT2_Description",
+ "Description": "@FOCCONBonusT4_Description",
"ItemClass": "Resource+PerkResource",
"TradingCategory": "",
"TradingFamily": "",
@@ -101714,8 +101522,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT2.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT2.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT4.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT4.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101760,12 +101568,12 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCCONBonusT3",
- "Name": "@FOCCONBonusT3_MasterName",
+ "ItemID": "IsabellasBraceletT1",
+ "Name": "@IsabellasBraceletT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCCONBonusT3_Description",
- "ItemClass": "Resource+PerkResource",
+ "Description": "@IsabellasBraceletT1_Description",
+ "ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
"TradingGroup": "",
@@ -101774,7 +101582,7 @@
"GearScoreOverride": null,
"MinGearScore": null,
"MaxGearScore": null,
- "Tier": null,
+ "Tier": 0,
"ItemStatsRef": "",
"GrantsHWMBump": "",
"IgnoreNameChanges": null,
@@ -101797,7 +101605,7 @@
"UseMaterialAffix": false,
"UseMagicAffix": false,
"IconCaptureGroup": "",
- "UiItemClass": "UI_CraftingModifiers",
+ "UiItemClass": "UI_Material",
"RDyeSlotDisabled": null,
"GDyeSlotDisabled": null,
"BDyeSlotDisabled": null,
@@ -101810,8 +101618,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT3.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/IsabellasBraceletT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/IsabellasBraceletT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101831,7 +101639,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "PerkItem",
+ "IngredientCategories": "",
"IngredientBonusPrimary": null,
"IngredientBonusSecondary": null,
"IngredientGearScoreBaseBonus": null,
@@ -101856,12 +101664,12 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "FOCCONBonusT4",
- "Name": "@FOCCONBonusT4_MasterName",
+ "ItemID": "IsabellasHairT1",
+ "Name": "@IsabellasHairT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@FOCCONBonusT4_Description",
- "ItemClass": "Resource+PerkResource",
+ "Description": "@IsabellasHairT1_Description",
+ "ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
"TradingGroup": "",
@@ -101870,7 +101678,7 @@
"GearScoreOverride": null,
"MinGearScore": null,
"MaxGearScore": null,
- "Tier": null,
+ "Tier": 0,
"ItemStatsRef": "",
"GrantsHWMBump": "",
"IgnoreNameChanges": null,
@@ -101893,7 +101701,7 @@
"UseMaterialAffix": false,
"UseMagicAffix": false,
"IconCaptureGroup": "",
- "UiItemClass": "UI_CraftingModifiers",
+ "UiItemClass": "UI_Material",
"RDyeSlotDisabled": null,
"GDyeSlotDisabled": null,
"BDyeSlotDisabled": null,
@@ -101906,8 +101714,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/FOCCONBonusT4.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/FOCCONBonusT4.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/IsabellasHairT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/IsabellasHairT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -101927,7 +101735,7 @@
"SalvageGameEventID": "",
"SalvageAchievement": "",
"RepairTypes": "",
- "IngredientCategories": "PerkItem",
+ "IngredientCategories": "",
"IngredientBonusPrimary": null,
"IngredientBonusSecondary": null,
"IngredientGearScoreBaseBonus": null,
@@ -101952,11 +101760,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "IsabellasBraceletT1",
- "Name": "@IsabellasBraceletT1_MasterName",
+ "ItemID": "WarblingConchT1",
+ "Name": "@WarblingConchT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@IsabellasBraceletT1_Description",
+ "Description": "@WarblingConchT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102002,8 +101810,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/IsabellasBraceletT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/IsabellasBraceletT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/WarblingConchT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/WarblingConchT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102048,15 +101856,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "IsabellasHairT1",
- "Name": "@IsabellasHairT1_MasterName",
+ "ItemID": "JadeTalismanT1",
+ "Name": "@JadeTalismanT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@IsabellasHairT1_Description",
+ "Description": "@JadeTalismanT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "TradingCategory": "Resources",
+ "TradingFamily": "Components",
+ "TradingGroup": "CraftingComponents",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -102098,8 +101906,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/IsabellasHairT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/IsabellasHairT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/JadeTalismanT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/JadeTalismanT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102144,11 +101952,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "WarblingConchT1",
- "Name": "@WarblingConchT1_MasterName",
+ "ItemID": "NagaScalesCorruptedT1",
+ "Name": "@NagaScalesCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@WarblingConchT1_Description",
+ "Description": "@NagaScalesCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102194,8 +102002,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/WarblingConchT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/WarblingConchT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102240,15 +102048,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "JadeTalismanT1",
- "Name": "@JadeTalismanT1_MasterName",
+ "ItemID": "NagaScalessAncientT1",
+ "Name": "@NagaScalessAncientT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@JadeTalismanT1_Description",
+ "Description": "@NagaScalessAncientT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "Resources",
- "TradingFamily": "Components",
- "TradingGroup": "CraftingComponents",
+ "TradingCategory": "",
+ "TradingFamily": "",
+ "TradingGroup": "",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -102290,8 +102098,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/JadeTalismanT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/JadeTalismanT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/NagaScalessAncientT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalessAncientT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102336,11 +102144,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "NagaScalesCorruptedT1",
- "Name": "@NagaScalesCorruptedT1_MasterName",
+ "ItemID": "NagaScalesLostT1",
+ "Name": "@NagaScalesLostT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@NagaScalesCorruptedT1_Description",
+ "Description": "@NagaScalesLostT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102386,8 +102194,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesLostT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesLostT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102432,11 +102240,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "NagaScalessAncientT1",
- "Name": "@NagaScalessAncientT1_MasterName",
+ "ItemID": "NagaScalesAngryEarthT1",
+ "Name": "@NagaScalesAngryEarthT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@NagaScalessAncientT1_Description",
+ "Description": "@NagaScalesAngryEarthT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102482,8 +102290,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/NagaScalessAncientT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalessAncientT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesAngryEarthT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesAngryEarthT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102528,11 +102336,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "NagaScalesLostT1",
- "Name": "@NagaScalesLostT1_MasterName",
+ "ItemID": "AnimusHummingT1",
+ "Name": "@AnimusHummingT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@NagaScalesLostT1_Description",
+ "Description": "@AnimusHummingT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102578,8 +102386,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesLostT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesLostT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/AnimusHummingT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusHummingT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102624,11 +102432,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "NagaScalesAngryEarthT1",
- "Name": "@NagaScalesAngryEarthT1_MasterName",
+ "ItemID": "AnimusCorruptedT1",
+ "Name": "@AnimusCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@NagaScalesAngryEarthT1_Description",
+ "Description": "@AnimusCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102674,8 +102482,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesAngryEarthT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesAngryEarthT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/AnimusCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102720,11 +102528,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "AnimusHummingT1",
- "Name": "@AnimusHummingT1_MasterName",
+ "ItemID": "SpiderFangCorruptedT1",
+ "Name": "@SpiderFangCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@AnimusHummingT1_Description",
+ "Description": "@SpiderFangCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102770,8 +102578,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/AnimusHummingT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusHummingT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102816,11 +102624,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "AnimusCorruptedT1",
- "Name": "@AnimusCorruptedT1_MasterName",
+ "ItemID": "SpiderFangAncientT1",
+ "Name": "@SpiderFangAncientT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@AnimusCorruptedT1_Description",
+ "Description": "@SpiderFangAncientT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102866,8 +102674,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/AnimusCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangAncientT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangAncientT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -102912,11 +102720,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SpiderFangCorruptedT1",
- "Name": "@SpiderFangCorruptedT1_MasterName",
+ "ItemID": "SpiderFangLostT1",
+ "Name": "@SpiderFangLostT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SpiderFangCorruptedT1_Description",
+ "Description": "@SpiderFangLostT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -102962,8 +102770,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangLostT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangLostT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103008,11 +102816,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SpiderFangAncientT1",
- "Name": "@SpiderFangAncientT1_MasterName",
+ "ItemID": "SpiderFangAngryEarthT1",
+ "Name": "@SpiderFangAngryEarthT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SpiderFangAncientT1_Description",
+ "Description": "@SpiderFangAngryEarthT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103058,8 +102866,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangAncientT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangAncientT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangAngryEarthT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangAngryEarthT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103104,11 +102912,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SpiderFangLostT1",
- "Name": "@SpiderFangLostT1_MasterName",
+ "ItemID": "WingTalonAncientT1",
+ "Name": "@WingTalonAncientT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SpiderFangLostT1_Description",
+ "Description": "@WingTalonAncientT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103154,8 +102962,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangLostT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangLostT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/WingTalonAncientT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/WingTalonAncientT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103200,11 +103008,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SpiderFangAngryEarthT1",
- "Name": "@SpiderFangAngryEarthT1_MasterName",
+ "ItemID": "WingTalonLostT1",
+ "Name": "@WingTalonLostT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SpiderFangAngryEarthT1_Description",
+ "Description": "@WingTalonLostT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103250,8 +103058,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SpiderFangAngryEarthT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SpiderFangAngryEarthT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/WingTalonLostT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/WingTalonLostT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103296,11 +103104,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "WingTalonAncientT1",
- "Name": "@WingTalonAncientT1_MasterName",
+ "ItemID": "WingTalonAngryEarthT1",
+ "Name": "@WingTalonAngryEarthT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@WingTalonAncientT1_Description",
+ "Description": "@WingTalonAngryEarthT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103346,8 +103154,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/WingTalonAncientT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/WingTalonAncientT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/WingTalonAngryEarthT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/WingTalonAngryEarthT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103392,11 +103200,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "WingTalonLostT1",
- "Name": "@WingTalonLostT1_MasterName",
+ "ItemID": "ThorpesRequiemT1",
+ "Name": "@ThorpesRequiemT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@WingTalonLostT1_Description",
+ "Description": "@ThorpesRequiemT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103442,8 +103250,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/WingTalonLostT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/WingTalonLostT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/ThorpesRequiemT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/ThorpesRequiemT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103488,11 +103296,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "WingTalonAngryEarthT1",
- "Name": "@WingTalonAngryEarthT1_MasterName",
+ "ItemID": "CrackedCrystalT1",
+ "Name": "@CrackedCrystalT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@WingTalonAngryEarthT1_Description",
+ "Description": "@CrackedCrystalT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103538,8 +103346,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/WingTalonAngryEarthT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/WingTalonAngryEarthT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CrackedCrystalT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CrackedCrystalT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103584,11 +103392,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "ThorpesRequiemT1",
- "Name": "@ThorpesRequiemT1_MasterName",
+ "ItemID": "InsigniaCommanderCorruptedT1",
+ "Name": "@InsigniaCommanderCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@ThorpesRequiemT1_Description",
+ "Description": "@InsigniaCommanderCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103634,8 +103442,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/ThorpesRequiemT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/ThorpesRequiemT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/InsigniaCommanderCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/InsigniaCommanderCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103680,11 +103488,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CrackedCrystalT1",
- "Name": "@CrackedCrystalT1_MasterName",
+ "ItemID": "PriestMedallionCorruptedT1",
+ "Name": "@PriestMedallionCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CrackedCrystalT1_Description",
+ "Description": "@PriestMedallionCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103730,8 +103538,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CrackedCrystalT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CrackedCrystalT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/PriestMedallionCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/PriestMedallionCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103776,15 +103584,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "InsigniaCommanderCorruptedT1",
- "Name": "@InsigniaCommanderCorruptedT1_MasterName",
+ "ItemID": "MutagentAncientT1",
+ "Name": "@MutagentAncientT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@InsigniaCommanderCorruptedT1_Description",
+ "Description": "@MutagentAncientT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "TradingCategory": "Resources",
+ "TradingFamily": "Components",
+ "TradingGroup": "CraftingComponents",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -103826,8 +103634,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/InsigniaCommanderCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/InsigniaCommanderCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MutagentAncientT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MutagentAncientT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103872,11 +103680,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "PriestMedallionCorruptedT1",
- "Name": "@PriestMedallionCorruptedT1_MasterName",
+ "ItemID": "MutagenCorruptedT1",
+ "Name": "@MutagenCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@PriestMedallionCorruptedT1_Description",
+ "Description": "@MutagenCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -103922,8 +103730,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/PriestMedallionCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/PriestMedallionCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MutagenCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MutagenCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -103968,11 +103776,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "MutagentAncientT1",
- "Name": "@MutagentAncientT1_MasterName",
+ "ItemID": "MutagenLostT1",
+ "Name": "@MutagenLostT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@MutagentAncientT1_Description",
+ "Description": "@MutagenLostT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -104018,8 +103826,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/MutagentAncientT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/MutagentAncientT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MutagenLostT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MutagenLostT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104064,16 +103872,16 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "MutagenCorruptedT1",
- "Name": "@MutagenCorruptedT1_MasterName",
+ "ItemID": "MutagenAngryEarthT1",
+ "Name": "@MutagenAngryEarthT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@MutagenCorruptedT1_Description",
+ "Description": "@MutagenAngryEarthT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
"TradingGroup": "",
- "BindOnPickup": null,
+ "BindOnPickup": true,
"BindOnEquip": null,
"GearScoreOverride": null,
"MinGearScore": null,
@@ -104114,8 +103922,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/MutagenCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/MutagenCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MutagenAngryEarthT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MutagenAngryEarthT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104160,16 +103968,16 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "MutagenLostT1",
- "Name": "@MutagenLostT1_MasterName",
+ "ItemID": "GlowingBloodT1",
+ "Name": "@GlowingBloodT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@MutagenLostT1_Description",
+ "Description": "@GlowingBloodT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "Resources",
- "TradingFamily": "Components",
- "TradingGroup": "CraftingComponents",
- "BindOnPickup": null,
+ "TradingCategory": "",
+ "TradingFamily": "",
+ "TradingGroup": "",
+ "BindOnPickup": true,
"BindOnEquip": null,
"GearScoreOverride": null,
"MinGearScore": null,
@@ -104210,8 +104018,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/MutagenLostT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/MutagenLostT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/GlowingBloodT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/GlowingBloodT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104256,16 +104064,16 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "MutagenAngryEarthT1",
- "Name": "@MutagenAngryEarthT1_MasterName",
+ "ItemID": "CollarCorruptedT1",
+ "Name": "@CollarCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@MutagenAngryEarthT1_Description",
+ "Description": "@CollarCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
"TradingGroup": "",
- "BindOnPickup": true,
+ "BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
"MinGearScore": null,
@@ -104306,8 +104114,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/MutagenAngryEarthT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/MutagenAngryEarthT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CollarCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CollarCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104352,16 +104160,16 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "GlowingBloodT1",
- "Name": "@GlowingBloodT1_MasterName",
+ "ItemID": "CollarJadeT1",
+ "Name": "@CollarJadeT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@GlowingBloodT1_Description",
+ "Description": "@CollarJadeT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
- "BindOnPickup": true,
+ "TradingCategory": "Resources",
+ "TradingFamily": "Components",
+ "TradingGroup": "CraftingComponents",
+ "BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
"MinGearScore": null,
@@ -104402,8 +104210,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/GlowingBloodT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/GlowingBloodT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CollarJadeT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CollarJadeT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104448,11 +104256,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CollarCorruptedT1",
- "Name": "@CollarCorruptedT1_MasterName",
+ "ItemID": "BearHeartCorruptedT1",
+ "Name": "@BearHeartCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CollarCorruptedT1_Description",
+ "Description": "@BearHeartCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -104498,8 +104306,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CollarCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CollarCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/BearHeartCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/BearHeartCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104544,15 +104352,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CollarJadeT1",
- "Name": "@CollarJadeT1_MasterName",
+ "ItemID": "BearHeartStoneT1",
+ "Name": "@BearHeartStoneT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CollarJadeT1_Description",
+ "Description": "@BearHeartStoneT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "Resources",
- "TradingFamily": "Components",
- "TradingGroup": "CraftingComponents",
+ "TradingCategory": "",
+ "TradingFamily": "",
+ "TradingGroup": "",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -104594,8 +104402,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CollarJadeT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CollarJadeT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/BearHeartStoneT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/BearHeartStoneT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104640,11 +104448,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "BearHeartCorruptedT1",
- "Name": "@BearHeartCorruptedT1_MasterName",
+ "ItemID": "EarAlphaWolfT1",
+ "Name": "@EarAlphaWolfT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@BearHeartCorruptedT1_Description",
+ "Description": "@EarAlphaWolfT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -104690,8 +104498,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/BearHeartCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/BearHeartCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/EarAlphaWolfT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/EarAlphaWolfT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104736,11 +104544,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "BearHeartStoneT1",
- "Name": "@BearHeartStoneT1_MasterName",
+ "ItemID": "SealGuardianT1",
+ "Name": "@SealGuardianT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@BearHeartStoneT1_Description",
+ "Description": "@SealGuardianT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -104786,8 +104594,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/BearHeartStoneT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/BearHeartStoneT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/SealGuardianT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/SealGuardianT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104832,11 +104640,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "EarAlphaWolfT1",
- "Name": "@EarAlphaWolfT1_MasterName",
+ "ItemID": "InsigniaSoldierCorruptedT1",
+ "Name": "@InsigniaSoldierCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@EarAlphaWolfT1_Description",
+ "Description": "@InsigniaSoldierCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -104882,8 +104690,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/EarAlphaWolfT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/EarAlphaWolfT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/InsigniaSoldierCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/InsigniaSoldierCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -104928,11 +104736,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SealGuardianT1",
- "Name": "@SealGuardianT1_MasterName",
+ "ItemID": "CoreLightningT1",
+ "Name": "@CoreLightningT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SealGuardianT1_Description",
+ "Description": "@CoreLightningT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -104978,8 +104786,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SealGuardianT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SealGuardianT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CoreLightningT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CoreLightningT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105024,11 +104832,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "InsigniaSoldierCorruptedT1",
- "Name": "@InsigniaSoldierCorruptedT1_MasterName",
+ "ItemID": "CoreIceT1",
+ "Name": "@CoreIceT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@InsigniaSoldierCorruptedT1_Description",
+ "Description": "@CoreIceT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -105074,8 +104882,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/InsigniaSoldierCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/InsigniaSoldierCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CoreIceT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CoreIceT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105120,11 +104928,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CoreLightningT1",
- "Name": "@CoreLightningT1_MasterName",
+ "ItemID": "CoreCorruptedT1",
+ "Name": "@CoreCorruptedT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CoreLightningT1_Description",
+ "Description": "@CoreCorruptedT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -105170,8 +104978,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CoreLightningT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CoreLightningT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CoreCorruptedT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CoreCorruptedT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105216,11 +105024,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CoreIceT1",
- "Name": "@CoreIceT1_MasterName",
+ "ItemID": "CoreEarthT1",
+ "Name": "@CoreEarthT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CoreIceT1_Description",
+ "Description": "@CoreEarthT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -105266,8 +105074,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CoreIceT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CoreIceT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CoreEarthT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CoreEarthT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105312,11 +105120,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CoreCorruptedT1",
- "Name": "@CoreCorruptedT1_MasterName",
+ "ItemID": "CoreFireT1",
+ "Name": "@CoreFireT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CoreCorruptedT1_Description",
+ "Description": "@CoreFireT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -105362,8 +105170,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CoreCorruptedT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CoreCorruptedT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CoreFireT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CoreFireT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105408,11 +105216,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CoreEarthT1",
- "Name": "@CoreEarthT1_MasterName",
+ "ItemID": "CoreMagicT1",
+ "Name": "@CoreMagicT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CoreEarthT1_Description",
+ "Description": "@CoreMagicT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -105458,8 +105266,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CoreEarthT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CoreEarthT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CoreMagicT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CoreMagicT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105504,11 +105312,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CoreFireT1",
- "Name": "@CoreFireT1_MasterName",
+ "ItemID": "CaptainsNotesT1",
+ "Name": "@CaptainsNotesT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CoreFireT1_Description",
+ "Description": "@CaptainsNotesT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -105554,8 +105362,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CoreFireT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CoreFireT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CaptainsNotesT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CaptainsNotesT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105600,11 +105408,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CoreMagicT1",
- "Name": "@CoreMagicT1_MasterName",
+ "ItemID": "VocalChordsT1",
+ "Name": "@VocalChordsT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CoreMagicT1_Description",
+ "Description": "@VocalChordsT1_Description",
"ItemClass": "Resource",
"TradingCategory": "",
"TradingFamily": "",
@@ -105650,8 +105458,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CoreMagicT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CoreMagicT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/VocalChordsT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/VocalChordsT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105696,15 +105504,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CaptainsNotesT1",
- "Name": "@CaptainsNotesT1_MasterName",
+ "ItemID": "SpectralDustT1",
+ "Name": "@SpectralDustT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CaptainsNotesT1_Description",
+ "Description": "@SpectralDustT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "TradingCategory": "Resources",
+ "TradingFamily": "Components",
+ "TradingGroup": "CraftingComponents",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -105746,8 +105554,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CaptainsNotesT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CaptainsNotesT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/SpectralDustT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/SpectralDustT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105792,15 +105600,15 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "VocalChordsT1",
- "Name": "@VocalChordsT1_MasterName",
+ "ItemID": "CoagulatedBloodT1",
+ "Name": "@CoagulatedBloodT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@VocalChordsT1_Description",
+ "Description": "@CoagulatedBloodT1_Description",
"ItemClass": "Resource",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
+ "TradingCategory": "Resources",
+ "TradingFamily": "Components",
+ "TradingGroup": "CraftingComponents",
"BindOnPickup": null,
"BindOnEquip": null,
"GearScoreOverride": null,
@@ -105842,8 +105650,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/VocalChordsT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/VocalChordsT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CoagulatedBloodT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CoagulatedBloodT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105888,11 +105696,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SpectralDustT1",
- "Name": "@SpectralDustT1_MasterName",
+ "ItemID": "CorruptedTalismanT1",
+ "Name": "@CorruptedTalismanT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SpectralDustT1_Description",
+ "Description": "@CorruptedTalismanT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -105938,8 +105746,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SpectralDustT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SpectralDustT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CorruptedTalismanT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedTalismanT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -105984,11 +105792,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CoagulatedBloodT1",
- "Name": "@CoagulatedBloodT1_MasterName",
+ "ItemID": "CorruptedTreatiseT1",
+ "Name": "@CorruptedTreatiseT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CoagulatedBloodT1_Description",
+ "Description": "@CorruptedTreatiseT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -106034,8 +105842,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CoagulatedBloodT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CoagulatedBloodT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/CorruptedTreatiseT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedTreatiseT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -106080,11 +105888,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CorruptedTalismanT1",
- "Name": "@CorruptedTalismanT1_MasterName",
+ "ItemID": "SparklingBoneDustT1",
+ "Name": "@SparklingBoneDustT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CorruptedTalismanT1_Description",
+ "Description": "@SparklingBoneDustT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -106130,8 +105938,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CorruptedTalismanT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedTalismanT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/SparklingBoneDustT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/SparklingBoneDustT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -106176,11 +105984,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "CorruptedTreatiseT1",
- "Name": "@CorruptedTreatiseT1_MasterName",
+ "ItemID": "MetallicBoneweaveT1",
+ "Name": "@MetallicBoneweaveT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@CorruptedTreatiseT1_Description",
+ "Description": "@MetallicBoneweaveT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -106226,8 +106034,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/CorruptedTreatiseT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedTreatiseT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MetallicBoneweaveT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MetallicBoneweaveT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -106272,11 +106080,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "SparklingBoneDustT1",
- "Name": "@SparklingBoneDustT1_MasterName",
+ "ItemID": "PutridBarkT1",
+ "Name": "@PutridBarkT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@SparklingBoneDustT1_Description",
+ "Description": "@PutridBarkT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -106322,8 +106130,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/SparklingBoneDustT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/SparklingBoneDustT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/PutridBarkT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/PutridBarkT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -106368,11 +106176,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "MetallicBoneweaveT1",
- "Name": "@MetallicBoneweaveT1_MasterName",
+ "ItemID": "StickyVinesT1",
+ "Name": "@StickyVinesT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@MetallicBoneweaveT1_Description",
+ "Description": "@StickyVinesT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -106418,8 +106226,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/MetallicBoneweaveT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/MetallicBoneweaveT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/StickyVinesT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/StickyVinesT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -106464,11 +106272,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "PutridBarkT1",
- "Name": "@PutridBarkT1_MasterName",
+ "ItemID": "MadnessIncarnateT1",
+ "Name": "@MadnessIncarnateT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@PutridBarkT1_Description",
+ "Description": "@MadnessIncarnateT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -106514,8 +106322,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/PutridBarkT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/PutridBarkT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -106560,11 +106368,11 @@
"HideFromRewardOpenPopup": null
},
{
- "ItemID": "StickyVinesT1",
- "Name": "@StickyVinesT1_MasterName",
+ "ItemID": "DesecratedFleshT1",
+ "Name": "@DesecratedFleshT1_MasterName",
"ItemType": "Resource",
"ItemTypeDisplayName": "@ui_itemtypedescription_resource",
- "Description": "@StickyVinesT1_Description",
+ "Description": "@DesecratedFleshT1_Description",
"ItemClass": "Resource",
"TradingCategory": "Resources",
"TradingFamily": "Components",
@@ -106610,8 +106418,8 @@
"ConsumeOnUse": false,
"PrefabPath": "",
"HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Resource/StickyVinesT1.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/StickyVinesT1.png",
+ "IconPath": "lyshineui/images/icons/items/Resource/AnimalVisceraT1.png",
+ "HiResIconPath": "lyshineui/images/icons/items_hires/AnimalVisceraT1.png",
"MaxStackSize": 10000,
"DeathDropPercentage": 0,
"Nonremovable": null,
@@ -276603,10 +276411,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -277275,10 +277083,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -277947,10 +277755,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -278619,10 +278427,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -279291,10 +279099,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -279963,10 +279771,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -280635,10 +280443,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -281307,10 +281115,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -281979,10 +281787,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -282651,10 +282459,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -283323,10 +283131,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -283995,10 +283803,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -284667,10 +284475,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -285339,10 +285147,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -286011,10 +285819,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "CraftingGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "GlobalGemSlotChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -291960,7 +291768,7 @@
"Perk1": "PerkID_Stat_TwoHandSoldier",
"Perk2": "PerkID_Ability_Blunderbuss_MortarCharge",
"Perk3": "PerkID_Gem_EmptyGemSlot",
- "Perk4": "PerkID_Weapon_CDRBasic",
+ "Perk4": "PerkID_Common_CDR",
"Perk5": "",
"PerkBucket1": "",
"PerkBucket2": "",
@@ -292440,7 +292248,7 @@
"Perk1": "PerkID_Stat_TwoHandSoldier",
"Perk2": "PerkID_Ability_Blunderbuss_MortarCharge",
"Perk3": "PerkID_Gem_EmptyGemSlot",
- "Perk4": "PerkID_Weapon_CDRBasic",
+ "Perk4": "PerkID_Common_CDR",
"Perk5": "PerkID_Weapon_OnKillHeal",
"PerkBucket1": "",
"PerkBucket2": "",
diff --git a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Loot.json b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Loot.json
index 5f85a1b..f447e63 100644
--- a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Loot.json
+++ b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Loot.json
@@ -150859,481 +150859,6 @@
"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",
@@ -271822,10 +271347,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -272487,10 +272012,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -273152,10 +272677,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -273817,10 +273342,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -274482,10 +274007,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -275147,10 +274672,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -275812,10 +275337,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -276477,10 +276002,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -277142,10 +276667,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -277807,10 +277332,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -278472,10 +277997,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -279137,10 +278662,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -279802,10 +279327,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -280467,10 +279992,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -281132,10 +280657,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "GlobalAttributeBucketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -304597,10 +304122,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeSwordT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -305262,10 +304787,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeHatchetT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -305927,10 +305452,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeWarhammerT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -306592,10 +306117,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeGreatAxeT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -307257,10 +306782,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeBowT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -307922,10 +307447,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeMusketT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -308587,9 +308112,9 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeShieldT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"PerkBucket5": "",
"ForceRarity": null,
"RequiredLevel": null,
@@ -309252,9 +308777,9 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeShieldT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"PerkBucket5": "",
"ForceRarity": null,
"RequiredLevel": null,
@@ -309727,9 +309252,9 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeShieldT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket3": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
+ "PerkBucket3": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"PerkBucket5": "",
"ForceRarity": null,
"RequiredLevel": null,
@@ -310392,10 +309917,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeFireStaffT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -311057,10 +310582,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeSpearT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -311722,10 +311247,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeRapierT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -312387,10 +311912,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeSpearT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -313052,10 +312577,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeFireStaffT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -313717,10 +313242,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeVoidGauntletT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -314192,10 +313717,10 @@
"Perk4": "",
"Perk5": "",
"PerkBucket1": "AttributeBlunderbussT5",
- "PerkBucket2": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket2": "PerkBucket_MyrkgardBucket",
"PerkBucket3": "GlobalGemSlotChanceT5",
- "PerkBucket4": "PerkBucket_GlobalBucketChanceT5",
- "PerkBucket5": "PerkBucket_GlobalBucketChanceT5",
+ "PerkBucket4": "PerkBucket_MyrkgardBucketChanceT5Bucket4",
+ "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5",
"ForceRarity": null,
"RequiredLevel": null,
"UseTypeAffix": true,
@@ -343257,7 +342782,7 @@
"CanHavePerks": true,
"CanReplaceGem": true,
"Perk1": "PerkID_Stat_ArmorSoldier",
- "Perk2": "PerkID_Earring_HealthRegen",
+ "Perk2": "PerkID_Amulet_HP",
"Perk3": "PerkID_Gem_EmptyGemSlot",
"Perk4": "PerkID_Common_CDRonHit",
"Perk5": "",
@@ -343542,9 +343067,9 @@
"CanHavePerks": true,
"CanReplaceGem": true,
"Perk1": "PerkID_Stat_ArmorScholar",
- "Perk2": "PerkID_Amulet_DurHaste",
+ "Perk2": "PerkID_Earring_PotionCDR",
"Perk3": "PerkID_Gem_EmptyGemSlot",
- "Perk4": "PerkID_Amulet_HP",
+ "Perk4": "PerkID_Common_CDRonDodge",
"Perk5": "",
"PerkBucket1": "",
"PerkBucket2": "",
diff --git a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Quest.json b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Quest.json
index b23e344..38ef986 100644
--- a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Quest.json
+++ b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Quest.json
@@ -23466,7 +23466,7 @@
},
{
"ItemID": "2hWarhammer_SQRewardReekwaterT5",
- "Name": "@2hWarhammerMourningdaleT4_MasterName",
+ "Name": "@2hWarhammer_SQRewardReekwaterT5_MasterName",
"ItemType": "Weapon",
"ItemTypeDisplayName": "@ui_itemtypedescription_warhammer",
"Description": "@2hWarhammer_SQRewardReekwaterT5_Description",
@@ -23561,7 +23561,7 @@
},
{
"ItemID": "1hThrowingAxe_SQRewardReekwaterT5",
- "Name": "@1hThrowingAxeWindswardT3_MasterName",
+ "Name": "@1hThrowingAxe_SQRewardReekwaterT5_MasterName",
"ItemType": "Weapon",
"ItemTypeDisplayName": "@ui_itemtypedescription_hatchet",
"Description": "@1hThrowingAxe_SQRewardReekwaterT5_Description",
@@ -23656,7 +23656,7 @@
},
{
"ItemID": "2hBow_SQRewardReekwaterT5",
- "Name": "@2hBowMonarchsBluffT3_MasterName",
+ "Name": "@2hBow_SQRewardReekwaterT5_MasterName",
"ItemType": "Weapon",
"ItemTypeDisplayName": "@ui_itemtypedescription_bow",
"Description": "@2hBow_SQRewardReekwaterT5_Description",
@@ -23751,7 +23751,7 @@
},
{
"ItemID": "1hLongsword_SQRewardReekwaterT5",
- "Name": "@1hLongswordCutlassKeysT4_MasterName",
+ "Name": "@1hLongsword_SQRewardReekwaterT5_MasterName",
"ItemType": "Weapon",
"ItemTypeDisplayName": "@ui_itemtypedescription_sword",
"Description": "@1hLongsword_SQRewardReekwaterT5_Description",
@@ -301624,196 +301624,6 @@
"Notes": "",
"HideInLootTicker": null
},
- {
- "ItemID": "AmuletT5_KnightsPrayer",
- "Name": "@AmuletT5_KnightsPrayer_MasterName",
- "ItemType": "Armor",
- "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry",
- "Description": "@AmuletT5_KnightsPrayer_Description",
- "ItemClass": "EquippableAmulet+Jewelry",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
- "BindOnPickup": true,
- "BindOnEquip": null,
- "GearScoreOverride": null,
- "MinGearScore": 500,
- "MaxGearScore": 600,
- "Tier": 5,
- "ItemStatsRef": "AmuletSTRT5",
- "GrantsHWMBump": "",
- "IgnoreNameChanges": true,
- "IgnoreHWMScaling": true,
- "CanHavePerks": true,
- "CanReplaceGem": false,
- "Perk1": "PerkID_Stat_ArmorSoldier",
- "Perk2": "PerkID_Gem_SlashWard4",
- "Perk3": "PerkID_Amulet_DefStrike",
- "Perk4": "PerkID_Amulet_HP",
- "Perk5": "PerkID_Amulet_FortifyOnLow",
- "PerkBucket1": "",
- "PerkBucket2": "",
- "PerkBucket3": "",
- "PerkBucket4": "",
- "PerkBucket5": "",
- "ForceRarity": null,
- "RequiredLevel": null,
- "UseTypeAffix": true,
- "UseMaterialAffix": true,
- "UseMagicAffix": true,
- "IconCaptureGroup": "",
- "UiItemClass": "UI_Armor",
- "RDyeSlotDisabled": null,
- "GDyeSlotDisabled": null,
- "BDyeSlotDisabled": null,
- "ADyeSlotDisabled": null,
- "ArmorAppearanceM": "",
- "ArmorAppearanceF": "",
- "WeaponAppearanceOverride": "",
- "ConfirmDestroy": "",
- "ConfirmBeforeUse": false,
- "ConsumeOnUse": false,
- "PrefabPath": "",
- "HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Armor/AmuletCONT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletCONT3.png",
- "MaxStackSize": 1,
- "DeathDropPercentage": 0,
- "Nonremovable": null,
- "IsMissionItem": null,
- "IsUniqueItem": null,
- "ContainerLevel": null,
- "ContainerGS": null,
- "ExceedMinIndex": "",
- "ExceedMaxIndex": "",
- "IsSalvageable": true,
- "SalvageResources": null,
- "IsRepairable": true,
- "RepairDustModifier": 4,
- "RepairRecipe": "SalvageLarge_MetalT5",
- "CraftingRecipe": "SalvageLarge_MetalT5",
- "RepairGameEventID": "",
- "SalvageGameEventID": "SalvageCoinGrantT5",
- "SalvageAchievement": "",
- "RepairTypes": "",
- "IngredientCategories": "",
- "IngredientBonusPrimary": "",
- "IngredientBonusSecondary": "",
- "IngredientGearScoreBaseBonus": "",
- "IngredientGearScoreMaxBonus": "",
- "ExtraBonusItemChance": "",
- "Durability": 750,
- "DurabilityDmgOnDeath": 0.12,
- "DestroyOnBreak": false,
- "Weight": 1,
- "AcquisitionNotificationId": "",
- "AudioPickup": "Play_UI_Pickup_Generic",
- "AudioPlace": "Play_UI_Drop_Generic",
- "AudioUse": "Play_UI_Use_Generic",
- "AudioCreated": "Play_UI_Created_Generic",
- "AudioDestroyed": "",
- "MannequinTag": "",
- "SoundTableID": "",
- "WarboardGatherStat": "",
- "WarboardDepositStat": "",
- "Notes": "",
- "HideInLootTicker": null
- },
- {
- "ItemID": "AmuletT5_AmuletOfPollux",
- "Name": "@AmuletT5_AmuletOfPollux_MasterName",
- "ItemType": "Armor",
- "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry",
- "Description": "@AmuletT5_AmuletOfPollux_Description",
- "ItemClass": "EquippableAmulet+Jewelry",
- "TradingCategory": "",
- "TradingFamily": "",
- "TradingGroup": "",
- "BindOnPickup": true,
- "BindOnEquip": null,
- "GearScoreOverride": null,
- "MinGearScore": 500,
- "MaxGearScore": 600,
- "Tier": 5,
- "ItemStatsRef": "AmuletSTRT5",
- "GrantsHWMBump": "",
- "IgnoreNameChanges": true,
- "IgnoreHWMScaling": true,
- "CanHavePerks": true,
- "CanReplaceGem": false,
- "Perk1": "PerkID_Stat_ArmorSoldier",
- "Perk2": "PerkID_Gem_Luck4",
- "Perk3": "PerkID_Common_CDRonHit",
- "Perk4": "PerkID_Amulet_DefSlash",
- "Perk5": "PerkID_Amulet_MiningLuck",
- "PerkBucket1": "",
- "PerkBucket2": "",
- "PerkBucket3": "",
- "PerkBucket4": "",
- "PerkBucket5": "",
- "ForceRarity": null,
- "RequiredLevel": null,
- "UseTypeAffix": true,
- "UseMaterialAffix": true,
- "UseMagicAffix": true,
- "IconCaptureGroup": "",
- "UiItemClass": "UI_Armor",
- "RDyeSlotDisabled": null,
- "GDyeSlotDisabled": null,
- "BDyeSlotDisabled": null,
- "ADyeSlotDisabled": null,
- "ArmorAppearanceM": "",
- "ArmorAppearanceF": "",
- "WeaponAppearanceOverride": "",
- "ConfirmDestroy": "",
- "ConfirmBeforeUse": false,
- "ConsumeOnUse": false,
- "PrefabPath": "",
- "HousingTags": "",
- "IconPath": "lyshineui/images/icons/items/Armor/AmuletCONT3.png",
- "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletCONT3.png",
- "MaxStackSize": 1,
- "DeathDropPercentage": 0,
- "Nonremovable": null,
- "IsMissionItem": null,
- "IsUniqueItem": null,
- "ContainerLevel": null,
- "ContainerGS": null,
- "ExceedMinIndex": "",
- "ExceedMaxIndex": "",
- "IsSalvageable": true,
- "SalvageResources": null,
- "IsRepairable": true,
- "RepairDustModifier": 4,
- "RepairRecipe": "SalvageLarge_MetalT5",
- "CraftingRecipe": "SalvageLarge_MetalT5",
- "RepairGameEventID": "",
- "SalvageGameEventID": "SalvageCoinGrantT5",
- "SalvageAchievement": "",
- "RepairTypes": "",
- "IngredientCategories": "",
- "IngredientBonusPrimary": "",
- "IngredientBonusSecondary": "",
- "IngredientGearScoreBaseBonus": "",
- "IngredientGearScoreMaxBonus": "",
- "ExtraBonusItemChance": "",
- "Durability": 750,
- "DurabilityDmgOnDeath": 0.12,
- "DestroyOnBreak": false,
- "Weight": 1,
- "AcquisitionNotificationId": "",
- "AudioPickup": "Play_UI_Pickup_Generic",
- "AudioPlace": "Play_UI_Drop_Generic",
- "AudioUse": "Play_UI_Use_Generic",
- "AudioCreated": "Play_UI_Created_Generic",
- "AudioDestroyed": "",
- "MannequinTag": "",
- "SoundTableID": "",
- "WarboardGatherStat": "",
- "WarboardDepositStat": "",
- "Notes": "",
- "HideInLootTicker": null
- },
{
"ItemID": "DungeonEdengrove_ConcentratedBlight",
"Name": "@DungeonEdengrove_ConcentratedBlight",
diff --git a/NewWorldCompanion.Services/Data/javelindata_housingitems.loc.xml b/NewWorldCompanion.Services/Data/javelindata_housingitems.loc.xml
index 69ac327..44b65c9 100644
--- a/NewWorldCompanion.Services/Data/javelindata_housingitems.loc.xml
+++ b/NewWorldCompanion.Services/Data/javelindata_housingitems.loc.xml
@@ -145,6 +145,24 @@
Springtime Wreath
This hare loves to wear his springtime attire.
Springtime Bunny
+ Concentric circles form a spinning, rotating model of the cosmos to view and admire.
+ Cosmic Armillary Dial
+ A model of the known universe. You can use it to measure the distance of the sun and stars above, but can it help unravel the mysteries of Aeternum.
+ Astronomical Astrolabe
+ A popular game on Aeternum involving the four suits of tarot cards. It both cures boredom and predicts your future.
+ Tarot Game Table
+ The sands of mortality may be paused on Aeternum, but these sands do anything but stand still.
+ Fateful Hourglass
+ For when you need an extra hand when performing palm readings.
+ Palmistry Statue
+ Gaze into and ponder the orb and you may yet see the future.
+ Fortune Scrying Table
+ A well-used tapestry depicting the cycle of the western Zodiac. While lovely, it makes you feel like you are being watched.
+ Zodiac Tapestry
+ An elaborate mobile with various planets and stars, engraved with Zodiac symbols.
+ Astral Chandelier
+ Who is that mysterious swine, and why does it look so dapper? Is it filthy rich?
+ Pig of Mystery
Lots of space to place all kinds of things, it doesn’t always have to be books.
Open Rickety Bookcase
A low-slung cabinet of drawers, for keeping your heaviest treasures.
@@ -282,18 +300,18 @@ Built solid and sturdy.
A chest that grants access to your storage, and increases your storage by 650 weight when placed in your home.
Holds your things just fine, and doubles as a canoe if you are in a pinch.
Hunter Storage Chest
- A chest that grants access to your storage, and increases your storage when placed in your home.
+ A chest that grants access to your storage, and increases your storage by 650 weight when placed in your home.
Just how old is this thing, exactly?
Stone Storage Chest
- A chest that grants access to your storage, and increases your storage by 650 weight when placed in your home.
+ A chest that grants access to your storage, and increases your storage by 1050 weight when placed in your home.
Scholars have not yet translated these Ancient runes.
Polished Marble Storage Chest
A chest that grants access to your storage, and increases your storage by 1050 weight when placed in your home.
Definitely cursed, 100%.
Cursed Storage Chest
- A chest that grants access to your storage, and increases your storage by 1050 weight when placed in your home.
+ A chest that grants access to your storage, and increases your storage by 1050 weight when placed in your home.
How did a rabbit carry this?
- Defiled Storage Chest of the Hare
+ Defiled Storage Chest of the Hare
A chest that grants access to your storage, and increases your storage by 1000 weight when placed in your home.
With two locks and steel banding, your stuff's not going anywhere.
Golden Steel Storage Chest
diff --git a/NewWorldCompanion.Services/Data/javelindata_itemdefinitions_master.loc.xml b/NewWorldCompanion.Services/Data/javelindata_itemdefinitions_master.loc.xml
index 8a5f0a6..05a6cae 100644
--- a/NewWorldCompanion.Services/Data/javelindata_itemdefinitions_master.loc.xml
+++ b/NewWorldCompanion.Services/Data/javelindata_itemdefinitions_master.loc.xml
@@ -869,8 +869,6 @@
A sparkling crown with a Starstone in the center.
Delicious Truffle
A heavy, fragrant mushroom used for a variety of delicious purposes
- Twisted Life Magic Essence
- A collection of life magic that has somehow gone horribly awry, twisted and tainted.
Faction War Item
Reekwater Battle Plans
Faction War Item
@@ -1171,8 +1169,8 @@
A sturdy stock of Ironwood to grip when twirling and slashing.
Corruption-Tinged Fish
A fish touched by the powers of Corruption.
- Shard of Madness
- A pulsating shard from the twisted mind of Isabella De Leon, a tangible piece of her madness.
+ Shard of Madness
+ A pulsating shard from the twisted mind of Isabella De Leon, a tangible piece of her madness.
Black Pigment
A sample of midnight black pigment that can be turned into ink.
Air Dragon Statuette
@@ -1827,30 +1825,28 @@
A runestone that pulses with light and warmth whenever it is brought near drink.
Western Runestone
A runestone that pulses with light and warmth whenever it is brought near drink.
- Gemma's Brooch
- A poorly carved cameo of what could be a cluster of grapes, or perhaps a diseased cabbage.
- Heart-Shaped Locket
- The inscription inside reads, "To my beloved Alice, may she always rest close to my heart."
- Captain Cross's Manifest
- This manifest contains a full list of all the crew sailing under Captain Cross. And more importantly, it doesn't mention anyone by the name of Santiago Salazar.
- Salvator's Ring
- One stone to remember, and two for a promise never broken. \nBut what did this ring promise?
- Pirate Doubloons
- Twice stolen, these coins attract more trouble than shoals attract shipwrecks.
- Myrtilus's Bow
- Grown to fit Myrtilus's hand, the strength of oak mixed with the flexibility of willow.
- Thornpoint Arrows
- It is said that once the arrows are embedded, they put down roots, becoming impossible to remove.
- Nutrient Stalks
- Filled with everything a growing dryad needs to survive out in the wilds.
- Poseidon's Goblet
- A golden goblet from the deepest depths of the sea, locked in a chest, then forgotten on a lonely spit of land.
- Sea Glass Charms
- Polished by the sea, these charms chime in the breeze, bringing luck enough to weather any storm.
+ Gemma's Brooch
+ A poorly carved cameo of what could be a cluster of grapes, or perhaps a diseased cabbage.
+ Heart-Shaped Locket
+ The inscription inside reads, "To my beloved Alice, may she always rest close to my heart."
+ Captain Cross's Manifest
+ This manifest contains a full list of all the crew sailing under Captain Cross. And more importantly, it doesn't mention anyone by the name of Santiago Salazar.
+ Salvator's Ring
+ One stone to remember, and two for a promise never broken. \nBut what did this ring promise?
+ Pirate Doubloons
+ Twice stolen, these coins attract more trouble than shoals attract shipwrecks.
+ Myrtilus's Bow
+ Grown to fit Myrtilus's hand, the strength of oak mixed with the flexibility of willow.
+ Thornpoint Arrows
+ It is said that once the arrows are embedded, they put down roots, becoming impossible to remove.
+ Nutrient Stalks
+ Filled with everything a growing dryad needs to survive out in the wilds.
+ Poseidon's Goblet
+ A golden goblet from the deepest depths of the sea, locked in a chest, then forgotten on a lonely spit of land.
+ Sea Glass Charms
+ Polished by the sea, these charms chime in the breeze, bringing luck enough to weather any storm.
Hunk of Meat
A juicy hunk of meat sourced from a Corrupted. Perfect for an Alligator.
- A printed handbill with a map.
- Printed Handbill
1-Handed.
Broken Oar
A suspended ice crystal sends forth blasts of pure winter energy.
@@ -2055,8 +2051,8 @@
Syndicate Cabalist Ice Gauntlet
A well-made ice gauntlet for Syndicate Alchemists.
Syndicate Alchemist Ice Gauntlet
- "Ambition. Loss. Victory. Defeat. The heart endures."
- Taiyings Heart
+ "Ambition. Loss. Victory. Defeat. The heart endures."
+ Taiyings Heart
0
The Fragment
"It's rare, but when it happens…it's breathtaking."
@@ -2091,7 +2087,7 @@
Primeval Ice Gauntlet
An Ice Gauntlet that has been used by the Angry Earth for some time.
Primeval Ice Gauntlet
- An Ice Gauntlet that has been used by the Angry Earth for some time.
+ An Ice Gauntlet that has been used by the Angry Earth for some time.
Primeval Ice Gauntlet
An Ice Gauntlet that has been used by the Angry Earth for some time.
Primeval Ice Gauntlet
@@ -2107,7 +2103,7 @@
Defiled Ice Gauntlet
An Ice Gauntlet that has been used by the Corrupted for some time.
Defiled Ice Gauntlet
- A replica of an Ice Gauntlet found in the depths of Amrine Temple.
+ A replica of an Ice Gauntlet found in the depths of Amrine Temple.
Amrine Temple Ice Gauntlet
A replica of an Ice Gauntlet found in the Shattered Obelisk.
Obelisk Guard Ice Gauntlet
@@ -2145,8 +2141,8 @@
Obelisk Guard Ice Gauntlet
An Ice Gauntlet found in The Depths.
Deepwatcher's Ice Gauntlet
- An Ice Gauntlet found in the Dynasty Shipyard
- Shipyard Sentinel Ice Gauntlet
+ An Ice Gauntlet found in the Dynasty Shipyard
+ Shipyard Sentinel Ice Gauntlet
An Ice Gauntlet found in the Lazarus Instrumentality.
Lazarus Watcher Ice Gauntlet
An Ice Gauntlet found in the Garden of Genesis.
@@ -2163,7 +2159,7 @@
Winter's Clutch
"The cries of the fallen echo in each wintery breath."
Forlorn Wind
- An Ice Gauntlet that has been used by the Lost for some time.
+ An Ice Gauntlet that has been used by the Lost for some time.
Forsaken Ice Gauntlet
An Ice Gauntlet that has been used by the Lost for some time.
Forsaken Ice Gauntlet
@@ -2763,7 +2759,7 @@
Dryad Kite Shield
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Kite Shield
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Kite Shield
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Kite Shield
@@ -3217,8 +3213,8 @@
Primordial Edge
"Hold it up to the light, I think you'll like what you find."
Prismatic Vista
- "Do not resist. I possess that which you desire."
- Promise of Power
+ "Do not resist. I possess that which you desire."
+ Promise of Power
"Many a knight have crashed against their dragons. Many a knight have failed."
Pure of Heart
A well-made weapon. It will serve you as well as it served its previous wielder.
@@ -3423,7 +3419,7 @@
Primeval Longsword
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Longsword
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Longsword
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Longsword
@@ -3485,8 +3481,8 @@
Obelisk Guard Longsword
A longsword found in The Depths.
Deepwatcher Longsword
- A longsword found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Longsword
+ A longsword found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Longsword
A longsword found in the Lazarus Instrumentality.
Lazarus Watcher Longsword
A longsword found in the Garden of Genesis.
@@ -3497,7 +3493,7 @@
Great Measure
"His eagerness to spread the message of his faith was equal only to his willingness to denouce those who did not share it."
Fanatic's Longsword
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Longsword
"I stand unwavering before the precipice of eternity."
Guardian's Longsword
@@ -3509,7 +3505,7 @@
Whickering Soul
"This implement of carnage has been patched over a lifetime of slaughter, at times with the very bone of it's victims."
Primal Butcher
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Longsword
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Longsword
@@ -3802,8 +3798,8 @@
Adventurer's Rapier
"What's up my sleeve? Youll see soon enough."
Rapier of Arcane Tricks
- "Buried among the tombs of queens past, forgotten among the masses of generous rulers the realm had known."
- Rapier of Forgotten Queens
+ "Buried among the tombs of queens past, forgotten among the masses of generous rulers the realm had known."
+ Rapier of Forgotten Queens
"She disappeared as soon as she arrived, leaving a trail of corpses in her wake."
Rapier of the Dark Swashbuckler
"At the end of the melee there was but one person left standing."
@@ -4004,7 +4000,7 @@
Defiled Rapier
A rapier that was possessed by the Corrupted at some point in time.
Defiled Rapier
- A replica of a rapier found in the depths of Amrine Temple.
+ A replica of a rapier found in the depths of Amrine Temple.
Amrine Temple Rapier
A replica of a rapier found in the Starstone Barrows.
Obelisk Guard Rapier
@@ -4042,8 +4038,8 @@
Obelisk Guard Rapier
A rapier found in The Depths.
Deepwatcher Rapier
- A rapier found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Rapier
+ A rapier found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Rapier
A rapier found in the Lazarus Instrumentality.
Lazarus Watcher Rapier
A rapier found in the Garden of Genesis.
@@ -4170,7 +4166,7 @@
Primeval Round Shield
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Round Shield
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Round Shield
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Round Shield
@@ -4240,7 +4236,7 @@
Glass Round Shield
DESCRIPTION PENDING
Glass Round Shield
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Round Shield
"I stand unwavering before the precipice of eternity."
Guardian's Round Shield
@@ -4260,7 +4256,7 @@
Barbed Respite
"Countless ages cannot wear the steely resolve granted by this ediface."
Undaunted Guardian
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Round Shield
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Round Shield
@@ -4675,8 +4671,8 @@
Waveborn Sword
DESCRIPTION PENDING
Waveborn Sword
- "Your destiny was never your own. From the beginning my curse was upon you."
- Accursed End
+ "Your destiny was never your own. From the beginning my curse was upon you."
+ Accursed End
"Who shall my axe strike? Why must I choose but one of you."
Adjucator of Pain
"The mythical wizard was said to have blessed this hatchet with his power before bestowing it on a brave Ranger."
@@ -4832,8 +4828,8 @@
Doom's Edge
"Let this token remind you of your history. You are one of us."
Dragonsblood
- “The feared pirate commander succumbed to the corruption. His ship would appear around the shores of Aeternum, his axe in hand, and all that followed was death and destruction.”
- Dreadwake
+ “The feared pirate commander succumbed to the corruption. His ship would appear around the shores of Aeternum, his axe in hand, and all that followed was death and destruction.”
+ Dreadwake
"I live more in my dreams than I do in my life."
Dreamhacker
"There are many places that remain sacred to the Dryads. Defending these holy sites is of the utmost importance to them."
@@ -5151,7 +5147,7 @@
Primeval Hatchet
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Hatchet
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Hatchet
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Hatchet
@@ -5211,8 +5207,8 @@
Obelisk Guard Hatchet
A hatchet found in The Depths.
Deepwatcher Hatchet
- A hatchet found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Hatchet
+ A hatchet found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Hatchet
A hatchet found in the Lazarus Instrumentality.
Lazarus Watcher Hatchet
A hatchet found in the Garden of Genesis.
@@ -5247,7 +5243,7 @@
Glass Hatchet
DESCRIPTION PENDING
Glass Hatchet
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Hatchet
A Hatchet, given as a gift after fighting the Corrupted in Great Cleave.
Great Cleave Chopper
@@ -5267,7 +5263,7 @@
Farcleaver
"This aged blade turns itself in the hand as though it seeks the enemies throat."
Spinecutter
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Hatchet
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Hatchet
@@ -5335,7 +5331,7 @@
Ancient Tower Shield
"The tallest oaks shelter the younger trees in the forest, like this shield shelters you."
Dryad Tower Shield
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Tower Shield
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Tower Shield
@@ -5522,8 +5518,8 @@
Bow of the Crystal Palace
"They saw only a hooded figure with glowing red eyes. The very next moment they found an arrow lodged in their heart."
Bow of the Dark Ranger
- "Sing my song and receive my power."
- Bow of the Enchantress
+ "Sing my song and receive my power."
+ Bow of the Enchantress
"Do not let the light see what you do in the dark."
Bow of the Shadows
"Spriggans are bastardly beings. Not quite the friendly natural spirits you might be used to."
@@ -5838,8 +5834,8 @@
Syndicate Alchemist Bow
"Each arrow causes as sharp a pain as an empty stomach, and the weakness that comes from too little food."
Taste of Grief
- "She called for me to find Her, and so I left a trail of blood in my wake as I sought Her out."
- Tempest's Call
+ "She called for me to find Her, and so I left a trail of blood in my wake as I sought Her out."
+ Tempest's Call
"Blackbeard's sigil was enough to make ships flee. But once other ships were in range of his arrows, they had no hope of surviving."
Terror of the Seas
"Ripped from the corpse of a fallen entity, the power this bow exudes overwhelm's you."
@@ -5950,7 +5946,7 @@
Primeval Bow
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Bow
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Bow
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Bow
@@ -6016,8 +6012,8 @@
Obelisk Guard Bow
A bow found in The Depths.
Deepwatcher Bow
- A bow found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Bow
+ A bow found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Bow
A bow found in the Lazarus Instrumentality.
Lazarus Watcher Bow
A bow found in the Garden of Genesis.
@@ -6054,7 +6050,7 @@
Glass Bow
DESCRIPTION PENDING
Glass Bow
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Flatbow
"I stand unwavering before the precipice of eternity."
Guardian's Flatbow
@@ -6074,7 +6070,7 @@
Iron Briar
"Faster than the hare, fiercer than the wolf."
Beastcatcher
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Bow
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Bow
@@ -6452,8 +6448,8 @@
Icestriker
"Either the cold will kill you or I will."
Icy Decapitator
- "Now that your enemies are dead, I hope you find peace."
- Inner Peace
+ "Now that your enemies are dead, I hope you find peace."
+ Inner Peace
"What is your sin?"
Innocence
"More... I need more."
@@ -6725,7 +6721,7 @@
Primeval Great Axe
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Great Axe
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Great Axe
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Great Axe
@@ -6789,8 +6785,8 @@
Obelisk Guard Great Axe
A great axe found in The Depths.
Deepwatcher Great Axe
- A great axe found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Great Axe
+ A great axe found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Great Axe
A great axe found in the Lazarus Instrumentality.
Lazarus Watcher Great Axe
A great axe found in the Garden of Genesis.
@@ -6827,7 +6823,7 @@
Glass Great Axe
"All that glitters is the keen edge of a great axe at your enemy's throat."
Golden Axeperience
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Great Axe
"I stand unwavering before the precipice of eternity."
Guardian's Great Axe
@@ -6847,7 +6843,7 @@
Timeworn Executioner
"A doom as inevitable as the tick of a deadly clock."
Pendulous Foe
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Great Axe
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Great Axe
@@ -6941,8 +6937,8 @@
Obelisk Guard Kite Shield
A kite shield found in The Depths.
Deepwatcher Kite Shield
- A kite shield found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Kite Shield
+ A kite shield found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Kite Shield
A kite shield found in the Lazarus Instrumentality.
Lazarus Watcher Kite Shield
A kite shield found in the Garden of Genesis.
@@ -7269,8 +7265,8 @@
Little Simon's BB Gun
"I knew I had left you somewhere!"
Long Lost Musket
- "None are safe when the madman is on the loose."
- Madman's Headhunter
+ "None are safe when the madman is on the loose."
+ Madman's Headhunter
"We come in peace. Do not mistake that for weakness."
Magi's Emissary
"My bullets will pierce your skin and you will beg for mercy."
@@ -7513,7 +7509,7 @@
Primeval Musket
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Musket
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Musket
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Musket
@@ -7577,8 +7573,8 @@
Obelisk Guard Musket
A musket found in The Depths.
Deepwatcher Musket
- A musket found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Musket
+ A musket found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Musket
A musket found in the Lazarus Instrumentality.
Lazarus Watcher Musket
A musket found in the Garden of Genesis.
@@ -7613,7 +7609,7 @@
Glass Musket
DESCRIPTION PENDING
Glass Musket
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Musket
"I stand unwavering before the precipice of eternity."
Guardian's Musket
@@ -7633,7 +7629,7 @@
Distant Sovereignity
"A warrior announces his intent with a shout."
Thunderous Rebuff
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Musket
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Musket
@@ -7721,8 +7717,8 @@
Obelisk Guard Round Shield
A round shield found in The Depths.
Deepwatcher Round Shield
- A round shield found whie exploring the Dynasty Shipyard.
- Shipyard Sentinel Round Shield
+ A round shield found whie exploring the Dynasty Shipyard.
+ Shipyard Sentinel Round Shield
A round shield found in the Lazarus Instrumentality.
Lazarus Watcher Round Shield
A round shield found in the Garden of Genesis.
@@ -7845,8 +7841,8 @@
Fallen Friend
"Bandits descended on the farm, prepared to steal all the farmer had worked to grow. She gripped her trusty friend and prepared to fight."
Farmer's Hope
- "Gaze into my crystals and see your future."
- Farseer's Spear
+ "Gaze into my crystals and see your future."
+ Farseer's Spear
"To become a grandmaster spearman requires decades of training and dedication. When one achieves such an unparalleled feat they are given a spear crafted by the finest artisans of Aeternum."
Flawless Grandmaster's Spear
"A standard issue pike for the royal guard, the craftsmanship of this weapon is immaculate."
@@ -8170,7 +8166,7 @@
Primeval Spear
A spear that appears to have been wielded by the Angry Earth at some point.
Primeval Spear
- A spear that appears to have been wielded by the Angry Earth at some point.
+ A spear that appears to have been wielded by the Angry Earth at some point.
Primeval Spear
A spear that appears to have been wielded by the Angry Earth at some point.
Primeval Spear
@@ -8192,7 +8188,7 @@
Defiled Spear
A spear that appears to have been wielded by the Corrupted at some point.
Defiled Spear
- A replica of a spear found in the depths of Amrine Temple.
+ A replica of a spear found in the depths of Amrine Temple.
Amrine Temple Spear
A replica of a spear found in the Starstone Barrows.
Obelisk Guard Spear
@@ -8230,8 +8226,8 @@
Obelisk Guard Spear
A spear found in The Depths.
Deepwatcher Spear
- A spear found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Spear
+ A spear found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Spear
A spear found in the Lazarus Instrumentality.
Lazarus Watcher Spear
A spear found in the Garden of Genesis.
@@ -8282,7 +8278,7 @@
Inelegant Barb
"Few escape the malign strike of the Devil's brochette."
Reaper's Lance
- A spear that appears to have been wielded by the Lost at some point.
+ A spear that appears to have been wielded by the Lost at some point.
Forsaken Spear
A spear that appears to have been wielded by the Lost at some point.
Forsaken Spear
@@ -8499,8 +8495,8 @@
Flames of the Breach
"A hulking staff of the flamesworn mages."
Flamesworn Great Staff
- "All that remains in my path is ash and dust."
- Flamewake
+ "All that remains in my path is ash and dust."
+ Flamewake
"The subtlest spark can grow into the most powerful fire."
Flamewhisper
"A massive branch with an everburning flame affixed to the end."
@@ -8771,7 +8767,7 @@
Primeval Fire Staff
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Fire Staff
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Fire Staff
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Fire Staff
@@ -8831,8 +8827,8 @@
Obelisk Guard Fire Staff
A fire staff found in The Depths.
Deepwatcher Fire Staff
- A fire staff found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Fire Staff
+ A fire staff found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Fire Staff
A fire staff found in the Lazarus Instrumentality.
Lazarus Watcher Fire Staff
A fire staff found in the Garden of Genesis.
@@ -8867,7 +8863,7 @@
Glass Fire Staff
DESCRIPTION PENDING
Glass Fire Staff
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Fire Staff
"I stand unwavering before the precipice of eternity."
Guardian's Fire Staff
@@ -8885,7 +8881,7 @@
Gaoler's Light
"Stoked by a breath of unrelenting purpose."
Ember Undying
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Fire Staff
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Fire Staff
@@ -9069,8 +9065,8 @@
Glimmering Mercy
"This staff appears as if it was ripped from the Azoth Tree itself."
Glowing Branch
- "The crystal tipped staff radiates pure life energy, healing all around it."
- Glowing Lifecrystal Staff
+ "The crystal tipped staff radiates pure life energy, healing all around it."
+ Glowing Lifecrystal Staff
"The staff glows when nearby corruption."
Glowing Life Staff
"Corruption has recently set in on the staff as its former master succumbed just days ago."
@@ -9371,7 +9367,7 @@
Primeval Life Staff
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Life Staff
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Life Staff
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval Life Staff
@@ -9431,8 +9427,8 @@
Obelisk Guard Life Staff
A life staff found in The Depths.
Deepwatcher Life Staff
- A life staff found while exploring the Dynasty Shipyard.
- Shipyard Sentinel Life Staff
+ A life staff found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel Life Staff
A life staff found in the Lazarus Instrumentality.
Lazarus Watcher Life Staff
A life staff found in the Garden of Genesis.
@@ -9469,7 +9465,7 @@
Glass Life Staff
DESCRIPTION PENDING
Glass Life Staff
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's Life Staff
"I stand unwavering before the precipice of eternity."
Guardian's Life Staff
@@ -9487,7 +9483,7 @@
Venerable Radiance
"Every sunset bears the promise of dawn."
Twilight Beacon
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Life Staff
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken Life Staff
@@ -9541,8 +9537,8 @@
Corrupted Heart Tower Shield
A tower shield found in The Depths.
Deepwatcher Tower Shield
- A tower shield found while exploring the Dynasty Shipyard.
- Shipyard Sentinal Tower Shield
+ A tower shield found while exploring the Dynasty Shipyard.
+ Shipyard Sentinal Tower Shield
A tower shield found in the Lazarus Instrumentality.
Lazarus Watcher Tower Shield
A tower shield found in the Garden of Genesis.
@@ -9713,8 +9709,8 @@
Force of Nature
"Of the many experiments left beind by the Ancients, this war hammer is one of the more peculiar ones. The hammer vibrates at all times, humming some strange song."
Forgotten Experiment
- "The entire weight of the tundra lingers behind your swing."
- Frostforged War Hammer
+ "The entire weight of the tundra lingers behind your swing."
+ Frostforged War Hammer
"Blessed be the Night Sky Queen. May she guide the tides of your fate."
Full Moon
"A thief you can trust is no thief to you."
@@ -10060,7 +10056,7 @@
Primeval War Hammer
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval War Hammer
- A weapon that seems to have been wielded by the Angry Earth at some point in its history.
+ A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval War Hammer
A weapon that seems to have been wielded by the Angry Earth at some point in its history.
Primeval War Hammer
@@ -10122,8 +10118,8 @@
Obelisk Guard War Hammer
A war hammer found in The Depths.
Deepwatcher War Hammer
- A war hammer found while exploring the Dynasty Shipyard.
- Shipyard Sentinel War Hammer
+ A war hammer found while exploring the Dynasty Shipyard.
+ Shipyard Sentinel War Hammer
A war hammer found in the Lazarus Instrumentality.
Lazarus Watcher War Hammer
A war hammer found in the Garden of Genesis.
@@ -10160,7 +10156,7 @@
Glass War Hammer
DESCRIPTION PENDING
Glass War Hammer
- "They laughed and said 'The dead don't fight back!' I laughed with them."
+ "They laughed and said 'The dead don't fight back!' I laughed with them."
Graverobber's War Hammer
"I stand unwavering before the precipice of eternity."
Guardian's War Hammer
@@ -10180,7 +10176,7 @@
Weighty Argument
"This hammer swings swift as inexorable fate."
Unrelenting Maul
- A weapon that seems to have been wielded by the Lost at some point in its history.
+ A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken War Hammer
A weapon that seems to have been wielded by the Lost at some point in its history.
Forsaken War Hammer
@@ -10729,7 +10725,7 @@
Fiend's Choker
Fortune's Favor
Hematite Mortality Chain
- Keeper's Pendant
+ Keeper's Pendant
Men of Arms Mascot
"He was a good boy, before and after the Corruption."
Rufus' Collar
@@ -10752,9 +10748,8 @@
Invicta Charm
This amulet is ancient and powerful. It bears a fresh inscription: "spem relinquere somniantibus."
Isabella's Amulet
- Corrupted with evil intent.
- Myrkgard's Amulet
- Malachite Orb
+ Corrupted with evil intent.
+ Myrkgard's Amulet
Malacite Orb Chain
Oracle's Amulet
Prophecy Fulfillment Charm
@@ -13435,14 +13430,14 @@
Platinum Barbarian Earring
Orichalcum Barbarian Earring
Ancient Naga Earring
- Bloodline's Curse Earring
+ Bloodline's Curse Earring
Bloodspill Stud
Charm of the Conch Song
Earring of the Emrald Dream
Guided Prayer Token
Heart's Tendril Trinket
Scorched Asher Earring
- Shard of Lithomancy
+ Shard of Lithomancy
Storm's Journey Token
The Blessed Wyrdwood Earring
The Bonedust Trinket
@@ -13582,10 +13577,6 @@
Etched Handguard
A crafting material of extraordinary rarity.
Eternal Ice
- An armor fragment that has an aura of nature magic.
- Evergreen Armor Shard
- A weapon fragment that has an aura of nature magic.
- Evergreen Weapon Shard
The backstory that you've been provided is meant to be representative of player power through natural play at its level range. Gem slots and attribute perks may be limited, and gear score slightly lower than what the player is able to equip.
Expedition Backstory
A cache of weapons to plunder our enemies
@@ -15589,16 +15580,12 @@
Fragmented Musket
The tail of a Frogfish.
Frogfish Tail
- A frosty armor fragment that is perpetually cold to the touch.
- Frozen Armor Shard
Crafting item with an attunement to the Vorpal perk.
Chilled Fang
Crafting item with an attunement to the Frozen Protection perk.
Frigid Fang
Crafting item with an attunement to the Chain Ice perk.
Frozen Fang
- A frosty weapon fragment that is perpetually cold to the touch.
- Frozen Weapon Shard
USE: Provides Basic Health Recovery for 30 minutes.
Cooked Fruit
Cooking ingredient. Can be consumed, but only provides a very small amount of HP recovery. Ingredients are far more potent when cooked.
@@ -16539,7 +16526,7 @@
Timeworn Breastplate
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Breastplate
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Breastplate
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Breastplate
@@ -16679,12 +16666,12 @@
Dunecrawler's Breastplate
The armor of an Amrine Temple Guard.
Amrine Guard Breastplate
- The armor of a former member of Ancient Infantry.
+ The armor of a former member of Ancient Infantry.
Obelisk Infantry Breastplate
The armor of a Deepwarden.
Deepwarden's Battleplate
- The armor of a member of the Shipyard Guard.
- Shipyard Guard Breastplate
+ The armor of a member of the Shipyard Guard.
+ Shipyard Guard Breastplate
Plate armor worn by Guardians.
Guardian Plate Chestguard
The armor of a Dryad Guard.
@@ -16831,7 +16818,7 @@
Rusher Plate Chestguard
Plate armor. On the heavier side, but offers good overall protection.
Plate Breastplate
- Plate armor. On the heavier side, but offers good overall protection.
+ Plate armor. On the heavier side, but offers good overall protection.
Plate Breastplate
Plate armor. On the heavier side, but offers good overall protection.
Plate Breastplate
@@ -16935,7 +16922,7 @@
Timeworn Boots
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Boots
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Boots
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Boots
@@ -17061,12 +17048,12 @@
Waterlogged Greaves
The armor of an Amrine Temple Guard.
Amrine Guard Boots
- The armor of a former member of Ancient Infantry.
+ The armor of a former member of Ancient Infantry.
Obelisk Infantry Boots
The armor of a Deepwarden.
Deepwarden's Battlestompers
- The armor of a member of the Shipyard Guard.
- Shipyard Guard Boots
+ The armor of a member of the Shipyard Guard.
+ Shipyard Guard Boots
Plate armor worn by Guardians.
Guardian Plate Boots
The armor of a Dryad Guard.
@@ -17201,7 +17188,7 @@
Rusher Plate Boots
Plate armor. On the heavier side, but offers good overall protection.
Plate Boots
- Plate armor. On the heavier side, but offers good overall protection.
+ Plate armor. On the heavier side, but offers good overall protection.
Plate Boots
Plate armor. On the heavier side, but offers good overall protection.
Plate Boots
@@ -17299,7 +17286,7 @@
Timeworn Gauntlets
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Gauntlets
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Gauntlets
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Gauntlets
@@ -17421,12 +17408,12 @@
Waterlogged Gauntlets
The armor of an Amrine Temple Guard.
Amrine Guard Gauntlets
- The armor of a former member of Ancient Infantry.
+ The armor of a former member of Ancient Infantry.
Obelisk Infantry Gauntlets
The armor of a Deepwarden.
Deepwarden's Battlebraces
- The armor of a member of the Shipyard Guard.
- Shipyard Guard Gauntlets
+ The armor of a member of the Shipyard Guard.
+ Shipyard Guard Gauntlets
Plate armor worn by Guardians.
Guardian Plate Gauntlets
The armor of a Dryad Guard.
@@ -17567,7 +17554,7 @@
Rusher Plate Gauntlets
Plate armor. On the heavier side, but offers good overall protection.
Plate Gauntlets
- Plate armor. On the heavier side, but offers good overall protection.
+ Plate armor. On the heavier side, but offers good overall protection.
Plate Gauntlets
Plate armor. On the heavier side, but offers good overall protection.
Plate Gauntlets
@@ -17659,7 +17646,7 @@
Timeworn Helm
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Helm
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Helm
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Helm
@@ -17779,12 +17766,12 @@
Waterlogged Helm
The armor of an Amrine Temple Guard.
Amrine Guard Helm
- The armor of a former member of Ancient Infantry.
+ The armor of a former member of Ancient Infantry.
Obelisk Infantry Helm
The armor of a Deepwarden.
Deepwarden's Battlehelm
- The armor of a member of the Shipyard Guard.
- Shipyard Guard Helm
+ The armor of a member of the Shipyard Guard.
+ Shipyard Guard Helm
Plate armor worn by Guardians.
Guardian Plate Helm
The armor of a Dryad Guard.
@@ -17943,7 +17930,7 @@
Rusher Plate Helm
Plate armor. On the heavier side, but offers good overall protection.
Plate Helm
- Plate armor. On the heavier side, but offers good overall protection.
+ Plate armor. On the heavier side, but offers good overall protection.
Plate Helm
Plate armor. On the heavier side, but offers good overall protection.
Plate Helm
@@ -18045,7 +18032,7 @@
Timeworn Greaves
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Greaves
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Greaves
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Greaves
@@ -18163,12 +18150,12 @@
Waterlogged Cuisses
The armor of an Amrine Temple Guard.
Amrine Guard Greaves
- The armor of a former member of Ancient Infantry.
+ The armor of a former member of Ancient Infantry.
Obelisk Infantry Greaves
The armor of a Deepwarden.
Deepwarden's Battleguards
- The armor of a member of the Shipyard Guard.
- Shipyard Guard Greaves
+ The armor of a member of the Shipyard Guard.
+ Shipyard Guard Greaves
Plate armor worn by Guardians.
Guardian Plate Greaves
The armor of a Dryad Guard.
@@ -18311,7 +18298,7 @@
Rusher Plate Greaves
Plate armor. On the heavier side, but offers good overall protection.
Plate Greaves
- Plate armor. On the heavier side, but offers good overall protection.
+ Plate armor. On the heavier side, but offers good overall protection.
Plate Greaves
Plate armor. On the heavier side, but offers good overall protection.
Plate Greaves
@@ -19752,7 +19739,7 @@
Timeworn Cloth Shirt
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Shirt
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Shirt
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Shirt
@@ -19914,12 +19901,12 @@
Empress Zhou's Embroidered Tunic
The armor of an Amrine Temple Scout.
Amrine Scout Coat
- The armor of a former Obelisk Outrider.
+ The armor of a former Obelisk Outrider.
Obelisk Outrider Shirt
The armor of a Deepmist Spy.
Deepmist Spy's Shirt
- The armor of a member of the Shipyard Watch.
- Shipyard Watch Shirt
+ The armor of a member of the Shipyard Watch.
+ Shipyard Watch Shirt
The armor of a Guardian Flanker.
Guardian Flanker Shirt
The armor of an Dryad Patroller.
@@ -20100,7 +20087,7 @@
Soulwarden's Spiritual Robes
The vines are flexible yet provide greater protection than you might expect.
Living Vines Chestpiece
- A fashionable corset dress.
+ A fashionable corset dress.
Cloth Corset Dress
A gothic dress, for the darkness inside us all.
Cloth Gothic Dress
@@ -20216,7 +20203,7 @@
Timeworn Cloth Boots
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Shoes
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Shoes
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Shoes
@@ -20378,12 +20365,12 @@
Empress Zhou's Embroidered Shoes
The armor of an Amrine Temple Scout.
Amrine Scout Shoes
- The armor of a former Obelisk Outrider.
+ The armor of a former Obelisk Outrider.
Obelisk Outrider Shoes
The armor of a Deepmist Spy.
Deepmist Spy's Shoes
- The armor of a member of the Shipyard Watch.
- Shipyard Watch Shoes
+ The armor of a member of the Shipyard Watch.
+ Shipyard Watch Shoes
The armor of a Guardian Flanker.
Guardian Flanker Shoes
The armor of an Dryad Patroller.
@@ -20550,7 +20537,7 @@
Embossed Shoes
Shoes in a style that insists propriety.
Prim Shoes
- Formal shoes for formal occasions.
+ Formal shoes for formal occasions.
Formal Shoes
Light armor made for members of the Syndicate.
Syndicate Adept Footwear
@@ -20650,7 +20637,7 @@
Timeworn Cloth Gloves
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Gloves
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Gloves
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Gloves
@@ -20808,12 +20795,12 @@
Empress Zhou's Embroidered Claws
The armor of an Amrine Temple Scout.
Amrine Scout Gloves
- The armor of a former Obelisk Outrider.
+ The armor of a former Obelisk Outrider.
Obelisk Outrider Gloves
The armor of a Deepmist Spy.
Deepmist Spy's Gloves
- The armor of a member of the Shipyard Watch.
- Shipyard Watch Gloves
+ The armor of a member of the Shipyard Watch.
+ Shipyard Watch Gloves
The armor of a Guardian Flanker.
Guardian Flanker Gloves
The armor of an Dryad Patroller.
@@ -20976,7 +20963,7 @@
Living Vines Gloves
"Give me guilded hands and I can give you the world"
Lifegiver's Gloves
- Gloves with bows on them.
+ Gloves with bows on them.
Bowed Gloves
Gloves with frills on them.
Frilled Gloves
@@ -21082,7 +21069,7 @@
Timeworn Cloth Hat
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Hat
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Hat
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Hat
@@ -21254,12 +21241,12 @@
Empress Zhou's Crown
The armor of an Amrine Temple Scout.
Amrine Scout Hat
- The armor of a former Obelisk Outrider.
+ The armor of a former Obelisk Outrider.
Obelisk Outrider Hat
The armor of a Deepmist Spy.
Deepmist Spy's Hat
- The armor of a member of the Shipyard Watch.
- Shipyard Watch Hat
+ The armor of a member of the Shipyard Watch.
+ Shipyard Watch Hat
The armor of a Guardian Flanker.
Guardian Flanker Hat
The armor of an Dryad Patroller.
@@ -21374,8 +21361,8 @@
Masquerade Mask
"A faint image stained her sight, giving glimpses of a promising future. Or perhaps, her forgotten past."
Ethereal Visage
- "May you find others who seek your cause, and the power to destroy those that do not."
- Zealous Embrace
+ "May you find others who seek your cause, and the power to destroy those that do not."
+ Zealous Embrace
"Poisonous... poisonous... venomous... poisonous... aha! Wait, no... poisonous..."
Warden's Guise
"Though he hadn't stepped into battle himself, his eyes had seen war. Swords returned chipped, shields dented. But the items that didn't return were always far more apparent."
@@ -21436,7 +21423,7 @@
Veiled Hairband
A very fancy hat.
Embellished Hat
- A fascinator fit for a day in royal court.
+ A fascinator fit for a day in royal court.
Court Fascinator
"There's no more perfect time for a duel than the present."
Swashbuckler's Feathered Cap
@@ -21540,7 +21527,7 @@
Timeworn Cloth Pants
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Pants
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Pants
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Cloth Pants
@@ -21698,12 +21685,12 @@
Empress Zhou's Embroidered Pants
The armor of an Amrine Temple Scout.
Amrine Scout Leggings
- The armor of a former Obelisk Outrider.
+ The armor of a former Obelisk Outrider.
Obelisk Outrider Leggings
The armor of a Deepmist Spy.
Deepmist Spy's Leggings
- The armor of a member of the Shipyard Watch.
- Shipyard Watch Leggings
+ The armor of a member of the Shipyard Watch.
+ Shipyard Watch Leggings
The armor of a Guardian Flanker.
Guardian Flanker Pants
The armor of an Dryad Patroller.
@@ -21870,7 +21857,7 @@
Lace Trimmed Leggings
Leggings with ruffled accents.
Ruffled Leggings
- Leggings with frilled accents.
+ Leggings with frilled accents.
Frilled Leggings
Light armor made for members of the Syndicate.
Syndicate Adept Leggings
@@ -22142,7 +22129,7 @@
Timeworn Leather Coat
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Coat
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Coat
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Coat
@@ -22270,12 +22257,12 @@
Waterlogged Coat
The armor of an Amrine Temple Tracker.
Amrine Tracker Coat
- The armor of a former Obelisk Pathfinder.
+ The armor of a former Obelisk Pathfinder.
Obelisk Pathfinder Coat
The armor of a Depthguard.
Depthguard's Coat
- The armor of a Shipyard Lookout.
- Shipyard Lookout Coat
+ The armor of a Shipyard Lookout.
+ Shipyard Lookout Coat
The armor of a Guardian Spearmarshal.
Guardian Spearmarshal Coat
The armor of an Dryad Stalker.
@@ -22482,7 +22469,7 @@
Syndicate Alchemist Coat
"I care not for your feelings, only for the truth."
Truthbearer's Leather Chestguard
- An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
+ An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Coat
An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Coat
@@ -22571,7 +22558,7 @@
Timeworn Leather Boots
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Boots
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Boots
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Boots
@@ -22687,12 +22674,12 @@
Waterlogged Boots
The armor of an Amrine Temple Tracker.
Amrine Tracker Shoes
- The armor of a former Obelisk Pathfinder.
+ The armor of a former Obelisk Pathfinder.
Obelisk Pathfinder Boots
The armor of a Depthguard.
Depthguard's Boots
- The armor of a Shipyard Lookout.
- Shipyard Lookout Boots
+ The armor of a Shipyard Lookout.
+ Shipyard Lookout Boots
The armor of a Guardian Spearmarshal.
Guardian Spearmarshal Boots
The armor of an Dryad Stalker.
@@ -22883,7 +22870,7 @@
Syndicate Exemplar Boots
Armor adorned with the colors and insignia of the Syndicate
Syndicate Alchemist Boots
- An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
+ An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Boots
An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Boots
@@ -22969,7 +22956,7 @@
Timeworn Leather Gloves
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Gloves
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Gloves
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Gloves
@@ -23085,12 +23072,12 @@
Waterlogged Gloves
The armor of an Amrine Temple Tracker.
Amrine Tracker Gloves
- The armor of a former Obelisk Pathfinder.
+ The armor of a former Obelisk Pathfinder.
Obelisk Pathfinder Gloves
The armor of a Depthguard.
Depthguard's Gloves
- The armor of a Shipyard Lookout.
- Shipyard Lookout Gloves
+ The armor of a Shipyard Lookout.
+ Shipyard Lookout Gloves
The armor of a Guardian Spearmarshal.
Guardian Spearmarshal Gloves
The armor of an Dryad Stalker.
@@ -23279,7 +23266,7 @@
Syndicate Exemplar Mitts
Armor adorned with the colors and insignia of the Syndicate
Syndicate Alchemist Mitts
- An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
+ An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Gloves
An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Gloves
@@ -23365,7 +23352,7 @@
Timeworn Leather Hat
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Hat
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Hat
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Hat
@@ -23483,12 +23470,12 @@
Waterlogged Headgear
The armor of an Amrine Temple Tracker.
Amrine Tracker Hat
- The armor of a former Obelisk Pathfinder.
+ The armor of a former Obelisk Pathfinder.
Obelisk Pathfinder Hat
The armor of a Depthguard.
Depthguard's Hat
- The armor of a Shipyard Lookout.
- Shipyard Lookout Hat
+ The armor of a Shipyard Lookout.
+ Shipyard Lookout Hat
The armor of a Guardian Spearmarshal.
Guardian Spearmarshal Hat
The armor of an Dryad Stalker.
@@ -23715,7 +23702,7 @@
Syndicate Exemplar Headgear
Armor adorned with the colors and insignia of the Syndicate
Syndicate Alchemist Headgear
- An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
+ An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Hat
An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Hat
@@ -23801,7 +23788,7 @@
Timeworn Leather Pants
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Pants
- A piece of armor that has been in the possession of the Angry Earth for some time.
+ A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Pants
A piece of armor that has been in the possession of the Angry Earth for some time.
Primeval Leather Pants
@@ -23917,12 +23904,12 @@
Waterlogged Pants
The armor of an Amrine Temple Tracker.
Amrine Tracker Leggings
- The armor of a former Obelisk Pathfinder.
+ The armor of a former Obelisk Pathfinder.
Obelisk Pathfinder Pants
The armor of a Depthguard.
Depthguard's Pants
- The armor of a Shipyard Lookout.
- Shipyard Lookout Pants
+ The armor of a Shipyard Lookout.
+ Shipyard Lookout Pants
The armor of a Guardian Spearmarshal.
Guardian Spearmarshal Leggings
The armor of an Dryad Stalker.
@@ -24113,7 +24100,7 @@
Syndicate Exemplar Pants
Armor adorned with the colors and insignia of the Syndicate
Syndicate Alchemist Pants
- An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
+ An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Pants
An old, smelly, barnacle-encrusted piece of clothing formerly worn by some pirate you've probably never heard of.
Swashbuckler Pants
@@ -24441,8 +24428,8 @@
Omega Azoth Staff
An omega version bag.
Omega Bag
- Omega version blunderbuss.
- Omega Blunderbuss
+ Omega version blunderbuss.
+ Omega Blunderbuss
Omega version bow.
Omega Bow
A box containing omega armor equipment wih the Ranger (DEX) stat line.
@@ -26505,7 +26492,7 @@
Urmir's Signet Ring
Zion's Prayer Ring
Band of Encapsulated Souls
- Band of Ocean's Oath
+ Band of Ocean's Oath
Band of the Doomed Lovers
"It feels good to be lost in the right direction."
Cartographist's Signet
@@ -26534,8 +26521,8 @@
Hoop of The Cursed Son
Part of an ancient promise lost to time.
Instrumentality's Ring
- Corrupted with evil intent.
- Myrkgard's Earring
+ Corrupted with evil intent.
+ Myrkgard's Earring
Bloody Valentine's Ring
Ring of Seadog's Watch
Rudiger's Journey Band
@@ -26901,6 +26888,8 @@
Siege Supplies
Used in the refinement of Silk.
Silkweave
+ "It feels warm in your hand, pulsing a kind of oppressive heat that almost smells of sulfur."
+ Blunderbuss of Brimstone
"A fallen angel makes for a monstrous bearer of sacrifice."
Moloch's Fall
“Tormented hellfire crackles within.”
@@ -28009,16 +27998,16 @@
Twin Wolves
The flesh of a Twistcap mushroom.
Twistcap Spiral
- "If dead men tell no tales, who will speak of your glory?"
- Swashbuckler Coat
- "If dead men tell no tales, who will speak of your glory?"
- Swashbuckler Shoes
- "If dead men tell no tales, who will speak of your glory?"
- Swashbuckler Gloves
- "If dead men tell no tales, who will speak of your glory?"
- Swashbuckler Hat
- "If dead men tell no tales, who will speak of your glory?"
- Swashbuckler Leggings
+ "If dead men tell no tales, who will speak of your glory?"
+ Swashbuckler Coat
+ "If dead men tell no tales, who will speak of your glory?"
+ Swashbuckler Shoes
+ "If dead men tell no tales, who will speak of your glory?"
+ Swashbuckler Gloves
+ "If dead men tell no tales, who will speak of your glory?"
+ Swashbuckler Hat
+ "If dead men tell no tales, who will speak of your glory?"
+ Swashbuckler Leggings
A full-sized Azoth Crystal, but the light is gone from this one. Instead, it seems to absorb the life around it. Used for empowering weapons and armor.
Umbral Crystal
Open this Geode to receive the powerful contents within.
@@ -28746,8 +28735,6 @@
While it is a mass produced gun, it has served many adventurers quite well.
Blunderbuss
While it is a mass produced gun, it has served many adventurers quite well.
- REPLACEME
- REPLACEME
Ghastly Gun
An incredibly haunted weapon.
Crystalline Blunderbuss
@@ -28760,8 +28747,6 @@
Never intended as a weapon of war, it was nonetheless adapted.
Brined Metal
Seasoned by the depths.
- REPLACEME
- REPLACEME
Breach Closer's Blunderbuss
A Blunderbuss forged for Breach
Invasion Blunderbuss
@@ -28784,8 +28769,6 @@
Due to its time spent within eternal voids, this weapon has mutated to better suit its eternal prison.
Icebound Blunderbuss
Due to its time spent within frozen worlds, this weapon has mutated to better suit its frostbitten prison.
- REPLACEME
- REPLACEME
Deepwatcher's Blunderbuss
A blunderbuss found within The Depths
Shipyard Sentinel's Blunderbuss
@@ -28794,12 +28777,8 @@
A Blunderbuss found within the Lazarus Instrumentality.
Garden Keeper's Blunderbuss
A Blunderbuss found within the Garden of Genesis.
- REPLACEME
- REPLACEME
A Blunderbuss found in Tempest's Heart.
Corrupted Heart Blunderbuss
- REPLACEME
- REPLACEME
War Blunderbuss
A blunderbuss forged for War.
Outpost Blunderbuss
@@ -28902,10 +28881,6 @@
This resource can be used at an outfitting station to craft an amulet with specific attribute.
Timeless Earring Shard
This resource can be used at an outfitting station to craft an earring with specific attribute.
- Revna's goblet
- A ceremonial goblet from the lost Unfrid clan
- Revna's dagger
- A ceremonial dagger from the lost Unfrid clan
Old Earring
Old Ring
Old Amulet
@@ -29145,8 +29120,6 @@
This weapon fires with enough force to shatter stone.
The Gardener
The residents didn't quite care for the caretaker.
- Cavern Sentry Blunderbuss
- A replica of a Blunderbuss found in Eridanus Caverns.
Deepwatcher Blunderbuss
A replica of a Blunderbuss found in The Depths.
Shipyard Sentinel's Blunderbuss
@@ -29155,12 +29128,16 @@
A replica of a Blunderbuss found in the Lazarus Instrumentality.
Garden Keeper Blunderbuss
A replica of a Blunderbuss found in the Garden of Genesis.
- A replica of a Blunderbuss found in Tempest's Heart.
- Corrupted Heart Blunderbuss
+ Corrupted Heart Blunderbuss
+ A replica of a Blunderbuss found in Tempest's Heart.
Herbalist's Home
For the growth and maintenance of a blossoming botanist. Just add water!
Edifice of Eros
Sharing a tent in Aeternum is among one of the most intimate experiences adventurers can experience, and this one is conveniently large for whatever your idea of a romantic night in is.
+ Fortune Teller's Tent
+ Whether your specialty is palm-reading or tarot cards, customers will line up at this tent for your predictions.
+ Full Moon Marquee
+ Shelter from the cold and rough wilds of Aeternum under the phases of the ever-changing moon.
Red Ripping Hood Chest
Red Ripping Hood Head
Red Ripping Hood Legs
@@ -29280,16 +29257,60 @@
Tempestuous Earring
Tempestuous Ring
Tempestuous Amulet
- Last Argument
- When the final word isn't a word at all
- Tempestuous Blunderbuss
- The fury of The Tempest strikes through vigilant foes.
+ Last Argument
+ When the final word isn't a word at all
+ Tempestuous Blunderbuss
+ The fury of The Tempest strikes through vigilant foes.
+ Moonborne Coat
+ Moonborne Hat
+ Moonborne Pants
+ Moonborne Shoes
+ Moonborne Gloves
+ Hekate's Tower
+ Faith's Lance
+ Crescent's Curve
+ The Magician's Delight
+ Fortuneteller
+ Setting Sun's Darkness
+ Staff of the Sun
+ Scepter Pole
+ Golden Chop
+ Aurate Pick
+ Crescent Sickle
+ Moonslice
+ Imbued with the shining powers of the crescent moon, lighting up Aeternum just as the lunar surface does at night.
+ Imbued with the shining powers of the crescent moon, lighting up Aeternum just as the lunar surface does at night.
+ Imbued with the shining powers of the crescent moon, lighting up Aeternum just as the lunar surface does at night.
+ Imbued with the shining powers of the crescent moon, lighting up Aeternum just as the lunar surface does at night.
+ Imbued with the shining powers of the crescent moon, lighting up Aeternum just as the lunar surface does at night.
+ Phases of the moon wax and wane, but the power of this shield is a splendorous constant.
+ Put your faith in the ever-moving heavens above and strike forth, chosen one.
+ Hack and slice with the elegance of the moon shimmering over Lake Guinevere.
+ Wielded by countless mages before you, the staff is still light and tingling with magic.
+ Reveal the destinies of those who would cross you.
+ Dusk envelopes the western side of Aeternum and quickly sweeps the land as the sun sets for you.
+ Shines as brightly as the sun in the sky.
+ Fish love shiny things, and frankly, so do humans.
+ Don't let the filigree fool you, this wood axe can cut through the thickest of branches.
+ The swinging of this pickaxe resembles the arc of the sun in the sky.
+ As the moon waxes and wanes so do the harvests.
+ Skin with the power of the moon on your side.
Ranger's Tempestuous Weapons Stash
Magician's Tempestuous Weapons Stash
Soldier's Tempestuous Armor Stash
Ranger's Tempestuous Armor Stash
Magician's Tempestuous Armor Stash
Tempestuous Cache
+ Starbound Coat
+ Starbound Hat
+ Starbound Tights
+ Starbound Shoes
+ Starbound Gloves
+ The star shines on, bathing Aeternum in the golden light of redemption.
+ The star shines on, bathing Aeternum in the golden light of redemption.
+ The star shines on, bathing Aeternum in the golden light of redemption.
+ The star shines on, bathing Aeternum in the golden light of redemption.
+ The star shines on, bathing Aeternum in the golden light of redemption.
Watcher's Warding Charm
This lovingly handmade charm has been worn smooth by many different wearers.
Constable's Boar Spear
@@ -29314,258 +29335,16 @@
One blast from its muzzle will terrify the Corrupted. Redemption cometh!
Lonely Soles
The truth won't burden your feet any longer.
- Small Aggressive Potion Pack T1
- Small Aggressive Potion Pack T1
- Small Aggressive Potion Pack T1
- Small Aggressive Potion Pack T2
- Small Aggressive Potion Pack T2
- Small Aggressive Potion Pack T2
- Small Aggressive Potion Pack T3
- Small Aggressive Potion Pack T3
- Small Aggressive Potion Pack T3
- Medium Aggressive Potion Pack T1
- Medium Aggressive Potion Pack T1
- Medium Aggressive Potion Pack T1
- Medium Aggressive Potion Pack T2
- Medium Aggressive Potion Pack T2
- Medium Aggressive Potion Pack T2
- Medium Aggressive Potion Pack T3
- Medium Aggressive Potion Pack T3
- Medium Aggressive Potion Pack T3
- Large Aggressive Potion Pack T1
- Large Aggressive Potion Pack T2
- Large Aggressive Potion Pack T2
- Small Defensive Potion Pack T1
- Small Defensive Potion Pack T1
- Small Defensive Potion Pack T1
- Small Defensive Potion Pack T2
- Small Defensive Potion Pack T2
- Small Defensive Potion Pack T2
- Small Defensive Potion Pack T3
- Small Defensive Potion Pack T3
- Small Defensive Potion Pack T3
- Medium Defensive Potion Pack T1
- Medium Defensive Potion Pack T1
- Medium Defensive Potion Pack T1
- Medium Defensive Potion Pack T2
- Medium Defensive Potion Pack T2
- Medium Defensive Potion Pack T2
- Medium Defensive Potion Pack T3
- Medium Defensive Potion Pack T3
- Medium Defensive Potion Pack T3
- Large Defensive Potion Pack T1
- Large Defensive Potion Pack T2
- Large Defensive Potion Pack T2
- Small Lost Potion Pack T1
- Small Lost Potion Pack T1
- Small Lost Potion Pack T1
- Small Lost Potion Pack T2
- Small Lost Potion Pack T2
- Small Lost Potion Pack T2
- Small Lost Potion Pack T3
- Small Lost Potion Pack T3
- Small Lost Potion Pack T3
- Medium Lost Potion Pack T1
- Medium Lost Potion Pack T1
- Medium Lost Potion Pack T1
- Medium Lost Potion Pack T2
- Medium Lost Potion Pack T2
- Medium Lost Potion Pack T2
- Medium Lost Potion Pack T3
- Medium Lost Potion Pack T3
- Medium Lost Potion Pack T3
- Large Lost Potion Pack T1
- Large Lost Potion Pack T2
- Large Lost Potion Pack T2
- Small Corrupted Potion Pack T1
- Small Corrupted Potion Pack T1
- Small Corrupted Potion Pack T1
- Small Corrupted Potion Pack T2
- Small Corrupted Potion Pack T2
- Small Corrupted Potion Pack T2
- Small Corrupted Potion Pack T3
- Small Corrupted Potion Pack T3
- Small Corrupted Potion Pack T3
- Medium Corrupted Potion Pack T1
- Medium Corrupted Potion Pack T1
- Medium Corrupted Potion Pack T1
- Medium Corrupted Potion Pack T2
- Medium Corrupted Potion Pack T2
- Medium Corrupted Potion Pack T2
- Medium Corrupted Potion Pack T3
- Medium Corrupted Potion Pack T3
- Medium Corrupted Potion Pack T3
- Large Corrupted Potion Pack T1
- Large Corrupted Potion Pack T2
- Large Corrupted Potion Pack T2
- Small Ancient Potion Pack T1
- Small Ancient Potion Pack T1
- Small Ancient Potion Pack T1
- Small Ancient Potion Pack T2
- Small Ancient Potion Pack T2
- Small Ancient Potion Pack T2
- Small Ancient Potion Pack T3
- Small Ancient Potion Pack T3
- Small Ancient Potion Pack T3
- Medium Ancient Potion Pack T1
- Medium Ancient Potion Pack T1
- Medium Ancient Potion Pack T1
- Medium Ancient Potion Pack T2
- Medium Ancient Potion Pack T2
- Medium Ancient Potion Pack T2
- Medium Ancient Potion Pack T3
- Medium Ancient Potion Pack T3
- Medium Ancient Potion Pack T3
- Large Ancient Potion Pack T1
- Large Ancient Potion Pack T2
- Large Ancient Potion Pack T2
- Small Beast Potion Pack T1
- Small Beast Potion Pack T1
- Small Beast Potion Pack T1
- Small Beast Potion Pack T2
- Small Beast Potion Pack T2
- Small Beast Potion Pack T2
- Small Beast Potion Pack T3
- Small Beast Potion Pack T3
- Small Beast Potion Pack T3
- Medium Beast Potion Pack T1
- Medium Beast Potion Pack T1
- Medium Beast Potion Pack T1
- Medium Beast Potion Pack T2
- Medium Beast Potion Pack T2
- Medium Beast Potion Pack T2
- Medium Beast Potion Pack T3
- Medium Beast Potion Pack T3
- Medium Beast Potion Pack T3
- Large Beast Potion Pack T1
- Large Beast Potion Pack T2
- Large Beast Potion Pack T2
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
- Description of the contents of this potion pack goes here.
+ Holy Vanguard Chest
+ Holy Vanguard Helm
+ Holy Vanguard Pants
+ Holy Vanguard Boots
+ Holy Vanguard Gloves
+ Wear this graceful light armor to dodge circles around your enemies.
+ Wear this graceful light armor to dodge circles around your enemies.
+ Wear this graceful light armor to dodge circles around your enemies.
+ Wear this graceful light armor to dodge circles around your enemies.
+ Wear this graceful light armor to dodge circles around your enemies.
Battleworn Warhammer Box
A box containing much needed supplies for survival on Aeternum.
Battleworn Hatchet Box
@@ -29646,5 +29425,9 @@
A well-made blunderbuss for Covenant Adjudicators.
Tempest's Core
A pure energy core. This item is used to craft a Tempest's Heart Tuning Orb to allow access to the Tempest's Heart expedition.
+ Madness Incarnate
+ Madness so great it has manfested into this physical form
+ Desecrated Flesh
+ A chunk of flesh saturated with aborrhent evil
diff --git a/NewWorldCompanion.Services/OcrHandler.cs b/NewWorldCompanion.Services/OcrHandler.cs
index c8eba19..0411eae 100644
--- a/NewWorldCompanion.Services/OcrHandler.cs
+++ b/NewWorldCompanion.Services/OcrHandler.cs
@@ -18,9 +18,11 @@ public class OcrHandler : IOcrHandler
private readonly INewWorldDataStore _newWorldDataStore;
private readonly IScreenProcessHandler _screenProcessHandler;
+ private readonly object nameLock = new object();
+ private readonly object countLock = new object();
+
private List _ocrMappings = new List();
- private bool _isBusy = false;
private string _ocrText = string.Empty;
private string _ocrTextCount = string.Empty;
@@ -60,9 +62,8 @@ public OcrHandler(IEventAggregator eventAggregator, INewWorldDataStore newWorldD
private void HandleOcrImageReadyEvent()
{
- if (!_isBusy)
+ lock (nameLock)
{
- _isBusy = true;
if (_screenProcessHandler.OcrImage != null)
{
try
@@ -70,7 +71,7 @@ private void HandleOcrImageReadyEvent()
Image image = Image.FromFile(@"ocrimages\itemname.png");
Tesseract tesseract = new Tesseract();
string ocrText = tesseract.Read(image).Trim().Replace('\n', ' ');
- var mapping = _ocrMappings.FirstOrDefault(m => m.key.Equals(ocrText), new OcrMapping{ key = ocrText, value = ocrText });
+ var mapping = _ocrMappings.FirstOrDefault(m => m.key.Equals(ocrText), new OcrMapping { key = ocrText, value = ocrText });
OcrText = mapping.value;
OcrText = _newWorldDataStore.GetLevenshteinItemName(OcrText);
@@ -80,21 +81,16 @@ private void HandleOcrImageReadyEvent()
_eventAggregator.GetEvent().Publish();
_eventAggregator.GetEvent().Publish();
}
- catch (Exception)
- {
- _isBusy = false;
- }
+ catch (Exception) { }
}
- _isBusy = false;
}
}
private void HandleOcrImageCountReadyEvent()
{
- if (!_isBusy)
+ lock (countLock)
{
- _isBusy = true;
- if (_screenProcessHandler.OcrImage != null)
+ if (_screenProcessHandler.OcrImageCount != null)
{
try
{
@@ -108,12 +104,8 @@ private void HandleOcrImageCountReadyEvent()
_eventAggregator.GetEvent().Publish();
}
- catch (Exception)
- {
- _isBusy = false;
- }
+ catch (Exception) { }
}
- _isBusy = false;
}
}
diff --git a/NewWorldCompanion.Services/ScreenProcessHandler.cs b/NewWorldCompanion.Services/ScreenProcessHandler.cs
index e8f87b5..b1c576e 100644
--- a/NewWorldCompanion.Services/ScreenProcessHandler.cs
+++ b/NewWorldCompanion.Services/ScreenProcessHandler.cs
@@ -22,6 +22,8 @@ public class ScreenProcessHandler : IScreenProcessHandler
private readonly ISettingsManager _settingsManager;
private readonly IScreenCaptureHandler _screenCaptureHandler;
+ private readonly object ocrDebugLock = new object();
+
private bool _isBusy = false;
private Bitmap? _capturedImage = null;
private Bitmap? _capturedImageCount = null;
@@ -29,6 +31,7 @@ public class ScreenProcessHandler : IScreenProcessHandler
private Bitmap? _roiImage = null;
private Bitmap? _ocrImage = null;
private Bitmap? _ocrImageCount = null;
+ private Bitmap? _ocrImageCountRaw = null;
private int _overlayX = 0;
private int _overlayY = 0;
@@ -67,6 +70,7 @@ public ScreenProcessHandler(IEventAggregator eventAggregator, ISettingsManager s
//public Bitmap? OcrImage { get => _roiImage; set => _roiImage = value; }
public Bitmap? OcrImage { get => _ocrImage; set => _ocrImage = value; }
public Bitmap? OcrImageCount { get => _ocrImageCount; set => _ocrImageCount = value; }
+ public Bitmap? OcrImageCountRaw { get => _ocrImageCountRaw; set => _ocrImageCountRaw = value; }
public int OverlayX { get => _overlayX; set => _overlayX = value; }
public int OverlayY { get => _overlayY; set => _overlayY = value; }
public int OverlayWidth { get => _overlayWidth; set => _overlayWidth = value; }
@@ -211,7 +215,7 @@ private void ProcessImage(Mat img)
_eventAggregator.GetEvent().Publish();
ProcessImageOCR(crop);
}
- catch (Exception)
+ catch (Exception)
{
_eventAggregator.GetEvent().Publish();
}
@@ -286,13 +290,65 @@ private void ProcessImageCountOCR(Mat img)
DirectoryInfo directoryInfo = Directory.CreateDirectory(@"ocrimages\");
}
+ OcrImageCountRaw = img.ToBitmap();
OcrImageCount = imgFilter.ToBitmap();
+ img.Save(@"ocrimages\itemcountraw.png");
imgFilter.Save(@"ocrimages\itemcount.png");
+
+ if(!File.Exists(@"ocrimages\itemcountdebug.png"))
+ {
+ img.Save(@"ocrimages\itemcountdebug.png");
+ }
+
_eventAggregator.GetEvent().Publish();
}
catch (Exception) { }
}
+ public void ProcessImageCountOCRDebug(int minR, int minG, int minB, int maxR, int maxG, int maxB)
+ {
+ //https://stackoverflow.com/questions/26218280/thresholding-rgb-image-in-opencv
+ //https://stackoverflow.com/questions/16407267/how-to-use-cvinrange-in-emgu-cv
+
+
+ lock (ocrDebugLock)
+ {
+ try
+ {
+ var img = new Mat(@"ocrimages\itemcountdebug.png");
+ Mat imgFilter = new Mat(img.Size, DepthType.Cv8U, 3);
+
+ CvInvoke.InRange(img, new ScalarArray(new MCvScalar(minR, minG, minB)), new ScalarArray(new MCvScalar(maxR, maxG, maxB)), imgFilter);
+
+ // Convert the image to grayscale
+ //CvInvoke.CvtColor(img, imgFilter, ColorConversion.Bgr2Gray);
+
+ // Apply threshold
+ //CvInvoke.Threshold(imgFilter, imgFilter, 0, 255, ThresholdType.Otsu);
+ //CvInvoke.Threshold(imgFilter, imgFilter, ThresholdMin, ThresholdMax, ThresholdType.Binary);
+ //CvInvoke.Threshold(imgFilter, imgFilter, ThresholdMin, ThresholdMax, ThresholdType.BinaryInv);
+
+ // Thinning and Skeletonization
+ //Mat element = CvInvoke.GetStructuringElement(ElementShape.Rectangle, new System.Drawing.Size(2, 2), new System.Drawing.Point(-1, -1));
+ //CvInvoke.Erode(imgFilter, imgFilter, element, new System.Drawing.Point(-1, -1), 1, BorderType.Constant, new MCvScalar(255, 255, 255));
+
+ // Filter out the noise
+ //CvInvoke.GaussianBlur(imgFilter, imgFilter, new System.Drawing.Size(0, 0), 1, 0, BorderType.Default);
+
+ if (!Directory.Exists(@"ocrimages\"))
+ {
+ DirectoryInfo directoryInfo = Directory.CreateDirectory(@"ocrimages\");
+ }
+
+ OcrImageCountRaw = img.ToBitmap();
+ OcrImageCount = imgFilter.ToBitmap();
+ imgFilter.Save(@"ocrimages\itemcount.png");
+ _eventAggregator.GetEvent().Publish();
+ }
+ catch (Exception) { }
+ }
+ }
+
#endregion
}
}
diff --git a/NewWorldCompanion/Views/MainWindow.xaml.cs b/NewWorldCompanion/Views/MainWindow.xaml.cs
index d5649d0..bedf4b5 100644
--- a/NewWorldCompanion/Views/MainWindow.xaml.cs
+++ b/NewWorldCompanion/Views/MainWindow.xaml.cs
@@ -47,6 +47,7 @@ public MainWindow(IRegionManager regionManager)
regionManager.RegisterViewWithRegion("DebugScreenCaptureView", typeof(DebugScreenCaptureView));
regionManager.RegisterViewWithRegion("DebugScreenProcessView", typeof(DebugScreenProcessView));
regionManager.RegisterViewWithRegion("DebugScreenOCRView", typeof(DebugScreenOCRView));
+ regionManager.RegisterViewWithRegion("DebugScreenCountOCRView", typeof(DebugScreenCountOCRView));
}
}
}
diff --git a/NewWorldCompanion/Views/Tabs/DebugView.xaml b/NewWorldCompanion/Views/Tabs/DebugView.xaml
index 7ef6c0f..3cccf6b 100644
--- a/NewWorldCompanion/Views/Tabs/DebugView.xaml
+++ b/NewWorldCompanion/Views/Tabs/DebugView.xaml
@@ -23,6 +23,9 @@
+
+
+
diff --git a/NewWorldCompanion/common.props b/NewWorldCompanion/common.props
index 4a7d2f1..f15557f 100644
--- a/NewWorldCompanion/common.props
+++ b/NewWorldCompanion/common.props
@@ -1,7 +1,7 @@
- 1.0.4.2
- 1.0.4.2
+ 1.0.4.3
+ 1.0.4.3
Copyright © 2022
\ No newline at end of file