Skyrim Special Edition

File information

Last updated

Original upload

Created by

Enai Siaion and Mumirnik

Uploaded by

EnaiSiaion

Virus scan

Safe to use

Tags for this mod

About this mod

Fury adds the ability to tame, feed and train animals to Skyrim. Interact with an animal (if hostile: damage it first) and feed it some of its favourite food to make it your friend. Fury integrates with vanilla perks as well as popular perk overhauls.

Requirements
Permissions and credits
Translations
  • Russian
Changelogs
Donations
This mod is based on the Instincts Animal Taming mod by Mumirnik, used with permission. Mumirnik is no longer supporting Instincts, but I have taken over development. See the changelog for a list of changes from the last version of Instincts. Future updates will further integrate Fury into Enairim.

Features

  • Fury allows you to tame, feed and train animals as pets, both aggressive and docile ones.
  • Supports 34 different animal species.
  • Individual tweaks per animal species for improved balance.
  • Perk tree integration for vanilla, Ordinator, Vokrii and Adamant.
  • Feed your animals to keep them in fighting shape.
  • Level up your animals and train them as you choose.
  • Injected records are available so mods that add new animals can easily be updated to support Fury.
  • Mod is ESL flagged and does not take up a precious mod slot in your load order.

How to tame

You need the Animal Taming perk in the Speech perk tree.

Activate an animal and choose the "Animal Taming: Feed" option from the activation dialog. This opens a window where you can feed the animal appropriate food from your inventory (eg. bears eat meat and fish). Your chance to successfully tame the animal depends on how much food you give it. You also gain Speech experience.

Hostile animals must be subdued first by dealing enough damage to reduce their health below 25% or 20 points, whichever is higher.

Pack size

All animals have a "size", and the total number of animals you can tame is based on your Speech level and the Beastmaster perk. (eg. At low levels of Speech you can tame 2 chickens but only 1 bear and no chaurus hunters.)

  • Speech 0-19: Max size 6
  • Speech 20-39: Max size 7
  • Speech 40-59: Max size 8
  • Speech 60-79: Max size 9
  • Speech 80-100: Max size 10

The Beastmaster perk adds +max size.

If taming an animal would push you over the size limit, the taming attempt will fail. Release an animal to tame additional animals.

Capabilities

Tamed animals will follow you and carry items for you, up to their maximum carry weight. They will fight for you, unless they are docile (eg. chickens), in which case they will hide from combat instead.

Tamed animals have their own stats, based on their species and level. For reasons of balance, they do not use the same stats as the enemy version of the same animal. Some tamed animals also have their own unique abilities (eg. cows will periodically generate Milk in their inventory). See the Readme for an overview of tamed animal stats and abilities.

Tamed animals can be ordered to wait in place, follow the player, move to a location, pick up an item into their inventory, or interact with an object.

Tamed animals can be ordered to use the current location as their home. They can be sent home and will wait there until you retrieve them or cast Summon Companions.

Speak with your tamed animal to view its stats.

Tamed animals cannot be killed. They will instead get incapacitated and slowly recover when out of combat.

Hunger

Tamed animals become hungry at a rate of 1% every ingame hour (or 0.33% when waiting). They will not starve to death, but will grow weaker. A well fed animal will be stronger instead.

Hunger has the following effects:

  • Attack speed: +20% to -20%
  • Movement speed: +20% to -20%
  • Experience gain: +50% to -50%

Tamed animals only eat food that is appropriate for their species. More nutritious food reduces hunger more.

Experience

Tamed animals automatically gain experience towards the next level at a rate of 100/(1+level)% every ingame hour. When it reaches 100%, the animal can be trained to level it up.

Training allows you to choose a stat to upgrade between damage, carry weight, health and hunger resistance. Not all animals have access to all stats. You also gain Speech experience.

Naming

Tamed animals can be given a random name, based on their gender and type.

Riding

Tamed animals of size 5 and above can be mounted, if you have the Animal Riding perk.

Breeding

Breeding is planned for the 2.0.0 update.

Racial abilities

When you learn the Animal Taming perk, you get a racial ability that improves your taming skills.

  • (Argonian) Healing Secretions: Tamed animals heal 5 points per second in your presence.
  • (Breton) Magical Beasts: Tamed animals are 25% resistant to all magic.
  • (Dark Elf) Hounds of Night: Your fire spells and effects heal your tamed animals instead for 50% of their damage.
  • (High Elf) Butterfly Effect: Spells and scrolls cast on your tamed animal are 25% stronger and last 25% longer.
  • (Imperial) Battlefield Companion: Healing spells and effects cast on your tamed animal are 50% stronger.
  • (Khajiit) Pack Hunter: Tamed animals move 25% faster.
  • (Nord) Wolves of War: Aggressive tamed animals do 15% extra damage.
  • (Orc) Hard Times: Tamed animals get hungry 15% slower.
  • (Redguard) Caravaner: Docile tamed animals get 50 points of Health and 50 points of carry weight.
  • (Wood Elf) Balanced Diet: Feeding tamed animals is 15% more effective.

Magic

The mod comes with the following spells in the form of spell tomes and scrolls:

  • Apprentice Alteration - Shield Companions: Improves the armor rating of nearby tamed animals by 120 points for 60 seconds.
  • Apprentice Conjuration - Summon Companions: Summons your tamed animals to your location.
  • Apprentice Restoration - Heal Companion: Heals your tamed animal 15 points per second.

Anniversary Edition and Creation Club compatibility

Fury supports items from the following Anniversary Edition Creations:

  • Fishing
  • Forgotten Seasons
  • Plague of the Dead
  • Rare Curios
  • The Cause

Tamed animal stats

See the Docs tab for an overview of each animal and its stats.

FAQ

  • How is Fury different from Instincts: Fury is an update to Instincts, which in turn originated as an overhaul to the Speak With Animals perk in my perk overhaul Ordinator. The goal of Fury is to add full first party support for animal taming to Enairim and continue development on Instincts after its creator left the community.
  • Is Fury compatible with mods that change the original animals: Yes.
  • Is Fury compatible with mods that add new animals: No, but they can easily be updated to support Fury.

Technical info for other mod authors

Fury injects the following keywords:

  • xxA00301: Race is a tamed animal (and should be excluded from other similar effects).
  • xxA00302: Actor or race is tameable even if it would otherwise not be.
  • xxA00303: Actor or race is tameable even if it would otherwise not be (and is docile).
  • xxA00304: Actor or race is untameable even if it would otherwise be.

If you are making a mod that adds new animals to the game and would like to support Fury, create a tamed version of your animal race (with balanced stats) and use GetFormFromFile() to add your animal to the following formlists:

  • FURY_FormList_RacesFrom: Race of the non-tamed version of your animal (row number must match).
  • FURY_FormList_RacesTo: Race of the tamed version of your animal (row number must match).
  • FURY_FormList_PetLevels: Global variable containing tamed animal starting level (row number must match).
  • FURY_FormList_PetStrengthValues: Global variable containing animal "size" (row number must match).
  • FURY_FormList_FoodTypes: Global variable that is a row number in FURY_FormList_Food, what your animal eats (row number must match).
  • FURY_FormList_RaceAlwaysF, FURY_FormList_RaceAlwaysM, FURY_FormList_RaceRandomGender, FURY_FormList_RaceRandomGender_ForceMaleActor: Optional, add your non-tamed race here if appropriate. These are used for animals that should always be one gender (eg. cows) or only exist in one non-tamed gender but should canonically be both genders (eg. chaurus).

Fury uses several AVs to track progression, but these exist only on the tamed animal, no AVs are modified on the player, so compatibility impact is minimal.