großes refactoring

This commit is contained in:
2026-03-22 23:13:40 +01:00
parent 53e7bcbbcc
commit 409f003aec
99 changed files with 10124 additions and 4386 deletions

View File

@@ -62,6 +62,22 @@ const CARD_DEFS = [
defMin: 0,
defMax: 0,
},
{
id: 'CUM',
img: '/img/card_cum.png',
name: 'Cum',
desc: 'Spezielle Karte.',
defMin: 0,
defMax: 0,
},
{
id: 'CUM_IN_CAGE',
img: '/img/card_cum_caged.png',
name: 'Cum in Cage',
desc: 'Spezielle Karte.',
defMin: 0,
defMax: 0,
},
];
/** Lookup-Objekt für Konsumenten, die nach ID auf Name/Bild/Beschreibung zugreifen. */