Difference between revisions of "Cram ration"

From NetHackWiki
Jump to navigation Jump to search
m (History: *)
m (History: a)
Line 20: Line 20:
 
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]].
 
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 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 ration and [[lembas wafer]]s, which was 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}}
+
When 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}}
  
 
==Messages==
 
==Messages==

Revision as of 14:17, 7 March 2023

% 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

Gnomish and human Rangers start the game with a stack of 4-8 cram rations.

Strategy

Non-cursed cram rations are a safer option than most other comestibles if you must eat while hostile monsters are nearby, since they weigh less and can be eaten in 3 turns—this can be 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 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.[1] 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.[2][3]

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