Update 1.6/Defs/ThingDefs_Items/NukaColas.xml to reference FCP.Core.IngestionOutcomeDoer_SpawnItem instead of SpawnOnIngest.IngestionOutcomeDoer_SpawnItem. This ensures the item uses the FCP.Core implementation for spawn-on-ingest behavior.
Enable hauling for NukaCola items by adding <alwaysHaulable>true</alwaysHaulable> to the NukaColas item definition. Additionally, reorganize and rename numerous furniture texture PNGs into categorized subfolders (Carpet_Floors, Chairs, Placeables, Storage, Tables) and apply consistent FCP_ prefixes. These changes are file moves/renames only (100% similarity for image files), intended to standardize asset layout and improve maintainability.
Appended a newline at the end of several XML definition files to conform to standard formatting practices and improve compatibility with tools that expect a newline at EOF.
Set a consistent drawSize of 0.75 for NukaCola items and removed individual drawSize overrides from Nuka_Quantum and Nuka_Ice_Cold. This standardizes the visual size of these items in-game.
Added an outcome to NukaCola items to spawn FCP_Currency_Caps on ingestion. Removed rottable component and added forbiddable component. Also cleaned up XML formatting and ensured outcomeDoers are properly structured for several NukaCola variants.
Added new retro-style textures for Nuka Cola, Nuka Quantum, Nuka Quartz, and Nuka Victory variants. Updated About.xml to include author information and improved formatting. Added ModIcon.png and Preview.png for mod presentation.
Renamed all Nuka-Cola related defs to use the FCP_ prefix for consistency and to avoid conflicts. Added new Nuka-Cola variants (Ice Cold, Twist, Cranberry) with corresponding HediffDefs and ingestible items. Introduced a Nuka-Cola fridge building and a recipe for creating Ice Cold Nuka-Cola. Updated all references in HediffDefs, ThingDefs, NeedDefs, and ThoughtDefs to match the new naming scheme and expanded content.
Added new textures for Nuka Cranberry, Nuka Twist, and Nuka Victory Classic variants. Moved diner and furniture-related textures from the NukaCola directory to a new Furniture directory for better organization. Removed unused or obsolete NukaCola-related textures.
Reformatted HediffDefs, NeedDefs, and ThoughtDefs XML files for NukaCola to use consistent indentation and structure. No functional changes were made; this improves readability and maintainability.
Introduces Nuka-Cola and its variants as ingestible items with unique effects, addiction, tolerance, and withdrawal mechanics. Adds corresponding HediffDefs, NeedDefs, and ThoughtDefs for mood and health effects. Also renames Nuka-Cola texture files for consistency.