diff options
| author | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
| commit | 0ea4eec5dd2122c6704216971eb1249276297867 (patch) | |
| tree | 430fbbef04e837820f1d031c190f52ecd6112e25 /data/objects/adamantite_rock.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/objects/adamantite_rock.yaml')
| -rw-r--r-- | data/objects/adamantite_rock.yaml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/data/objects/adamantite_rock.yaml b/data/objects/adamantite_rock.yaml index 04f2f0c..4869a77 100644 --- a/data/objects/adamantite_rock.yaml +++ b/data/objects/adamantite_rock.yaml @@ -1,4 +1,23 @@ +color: "120" +gather: + base_wait: 10 + drops: + - depletes: true + item_id: adamantite_ore + message: You manage to mine some {120}adamantite ore{/}. + weight: 100 + fail_message: You chip away but get nothing useful. + gather_message: You swing your pickaxe at the adamantite rock... + level: 70 + respawn_broadcast: A green glint of adamantite catches your eye from some {name}. + respawn_timer: 140 + skill: mining + success: + base: 0.15 + cap: 0.85 + per_level: 0.01 + tools: + - pickaxe + xp: 95 id: adamantite_rock name: adamantite rock -color: "120" -behavior: mine_adamantite |
