diff options
| author | historia <[not public]> | 2026-06-16 04:17:43 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-16 04:17:43 -0400 |
| commit | 085e728d22a3369bd110b77409914cfbe9ebe611 (patch) | |
| tree | eeb88cb1ceb91cc9ea2b5a1877c3c66328fab503 /data/items/bronze_sword.yaml | |
| parent | 43f21aabae8924f35c12c8485e690aeefe0089fb (diff) | |
| download | thehouseoficarus-085e728d22a3369bd110b77409914cfbe9ebe611.tar.gz | |
feat: recipe system, combining items, cooking skill
Diffstat (limited to 'data/items/bronze_sword.yaml')
| -rw-r--r-- | data/items/bronze_sword.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/items/bronze_sword.yaml b/data/items/bronze_sword.yaml index e001d26..ca47743 100644 --- a/data/items/bronze_sword.yaml +++ b/data/items/bronze_sword.yaml @@ -1,7 +1,6 @@ -id: "bronze_sword" -name: "bronze sword" +id: bronze_sword +name: bronze sword color: "fg=bright_yellow" -aliases: ["sword", "bronze"] description: "A basic bronze short sword." value: 12 stackable: false |
