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>
This commit is contained in:
parent
aad81501af
commit
03106270e1
36 changed files with 932 additions and 46 deletions
76
defaultconfigs/wan_ancient_beasts-server.toml
Normal file
76
defaultconfigs/wan_ancient_beasts-server.toml
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
|
||||
#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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue