Skip to content

Commit

Permalink
update kuki curves (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
srliao authored Jun 22, 2022
1 parent a4d5389 commit 468a704
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 60 deletions.
120 changes: 60 additions & 60 deletions internal/tmpl/character/curves/charactercurves.go
Original file line number Diff line number Diff line change
Expand Up @@ -1145,66 +1145,6 @@ var CharBaseMap = map[core.CharKey]CharBase{
},
},
},
core.Kuki: {
HPCurve: GROW_CURVE_HP_S4,
AtkCurve: GROW_CURVE_ATTACK_S4,
DefCurve: GROW_CURVE_HP_S4,
BaseHP: 1030.3239,
BaseAtk: 17.808,
BaseDef: 62.9475,
Specialized: core.HPP,
PromotionBonus: []PromoData{
{
MaxLevel: 20,
HP: 0,
Atk: 0,
Def: 0,
Special: 0,
},
{
MaxLevel: 40,
HP: 769.70465,
Atk: 13.3038,
Def: 47.025,
Special: 0,
},
{
MaxLevel: 50,
HP: 1316.6001,
Atk: 22.7565,
Def: 80.4375,
Special: 0.05999999865889549,
},
{
MaxLevel: 60,
HP: 2045.794,
Atk: 35.3601,
Def: 124.9875,
Special: 0.11999999731779099,
},
{
MaxLevel: 70,
HP: 2592.6895,
Atk: 44.8128,
Def: 158.4,
Special: 0.11999999731779099,
},
{
MaxLevel: 80,
HP: 3139.5847,
Atk: 54.2655,
Def: 191.8125,
Special: 0.18000000715255737,
},
{
MaxLevel: 90,
HP: 3686.4802,
Atk: 63.7182,
Def: 225.225,
Special: 0.23999999463558197,
},
},
},
core.Ayaka: {
HPCurve: GROW_CURVE_HP_S5,
AtkCurve: GROW_CURVE_ATTACK_S5,
Expand Down Expand Up @@ -1505,6 +1445,66 @@ var CharBaseMap = map[core.CharKey]CharBase{
},
},
},
core.Kuki: {
HPCurve: GROW_CURVE_HP_S4,
AtkCurve: GROW_CURVE_ATTACK_S4,
DefCurve: GROW_CURVE_HP_S4,
BaseHP: 1030.3238525390625,
BaseAtk: 17.808000564575195,
BaseDef: 62.9474983215332,
Specialized: core.HPP,
PromotionBonus: []PromoData{
{
MaxLevel: 20,
HP: 0,
Atk: 0,
Def: 0,
Special: 0,
},
{
MaxLevel: 40,
HP: 769.7046508789062,
Atk: 13.303799629211426,
Def: 47.025001525878906,
Special: 0,
},
{
MaxLevel: 50,
HP: 1316.60009765625,
Atk: 22.756500244140625,
Def: 80.4375,
Special: 0.05999999865889549,
},
{
MaxLevel: 60,
HP: 2045.7939453125,
Atk: 35.36009979248047,
Def: 124.98750305175781,
Special: 0.11999999731779099,
},
{
MaxLevel: 70,
HP: 2592.689453125,
Atk: 44.812801361083984,
Def: 158.39999389648438,
Special: 0.11999999731779099,
},
{
MaxLevel: 80,
HP: 3139.584716796875,
Atk: 54.265499114990234,
Def: 191.8125,
Special: 0.18000000715255737,
},
{
MaxLevel: 90,
HP: 3686.480224609375,
Atk: 63.71820068359375,
Def: 225.22500610351562,
Special: 0.23999999463558197,
},
},
},
core.Lisa: {
HPCurve: GROW_CURVE_HP_S4,
AtkCurve: GROW_CURVE_ATTACK_S4,
Expand Down
1 change: 1 addition & 0 deletions scripts/charstat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,5 @@ var CharNameToKey = map[string]string{
"yunjin": "Yunjin",
"yaemiko": "YaeMiko",
"yelan": "Yelan",
"kukishinobu": "Kuki",
}

0 comments on commit 468a704

Please sign in to comment.