diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 33 | ||||
-rw-r--r-- | data/conditions.yml | 8 | ||||
-rw-r--r-- | data/items.yml | 9 |
3 files changed, 49 insertions, 1 deletions
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." |