I'm finalizing up the vehicle building components, basically just the value calculation formula to do. Just a quick question
my interpretation is vehicle calculations work like this:
(basepv x dc) + (sdcpv x sdcpoints) = basic frame cost (bfc)
then
bfc x field cost = field cost addition(fca)
for a total frame cost of
bfc + fca = total
Its the field cost I really want checked/confirmed as the examples don't seem to have a complex multi dc/sdc example and including the sdc as part of the base cost adds to the field save pv total.
ie I've assumed it doesn't work like this:
basepv x dc = bfc
bfc x field cost = fca
(sdcpv*sdcpoints) + bfc + fca = total
although following the explicit build rules sdc does come at step 3 so the above could be right, although the examples over the page seem to indicate the first is correct.
I've never built an afv/apc with field saves.... 8-)
edit---------------------------------------------------------------------
Sorry missed a Q
Rounding when does it occur?
If I had a complex apc vehicle with different front to side rear armour and field saves.
When does rounding occur?
Do I round up at each step
ie
calculate basepv and roundup
calculate field save cost and round up
add it all together.
or does rounding only occur at the end
calculate basepv
calculate base field save
total and then roundup
I relies this only makes a 1pv difference in a worst case but I'd like to get it right. For the moment I'm assumign the first method, I've also made the assumption that sdc is always purchased at the more expensive frame cost similar to hero costs for infantry.
edit---------------------------------------------------------------------
Assuming the above assumptions are correct vehicles are now done. I'll move along to weapon frames next