Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

xatmos

Uploaded by

xatmos

Virus scan

Safe to use

About this mod

Grants certain perks for free as you raise your skills.

Requirements
Permissions and credits
Donations
Update:
-Modified Heave Ho perk to prevent a known crash.
-Removed Meltdown from affected perks.
-Removed Friend of the Night from affected perks.
-Added Terrifying Presence to affected perks.
-Added Nerd Rage to affected perks.
-Modified requirements of some perks.

Description:
Changes ~40 existing perks with skill requirements to be granted for free when corresponding skill reaches an appropriate level. The perks are removed from level up selection.

Example:
When the player's Sneak skill reaches 40 they are granted [Silent Running] perk for free; [Mister Sandman] at 60; [The Professional] at 70; and [Ninja] at 80.

Details:

BARTER
if xBARTER >= 70 player.AddPerk LongHaul
if xBARTER >= 40 player.AddPerk PackRat

ENERGY
if xENERGY >= 80 player.AddPerk LaserCommander
if xENERGY >= 70 player.AddPerk PlasmaSpaz
if xENERGY >= 40 player.AddPerk RunNGun

EXPLOSIVES
if xEXPLOSIVES >= 70 player.AddPerk HitTheDeck
if xEXPLOSIVES >= 60 player.AddPerk SplashDamage
if xEXPLOSIVES >= 50 player.AddPerk Pyromaniac
if xEXPLOSIVES >= 40 player.AddPerk HeaveHo

GUNS
if xGUNS >= 70 player.AddPerk ConcentratedFire
if xGUNS >= 60 player.AddPerk ShotgunSurgeon
if xGUNS >= 50 player.AddPerk Cowboy
if xGUNS >= 40 player.AddPerk RunNGun
if xGUNS >= 30 player.AddPerk RapidReload

LOCKPICK
if xLOCKPICK >= 50 player.AddPerk Infiltrator

MEDICINE
if xMEDICINE >= 70 player.AddPerk LivingAnatomy
if xMEDICINE >= 60 player.AddPerk ChemResistant
if xMEDICINE >= 50 player.AddPerk Chemist

MELEE
if xMELEE >= 80 player.AddPerk UnstoppableForce
if xMELEE >= 50 player.AddPerk SuperSlam

REPAIR
if xREPAIR >= 70 player.AddPerk JuryRigging
if xREPAIR >= 50 player.AddPerk HandLoader

SCIENCE
if xSCIENCE >= 80 player.AddPerk NukaChemist
if xSCIENCE >= 70 player.AddPerk MathWrath
if xSCIENCE >= 60 player.AddPerk NerdRage
if xSCIENCE >= 50 player.AddPerk ComputerWhiz
if xSCIENCE >= 40 player.AddPerk RoboticsExpert
if xSCIENCE >= 30 player.AddPerk VigilantRecycler

SNEAK
if xSNEAK >= 80 player.AddPerk Ninja
if xSNEAK >= 70 player.AddPerk TheProfessional
if xSNEAK >= 60 player.AddPerk MisterSandman
if xSNEAK >= 40 player.AddPerk SilentRunning

SPEECH
if xSPEECH >= 70 player.AddPerk NVTerrifyingPresence

SURVIVAL
if xSURVIVAL >= 70 player.AddPerk Entomologist
if xSURVIVAL >= 60 player.AddPerk Hunter
if xSURVIVAL >= 50 player.AddPerk RadResistance
if xSURVIVAL >= 40 player.AddPerk LeadBelly
if xSURVIVAL >= 30 player.AddPerk TravelLight

UNARMED
if xUNARMED >= 80 player.AddPerk Slayer
if xUNARMED >= 70 player.AddPerk PiercingStrike
if xUNARMED >= 50 player.AddPerk ParalyzingPalm