Commit Graph
11 Commits
Author SHA1 Message Date
RickGrymes 5dba262b81 Add Wasteland Settlers scenario
Introduce a new starting scenario for independent wasteland settlers. It defines the starting pawn mix, arrival method, starting gear and caps, optional ballistic weapons support, and custom scenario flavor text for a trade-focused colony start.
2026-07-25 09:01:16 -05:00
RickGrymes a3d0d3c64e Add new Wastelander trader characters and caravans
Implement eight new unique trader NPCs and three new caravan companies. Adds character definitions, pawnkind configurations, and trader kind definitions for Trashcan Carla, Cricket, Lucas Miller, Doc Weathers, Angela Staley, Banon, Belle Bonny, and support for Crimson Caravan and Gun Runners caravans. Updates faction configuration to integrate these new traders into the hidden faction's caravan system with character chance spawning.
2026-07-19 01:01:57 -05:00
RickGrymes 11f2bc8dd1 Add heavy weapons to trader stock
Add optional heavy weapons (Grenade Launcher, Missile Launcher, Big Bazooka, Fatman) as rare stock items for caravan traders and Megaton shops, requiring the ExplosiveWeapons mod.
2026-07-18 00:56:39 -05:00
RickGrymes 253cc62356 Add robot dealer caravan trader kind
Introduces a new `FCP_Caravan_Robot_Dealer` TraderKindDef that sells multiple robot pawn kinds (Eyebot, Protectron, Securitron), buys expensive simple items, and carries caps as currency stock. Also adds `Rick.FCP.Robotics` to `About.xml` `loadAfter` to ensure proper load order for the new robotics-dependent stock generators.
2026-07-17 23:44:51 -05:00
RickGrymes eeeb077f77 Add grenades to caravan traders
Adds FCP grenade stock entries to caravan trader kinds, including molotovs, pipe bombs, tin cans, piggy banks, and fragmentation grenades with trader-specific count ranges.
2026-07-04 23:06:35 -05:00
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