ติดตั้ง 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 (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
{
"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