Difference between revisions of "Rye bread"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
+ | {{Code}} | ||
+ | |||
Config RYE_BREAD; | Config RYE_BREAD; | ||
{ | { |
Revision as of 22:05, 9 February 2008
Coding: This article contains code which is for experienced users only, and may reveal game secrets
Config RYE_BREAD; { StrengthValue = 6; ConsumeType = CT_PROCESSED; Density = 300; NutritionValue = 1700; Color = rgb16(100, 75, 0); PriceModifier = 2000; NameStem = "rye bread"; Flexibility = 3; SpoilModifier = 50000; AttachedGod = SEGES; }
To be copied into materials. Replace lines
MainMaterialConfig = { 4, BEEF, PORK, BREAD, RYE_BREAD; } MaterialConfigChances = { 4, 50, 50, 200, 300; }
in Items -> Loaf