diff options
| author | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
| commit | fee376102192dc6f24297a7b11324636ace3a07d (patch) | |
| tree | 6c777cc71208b429eebdbdc5864b353d4af34a09 /data/objects/coal_rock.yaml | |
| parent | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff) | |
| download | thehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz | |
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'data/objects/coal_rock.yaml')
| -rw-r--r-- | data/objects/coal_rock.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/objects/coal_rock.yaml b/data/objects/coal_rock.yaml index c22b2f7..40bf4d6 100644 --- a/data/objects/coal_rock.yaml +++ b/data/objects/coal_rock.yaml @@ -1,14 +1,14 @@ color: "F0" gather: - base_wait: 10 drops: - depletes: true item_id: coal + level: 30 message: You manage to mine some {F0}coal{/}. weight: 100 + xp: 50 fail_message: You chip away but get nothing useful. gather_message: You swing your pickaxe at the coal rock... - level: 30 respawn_broadcast: A dark vein of coal is visible in some {name}. respawn_timer: 80 skill: mining @@ -18,5 +18,4 @@ gather: per_level: 0.01 tools: - pickaxe - xp: 50 name: coal rock |
