Skip to content

Commit

Permalink
chore: add temp sun solo scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStevens committed Dec 11, 2024
1 parent 4553e7a commit 2bbf18c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/scenarios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -919,4 +919,18 @@ export const SCENARIO_DEFINITIONS: ScenarioDefinition[] = [
],
id: 95,
},
{
name: '#99 Sun Solo Scenario',
enemies: [
EnemyNames.BanditGuard,
EnemyNames.BanditArcher,
EnemyNames.InoxGuard,
EnemyNames.InoxArcher,
EnemyNames.InoxShaman,
EnemyNames.VermlingScout,
EnemyNames.VermlingShaman,
EnemyNames.CaveBear,
],
id: 99,
},
];

0 comments on commit 2bbf18c

Please sign in to comment.