diff options
author | David Gay <david@davidgay.org> | 2021-07-07 21:10:29 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-07 21:11:20 -0400 |
commit | 9c015e16340c80a35aad1cde299218c650f5ba35 (patch) | |
tree | b471b8ea53f801d01b2cb5706d93aec3a1aadc6e /data | |
parent | 8c93c5e29eceb9e85cb3eaa7ecc25653ffc50189 (diff) |
Lusterlight brand omen, and make lusterlight tincture only craftable during firstlight
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 37 | ||||
-rw-r--r-- | data/items.yml | 13 |
2 files changed, 50 insertions, 0 deletions
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." diff --git a/data/items.yml b/data/items.yml index 44da7b5..f54b0f6 100644 --- a/data/items.yml +++ b/data/items.yml @@ -1228,6 +1228,19 @@ faint_weaving_haste: - type: "stat_change" gid: "aetherweave_speed" modifier: 2 +lusterlight_brand: + name: "lusterlight brand" + description: "A radiant omen." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "beastslay" + infix_effects: + - type: "damage" + gid: "radiant" + min: 1 + max: 3 simple_spellpage: name: "simple spellpage" description: "An old piece of parchment covered in magical script. Deciphering it can yield knowledge of a spell." |