1
XPiratez / Re: A thread for little questions
« on: August 07, 2024, 12:24:32 pm »It is additive, but the formula is not as straightforward as that (because UFO size and dodge bonus also affect the calculation).UFO size is explaind in the bootypedia #53.
If you can read code, the algorithm is around here: https://github.com/MeridianOXC/OpenXcom/blob/oxce-plus/src/Geoscape/DogfightState.cpp#L1112
I didn't find any tips that mentioned how pilot skill, craft bonus and dodge actually work.
Looking at the code the formula is actually unintuitive. I thought when it's additive that it get's added to the weapons base accuracy, but it get's added to the accuracy after it was modified by the ufo size.
In any case I now see how strong the pilot and craft bonuses really are, took me just a few hundred hours...
Maybe this should be added as an ingame tip aswell.