Snow covers the large rocks and boulders that have found a perch along the mountainside. Further below, majestic spruce, maple and aspen trees decorate the slopes, but not here. This far up the mountain, only a few stunted scrub pines have managed to take root. |
Obvious paths: east, west |
Map: imt-east_west_north_gates-1668398077.png |
| | | | | | | | | |
Exit
|
Connecting Room
|
;e
resolve=Spell['Sigil of Resolve']
haste=Spell['Haste']
if $go2_ice_mode == :wait || Skills.survival < 50 || percentencumbrance >= 50
echo 'trying not to slip...'; sleep 6
elsif resolve.known? && resolve.affordable? && !resolve.active?
resolve.cast
end
result = fput 'east'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2897
|
;e
resolve=Spell['Sigil of Resolve']
haste=Spell['Haste']
if $go2_ice_mode == :wait || Skills.survival < 50 || percentencumbrance >= 50
echo 'trying not to slip...'; sleep 6
elsif resolve.known? && resolve.affordable? && !resolve.active?
resolve.cast
end
result = fput 'west'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2899
|
go stairway
|
2901
|
Full Room Info
{
"climate": "snowy, arctic",
"description": [
"Snow covers the large rocks and boulders that have found a perch along the mountainside. Further below, majestic spruce, maple and aspen trees decorate the slopes, but not here. This far up the mountain, only a few stunted scrub pines have managed to take root."
],
"id": 2898,
"image": "imt-east_west_north_gates-1668398077.png",
"image_coords": [
1052,
313,
1062,
323
],
"location": "the Sleeping Lady Mountains",
"paths": [
"Obvious paths: east, west"
],
"tags": [
"orange rowanberry",
"some tundra grass",
"some arctic moss",
"light red iceblossom",
"fiery red iceblossom",
"soft orange iceblossom",
"ice blue iceblossom",
"soft yellow iceblossom",
"winter rose",
"small loganberry",
"snow white iceblossom",
"bright green iceblossom",
"pale violet iceblossom",
"lavender iceblossom",
"some wingstem root",
"some valerian root",
"handful of snowberries",
"calamintha blossom",
"sassafras leaf",
"sweetfern stalk",
"angelica root",
"valerian root",
"pennyroyal stem",
"edelweiss",
"iceblossoms",
"snow lily",
"arctic moss",
"tundra grass",
"golden aster",
"snowberries",
"pale thornberry",
"red winterberry",
"rockberry",
"crowberry",
"lingonberry",
"ironfern root",
"bolmara lichen",
"meta:forage-sensed",
"sunburst blossom",
"wingstem root",
"meta:forage-sensed:day:2022-11"
],
"terrain": "mountainous",
"timeto": {
"2897": 0.2,
"2899": 7.0,
"2901": 0.2
},
"title": [
"[Southern Slopes, Treeline]"
],
"uid": [
4560032
],
"wayto": {
"2897": ";e \n\t\tresolve=Spell['Sigil of Resolve']\n\t\thaste=Spell['Haste']\n\t\tif $go2_ice_mode == :wait || Skills.survival < 50 || percentencumbrance >= 50\n\t\t\techo 'trying not to slip...'; sleep 6\n\t\telsif resolve.known? && resolve.affordable? && !resolve.active?\n\t\t\tresolve.cast\n\t\tend\n\t\tresult = fput 'east'\n\t\tif result =~ /^Rushing heedlessly/\n\t\t\thaste.cast if haste.known? && haste.affordable? && !haste.active?\n\t\t\tfput 'stand'\n\t\t\t$go2_restart = true\n\t\tend\n\t",
"2899": ";e \n\t\tresolve=Spell['Sigil of Resolve']\n\t\thaste=Spell['Haste']\n\t\tif $go2_ice_mode == :wait || Skills.survival < 50 || percentencumbrance >= 50\n\t\t\techo 'trying not to slip...'; sleep 6\n\t\telsif resolve.known? && resolve.affordable? && !resolve.active?\n\t\t\tresolve.cast\n\t\tend\n\t\tresult = fput 'west'\n\t\tif result =~ /^Rushing heedlessly/\n\t\t\thaste.cast if haste.known? && haste.affordable? && !haste.active?\n\t\t\tfput 'stand'\n\t\t\t$go2_restart = true\n\t\tend\n\t",
"2901": "go stairway"
}
}