Skip to content

Commit

Permalink
add imugi
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo authored Jul 24, 2024
1 parent 33f9ebc commit ff2d2f4
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 @@ -747,6 +747,18 @@ export const legends: Legend[] = [
defense: "4",
speed: "7",
},
{
"legend_id": 65,

Check failure on line 751 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"legend_id"` with `legend_id`
"legend_name_key": "imugi",

Check failure on line 752 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"legend_name_key"` with `legend_name_key`
"bio_name": "Imugi",

Check failure on line 753 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"bio_name"` with `bio_name`
"bio_aka": "The Warrior Chef",

Check failure on line 754 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"bio_aka"` with `bio_aka`
"weapon_one": "Axe",

Check failure on line 755 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"weapon_one"` with `weapon_one`
"weapon_two": "Greatsword",

Check failure on line 756 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"weapon_two"` with `weapon_two`
"strength": "8",

Check failure on line 757 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"strength"` with `strength`
"dexterity": "3",

Check failure on line 758 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"dexterity"` with `dexterity`
"defense": "8",

Check failure on line 759 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Replace `"defense"` with `defense`
"speed": "3"
}
]

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

0 comments on commit ff2d2f4

Please sign in to comment.