安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









~
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://psteamcommunity.yuanyoumao.com/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.