ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Enter Data Here
Intermediary calcutations
2
Blood CodeQueenslayerBlood Code StrengthBlood Code DexBlood Code VitBlood Code FortBlood Code MindBlood Code Will
3
Weapon Reinforcement10121310121110
4
WeaponExecutionerWeapon StrengthWeapon DexWeapon BaseBase HPf_dex0.8244767118
5
Level751013210666.6666667f_str0.4480630047
6
Blood Veil Reinforcement6Blood Veil StrengthBlood Veil DexBlood Veil MindBlood Veil WillpowerSS1.00048
7
Blood VeilPrayer Shawl88107M2.273019717
8
Blood Veil LightBlood Veil DarkBlood Veil PhysicalPhysical Damage687.3341405
9
Dex Boosts1368294.4265.6f_str0.286760323
10
Str Boosts1f_mind0.4055672196f_will0.1764f_dex0.3122278672
11
Vit Boosts0SS0.288SS0.11858SS0.4672
12
Mind Boosts1M0.6935672196M0.29498M1.06618819
13
Willpower Boosts0Light623.2327368Dark381.242112Drain Attack548.7795833
14
Fort Boosts0f_hp2.241696357Stamina199.0767386
15
16
Calculated Values HereCreated by:@Left#2496@Joo#8355
17
Damage687/u/Leftn/u/Joobzz
18
HP2162
19
Stamina199Users Note:
20
You can change any of the green cells
21
Light (Gift)623
The calculated data will show up in the yellow cells
22
Dark (Gift)381
23
Drain Attack548
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