From 9c015e16340c80a35aad1cde299218c650f5ba35 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 7 Jul 2021 21:10:29 -0400 Subject: Lusterlight brand omen, and make lusterlight tincture only craftable during firstlight --- data/activities.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'data/activities.yml') diff --git a/data/activities.yml b/data/activities.yml index f141500..bafb674 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1923,6 +1923,9 @@ craft_lusterlight_tincture: - type: "skill" gid: "fluxseethe" level: 7 + - type: "time_of_day" + times: + - "firstlight" duration: base: 180 minimum: 35 @@ -3170,6 +3173,40 @@ craft_faint_weaving_haste: xp: - gid: "omenbind" value: 12 +craft_lusterlight_brand: + name: "Bind lusterlight brand" + description: "Bind an omen of lusterlight." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "binding_array" + level: 2 + - type: "skill" + gid: "omenbind" + level: 11 + duration: + base: 92 + minimum: 35 + scaling: + - type: "skill" + gid: "omenbind" + scale_value: 0.5 + - type: "stat" + gid: "omenbind_speed" + scale_value: 1 + cost: + - type: "item" + gid: "lusterlight_tincture" + quantity: 1 + - type: "item" + gid: "vestige" + quantity: 20 + results: + - type: "item" + gid: "lusterlight_brand" + xp: + - gid: "omenbind" + value: 18 craft_minor_mana: name: "Bind minor mana" description: "Bind an omen of minor mana." -- cgit v1.2.3