Add Perk (Player.AddPerk)
skyrim — Console Commands
Adds a specific perk to your character by its perk ID. Essential for testing perk trees without leveling.
Syntax
player.addperk <perkID>
Example
player.addperk 000babe2
💡 Notes
Perk IDs vary; use console help 'perk' to find IDs. Example 000babe2 is 'Armsman' (first rank).
🎯 Tips & Tricks
Find IDs
Type 'help perk 4' in console to list all perk IDs.
Testing builds
Add multiple perks to simulate a high-level build without grinding.
Remove perks
Use player.removeperk with the same ID to undo.
🔧 Troubleshooting
Perk not showing
Check if the perk ID is correct; some perks have multiple ranks.
Game crash
Avoid adding perks that require prerequisites; add them in order.
⚠️ Common Mistakes
- Don't add perks that conflict with each other.
- Don't use wrong IDs; verify with help command.
👍 Pros
- Unlock any perk
- Test builds quickly
- No level requirement
- Works with modded perks
👎 Cons
- Requires correct IDs
- May conflict with existing perks
- Can unbalance gameplay