Dunes of snow roll across the treeline slope, their deep furrows hiding ridges and rises. From time to time, a low rumbling can be heard over the howling wind, but its origin cannot be ascertained. The air is beyond cold. |
Obvious paths: northeast, 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 'northeast'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2896
|
;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
|
2898
|
Full Room Info
{
"climate": "snowy, arctic",
"description": [
"Dunes of snow roll across the treeline slope, their deep furrows hiding ridges and rises. From time to time, a low rumbling can be heard over the howling wind, but its origin cannot be ascertained. The air is beyond cold."
],
"id": 2897,
"image": "imt-east_west_north_gates-1668398077.png",
"image_coords": [
1078,
312,
1088,
322
],
"location": "the Sleeping Lady Mountains",
"paths": [
"Obvious paths: northeast, west"
],
"tags": [
"some arctic moss",
"small loganberry",
"some tundra grass",
"orange rowanberry",
"some wingstem root",
"some valerian root",
"sassafras leaf",
"sweetfern stalk",
"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",
"ironfern root",
"bolmara lichen",
"meta:forage-sensed",
"sunburst blossom",
"wingstem root",
"meta:forage-sensed:day:2022-11"
],
"terrain": "mountainous",
"timeto": {
"2896": 7.0,
"2898": 7.0
},
"title": [
"[Southern Slopes, Treeline]"
],
"uid": [
4560033
],
"wayto": {
"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 'northeast'\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",
"2898": ";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"
}
}