From 888bcdc0492ff3587e9f2916993a82b9f27c61f1 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 3 Jun 2021 19:30:53 -0400 Subject: New items: midoras spice, midoras mudtub mash --- data/activities.yml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++ data/conditions.yml | 15 +++++++++++-- data/items.yml | 12 ++++++++++ 3 files changed, 90 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 1d50805..fafcc6c 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -2078,3 +2078,68 @@ craft_mudtub_mash: xp: - gid: "spicework" value: 8 +craft_midoras_spice: + name: "Craft midoras spice" + description: "Craft some midoras spice." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "spicebench" + level: 1 + - type: "skill" + gid: "spicework" + level: 2 + duration: + base: 70 + minimum: 35 + scaling: + - type: "skill" + gid: "spicework" + scale_value: 1 + - type: "stat" + gid: "spicework_speed" + scale_value: 1 + cost: + - type: "item" + gid: "midoras" + quantity: 1 + results: + - type: "item" + gid: "midoras_spice" + xp: + - gid: "spicework" + value: 12 +craft_midoras_mudtub_mash: + name: "Craft midoras mudtub mash" + description: "Cook up some midoras mudtub mash." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "spicebench" + level: 1 + - type: "skill" + gid: "spicework" + level: 2 + duration: + base: 70 + minimum: 35 + scaling: + - type: "skill" + gid: "spicework" + scale_value: 1 + - type: "stat" + gid: "spicework_speed" + scale_value: 1 + cost: + - type: "item" + gid: "midoras_spice" + quantity: 1 + - type: "item" + gid: "mudtub_mash" + quantity: 1 + results: + - type: "item" + gid: "midoras_mudtub_mash" + xp: + - gid: "spicework" + value: 10 diff --git a/data/conditions.yml b/data/conditions.yml index bf255f2..42dc03a 100644 --- a/data/conditions.yml +++ b/data/conditions.yml @@ -43,7 +43,18 @@ mudtub_mash: name: "mudtub mash" description: "Incrases max HP by 1." whatnot: - - effects: - type: "stat_change" + effects: + - type: "stat_change" + gid: "max_hp" + modifier: 1 +midoras_mudtub_mash: + name: "midoras mudtub mash" + description: "Incrases max HP and accuracy by 1." + whatnot: + effects: + - type: "stat_change" gid: "max_hp" modifier: 1 + - type: "stat_change" + gid: "accuracy" + modifier: 1 diff --git a/data/items.yml b/data/items.yml index a6527bb..6e20474 100644 --- a/data/items.yml +++ b/data/items.yml @@ -649,6 +649,18 @@ mudtub_mash: gid: "mudtub_mash" duration: 7200 # 2 hours message: "The mash is bland -- uncomfortably tasteless. But it'll get you through." +midoras_spice: + name: "midoras spice" + description: "A biting spice made from the fruit of the midoras plant." +midoras_mudtub_mash: + name: "midoras mudtub mash" + description: "Spiced mudtub mash. Tastes like spice." + whatnot: + use_effects: + - type: "condition" + gid: "midoras_mudtub_mash" + duration: 7200 # 2 hours + message: "The mash fills your mouth with a biting tingle." gem_dust: name: "gem dust" description: "Dust resulting from the crushing of a gem." -- cgit v1.2.3