diff options
| author | historia <[not public]> | 2026-06-18 18:50:54 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-18 18:50:54 -0400 |
| commit | 17e7725f252c7f5d3be2e9c37d62751c631f196f (patch) | |
| tree | 40698c5c95cb21302adbb8cd021bd8d049b6fce1 /data/behaviors | |
| parent | fae979b75e37b6ad57e57062a1b637a37ec87174 (diff) | |
| download | thehouseoficarus-17e7725f252c7f5d3be2e9c37d62751c631f196f.tar.gz | |
feat: fletching added including zero-time bolt feathering, which probably will break lots of things
Diffstat (limited to 'data/behaviors')
| -rw-r--r-- | data/behaviors/chop_magic.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_mahogany.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_maple.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_oak.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_redwood.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_teak.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_tree.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_willow.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/chop_yew.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_adamantite.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_clay.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_coal.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_copper.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_gold.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_iron.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_mithril.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_runite.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_scrap.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_silver.yaml | 1 | ||||
| -rw-r--r-- | data/behaviors/mine_tin.yaml | 1 |
20 files changed, 0 insertions, 20 deletions
diff --git a/data/behaviors/chop_magic.yaml b/data/behaviors/chop_magic.yaml index 02dbab3..3d55658 100644 --- a/data/behaviors/chop_magic.yaml +++ b/data/behaviors/chop_magic.yaml @@ -19,5 +19,4 @@ drops: 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 7bacfe3..dd6c4c5 100644 --- a/data/behaviors/chop_mahogany.yaml +++ b/data/behaviors/chop_mahogany.yaml @@ -19,5 +19,4 @@ drops: 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 44c45cf..8505217 100644 --- a/data/behaviors/chop_maple.yaml +++ b/data/behaviors/chop_maple.yaml @@ -19,5 +19,4 @@ drops: 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 85c6be0..c9cfb48 100644 --- a/data/behaviors/chop_oak.yaml +++ b/data/behaviors/chop_oak.yaml @@ -19,5 +19,4 @@ drops: 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 2db92ed..9652f7a 100644 --- a/data/behaviors/chop_redwood.yaml +++ b/data/behaviors/chop_redwood.yaml @@ -19,5 +19,4 @@ drops: 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 ba8834d..f1ed770 100644 --- a/data/behaviors/chop_teak.yaml +++ b/data/behaviors/chop_teak.yaml @@ -19,5 +19,4 @@ drops: 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 fb8c3d2..4a12509 100644 --- a/data/behaviors/chop_tree.yaml +++ b/data/behaviors/chop_tree.yaml @@ -19,5 +19,4 @@ drops: message: "You get some {107}logs{/}." 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 c4b14b3..597072e 100644 --- a/data/behaviors/chop_willow.yaml +++ b/data/behaviors/chop_willow.yaml @@ -19,5 +19,4 @@ drops: 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 058cb5d..1586b4b 100644 --- a/data/behaviors/chop_yew.yaml +++ b/data/behaviors/chop_yew.yaml @@ -19,5 +19,4 @@ drops: 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 b5e5d62..0ba62db 100644 --- a/data/behaviors/mine_adamantite.yaml +++ b/data/behaviors/mine_adamantite.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {120}adamantite ore{/}." 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 b4058b1..ff477ca 100644 --- a/data/behaviors/mine_clay.yaml +++ b/data/behaviors/mine_clay.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to get some {173}clay{/}." 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 334e9ec..f2fb01d 100644 --- a/data/behaviors/mine_coal.yaml +++ b/data/behaviors/mine_coal.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {240}coal{/}." 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 06ee9d2..e805f29 100644 --- a/data/behaviors/mine_copper.yaml +++ b/data/behaviors/mine_copper.yaml @@ -22,5 +22,4 @@ drops: depletes: false message: "You spot a glint of something valuable!" 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 b61f6bf..0257ee6 100644 --- a/data/behaviors/mine_gold.yaml +++ b/data/behaviors/mine_gold.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {220}gold ore{/}." 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 e1a8181..290d99a 100644 --- a/data/behaviors/mine_iron.yaml +++ b/data/behaviors/mine_iron.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {250}iron ore{/}." 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 407f1ff..f1d0b43 100644 --- a/data/behaviors/mine_mithril.yaml +++ b/data/behaviors/mine_mithril.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {75}mithril ore{/}." 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 dddd410..534a78a 100644 --- a/data/behaviors/mine_runite.yaml +++ b/data/behaviors/mine_runite.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {87}runite ore{/}." 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 ae07b36..c381b1c 100644 --- a/data/behaviors/mine_scrap.yaml +++ b/data/behaviors/mine_scrap.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You salvage some {243}scrap metal{/}." 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 1257f87..259ab72 100644 --- a/data/behaviors/mine_silver.yaml +++ b/data/behaviors/mine_silver.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {253}silver ore{/}." 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 7a1a12a..ebc130a 100644 --- a/data/behaviors/mine_tin.yaml +++ b/data/behaviors/mine_tin.yaml @@ -17,5 +17,4 @@ drops: depletes: true message: "You manage to mine some {253}tin ore{/}." respawn_timer: 50 -respawn_message: "You see more ore in the rock." respawn_broadcast: "A glint of tin catches your eye from some {name}." |
