Difference between revisions of "Cram ration"

From NetHackWiki
Jump to navigation Jump to search
(Origin: hmm, let's do it this way)
 
(17 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
   |name=cram ration
 
   |name=cram ration
 
   |cost=35
 
   |cost=35
   |nutrition=600 (700 for Dwarves)
+
   |nutrition=600 (700 for dwarves)
 
   |turns=3
 
   |turns=3
 
   |weight=15
 
   |weight=15
Line 9: Line 9:
 
}}
 
}}
  
A '''cram ration''' is a kind of [[comestible]]. It is a [[vegan]] food, and is lighter but less filling than a [[food ration]]; their base nutrition/weight ratio is the same, and as of [[NetHack 3.6.1]], [[dwarf (starting race)|dwarves]] gain an additional 100 nutrition from cram rations. [[C-ration]]s and [[K-ration]]s are similar items that can be found on Yendorian [[soldier]]s.
+
A '''cram ration''' is a kind of [[comestible]] that appears in ''[[NetHack]]''. It is a [[vegan]] food, and is lighter but less filling than a [[food ration]]; [[dwarf (starting race)|dwarves]] gain an additional 100 nutrition from cram rations.
  
Prior to [[3.6.2]], orcish non-[[Wizards]] could potentially start the game with cram rations; there is code in prior versions intended to substitute [[tripe ration]]s for cram and [[lembas wafer]]s, and 3.6.2 fixes a bug that prevented the code from working, making it no longer possible.{{refsrc|src/u_init.c|1055|version=NetHack 3.6.2}}
+
==Generation==
 +
In addition to random generation, [[Gnome (starting race)|gnomish]] and [[Human (starting race)|human]] [[Ranger]]s start the game with a stack of 4-8 cram rations.{{refsrc|src/u_init.c|119|version=NetHack 3.6.7|comment=Initial inventory for Rangers pre-substitution}}
 +
 
 +
[[Tourist]]s will sometimes start with cram rations among their initial stacks of food.{{refsrc|src/u_init.c|144|version=NetHack 3.6.7|Initial inventory for Tourists}}
  
 
==Strategy==
 
