Closed Conchodebar closed 3 years ago
This is great ! A bit tired right now so I will review it better tomorrow, but at first glance this looks good :)
To do ai_modifiers the best in that case would be:
ai_will_do = {
base = 0
modifier = {
add = 50
health <= 1 # or health <= poor_health
}
}
I don't think I've added the ai weighting correctly, I couldn't find much information on how to do it properly. Let me know if there are any mistakes or if anything else needs adding.