Difference between revisions of "Class"
Jump to navigation
Jump to search
→Attribute and Skill Weights
imported>DreamKing |
imported>DreamKing |
||
Line 18: | Line 18: | ||
*'''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). | ||
**An NPC's skill at a given level will be the sum of their base value for the skill (the iAVDSkillStart game setting plus any bonuses set by the Actor's [[Race]]) plus the number of skill points they have to distribute multiplied by the fraction of the skill's weight compared to their total skill weights. ''This Skill = This Skill Base + (Total Skill Points * (This Skill Weight / Sum of Skill Weights))'' Any | **An NPC's skill at a given level will be the sum of their base value for the skill (the iAVDSkillStart game setting plus any bonuses set by the Actor's [[Race]]) plus the number of skill points they have to distribute multiplied by the fraction of the skill's weight compared to their total skill weights. ''This Skill = This Skill Base + (Total Skill Points * (This Skill Weight / Sum of Skill Weights))'' Any resulting fraction should be rounded to the nearest integer. | ||
**For Example, say a Class defines skill weights of One-handed = 3, Light Armor = 3, Archery = 2, Block = 1. Their sum is 9. An Actor reaching Level 10 has a total of 72 skill points to distribute. Their One-Handed skill at level 10 would be their base skill plus 72 * 3 / 9; that is, the base plus 24. | **For Example, say a Class defines skill weights of One-handed = 3, Light Armor = 3, Archery = 2, Block = 1. Their sum is 9. An Actor reaching Level 10 has a total of 72 skill points to distribute. Their One-Handed skill at level 10 would be their base skill plus 72 * 3 / 9; that is, the base plus 24. | ||
[[Category:Character]] | [[Category:Character]] | ||
[[Category:Actor]] | [[Category:Actor]] |