diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |