diff options
| author | U-DESKTOP-FOJ6TK1\Alex <alex@cogarr.net> | 2025-02-12 17:25:25 -0600 |
|---|---|---|
| committer | U-DESKTOP-FOJ6TK1\Alex <alex@cogarr.net> | 2025-02-12 17:25:25 -0600 |
| commit | b1c3386ca4032ac5925969d759ae2e5bc015d1f8 (patch) | |
| tree | 74e7d8797afea9df12222e149e865134ddec9479 /client/data/loc_fields.lua | |
| parent | 0aae46ecc38005236210f7e243f02cac39ab1dc3 (diff) | |
| download | home_text_adventure-b1c3386ca4032ac5925969d759ae2e5bc015d1f8.tar.gz home_text_adventure-b1c3386ca4032ac5925969d759ae2e5bc015d1f8.tar.bz2 home_text_adventure-b1c3386ca4032ac5925969d759ae2e5bc015d1f8.zip | |
Diffstat (limited to 'client/data/loc_fields.lua')
| -rw-r--r-- | client/data/loc_fields.lua | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/client/data/loc_fields.lua b/client/data/loc_fields.lua index 38ca6bf..c4bdbd9 100644 --- a/client/data/loc_fields.lua +++ b/client/data/loc_fields.lua @@ -1,28 +1,28 @@ -local locations = require("locations") -local world = require("world") - -local location = { - name = "Fields", - goto_txt = [[ -You take the path out of the city towards the open fields to the east. You -pass over rolling hills and sparse farmland. There's nothing around here! - ]], - desc = [[ -The fields are an rural area. Small farmhouses and toolsheds dot the -landscape. The occasional crop plot is planted in neat rows. You see cows -grazing on a nearby hills. There are small saplings growing out of the ground -at random intervals. - -There is a path to the City of Beginnings to the west -]], - settle_txt = [[ -You keep walking through the rolling hills until you can barely see the closest -houses to you, and mark out a plot in the mud with sticks. -]], - houses = {}, - go = { - {"west", function() return world.locations["City"] end}, - } -} - -locations.add_location(location) +local locations = require("locations")
+local world = require("world")
+
+local location = {
+ name = "Fields",
+ goto_txt = [[
+You take the path out of the city towards the open fields to the east. You
+pass over rolling hills and sparse farmland. There's nothing around here!
+ ]],
+ desc = [[
+The fields are an rural area. Small farmhouses and toolsheds dot the
+landscape. The occasional crop plot is planted in neat rows. You see cows
+grazing on a nearby hills. There are small saplings growing out of the ground
+at random intervals.
+
+There is a path to the City of Beginnings to the west
+]],
+ settle_txt = [[
+You keep walking through the rolling hills until you can barely see the closest
+houses to you, and mark out a plot in the mud with sticks.
+]],
+ houses = {},
+ go = {
+ {"west", function() return world.locations["City"] end},
+ }
+}
+
+locations.add_location(location)
|
