diff options
author | David Gay <david@davidgay.org> | 2021-05-20 18:39:20 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-20 18:39:20 -0400 |
commit | b0998224427594acda8e4e8419a945c20c062568 (patch) | |
tree | 8da46effc1122281f4349f4800a12fd5076352d5 /data | |
parent | c25a079be25cc0aadf85119d97d8e1b9395b15fb (diff) |
Implement learned activities
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 |