diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/activities.yml b/data/activities.yml index a24c58b..3d3dc7b 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -486,13 +486,13 @@ craft_crude_iron_ingot: cost: - type: "item" gid: "crude_iron_ore" - quantity: 10 + quantity: 8 results: - type: "item" gid: "crude_iron_ingot" xp: - gid: "otherforge" - value: 4 + value: 6 craft_iron_ingot: name: "Smelt Iron Ingot" description: "Smelt an iron ingot." @@ -514,13 +514,13 @@ craft_iron_ingot: cost: - type: "item" gid: "iron_ore" - quantity: 10 + quantity: 8 results: - type: "item" gid: "iron_ingot" xp: - gid: "otherforge" - value: 8 + value: 12 craft_pure_iron_ingot: name: "Smelt Pure Iron Ingot" description: "Smelt a pure iron ingot." @@ -545,13 +545,13 @@ craft_pure_iron_ingot: cost: - type: "item" gid: "pure_iron_ore" - quantity: 10 + quantity: 8 results: - type: "item" gid: "pure_iron_ingot" xp: - gid: "otherforge" - value: 12 + value: 18 craft_arcanite_ingot: name: "Smelt Arcanite Ingot" description: "Smelt an arcanite ingot." @@ -585,7 +585,7 @@ craft_arcanite_ingot: gid: "arcanite_ingot" xp: - gid: "otherforge" - value: 16 + value: 24 craft_purify_crude_iron_ingot: name: "Purify Crude Iron Ingot" description: "Purify crude iron ingots into an iron ingot." @@ -607,13 +607,13 @@ craft_purify_crude_iron_ingot: cost: - type: "item" gid: "crude_iron_ingot" - quantity: 5 + quantity: 4 results: - type: "item" gid: "iron_ingot" xp: - gid: "otherforge" - value: 8 + value: 12 craft_purify_iron_ingot: name: "Purify Iron Ingot" description: "Purify iron ingots into a pure iron ingot." @@ -638,13 +638,13 @@ craft_purify_iron_ingot: cost: - type: "item" gid: "iron_ingot" - quantity: 5 + quantity: 4 results: - type: "item" gid: "pure_iron_ingot" xp: - gid: "otherforge" - value: 12 + value: 18 craft_iron_lockpicks: name: "Craft Iron Lockpicks" description: "Craft iron lockpicks." |