summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--data/activities.yml80
-rw-r--r--data/items.yml19
3 files changed, 104 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49dc138..ff8fe3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,10 +19,12 @@ All notable changes to this project will be documented in this file.
do not see a timer reduction for, it's a bug.
- Rested time is used at the end of the activity, when the timer runs out, like other calculations. If you stop
your activity before it finishes, rested time will not be used.
-- New beastslay activity: the Hopegraves
-- New fluxseethe activity: brew trawling draught
+- New Beastslay activity: the Hopegraves
+- New Fluxseethe activities: brew trawling draught, distill lusterlight tincture
+- New Otherforge activity: craft onus of vision
- New monsters: bollyrot, crypt writhe
-- New items: bollyrot acerbic, black gizzard, bollyrot trophy, crypt writhe trophy, trawling draught
+- New items: bollyrot acerbic, black gizzard, bollyrot trophy, crypt writhe trophy, trawling draught, lusterlight
+ tincture, onus of vision
- Players can now update their email, change their password, or delete their account via a "Manage account" link,
temporarily located on their Character page.
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