ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Enter Data Here
Intermediary calcutations
2
Blood CodeFighterBlood Code StrengthBlood Code DexBlood Code VitBlood Code FortBlood Code MindBlood Code Will
3
Weapon Reinforcement2121171298
4
WeaponPipe of ThralldomWeapon StrengthWeapon DexWeapon BaseBase HPf_dex0.00009799814222
5
Level110936666.6666667f_str0.000143979267
6
Blood Veil Reinforcement0Blood Veil StrengthBlood Veil DexBlood Veil MindBlood Veil WillpowerSS0.48402
7
Blood VeilQueenslayer Claw091010M0.4842619774
8
Blood Veil LightBlood Veil DarkBlood Veil PhysicalPhysical Damage53.43343119
9
Dex Boosts0203203186f_str0
10
Str Boosts0f_mind0.00008099343953f_will0.00006399590426f_dex0.00009799814222
11
Vit Boosts0SS0.162SS0.128SS0.19602
12
Mind Boosts0M0.1620809934M0.1280639959M0.1961179981
13
Willpower Boosts0Light235.9024417Dark228.9969912Drain Attack222.4779477
14
Fort Boosts0f_hp0.04132231405Stamina127.6517666
15
16
Calculated Values HereCreated by:@Left#2496@Joo#8355
17
Damage53/u/Leftn/u/Joobzz
18
HP695
19
Stamina127Users Note:
20
You can change any of the green cells
21
Light (Gift)235
The calculated data will show up in the yellow cells
22
Dark (Gift)228
23
Drain Attack222
24
25
HP
26
HP = ceil(2000/3 * (1 + f_hp(level)))
27
f_hp(level) = 5 * level / (level + 100/)
28
29
Stamina
30
max_stamina(level) = 100 * ((5/3 * level / (level + 100/((bc_mnd/15)/4 + bc_fort/15))) + 1) + (1/4 * FS(bc_mnd)+ FS(bc_fort)))
31
FS(L) = (3(L + n_L) - 40/3)
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100