upd
Browse files- public/classes/aquatic.png +3 -0
- public/classes/beast.png +3 -0
- public/classes/bug.png +3 -0
- public/classes/cuisine.png +3 -0
- public/classes/culture.png +3 -0
- public/classes/flora.png +3 -0
- public/classes/machina.png +3 -0
- public/classes/mineral.png +3 -0
- public/classes/space.png +3 -0
- public/classes/structure.png +3 -0
- src/lib/types/picletTypes.ts +8 -8
public/classes/aquatic.png
ADDED
![]() |
Git LFS Details
|
public/classes/beast.png
ADDED
![]() |
Git LFS Details
|
public/classes/bug.png
ADDED
![]() |
Git LFS Details
|
public/classes/cuisine.png
ADDED
![]() |
Git LFS Details
|
public/classes/culture.png
ADDED
![]() |
Git LFS Details
|
public/classes/flora.png
ADDED
![]() |
Git LFS Details
|
public/classes/machina.png
ADDED
![]() |
Git LFS Details
|
public/classes/mineral.png
ADDED
![]() |
Git LFS Details
|
public/classes/space.png
ADDED
![]() |
Git LFS Details
|
public/classes/structure.png
ADDED
![]() |
Git LFS Details
|
src/lib/types/picletTypes.ts
CHANGED
@@ -22,49 +22,49 @@ export const TYPE_DATA: Record<PicletType, TypeInfo> = {
|
|
22 |
[PicletType.BEAST]: {
|
23 |
name: 'Beast',
|
24 |
icon: 'πΎ',
|
25 |
-
color: '#
|
26 |
description: 'Vertebrate wildlife β mammals, birds, reptiles. Brings raw physicality, instincts, and region-based variants.'
|
27 |
},
|
28 |
[PicletType.BUG]: {
|
29 |
name: 'Bug',
|
30 |
icon: 'π',
|
31 |
-
color: '#
|
32 |
description: 'Arthropods great and small: butterflies, beetles, mantises. Agile swarms, precision strikes, and metamorph-style evolutions.'
|
33 |
},
|
34 |
[PicletType.AQUATIC]: {
|
35 |
name: 'Aquatic',
|
36 |
icon: 'π',
|
37 |
-
color: '#
|
38 |
description: 'Life that swims, dives, sloshes, or seeps: fish, octopus, ink-creatures, sentient puddles. Masters of tides, mist, and pressure.'
|
39 |
},
|
40 |
[PicletType.FLORA]: {
|
41 |
name: 'Flora',
|
42 |
icon: 'πΏ',
|
43 |
-
color: '#
|
44 |
description: 'Plants and fungi captured in bloom or decay. Harness growth, spores, vines, and seasonal shifts to entangle foes or heal allies.'
|
45 |
},
|
46 |
[PicletType.MINERAL]: {
|
47 |
name: 'Mineral',
|
48 |
icon: 'πͺ¨',
|
49 |
-
color: '#
|
50 |
description: 'Stones, crystals, and metals shaped by earth\'s depths. High durability, reflective armor, seismic shocks, and gem-beam attacks.'
|
51 |
},
|
52 |
[PicletType.SPACE]: {
|
53 |
name: 'Space',
|
54 |
icon: 'β¨',
|
55 |
-
color: '#
|
56 |
description: 'Stars, moon, and other cosmic objects not on this world.'
|
57 |
},
|
58 |
[PicletType.MACHINA]: {
|
59 |
name: 'Machina',
|
60 |
icon: 'βοΈ',
|
61 |
-
color: '#
|
62 |
description: 'Engineered devices from pocket gadgets to heavy machinery. Deploy gears, circuits, drones, and overclocked power surges.'
|
63 |
},
|
64 |
[PicletType.STRUCTURE]: {
|
65 |
name: 'Structure',
|
66 |
icon: 'ποΈ',
|
67 |
-
color: '#
|
68 |
description: 'Buildings, bridges, monuments, and ruins re-imagined as titans. Excel at fortification, terrain shaping, and zone denial.'
|
69 |
},
|
70 |
[PicletType.CULTURE]: {
|
|
|
22 |
[PicletType.BEAST]: {
|
23 |
name: 'Beast',
|
24 |
icon: 'πΎ',
|
25 |
+
color: '#D4AF37',
|
26 |
description: 'Vertebrate wildlife β mammals, birds, reptiles. Brings raw physicality, instincts, and region-based variants.'
|
27 |
},
|
28 |
[PicletType.BUG]: {
|
29 |
name: 'Bug',
|
30 |
icon: 'π',
|
31 |
+
color: '#8FBC8F',
|
32 |
description: 'Arthropods great and small: butterflies, beetles, mantises. Agile swarms, precision strikes, and metamorph-style evolutions.'
|
33 |
},
|
34 |
[PicletType.AQUATIC]: {
|
35 |
name: 'Aquatic',
|
36 |
icon: 'π',
|
37 |
+
color: '#4682B4',
|
38 |
description: 'Life that swims, dives, sloshes, or seeps: fish, octopus, ink-creatures, sentient puddles. Masters of tides, mist, and pressure.'
|
39 |
},
|
40 |
[PicletType.FLORA]: {
|
41 |
name: 'Flora',
|
42 |
icon: 'πΏ',
|
43 |
+
color: '#32CD32',
|
44 |
description: 'Plants and fungi captured in bloom or decay. Harness growth, spores, vines, and seasonal shifts to entangle foes or heal allies.'
|
45 |
},
|
46 |
[PicletType.MINERAL]: {
|
47 |
name: 'Mineral',
|
48 |
icon: 'πͺ¨',
|
49 |
+
color: '#8A2BE2',
|
50 |
description: 'Stones, crystals, and metals shaped by earth\'s depths. High durability, reflective armor, seismic shocks, and gem-beam attacks.'
|
51 |
},
|
52 |
[PicletType.SPACE]: {
|
53 |
name: 'Space',
|
54 |
icon: 'β¨',
|
55 |
+
color: '#6A5ACD',
|
56 |
description: 'Stars, moon, and other cosmic objects not on this world.'
|
57 |
},
|
58 |
[PicletType.MACHINA]: {
|
59 |
name: 'Machina',
|
60 |
icon: 'βοΈ',
|
61 |
+
color: '#4169E1',
|
62 |
description: 'Engineered devices from pocket gadgets to heavy machinery. Deploy gears, circuits, drones, and overclocked power surges.'
|
63 |
},
|
64 |
[PicletType.STRUCTURE]: {
|
65 |
name: 'Structure',
|
66 |
icon: 'ποΈ',
|
67 |
+
color: '#CD853F',
|
68 |
description: 'Buildings, bridges, monuments, and ruins re-imagined as titans. Excel at fortification, terrain shaping, and zone denial.'
|
69 |
},
|
70 |
[PicletType.CULTURE]: {
|