0 of 0

File information

Last updated

Original upload

Created by

Digineaux

Uploaded by

Digineaux

Virus scan

Safe to use

Tags for this mod

About this mod

Because names are hard

Requirements
Permissions and credits
Donations
This just a library of scripts, magic effects and other data for my other mods. You only need it if another mod lists it as a prerequisite. On it's own it does add stuff to the game, but they arn't accessible or implemented without console commands.
See full features on my webpage here: https://digineaux.com/digineaux-library-for-oblivion/
It's just too much work keep descripion parity between 2 different text formats and places. Only dedicated modders will read it anyway.

This page is mostly for my own documentation, but i thought a i may as well publish it.
Scripts: prefixed with dnxmagic effect scripts - prefixed with dnxMEAddSoulGem
scn dnxMEAddSoulGemref target

Begin ScriptEffectStart
set target to getSelf
target.additem 000382D1 1
end
Enchanting
scn dnxMEEnchantingBegin ScriptEffectStart
showEnchantment
end
Spellmaking
scn dnxMESpellMakingBegin ScriptEffectStart
showSpellmaking
end
ForcePushscn dnxMEForcePushBegin ScriptEffectStart
ref target
set target to getself
ref caster
set caster to target.getcombattarget

caster.pushActorAway target, 100

End ScriptEffectStart
Spells: all are prefixed with dnxIframegives the caster 2 seconds of 100 magnitude shield, fire and shock resistance. 4 seconds of frost resistance. Intended for my Nifty Nord race mod.
ForcePushnot functioning correctly. Currently ragdolls all targets in a large area, with a high chance of them vanishing outside the map bounds.
SpellMaking - opens the spellmaking screen
Enchanting - opens the enchanting screen
AddSoulGem - currently just adds a filled petty soul gem for the cost of 50 magicka
Cantrips: Are spells that cost nothing. they are prefixed with dnxCantripKnock - open easy locks
Command - comman up to level 5 creatures or humanoids for 4 seconds
Wall Pulse - detect life in 10 feet for 3 seconds. great for checking if a door is safe or pinpointing voices.
Glow - creates an orbiting light on you for 500 seconds, that illuminates 5 feet
Mana well - restores 10 magicka
Tongue Thief - silences target for 4 seconds
Minds Grip - 30 feet of telekenesis for 10 seconds
Hydro Plane - Water walking for 4 seconds. don't stop spamming it till your on firm ground
Bane Allergy - 10% weakness to poison for 40 seconds. This is really broken if your in the know.