<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xzinet</id>
		<title>Dragon Age Toolset Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xzinet"/>
		<link rel="alternate" type="text/html" href="https://datoolset.net/wiki/Special:Contributions/Xzinet"/>
		<updated>2026-04-28T15:46:35Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>https://datoolset.net/mw/index.php?title=User:Xzinet&amp;diff=7725</id>
		<title>User:Xzinet</title>
		<link rel="alternate" type="text/html" href="https://datoolset.net/mw/index.php?title=User:Xzinet&amp;diff=7725"/>
				<updated>2009-11-15T12:09:42Z</updated>
		
		<summary type="html">&lt;p&gt;Xzinet: Created page with 'Hi'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&lt;/div&gt;</summary>
		<author><name>Xzinet</name></author>	</entry>

	<entry>
		<id>https://datoolset.net/mw/index.php?title=Creature&amp;diff=7724</id>
		<title>Creature</title>
		<link rel="alternate" type="text/html" href="https://datoolset.net/mw/index.php?title=Creature&amp;diff=7724"/>
				<updated>2009-11-15T12:07:04Z</updated>
		
		<summary type="html">&lt;p&gt;Xzinet: /* Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Autobalance ==&lt;br /&gt;
&lt;br /&gt;
Autobalance dictates the difficulty of the creature by scaling the creature's abilities to the Adventure Level that is required for the creature. The designer chooses a category and the game engine will then balance the creature appropriately. A 10th-level gimp will be more powerful than a 1st-level gimp but will still be relatively interesting for a 10th-level adventurer to fight (whereas fighting the 1st level creature with a 10th-level character would be boring).&lt;br /&gt;
&lt;br /&gt;
Note: If you choose Do_Not_Autobalance, the creature will come into the world exactly as implemented in the creature editor (i.e., without spells and such because the package system does nothing for them, see below).&lt;br /&gt;
 &lt;br /&gt;
== Packages ==&lt;br /&gt;
&lt;br /&gt;
Package dictates the creature's theme and affects the creature's difficulty by customizing its repertoire of capabilities.&lt;br /&gt;
&lt;br /&gt;
The packages are used to dictate what kind of spell/talent lists you want your creatures to have. You do not explicitly give spells or talents to creatures; the system decides which ones are appropriate for it to have based on difficulty settings (Difficulty) and the Package. While Packages are not intended to influence the difficulty of a creature (that is what Autobalance, above, is responsible for) different spell lists will be more or less powerful depending on the situation. A healing package, while useful in a group, would make for a weaker one-on-one opponent than a bloodmage package. Generally you choose the Package to fit the theme of the creature.&lt;br /&gt;
&lt;br /&gt;
If you do not select a package type, you can set abilities explicitly by using the &amp;quot;Skills&amp;quot;, &amp;quot;Spells&amp;quot; and &amp;quot;Talents&amp;quot; fields. These fields are only available when a package has not been set.&lt;br /&gt;
&lt;br /&gt;
== Appearance ==&lt;br /&gt;
&lt;br /&gt;
To add new appearance types to the game you'll need to edit some [[2DA]]s generated from the [[APR_base.xls]] file.&lt;br /&gt;
&lt;br /&gt;
See also: [[Morph]]s&lt;br /&gt;
&lt;br /&gt;
== [[Inventory]] ==&lt;br /&gt;
&lt;br /&gt;
Each item can have the following properties set:&lt;br /&gt;
&lt;br /&gt;
*Slot - Sets whether the creature has equipped the item. &amp;quot;Not equipped&amp;quot; leaves the item in the general inventory, &amp;quot;Main&amp;quot; puts the item into the creature's main hand, and &amp;quot;off-hand&amp;quot; puts the item into the creature's off hand.&lt;br /&gt;
*Set - Items that are part of a set are meant to be given as a group. !!This is handled in the giving/taking script?!!&lt;br /&gt;
*StackSize - how many copies of this item are present in a stack&lt;br /&gt;
*Droppable - a checkbox that indicates whether the item is dropped when the creature is killed&lt;br /&gt;
*Stealable - a checkbox that indicates whether the item can be stolen from the creature&lt;br /&gt;
&lt;br /&gt;
For automatically-generated treasure, see the [[treasure system]].&lt;br /&gt;
&lt;br /&gt;
== Perception ==&lt;br /&gt;
&lt;br /&gt;
Values are:&lt;br /&gt;
*PerceptRngLng&lt;br /&gt;
*PerceptRngMed&lt;br /&gt;
*PerceptRngShrt&lt;br /&gt;
*PerceptRngMonster&lt;br /&gt;
*PerceptRngPlayer&lt;br /&gt;
*PerceptRngCrowd&lt;br /&gt;
*PerceptRngLargeCreature&lt;br /&gt;
*PerceptRngDefault&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Plot&amp;quot; markers ==&lt;br /&gt;
&lt;br /&gt;
Icons can be shown floating over the heads of certain creatures to draw the player's attention to them and indicate that they've got some sort of plot importance. To toggle the &amp;quot;plot&amp;quot; icon, use the script function&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
WR_TogglePlotIcon(object oCreature, int nActive);&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the &amp;quot;[[wrappers_h]]&amp;quot; include file.&lt;br /&gt;
&lt;br /&gt;
== Variables ==&lt;br /&gt;
&lt;br /&gt;
{{Variable table start}}&lt;br /&gt;
{{Variable table row| AI_* | || See [[AI]] }}&lt;br /&gt;
{{Variable table row|  AMBIENT_* | || see [[Ambient behaviour]] }}&lt;br /&gt;
{{Variable table row|  BASE_GROUP | int |0| }}&lt;br /&gt;
{{Variable table row| CLIMAX_ARMY_ID|int|0|used to mark which army this creature belongs to. Used in the climax to limit the level of the army member}}&lt;br /&gt;
{{Variable table row|  COMBAT_LAST_WEAPON | int |0| 0 is offhand, 1 is main hand }}&lt;br /&gt;
{{Variable table row|  CREATURE_COUNTER_1 to 3 | int |0| }}&lt;br /&gt;
{{Variable table row| CREATURE_DAMAGED_THE_HERO|int|0|Used for the Tactician achievement. We want to know if the creature ever damaged the Hero.}}&lt;br /&gt;
{{Variable table row|  CREATURE_DO_ONCE_A and B | int || }}&lt;br /&gt;
{{Variable table row| CREATURE_HAS_TIMER_ATTACK|int|0|A flag for the threat system to know if this is the first time a creature needs to move so the command can be disabled to re-evalute threat if needed}}&lt;br /&gt;
{{Variable table row|  CREATURE_LYRIUM_USE | int |0| }}&lt;br /&gt;
{{Variable table row|  CREATURE_REWARD_FLAGS | int |0| 1 gives no XP }}&lt;br /&gt;
{{Variable table row|  CREATURE_RULES_FLAG0 | int |0| }}&lt;br /&gt;
{{Variable table row|  CREATURE_SPAWN_COND | int |0| }}&lt;br /&gt;
{{Variable table row|  CREATURE_SPAWN_DEAD | int |0| When set to 1 the creature is spawned in a dead state. If it's set to 2, the creature is spawned feigning death, but can get up and fight the character with the help of UT_CombatStart() or UT_TeamGoesHostile() (set such creatures to be part of a non-hostile group, otherwise the feigning won't be very effective and the player can walk over and kill them while they lie there snarling ineffectually) }}&lt;br /&gt;
{{Variable table row|  CREATURE_SPAWN_HEALTH_MOD | float |0| What proportion of the creature's health it starts out with (0 to 1) }}&lt;br /&gt;
{{Variable table row|  CREATURE_SPAWNED | int |0|1 if the creature fired the spawn event before. 0 if the creature never fired the spawn event before. }}&lt;br /&gt;
{{Variable table row|  DEBUG_TRACKING_POS | float |0| }}&lt;br /&gt;
{{Variable table row|  DEBUG_TRACKING_POS_Y | float |0| }}&lt;br /&gt;
{{Variable table row|  FLAG_STOLEN_FROM | int |0| If the creature has already been stolen from. Setting this to 1 will make a creature unable to be stolen from. See [[Treasure system]].}}&lt;br /&gt;
{{Variable table row|  FOLLOWER_SCALED | int |0| }}&lt;br /&gt;
{{Variable table row|  GO_HOSTILE_ON_PERCEIVE_PC | int |0| If the creature perceives the PC group - change from neutral, go hostile and attack}}&lt;br /&gt;
{{Variable table row|  IS_SUMMONED_CREATURE | int |0| }}&lt;br /&gt;
{{Variable table row| LOOKAT_DISABLED|int|0|Set to 1 to disable lookat when creature is spawned}}&lt;br /&gt;
{{Variable table row| MIN_LEVEL|int|0|min level to scale the creature, regardless of any other scaling rules. 0 means no min.}}&lt;br /&gt;
{{Variable table row|  PHYSICS_DISABLED | int |0| }}&lt;br /&gt;
{{Variable table row| ROAM_DISTANCE| float|0|This should usually be 0 unless you are having trouble with creatures chasing the PC for long distances.}}&lt;br /&gt;
{{Variable table row|  RUBBER_HOME_ENABLED | int |1| When true, the &amp;quot;rubberband home&amp;quot; system will cause the creature to return to its home location in various circumstances. }}&lt;br /&gt;
{{Variable table row| RUBBER_HOME_LOCATION_FACING| float|0|}}&lt;br /&gt;
{{Variable table row|  RUBBER_HOME_LOCATION_X, Y and Z | float || Defaults to the location that the creature is initially placed on the level. The home location is updated after any QuickMove or LocalJump command. }}&lt;br /&gt;
{{Variable table row|  SHOUTS_ACTIVE | int |0| }}&lt;br /&gt;
{{Variable table row|  SHOUTS_DELAY | float |3| }}&lt;br /&gt;
{{Variable table row|  SHOUTS_DIALOG_OVERRIDE | resource |NONE| }}&lt;br /&gt;
{{Variable table row|  SOUND_SET_FLAGS_0 to 2 | int |0| }}&lt;br /&gt;
{{Variable table row|  SPAWN_HOSTILE_LYING_ON_GROUND | int |0| }}&lt;br /&gt;
{{Variable table row|  STAT_CRIT | int |0| }}&lt;br /&gt;
{{Variable table row|  STAT_DMG | int |0| }}&lt;br /&gt;
{{Variable table row|  STAT_HIT | int |0| }}&lt;br /&gt;
{{Variable table row|  STAT_MISS | int |0| }}&lt;br /&gt;
{{Variable table row|  SURR_DIALOG_OVERRIDE | resource || }}&lt;br /&gt;
{{Variable table row|  SURR_INIT_CONVERSATION | int |0| If this is true, creature will initiate conversation with the player upon surrendering. Automatically set to false after the conversation initiates. }}&lt;br /&gt;
{{Variable table row|  SURR_PLOT_FLAG | int |0| Flag within SURR_PLOT_NAME that is set to true when the creature surrenders. }}&lt;br /&gt;
{{Variable table row|  SURR_PLOT_NAME | string |none| Plot whose flag defined in SURR_PLOT_FLAG. If blank, no flag will be set. }}&lt;br /&gt;
{{Variable table row|  SURR_SURRENDER_ENABLED | int |0| Allows the creature to surrender instead of fighting to the death. 0 disables surrendering, 1 enables surrendering. This variable will be set to 2 while the creature is actually in the act of surrendering. }}&lt;br /&gt;
{{Variable table row|  TS_OVERRIDE_* |  || see [[Treasure system]]  }}&lt;br /&gt;
{{Variable table row|  TS_TREASURE_GENERATED | int || }}&lt;br /&gt;
{{Variable table end}}&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
&lt;br /&gt;
{{inspector start}}&lt;br /&gt;
{{inspector section|General}}&lt;br /&gt;
{{inspector row|Character| One or more creatures can be mapped to a single [[character]] resource. This resource determines which [[FaceFX]] appearance is used when editing the creature's facial performance.}}&lt;br /&gt;
{{inspector row|Class|  }}&lt;br /&gt;
{{inspector row|Comments| General information about this creature.}}&lt;br /&gt;
{{inspector row|Conversation| the default conversation resource for this creature.}}&lt;br /&gt;
{{inspector row|Copper| The amount of money the creature is carrying. The game will display money as &amp;quot;gold&amp;quot;, &amp;quot;silver&amp;quot; and &amp;quot;copper&amp;quot; values based on the value entered here.}}&lt;br /&gt;
{{inspector row| Description| Description of the creature as seen in the game}}&lt;br /&gt;
{{inspector row| DescriptionRequiresReTranslation| A flag used during game development for keeping track of localization work}}&lt;br /&gt;
{{inspector row|Gender|can be male, female, or neutral}}&lt;br /&gt;
{{inspector row|Group| The creature's group as specified in groups.2da. Each group can be either hostile or non-hostile towards each other. See [[creature group]]s for more detail.}}&lt;br /&gt;
{{inspector row|Interactive| if set to true, the creature can be clicked on. If set to false, the creature can not be clicked on.}}&lt;br /&gt;
{{inspector row|Inventory| Determines what the creature is carrying. Items are taken from the item palette. See the Inventory section for more detail.}}&lt;br /&gt;
{{inspector row|Name| Name of the creature as seen in the game}}&lt;br /&gt;
{{inspector row|NameRequiresReTranslation| A flag used during game development for keeping track of localization work }}&lt;br /&gt;
{{inspector row|PerceptionRange| determines how far the creature can detect things in the world around it.}}&lt;br /&gt;
{{inspector row|Plot Giver| Puts a glowing exclaimation mark over the creature's head to attract the player's attention. }}&lt;br /&gt;
{{inspector row|Race| Certain races have bonuses to various attributes, restrictions on classes, and so forth, as defined in various 2das. race/race.2da contains a list of available races.}}&lt;br /&gt;
{{inspector row|Resource Name| A unique string identifier the toolset and the game both use to refer to this resource. }}&lt;br /&gt;
{{inspector row|Tag| A non-unique string identifier used mostly by scripts and other resources to refer to this resource.}}&lt;br /&gt;
{{inspector row|Team| A numeric tag. All creatures with the same team number belong to the same team, which is often used in scripting plot-related events.}} &lt;br /&gt;
{{inspector row|Variable 2da| Allows selection of a variable table. Only the values in the table can be set and retrieved by scripting. }} &lt;br /&gt;
{{inspector row|Variables| Displays the table selected in the variable 2da field. Allows initial values to be defined. }} &lt;br /&gt;
&lt;br /&gt;
{{inspector section| Abilities}}&lt;br /&gt;
{{inspector row|Skills| Selecting this property opens a skill selection list where you can add any number of pre-defined skill levels to the creature.}}&lt;br /&gt;
{{inspector row|Spells| Similar to the Skills property, but for spells. }}&lt;br /&gt;
{{inspector row|Talents| Similar to the Skills and Spells properties, but for talents. }}&lt;br /&gt;
&lt;br /&gt;
{{inspector section|AI}}&lt;br /&gt;
{{inspector row|Script| The script that controls this creature's behavior. Defaults to creature_core.}}&lt;br /&gt;
&lt;br /&gt;
{{inspector section|Appearance}}&lt;br /&gt;
{{inspector row|Appearance| Base appearance type for the creature. Can be a full body, or a base body in which other parts can be added (hair, head, and eyes)}}&lt;br /&gt;
{{inspector row|Art Fidelity| This field is primarily used by art leads to determine which characters need additional work.}}&lt;br /&gt;
{{inspector row|Beard|  }}&lt;br /&gt;
{{inspector row|Body Tint|  }}&lt;br /&gt;
{{inspector row|Body Tint Mask|  }}&lt;br /&gt;
{{inspector row|Eye Color|  }}&lt;br /&gt;
{{inspector row|Eyes| Available for some appearance types, allows selecting different eye models }}&lt;br /&gt;
{{inspector row|Hair| Available for some appearance types, allows selecting different eye models}}&lt;br /&gt;
{{inspector row|Hair Color|  }}&lt;br /&gt;
{{inspector row|Head| Available for some appearance tupes, allows selecting different head models }}&lt;br /&gt;
{{inspector row|Head Morph| Specifies the head morph to use for this creature. See [[morph]]. }}&lt;br /&gt;
{{inspector row|Head Tint|  }}&lt;br /&gt;
{{inspector row|Head Tint Mask|  }}&lt;br /&gt;
{{inspector row|Skin Color|  }}&lt;br /&gt;
&lt;br /&gt;
{{inspector section|Package/Scaling}}&lt;br /&gt;
{{inspector row|General Package Type|  }}&lt;br /&gt;
{{inspector row|Max Level| The maximum level of the creature in the selected Class. }}&lt;br /&gt;
{{inspector row|Min Level| The minimum level of the creature in the selected Class. }}&lt;br /&gt;
{{inspector row|Package| Used for AI and the scaling system. A package will also pick the default stat values for a creature (attributes and resistances) }}&lt;br /&gt;
{{inspector row|Package AI| The name of the selected AI Package 2DA that contains the tactics table. }}&lt;br /&gt;
{{inspector row|Rank| A general difficulty level used by the autoscaling system }}&lt;br /&gt;
{{inspector row|Treasure Category| Determines what kinds of treasure is generated by the treasure generation system when the creature is killed.}}&lt;br /&gt;
&lt;br /&gt;
{{inspector section|Special}}&lt;br /&gt;
{{inspector row|Creature type| Combatant/Non-Combatant }}&lt;br /&gt;
{{inspector row|Immortal| if true, the creature can not get below 1hp and die.}}&lt;br /&gt;
{{inspector row|No Permanent Death| e.g., party members ('dead' party members get up again after combat unless the whole party is wiped out). }}&lt;br /&gt;
{{inspector row|Plot| If true, the creature cannot be damaged or affected by any hostile effect.&lt;br /&gt;
}}&lt;br /&gt;
{{inspector end}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Creatures]]&lt;/div&gt;</summary>
		<author><name>Xzinet</name></author>	</entry>

	</feed>