Skip to content

Commit

Permalink
Add NeXt Evolution scenarios and modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naouak committed Aug 24, 2023
1 parent a2ba6a5 commit e77e410
Show file tree
Hide file tree
Showing 19 changed files with 129 additions and 1 deletion.
Binary file added public/images/modules/black-tom-cassidy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/extreme-measures.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/flight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/hope-summers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/marauders.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/military-grade.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/mutant-insurrection.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/mutant-slayers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/nasty-boys.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/super-strength.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/modules/telepathy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/scenarios/juggernaut.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/scenarios/mister-sinister.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/scenarios/morlock-siege.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/scenarios/on-the-run.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/scenarios/stryfe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/components/ChangeLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<div @click="shown=!shown" class="panel-insert">Changelog</div>

<div v-if="shown">
<div class="changelog-entry">
<h3>On August 24th 2023</h3>
<ul>
<li>Add Next Evolution Scenarios and Modules.</li>
<li>Fix issue with pack selection after "select all" was used.</li>
</ul>
</div>
<div class="changelog-entry">
<h3>On August 21st 2023</h3>
<ul>
Expand Down
57 changes: 57 additions & 0 deletions src/data/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,61 @@ export const modules = [
img: "images/modules/reavers.jpg",
pack: "Rogue",
},
{
name: "Black Tom Cassidy",
img: "images/modules/black-tom-cassidy.jpg",
pack: "NeXt Evolution",
},
{
name: "Extreme Measures",
img: "images/modules/extreme-measures.jpg",
pack: "NeXt Evolution",
},
{
name: "Flight",
img: "images/modules/flight.jpg",
pack: "NeXt Evolution",
},
{
name: "Hope Summers",
img: "images/modules/hope-summers.jpg",
pack: "NeXt Evolution",
randomize: false,
},
{
name: "Marauders",
img: "images/modules/marauders.jpg",
pack: "NeXt Evolution",
randomize: false,
},
{
name: "Military Grade",
img: "images/modules/military-grade.jpg",
pack: "NeXt Evolution",
},
{
name: "Mutant Insurrection",
img: "images/modules/mutant-insurrection.jpg",
pack: "NeXt Evolution",
},
{
name: "Mutant Slayers",
img: "images/modules/mutant-slayers.jpg",
pack: "NeXt Evolution",
},
{
name: "Nasty Boys",
img: "images/modules/nasty-boys.jpg",
pack: "NeXt Evolution",
},
{
name: "Super Strength",
img: "images/modules/super-strength.jpg",
pack: "NeXt Evolution",
},
{
name: "Telepathy",
img: "images/modules/telepathy.jpg",
pack: "NeXt Evolution",
},
];
66 changes: 65 additions & 1 deletion src/data/scenarios.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,69 @@ export const scenarios = [
}
}
]
},
},
{
name: "Morlock Siege",
pack: "NeXt Evolution",
img: "images/scenarios/morlock-siege.jpg",
decks: [
{
name: "Villains",
requiredModules: ["Marauders"],
minModules: 0
},
{
name: "Encounter Deck",
minModules: 2,
}
]
},
{
name: "On The Run",
pack: "NeXt Evolution",
img: "images/scenarios/on-the-run.jpg",
decks: [
{
name: "Villains",
requiredModules: ["Marauders"],
minModules: 0,
},
{
name: "Encounter Deck",
minModules: 2,
requiredModules: ["Mutant Slayers"],
}
]
},
{
name: "Juggernaut",
pack: "NeXt Evolution",
img: "images/scenarios/juggernaut.jpg",
decks: [
{
requiredModules: ["Hope Summers"]
}
]
},
{
name: "Mister Sinister",
pack: "NeXt Evolution",
img: "images/scenarios/mister-sinister.jpg",
decks: [
{
requiredModules: ["Flight", "Super Strength", "Telepathy", "Hope Summers"]
}
]
},
{
name: "Stryfe",
pack: "NeXt Evolution",
img: "images/scenarios/stryfe.jpg",
decks: [
{
minModules: 2,
requiredModules: ["Hope Summers"]
}
]
},
];

0 comments on commit e77e410

Please sign in to comment.