CPTN Cosmo cosmo
  • Berlin, Germany
  • Joined on 2026-01-06
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 19:11:40 +02:00
a9185baf99 refactor: increase augment description length and update motherboard card layout to support multiline text
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 19:09:43 +02:00
4a7aa554f3 feat: exclude Bonded feature from Ikonis augment slot calculation
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 19:06:38 +02:00
328932d6b0 feat: add Bonded feature display to motherboard sheet with auto-installation logic
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 19:04:47 +02:00
a421950b3e remove bonded feature logic and unused imports from ikonis-sheet.js
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 19:00:11 +02:00
e21e66d6c2 simplify augment system to resolve features dynamically via native configuration instead of manual synchronization
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:48:54 +02:00
01fc302b43 update motherboard icon and remove bonded feature section and augment images
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:46:39 +02:00
bbce05dfea remove Ikonis effect injection patch from Actor prototype
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:43:28 +02:00
5e14c2a178 migrate virtual augments to native Daggerheart weapon features and remove legacy injection logic
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:37:22 +02:00
689a9ec2ff refactor: update ikonis features injection to use array-based storage instead of object assignment
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:34:49 +02:00
d7fd36d24e refactor: move recursion guard to actor instance and implement feature caching for ikonis virtual items
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:29:14 +02:00
fec1a6c1ef extract ikonis feature injection into a reusable helper with recursion guard
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:27:11 +02:00
40cf69e061 migrate ikonis feature storage to a local actor cache and patch getEmbeddedDocument for virtual feature resolution
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:25:00 +02:00
5ac4a0af17 set system type to ikonis and scope feature IDs to item IDs to prevent duplicate sheet entries
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:21:10 +02:00
378d25d29f standardize bonded and augmented feature resolution and ensure unequipped items remain resolvable in memory
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:18:09 +02:00
0f6e29b603 inject feature clones directly into actor items collection and remove legacy UUID patching logic
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:16:04 +02:00
1931bdb239 nest Ikonis augments under features tab and fix data access path for individual features
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:14:11 +02:00
f9c1eceb6f implement virtual UUIDs and patch fromUuid resolvers for Ikonis features
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:12:06 +02:00
68f8d5104c explicitly override feature clone UUIDs to ensure correct system identification
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:10:44 +02:00
81a267b228 update document instantiation to use class constructors instead of fromObject for better compatibility
cosmo pushed to main at cosmo/dh-ikonis 2026-04-26 18:07:39 +02:00
0f9c20a041 replace static implementation properties with getDocumentClass calls for improved compatibility