summaryrefslogtreecommitdiff
path: root/data/activities.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-13 11:53:14 -0400
committerDavid Gay <david@davidgay.org>2021-06-13 12:30:33 -0400
commit04792306a8736dccaec8aeeb5d33b16718ca5cd8 (patch)
tree4a15d1aef83b9d29b556ead5b256f368ab625ac2 /data/activities.yml
parentc3a80543e46bcf5c0ba20b73a4733cee3d9fd6ac (diff)
Four initial omens
Diffstat (limited to 'data/activities.yml')
-rw-r--r--data/activities.yml133
1 files changed, 133 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 522d24f..58bba2d 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -2710,3 +2710,136 @@ beastslay_leviathan_floret_region:
- type: "monster_spawn"
location: "floret_region"
chance: 1
+craft_faint_hope:
+ name: "Bind faint hope"
+ description: "Bind an omen of faint hope."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "binding_array"
+ level: 1
+ duration:
+ base: 60
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "omenbind"
+ scale_value: 1
+ - type: "stat"
+ gid: "omenbind_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "vestige"
+ quantity: 5
+ - type: "item"
+ gid: "arcane_dust"
+ quantity: 10
+ results:
+ - type: "item"
+ gid: "faint_hope"
+ xp:
+ - gid: "omenbind"
+ value: 6
+craft_fleeting_glimpse:
+ name: "Bind fleeting glimpse"
+ description: "Bind a fleeting glimpse omen."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "binding_array"
+ level: 1
+ - type: "skill"
+ gid: "omenbind"
+ level: 3
+ duration:
+ base: 65
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "omenbind"
+ scale_value: 1
+ - type: "stat"
+ gid: "omenbind_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "vestige"
+ quantity: 8
+ - type: "item"
+ gid: "shimmering_essence"
+ quantity: 1
+ results:
+ - type: "item"
+ gid: "fleeting_glimpse"
+ xp:
+ - gid: "omenbind"
+ value: 12
+craft_bright_token:
+ name: "Bind bright token"
+ description: "Bind a bright token omen."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "binding_array"
+ level: 1
+ - type: "skill"
+ gid: "omenbind"
+ level: 6
+ duration:
+ base: 70
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "omenbind"
+ scale_value: 1
+ - type: "stat"
+ gid: "omenbind_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "vestige"
+ quantity: 12
+ - type: "item"
+ gid: "gem_dust"
+ quantity: 1
+ results:
+ - type: "item"
+ gid: "bright_token"
+ xp:
+ - gid: "omenbind"
+ value: 16
+craft_sign_of_solace:
+ name: "Bind sign of solace"
+ description: "Bind a sign of solace."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "binding_array"
+ level: 2
+ - type: "skill"
+ gid: "omenbind"
+ level: 10
+ duration:
+ base: 80
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "omenbind"
+ scale_value: 1
+ - type: "stat"
+ gid: "omenbind_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "vestige"
+ quantity: 25
+ - type: "item"
+ gid: "claritas_flower"
+ quantity: 1
+ results:
+ - type: "item"
+ gid: "sign_of_solace"
+ xp:
+ - gid: "omenbind"
+ value: 22