About this mod
A F4SE plugin that can be used to add spells/perks/items and more, to every NPC in the game, using config files.
- Requirements
- Permissions and credits
- Changelogs
Requirements
F4SE
Address Library for F4SE Plugins
Visual C++ Redistributables 2022
BakaFramework
Description
A F4SE utility plugin that allows modders to add spells/perks/items/packages to every NPC actorbase in the game, at startup.
How To Use
Detailed documentation is now available in SPID: The Complete Reference
Examples
;add 3000 bottlecaps to Piper
Item = 0xF|Piper|NONE|NONE|NONE|3000
;50% chance to add Gift of Gab perk to all ghouls and Mr.Handys
Perk = 0x00178D54~Fallout4.esm|NONE|0x000EAFB6,0x000359F4|NONE|NONE|NONE|50
;add Glowing One radiation cloak spell to all female NPCs between actor levels 25 and 50
Spell = 0x000DB3AD~Fallout4.esm|NONE|NONE|25/50|F
;adds 2000 Molotov Cocktails to all NPCs on death
DeathItem = MolotovCocktail|ActorTypeNPC|NONE|NONE|NONE|2000
Notes
Check po3_SpellPerkItemDistributorF4.log file in My Games/Fallout 4/F4SE, for more information about the process, including how many NPCs the spells/perks/items were added to.
Installation
- Install as normal with a mod manager.
Credits
- Ryan (SniffleMan) for CommonLibF4
- sasnikol for their invaluable help