From 731adf2e0fbcac9a32179da077299ed6465af41e Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 02:27:20 -0400 Subject: feat: movement overhauled. agility-enhancing items added. --- data/items/cape_of_agility.yaml | 6 ++++++ data/items/graceful_boots.yaml | 6 ++++++ data/items/graceful_cape.yaml | 6 ++++++ data/items/graceful_gloves.yaml | 6 ++++++ data/items/graceful_hat.yaml | 6 ++++++ data/items/graceful_legs.yaml | 6 ++++++ data/items/graceful_torso.yaml | 6 ++++++ 7 files changed, 42 insertions(+) create mode 100644 data/items/cape_of_agility.yaml create mode 100644 data/items/graceful_boots.yaml create mode 100644 data/items/graceful_cape.yaml create mode 100644 data/items/graceful_gloves.yaml create mode 100644 data/items/graceful_hat.yaml create mode 100644 data/items/graceful_legs.yaml create mode 100644 data/items/graceful_torso.yaml (limited to 'data/items') diff --git a/data/items/cape_of_agility.yaml b/data/items/cape_of_agility.yaml new file mode 100644 index 0000000..5567e73 --- /dev/null +++ b/data/items/cape_of_agility.yaml @@ -0,0 +1,6 @@ +id: cape_of_agility +name: cape of agility +color: "g:223,231,223" +description: "A lightweight cape that allows the wearer to move with extraordinary speed." +value: 500 +equip_slot: back diff --git a/data/items/graceful_boots.yaml b/data/items/graceful_boots.yaml new file mode 100644 index 0000000..71e8f84 --- /dev/null +++ b/data/items/graceful_boots.yaml @@ -0,0 +1,6 @@ +id: graceful_boots +name: graceful boots +color: "230" +description: "Lightweight boots. Part of the graceful set." +value: 80 +equip_slot: feet diff --git a/data/items/graceful_cape.yaml b/data/items/graceful_cape.yaml new file mode 100644 index 0000000..1d7c8f0 --- /dev/null +++ b/data/items/graceful_cape.yaml @@ -0,0 +1,6 @@ +id: graceful_cape +name: graceful cape +color: "230" +description: "A lightweight cape. Part of the graceful set." +value: 100 +equip_slot: back diff --git a/data/items/graceful_gloves.yaml b/data/items/graceful_gloves.yaml new file mode 100644 index 0000000..311ded5 --- /dev/null +++ b/data/items/graceful_gloves.yaml @@ -0,0 +1,6 @@ +id: graceful_gloves +name: graceful gloves +color: "230" +description: "Lightweight gloves. Part of the graceful set." +value: 80 +equip_slot: hands diff --git a/data/items/graceful_hat.yaml b/data/items/graceful_hat.yaml new file mode 100644 index 0000000..faec1e3 --- /dev/null +++ b/data/items/graceful_hat.yaml @@ -0,0 +1,6 @@ +id: graceful_hat +name: graceful hat +color: "230" +description: "A lightweight hat. Part of the graceful set." +value: 100 +equip_slot: head diff --git a/data/items/graceful_legs.yaml b/data/items/graceful_legs.yaml new file mode 100644 index 0000000..31eeebf --- /dev/null +++ b/data/items/graceful_legs.yaml @@ -0,0 +1,6 @@ +id: graceful_legs +name: graceful legs +color: "230" +description: "Lightweight leg armour. Part of the graceful set." +value: 150 +equip_slot: legs diff --git a/data/items/graceful_torso.yaml b/data/items/graceful_torso.yaml new file mode 100644 index 0000000..ec1edb7 --- /dev/null +++ b/data/items/graceful_torso.yaml @@ -0,0 +1,6 @@ +id: graceful_torso +name: graceful torso +color: "230" +description: "A lightweight top. Part of the graceful set." +value: 150 +equip_slot: torso -- cgit v1.2.3