OpenXcom Forum
OpenXcom Forks => OpenXcom Extended (OXCE) => OXCE Support => Topic started by: Nord on April 29, 2020, 08:04:10 am
-
How the game choose which set to use? Because i am gaining the last set from list almost every time(in quick battle).
Thanks.
-
In normal game it depends on number of months passed since the beginning (and alienItemLevel definition).
In New Battle, you choose it with the "Tech Level" slider.
-
Game will pick one set "at random" (randomness comes from the current alien tech level definition)
So, no random in reality?
And if i have:
alienItemLevels:
- [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
then what? Game will choose one of ten at random?
Ok. I think i got the point:
If i have written only two sets, then game will choose [first, second, second, second, second, second, second, second, second, second] ?
-
So, no random in reality?
There is random.
And if i have:
alienItemLevels:
- [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
then what? Game will choose one of ten at random?
Ok. I think i got the point:
If i have written only two sets, then game will choose [first, second, second, second, second, second, second, second, second, second] ?
Yes, if you have defined only 0,1,2 then 3,4,5,6,7,8,9=2.
-
Thank you, i got it.