From 23178917e0d415ac17aab9a8077a124c3254f124 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 3 May 2021 18:29:04 -0400 Subject: Add Locations --- data/activities.yml | 1 + data/locations.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 data/locations.yml (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 15bd3e2..f03c15e 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1,6 +1,7 @@ quarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." + location: "floret_region" whatnot: duration: base: 70 diff --git a/data/locations.yml b/data/locations.yml new file mode 100644 index 0000000..480fc30 --- /dev/null +++ b/data/locations.yml @@ -0,0 +1,4 @@ +floret_region: + name: "Floret Region" + description: "A land not too far from the great city of Morning nestled against the Sor River." + whatnot: -- cgit v1.2.3