Skip to content

Commit

Permalink
Add Nightcrawler and Magneto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naouak committed Oct 2, 2024
1 parent d509a3b commit a257492
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/ChangeLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<div @click="shown=!shown" class="panel-insert">Changelog</div>

<div v-if="shown">
<div class="changelog-entry">
<h3>On October 2nd 2024</h3>
<ul>
<li>Add Nightcrawler and Magneto.</li>
</ul>
</div>
<div class="changelog-entry">
<h3>On April 27th 2024</h3>
<ul>
Expand Down
4 changes: 3 additions & 1 deletion src/data/aspects.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export const aspects = [
"Cyclops",
"Storm",
"NeXt Evolution",
"Age of Apocalypse"
"Age of Apocalypse",
"Magneto"
]
},
{
Expand All @@ -76,6 +77,7 @@ export const aspects = [
"Mutant Genesis",
"Rogue",
"Angel",
"Nightcrawler",
]
},
{
Expand Down
14 changes: 14 additions & 0 deletions src/data/heroes.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,20 @@ export const heroes = [
alterEgo: 'Jubilation Lee',
alterEgoImg: 'images/heroes/mc47_announce_cards_jubilationlee.png',
pack: 'Jubilee'
},
{
hero: 'Nightcrawler',
heroImg: 'images/heroes/mc48_announcement_article_nightcrawler_01a_card.png',
alterEgo: 'Kurt Wagner',
alterEgoImg: 'images/heroes/mc48_announcement_article_kurt_wagner_01b_card.png',
pack: 'Nightcrawler'
},
{
hero: 'Magneto',
heroImg: 'images/heroes/mc49_announce_cards_magneto.png',
alterEgo: 'Erik Lehnsherr',
alterEgoImg: 'images/heroes/mc49_announce_cards_eriklehnsherr.png',
pack: 'Magneto'
}

];
10 changes: 10 additions & 0 deletions src/data/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,15 @@ export const modules = [
name: "Arcade",
img: "images/modules/mc47_announce_cards_arcade.png",
pack: "Jubilee"
},
{
name: "Crazy Gang",
img: "images/modules/mc48_announcement_article_the_crazy_gang_33_card_horizontal.png",
pack: "Nightcrawler"
},
{
name: "Hellfire",
img: "images/modules/mc49_announce_cards_sebastianshaw.png",
pack: "Magneto"
}
];

0 comments on commit a257492

Please sign in to comment.