diff options
| author | historia <[not public]> | 2026-06-14 21:07:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-14 21:07:26 -0400 |
| commit | 1aba2bdd23aebed4032333e74aa553c40a31fcbd (patch) | |
| tree | c004f4c2a139df5c3cf4029b2611bdfa09b40f86 /internal/action/behavior.go | |
| parent | a19e6b6ab01670a5932308c7bd0e0e5eed8cbcad (diff) | |
| download | thehouseoficarus-1aba2bdd23aebed4032333e74aa553c40a31fcbd.tar.gz | |
refactor: added docs, split up some components in game package
Diffstat (limited to 'internal/action/behavior.go')
| -rw-r--r-- | internal/action/behavior.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/action/behavior.go b/internal/action/behavior.go index 7abe0ae..e0b8cdf 100644 --- a/internal/action/behavior.go +++ b/internal/action/behavior.go @@ -13,10 +13,10 @@ type GatherConfig struct { ExhaustedMessage string `yaml:"exhausted_message"` FailMsg string `yaml:"fail_message"` Drops []DropEntry `yaml:"drops"` - DepleteDelay int `yaml:"deplete_delay"` + RespawnTimer int `yaml:"respawn_timer"` RespawnMsg string `yaml:"respawn_message"` RespawnBroadcast string `yaml:"respawn_broadcast"` - SharedDeplete int `yaml:"shared_deplete"` + DepleteTimer int `yaml:"deplete_timer"` NestChance int `yaml:"nest_chance"` } |
