Skip to content

Commit d7b91a0

Browse files
committed
removed comments
1 parent b2f67bf commit d7b91a0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

internal/configs/config.statistics.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ type Statistics struct {
66
}
77

88
type 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

1717
type 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

2222
func (s *Statistics) Validate() {

0 commit comments

Comments
 (0)