Installer Steam
connexion
|
langue
简体中文 (chinois simplifié)
繁體中文 (chinois traditionnel)
日本語 (japonais)
한국어 (coréen)
ไทย (thaï)
Български (bulgare)
Čeština (tchèque)
Dansk (danois)
Deutsch (allemand)
English (anglais)
Español - España (espagnol castillan)
Español - Latinoamérica (espagnol d'Amérique latine)
Ελληνικά (grec)
Italiano (italien)
Bahasa Indonesia (indonésien)
Magyar (hongrois)
Nederlands (néerlandais)
Norsk (norvégien)
Polski (polonais)
Português (portugais du Portugal)
Português - Brasil (portugais du Brésil)
Română (roumain)
Русский (russe)
Suomi (finnois)
Svenska (suédois)
Türkçe (turc)
Tiếng Việt (vietnamien)
Українська (ukrainien)
Signaler un problème de traduction
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.