Difference between revisions of "Category:Creatures"
Jump to navigation
Jump to search
imported>Relax and Play (Spruced up blocking.) |
imported>Aranai |
||
(36 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Creatures is a type of actor object that cannot engage in dialogue, commit crimes, wear armor or clothing, or be pickpocketed. | Creatures is a type of actor object that cannot engage in dialogue, commit crimes, wear armor or clothing, or be pickpocketed. | ||
==Flags== | |||
*'''ID:''' Form ID of the object | *'''ID:''' Form ID of the object | ||
Line 9: | Line 10: | ||
*'''Type:''' | *'''Type:''' | ||
{|border="1" cellpadding="5" cellspacing="0" | {|border="1" cellpadding="5" cellspacing="0" | ||
|- | |- | ||
Line 20: | Line 19: | ||
|- | |- | ||
|Daedra | |Daedra | ||
| | |Causes all actors not in the same faction to attack on sight. | ||
|- | |- | ||
|Giant | |Giant | ||
Line 26: | Line 25: | ||
|- | |- | ||
|Horse | |Horse | ||
|Can be | |Can be ridden. Has special expectations of the .nif and .kf files | ||
|- | |- | ||
|Humanoid | |Humanoid | ||
| | |Unknown function | ||
|- | |- | ||
|Undead | |Undead | ||
Line 36: | Line 35: | ||
|} | |} | ||
*'''Weapon & Shield:''' Creature uses a weapon and/or a shield. | |||
*'''Level:''' The level of the creature, used to determine its [[Stats_Tab_-_Creatures|stats]] and [[:Category:Leveled_Lists|leveled loot]], as well as its resistance to certain Illusion spells. If PC Level Offset is checked, this becomes the offset (positive or negative) from the player's level. | |||
*'''Level:''' The level of the creature, used to determine | |||
*'''PC Level Offset:''' Checkbox for making the creature leveled. Activates the Calc Min and Calc Max boxes. Changes the Health, Spell points, Fatigue, Combat, Magic, Stealth, and Attack Damage into level based multipliers. | *'''PC Level Offset:''' Checkbox for making the creature leveled. Activates the Calc Min and Calc Max boxes. Changes the Health, Spell points, Fatigue, Combat, Magic, Stealth, and Attack Damage into level based multipliers. | ||
Line 49: | Line 47: | ||
*'''Combat Style:''' Selects a combat style. | *'''Combat Style:''' Selects a combat style. | ||
*'''Death Item:''' When the creature dies, an item from this leveled list is | *'''Death Item:''' When the creature dies, this item (or an item from this leveled list) is added to the creatures inventory. | ||
*'''Nif file:''' The skeleton mesh used by this creature. | *'''Nif file:''' The skeleton mesh used by this creature. | ||
Line 56: | Line 54: | ||
*'''Miscellaneous Flags:''' | *'''Miscellaneous Flags:''' | ||
{|border="1" cellpadding="5" cellspacing="0" | {|border="1" cellpadding="5" cellspacing="0" | ||
|- | |- | ||
Line 73: | Line 69: | ||
|- | |- | ||
|Essential | |Essential | ||
| | |The essential creature in question never dies. No special message appears when interacted with while unconscious, and may still be looted. | ||
|- | |- | ||
|No Left Arm | |No Left Arm | ||
Line 94: | Line 90: | ||
|- | |- | ||
|} | |} | ||
== Notes == | == Notes == | ||
*Disposition and creatures: The disposition formula for NPCs includes things like the player's fame or bounty. Those aspects do not apply to creatures. They use a pure personality and faction calculation to determine dispostion: | *Disposition and creatures: The disposition formula for NPCs includes things like the player's fame or bounty. Those aspects do not apply to creatures. They use a pure personality and faction calculation to determine dispostion: | ||
(Creatures Personality * .75) + (Other Actor's Personality * .25) + [[:Category:Factions|Interaction Relation]]. | (Creatures Personality * .75) + (Other Actor's Personality * .25) + [[:Category:Factions|Interaction Relation]]. | ||
* | |||
*It appears to be that block animations must be named 'Block/BlockIdle' and 'BlockHit' if the creature does not possess the animations for animations other than the hand-to-hand block animations. If the animations do not follow this naming convention, the creature in question will never block when it is in-game. | |||
::This is only known to hold true for Clannfears, who appear to naturally have improperly named hand-to-hand blocking animations (there are no other types of blocking animations present) - whether or not the reverse would hold true as well is unknown. (That is, it is not known if changing the name of, say, the mudcrab 'block' and 'blockhit' animations to something else would create a mudcrab which is totally incapable of blocking.) | |||
*The only creature in the giant category is Mehrunes Dagon. (This holds true even in Shivering Isles.) The editor ID for it is 'CreatureMehrunesDagon'. There is also an actor in the Daedra category named 'TestMehrunesDagonSkeleton' which appears to be a rough duplicate of Mehrunes Dagon in the Giant category. (With differences, I.E. the Dagon in the Daedra category has only 50 fatigue, spell points, and has 50 personality.) | *The only creature in the giant category is Mehrunes Dagon. (This holds true even in Shivering Isles.) The editor ID for it is 'CreatureMehrunesDagon'. There is also an actor in the Daedra category named 'TestMehrunesDagonSkeleton' which appears to be a rough duplicate of Mehrunes Dagon in the Giant category. (With differences, I.E. the Dagon in the Daedra category has only 50 fatigue, spell points, and has 50 personality.) | ||
*Of the categories of creatures, the Horse category is arguably the strictest (The Giant and Humanoid category may also have strict demands), as it by default expects certain qualities from the model, meaning when a model that doesn't have the expected qualities is categorized as a horse, an error may occur. (One such being that typically the Body file doesn't appear.) | |||
*There are only two actors categorized as 'humanoid', the first being actor being a Spriggan (who, unless is referenced to by a quest script or summon item/spell, never appears in-game), and the second being a zombie. | |||
* If you have a script that does a "kill" on an actor who is already dead, extra Death Items may get added to the corpse. | |||
[[Category:Actors]] | [[Category:Actors]] |
Latest revision as of 01:21, 2 May 2010
Creatures is a type of actor object that cannot engage in dialogue, commit crimes, wear armor or clothing, or be pickpocketed.
Flags[edit | edit source]
- ID: Form ID of the object
- Name: Display name for the object
- Script: Active script for all references of this object. Select the elipses marks (...) to edit or view the script.
- Type:
Type | Description |
---|---|
Creature | Default setting with no special properties |
Daedra | Causes all actors not in the same faction to attack on sight. |
Giant | Special case used for immovable creatures |
Horse | Can be ridden. Has special expectations of the .nif and .kf files |
Humanoid | Unknown function |
Undead | Responds to Turn Undead spells, never loses Fatigue |
- Weapon & Shield: Creature uses a weapon and/or a shield.
- Level: The level of the creature, used to determine its stats and leveled loot, as well as its resistance to certain Illusion spells. If PC Level Offset is checked, this becomes the offset (positive or negative) from the player's level.
- PC Level Offset: Checkbox for making the creature leveled. Activates the Calc Min and Calc Max boxes. Changes the Health, Spell points, Fatigue, Combat, Magic, Stealth, and Attack Damage into level based multipliers.
- Calc Min: The minimum level the creature is allowed to be if PC Level Offset is checked. Values of less than one are presumed to be one.
- Calc Max: The maximum level the creature is allowed to be if PC Level Offset is checked. Zero is defined as unlimited.
- Combat Style: Selects a combat style.
- Death Item: When the creature dies, this item (or an item from this leveled list) is added to the creatures inventory.
- Nif file: The skeleton mesh used by this creature.
- Movement: Checkboxes for all the varieties of movement the model can perform. There must be a corresponding animation for the movement type.
- Miscellaneous Flags:
Flag | Function |
---|---|
Quest Item | Creature updates more frequently. Dead body isn't removed when the cell regenerates. |
No Head | Prevents head tracking issues for Headless Zombies. |
No Low Level Processing | The creature does not update its AI unless the player is in the same cell as it. |
Essential | The essential creature in question never dies. No special message appears when interacted with while unconscious, and may still be looted. |
No Left Arm | Prevents combat animation problems for one armed zombies. |
No Combat in Water | Prevents water combat for creatures with swim animations but no water combat animations. |
Respawn | References of this creature in the world will be recreated after three days. |
No Right Arm | Prevents combat animation problems for one armed zombies. |
Can Corpse Check | Allows the creature to approach and 'examine' (Stand in front of) dead bodies. |
No Shadow | Does not attempt to display a shadow for the creature. |
Notes[edit | edit source]
- Disposition and creatures: The disposition formula for NPCs includes things like the player's fame or bounty. Those aspects do not apply to creatures. They use a pure personality and faction calculation to determine dispostion:
(Creatures Personality * .75) + (Other Actor's Personality * .25) + Interaction Relation.
- It appears to be that block animations must be named 'Block/BlockIdle' and 'BlockHit' if the creature does not possess the animations for animations other than the hand-to-hand block animations. If the animations do not follow this naming convention, the creature in question will never block when it is in-game.
- This is only known to hold true for Clannfears, who appear to naturally have improperly named hand-to-hand blocking animations (there are no other types of blocking animations present) - whether or not the reverse would hold true as well is unknown. (That is, it is not known if changing the name of, say, the mudcrab 'block' and 'blockhit' animations to something else would create a mudcrab which is totally incapable of blocking.)
- The only creature in the giant category is Mehrunes Dagon. (This holds true even in Shivering Isles.) The editor ID for it is 'CreatureMehrunesDagon'. There is also an actor in the Daedra category named 'TestMehrunesDagonSkeleton' which appears to be a rough duplicate of Mehrunes Dagon in the Giant category. (With differences, I.E. the Dagon in the Daedra category has only 50 fatigue, spell points, and has 50 personality.)
- Of the categories of creatures, the Horse category is arguably the strictest (The Giant and Humanoid category may also have strict demands), as it by default expects certain qualities from the model, meaning when a model that doesn't have the expected qualities is categorized as a horse, an error may occur. (One such being that typically the Body file doesn't appear.)
- There are only two actors categorized as 'humanoid', the first being actor being a Spriggan (who, unless is referenced to by a quest script or summon item/spell, never appears in-game), and the second being a zombie.
- If you have a script that does a "kill" on an actor who is already dead, extra Death Items may get added to the corpse.
Pages in category "Creatures"
The following 12 pages are in this category, out of 12 total.