diff options
-rw-r--r-- | data/activities.yml | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/data/activities.yml b/data/activities.yml index 9134033..9c88fdf 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -178,7 +178,7 @@ craft_pig_iron_ingot: gid: "pig_iron_ingot" xp: - gid: "otherforge" - value: 15 + value: 4 - type: "activity" chance: 0.025 table: @@ -213,7 +213,7 @@ craft_iron_ingot: gid: "iron_ingot" xp: - gid: "otherforge" - value: 20 + value: 8 craft_purify_pig_iron_ingot: name: "Purify Pig Iron Ingot" description: "Purify an pig iron ingots into an iron ingot." @@ -241,7 +241,36 @@ craft_purify_pig_iron_ingot: gid: "iron_ingot" xp: - gid: "otherforge" - value: 20 + value: 8 +craft_iron_lockpicks: + name: "Craft Iron Lockpicks" + description: "Craft iron lockpicks." + innate: true + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 100 + 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: 3 + results: + - type: "item" + gid: "iron_lockpicks" + xp: + - gid: "otherforge" + value: 15 craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." |