Thick mist fills your vision on three sides, while on the fourth the sheer basalt wall of the cliff looms vertical and close. Sounds become muffled and distorted by the thick, damp air, preventing their location from being ascertained at all. Nothing moves in the mist or on the cliff face, and the only thing to do is continue to climb, either up through the mist, or down through the mist. |
Obvious paths: up, down |
Map: en-trail-1264234799.png |
| | | | | | | | | |
Exit
|
Connecting Room
|
;e move 'climb down'
waitrt?
fill_hands
if $group_members
clear
echo "Waiting for your group... To ditch them, ;send go "
begin
line = get
if line =~ /^(You reach out and hold )?([A-z][a-z]+)('s hand| joins your group)\.$/
$group_members.delete $2
elsif line == 'go'
break
end
end while $group_members.length > 0
end
|
1070
|
;e move 'climb up'
waitrt?
|
1072
|
Full Room Info
{
"climate": "cold, damp",
"description": [
"Thick mist fills your vision on three sides, while on the fourth the sheer basalt wall of the cliff looms vertical and close. Sounds become muffled and distorted by the thick, damp air, preventing their location from being ascertained at all. Nothing moves in the mist or on the cliff face, and the only thing to do is continue to climb, either up through the mist, or down through the mist."
],
"id": 1071,
"image": "en-trail-1264234799.png",
"image_coords": [
1247,
772,
1257,
782
],
"location": "the Locksmehr Trail",
"paths": [
"Obvious paths: up, down"
],
"tags": [
"no forageables",
"meta:forage-sensed",
"meta:forage-sensed:night:2023-01",
"meta:nomagic"
],
"terrain": "",
"timeto": {
"1070": 15.0,
"1072": 15.0
},
"title": [
"[Rope Ladder]"
],
"uid": [
13001041
],
"wayto": {
"1070": ";e move 'climb down'\nwaitrt?\nfill_hands\nif $group_members\nclear\necho \"Waiting for your group... To ditch them, ;send go \"\nbegin\nline = get\nif line =~ /^(You reach out and hold )?([A-z][a-z]+)('s hand| joins your group)\\.$/\n$group_members.delete $2\nelsif line == 'go'\nbreak\nend\nend while $group_members.length > 0\nend",
"1072": ";e move 'climb up'\nwaitrt?"
}
}