i'm looking at this event...
On the bolded part, does that mean only a martial 5 will be affected? or is it 5 or below? because i am wanting to increase the odds of this event happening to lower martial characters and didn't know if there was a greater than or less than modifier...
thanks.
###############################
# Character wounded in combat #
###############################
character_event = {
id = 7001
picture = "event_battle"
trigger = {
condition = { type = combat }
}
mean_time_to_happen = {
days = 150
# Martial value modifiers:
modifier = {
condition = { type = not value = { type = martial value = 5 } }
factor = 0.5
}
# Base value is for this range, but we don't calculate x 1 multiplier to save CPU
#
# modifier = {
# condition = { type = martial value = 5 }
# condition = { type = not value = { type = martial value = 10 } }
# factor = 1
# }
On the bolded part, does that mean only a martial 5 will be affected? or is it 5 or below? because i am wanting to increase the odds of this event happening to lower martial characters and didn't know if there was a greater than or less than modifier...
thanks.