diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /data/objects/clay_rock.yaml | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-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.yaml | 39 |
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 |
