Vault-Tec Labs
Advertisement

Notes[]

The following is a list of the codes used to determine the type of effect in a 'Complex' Perk Effect Block in FOMM and FO3Edit. The DATA block of these effects is 3 bytes long, and you'll need to input the below codes into those bytes in the order: type code | param 1 | param 2. It's unknown what purpose param 1 and param 2 have, but existing perks always have the same values for these params for each type code, as shown below.

Actor Value List[]

type code	effect			param 1	param 2									
												
0	normal damage			3	3									
1												
2	critical damage			3	3									
3												
4	light step			1	2									
5												
6	damage to player limbs		3	3									
7												
8	VATS accuracy			3	3									
9	increased XP gain		3	1									
10	skill point bonus per level	2	1									
11	skill point bonus per book	2	1									
12												
13												
14												
15												
16												
17	barter discount			3	2									
18												
19												
20	computer whiz			1	1									
21	add death item to actor		8	2									
22												
23	addiction resistance		3	1									
24												
25	chem duration			3	1									
26	radiation gain from water	3	1									
27	run script			9	2									
28	mysterious stranger		1	1									
29	paralyzing palm			1	1									
30												
31	no sneak penalty for running	1	1									
32	infiltrator			1	1									
33	concentrated fire		1	1									
34												
35	AP recharge per kill											
36	critical chance vs player	3	3
Advertisement