I have noticed that the first choice in a random list is always selected.
For example, in the following random list,
the first effect "honor = -5" happens always.
For example, in the following random list,
Code:
random_list = {
50 = { honor = -5 }
25 = { honor = 20 }
25 = { honot = 10 }
}
Upvote
0