- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
610 B
610 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 03df0944-ca42-4f8f-b4a1-7d9945bcc49b | solution | Disassembly system for Unity mod items |
|
0.7 | 0.8 | 2025-12-29T14:58:18.223085+00:00 | 2025-12-29T14:58:18.223085+00:00 |
Added DisassemblyHelper class for Escape from Duckov mod. Key learnings: DecomposeDatabase singleton stores formulas, Cost is a STRUCT requiring box/unbox for reflection (Cost+ItemEntry is nested type), must call RebuildDictionary after modifying entries. Polyethylene Sheet TypeID=764. Pattern documented in CLAUDE.md.