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/copper_rock.yaml | |
| parent | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff) | |
| download | thehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz | |
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'data/objects/copper_rock.yaml')
| -rw-r--r-- | data/objects/copper_rock.yaml | 65 |
1 files changed, 40 insertions, 25 deletions
diff --git a/data/objects/copper_rock.yaml b/data/objects/copper_rock.yaml index de305e6..9694d1f 100644 --- a/data/objects/copper_rock.yaml +++ b/data/objects/copper_rock.yaml @@ -1,27 +1,42 @@ -color: "B2" +aliases: [] +color: B2 +description: "" gather: - base_wait: 10 - depleted_message: You don't see any ore in this rock. - drops: - - depletes: true - item_id: copper_ore - message: You manage to mine some {B2}copper ore{/}. - weight: 90 - - depletes: false - message: You spot a glint of something valuable! - table: gem_table - weight: 10 - fail_message: You chip away but get nothing useful. - gather_message: You swing your pickaxe at the rock... - level: 1 - respawn_broadcast: A glint of copper catches your eye from some {name}. - respawn_timer: 50 - skill: mining - success: - base: 0.5 - cap: 0.95 - per_level: 0.01 - tools: - - pickaxe - xp: 17 + bait: "" + deplete_timer: 0 + depleted_message: You don't see any ore in this rock. + drops: + - depletes: true + item_id: copper_ore + level: 1 + message: You manage to mine some {B2}copper ore{/}. + quantity: 0 + table: "" + weight: 90 + xp: 17 + - depletes: false + item_id: "" + level: 0 + message: You spot a glint of something valuable! + quantity: 0 + table: gem_table + weight: 10 + xp: 0 + exhausted_message: "" + fail_message: You chip away but get nothing useful. + gather_message: You swing your pickaxe at the rock... + nest_chance: 0 + respawn_broadcast: A glint of copper catches your eye from some {name}. + respawn_timer: 50 + skill: mining + success: + base: 0.5 + cap: 0.95 + per_level: 0.01 + tools: + - pickaxe +hidden: false +id: copper_rock +inroom_description: "" name: copper rock +removal_item: "" |
