diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 154 |
1 files changed, 153 insertions, 1 deletions
diff --git a/data/activities.yml b/data/activities.yml index 540ba15..4f868a8 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -487,10 +487,162 @@ craft_iron_shield: quantity: 8 results: - type: "item" - gid: "iron_buckler" + gid: "iron_shield" + xp: + - gid: "otherforge" + value: 40 +craft_arcanite_dagger: + name: "Craft Arcanite Dagger" + description: "Craft an arcanite dagger." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 2 + - type: "skill" + gid: "otherforge" + level: 11 + duration: + base: 130 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcanite_ingot" + quantity: 2 + results: + - type: "item" + gid: "arcanite_dagger" + xp: + - gid: "otherforge" + value: 30 +craft_arcanite_short_sword: + name: "Craft Arcanite Short Sword" + description: "Craft an arcanite short sword." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 2 + - type: "skill" + gid: "otherforge" + level: 13 + duration: + base: 145 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcanite_ingot" + quantity: 4 + results: + - type: "item" + gid: "arcanite_short_sword" + xp: + - gid: "otherforge" + value: 60 +craft_arcanite_longsword: + name: "Craft Arcanite Longsword" + description: "Craft an arcanite longsword." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 2 + - type: "skill" + gid: "otherforge" + level: 15 + duration: + base: 170 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcanite_ingot" + quantity: 7 + results: + - type: "item" + gid: "arcanite_longsword" + xp: + - gid: "otherforge" + value: 100 +craft_arcanite_buckler: + name: "Craft Arcanite Buckler" + description: "Craft an arcanite buckler." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 2 + duration: + base: 130 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcanite_ingot" + quantity: 4 + results: + - type: "item" + gid: "arcanite_buckler" xp: - gid: "otherforge" value: 40 +craft_arcanite_shield: + name: "Craft Arcanite Shield" + description: "Craft an arcanite shield." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 2 + - type: "skill" + gid: "otherforge" + level: 14 + duration: + base: 170 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcanite_ingot" + quantity: 8 + results: + - type: "item" + gid: "arcanite_shield" + xp: + - gid: "otherforge" + value: 80 craft_iron_pickaxe: name: "Craft Iron Pickaxe" description: "Craft an iron pickaxe." |