I like the id of health regen, like the trolls?
I think the werewolf is powerful enough if you use some intelligence well fighting, do a quick howl to fight scare of humans and kill them as they run in fear, I do it all the time.
Feeding heals you? my game must be broke, whenever I feed all I get is stamina and maybe a little health barely noticeable to me! So health regen like the Trolls would be amazing, its not to overpowering of a feature but would make it so I can clear a dungeon without dieing.
I have taken down a Dragons well in werewolf form, its actually my preferred way to fight them, you use the shout that forces a dragon to land and then turn into a werewolf and pounce until its dead!
as for longer duraration, YES!!!!
To me a werewolves transformation, should make it though the night, not just 2 or 3 minutes? Being a werewolf, as much as some would like to be one, is supposed to be a curse, once you transform you should be stuck in that form for a while! To me here would be the perfect list of changes
- Health Regeneration (Restore health 3 points every second on Self (Constant effect))
- Longer duration (14400 seconds/4 hours)
- Blood of the Beast Buff (Slight boosts in speed, strength, and jump height, when not in beast form to make up for never being able to get the well rested perk, but not to much, almost barely noticeable)
- Higher jumping as a werewolf (Just enough to be able to jump on a roof, this could just because in every movie I have ever seen, the werewolf always seems to be able to do this.)
- Forced transformations (I dont think this exisit I have been a werewolf my entire game, the first thing I did in the game, before even doing the main missions was join the companions and become a werewolf, and besides the ring of Hircine, nothing seems to force my transformation into a wereworlf)
- Full Moon
- Health below 10%
- Faster speed on two legs (All fours: A little faster then a horse; Two Legs: A little slower the a horse)
- Feeding Changes
- Shorten duration (Since when you transform the point is to fill this lust for blood and become human again, it only makes since with each person you feed on, the durations should shorten since you filling that craving)
- Full Health restore (you are after all eating to survive!)
- Increase to Health, Stamina Strength, Speed, and jump height (The more you feed the stronger you become, but you also shorten the time your strength well last!)
- Default health and stamina boost lowered from 100 to 50 and every time you feed you get an extra 10. ( first time you feed health and stamina will have a 60 boost from standard health, second time you feed health and stamina will have a 70 boost from default health, ect.)
- 10% bonus every time you feed (It stacks so, first time you feed stats will have a 10% bonus to base stats, second time 20% to base stats, third time 30% to base stats, etc.)
- First time you feed duration shortened by 1800 seconds/30 minutes
- Second time you feed duration shortened by 3600 seconds/1 hour
- Third time you feed duration shortened by 5400 seconds/1 hour and 30 minutes
- Fourth time you feed duration shortened by 7200 seconds/2 hours
- Fifth time you feed duration shortened by 9000 seconds/2 hours and 30 minutes
- Sixth time you feed duration shortened by 10800 seconds/3 hours, your howl should be able to scare a dragon!
- Seventh time you feed duration shortened by 12600 seconds/3 hours and 30 minutes
- No more bonus for feeding at this point
- If you only have have lets say 9000 seconds/2 hours and 30 minutes of time left as a werewolf and you feed for your fourth which would shorten the duration past or equal to 1800 seconds/30 minutes left, you well be given 3600 seconds/1 hour of time left, so you can time all of this to last longer then four hours if you just feed at the right time, for example, if I only have 3600 seconds/1 hour left and have feed twice, feeding a second time will reduce the duration left by 5400 seconds/1 hour and 30 minutes making my time left -1800 seconds/-30 minutes, the duration left should be set to 3600 seconds/1 hour ****(will give an example of script below)
- Howl Changes
- Have all at once not just one or the other!
- Howl of Rage
- Causes nearby enemies up to level (current PC level + 10) to flee for 30 seconds.
- 5% Bonus to all base stats for 30 seconds (non-stable, as to not let you howl over and over to overpower your stats)
- Scent of Blood
- Detect life in a large area for 30 seconds if PC level is between 1-19
- Detect life in a large area for 60 seconds if PC level is between 20-39
- Detect life in a large area for 90 seconds if PC level is between 40-59
- Detect life in a large area for 120 seconds if PC level is between 60-79
- Detect life in a large area for 150 seconds if PC level is between 80-100
- Howl of the Pack
- Summon one wolf if PC level is between 1-33
- Summon two wolves if PC level is between 34-66
- Summon three wolves if PC level is between 67-100
- I know this isn't all possible now, but it will be one day soon!
- I am also sure more changes will come as I think of them
I do plan on making all of these changes as soon as the CS is released, if anyone cared to know! I just feel like this would be the best werewolf experience for Skyrim!
formula for feeding
timeleft = timeleft - (timesfeed * 1800)if timeleft <= 1800 then timeleft = 3600end if