1
0
Fork 0

Add Species Pie Chart

This commit is contained in:
Neshura 2023-06-02 01:06:04 +02:00
parent ac7fb85535
commit e80a54eb71
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 205 additions and 1 deletions

View file

@ -108,3 +108,18 @@ export enum Scale {
fanatic = 2
}
export enum Species {
Humanoid = 0,
Mammalian = 1,
Reptilian = 2,
Avian = 3,
Arthropod = 4,
Molluscoid = 5,
Fungoid = 6,
Plantoid = 7,
Lithoid = 8,
Necroid = 9,
Aquatic = 10,
Toxoid = 11,
Machine = 12
}