diff options
| author | historia <[not public]> | 2026-06-12 23:52:06 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-12 23:52:06 -0400 |
| commit | a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (patch) | |
| tree | 80a2e46c3e6cc98bb8b4f708cc403949b14742eb /data/items/mahogany_logs.yaml | |
| parent | f3a6ae488bbd2128af8356b0da016699c5abb70e (diff) | |
| download | thehouseoficarus-a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad.tar.gz | |
feat: firemaking skill implemented. overhauled how ground items and despawn are handled.
Diffstat (limited to 'data/items/mahogany_logs.yaml')
| -rw-r--r-- | data/items/mahogany_logs.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/items/mahogany_logs.yaml b/data/items/mahogany_logs.yaml index 87ea061..7fc3a7c 100644 --- a/data/items/mahogany_logs.yaml +++ b/data/items/mahogany_logs.yaml @@ -1,6 +1,9 @@ id: mahogany_logs name: mahogany logs aliases: ["logs", "mahogany", "log"] -description: "Some beautiful mahogany logs." -value: 24 +description: "Some rich mahogany logs." +value: 20 stackable: false +fire_level: 50 +fire_xp: 158 +burn_ticks: 44 |
