mirror of
https://github.com/DaInfLoop/Battler-Generator.git
synced 2024-11-21 21:29:57 +00:00
Anniversary Update
This commit is contained in:
parent
43367b7699
commit
1eeccf771a
Before Width: | Height: | Size: 463 KiB After Width: | Height: | Size: 463 KiB |
Before Width: | Height: | Size: 307 KiB After Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 412 KiB After Width: | Height: | Size: 412 KiB |
12
index.ts
12
index.ts
|
@ -130,6 +130,18 @@ const opponents = {
|
||||||
[Opponents.HouseannorSupport]: {
|
[Opponents.HouseannorSupport]: {
|
||||||
text: "Houseannor Support",
|
text: "Houseannor Support",
|
||||||
colour: ["#FF00FF", "#FFFFFF"]
|
colour: ["#FF00FF", "#FFFFFF"]
|
||||||
|
},
|
||||||
|
[Opponents.Dicey2024]: {
|
||||||
|
text: "Dicey",
|
||||||
|
colour: ["#000000", "#FFFFFF"]
|
||||||
|
},
|
||||||
|
[Opponents.CakeDay]: {
|
||||||
|
text: "Cake Day",
|
||||||
|
colour: ["#FA61FF", "#FFFFFF"]
|
||||||
|
},
|
||||||
|
[Opponents.MasterOG]: {
|
||||||
|
text: "Master OG",
|
||||||
|
colour: ["#FF0000", "#FFFFFF"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
3
types.ts
3
types.ts
|
@ -113,6 +113,9 @@ export enum Opponents {
|
||||||
Eda = "Eda",
|
Eda = "Eda",
|
||||||
TheFirewall = "TheFirewall",
|
TheFirewall = "TheFirewall",
|
||||||
HouseannorSupport = "HouseannorSupport",
|
HouseannorSupport = "HouseannorSupport",
|
||||||
|
Dicey2024 = "Dicey2024",
|
||||||
|
CakeDay = "CakeDay",
|
||||||
|
MasterOG = "MasterOG",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Hair {
|
export enum Hair {
|
||||||
|
|
Loading…
Reference in a new issue