A rugged butte beckons from above, marking the upwards end of the pitted mountain slope. Slick ice covers its rocky surface, making what would already be a difficult climb even more dangerous. The wind tugs incessantly, trying to pluck you from this frozen perch. |
Obvious paths: 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 'down'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2895
|
;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 butte'
if result =~ /^Rushing heedlessly/
haste.cast if haste.known? && haste.affordable? && !haste.active?
fput 'stand'
$go2_restart = true
end
|
2886
|
Full Room Info
{
"climate": "snowy, arctic",
"description": [
"A rugged butte beckons from above, marking the upwards end of the pitted mountain slope. Slick ice covers its rocky surface, making what would already be a difficult climb even more dangerous. The wind tugs incessantly, trying to pluck you from this frozen perch."
],
"id": 2894,
"image": "imt-east_west_north_gates-1668398077.png",
"image_coords": [
1105,
234,
1115,
244
],
"location": "the Sleeping Lady Mountains",
"paths": [
"Obvious paths: down"
],
"tags": [
"sweetfern stalk",
"some valerian root",
"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",
"small loganberry",
"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": {
"2886": 0.2,
"2895": 7.0
},
"title": [
"[Southern Slopes, Icy Climb]"
],
"uid": [
4560036
],
"wayto": {
"2886": ";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 butte'\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",
"2895": ";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"
}
}