From aa64fb57f541564b65d753f06333db238f655bfe Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 2 Jun 2021 22:43:03 -0400 Subject: Some tweaks and fixes for magiculture --- data/activities.yml | 24 ++++++++++++------------ data/hearth_amenities.yml | 2 +- data/items.yml | 8 ++++---- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 7ab2413..ab199c1 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -252,9 +252,9 @@ harvest_mudtub: xp: - gid: "magiculture" value: 10 -plant_midorias_seed: - name: "Plant Midorias Seed" - description: "Plant a midorias seed." +plant_midoras_seed: + name: "Plant Midoras Seed" + description: "Plant a midoras seed." whatnot: requirements: - type: "hearth_amenity" @@ -274,13 +274,13 @@ plant_midorias_seed: scale_value: 1 cost: - type: "item" - gid: "midorias_seed" + gid: "midoras_seed" results: - type: "hearth_planting" - gid: "midorias_seed" -harvest_midorias: - name: "Harvest Midorias" - description: "Harvest a midorias." + gid: "midoras_seed" +harvest_midoras: + name: "Harvest Midoras" + description: "Harvest a midoras." whatnot: requirements: - type: "hearth_amenity" @@ -300,10 +300,10 @@ harvest_midorias: scale_value: 1 cost: - type: "hearth_planting" - gid: "midorias_seed" + gid: "midoras_seed" results: - type: "item" - gid: "midorias" + gid: "midoras" xp: - gid: "magiculture" value: 15 @@ -1638,7 +1638,7 @@ wealdreap_twil_woods: xp: - gid: "wealdreap" value: 10 - - gid: "midorias_seed" + - gid: "midoras_seed" score: 0.45 xp: - gid: "wealdreap" @@ -1699,7 +1699,7 @@ wealdreap_twil_grove: xp: - gid: "wealdreap" value: 10 - - gid: "midorias_seed" + - gid: "midoras_seed" score: 0.30 xp: - gid: "wealdreap" diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml index 9d6aeb3..e660a92 100644 --- a/data/hearth_amenities.yml +++ b/data/hearth_amenities.yml @@ -55,7 +55,7 @@ listern_font: loamspire: name: "Loamspire" description: >- - A tower of teired planting areas filled with imbued soil. Fruits, vegetables, roots, and herbs can be grown here. + A tower of tiered planting areas filled with imbued soil. Fruits, vegetables, roots, and herbs can be grown here. whatnot: construct_activities: - level: 1 diff --git a/data/items.yml b/data/items.yml index 6dc187a..1a5c00e 100644 --- a/data/items.yml +++ b/data/items.yml @@ -395,15 +395,15 @@ mudtub_seed: ripen_duration: base: 28800 # 8 hours harvest_activity: "harvest_mudtub" -midorias_seed: - name: "midorias seed" - description: "The seed of a midorias plant." +midoras_seed: + name: "midoras seed" + description: "The seed of a midoras plant." whatnot: tags: - "seed" ripen_duration: base: 36000 # 10 hours - harvest_activity: "harvest_midorias" + harvest_activity: "harvest_midoras" templis_seed: name: "templis seed" description: "The seed of a templis plant." -- cgit v1.2.3