Difference between revisions of "Rye bread"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{Code}} | {{Code}} | ||
− | |||
Config RYE_BREAD; | Config RYE_BREAD; | ||
{ | { |
Latest revision as of 23:10, 4 April 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