Skip to content

Commit

Permalink
add vivi
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Apr 10, 2024
1 parent cf6f54b commit d03aea9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/bhapi/legends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,18 @@ export const legends: Legend[] = [
defense: "8",
speed: "4",
},
{
legend_id: 64,
legend_name_key: "vivi",
bio_name: "Vivi",
bio_aka: "The Deadly Dancer",
weapon_one: "Battle Boots",
weapon_two: "Blasters",
strength: "6",
dexterity: "5",
defense: "4",
speed: "7",
},
]

export const legendsMap = arrayToMap(legends, "legend_id")
Expand Down

0 comments on commit d03aea9

Please sign in to comment.