diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 16 | ||||
-rw-r--r-- | data/items.yml | 6 |
2 files changed, 22 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index cf494c1..2395f82 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -33,6 +33,22 @@ construct_forge_level1: - type: "hearth_amenity" gid: "forge" level: 1 +craft_pig_iron_ingot: + name: "Smelt Pig Iron Ingot" + description: "Smelt a pig iron ingot." + whatnot: + duration: + base: 70 + minimum: 35 + scaling: + otherforge: 2 + cost: + - type: "item" + gid: "crude_iron_ore" + quantity: 10 + results: + - type: "item" + gid: "pig_iron_ingot" quarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." diff --git a/data/items.yml b/data/items.yml index 06bd627..3d1adef 100644 --- a/data/items.yml +++ b/data/items.yml @@ -43,6 +43,12 @@ yellow_beryl: whatnot: xp_value: planequarry: 50 +pig_iron_ingot: + name: "pig iron ingot" + description: "Low quality iron ingot meant to be remelted for further use." + whatnot: + xp_value: + otherforge: 15 iron_short_sword: name: "Iron short sword" description: "A short sword made of iron." |