From 7fb0a12d6da2a02c5bf9ca0f9520f3f84de38ca1 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 3 Jun 2021 19:15:34 -0400 Subject: New item: mudtub mash --- CHANGELOG.md | 2 +- data/activities.yml | 33 ++++++++++++++++++++++++++++++++- data/conditions.yml | 8 ++++++++ data/items.yml | 9 +++++++++ 4 files changed, 50 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b2c44..51ded9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ amenities, etc that are added unless they are special in some way. ### Added - Spicework has been implemented. You can now craft food and drugs in your hearth, once you build a spicebench. - New hearth amenities: spicebench level 1, spicebench level 2 -- New items: bluster powder +- New items: bluster powder, mudtub mash ## [0.1.5] - 2021-06-03 diff --git a/data/activities.yml b/data/activities.yml index 083b18f..1d50805 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -2023,10 +2023,13 @@ craft_bluster_powder: requirements: - type: "hearth_amenity" gid: "spicebench" + level: 1 + - type: "skill" + gid: "spicework" level: 5 duration: base: 90 - minimum: 15 + minimum: 35 scaling: - type: "skill" gid: "spicework" @@ -2047,3 +2050,31 @@ craft_bluster_powder: xp: - gid: "fluxseethe" value: 17 +craft_mudtub_mash: + name: "Craft mudtub mash" + description: "Cook up some mudtub mash." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "spicebench" + level: 1 + duration: + base: 60 + minimum: 35 + scaling: + - type: "skill" + gid: "spicework" + scale_value: 1 + - type: "stat" + gid: "spicework_speed" + scale_value: 1 + cost: + - type: "item" + gid: "mudtub" + quantity: 1 + results: + - type: "item" + gid: "mudtub_mash" + xp: + - gid: "spicework" + value: 8 diff --git a/data/conditions.yml b/data/conditions.yml index 41af7fe..bf255f2 100644 --- a/data/conditions.yml +++ b/data/conditions.yml @@ -39,3 +39,11 @@ bluster_powder: - type: "stat_change" gid: "evasion" modifier: -1 +mudtub_mash: + name: "mudtub mash" + description: "Incrases max HP by 1." + whatnot: + - effects: + type: "stat_change" + gid: "max_hp" + modifier: 1 diff --git a/data/items.yml b/data/items.yml index 14b103e..a6527bb 100644 --- a/data/items.yml +++ b/data/items.yml @@ -640,6 +640,15 @@ bluster_powder: gid: "bluster_powder" duration: 600 # 10 minutes message: "The powder enrages you, increasing your power and speed but decreasing your accuracy and evasion." +mudtub_mash: + name: "mudtub mash" + description: "It's mashed mudtubs. Doesn't get any simpler than that." + whatnot: + use_effects: + - type: "condition" + gid: "mudtub_mash" + duration: 7200 # 2 hours + message: "The mash is bland -- uncomfortably tasteless. But it'll get you through." gem_dust: name: "gem dust" description: "Dust resulting from the crushing of a gem." -- cgit v1.2.3