aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-14 21:07:26 -0400
committerhistoria <[not public]>2026-06-14 21:07:26 -0400
commit1aba2bdd23aebed4032333e74aa553c40a31fcbd (patch)
treec004f4c2a139df5c3cf4029b2611bdfa09b40f86 /data
parenta19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (diff)
downloadthehouseoficarus-1aba2bdd23aebed4032333e74aa553c40a31fcbd.tar.gz
refactor: added docs, split up some components in game package
Diffstat (limited to 'data')
-rw-r--r--data/behaviors/chop_magic.yaml4
-rw-r--r--data/behaviors/chop_mahogany.yaml4
-rw-r--r--data/behaviors/chop_maple.yaml4
-rw-r--r--data/behaviors/chop_oak.yaml4
-rw-r--r--data/behaviors/chop_redwood.yaml4
-rw-r--r--data/behaviors/chop_teak.yaml4
-rw-r--r--data/behaviors/chop_tree.yaml2
-rw-r--r--data/behaviors/chop_willow.yaml4
-rw-r--r--data/behaviors/chop_yew.yaml4
-rw-r--r--data/behaviors/mine_adamantite.yaml2
-rw-r--r--data/behaviors/mine_clay.yaml2
-rw-r--r--data/behaviors/mine_coal.yaml2
-rw-r--r--data/behaviors/mine_copper.yaml2
-rw-r--r--data/behaviors/mine_gold.yaml2
-rw-r--r--data/behaviors/mine_iron.yaml2
-rw-r--r--data/behaviors/mine_mithril.yaml2
-rw-r--r--data/behaviors/mine_runite.yaml2
-rw-r--r--data/behaviors/mine_scrap.yaml2
-rw-r--r--data/behaviors/mine_silver.yaml2
-rw-r--r--data/behaviors/mine_tin.yaml2
20 files changed, 28 insertions, 28 deletions
diff --git a/data/behaviors/chop_magic.yaml b/data/behaviors/chop_magic.yaml
index 762d979..ae5ff7e 100644
--- a/data/behaviors/chop_magic.yaml
+++ b/data/behaviors/chop_magic.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some magic logs."
-deplete_delay: 199
-shared_deplete: 390
+respawn_timer: 199
+deplete_timer: 390
nest_chance: 256
respawn_message: "A new magic sapling grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/chop_mahogany.yaml b/data/behaviors/chop_mahogany.yaml
index 61ad6af..61ab47a 100644
--- a/data/behaviors/chop_mahogany.yaml
+++ b/data/behaviors/chop_mahogany.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some mahogany logs."
-deplete_delay: 14
-shared_deplete: 100
+respawn_timer: 14
+deplete_timer: 100
nest_chance: 256
respawn_message: "A new mahogany sapling grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/chop_maple.yaml b/data/behaviors/chop_maple.yaml
index aa4ebea..2c7c21d 100644
--- a/data/behaviors/chop_maple.yaml
+++ b/data/behaviors/chop_maple.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some maple logs."
-deplete_delay: 59
-shared_deplete: 100
+respawn_timer: 59
+deplete_timer: 100
nest_chance: 256
respawn_message: "A new maple sapling grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/chop_oak.yaml b/data/behaviors/chop_oak.yaml
index 6731d24..fcd0f2d 100644
--- a/data/behaviors/chop_oak.yaml
+++ b/data/behaviors/chop_oak.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some oak logs."
-deplete_delay: 14
-shared_deplete: 45
+respawn_timer: 14
+deplete_timer: 45
nest_chance: 256
respawn_message: "A new oak sapling grows in its place."
respawn_broadcast: "An {name} grows back."
diff --git a/data/behaviors/chop_redwood.yaml b/data/behaviors/chop_redwood.yaml
index e3def4f..a563bd5 100644
--- a/data/behaviors/chop_redwood.yaml
+++ b/data/behaviors/chop_redwood.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some redwood logs."
-deplete_delay: 199
-shared_deplete: 440
+respawn_timer: 199
+deplete_timer: 440
nest_chance: 256
respawn_message: "A new redwood sapling grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/chop_teak.yaml b/data/behaviors/chop_teak.yaml
index ed2f60d..d20aebc 100644
--- a/data/behaviors/chop_teak.yaml
+++ b/data/behaviors/chop_teak.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some teak logs."
-deplete_delay: 15
-shared_deplete: 50
+respawn_timer: 15
+deplete_timer: 50
nest_chance: 256
respawn_message: "A new teak sapling grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/chop_tree.yaml b/data/behaviors/chop_tree.yaml
index 494cc1d..f7c4de2 100644
--- a/data/behaviors/chop_tree.yaml
+++ b/data/behaviors/chop_tree.yaml
@@ -17,7 +17,7 @@ drops:
weight: 100
depletes: true
message: "You get some logs."
-deplete_delay: 80
+respawn_timer: 80
exhausted_message: "The tree comes crashing down!"
respawn_message: "A new tree grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/chop_willow.yaml b/data/behaviors/chop_willow.yaml
index f972aa5..10dc05a 100644
--- a/data/behaviors/chop_willow.yaml
+++ b/data/behaviors/chop_willow.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some willow logs."
-deplete_delay: 14
-shared_deplete: 50
+respawn_timer: 14
+deplete_timer: 50
nest_chance: 256
respawn_message: "A new willow sapling grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/chop_yew.yaml b/data/behaviors/chop_yew.yaml
index 48f387d..ec25b4d 100644
--- a/data/behaviors/chop_yew.yaml
+++ b/data/behaviors/chop_yew.yaml
@@ -16,8 +16,8 @@ drops:
weight: 100
depletes: false
message: "You get some yew logs."
-deplete_delay: 99
-shared_deplete: 190
+respawn_timer: 99
+deplete_timer: 190
nest_chance: 256
respawn_message: "A new yew sapling grows in its place."
respawn_broadcast: "A {name} grows back."
diff --git a/data/behaviors/mine_adamantite.yaml b/data/behaviors/mine_adamantite.yaml
index d4a3cda..50b9a60 100644
--- a/data/behaviors/mine_adamantite.yaml
+++ b/data/behaviors/mine_adamantite.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some adamantite ore."
-deplete_delay: 140
+respawn_timer: 140
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A green glint of adamantite catches your eye from some {name}."
diff --git a/data/behaviors/mine_clay.yaml b/data/behaviors/mine_clay.yaml
index 8798671..73c7e19 100644
--- a/data/behaviors/mine_clay.yaml
+++ b/data/behaviors/mine_clay.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to get some clay."
-deplete_delay: 50
+respawn_timer: 50
respawn_message: "The clay deposit is ready to dig again."
respawn_broadcast: "A deposit of clay softens."
diff --git a/data/behaviors/mine_coal.yaml b/data/behaviors/mine_coal.yaml
index 036a009..ab1d6a2 100644
--- a/data/behaviors/mine_coal.yaml
+++ b/data/behaviors/mine_coal.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some coal."
-deplete_delay: 80
+respawn_timer: 80
respawn_message: "You see more coal in the rock."
respawn_broadcast: "A dark vein of coal is visible in some {name}."
diff --git a/data/behaviors/mine_copper.yaml b/data/behaviors/mine_copper.yaml
index b4f27b9..82755e3 100644
--- a/data/behaviors/mine_copper.yaml
+++ b/data/behaviors/mine_copper.yaml
@@ -21,6 +21,6 @@ drops:
weight: 10
depletes: false
message: "You spot a glint of something valuable!"
-deplete_delay: 50
+respawn_timer: 50
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A glint of copper catches your eye from some {name}."
diff --git a/data/behaviors/mine_gold.yaml b/data/behaviors/mine_gold.yaml
index 731dbec..01a8b33 100644
--- a/data/behaviors/mine_gold.yaml
+++ b/data/behaviors/mine_gold.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some gold ore."
-deplete_delay: 90
+respawn_timer: 90
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A golden glint catches your eye from some {name}."
diff --git a/data/behaviors/mine_iron.yaml b/data/behaviors/mine_iron.yaml
index fbd5ac1..b7ec4af 100644
--- a/data/behaviors/mine_iron.yaml
+++ b/data/behaviors/mine_iron.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some iron ore."
-deplete_delay: 60
+respawn_timer: 60
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A glint of iron catches your eye from some {name}."
diff --git a/data/behaviors/mine_mithril.yaml b/data/behaviors/mine_mithril.yaml
index 53ffe7f..26c5f5f 100644
--- a/data/behaviors/mine_mithril.yaml
+++ b/data/behaviors/mine_mithril.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some mithril ore."
-deplete_delay: 110
+respawn_timer: 110
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A blue glint of mithril catches your eye from some {name}."
diff --git a/data/behaviors/mine_runite.yaml b/data/behaviors/mine_runite.yaml
index 4fbd547..5bd65c7 100644
--- a/data/behaviors/mine_runite.yaml
+++ b/data/behaviors/mine_runite.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some runite ore."
-deplete_delay: 180
+respawn_timer: 180
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A pale blue glint of runite catches your eye from some {name}."
diff --git a/data/behaviors/mine_scrap.yaml b/data/behaviors/mine_scrap.yaml
index 57e0362..ec889a6 100644
--- a/data/behaviors/mine_scrap.yaml
+++ b/data/behaviors/mine_scrap.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You salvage some scrap metal."
-deplete_delay: 50
+respawn_timer: 50
respawn_message: "More scrap is revealed in the pile."
respawn_broadcast: "The scrap pile looks worth mining again."
diff --git a/data/behaviors/mine_silver.yaml b/data/behaviors/mine_silver.yaml
index e6652cb..8b21b98 100644
--- a/data/behaviors/mine_silver.yaml
+++ b/data/behaviors/mine_silver.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some silver ore."
-deplete_delay: 70
+respawn_timer: 70
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A silvery glint catches your eye from some {name}."
diff --git a/data/behaviors/mine_tin.yaml b/data/behaviors/mine_tin.yaml
index b771a44..107c549 100644
--- a/data/behaviors/mine_tin.yaml
+++ b/data/behaviors/mine_tin.yaml
@@ -16,6 +16,6 @@ drops:
weight: 100
depletes: true
message: "You manage to mine some tin ore."
-deplete_delay: 50
+respawn_timer: 50
respawn_message: "You see more ore in the rock."
respawn_broadcast: "A glint of tin catches your eye from some {name}."