Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
When you trigger Idiot Savant you get a 3x bonus for all kills for 60 seconds.
When Idiot savant fires it first checks if you already have an idiot savant effect going. This means that as long as you have the 3x bonus going during this minute you will not be able to trigger the 5x bonus. or reapply rank 3 until it runs out.
Despite this however. If you do not have the 3x 60s effect going you "should" be able to trigger the 5x bonus before applying the minute long 3x bonus. Since creation kit first read and performs the perk (the xp bonus is part of the perk, not the script), then the script that applies the spell effect that gives you xp bonus for a minute.
In practice you would get a 3x xp bonus on kills, but you would NOT get the sound and UI notification during this minute. Nor would you get any other xp bonus chance for any other action until the kill bonus runs out.
This is how i read it in the creation kit anyway.
Sry for the edits, its not excactly laid out super clear when i trace the process it in the creation kit.
"player.removeperk 001d2460" should solve the issue.
But you may be right. Rank 3 has a mod xp multiplier value set at 1 now that i take a closer look and it seems to superseed rank 2 that has the 5 value.
Any command to add 1 losed perk point after your command? Or I must use player.addperk xxx only?