Vault calculation examples
Last updated
Worked examples showing how each vault scoring decision calculates the final score. See Enter two vault scores for the entry process.
All examples below use: Initial Execution = 10.0, no neutral deductions.
Vault 1
2.0
0.5
9.5
11.5
Final Score = 11.5 (second vault ignored).
Vault 1
2.0
0.5
9.5
11.5
Vault 2
2.0
1.0
9.0
11.0
Final Score = (11.5 + 11.0) / 2 = 11.25
Vault 1
2.0
0.4
9.6
11.6
Vault 2
2.0
1.2
8.8
10.8
Final Score = max(11.6, 10.8) = 11.6
Vault 1
2.0
0.5
9.5
11.5
0.2
Vault 2
3.0
0.1
9.9
12.9
1.0
Best base score = 12.9 (Vault 2). The winning vault's FS Bonus is used.
Final Score = 12.9 + 1.0 = 13.9
Key: The Final Score Bonus is always applied after the vault decision (average or best). It is never included in intermediate calculations.
Last updated