Character

ID: The object’s unique ID. Most NPCs Name and ID are the same for ease of use. Remember, this is the ID by which the NPC is referred to in all code and a script and is never seen by the player. (character limit: 24)

Name: The NPC’s name. This is what appears in the game to player. (character limit: 32)

Race: Pick from available races.

Female: If checked, NPC is female.

Level: The level of the NPC. Used to automatically adjust attributes, skills, and health.

Rank: Rank in the selected faction (cannot have Rank without Faction). List of Ranks taken from Faction’s list.

Essential: This NPC has inventory or information essential to the game. If killed, this NPC’s body will remain, and will not be cleared when the cell is loaded. The player will also get a message telling them an important NPC has died.

Respawn: NPC will reappear after certain time period.

Corpses Persist: After dead, their corpse remains. If the NPC’s health is set to zero, they will be dead when they get loaded (used for placing corpses).

Attributes: Attribute values 1 to 100. Modified based on race, class, and level.

Health: Defaults to (Str + End/2) + ( Level * (End/10)). Can be manually edited by the user.

Magicka: Defaults to (Int x class and race modifier). Can be manually edited by user.

Fatigue: Defaults to (Str+End+Agi+Wil). Can be manually edited.

Disposition: Starting disposition for the NPC. This is the unmodified base value, and will change in the game based on several factors.

Reputation: Fame level of the NPC.   NPC’s who are more famous are more difficult to persuade.

Blood Texture: The blood texture used for the splat when this NPC is hit.

Auto Calculate Stats: Creates stats and spells automatically for the NPC based on his Race, Class, and Level.

Skills: Value of each skill defined in its own field. Defaults defined by class and level.

Dialogue: Opens the dialogue window filtered for this NPC.

Animation: Opens animation Window for this NPC’s animation file.

AI: Opens AI window for this NPC.

Head & Hair: Simply chose the available head and hair objects for this NPC. Only heads and hairs that have been defined under body parts for the NPC’s race and sex will be available.

Inventory / Spell List: A list of any objects the NPC is carrying along with any spells he has available. Items of a negative value are infinite. Spells may include diseases, abilities, etc.

Blocked: If checked, the specific object becomes read-only.