Instalar o Steam
Iniciar sessão
|
Idioma
简体中文 (Chinês Simplificado)
繁體中文 (Chinês Tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Checo)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol de Espanha)
Español-Latinoamérica (Espanhol da América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polaco)
Português (Brasil)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar problema de tradução
{
"id" : "banner_crafting",
"level" : 0,
"cost" : 3,
"use_limit" : 1,
"effects" :
[
{
"selection" : "party_other",
"requirements" : [],
"chance" : { "code" : "a", "amount": 1.0 },
"type": "stress_heal_amount",
"sub_type" : "",
"amount" : 12
},
{
"selection" : "party_other",
"requirements" : [],
"chance" : { "code" : "b", "amount": 0.33 },
"type": "buff",
"sub_type" : "campingStressResistBuff",
"amount" : -0.10
}
],
Error:Effect string format type not defined for [CampingStressResistBuff] in HeroDisplay::CampingCreateSkillTooltip
It is from an error in the camping skills for Banner Crafting.
- Go to the steam mod or manual download folder 906316834/raid/camping/warden.camping_skills.JSON. Open the file with a text editor (Notepad, Atom, etc.)
- Change the 2nd party_other selection under "id" : "banner_crafting".
Original:
"type": "campingStressResistBuff",
"sub_type" : "",
"amount" : 0.10
Change to:
"type": "buff",
"sub_type" : "campingStressResistBuff",
"amount" : -0.10