feat(state): add validated persistent game state
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
# Proximity ranges
|
||||
tyrant-range-blocks: 50
|
||||
follower-range-blocks: 50
|
||||
|
||||
# Participation, inactivity, and selection
|
||||
opt-out-seconds: 604800
|
||||
role-inactivity-seconds: 172800
|
||||
candidate-activity-window-seconds: 86400
|
||||
pending-selection-timeout-seconds: 86400
|
||||
selection-retry-seconds: 60
|
||||
freeze-timers-while-paused: true
|
||||
|
||||
# Assassin
|
||||
assassin-cooldown-seconds: 3600
|
||||
assassin-invisibility-seconds: 600
|
||||
assassin-double-jump-cooldown-seconds: 60
|
||||
assassin-speed-seconds: 15
|
||||
assassin-weakness-seconds: 20
|
||||
assassin-weakness-level: 3
|
||||
assassin-item:
|
||||
material: STICK
|
||||
name: Assassin Cloak
|
||||
|
||||
# Fixer
|
||||
fixer-cooldown-seconds: 3600
|
||||
fixer-effect-seconds: 600
|
||||
fixer-strength-level: 1
|
||||
fixer-normal-heart-rows: 2
|
||||
fixer-near-tyrant-heart-rows: 3
|
||||
fixer-item:
|
||||
material: STICK
|
||||
name: Fixer's Wrench
|
||||
|
||||
# Tamer
|
||||
tamer-item:
|
||||
material: FISHING_ROD
|
||||
name: Tamer's Lead
|
||||
denied-mob-types:
|
||||
- ENDER_DRAGON
|
||||
- WITHER
|
||||
|
||||
# Tyrant and Vigilante effects
|
||||
roster-intelligence-cooldown-seconds: 86400
|
||||
tyrant-strength-level: 1
|
||||
tyrant-resistance-level: 1
|
||||
follower-strength-cap: 5
|
||||
follower-resistance-cap: 4
|
||||
|
||||
# Bound item recovery and delivery messages
|
||||
recovery-command: /tyrant item
|
||||
inventory-full-message: Your inventory is full. Make room and use /tyrant item.
|
||||
Reference in New Issue
Block a user