diff options
author | David Gay <david@davidgay.org> | 2021-06-09 21:06:56 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-09 21:06:56 -0400 |
commit | 1ae9860698a33b47eb2d77acbcb7ad28a8edc7c6 (patch) | |
tree | e850b6d14936757cf6d66fe9e87b0ac7fd29f8fa /data | |
parent | 42f064f34490f41a32ad4428af850a3d2035673f (diff) |
Fix spelling of laboratory
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 40 | ||||
-rw-r--r-- | data/hearth_amenities.yml | 8 |
2 files changed, 24 insertions, 24 deletions
diff --git a/data/activities.yml b/data/activities.yml index ca168a3..ee5ac76 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -60,9 +60,9 @@ construct_forge_level2: - type: "hearth_amenity" gid: "forge" level: 2 -construct_labratory_level1: - name: "Construct Labratory Level 1" - description: "Build a level 1 labratory." +construct_laboratory_level1: + name: "Construct laboratory Level 1" + description: "Build a level 1 laboratory." whatnot: requirements: - type: "hearth_amenity" @@ -79,15 +79,15 @@ construct_labratory_level1: quantity: 100 results: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 -construct_labratory_level2: - name: "Upgrade Labratory to Level 2" - description: "Upgrade your labratory to level 2." +construct_laboratory_level2: + name: "Upgrade laboratory to Level 2" + description: "Upgrade your laboratory to level 2." whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 duration: base: 2400 @@ -109,7 +109,7 @@ construct_labratory_level2: quantity: 1 results: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 2 construct_listern_font_level1: name: "Construct Listern Font Level 1" @@ -1565,7 +1565,7 @@ craft_mending_salve: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 duration: base: 90 @@ -1596,7 +1596,7 @@ craft_manadross_tincture: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -1633,7 +1633,7 @@ craft_lusterlight_tincture: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -1670,7 +1670,7 @@ craft_quarrying_draught: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -1704,7 +1704,7 @@ craft_reaping_draught: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -1738,7 +1738,7 @@ craft_trawling_draught: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -1772,7 +1772,7 @@ craft_woodflesh_potion: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -1806,7 +1806,7 @@ craft_lightblood_potion: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -1843,7 +1843,7 @@ craft_mercuria_potion: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 - type: "skill" gid: "fluxseethe" @@ -2418,7 +2418,7 @@ craft_gem_dust_from_red_beryl: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 duration: base: 60 @@ -2446,7 +2446,7 @@ craft_gem_dust_from_tourmaline: whatnot: requirements: - type: "hearth_amenity" - gid: "labratory" + gid: "laboratory" level: 1 duration: base: 60 diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml index a2e2e89..16cb572 100644 --- a/data/hearth_amenities.yml +++ b/data/hearth_amenities.yml @@ -19,15 +19,15 @@ forge: level: 2 gid: "otherforge_speed" modifier: 4 -labratory: - name: "Labratory" +laboratory: + name: "laboratory" description: "A table and some containers, sufficient for practicing the fluxseethe skill." whatnot: construct_activities: - level: 1 - gid: "construct_labratory_level1" + gid: "construct_laboratory_level1" - level: 2 - gid: "construct_labratory_level2" + gid: "construct_laboratory_level2" effects: - type: "stat_change" level: 2 |