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/scrap_pile.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/objects/scrap_pile.yaml')
| -rw-r--r-- | data/objects/scrap_pile.yaml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/data/objects/scrap_pile.yaml b/data/objects/scrap_pile.yaml index 2106822..d4a6a48 100644 --- a/data/objects/scrap_pile.yaml +++ b/data/objects/scrap_pile.yaml @@ -1,4 +1,19 @@ +color: "243" +gather: + base_wait: 10 + drops: + - depletes: false + item_id: scrap_metal + message: You salvage some {243}scrap metal{/}. + weight: 100 + gather_message: You swing your pickaxe at the scrap pile... + level: 1 + skill: mining + success: + base: 1.0 + cap: 1.0 + tools: + - pickaxe + xp: 5 id: scrap_pile name: scrap pile -color: "243" -behavior: mine_scrap |
