Skip to content

Commit

Permalink
Merge pull request #95 from bearsdotzone/Avant-Guard
Browse files Browse the repository at this point in the history
Avant Guard
  • Loading branch information
gausie authored Sep 22, 2024
2 parents ad251d9 + a7d47da commit 3fab27b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/greenbox-data/data/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ const enum Thwaitgold {
Fairyfly = 11326,
WolfSpider = 11563,
IlliniginaIllinoiensis = 11593,
ShieldBug = 11637,
}

export const SOFTCORE = -3;
Expand Down Expand Up @@ -981,4 +982,14 @@ export default [
points: null,
maxPoints: 0,
},
{
id: 52,
name: "Avant Guard",
image: "itemimages/radshield.gif",
items: [Thwaitgold.ShieldBug],
equipment: [],
tattoos: [],
points: null,
maxPoints: 0,
},
] satisfies PathDef[];

0 comments on commit 3fab27b

Please sign in to comment.