Difference between revisions of "Creature Modding"

From IvanWiki
Jump to navigation Jump to search
(very incomplete, of course)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A list of the flags that creatures use in the "char.dat" file, displayed here for modding purposes. This page is VERY incomplete right now, so you may not find the flag you want to know about right now.
+
{{Code}}
 +
A list of the flags that creatures use in the "char.dat" file, displayed here for [[modding]] purposes. This page is VERY incomplete right now, so you may not find the flag you want to know about right now.
  
 
{| class="wikitable" style="text-align:left"; border="1"
 
{| class="wikitable" style="text-align:left"; border="1"

Latest revision as of 03:26, 7 April 2008

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

A list of the flags that creatures use in the "char.dat" file, displayed here for modding purposes. This page is VERY incomplete right now, so you may not find the flag you want to know about right now.

flag description
AttachedGod = What god (if any) the creature is related to.
CanBeCloned = True/false value, determines whether the creature can be cloned with cloning magic.
CanThrow = True/false value, determines whether the creature can throw items.
FleshMaterial = What material the creature is made of.
NamePlural = The name of several of the creatures.
NameSingular = The name of the creature in-game.
SpillsBlood = True/false value, determines whether the creature bleeds.
Sweats = True/false value, determines whether the creature can sweat.
StandVerb = The term used in place of "standing" in game text.
UndeadVersions = True/false value, determines whether zombie/skeleton versions of the creature can be found in the dungeons.