« Module:Liste d'objets de Fallout 76/W05 LLV Vendor RE CampAF07 Merchant Clothing » : différence entre les versions

De Les Archives de Vault-Tec
Kharmitch (discussion | contributions)
Aucun résumé des modifications
Kims (discussion | contributions)
Aucun résumé des modifications
 
Ligne 3 : Ligne 3 :
auto = false,
auto = false,
items = {
items = {
{ type = 'sublist', value = 'LLV_Vendor_Clothes_RandomEncounters', chance = 1 },
{ type = 'sublist', value = 'LLV_Vendor_Clothes_RandomEncounters', chance = 1, quantity = 5 },
{ type = 'sublist', value = 'LL_Clothes_General_Rare', chance = 0.5 },
{ type = 'sublist', value = 'LL_Clothes_General_Rare', chance = 0.5 },
{ type = 'sublist', value = 'LL_Clothes_General_Generic', chance = 1 },
{ type = 'sublist', value = 'LL_Clothes_General_Generic', chance = 1, quantity = 5 },
{ type = 'sublist', value = 'LL_Clothes_Headwear_General_Generic', chance = 1 },
{ type = 'sublist', value = 'LL_Clothes_Headwear_General_Generic', chance = 1, quantity = 5 },
{ type = 'sublist', value = 'LL_Clothes_Headwear_General_Rare', chance = 0.5 },
{ type = 'sublist', value = 'LL_Clothes_Headwear_General_Rare', chance = 0.5 },
{ type = 'sublist', value = 'LL_Junk_Clothes', chance = 1 },
{ type = 'sublist', value = 'LL_Junk_Clothes', chance = 1, quantity = 3 },
}
}
}
}

Dernière version du 1 novembre 2021 à 08:27

Documentation du module

Ce module fait l'inventaire des objets présents dans W05 LLV Vendor RE CampAF07 Merchant Clothing utilisé par {{Liste d'objets de Fallout 76}}.

return {
	title = 'Liste de vente de marchands itinérants',
	auto = false,
	items = {
		{ type = 'sublist', value = 'LLV_Vendor_Clothes_RandomEncounters', chance = 1, quantity = 5 },
		{ type = 'sublist', value = 'LL_Clothes_General_Rare', chance = 0.5 },
		{ type = 'sublist', value = 'LL_Clothes_General_Generic', chance = 1, quantity = 5 },
		{ type = 'sublist', value = 'LL_Clothes_Headwear_General_Generic', chance = 1, quantity = 5 },
		{ type = 'sublist', value = 'LL_Clothes_Headwear_General_Rare', chance = 0.5 },
		{ type = 'sublist', value = 'LL_Junk_Clothes', chance = 1, quantity = 3 },
	}
}