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/magic_tree.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/objects/magic_tree.yaml')
| -rw-r--r-- | data/objects/magic_tree.yaml | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/data/objects/magic_tree.yaml b/data/objects/magic_tree.yaml index 6caaf49..7e1a37b 100644 --- a/data/objects/magic_tree.yaml +++ b/data/objects/magic_tree.yaml @@ -1,4 +1,25 @@ +color: "135" +gather: + base_wait: 12 + deplete_timer: 390 + drops: + - depletes: false + item_id: magic_logs + message: You get some {135}magic logs{/}. + weight: 100 + fail_message: You swing but get no logs. + gather_message: You swing your axe at the magic tree... + level: 75 + nest_chance: 256 + respawn_broadcast: A {name} grows back. + respawn_timer: 199 + skill: woodcutting + success: + base: 0.15 + cap: 0.65 + per_level: 0.01 + tools: + - axe + xp: 250 id: magic_tree name: magic tree -color: "135" -behavior: chop_magic |
