config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
ed0f520976
126 changed files with 12995 additions and 0 deletions
15
config/giantspawn.json5
Normal file
15
config/giantspawn.json5
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
// The chance a zombie that has spawned on the surface is a giant.
|
||||
// min: 0.0, max: 1.0
|
||||
"chanceSurfaceZombieIsGiant": 0.05,
|
||||
// If enabled, burns giants when daylight shines upon them.
|
||||
"shouldBurnGiantsInDaylight": true,
|
||||
// If enabled, a giant will only spawn on the surface.
|
||||
"onlySpawnGiantOnSurface": true,
|
||||
// The giant movement speed modifier relative to the base zombie movement speed.
|
||||
// min: 0.0, max: 20.0
|
||||
"giantMovementSpeedModifier": 1.0,
|
||||
// The giant attack damage modifier relative to the base zombie attack damage.
|
||||
// min: 0.0, max: 20.0
|
||||
"giantAttackDamageModifier": 2.0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue