Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
{
"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