Compare commits
No commits in common. "940f1416ed27c5cbd4406371f6966c302d9cb8ff" and "408ac73aa6445e4cce55b4e2ff2862ee889b0176" have entirely different histories.
940f1416ed
...
408ac73aa6
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 345 KiB |
Before Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 306 KiB |
Before Width: | Height: | Size: 305 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 1 MiB |
6
types.ts
|
@ -24,7 +24,6 @@ export enum Hats {
|
||||||
FirstPartyHat = "1st Party Hat",
|
FirstPartyHat = "1st Party Hat",
|
||||||
MasterTransceivers = "Master Transceivers",
|
MasterTransceivers = "Master Transceivers",
|
||||||
BuilderHelmet = "Builder Helmet",
|
BuilderHelmet = "Builder Helmet",
|
||||||
SecondPartyHat = "2nd Party Hat",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Faces {
|
export enum Faces {
|
||||||
|
@ -96,7 +95,6 @@ export enum Backs {
|
||||||
export enum Necks {
|
export enum Necks {
|
||||||
NeckChain = "Neck Chain",
|
NeckChain = "Neck Chain",
|
||||||
OneKChain = "1K Chain",
|
OneKChain = "1K Chain",
|
||||||
PlaceholderText = "Placeholder Text",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Opponents {
|
export enum Opponents {
|
||||||
|
@ -173,8 +171,8 @@ export type GenerateBattlerOptions = {
|
||||||
eye?: ColouredOpt<Eyes>;
|
eye?: ColouredOpt<Eyes>;
|
||||||
|
|
||||||
hair?: ColouredOpt<Hair>;
|
hair?: ColouredOpt<Hair>;
|
||||||
//upperBottom?: ColouredOpt<UpperBottom>;
|
upperBottom?: ColouredOpt<UpperBottom>;
|
||||||
//upperTop?: ColouredOpt<UpperTop>;
|
upperTop?: ColouredOpt<UpperTop>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export enum PlayerActions {
|
export enum PlayerActions {
|
||||||
|
|