If there are 2 or more options to take in an event, and there is NO "ai chance" they will always pick the top option correct?
Redwolf915 said:If there are 2 or more options to take in an event, and there is NO "ai chance" they will always pick the top option correct?
As mentioned above, there is between a 94.5% and 85% chance of the AI selecting the first choice available in an event. This chance is influenced by the total number of options which the event includes. The specific chances of the AI selecting a specific option are given in the table below.
Option Ratio Percentage
Two options
action_a 85/90 94,4%
action_b 5/90 5,6%
Three options
action_a 85/95 89,4%
action_b 5/95 5,3%
action_c 5/95 5,3%
Four options
action_a 85/100 85%
action_b 5/100 5%
action_c 5/100 5%
action_d 5/100 5%
OHgamer said:Per Vickywiki
So no, there is no 100% guarantee AI will choose the first choice, except by adding to the event commands the line
ai_chance = 100
Redwolf915 said:But what if there are no ai chances? As in
action_a = {
name = "ACTIONNAME1502A" # Intervene on the behalf of the Catholics
command = { type = war which = SWI }
command = { type = trigger which = 6912 } # ENG
}
action_b = {
name = "ACTIONNAME1502B" # Accept a settlement
command = { type = relation which = SWI value = 50 }