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
Hope you don't mind.
- The hunger loss instead of sanity, I fixed that
- I made it so she actually returns to normal damage once the thunder berserk is over
- I fixed her saying the same line for the start and end of thunder berserk (or rather, one would have to think of a fitting dialogue for the end and it's not my oc, for the purpose of testing I just wrote "end" to know when it ends
- She has in code when she spawns set both walk and run speed as walk speed of Wilson multiplied by 1.7, this results the walk speed of him which is 4 (and never used in the game as far as I know) gets multiplied to become 6.8 but once thunder berserk starts she becomes 7 then after just 20% of the buff time she returns to her 6.8 and then progressively gets slower down to default Wilson run speed which is 6 bcs the thunder berserk code actually uses the run speed instead of walk speed and then you are permanently debuffed and stuck, I didn't fix that yet.
Things that are unlisted:
- When holding her exlusive weapon she gains 0.5 hp regen every 7 seconds
- She heals 100 when truck by lightning
- She gains 3x damage boost when struck by lightning permanently
- The duration of thunder berserk is unspecified in code and default 5 minutes
Things wrongly listed:
- She doesn't drain sanity slower when fully wet
- She doesn't lose sanity when struck by lightning, she loses hunger
- As far as I noticed there's nothing in the code making her overheat more during summer
The fix:
Every reference to Stormriderwhip.xml or Stormriderwhip.tex must be changed to lowercase because Linux uses case sensitive filesystems.
There are 5 references to fix:
4 references in /modmain.lua
lines 64, 65,
2 at line 74
1 reference in /scripts/prefabs/stormriderwhip.lua at line 151