The caravan masters are merchants found in random encounters in Fallout 2. They lead caravans through the Big Circle in New California in 2241.
Background[]
These people hire guards to watch for their supplies and keep threats off of their master's back. Their alignments vary by location: from friendly people who appeal to well-doers, while others prefer troublemakers they share poor reputations with.
Interactions with the player character[]
Interactions overview[]
Interactions | ||
---|---|---|
This character is a merchant. | Sells: see below |
Trading inventory[]
Caravan masters have different items to trade based upon the goods they are transporting. Caravan masters can sell extremely rare items like an XL70E3, uranium ore, or Gold nuggets.
Caravans from The Den and New Reno will only trade if the Chosen One has negative karma.[1] All other caravans will only trade if the Chosen One has positive karma.[1] Any item with a percentage after it is not always available.
World map location[]
The caravan names in the table above only indicate the location the caravan master originated from, not where they can be found on the world map.
Bad merchant[]
Though considered merchants, they are slavers and do rather poorly in trading. However, they make up for it by being more ready to fight potential bandits around the Den while traveling towards Vault City, then heading west after hitting Broken Hills.
Inventory[]
Apparel | Weapon | Other items |
---|---|---|
Torn old outfit Farmer outfit |
$0-20 |
Average merchant[]
Slightly better at trading compared to their slavering equivalents around the Den, but have to rely more on their guards.
Inventory[]
Apparel | Weapon | Other items |
---|---|---|
Torn old outfit Farmer outfit |
Club* | $0-20 ($0-30)** Stimpak*** |
* Only around Klamath.
** Between Klamath and the Den.
*** Female New Reno caravan masters passing through Redding towards the Den.
Ghoul merchant[]
Section needed
This section is required but has not been written yet. You can help Nukapedia by writing it.
|
Master trader[]
Presumably the best of the many caravan traders in the wastes, delivering a lot more things on the ways to Vault City, Gecko, Modoc, even. Because of their greater focus on the trading, they are extremely reliant on the caravan guards.
Inventory[]
Apparel | Weapon | Other items |
---|---|---|
Citizen outfit Wastelander girl clothing |
Grand master merchant[]
Section needed
This section is required but has not been written yet. You can help Nukapedia by writing it.
|
Appearances[]
The caravan masters appear only in Fallout 2.
Gallery[]
See also[]
- Traveling merchants (Fallout 2): other merchants who can only be found on the world map
- "Random encounter merchant": very similar function to caravan masters but with a different script and dialogue
References[]
- ↑ 1.0 1.1 The following code is all caravan scripting files included in the References section:
- define CITY_NEW_RENO (-2)
- define CITY_DEN (-1)
- define CITY_ARROYO (0)
- define CITY_REDDING (1)
- define CITY_VAULT_CITY (2)
- define CITY_NCR (3)
- define CITY_BROKEN_HILLS (4)
- define CITY_GECKO (5)
- define CITY_SAN_FRAN (6)
- define CITY_MODOC (7)
- define CITY_KLAMATH (8)
- define CITY_VAULT_15 (9)
call Node012;
end
else if ((CITY_START <= 0) and (check_general_rep >= 0)) then begin
call Node009; - define CITY_NEW_RENO (-2)
- ↑ 2.0 2.1 Identified by matching the Prototype Identifiers (PIDs) in WORLDMAP.TXT with the PIDs in CRITRPID.H.
- ↑ "Random Encounter Klamath Caravan Master" scripting file
- ↑ "Random Encounter Den Caravan Master" scripting file
- ↑ "Random Encounter Redding Caravan Master" scripting file
- ↑ "Random Encounter Broken Hills Caravan Master" scripting file
- ↑ "Random Encounter New Reno Caravan Master" scripting file
- ↑ "Random Encounter Vault City Caravan Master" scripting file
- ↑ "Random Encounter Gecko Caravan Master" scripting file
- ↑ "Random Encounter Vault 15 Caravan Master" scripting file
- ↑ "Random Encounter NCR Caravan Master" scripting file
- ↑ "Random Encounter San Fran Caravan Master" scripting file
- ↑ WORLDMAP.TXT and https://f2rp.bgforge.net/map/ were used to match the different caravan scripting files with their world map grid locations.
Some variable names in WORLDMAP.TXT are unclear. Note that:
KLAD_Caravan = Klamath caravan
DMRV_Caravan = Den caravan
DNRV_Den_Caravan = slightly different version of DMRV_Caravan (but both use the same scripts)
DVMV_Caravan = "Random Encounter Merchant" (very similar function to caravan masters but with a different script and dialogue) (Wiki page not created yet for "Random Encounter Merchant")