Relationship between DEF and DEF%
Learn about relationship between DEF and DEF% in ASTRA: Knights of Veda
Data set from Character Lv.90
| DEF% (x)
| DEF (y)
|
| 15 |
3412 |
| 20 |
4835 |
| 25 |
6451 |
| 30 |
8318 |
| 35 |
10428 |
| 40 |
12923 |
| 45 |
15841 |
| 50 |
19429 |
| 55 |
23739 |
| 60 |
29032 |
| 65 |
36035 |
| 70 |
45313 |
| 75 |
58234 |
Relationship between DEF and DEF% (Lv.90)
const xValues = [15,20,25,30,35,40,45,50,55,60,65,70,75];
const yValues = [3412,4835,6451,8318,10428,12923,15841,19429,23739,29032,36035,45313,58234];
new Chart(“myChart”, {
type: “line”,
data: {
labels: xValues,
datasets: [{
fill: false,
lineTension: 0,
backgroundColor: “rgba(0,0,255,1.0)”,
borderColor: “rgba(0,0,255,0.1)”,
data: yValues
}]
},
options: {
legend: {display: false},
title: {
display: true,
text: “Relationship between DEF and DEF% (Lv.90)”
}
}
});
Exponential Regression Formula
Calculated Data from Formula
| DEF% (x)
| DEF (y)
|
| 80 |
73,698 |
| 85 |
92,281 |
| 90 |
115,551 |
| 95 |
144,688 |
| 100 |
181,171 |