Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Gojirazilla

Uploaded by

Gojirazilla

Virus scan

Safe to use

Tags for this mod

About this mod

Add most vanilla spells to the player, teaches and unlocks the first, second, and third words of the Fire Breath Shout, Frost Breath Shout, Ice Form Shout, Storm Call Shout, and Unrelenting Force Shout. Requires Creation Club plugin Arcane Accessories.

Requirements
Permissions and credits
Mirrors
Donations
Requires Creation Club plugin Arcane Accessories.
ScriptExcerpt:
Game.AddPerkPoints(150)
PlayerRef.ModActorValue("health", 1000.0)
PlayerRef.ModActorValue("magicka", 1000.0)
PlayerRef.ModActorValue("stamina", 1000.0)
PlayerRef.ModActorValue("healrate", 5.0)
PlayerRef.ModActorValue("magickarate", 100.0)
PlayerRef.ModActorValue("staminarate", 5.0)
PlayerRef.ModActorValue("ShoutRecoveryMulti", 50.0)
PlayerRef.ModActorValue("magicresist", 75.0)
PlayerRef.ModActorValue("fireresist", 75.0)
PlayerRef.ModActorValue("frostresist", 75.0)
PlayerRef.ModActorValue("shockresist", 75.0)
PlayerRef.ModActorValue("diseaseresist", 75.0)
PlayerRef.ModActorValue("poisonresist", 75.0)
PlayerRef.ModActorValue("damageresist", 100.0)
PlayerRef.ModActorValue("DragonSouls", 1000)

Add most vanilla spells to the player, teaches and unlocks the first,
second, and third words of the Fire Breath Shout, Frost Breath Shout,
Ice Form Shout, Storm Call Shout, and Unrelenting Force Shout.