alltheatreides / AVE_MARIA_CK3

AVE MARIA mod for Crusader Kings 3 (CK3)
15 stars 7 forks source link

Thermal cure decision #14

Closed Conchodebar closed 3 years ago

Conchodebar commented 3 years ago

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.

alltheatreides commented 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
        }
    }