From dea4a06764c507699cf9adcd1fd0a572d227aff0 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 02:51:05 -0400 Subject: feat: scavenge/scrap system started --- data/items/solarjunk.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/items/solarjunk.yaml (limited to 'data/items/solarjunk.yaml') diff --git a/data/items/solarjunk.yaml b/data/items/solarjunk.yaml new file mode 100644 index 0000000..ab4d5d5 --- /dev/null +++ b/data/items/solarjunk.yaml @@ -0,0 +1,6 @@ +id: solarjunk +name: solarjunk +color: "220" +description: "A fragment of reclaimed solar circuitry. Used as a universal energy medium." +value: 10 +stackable: true -- cgit v1.2.3