aboutsummaryrefslogtreecommitdiff
path: root/data/objects/clay_rock.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 05:27:10 -0400
committerhistoria <[not public]>2026-07-09 05:27:10 -0400
commitc705ae942573984784ef501bf8198f61f5206ddd (patch)
treec964066f3a244002bf75cb50a877630f46496f81 /data/objects/clay_rock.yaml
parent74153c7814fc4cef988066ef04e38731a943bc12 (diff)
downloadthehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/objects/clay_rock.yaml')
-rw-r--r--data/objects/clay_rock.yaml39
1 files changed, 20 insertions, 19 deletions
diff --git a/data/objects/clay_rock.yaml b/data/objects/clay_rock.yaml
index 8f9275c..cf42412 100644
--- a/data/objects/clay_rock.yaml
+++ b/data/objects/clay_rock.yaml
@@ -1,22 +1,23 @@
color: "AD"
-description: A soft rock of clay.
+description:
+- text: A soft rock of clay.
gather:
- drops:
- - depletes: true
- item_id: clay
- level: 1
- success_message: You manage to mine some clay.
- weight: 100
- xp: 5
- fail_message: You chip away but get nothing useful.
- gather_message: You swing your pickaxe at the clay rock...
- respawn_broadcast: Some clay fills in a nearby rock.
- respawn_timer: 10
- skill: mining
- success:
- base: 0.6
- cap: 0.95
- per_level: 0.01
- tools:
- - pickaxe
+ drops:
+ - depletes: true
+ item_id: clay
+ level: 1
+ success_message: You manage to mine some clay.
+ weight: 100
+ xp: 5
+ fail_message: You chip away but get nothing useful.
+ gather_message: You swing your pickaxe at the clay rock...
+ respawn_broadcast: Some clay fills in a nearby rock.
+ respawn_timer: 10
+ skill: mining
+ success:
+ base: 0.6
+ cap: 0.95
+ per_level: 0.01
+ tools:
+ - pickaxe
name: clay rock