diff options
author | David Gay <david@davidgay.org> | 2021-05-30 13:28:50 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-30 13:28:50 -0400 |
commit | 02933c6c9c31025c871b073beefaceed39dd3d01 (patch) | |
tree | 2109419e2bdd0170443482047129171b0ff7bfb8 /data | |
parent | 9f4955a2144756bcbe683f34eef1262e3f25c1cd (diff) |
New activity: smelt pure iron ingot
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/data/activities.yml b/data/activities.yml index 44f8d02..8187a5f 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -199,6 +199,34 @@ craft_iron_ingot: xp: - gid: "otherforge" value: 8 +craft_pure_iron_ingot: + name: "Smelt Pure Iron Ingot" + description: "Smelt a pure iron ingot." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 90 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "pure_iron_ore" + quantity: 10 + results: + - type: "item" + gid: "pure_iron_ingot" + xp: + - gid: "otherforge" + value: 12 craft_purify_pig_iron_ingot: name: "Purify Pig Iron Ingot" description: "Purify pig iron ingots into an iron ingot." @@ -234,7 +262,7 @@ craft_purify_iron_ingot: requirements: - type: "hearth_amenity" gid: "forge" - level: 1 + level: 2 duration: base: 115 minimum: 35 |