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
I always wanted dragons to be feared not ran at for free soul and gold.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=82661449
Basically 8x is pretty much the upper limit, any higher and the stronger ones die as soon as they spawn.
@abel.m.vicente: I guess there's a limit on the HP a creature can have. For instance, Alduin probably died in the first version of the mod because its health is stored as a signed int in the game memory, and this system of number storage implies the first bit is a 0 if the number is positive, and a 1 if the number is negative. Due to that, increasing too much a number can change the first number (for better explanation: in binary, 2×2⁷ is 10 × 01000000 = 10000000, which becomes negative if it's stored as a signed int, since the first bit has changed)