We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512f50f commit b37fe8dCopy full SHA for b37fe8d
packages/bhapi/legends.ts
@@ -723,6 +723,18 @@ export const legends: Legend[] = [
723
defense: "5",
724
speed: "5",
725
},
726
+ {
727
+ legend_id: 61,
728
+ legend_name_key: "seven",
729
+ bio_name: "Seven",
730
+ bio_aka: "The Free Heart Engineer",
731
+ weapon_one: "Spear",
732
+ weapon_two: "Cannon",
733
+ strength: "7",
734
+ dexterity: "3",
735
+ defense: "8",
736
+ speed: "4"
737
+ }
738
]
739
740
export const legendsMap = arrayToMap(legends, "legend_id")
0 commit comments