0 of 0

File information

Last updated

Original upload

Created by

Thaurissian

Uploaded by

Thaurissian

Virus scan

Safe to use

Tags for this mod

About this mod

Prevents vampire characters from taking sun damage in the sunlight when directly below another object.

Requirements
Permissions and credits
Prevents vampire characters from taking sun damage in daytime when directly below another object. Currently works with the three main clans in the base game. 

Works by periodically spawning an invisible rat directly above the player character when in the overworld and despawning it afterwards. When the rat has line of sight to the player, they take sun damage equal to 1 + however many seconds have been spent in direct sunlight. 

Weather affects the rate at which the amount increases as time is spent in direct sunlight, reducing the buildup to around 25% in the most severe weather.

Adding clans only requires one line change in the Vampire_Clan name_PC script to make compatible with the mod. Change as followed:

 Player->RemoveSpell, "Vampire Blood Quarra"
Player->AddSpell, "Vampire Attributes"
Player->AddSpell, "Vampire Skills"
Player->AddSpell, "Vampire Immunities"
->     Player->AddSpell, "Vampire Sun Damage"
Player->AddSpell, "Vampire Touch"
Player->AddSpell, "Vampire Quarra Specials"

to 

 Player->RemoveSpell, "Vampire Blood Quarra"
Player->AddSpell, "Vampire Attributes"
Player->AddSpell, "Vampire Skills"
Player->AddSpell, "Vampire Immunities"
->     Startscript STV_Sun_Damage_Script
Player->AddSpell, "Vampire Touch"
Player->AddSpell, "Vampire Quarra Specials"

If any problems are found feel free to comment and I'll fix it as soon as I have time.
  翻译: