summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml80
-rw-r--r--data/items.yml19
2 files changed, 99 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 39487af..a8cec7c 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -791,6 +791,49 @@ craft_arcanite_axe:
xp:
- gid: "otherforge"
value: 30
+craft_onus_of_vision:
+ name: "Craft onus of vision"
+ description: "Craft an onus of vision."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "forge"
+ level: 1
+ - type: "skill"
+ gid: "otherforge"
+ level: 5
+ duration:
+ base: 170
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "otherforge"
+ scale_value: 1
+ - type: "stat"
+ gid: "otherforge_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "pure_iron_ingot"
+ quantity: 1
+ - type: "item"
+ gid: "warped_eyestalk"
+ quantity: 1
+ - type: "item"
+ gid: "waning_light"
+ quantity: 1
+ - type: "item"
+ gid: "yellow_beryl"
+ quantity: 1
+ - type: "item"
+ gid: "lusterlight_tincture"
+ quantity: 1
+ results:
+ - type: "item"
+ gid: "onus_of_vision"
+ xp:
+ - gid: "otherforge"
+ value: 110
craft_mending_salve:
name: "Mix mending salve"
description: "Mix a mending salve."
@@ -859,6 +902,43 @@ craft_manadross_tincture:
xp:
- gid: "fluxseethe"
value: 70
+craft_lusterlight_tincture:
+ name: "Distill lusterlight tincture"
+ description: "Create a lusterlight tincture."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "labratory"
+ level: 1
+ - type: "skill"
+ gid: "fluxseethe"
+ level: 7
+ duration:
+ base: 180
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "fluxseethe"
+ scale_value: 1
+ - type: "stat"
+ gid: "fluxseethe_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "shimmering_essence"
+ quantity: 15
+ - type: "item"
+ gid: "claritas_flower"
+ quantity: 1
+ - type: "item"
+ gid: "discord_pome"
+ quantity: 1
+ results:
+ - type: "item"
+ gid: "lusterlight_tincture"
+ xp:
+ - gid: "fluxseethe"
+ value: 100
craft_quarrying_draught:
name: "Brew quarrying draught"
description: "Brew a quarrying draught."
diff --git a/data/items.yml b/data/items.yml
index 3d68838..cc7a175 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -273,6 +273,9 @@ wisp_of_the_current:
manadross_tincture:
name: "manadross tincture"
description: "A clear, blue-tinted liquid containing a swirling, silver cloud."
+lusterlight_tincture:
+ name: "lusterlight tincture"
+ description: "A radiant liquid, though it is truly transparent, it appears white -- an optical illusion of its glow."
waning_light:
name: "waning light"
description: "A fading, yellow light taken from the eye socket of a trodgeathomp."
@@ -544,3 +547,19 @@ bollyrot_acerbic:
black_gizzard:
name: "black gizzard"
description: "An organ from a crypt writhe."
+onus_of_vision:
+ name: "onus of vision"
+ description: "A heavy chain necklace bearing a glowing yellow beryl."
+ whatnot:
+ equip_slots:
+ - "neck"
+ equip_effects:
+ - type: "stat_change"
+ gid: "accuracy"
+ modifier: 2
+ - type: "stat_change"
+ gid: "evasion"
+ modifier: 2
+ - type: "stat_change"
+ gid: "speed"
+ modifier: -2