summaryrefslogtreecommitdiff
path: root/data/items.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-02 22:15:02 -0400
committerDavid Gay <david@davidgay.org>2021-06-02 22:15:02 -0400
commit4c96893a114059dc4e748307c6d046ec1faa778f (patch)
tree10e3af95e7a3749e6bd0d1ab63fffebf5b567258 /data/items.yml
parent6ec57509c6f1d44fb80a1cb2ae020b8a033dd370 (diff)
Magiculture
Diffstat (limited to 'data/items.yml')
-rw-r--r--data/items.yml99
1 files changed, 99 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml
index df2def6..6dc187a 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -386,9 +386,56 @@ granite_ring:
- type: "stat_change"
gid: "block"
modifier: 1
+mudtub_seed:
+ name: "mudtub seed"
+ description: "The seed of a mudtub plant."
+ whatnot:
+ tags:
+ - "seed"
+ ripen_duration:
+ base: 28800 # 8 hours
+ harvest_activity: "harvest_mudtub"
+midorias_seed:
+ name: "midorias seed"
+ description: "The seed of a midorias plant."
+ whatnot:
+ tags:
+ - "seed"
+ ripen_duration:
+ base: 36000 # 10 hours
+ harvest_activity: "harvest_midorias"
+templis_seed:
+ name: "templis seed"
+ description: "The seed of a templis plant."
+ whatnot:
+ tags:
+ - "seed"
+ ripen_duration:
+ base: 43200 # 12 hours
+ harvest_activity: "harvest_templis"
enzon_seed:
name: "enzon seed"
description: "The seed of an enzon plant."
+ whatnot:
+ tags:
+ - "seed"
+ ripen_duration:
+ base: 50400 # 14 hours
+ harvest_activity: "harvest_enzon"
+mudtub:
+ name: "mudtub"
+ description: "A bulbous, brown tuber that smells terrible and tastes like nothing."
+midoras:
+ name: "midoras"
+ description: "A dark green vegetable with massive leaves many times the size of its stalk."
+templis:
+ name: "templis"
+ description: "A plant consisting of thin stems from which dangle small, yellow, oblong peppers."
+enzon:
+ name: "enzon"
+ description: >-
+ A huge, black vegetable that grows from a vine. Looks like a giant seed, but its insides contain white, meaty
+ flesh.
iron_lockpicks:
name: "iron lockpicks"
description: "Tools for getting into places other people -- or things -- don't want you to be."
@@ -427,6 +474,22 @@ stone_axe:
- type: "stat_change"
gid: "power"
modifier: 1
+stone_spade:
+ name: "stone spade"
+ description: "An old spade found in some ruins."
+ whatnot:
+ equip_slots:
+ - "mainhand"
+ equip_effects:
+ - type: "stat_change"
+ gid: "magiculture_speed"
+ modifier: 60
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 0
+ - type: "stat_change"
+ gid: "power"
+ modifier: 1
iron_pickaxe:
name: "iron pickaxe"
description: "A pickaxe made of iron."
@@ -459,6 +522,22 @@ iron_axe:
- type: "stat_change"
gid: "power"
modifier: 2
+iron_spade:
+ name: "iron spade"
+ description: "A spade made of iron."
+ whatnot:
+ equip_slots:
+ - "mainhand"
+ equip_effects:
+ - type: "stat_change"
+ gid: "magiculture_speed"
+ modifier: 80
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 1
+ - type: "stat_change"
+ gid: "power"
+ modifier: 2
arcanite_pickaxe:
name: "arcanite pickaxe"
description: "A pickaxe made of arcanite."
@@ -499,6 +578,26 @@ arcanite_axe:
- type: "stat_change"
gid: "power"
modifier: 3
+arcanite_spade:
+ name: "arcanite spade"
+ description: "A spade made of arcanite."
+ whatnot:
+ equip_slots:
+ - "mainhand"
+ equip_requirements:
+ - type: "skill"
+ gid: "magiculture"
+ level: 10
+ equip_effects:
+ - type: "stat_change"
+ gid: "magiculture_speed"
+ modifier: 100
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 2
+ - type: "stat_change"
+ gid: "power"
+ modifier: 3
aethermesh:
name: "aethermesh"
description: "A tool for manatrawl."