aboutsummaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-01 22:30:31 -0400
committerhistoria <[not public]>2026-07-01 22:30:31 -0400
commitc14c2e403c75a913e1a6d962fb6fe64f013adae5 (patch)
tree75070293fe2535b594ac72e501cbf08a3f1146e0 /internal/config
parent8eec7b75ff9c8c368b252373db45fb891732d2ca (diff)
downloadthehouseoficarus-c14c2e403c75a913e1a6d962fb6fe64f013adae5.tar.gz
fix: combat formulas and mob attack types (mobs switch attack styles if safespotting)
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/config.go24
1 files changed, 12 insertions, 12 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index 9afc2d1..fd0638d 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -7,18 +7,18 @@ import (
)
type Config struct {
- TickLength int `yaml:"tick_length"`
- StartingRoom int `yaml:"starting_room"`
- StartupValidation ValidationConfig `yaml:"startup_validation"`
- GameConstants GameConstants `yaml:"game_constants"`
- DefaultColors ColorsConfig `yaml:"default_colors"`
- TLS TLSConfig `yaml:"tls"`
- Telnet TelnetConfig `yaml:"telnet"`
- TelnetTLS TelnetTLSConfig `yaml:"telnet_tls"`
- HTTP HTTPConfig `yaml:"http"`
- HTTPS HTTPSConfig `yaml:"https"`
- AdminHTTP AdminHTTPConfig `yaml:"admin_http"`
- AdminHTTPS AdminHTTPSConfig `yaml:"admin_https"`
+ TickLength int `yaml:"tick_length"`
+ StartingRoom int `yaml:"starting_room"`
+ StartupValidation ValidationConfig `yaml:"startup_validation"`
+ GameConstants GameConstants `yaml:"game_constants"`
+ DefaultColors ColorsConfig `yaml:"default_colors"`
+ TLS TLSConfig `yaml:"tls"`
+ Telnet TelnetConfig `yaml:"telnet"`
+ TelnetTLS TelnetTLSConfig `yaml:"telnet_tls"`
+ HTTP HTTPConfig `yaml:"http"`
+ HTTPS HTTPSConfig `yaml:"https"`
+ AdminHTTP AdminHTTPConfig `yaml:"admin_http"`
+ AdminHTTPS AdminHTTPSConfig `yaml:"admin_https"`
}
// GameConstants holds tunable game-wide numbers that would otherwise be