We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c40f44 commit 73cc48aCopy full SHA for 73cc48a
src/ships/ship.ts
@@ -104,8 +104,8 @@ export class Ship {
104
stars: number;
105
stats: ShipStats;
106
slots: [Slot, Slot, Slot];
107
- enhanceValue: {[key:string]: number};
108
- scrapValue: {[key:string]: number};
+ enhanceValue: { [key: string]: number };
+ scrapValue: { [key: string]: number };
109
skills: Skill[];
110
skins: Skin[];
111
gallery: GalleryItem[];
@@ -170,6 +170,7 @@ export enum SkinLimitedStatus {
170
Unavailable = "Unavailable",
171
EventLimited = "Event Limited",
172
PermanentlyAvailable = "Permanently Available",
173
+ PermanentEvent = "Permanent Event",
174
Limited = "Limited",
175
}
176
0 commit comments