Skip to content

Instantly share code, notes, and snippets.

@fowlmouth
Created February 28, 2012 00:06
Show Gist options
  • Save fowlmouth/1928023 to your computer and use it in GitHub Desktop.
Save fowlmouth/1928023 to your computer and use it in GitHub Desktop.
Skyrim mods

Adds a few new spells which let you eat soulgems to recharge your magicka. Find the new spells (they are actually lesser powers) in the console with help "Tome: Consume" -- I'll put them in levelled loot or something later

  • Black souls restore 175 Magickz, -50% magicka regeneration for 30 seconds
  • Grand souls restore 150 Magickz, -40% magicka regeneration for 30 seconds
  • Greater souls restore 100 magickz, -25% magicka regen for 25 seconds
  • Common souls restore 75 magickz, -18% magicka regen for 20 seconds
  • Lesser souls restore 50 magickz, -12% magicka regen for 15 seconds
  • Petty souls restore 25 magickz, -6% magicka regen for 10 seconds

That 12 and 6% might not seem like much but it stacks...

####Lesser powers

  • Consume Soulgem, Lesser - Will use 1 lesser soul gem or 1 petty soul gem
  • Consume Soulgem, Greater - Will use 1 greater soul gem or 1 common soul gem
  • Consume Soulgem, Grand - Will use 1 grand soul gem, 1 greater soul gem, or 1 common soul gem
  • Consume Soulgem, Black - Will use 1 black soul gem, 1 grand soul gem, or 1 greater soul gem

This does not use Azura's Star or the Black Star because you can't get the soul value that a gem has, or even if it is filled or not. For this reason you need the mod Acquisitive Soul Gems to use this. Without ASG the lower soulgems are broken.

Note: each spell will look for the first soul gem first, then the second eg Consume Grand Soulgem says it looks for and , if you have more than one Grand slgm it will use that, otherwise it will try to use a Greater gem. Will not ever use your last soul gem of any kind.

###Dependencies

Acquisitive Soul Gems - http://skyrim.nexusmods.com/downloads/file.php?id=5312 Use version 2.1 or later. Load this file after ASG or expect problems.

###Releases

Version 1.1 - http://dl.dropbox.com/u/58078993/skyrimmods/soultrap/consume_slgm_1.1.zip

  • Drawbacks (negative magicka regen) introduced

Version 1.0 -

  • Initial release

##More Info

Bethesda Forums thread: http://forums.bethsoft.com/topic/1353225-rel-consumable-soulgems

Basically this is a script I attached to all the alchemy recipes so that when you read it, it unlocks the effect for you. Also I found that two of the recipes were wrong so I fixed them...

Feel free to (include || modify || extend || whatever) this in your own work if you want to, no credit required

####Releases

Version 1.1 - coming soon

  • TutorialAlchemy gives the you the effects from Wheat and Blisterwort when you are told about them (fragment QF_TutorialAlchemy_0010557C)
  • These below are new recipes, they need to have their gold value adjusted and put in appropriate levelled lists..
  • RecipeFortifyEnchanting1 - Blue Butterfly Wing & Snowberries
  • RecipeFrenzy1 - Fly Amanita & Hagraven Feathers
  • RecipeResistPoison2 - Mudcrab Chitin & Grass Pod
  • RecipeSlow1 - Salt & Deathbell

Version 1.0 - http://dl.dropbox.com/u/58078993/skyrimmods/learn_alchemy_1.0.zip

  • All recipes done
  • RecipeResistFire1 had incorrectly listed Frost Salts, changed to Fire Salts
  • RecipeResistFrost2 both ingredients were wrong so I replaced them with Slaughterfish Scales and Frost Mirriam

##More Info

Bethesda Forums thread: http://forums.bethsoft.com/topic/1346270-rel-read-potion-recipes-and-remember-them/

Skyrim Alchemy Tool: http://skyrim.warlore.org/

Changes Soul Trap into an aimed effect and enhance the hit effect. Also renamed the soul gems like "Soul Gem, Petty (empty)" or "Soul Gem, Petty" so that when it gets filled, it looks all nice and together and baby jesus can stop crying :>

###Dependencies

Acquisitive Soul Gems - http://skyrim.nexusmods.com/downloads/file.php?id=5312 This mod fixes soul gems and is suggested whether or not you install mine. Use Version 2.1, when ASG is updated this mod will need to be updated also. Use Projectile Soul Trap with Visible Impact Effect by SteepledHat if you don't want Acquisitive Soul Gems

###Download

Make sure TargetSoulTrapAndSortedGems.esp is loaded after ASG

####Releases

Version 1.0: http://dl.dropbox.com/u/58078993/skyrimmods/soultrap/TargetSoulTrapAndSortedGems.esp

  • First and likely last version (unless problems arise or ASG is updated)

###Screenshot

Sorted Gems This is how the soul gems will look in your inventory, pretty sexy right? This picture is from a buying screen, that is why they all look expensive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment