MaxQuest Posted July 25, 2022 Posted July 25, 2022 (edited) I want to add an item that could be collected after boarding Hazanui Yaro's ship: Yaro has: "DebugName": "CPT_RDC_Yaro", "ID": "07b240dc-bdc7-40e2-9c92-433fb1f7f35a", "ShipSunkLootListID": "6f608fce-f579-45d2-8c03-83b7329b6353" -- "DebugName": "LL_CPT_RDC_Yaro_Ship", "ID": "6f608fce-f579-45d2-8c03-83b7329b6353", But when I add items to that lootlist (LL_CPT_RDC_Yaro_Ship), right after triumph, they don't appear. Alternatively, I have tried adding items to: "DebugName": "LL_CPT_RDC_Yaro", "ID": "4e4a0cb9-9ea4-4738-a4e2-6a2ae164f1a6", And to Yaro herself: 94561318-71ba-429b-b3f3-9aef85fe0a1a Still nothing. ---- Question: does anyone know what's the issue? Or how to add an item to be dropped after boarding a specific ship? Edited July 25, 2022 by MaxQuest 1 PoE1 useful stuff: attack speed calculator, unofficial patch mod, attack speed mechanics, dot mechanics, modals exclusivity rules PoE2 useful stuff: community patch, attack speed mechanics, enemy AR and defenses
Noqn Posted July 25, 2022 Posted July 25, 2022 (edited) It works for me editing those two loot lists. Can you post the edits you've made? I added to the bottom of the items list: { "Conditional": { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "f51bb759-c5b3-437f-84ea-ba5671d3fa27", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" } Full .gamedatabundle: Reveal hidden contents { "GameDataObjects": [ { "$type": "Game.GameData.LootListGameData, Assembly-CSharp", "DebugName": "LL_CPT_RDC_Yaro", "ID": "4e4a0cb9-9ea4-4738-a4e2-6a2ae164f1a6", "Components": [ { "$type": "Game.GameData.LootListComponent, Assembly-CSharp", "Items": [ { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "9666ac31-eda4-47d4-95e1-edaff4533fb7", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "0701564c-7535-44ac-adc0-3c373b3ffa7f", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 13, "MaxCount": 13, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "2b6c24de-1f5e-4d2a-859d-2b8f22f2e1b3", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 12, "MaxCount": 12, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "20ed7a62-ff80-49b6-b9de-67bd80be0017", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 12, "MaxCount": 12, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "5f0484ec-9157-4d84-a76b-313c29259ffe", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "9d2a5cdd-98a5-4b1f-a495-e665e1dbace3", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 2, "MaxCount": 2, "Weight": 1, "ItemID": "ae08f07e-c996-43f9-bdf7-e48eebb0d794", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "f51bb759-c5b3-437f-84ea-ba5671d3fa27", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" } ] } ] }, { "$type": "Game.GameData.LootListGameData, Assembly-CSharp", "DebugName": "LL_CPT_RDC_Yaro_Ship", "ID": "6f608fce-f579-45d2-8c03-83b7329b6353", "Components": [ { "$type": "Game.GameData.LootListComponent, Assembly-CSharp", "Items": [ { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "9666ac31-eda4-47d4-95e1-edaff4533fb7", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 0.05, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "0701564c-7535-44ac-adc0-3c373b3ffa7f", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 13, "MaxCount": 13, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "2b6c24de-1f5e-4d2a-859d-2b8f22f2e1b3", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 6, "MaxCount": 6, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "20ed7a62-ff80-49b6-b9de-67bd80be0017", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 6, "MaxCount": 6, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "5f0484ec-9157-4d84-a76b-313c29259ffe", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "e9441f1a-50ca-4d0b-a571-1ead7bce45c6", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 2, "Weight": 1, "ItemID": "104dd8cc-df42-4a56-b15e-e6ed279e2196", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 0, "MaxCount": 2, "Weight": 1, "ItemID": "fffe4faa-8aae-4894-add5-2c9672aeadb4", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "b58bc875-5a45-4d32-bb59-489cebb23ed7", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "fda980ec-4d4c-4a59-b1d9-fc931b1c7a12", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 2, "Weight": 1, "ItemID": "26118b0d-1eb8-46d0-9886-bf8514b81ab0", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 0, "MaxCount": 2, "Weight": 1, "ItemID": "f46abd3e-24e1-493e-9858-78e5b87d1f63", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 2, "Weight": 1, "ItemID": "94ef6c05-8f22-4cc8-b0d6-8acb5e78922b", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "1253238d-fb11-48c9-ac49-566030b14192", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "9b9439c6-aaa3-45e4-b149-51a3e3baf157", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "f51bb759-c5b3-437f-84ea-ba5671d3fa27", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" } ] } ] } ] } Edited July 25, 2022 by Noqn 1
MaxQuest Posted July 25, 2022 Author Posted July 25, 2022 (edited) On 7/25/2022 at 12:14 PM, Noqn said: It works for me editing those two loot lists. Can you post the edits you've made? Full .gamedatabundle: Expand I have tried your gamedatabundle, and it works! But when I added some other items right after mythical adra stone, it stopped working. Specifically I am adding a custom ship item (in order to emulate the "capturing" of The Royal Leviathan) "DebugName": "Ship_Junk_The_Royal_Leviathan", "ID": "1bea8e45-2e02-481f-8138-6f7a921aba7a", And this is my lootlist: Reveal hidden contents { "GameDataObjects": [ { "$type": "Game.GameData.LootListGameData, Assembly-CSharp", "DebugName": "LL_CPT_RDC_Yaro", "ID": "4e4a0cb9-9ea4-4738-a4e2-6a2ae164f1a6", "Components": [ { "$type": "Game.GameData.LootListComponent, Assembly-CSharp", "Items": [ { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "9666ac31-eda4-47d4-95e1-edaff4533fb7", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "0701564c-7535-44ac-adc0-3c373b3ffa7f", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 13, "MaxCount": 13, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "2b6c24de-1f5e-4d2a-859d-2b8f22f2e1b3", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 12, "MaxCount": 12, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "20ed7a62-ff80-49b6-b9de-67bd80be0017", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 12, "MaxCount": 12, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "5f0484ec-9157-4d84-a76b-313c29259ffe", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "9d2a5cdd-98a5-4b1f-a495-e665e1dbace3", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 2, "MaxCount": 2, "Weight": 1, "ItemID": "ae08f07e-c996-43f9-bdf7-e48eebb0d794", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "f51bb759-c5b3-437f-84ea-ba5671d3fa27", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "fecf40c-f616-43bb-9e73-d1c5a2c0aebf", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "1909aad1-00be-4c91-9de6-c5ca81a451be", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "1bea8e45-2e02-481f-8138-6f7a921aba7a", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" } ] } ] }, { "$type": "Game.GameData.LootListGameData, Assembly-CSharp", "DebugName": "LL_CPT_RDC_Yaro_Ship", "ID": "6f608fce-f579-45d2-8c03-83b7329b6353", "Components": [ { "$type": "Game.GameData.LootListComponent, Assembly-CSharp", "Items": [ { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "9666ac31-eda4-47d4-95e1-edaff4533fb7", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 0.05, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "0701564c-7535-44ac-adc0-3c373b3ffa7f", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 13, "MaxCount": 13, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "2b6c24de-1f5e-4d2a-859d-2b8f22f2e1b3", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 6, "MaxCount": 6, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "20ed7a62-ff80-49b6-b9de-67bd80be0017", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 6, "MaxCount": 6, "Weight": 1, "ItemID": "00000000-0000-0000-0000-000000000000", "LootListID": "5f0484ec-9157-4d84-a76b-313c29259ffe", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "e9441f1a-50ca-4d0b-a571-1ead7bce45c6", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 2, "Weight": 1, "ItemID": "104dd8cc-df42-4a56-b15e-e6ed279e2196", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 0, "MaxCount": 2, "Weight": 1, "ItemID": "fffe4faa-8aae-4894-add5-2c9672aeadb4", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "b58bc875-5a45-4d32-bb59-489cebb23ed7", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "fda980ec-4d4c-4a59-b1d9-fc931b1c7a12", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 2, "Weight": 1, "ItemID": "26118b0d-1eb8-46d0-9886-bf8514b81ab0", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 0, "MaxCount": 2, "Weight": 1, "ItemID": "f46abd3e-24e1-493e-9858-78e5b87d1f63", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 2, "Weight": 1, "ItemID": "94ef6c05-8f22-4cc8-b0d6-8acb5e78922b", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "1253238d-fb11-48c9-ac49-566030b14192", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 3, "Weight": 1, "ItemID": "9b9439c6-aaa3-45e4-b149-51a3e3baf157", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "f51bb759-c5b3-437f-84ea-ba5671d3fa27", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "991fc9a3-8e0b-48dd-82a0-47e7ae616f60", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "1909aad1-00be-4c91-9de6-c5ca81a451be", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "1bea8e45-2e02-481f-8138-6f7a921aba7a", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" }, { "Conditional": { "Operator": 0, "Components": [] }, "OutputChance": 1, "MinCount": 1, "MaxCount": 1, "Weight": 1, "ItemID": "577f75f6-3699-4ca7-939d-72524d9e0e18", "LootListID": "00000000-0000-0000-0000-000000000000", "LockedVisible": "false" } ] } ] } ] } And the ship: Reveal hidden contents { "GameDataObjects": [ { "$type": "Game.GameData.ShipGameData, Assembly-CSharp", "DebugName": "SHP_Junk_Yaro_Captured", "ID": "c7e5dee4-8197-4c98-9612-a54e13bfffc1", "Components": [ { "$type": "Game.GameData.ShipComponent, Assembly-CSharp", "ShipPrefab": "prefabs/ships/shp_junk_a.prefab", "NameplateFBX": "art/ships_new/props/name_plates/name_plate_junk.fbx", "ShipType": "Junk", "WorldMapModelVisualData": "art/ships_new/wm_tokens/a_wm_junk_a.asset", "MinimumCrewSize": 9, "Slots": [ { "UpgradeType": "CannonsPort", "Locked": "false", "DefaultItemsIDs": [ "ae08f07e-c996-43f9-bdf7-e48eebb0d794", "ae08f07e-c996-43f9-bdf7-e48eebb0d794", "ae08f07e-c996-43f9-bdf7-e48eebb0d794", "ae08f07e-c996-43f9-bdf7-e48eebb0d794", "ae08f07e-c996-43f9-bdf7-e48eebb0d794" ] }, { "UpgradeType": "CannonsStarboard", "Locked": "false", "DefaultItemsIDs": [ "809d73ca-bece-4682-b531-0d91ed5d4722", "809d73ca-bece-4682-b531-0d91ed5d4722", "809d73ca-bece-4682-b531-0d91ed5d4722", "809d73ca-bece-4682-b531-0d91ed5d4722", "809d73ca-bece-4682-b531-0d91ed5d4722" ] }, { "UpgradeType": "Hull", "Locked": "false", "DefaultItemsIDs": ["5b572b32-d1b0-45fc-aec1-1beadbdc522c"] }, { "UpgradeType": "Sails", "Locked": "false", "DefaultItemsIDs": ["9d2a5cdd-98a5-4b1f-a495-e665e1dbace3"] }, { "UpgradeType": "Flag", "Locked": "false", "DefaultItemsIDs": [ "00000000-0000-0000-0000-000000000000", "0701564c-7535-44ac-adc0-3c373b3ffa7f" ] }, { "UpgradeType": "Misc", "Locked": "false", "DefaultItemsIDs": [] }, { "UpgradeType": "Wheel", "Locked": "false", "DefaultItemsIDs": ["00000000-0000-0000-0000-000000000000"] }, { "UpgradeType": "Lantern", "Locked": "false", "DefaultItemsIDs": ["00000000-0000-0000-0000-000000000000"] }, { "UpgradeType": "Anchors", "Locked": "false", "DefaultItemsIDs": ["00000000-0000-0000-0000-000000000000"] } ], "Actions": [ { "Action": "None", "IsAvailable": "true", "Duration": 1 }, { "Action": "SailFull", "IsAvailable": "true", "Duration": 1 }, { "Action": "SailHalf", "IsAvailable": "true", "Duration": 1 }, { "Action": "Board", "IsAvailable": "true", "Duration": 1 }, { "Action": "Hold", "IsAvailable": "true", "Duration": 1 }, { "Action": "TurnStarboard", "IsAvailable": "true", "Duration": 2 }, { "Action": "TurnPort", "IsAvailable": "true", "Duration": 2 }, { "Action": "TurnReverse", "IsAvailable": "true", "Duration": 3 }, { "Action": "FireCannons", "IsAvailable": "true", "Duration": 1 }, { "Action": "Report", "IsAvailable": "true", "Duration": 1 }, { "Action": "BraceForImpact", "IsAvailable": "true", "Duration": 1 }, { "Action": "Flee", "IsAvailable": "true", "Duration": 1 } ], "MovementEffects": [ { "MovementType": "Stationary", "VisualEffect": "prefabs/effects/environment/ships/fx_junk_stationary.prefab" }, { "MovementType": "Sailing", "VisualEffect": "prefabs/effects/environment/ships/fx_junk_moving.prefab" } ], "WorldMapMovementEffect": "prefabs/effects/environment/worldmap/fx_wm_junk.prefab", "MinimumDeckhandRanks": 9, "MinimumHelmsmanRanks": 4, "CrewJobs": [ { "JobType": "None", "Count": 3, "DefaultCrewIDs": [] }, { "JobType": "Captain", "Count": 0, "DefaultCrewIDs": [] }, { "JobType": "Boatswain", "Count": 1, "DefaultCrewIDs": [] }, { "JobType": "Navigator", "Count": 1, "DefaultCrewIDs": [] }, { "JobType": "Helmsman", "Count": 1, "DefaultCrewIDs": [] }, { "JobType": "Deckhand", "Count": 5, "DefaultCrewIDs": [] }, { "JobType": "Cannoneer", "Count": 5, "DefaultCrewIDs": [] }, { "JobType": "Cook", "Count": 1, "DefaultCrewIDs": [] }, { "JobType": "Surgeon", "Count": 1, "DefaultCrewIDs": [] }, { "JobType": "Reserve", "Count": 6, "DefaultCrewIDs": [] } ], "BaseStats": [ { "ShipAttributeType": "CombatSpeed", "StatValue": 45 }, { "ShipAttributeType": "SailHealth", "StatValue": 60 }, { "ShipAttributeType": "HullHealth", "StatValue": 150 }, { "ShipAttributeType": "TravelSpeed", "StatValue": 0 }, { "ShipAttributeType": "Hittability", "StatValue": 70 } ], "SupplyLimits": [ { "Type": "Ammunition", "Count": 300 }, { "Type": "Medicine", "Count": 500 }, { "Type": "Repair", "Count": 250 } ], "ShipName": 1464, "ShipTypeName": 3341, "ShipTypeIconMetal": "gui/images/ingamehud/ships/icon_ship_junk.png", "ShipTypeIconParchment": "gui/worldmap/citymap/ic_garage_junk.png", "ShipPortrait": "gui/nonatlased/ships/icon_ship_preview_junk.png", "Defenders": 6, "SailsMajorColor": { "A": 1, "R": 0.2235294, "G": 0.5490196, "B": 0.2627451 }, "SailsMinorColor": { "A": 1, "R": 0.2235294, "G": 0.5490196, "B": 0.2627451 }, "ShipNameColor": { "A": 1, "R": 0.9372549, "G": 0.8, "B": 0.4823529 }, "HullColor": { "A": 1, "R": 0.2235294, "G": 0.5490196, "B": 0.2627451 }, "RTPCValue": 4, "CloseToBoardDamageMultiplier": 1.4, "CloseToBoardDefensiveDamageMultiplier": 1.4 } ] }, { "$type": "Game.GameData.ItemGameData, Assembly-CSharp", "DebugName": "Ship_Junk_The_Royal_Leviathan", "ID": "1bea8e45-2e02-481f-8138-6f7a921aba7a", "Components": [ { "$type": "Game.GameData.ItemComponent, Assembly-CSharp", "DisplayName": 3568, "DescriptionText": 3567, "DescriptionTextTactical": -1, "FilterType": "Misc", "InventoryAudioEventListID": "705deb97-3f84-48c8-a84b-e3c34e2d0e3a", "IsQuestItem": "true", "IsIngredient": "false", "IsCurrency": "false", "IsAdventuringItem": "false", "IsJunk": "false", "CanSellForFullValue": "false", "MaxStackSize": 1, "NeverDropAsLoot": "true", "CanBePickpocketed": "false", "IsUnique": "true", "Value": 201000, "IconTextureSmall": "gui/icons/items/ship/ship_junk_s.png", "IconTextureLarge": "gui/icons/items/ship/ship_junk_l.png", "PencilSketchTexture": "", "InspectOnUseButton": [], "IsPlaceholder": "false" }, { "$type": "Game.GameData.ShipItemComponent, Assembly-CSharp", "ShipID": "c7e5dee4-8197-4c98-9612-a54e13bfffc1" } ] } ] } Will try to see again tomorrow, why even jade/agate didn't appear when I added them to the mythic adra stone Edited July 25, 2022 by MaxQuest 1 PoE1 useful stuff: attack speed calculator, unofficial patch mod, attack speed mechanics, dot mechanics, modals exclusivity rules PoE2 useful stuff: community patch, attack speed mechanics, enemy AR and defenses
Noqn Posted July 25, 2022 Posted July 25, 2022 On 7/25/2022 at 8:07 PM, MaxQuest said: Will try to see again tomorrow, why even jade/agate didn't appear when I added them to the mythic adra stone Expand There's an entry in the first loot list that has an invalid GUID string: fecf40c-f616-43bb-9e73-d1c5a2c0aebf (the 'fecf40c' part is missing one character), this is probably the cause. Also I think it's necessary to set the Ship's "NeverDropAsLoot" value from "true" to "false". Now it works for me! 1
MaxQuest Posted July 26, 2022 Author Posted July 26, 2022 On 7/25/2022 at 9:56 PM, Noqn said: (the 'fecf40c' part is missing one character), this is probably the cause. Also I think it's necessary to set the Ship's "NeverDropAsLoot" value from "true" to "false". Now it works for me! Expand That was it! Thank you Noqn) Now it works for me too!) Gonna capture those headhunter ships now 1 PoE1 useful stuff: attack speed calculator, unofficial patch mod, attack speed mechanics, dot mechanics, modals exclusivity rules PoE2 useful stuff: community patch, attack speed mechanics, enemy AR and defenses
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now