From f33e8c36222b1daef7c46bb0a0dcbd009099028b Mon Sep 17 00:00:00 2001 From: Raenore <172234435+Raenore@users.noreply.github.com> Date: Sat, 28 Feb 2026 07:14:41 +0100 Subject: [PATCH 1/2] Add 21 new Arcantina RP handheld consumables --- Core/Options.lua | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Core/Options.lua b/Core/Options.lua index e2aee5f..7577d15 100644 --- a/Core/Options.lua +++ b/Core/Options.lua @@ -214,6 +214,34 @@ SIPPYCUP.Options.Data = { NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281702, itemID = 268115, category = "HANDHELD", preExpiration = true, buildAdded = "0.6.1|120000" }, -- Overbaked Donut NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280627, itemID = 267486, category = "HANDHELD", preExpiration = true, buildAdded = "0.6.1|120000" }, -- Simple Cup + --- Arcantina + ---- Bartender Bob + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280595, itemID = 267379, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Tavern Mug + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280950, itemID = 267615, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Imperial Mug + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280849, itemID = 267617, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Sophisticated Goblet + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281328, itemID = 267618, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Rusty Receptacle + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281452, itemID = 267619, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Sipping Glass + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280851, itemID = 267624, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Bamboo Tray + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280855, itemID = 267626, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Stale Tavern Bread + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280849, itemID = 267627, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Decorative Tavern Cheese + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280850, itemID = 268025, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Heavy Stein + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281013, itemID = 268053, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Rugged Cup + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281667, itemID = 268110, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Cheese Tray + + ---- Ari + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280930, itemID = 267652, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Silver Hand Squire's Libram + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280929, itemID = 267650, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Blood Knight Training Manual + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280865, itemID = 267628, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Historian's Tome + + ---- Janky + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1280853, itemID = 267625, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Lit Candle + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281709, itemID = 268116, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Twin-Flame Holder + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281488, itemID = 267623, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Simple Torch + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281518, itemID = 268085, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Hand Torch + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281490, itemID = 268068, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Sturdy Torch + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281673, itemID = 268111, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Arkonite Beacon + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 1281674, itemID = 268112, category = "HANDHELD", preExpiration = true, buildAdded = "0.7.2|120001" }, -- Argunite Beacon + NewOption{ type = SIPPYCUP.Options.Type.CONSUMABLE, auraID = 987654321, itemID = 987654321, category = "EFFECT", preExpiration = true }, -- Does not exist, test }; From ab365831ed53a10103723562fa4be8edcb91397b Mon Sep 17 00:00:00 2001 From: Raenore <172234435+Raenore@users.noreply.github.com> Date: Sat, 28 Feb 2026 07:24:58 +0100 Subject: [PATCH 2/2] Changelog - Add & Dated --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f6188..0a7aaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file. + +## [0.7.2] - 2026-02-28 +Minor patch that adds newly-added handheld items from Midnight. + +### Added +- Added 21 new handheld consumables found in Midnight's Arcantina. ## [0.7.1] - 2026-02-24 Minor patch to fix checking and unchecking global settings. @@ -63,7 +69,8 @@ Given that Sippy Cup never officially supported combat situations, these restric ## Full Changelog The complete changelog, including older versions, can always be found on [Sippy Cup's GitHub Wiki](https://github.com/Raenore/Sippy-Cup/wiki/Full-Changelog). -[unreleased]: https://github.com/Raenore/Sippy-Cup/compare/0.7.1...HEAD +[unreleased]: https://github.com/Raenore/Sippy-Cup/compare/0.7.2...HEAD +[0.7.2]: https://github.com/Raenore/Sippy-Cup/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/Raenore/Sippy-Cup/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/Raenore/Sippy-Cup/compare/0.6.1...0.7.0 [0.6.1]: https://github.com/Raenore/Sippy-Cup/compare/0.6.0...0.6.1