stuff and things

This commit is contained in:
Pyritie 2026-01-31 18:50:46 +00:00
parent 11d83ff913
commit 34c4bb5fb4
8 changed files with 84 additions and 9 deletions

View file

@ -30,5 +30,5 @@ smallCreatures = ["tfc:wolf", "tfc:dog", "tfc:pig", "tfc:sheep", "tfc:goat", "tf
#Valid "Medium" creatures
mediumCreatures = ["tfc:cow", "tfc:donkey", "tfc:dolphin", "wan_ancient_beasts:glider", "wan_ancient_beasts:soarer"]
#Valid "Large" creatures
largeCreatures = ["tfc:horse", "tfc:mule", "tfc:musk_ox", "tfc:yak", "tfg:sniffer", "wan_ancient_beasts:walker", "species:cruncher"]
largeCreatures = ["tfc:horse", "tfc:mule", "tfc:musk_ox", "tfc:yak", "tfg:sniffer", "wan_ancient_beasts:walker", "species:cruncher", "wan_ancient_beasts:charger"]

View file

@ -74,3 +74,30 @@
#Range: 1.0 ~ 1024.0
health = 80.0
#Raider Attributes
[charger]
#Raider health [default: 60]
#Range: 1.0 ~ 1024.0
health = 200.0
#Raider armor [default: 4]
#Range: 0.0 ~ 30.0
armor = 6.0
#Raider attack damage [default: 15]
#Range: 0.0 ~ 1024.0
armorToughness = 4.0
[raider]
#Raider health [default: 60]
#Range: 1.0 ~ 1024.0
health = 200.0
#Raider armor [default: 4]
#Range: 0.0 ~ 30.0
armor = 6.0
#Raider attack damage [default: 15]
#Range: 0.0 ~ 1024.0
armorToughness = 4.0
[snatcher]
#Raider health [default: 60]
#Range: 1.0 ~ 1024.0
health = 50.0