From b0998224427594acda8e4e8419a945c20c062568 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 20 May 2021 18:39:20 -0400 Subject: Implement learned activities --- data/activities.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 562e29a..01a4c88 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1,6 +1,7 @@ construct_foundation_level1: name: "Construct Foundation Level 1" description: "Build a level 1 foundation." + innate: true whatnot: duration: base: 60 @@ -18,6 +19,7 @@ construct_foundation_level1: construct_forge_level1: name: "Construct Forge Level 1" description: "Build a level 1 forge." + innate: true whatnot: requirements: - type: "hearth_amenity" @@ -36,6 +38,7 @@ construct_forge_level1: craft_pig_iron_ingot: name: "Smelt Pig Iron Ingot" description: "Smelt a pig iron ingot." + innate: true whatnot: duration: base: 70 @@ -58,6 +61,7 @@ quarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." location: "floret_region" + innate: true whatnot: duration: base: 70 -- cgit v1.2.3