Commit Graph
6 Commits
Author SHA1 Message Date
RickGrymes 8ff55ff912 Remove FCP_Gun_32_Pistol from Megaton shop
Remove the <li>FCP_Gun_32_Pistol</li> entry from the Megaton trader's thingDefs list in 1.6/Defs/TraderKindDefs/TraderKindDefs_Megaton_Shops.xml so the vendor no longer offers that weapon.
2026-06-26 22:34:37 -05:00
RickGrymes 0ff206773a Add Megaton traders and trader kinds
Add Megaton settlement support and inventories. FCP_Wastelander_Factions.xml was updated to register a named settlement 'Megaton' with five traders (Craterside Supply, Brass Lantern, Megaton Clinic, Moriarty's Saloon, Water Treatment). A new TraderKindDefs_Megaton_Shops.xml defines the corresponding TraderKindDef entries and detailed stockGenerators for each shop (resources, food, weapons, apparel, medical chems, drugs, building materials, buying behavior, and optional MayRequire blocks for modular content). This wires up in-game shops and their stock for the Megaton settlement.
2026-05-31 10:39:27 -05:00
RickGrymes bc1921c94a Fix XML formatting and encoding issues in Defs
Added missing newlines at end of several XML files to ensure proper formatting. Fixed encoding issue in ThingDefs_Wastelander_Apparel.xml by removing the BOM and replaced curly apostrophes with standard apostrophes in descriptions to prevent character display errors.
2026-01-10 20:35:47 -06:00
RickGrymes dcb0d493fb Add Wastelander Techprint Trader and update faction
Introduces the FCP_Caravan_Wastelander_Techprint_Trader trader kind with techprints and related items. Updates the hidden Wastelander faction to use the new trader kind, adjusts category tags, and refines pawn group makers for improved caravan configuration.
2026-01-10 01:50:21 -06:00
RickGrymes 4373528e2c Replace BuyCategory with BuyExpensiveSimple in trader defs
Updated caravan trader definitions to use StockGenerator_BuyExpensiveSimple instead of StockGenerator_BuyCategory for Apparel, Medicine, and Drugs. This may affect the types of items traders are willing to buy, likely focusing on more valuable or simple items.
2025-12-23 00:28:33 -06:00
Ranger Rick d8c7ec37c4 Add caravan trader definitions for FCP mod
Introduces new TraderKindDefs for various caravan traders, including Crow, Crazy Wolfgang, Lucky Harith, and Doc Hoff. Each trader has customized stock generators for selling and buying specific categories and tags of items, as well as currency handling. This expands the mod's trading system with unique trader profiles.
2025-12-22 14:04:23 -06:00