Fraser commited on
Commit
a97dfea
Β·
1 Parent(s): eb2a8e0
public/classes/aquatic.png ADDED

Git LFS Details

  • SHA256: b9a903503b2e60c12227bcb3618ba6c289485f3664ca12715e367b08e523ae6c
  • Pointer size: 130 Bytes
  • Size of remote file: 35.8 kB
public/classes/beast.png ADDED

Git LFS Details

  • SHA256: b840ad44419a457e266309cb48b894dc19173ababc3ab6fbae98f5b4a8323e8b
  • Pointer size: 130 Bytes
  • Size of remote file: 42.9 kB
public/classes/bug.png ADDED

Git LFS Details

  • SHA256: a35210a36a0e075fbe23c6b4a04f510119c710920ce9c8237ba0a87dabedd58f
  • Pointer size: 130 Bytes
  • Size of remote file: 39.7 kB
public/classes/cuisine.png ADDED

Git LFS Details

  • SHA256: af1d4841cb2ac6d08163d0a3bca6b58ca670d12ae912ced37cdc2a00b10ced7e
  • Pointer size: 130 Bytes
  • Size of remote file: 36.9 kB
public/classes/culture.png ADDED

Git LFS Details

  • SHA256: 368a9f4a77e00ea92d0af1b28b54cd3e2a67babe824161889bc6300d8383c938
  • Pointer size: 130 Bytes
  • Size of remote file: 34.7 kB
public/classes/flora.png ADDED

Git LFS Details

  • SHA256: 92c21beada719ee13bb8f722124b70381ffb536a2e9504daaccd2b2df999e5ac
  • Pointer size: 130 Bytes
  • Size of remote file: 37.3 kB
public/classes/machina.png ADDED

Git LFS Details

  • SHA256: 155e87a5751ef8187966ffe6c2e41d652701c7ac73e3777b4ed2a40b8d957a76
  • Pointer size: 130 Bytes
  • Size of remote file: 30.6 kB
public/classes/mineral.png ADDED

Git LFS Details

  • SHA256: 203cd9d747d0bb6042ac6fdc51c416da988ef0fdb71b15b8daf8b1ab874f734c
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
public/classes/space.png ADDED

Git LFS Details

  • SHA256: 6b4347ee4aa9ee71658bf7bbc9ed90b4f29704c844bd7ec2d7dc2ee41d5d79d6
  • Pointer size: 130 Bytes
  • Size of remote file: 33.7 kB
public/classes/structure.png ADDED

Git LFS Details

  • SHA256: c5c4e5430b7050711989b1449a64ce14a5cea6a38e6ef0790f7108665348de1d
  • Pointer size: 130 Bytes
  • Size of remote file: 33 kB
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: '#8B4513',
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: '#9ACD32',
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: '#1E90FF',
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: '#228B22',
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: '#696969',
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: '#4B0082',
56
  description: 'Stars, moon, and other cosmic objects not on this world.'
57
  },
58
  [PicletType.MACHINA]: {
59
  name: 'Machina',
60
  icon: 'βš™οΈ',
61
- color: '#C0C0C0',
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: '#A0522D',
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]: {