diff options
author | David Gay <david@davidgay.org> | 2021-05-30 13:27:55 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-30 13:27:55 -0400 |
commit | 9f4955a2144756bcbe683f34eef1262e3f25c1cd (patch) | |
tree | f16ae849929ce8a3d48724af16d0d50be28a33d3 /data | |
parent | 738f4842132047b94e851e8dc7c0ffeeb6ea677e (diff) |
New activity: purify 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 b15d2e0..44f8d02 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -201,7 +201,7 @@ craft_iron_ingot: value: 8 craft_purify_pig_iron_ingot: name: "Purify Pig Iron Ingot" - description: "Purify an pig iron ingots into an iron ingot." + description: "Purify pig iron ingots into an iron ingot." whatnot: requirements: - type: "hearth_amenity" @@ -227,6 +227,34 @@ craft_purify_pig_iron_ingot: xp: - gid: "otherforge" value: 8 +craft_purify_iron_ingot: + name: "Purify Iron Ingot" + description: "Purify iron ingots into a pure iron ingot." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 115 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "iron_ingot" + quantity: 10 + results: + - type: "item" + gid: "pure_iron_ingot" + xp: + - gid: "otherforge" + value: 12 craft_iron_lockpicks: name: "Craft Iron Lockpicks" description: "Craft iron lockpicks." |