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
{
"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