neuralgia/defaultconfigs/wan_ancient_beasts-server.toml
GameStar 03106270e1
Feature/wan creatures and stuff (#1633)
* whitespace changes

* some animal compat

* snifferified recipes

* nest box recipe

* tag stuff

* spawn stuff

* tooltip

* wan config

* foods

* loot tables

* Update pakku-lock.json

* Update wan_ancient_beasts-server.toml

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* Update tags.js

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
2025-08-15 22:45:09 +01:00

76 lines
1.4 KiB
TOML

#Sniffer Attributes
[sniffer]
#Sniffer health [default: 75]
#Range: 1.0 ~ 1024.0
health = 75.0
#Sniffer armor [default: 3]
#Range: 0.0 ~ 30.0
armor = 3.0
#Sniffer armor toughness [default: 1]
#Range: 0.0 ~ 20.0
armorToughness = 1.0
#Eater Attributes
[eater]
#Eater health [default: 100]
#Range: 1.0 ~ 1024.0
health = 200.0
#Eater attack damage [default: 30]
#Range: 0.0 ~ 1024.0
damage = 30.0
#Eater armor [default: 5]
#Range: 0.0 ~ 30.0
armor = 8.0
#Eater armor toughness [default: 2]
#Range: 0.0 ~ 20.0
armorToughness = 3.0
#Walker Attributes
[walker]
#Walker health [default: 200]
#Range: 1.0 ~ 1024.0
health = 400.0
#Walker armor [default: 5]
#Range: 0.0 ~ 30.0
armor = 14.0
#Walker armor toughness [default: 4]
#Range: 0.0 ~ 20.0
armorToughness = 4.0
#Crusher Attributes
[crusher]
#Crusher health [default: 50]
#Range: 1.0 ~ 1024.0
health = 100.0
#Crusher attack damage [default: 10]
#Range: 0.0 ~ 1024.0
damage = 10.0
#Crusher armor [default: 20]
#Range: 0.0 ~ 30.0
armor = 25.0
#Crusher armor toughness [default: 4]
#Range: 0.0 ~ 20.0
armorToughness = 5.0
#Glider Attributes
[glider]
#Glider health [default: 25]
#Range: 1.0 ~ 1024.0
health = 50.0
#Soarer Attributes
[soarer]
#Soarer health [default: 40]
#Range: 1.0 ~ 1024.0
health = 80.0
#Soarer attack damage [default: 15]
#Range: 0.0 ~ 1024.0
damage = 25.0
#Surfer Attributes
[surfer]
#Surfer health [default: 30]
#Range: 1.0 ~ 1024.0
health = 30.0