Skip to content

Commit 0310627

Browse files
BlueBoat29Pyritie
andauthored
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>
1 parent aad8150 commit 0310627

36 files changed

+931
-45
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
2+
#Sniffer Attributes
3+
[sniffer]
4+
#Sniffer health [default: 75]
5+
#Range: 1.0 ~ 1024.0
6+
health = 75.0
7+
#Sniffer armor [default: 3]
8+
#Range: 0.0 ~ 30.0
9+
armor = 3.0
10+
#Sniffer armor toughness [default: 1]
11+
#Range: 0.0 ~ 20.0
12+
armorToughness = 1.0
13+
14+
#Eater Attributes
15+
[eater]
16+
#Eater health [default: 100]
17+
#Range: 1.0 ~ 1024.0
18+
health = 200.0
19+
#Eater attack damage [default: 30]
20+
#Range: 0.0 ~ 1024.0
21+
damage = 30.0
22+
#Eater armor [default: 5]
23+
#Range: 0.0 ~ 30.0
24+
armor = 8.0
25+
#Eater armor toughness [default: 2]
26+
#Range: 0.0 ~ 20.0
27+
armorToughness = 3.0
28+
29+
#Walker Attributes
30+
[walker]
31+
#Walker health [default: 200]
32+
#Range: 1.0 ~ 1024.0
33+
health = 400.0
34+
#Walker armor [default: 5]
35+
#Range: 0.0 ~ 30.0
36+
armor = 14.0
37+
#Walker armor toughness [default: 4]
38+
#Range: 0.0 ~ 20.0
39+
armorToughness = 4.0
40+
41+
#Crusher Attributes
42+
[crusher]
43+
#Crusher health [default: 50]
44+
#Range: 1.0 ~ 1024.0
45+
health = 100.0
46+
#Crusher attack damage [default: 10]
47+
#Range: 0.0 ~ 1024.0
48+
damage = 10.0
49+
#Crusher armor [default: 20]
50+
#Range: 0.0 ~ 30.0
51+
armor = 25.0
52+
#Crusher armor toughness [default: 4]
53+
#Range: 0.0 ~ 20.0
54+
armorToughness = 5.0
55+
56+
#Glider Attributes
57+
[glider]
58+
#Glider health [default: 25]
59+
#Range: 1.0 ~ 1024.0
60+
health = 50.0
61+
62+
#Soarer Attributes
63+
[soarer]
64+
#Soarer health [default: 40]
65+
#Range: 1.0 ~ 1024.0
66+
health = 80.0
67+
#Soarer attack damage [default: 15]
68+
#Range: 0.0 ~ 1024.0
69+
damage = 25.0
70+
71+
#Surfer Attributes
72+
[surfer]
73+
#Surfer health [default: 30]
74+
#Range: 1.0 ~ 1024.0
75+
health = 30.0
76+
747 Bytes
Loading
703 Bytes
Loading
885 Bytes
Loading
673 Bytes
Loading
889 Bytes
Loading
912 Bytes
Loading
697 Bytes
Loading
756 Bytes
Loading
719 Bytes
Loading

0 commit comments

Comments
 (0)