Wind carved cornices stretch across the snow filled basin, as if frozen ripples in a shimmering white pond. Formed by snow packed high upon flat spots in the slope, one will occasionally crack, sending a rush of powder sliding downwards. Luckily, none of these avalanches are large enough to be dangerous. |
Obvious paths: up, 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 'up'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2894
|
;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
|
2896
|
Full Room Info
{
"climate": "snowy, arctic",
"description": [
"Wind carved cornices stretch across the snow filled basin, as if frozen ripples in a shimmering white pond. Formed by snow packed high upon flat spots in the slope, one will occasionally crack, sending a rush of powder sliding downwards. Luckily, none of these avalanches are large enough to be dangerous.",
"Wind carved cornices stretch across the snow filled basin, as if frozen ripples in a shadowy white pond. Formed by snow packed high upon flat spots in the slope, one will occasionally crack, sending a rush of powder sliding downwards. Luckily, none of these avalanches are large enough to be dangerous."
],
"id": 2895,
"image": "imt-east_west_north_gates-1668398077.png",
"image_coords": [
1105,
259,
1115,
269
],
"location": "the Sleeping Lady Mountains",
"paths": [
"Obvious paths: up, down"
],
"tags": [
"sweetfern stalk",
"small loganberry",
"sassafras leaf",
"angelica root",
"valerian root",
"pennyroyal stem",
"edelweiss",
"iceblossoms",
"snow lily",
"winter rose",
"arctic moss",
"tundra grass",
"golden aster",
"calamintha blossom",
"snowberries",
"pale thornberry",
"red winterberry",
"rockberry",
"crowberry",
"lingonberry",
"orange rowanberry",
"ironfern root",
"bolmara lichen",
"meta:forage-sensed",
"sunburst blossom",
"wingstem root",
"meta:forage-sensed:day:2022-11"
],
"terrain": "mountainous",
"timeto": {
"2894": 7.0,
"2896": 7.0
},
"title": [
"[Southern Slopes, Icy Climb]"
],
"uid": [
4560035
],
"wayto": {
"2894": ";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 'up'\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",
"2896": ";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"
}
}