Difference between revisions of "Ommel Vomit"

From IvanWiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Code}}
 
   Config OMMEL_VOMIT;
 
   Config OMMEL_VOMIT;
 
   {
 
   {
Line 8: Line 9:
 
     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 16:
 
     ConsumeEndMessage = CEM_OMMEL;
 
     ConsumeEndMessage = CEM_OMMEL;
 
     HitMessage = HM_OMMEL;
 
     HitMessage = HM_OMMEL;
     Alpha = 230;
+
    ExplosivePower = 20000;
 +
     Alpha = 110;
 
     Acidicity = 800;
 
     Acidicity = 800;
 
     AttachedGod = NEFAS;
 
     AttachedGod = NEFAS;
Line 21: Line 23:
 
     InteractionFlags = Base|CAN_EXPLODE|AFFECT_INSIDE;
 
     InteractionFlags = Base|CAN_EXPLODE|AFFECT_INSIDE;
 
   }
 
   }
 +
 +
[[Category:Ommel]]

Latest revision as of 19:48, 27 October 2017

Coding: This article contains code which is for experienced users only, and may reveal game secrets

 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;
   ExplosivePower = 20000;
   Alpha = 110;
   Acidicity = 800;
   AttachedGod = NEFAS;
   CommonFlags = Base|IS_VALUABLE&~CAN_BE_MIRRORED;
   InteractionFlags = Base|CAN_EXPLODE|AFFECT_INSIDE;
 }