summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-03 19:15:34 -0400
committerDavid Gay <david@davidgay.org>2021-06-03 19:15:34 -0400
commit7fb0a12d6da2a02c5bf9ca0f9520f3f84de38ca1 (patch)
tree71574781f58693fe36da04ac98e2dcb6a35b9913
parent56df91158b8aaeea1b7caab27da9f739129f52c9 (diff)
New item: mudtub mash
-rw-r--r--CHANGELOG.md2
-rw-r--r--data/activities.yml33
-rw-r--r--data/conditions.yml8
-rw-r--r--data/items.yml9
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."