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/scrap_pile.yaml | |
| parent | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff) | |
| download | thehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz | |
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'data/objects/scrap_pile.yaml')
| -rw-r--r-- | data/objects/scrap_pile.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/objects/scrap_pile.yaml b/data/objects/scrap_pile.yaml index 98e09e6..f85815b 100644 --- a/data/objects/scrap_pile.yaml +++ b/data/objects/scrap_pile.yaml @@ -1,18 +1,17 @@ color: "F3" gather: - base_wait: 10 drops: - depletes: false item_id: scrap + level: 1 message: You salvage some {F3}scrap{/}. weight: 100 + xp: 5 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 name: scrap pile |
