14 Commits
Author SHA1 Message Date
RickGrymes d646e2df67 Replace SpawnOnIngest class with FCP.Core
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.
2026-05-10 16:36:58 -05:00
RickGrymes 84611091a0 Make NukaCola haulable; reorganize textures
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.
2026-02-05 23:17:29 -06:00
RickGrymes 747f238ad3 Add missing newline at end of XML files
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.
2026-01-10 14:14:46 -06:00
RickGrymes 3a49c2aa61 Adjust drawSize for NukaCola item graphics
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.
2026-01-09 04:14:32 -06:00
RickGrymes 497a26218e Update NukaCola items to spawn caps and adjust comps
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.
2026-01-08 03:27:33 -06:00
RickGrymes 9f0fde3371 Add retro Nuka Cola textures and update mod metadata
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.
2025-12-18 05:48:18 -06:00
RickGrymes f6334e31ea Refactor and expand Nuka-Cola system for 1.6 update
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.
2025-12-18 01:24:16 -06:00
RickGrymes 17bc6e7431 Add new Nuka Cola textures and reorganize assets
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.
2025-12-18 00:49:25 -06:00
RickGrymes 7626ed78e3 Add textures for Nuka Cola variants
Added new PNG texture files for Nuka Ice Cold, Nuka Quantum Classic, and Nuka Quartz Classic variants under the Food/Nuka_Colas directory.
2025-12-18 00:42:41 -06:00
aquiles-11 a23722c1fc error fixes 2025-12-17 16:30:14 -03:00
aquiles-11 1d8402b320 added the about.xml 2025-12-17 15:40:01 -03:00
Ranger Rick f7364548b3 Reformat NukaCola XML defs for consistency
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.
2025-12-17 12:27:19 -06:00
Ranger Rick fddb3fe705 Add Nuka-Cola items, effects, and thoughts
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.
2025-12-17 12:23:35 -06:00
RickGrymes 6cf28882df Initial commit 2025-12-17 07:36:27 -06:00