From d676868e9895b73b1b3d7d9f900d48544a091281 Mon Sep 17 00:00:00 2001 From: KatyPurry <89610869+KatyPurry@users.noreply.github.com> Date: Sat, 6 May 2023 00:16:20 +0200 Subject: [PATCH 1/3] Update embers_of_neltharion.toml Missing Clanging Dirt-Covered Pouch --- items/embers_of_neltharion.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/embers_of_neltharion.toml b/items/embers_of_neltharion.toml index a491a8b..9327017 100644 --- a/items/embers_of_neltharion.toml +++ b/items/embers_of_neltharion.toml @@ -14,7 +14,7 @@ items = [204075, 204076, 204077, 204078, 204193, 204194, 204195, 204196] name = "Cavern Currencies" description = { _ = "This category contains currencies, used in the Zaralek Cavern." } color = 0xFF7800 -items = [204715, 204985, 205188, 205247, 205982, 205984] +items = [204715, 204985, 205188, 205247, 205248, 205982, 205984] [fyrak_assault] name = "Fyrak Assault" From 652ca275b1bf232b353cd2a81a102b52a7b50f65 Mon Sep 17 00:00:00 2001 From: KatyPurry <89610869+KatyPurry@users.noreply.github.com> Date: Sat, 6 May 2023 13:53:37 +0200 Subject: [PATCH 2/3] Adding Leftover Elemental Slime Mount --- items/forbidden_reach.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/items/forbidden_reach.toml b/items/forbidden_reach.toml index 87eaa3b..fcdc643 100644 --- a/items/forbidden_reach.toml +++ b/items/forbidden_reach.toml @@ -100,6 +100,12 @@ items = [ 204375, ] +[leftover_elemental_slime] +name = "Leftover Elemental Slime" +description = { _ = "This item can be found in the Zskera Vault and are used to create the Leftover Elemental Slime Mammoth." } +color = 0x363881 +items = [204352] + [zskera_vault] name = "Zskera Vault" description = { _ = "Items found or used in the Zskera Vault." } From 380a51dd9e42e589de4b640dbabb0d70fd3cd7c2 Mon Sep 17 00:00:00 2001 From: KatyPurry <89610869+KatyPurry@users.noreply.github.com> Date: Sat, 6 May 2023 13:59:18 +0200 Subject: [PATCH 3/3] Update forbidden_reach.toml --- items/forbidden_reach.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/forbidden_reach.toml b/items/forbidden_reach.toml index fcdc643..66658ae 100644 --- a/items/forbidden_reach.toml +++ b/items/forbidden_reach.toml @@ -102,7 +102,7 @@ items = [ [leftover_elemental_slime] name = "Leftover Elemental Slime" -description = { _ = "This item can be found in the Zskera Vault and are used to create the Leftover Elemental Slime Mammoth." } +description = { _ = "This item can be found in the Zskera Vault and is used to create the Leftover Elemental Slime Mammoth." } color = 0x363881 items = [204352]