Difference between revisions of "Derived Skill Settings"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SnakeChomp
(Move fAVDTagSkillBonus documentation here)
imported>SnakeChomp
(Reformat, fix links, fix luck bonus setting name, make description more generic)
Line 1: Line 1:
{{SettingGroup
{{Bc|Settings}}
|Description        = These settings control the base value for each skill as listed by [[GetActorValueInfo]]
 
|Setting1            = fAVDSkillPrimaryBonusMult
These settings are used when calculating certain [[ActorValue|actor values]], such as your characters melee weapon skill value.
|Setting1Default     = 2.0
 
|Setting1Description = For each point in a [[SPECIAL]] Primary Statistic (other than Luck, the linked [[Stats_List#Skill|Skill]] is increased by this much.
{{SettingGroupHeader}}
|Setting2            = fAVDSkillPrimaryBonusMult
{{SettingGroupSetting
|Setting2Default     = 0.5
|Name        = fAVDSkillPrimaryBonusMult
|Setting2Description = For each point of Luck, the linked [[Stats_List#Skill|Skill]] is increased by this much.
|Default     = 2.0
|Setting3            = fAVDSkill{SKILLNAME}Base
|Description = For each point in a [[SPECIAL]] Primary Statistic (other than Luck), the linked [[Stats_List#Skills|Skill]] is increased by this much.
|Setting3Default     = 2.0 (for all)
}}
|Setting3Description = The starting value of '''{SKILLNAME}''' is set to this.
{{SettingGroupSetting
|Setting4            = fAVDTagSkillBonus
|Name        = fAVDSkillLuckBonusMult
|Setting4Default     = 15
|Default     = 0.5
|Setting4Description = This setting controls how many bonus points are given to a skill chosen as a tag skill. '''Note:''' if this setting is updated while the pipboy is open, the skill display will not reflect the updated value until the pipboy is reopened.
|Description = For each point of Luck, all [[Stats_List#Skills|Skills]] are increased by this much.
|}}
}}
{{SettingGroupSetting
|Name        = fAVDSkill''SKILLNAME''Base
|Default     = 2.0
|Description = The base value of the ''SKILLNAME'' skill is set to this.
}}
{{SettingGroupSetting
|Name        = fAVDTagSkillBonus
|Default     = 15
|Description = This setting controls how many bonus points are given to a skill chosen as a tag skill. '''Note:''' if this setting is updated while the pipboy is open, the skill display will not reflect the updated value until the pipboy is reopened.
}}
{{SettingGroupFooter}}

Revision as of 20:22, 5 January 2009

< [[::Settings|Settings]]

These settings are used when calculating certain actor values, such as your characters melee weapon skill value.


Setting Default Description
fAVDSkillPrimaryBonusMult 2.0 For each point in a SPECIAL Primary Statistic (other than Luck), the linked Skill is increased by this much.
fAVDSkillLuckBonusMult 0.5 For each point of Luck, all Skills are increased by this much.
fAVDSkillSKILLNAMEBase 2.0 The base value of the SKILLNAME skill is set to this.
fAVDTagSkillBonus 15 This setting controls how many bonus points are given to a skill chosen as a tag skill. Note: if this setting is updated while the pipboy is open, the skill display will not reflect the updated value until the pipboy is reopened.