The wintry winds are unable to invade this narrow chute. Formed by a fracture in the slope, it slices vertically through the basalt, a deep scar marring the mountain. To either side, dark rock walls constrict the narrow space available. An outcropping looms overhead, capping the upper end of the chute. |
Obvious exits: down |
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 'climb outcropping'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2884
|
;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 'down'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2881
|
Full Room Info
{
"description": [
"The wintry winds are unable to invade this narrow chute. Formed by a fracture in the slope, it slices vertically through the basalt, a deep scar marring the mountain. To either side, dark rock walls constrict the narrow space available. An outcropping looms overhead, capping the upper end of the chute."
],
"id": 2883,
"image": "imt-east_west_north_gates-1668398077.png",
"image_coords": [
1321,
229,
1331,
239
],
"location": "the Sleeping Lady Mountains",
"paths": [
"Obvious exits: down"
],
"tags": [
"some wingstem root",
"ironfern root",
"bolmara lichen",
"meta:forage-sensed",
"wingstem root",
"meta:forage-sensed:day:2022-11"
],
"timeto": {
"2881": 7.0,
"2884": 0.2
},
"title": [
"[Northern Slopes, Narrow Chute]"
],
"uid": [
4560047
],
"wayto": {
"2881": ";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 'down'\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",
"2884": ";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 'climb outcropping'\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"
}
}