From a226d72e51eecb768b13600303f73483118d9104 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 10 Jun 2026 01:48:28 -0400 Subject: feat: implemented janky object interaction model --- data/items/uncut_sapphire.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/uncut_sapphire.yaml (limited to 'data/items/uncut_sapphire.yaml') diff --git a/data/items/uncut_sapphire.yaml b/data/items/uncut_sapphire.yaml new file mode 100644 index 0000000..70039d8 --- /dev/null +++ b/data/items/uncut_sapphire.yaml @@ -0,0 +1,6 @@ +id: uncut_sapphire +name: uncut sapphire +aliases: ["sapphire", "gem", "uncut"] +description: "An uncut sapphire. Can be cut with crafting." +value: 25 +stackable: true -- cgit v1.2.3