Skip to content

Commit

Permalink
add Baron Zemo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Apr 2, 2024
1 parent 50526f5 commit b2af4a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"writables",
"Yellowjacket",
"Yondu",
"Zabu"
"Zabu",
"Zemo"
]
}
8 changes: 6 additions & 2 deletions ui/src/lib/facts/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export const map: Record<Key, Roster> = {
'Agent 13',
'Spider-Man',
'War Machine',
'Baron Zemo',
'Crossbones',
'Quinjet',
],
Expand Down Expand Up @@ -929,7 +930,7 @@ export const map: Record<Key, Roster> = {
'2021|The Falcon and the Winter Soldier': {
major: new Set(),
minor: new Set(),
major_: ['Bucky Barnes', 'Falcon', 'Agent 13', 'Patriot'],
major_: ['Bucky Barnes', 'Falcon', 'Agent 13', 'Patriot', 'Baron Zemo'],
minor_: ['War Machine'],
},
'2021|Hawkeye': {
Expand Down Expand Up @@ -1174,7 +1175,7 @@ export const map: Record<Key, Roster> = {
'Namor',
'Attuma',
],
minor_: ['Absorbing Man', 'Agatha Harkness', 'Captain America', 'Iron Man'],
minor_: ['Absorbing Man', 'Agatha Harkness', 'Captain America', 'Iron Man', 'Baron Zemo'],
},
'1999–2001|Spider-Man Unlimited': {
major: new Set(),
Expand Down Expand Up @@ -1475,6 +1476,7 @@ export const map: Record<Key, Roster> = {
'Abomination',
'Enchantress',
'Falcon',
'Baron Zemo',
'Mockingbird',
'Hulkbuster',
'Helicarrier',
Expand Down Expand Up @@ -1699,6 +1701,7 @@ export const map: Record<Key, Roster> = {
'Wasp',
'Falcon',
'Bucky Barnes',
'Baron Zemo',
'Shuri',
'Killmonger',
"M'Baku",
Expand Down Expand Up @@ -1784,6 +1787,7 @@ export const map: Record<Key, Roster> = {
'Juggernaut',
'Sabretooth',
'Crossbones',
'Baron Zemo',
'Silver Samurai',
'Abomination',
'Green Goblin',
Expand Down

0 comments on commit b2af4a3

Please sign in to comment.