452848f14f
BREAKING: shell_integrity is fully removed from the egg model. Eggs now use the standard 3-stat model: health, hygiene, happiness. Changes: - Remove EggStats, EggMedicineResult types from blobbi-action-utils.ts - Remove applyMedicineToEgg function (medicine now uses applyStat directly) - Update useBlobbiUseInventoryItem to apply medicine health effect to egg health - Update BlobbiActionInventoryModal to preview health changes for egg medicine - Remove shell_integrity from ItemEffect in shop types - Remove shellIntegrity from BlobbiEggData in types/blobbi.ts - Remove EggStats, EggMedicineResult, applyMedicineToEgg from exports - Add DEPRECATED_BLOBBI_TAG_NAMES set with 'shell_integrity' - Update mergeBlobbiStateTagsForRepublish to filter out deprecated tags Migration: Existing events with shell_integrity tags will have them automatically removed on the next republish (any user interaction). Egg stat model is now fully consistent: - health, hygiene, happiness: active (decay + medicine) - hunger, energy: fixed at 100