Skip to content

Commit

Permalink
Exporting loot drop icon with correct property
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Jan 29, 2024
1 parent 491c780 commit 31f9bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project/Modules/Game Support/Ark/LootContainer.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project/Modules/Game Support/ArkSA/LootContainer.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31f9bc6

Please sign in to comment.