aboutsummaryrefslogtreecommitdiff
path: root/data/objects
diff options
context:
space:
mode:
Diffstat (limited to 'data/objects')
-rw-r--r--data/objects/adamantite_rock.yaml3
-rw-r--r--data/objects/anglerfish_spot.yaml5
-rw-r--r--data/objects/bait_fishing_spot.yaml5
-rw-r--r--data/objects/cage_fishing_spot.yaml5
-rw-r--r--data/objects/clay_rock.yaml3
-rw-r--r--data/objects/coal_rock.yaml3
-rw-r--r--data/objects/fishing_spot.yaml3
-rw-r--r--data/objects/fly_fishing_spot.yaml5
-rw-r--r--data/objects/gold_rock.yaml3
-rw-r--r--data/objects/harpoon_fishing_spot.yaml5
-rw-r--r--data/objects/iron_rock.yaml3
-rw-r--r--data/objects/magic_tree.yaml3
-rw-r--r--data/objects/mahogany_tree.yaml3
-rw-r--r--data/objects/maple_tree.yaml3
-rw-r--r--data/objects/mithril_rock.yaml3
-rw-r--r--data/objects/net_fishing_spot.yaml5
-rw-r--r--data/objects/oak_tree.yaml3
-rw-r--r--data/objects/redwood_tree.yaml3
-rw-r--r--data/objects/runite_rock.yaml3
-rw-r--r--data/objects/sacred_eel_spot.yaml5
-rw-r--r--data/objects/scrap_pile.yaml3
-rw-r--r--data/objects/silver_rock.yaml3
-rw-r--r--data/objects/swamp_fishing_spot.yaml5
-rw-r--r--data/objects/teak_tree.yaml3
-rw-r--r--data/objects/tin_rock.yaml3
-rw-r--r--data/objects/tree.yaml3
-rw-r--r--data/objects/willow_tree.yaml3
-rw-r--r--data/objects/yew_tree.yaml3
28 files changed, 97 insertions, 3 deletions
diff --git a/data/objects/adamantite_rock.yaml b/data/objects/adamantite_rock.yaml
new file mode 100644
index 0000000..603f358
--- /dev/null
+++ b/data/objects/adamantite_rock.yaml
@@ -0,0 +1,3 @@
+id: adamantite_rock
+name: adamantite rock
+behavior: mine_adamantite
diff --git a/data/objects/anglerfish_spot.yaml b/data/objects/anglerfish_spot.yaml
new file mode 100644
index 0000000..8d8658f
--- /dev/null
+++ b/data/objects/anglerfish_spot.yaml
@@ -0,0 +1,5 @@
+id: anglerfish_spot
+name: anglerfish spot
+behavior: fish_angler
+props:
+ description: "A faint glow emanates from the depths. Use a fishing rod with bait here."
diff --git a/data/objects/bait_fishing_spot.yaml b/data/objects/bait_fishing_spot.yaml
new file mode 100644
index 0000000..60971a6
--- /dev/null
+++ b/data/objects/bait_fishing_spot.yaml
@@ -0,0 +1,5 @@
+id: bait_fishing_spot
+name: bait fishing spot
+behavior: fish_bait
+props:
+ description: "Small fish ripple the surface. Use a fishing rod with bait here."
diff --git a/data/objects/cage_fishing_spot.yaml b/data/objects/cage_fishing_spot.yaml
new file mode 100644
index 0000000..1a7d848
--- /dev/null
+++ b/data/objects/cage_fishing_spot.yaml
@@ -0,0 +1,5 @@
+id: cage_fishing_spot
+name: cage fishing spot
+behavior: fish_cage
+props:
+ description: "A rocky underwater shelf. Use a lobster pot here."
diff --git a/data/objects/clay_rock.yaml b/data/objects/clay_rock.yaml
new file mode 100644
index 0000000..368373f
--- /dev/null
+++ b/data/objects/clay_rock.yaml
@@ -0,0 +1,3 @@
+id: clay_rock
+name: clay deposit
+behavior: mine_clay
diff --git a/data/objects/coal_rock.yaml b/data/objects/coal_rock.yaml
new file mode 100644
index 0000000..1f44461
--- /dev/null
+++ b/data/objects/coal_rock.yaml
@@ -0,0 +1,3 @@
+id: coal_rock
+name: coal rock
+behavior: mine_coal
diff --git a/data/objects/fishing_spot.yaml b/data/objects/fishing_spot.yaml
deleted file mode 100644
index 73ad3a2..0000000
--- a/data/objects/fishing_spot.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-id: fishing_spot
-name: fishing spot
-behavior: fish_trout
diff --git a/data/objects/fly_fishing_spot.yaml b/data/objects/fly_fishing_spot.yaml
new file mode 100644
index 0000000..b9545c9
--- /dev/null
+++ b/data/objects/fly_fishing_spot.yaml
@@ -0,0 +1,5 @@
+id: fly_fishing_spot
+name: fly fishing spot
+behavior: fish_fly
+props:
+ description: "Insects dance above the water. Use a fly fishing rod with feathers here."
diff --git a/data/objects/gold_rock.yaml b/data/objects/gold_rock.yaml
new file mode 100644
index 0000000..d701817
--- /dev/null
+++ b/data/objects/gold_rock.yaml
@@ -0,0 +1,3 @@
+id: gold_rock
+name: gold rock
+behavior: mine_gold
diff --git a/data/objects/harpoon_fishing_spot.yaml b/data/objects/harpoon_fishing_spot.yaml
new file mode 100644
index 0000000..c7e7f89
--- /dev/null
+++ b/data/objects/harpoon_fishing_spot.yaml
@@ -0,0 +1,5 @@
+id: harpoon_fishing_spot
+name: harpoon fishing spot
+behavior: fish_harpoon
+props:
+ description: "Large shadows move beneath the waves. Use a harpoon here."
diff --git a/data/objects/iron_rock.yaml b/data/objects/iron_rock.yaml
new file mode 100644
index 0000000..448ddc3
--- /dev/null
+++ b/data/objects/iron_rock.yaml
@@ -0,0 +1,3 @@
+id: iron_rock
+name: iron rock
+behavior: mine_iron
diff --git a/data/objects/magic_tree.yaml b/data/objects/magic_tree.yaml
new file mode 100644
index 0000000..5e82407
--- /dev/null
+++ b/data/objects/magic_tree.yaml
@@ -0,0 +1,3 @@
+id: magic_tree
+name: magic tree
+behavior: chop_magic
diff --git a/data/objects/mahogany_tree.yaml b/data/objects/mahogany_tree.yaml
new file mode 100644
index 0000000..33bc35e
--- /dev/null
+++ b/data/objects/mahogany_tree.yaml
@@ -0,0 +1,3 @@
+id: mahogany_tree
+name: mahogany tree
+behavior: chop_mahogany
diff --git a/data/objects/maple_tree.yaml b/data/objects/maple_tree.yaml
new file mode 100644
index 0000000..8d145c0
--- /dev/null
+++ b/data/objects/maple_tree.yaml
@@ -0,0 +1,3 @@
+id: maple_tree
+name: maple tree
+behavior: chop_maple
diff --git a/data/objects/mithril_rock.yaml b/data/objects/mithril_rock.yaml
new file mode 100644
index 0000000..afe106b
--- /dev/null
+++ b/data/objects/mithril_rock.yaml
@@ -0,0 +1,3 @@
+id: mithril_rock
+name: mithril rock
+behavior: mine_mithril
diff --git a/data/objects/net_fishing_spot.yaml b/data/objects/net_fishing_spot.yaml
new file mode 100644
index 0000000..0f1cd96
--- /dev/null
+++ b/data/objects/net_fishing_spot.yaml
@@ -0,0 +1,5 @@
+id: net_fishing_spot
+name: net fishing spot
+behavior: fish_net
+props:
+ description: "Bubbles break the surface. Use a small or big fishing net here."
diff --git a/data/objects/oak_tree.yaml b/data/objects/oak_tree.yaml
new file mode 100644
index 0000000..d3a8e74
--- /dev/null
+++ b/data/objects/oak_tree.yaml
@@ -0,0 +1,3 @@
+id: oak_tree
+name: oak tree
+behavior: chop_oak
diff --git a/data/objects/redwood_tree.yaml b/data/objects/redwood_tree.yaml
new file mode 100644
index 0000000..345f037
--- /dev/null
+++ b/data/objects/redwood_tree.yaml
@@ -0,0 +1,3 @@
+id: redwood_tree
+name: redwood tree
+behavior: chop_redwood
diff --git a/data/objects/runite_rock.yaml b/data/objects/runite_rock.yaml
new file mode 100644
index 0000000..df40aa3
--- /dev/null
+++ b/data/objects/runite_rock.yaml
@@ -0,0 +1,3 @@
+id: runite_rock
+name: runite rock
+behavior: mine_runite
diff --git a/data/objects/sacred_eel_spot.yaml b/data/objects/sacred_eel_spot.yaml
new file mode 100644
index 0000000..9925727
--- /dev/null
+++ b/data/objects/sacred_eel_spot.yaml
@@ -0,0 +1,5 @@
+id: sacred_eel_spot
+name: sacred eel spot
+behavior: fish_sacred_eel
+props:
+ description: "Waters shimmer with an otherworldly light. Use a fishing rod with bait here."
diff --git a/data/objects/scrap_pile.yaml b/data/objects/scrap_pile.yaml
new file mode 100644
index 0000000..d67ef11
--- /dev/null
+++ b/data/objects/scrap_pile.yaml
@@ -0,0 +1,3 @@
+id: scrap_pile
+name: scrap pile
+behavior: mine_scrap
diff --git a/data/objects/silver_rock.yaml b/data/objects/silver_rock.yaml
new file mode 100644
index 0000000..c5a9658
--- /dev/null
+++ b/data/objects/silver_rock.yaml
@@ -0,0 +1,3 @@
+id: silver_rock
+name: silver rock
+behavior: mine_silver
diff --git a/data/objects/swamp_fishing_spot.yaml b/data/objects/swamp_fishing_spot.yaml
new file mode 100644
index 0000000..8fc83b7
--- /dev/null
+++ b/data/objects/swamp_fishing_spot.yaml
@@ -0,0 +1,5 @@
+id: swamp_fishing_spot
+name: swamp fishing spot
+behavior: fish_swamp
+props:
+ description: "Murky water bubbles ominously. Use a fishing rod with bait here."
diff --git a/data/objects/teak_tree.yaml b/data/objects/teak_tree.yaml
new file mode 100644
index 0000000..628ec8a
--- /dev/null
+++ b/data/objects/teak_tree.yaml
@@ -0,0 +1,3 @@
+id: teak_tree
+name: teak tree
+behavior: chop_teak
diff --git a/data/objects/tin_rock.yaml b/data/objects/tin_rock.yaml
new file mode 100644
index 0000000..96c524d
--- /dev/null
+++ b/data/objects/tin_rock.yaml
@@ -0,0 +1,3 @@
+id: tin_rock
+name: tin rock
+behavior: mine_tin
diff --git a/data/objects/tree.yaml b/data/objects/tree.yaml
new file mode 100644
index 0000000..cfcbe02
--- /dev/null
+++ b/data/objects/tree.yaml
@@ -0,0 +1,3 @@
+id: tree
+name: tree
+behavior: chop_tree
diff --git a/data/objects/willow_tree.yaml b/data/objects/willow_tree.yaml
new file mode 100644
index 0000000..b5426ff
--- /dev/null
+++ b/data/objects/willow_tree.yaml
@@ -0,0 +1,3 @@
+id: willow_tree
+name: willow tree
+behavior: chop_willow
diff --git a/data/objects/yew_tree.yaml b/data/objects/yew_tree.yaml
new file mode 100644
index 0000000..3e784f7
--- /dev/null
+++ b/data/objects/yew_tree.yaml
@@ -0,0 +1,3 @@
+id: yew_tree
+name: yew tree
+behavior: chop_yew