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
~
IRoll20s
EnableAchievements
Skill Player Athletics 20
Skill Player Stealth 20
Skill Player Lore 20
Skill Player Mechanics 20
Skill Player Survival 20
See this guide for a full list of commands: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1137916607
{
"Characters": {
"b1a7e803-0000-0000-0000-000000000000": {
"Might": 52,
"Constitution": 50,
"Dexterity": 54,
"Perception": 51,
"Intellect": 56,
"Resolve": 52,
"StealthBonus": 10,
"AthleticsBonus": 10,
"LoreBonus": 10,
"MechanicsBonus": 10,
"SurvivalBonus": 10,
"DisplayName": ""
},
There is a long character id, do you know where to get the main character id. Maybe I can change the characteristics through that mod?
I checked both attributes and skills (for example, constitution and mechanics), both changes are not displayed on the character sheet.
I checked through a halt, there are no increased bonuses (with abilities 18 there should be a 3rd level bonus, but the main character has 1 level).
And here is the file:
{
"companionStats": [
{
"Name": "Main Character",
"Might": 64,
"Constitution": 60,
"Dexterity": 62,
"Perception": 60,
"Intellect": 64,
"Resolve": 60,
"Stealth": 18,
"Athletics": 18,
"Lore": 18,
"Mechanics": 18,
"Survival": 18
}
]
}
Restarted the game. And still the attributes, like mechanics, are the same.
It's been a while, since I've played, but did you enable stat modifications in the Unity Mod Manager first?
Also, rename the folder to IEMod and write the attributes above skills.
Additionally, remove the comma after the last skill in the code block.
If the main character is your only character in that list, remove the last comma in your code block, too. This comma should be kept only, if it's not the last character on the list.
Check Aloth's example in my guide for reference and compare your file with the instructions in the file companionStatsInstructions.txt from the mod folder.
The synthax should look exactly like that.
{
"companionStats": [
{
"Name": "Main Character",
"Stealth": 18,
"Athletics": 18,
"Lore": 18,
"Mechanics": 18,
"Survival": 18,
},
]}
I started saving (after restarting the game, of course) - the stats are the same. have not changed. How can I make the file work?
It mentions that "Sometimes, an ability has multiple status effects. To target a specific status effect, you will have to add empty status effect mods before the status effect you want to target."
Do you have an idea of what the mod author meant by that? If so, could you provide an example of the string on how to do this on my end? That would help me a lot.