==Strategy==
Non-cursed cram rations are never [[comestible#Rotten food|rotten]], which makes them a safer option than most other comestibles if you must eat while hostile monsters are nearby—this can be particularly useful during the [[ascension run]] or an encounter with [[Famine]].
+
Non-cursed cram rations are a safer option than most other comestibles if you must eat while hostile monsters are nearby—they are never [[rotten]], relatively light and can be eaten in 3 turns.{{refsrc|src/eat.c|55|version=NetHack 3.6.7|name="nonrotting"}} This makes them particularly useful during the [[ascension run]] or an encounter with [[Famine]] in the [[Astral Plane]].
 +
 
 +
==History==
 +
Cram rations first appear in [[NetHack 3.0.0]]. The inability of non-cursed cram rations to be rotten when eaten is introduced in [[NetHack 3.6.0]]; the extra nutrition for dwarves is added in [[NetHack 3.6.1]].
 +
 
 +
When the starting races were introduced in [[NetHack 3.3.0]], [[Orc (starting race)|orcish]] player characters except for [[Wizards]] could start the game with cram rations among their random extra food items.<ref>[[NetHack 3.3.0/u_init.c#line806|NetHack 3.3.0 u_init.c, line 806]]</ref> There was intended to be code for an orcish character's initial inventory that gave them [[tripe ration]]s in place of cram rations and [[lembas wafer]]s, which is properly implemented in [[NetHack 3.6.2]].{{refsrc|src/u_init.c|222|version=NetHack 3.6.2}}{{refsrc|src/u_init.c|1055|version=NetHack 3.6.2}}
 +
 
 +
==Origin==
 +
Cram is a type of food in the Middle-Earth setting of [[J.R.R. Tolkien]], where it is biscuit-like with some vaguely [[Wikipedia:hardtack|hardtack-like]] qualities. Cram is made by the human inhabitants of Lake-town and Dale and shared with the dwarves of the Lonely Mountain - while much less flavorful compared to elven lembas, cram is still very nutritious and is said to keep fresh indefinitely, making it viable sustenance on long journeys. In ''The Hobbit'', Bilbo Baggins and the dwarves keep themselves fed with cram during the latter part of the Quest of Erebor; in ''The Fellowship of the Ring'', Gimli eats a tiny portion of a lembas cake expecting it to be a similar type of cram, but takes a liking to the food and eagerly finishes it.
  
 
==Messages==
 
==Messages==
 
{{message|This cram ration is bland.|You ate a non-cursed cram ration.}}
 
{{message|This cram ration is bland.|You ate a non-cursed cram ration.}}
 
== Encyclopedia entry ==
 
  
 +
==Encyclopedia entry==
 
{{encyclopedia|
 
{{encyclopedia|
If you want to know what cram is, I can only say that I don't
+
If you want to know what cram is, I can only say that I don't know the recipe; but it is biscuitish, keeps good indefinitely, is supposed to be sustaining, and is certainly not entertaining, being in fact very uninteresting except as a chewing exercise.  It was made by the Lake-men for long journeys.
know the recipe; but it is biscuitish, keeps good indefinitely,
 
is supposed to be sustaining, and is certainly not entertaining,
 
being in fact very uninteresting except as a  
 
chewing exercise.  It was made by the Lake-men for long journeys.
 
 
|[ The Hobbit, by J.R.R. Tolkien ]
 
|[ The Hobbit, by J.R.R. Tolkien ]
 
}}
 
}}
Line 32: Line 38:
 
==Refrences==
 
==Refrences==
 
<references/>
 
<references/>
 
+
{{nethack-366}}
{{clear}}
 
 
[[Category:Comestibles]]
 
[[Category:Comestibles]]
{{nethack-362}}
 

Latest revision as of 00:50, 31 January 2024

% Cram ration.png
Name cram ration
Base price 35 zm
Nutrition 600 (700 for dwarves)
Turns to eat 3
Weight 15
Conduct vegan

A cram ration is a kind of comestible that appears in NetHack. It is a vegan food, and is lighter but less filling than a food ration; dwarves gain an additional 100 nutrition from cram rations.

Generation

In addition to random generation, gnomish and human Rangers start the game with a stack of 4-8 cram rations.[1]

Tourists will sometimes start with cram rations among their initial stacks of food.[2]

Strategy

Non-cursed cram rations are a safer option than most other comestibles if you must eat while hostile monsters are nearby—they are never rotten, relatively light and can be eaten in 3 turns.[3] This makes them particularly useful during the ascension run or an encounter with Famine in the Astral Plane.

History

Cram rations first appear in NetHack 3.0.0. The inability of non-cursed cram rations to be rotten when eaten is introduced in NetHack 3.6.0; the extra nutrition for dwarves is added in NetHack 3.6.1.

When the starting races were introduced in NetHack 3.3.0, orcish player characters except for Wizards could start the game with cram rations among their random extra food items.[4] There was intended to be code for an orcish character's initial inventory that gave them tripe rations in place of cram rations and lembas wafers, which is properly implemented in NetHack 3.6.2.[5][6]

Origin

Cram is a type of food in the Middle-Earth setting of J.R.R. Tolkien, where it is biscuit-like with some vaguely hardtack-like qualities. Cram is made by the human inhabitants of Lake-town and Dale and shared with the dwarves of the Lonely Mountain - while much less flavorful compared to elven lembas, cram is still very nutritious and is said to keep fresh indefinitely, making it viable sustenance on long journeys. In The Hobbit, Bilbo Baggins and the dwarves keep themselves fed with cram during the latter part of the Quest of Erebor; in The Fellowship of the Ring, Gimli eats a tiny portion of a lembas cake expecting it to be a similar type of cram, but takes a liking to the food and eagerly finishes it.

Messages

This cram ration is bland.
You ate a non-cursed cram ration.

Encyclopedia entry

If you want to know what cram is, I can only say that I don't know the recipe; but it is biscuitish, keeps good indefinitely, is supposed to be sustaining, and is certainly not entertaining, being in fact very uninteresting except as a chewing exercise. It was made by the Lake-men for long journeys.

[ The Hobbit, by J.R.R. Tolkien ]

Refrences