File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ type Statistics struct {
66}
77
88type StatDefaults struct {
9- Strength ConfigInt `yaml:"Strength"` // Muscular strength
10- Speed ConfigInt `yaml:"Speed"` // Speed and agility
11- Smarts ConfigInt `yaml:"Smarts"` // Intelligence and wisdom
12- Vitality ConfigInt `yaml:"Vitality"` // Health and stamina
13- Mysticism ConfigInt `yaml:"Mysticism"` // Magic and mana
14- Perception ConfigInt `yaml:"Perception"` // How well you notice things
9+ Strength ConfigInt `yaml:"Strength"`
10+ Speed ConfigInt `yaml:"Speed"`
11+ Smarts ConfigInt `yaml:"Smarts"`
12+ Vitality ConfigInt `yaml:"Vitality"`
13+ Mysticism ConfigInt `yaml:"Mysticism"`
14+ Perception ConfigInt `yaml:"Perception"`
1515}
1616
1717type StatFactors struct {
18- BaseModFactor ConfigFloat `yaml:"BaseModFactor"` // How much of a scaling to apply to levels before multiplying by racial stat
19- NaturalGainsModFactor ConfigFloat `yaml:"NaturalGainsModFactor"` // Free stats gained per level modded by this
18+ BaseModFactor ConfigFloat `yaml:"BaseModFactor"`
19+ NaturalGainsModFactor ConfigFloat `yaml:"NaturalGainsModFactor"`
2020}
2121
2222func (s * Statistics ) Validate () {
You can’t perform that action at this time.
0 commit comments