From 31f9bc68a24bc0d3817d7dc0e5eaf9e13865d0c8 Mon Sep 17 00:00:00 2001 From: Thom McGrath Date: Mon, 29 Jan 2024 10:28:40 -0500 Subject: [PATCH] Exporting loot drop icon with correct property --- Project/Modules/Game Support/Ark/LootContainer.xojo_code | 2 +- Project/Modules/Game Support/ArkSA/LootContainer.xojo_code | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project/Modules/Game Support/Ark/LootContainer.xojo_code b/Project/Modules/Game Support/Ark/LootContainer.xojo_code index 3425c677d..cef3e0d21 100644 --- a/Project/Modules/Game Support/Ark/LootContainer.xojo_code +++ b/Project/Modules/Game Support/Ark/LootContainer.xojo_code @@ -454,7 +454,7 @@ Implements Ark.Blueprint,Beacon.Countable,Iterable,Beacon.Validateable,Beacon.Di Dict.Value("multipliers") = New Dictionary("min": Self.mMultipliers.Min, "max": Self.mMultipliers.Max) Dict.Value("uiColor") = Self.mUIColor.ToHex - Dict.Value("icon") = Self.mIconID + Dict.Value("iconId") = Self.mIconID Dict.Value("sort") = Self.mSortValue Dict.Value("experimental") = Self.mExperimental Dict.Value("notes") = Self.mNotes diff --git a/Project/Modules/Game Support/ArkSA/LootContainer.xojo_code b/Project/Modules/Game Support/ArkSA/LootContainer.xojo_code index c9bb46d04..628dc3f94 100644 --- a/Project/Modules/Game Support/ArkSA/LootContainer.xojo_code +++ b/Project/Modules/Game Support/ArkSA/LootContainer.xojo_code @@ -454,7 +454,7 @@ Implements ArkSA.Blueprint,Beacon.Countable,Iterable,Beacon.Validateable,Beacon. Dict.Value("multipliers") = New Dictionary("min": Self.mMultipliers.Min, "max": Self.mMultipliers.Max) Dict.Value("uiColor") = Self.mUIColor.ToHex - Dict.Value("icon") = Self.mIconID + Dict.Value("iconId") = Self.mIconID Dict.Value("sort") = Self.mSortValue Dict.Value("experimental") = Self.mExperimental Dict.Value("notes") = Self.mNotes