ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Enter Data Here
Intermediary calcutations
2
Blood CodeAssassinBlood Code StrengthBlood Code DexBlood Code VitBlood Code FortBlood Code MindBlood Code Will
3
Weapon Reinforcement61012910810
4
WeaponBrodiaeaWeapon StrengthWeapon DexWeapon BaseBase HPf_dex0.8525707789
5
Level84013240666.6666667f_str0
6
Blood Veil Reinforcement6Blood Veil StrengthBlood Veil DexBlood Veil MindBlood Veil WillpowerSS0.57122
7
Blood VeilBlue Hounds01099M1.423790779
8
Blood Veil LightBlood Veil DarkBlood Veil PhysicalPhysical Damage581.7097869
9
Dex Boosts1291.2291.2262.4f_str0
10
Str Boosts0f_mind0.2519888894f_will0.3350938086f_dex0.5044797508
11
Vit Boosts0SS0.10368SS0.162SS0.338
12
Mind Boosts0M0.3556688894M0.4970938086M0.8424797508
13
Willpower Boosts0Light394.7707806Dark435.9537171Drain Attack483.4666866
14
Fort Boosts0f_hp2.229916898Stamina186.3189793
15
16
Calculated Values HereCreated by:@Left#2496@Joo#8355
17
Damage581/u/Leftn/u/Joobzz
18
HP2154
19
Stamina186Users Note:
20
You can change any of the green cells
21
Light (Gift)394
The calculated data will show up in the yellow cells
22
Dark (Gift)435
23
Drain Attack483
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