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
Trying to help your mod be great here....
I've been toying with your files to try and make warnings/errors go away when loading. So far, I have found the following things:
In aegis.effects.darkest....
Making the message about S1 through S5 being a stun that isn't queued go away =>
Add .queue true to each.
Making the message about stuntag1, movetag1, and DO1 through DO5 "should have only one of" go away => Remove .combat_stat_buff 1 from each.
In aegis.entries.trinkets.json....
Making the message about REBEL_GREATSHIELD has invalid effect slow2 because it does not exist go away => Correct the casing to Slow2 because the game seems to be written in a language that is case-sensitive. Probably C/C++ if I had to guess.
Making the message about JSON element not found: origin_dungeon go away =>
Add "origin_dungeon" : ""
as another JSON element after the limit element on all 3 trinkets.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1667239031
To make that go away => Remove .combat_stat_buff 1 from each.
Will update asap.