Difference between revisions of "Ommel Vomit"

From IvanWiki
Jump to navigation Jump to search
 
Line 8: Line 8:
 
     StrengthValue = 1;
 
     StrengthValue = 1;
 
     Color = rgb16(90, 130, 40);
 
     Color = rgb16(90, 130, 40);
     Emitation = rgb24(70, 110, 20);
+
     Emitation = rgb24(130, 150, 100);
 
     NutritionValue = 5000;
 
     NutritionValue = 5000;
 
     PriceModifier = 2500;
 
     PriceModifier = 2500;
Line 15: Line 15:
 
     ConsumeEndMessage = CEM_OMMEL;
 
     ConsumeEndMessage = CEM_OMMEL;
 
     HitMessage = HM_OMMEL;
 
     HitMessage = HM_OMMEL;
     Alpha = 230;
+
     Alpha = 110;
 
     Acidicity = 800;
 
     Acidicity = 800;
 
     AttachedGod = NEFAS;
 
     AttachedGod = NEFAS;

Revision as of 16:56, 31 January 2007

 Config OMMEL_VOMIT;
 {
   StrengthValue = 10;
   ConsumeType = CT_LIQUID;
   Density = 2000;
   Flexibility = 10;
   RustModifier = 100;
   StrengthValue = 1;
   Color = rgb16(90, 130, 40);
   Emitation = rgb24(130, 150, 100);
   NutritionValue = 5000;
   PriceModifier = 2500;
   NameStem = "ommel vomit";
   Effect = EFFECT_OMMEL_URINE|EFFECT_OMMEL_SNOT;
   ConsumeEndMessage = CEM_OMMEL;
   HitMessage = HM_OMMEL;
   Alpha = 110;
   Acidicity = 800;
   AttachedGod = NEFAS;
   CommonFlags = Base|IS_VALUABLE&~CAN_BE_MIRRORED;
   InteractionFlags = Base|CAN_EXPLODE|AFFECT_INSIDE;
 }