Skip to content

Commit

Permalink
fix: add missing passive text for Juno
Browse files Browse the repository at this point in the history
  • Loading branch information
netux committed Aug 25, 2024
1 parent abee3ce commit 0c262e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/data/heroes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3467,6 +3467,24 @@ export const heroKw: Record<Overwatch2Heroes, HeroData> =
"zh-CN": "轨道射线",
"zh-TW": "軌道射線"
},
"passive": {
"guid": "00000001DEE0",
"de-DE": "Marsstiefel",
"en-US": "Martian Overboots",
"es-ES": "Cubrebotas marciano",
"es-MX": "Cubrebotas marcianas",
"fr-FR": "Bottes martiennes",
"it-IT": "Stivali Marziani",
"ja-JP": "マーシャン・オーバーブーツ",
"ko-KR": "화성식 오버부츠",
"pl-PL": "Obuwie Marsjańskie",
"pt-BR": "Botas Marcianas",
"ru-RU": "Марсианские боты",
"th-TH": "มาร์เชียนโอเวอร์บูต",
"tr-TR": "Marslı Botu",
"zh-CN": "火星套靴",
"zh-TW": "火星噴射靴"
},
"de-DE": "Juno",
"en-US": "Juno",
"es-ES": "Juno",
Expand Down

0 comments on commit 0c262e7

Please sign in to comment.