Difference between revisions of "Class"

Jump to navigation Jump to search
331 bytes added ,  17:34, 3 June 2012
→‎Attribute and Skill Weights: Added missing note that fNPCHealthLevelBonus is used in NPC health calculation.
imported>Keris
m
imported>DreamKing
(→‎Attribute and Skill Weights: Added missing note that fNPCHealthLevelBonus is used in NPC health calculation.)
Line 15: Line 15:


=Attribute and Skill Weights=
=Attribute and Skill Weights=
*'''Attribute Weights:''' For Actors above Level 1, these weights determine how the Actor distributes the Health, Magicka and Stamina bonuses they gain based on their level. Like the player, all Actors gain 10 points to distribute per level (this value comes from the iAVDhmsLevelUp gamesetting).
*'''Attribute Weights:''' For Actors above Level 1, these weights determine how the Actor distributes the Health, Magicka and Stamina bonuses they gain based on their level. Like the player, all Actors gain 10 points to distribute per level (this value comes from the iAVDhmsLevelUp game setting). Unlike the player, NPC's get a bonus amount of health per level as set by the fNPCHealthLevelBonus game setting; by default this is 5.
**For Example, say Health = 1, Magicka = 2, Stamina = 3. An Actor at Level 7 has a total of 60 HMS points to distribute. 1/6 of them are given to Health, 2/6 to Magicka, and 3/6 to Stamina. So the NPC has +10 Health, +20 Magicka, and +30 Stamina.
**For example, say Health = 1, Magicka = 2, Stamina = 3. An Actor at Level 7 has a total of 60 HMS points to distribute. 1/6 of them are given to Health, 2/6 to Magicka, and 3/6 to Stamina. So the NPC has +40 Health (+10 from Health's class weight and +30 from the global health bonus per level), +20 Magicka, and +30 Stamina.
**Testing suggests that Health is set as the ceiling of any non-integer result, while Stamina is set as the floor.
*'''Skill Weight:''' For Actors above Level 1, these weights and their sum determine how the Actor distributes the Skill Points based on their level.
*'''Skill Weight:''' For Actors above Level 1, these weights and their sum determine how the Actor distributes the Skill Points based on their level.
**For each level above Level 1, the Actor gains a number of skill points equal to the iAVDskillsLevelUp gamesetting (by default 8).
**For each level above Level 1, the Actor gains a number of skill points equal to the iAVDskillsLevelUp gamesetting (by default 8).
Anonymous user

Navigation menu