Commit Graph
6 Commits
Author SHA1 Message Date
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 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 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