Implemented Monster Ailments.

This commit is contained in:
GreenComfyTea
2022-04-20 18:10:26 +03:00
parent e6fd36eea0
commit 46a76a6a10
15 changed files with 4290 additions and 537 deletions

View File

@@ -1,6 +1,7 @@
{
"UI": {
"HP": "生命:",
"buildup": "Buildup",
"gold": "金冠",
"mini": "小型",
"player": "玩家",
@@ -9,14 +10,41 @@
"stamina": "耐力:",
"total_damage": "總傷害"
},
"ailments": {
"blast": "Blast",
"dung_bomb": "Dung Bomb",
"exhaust": "Exhaust",
"fall_otomo_trap": "Fall Otomo Trap",
"fall_trap": "Fall Trap",
"fireblight": "Fireblight",
"flash": "Flash",
"iceblight": "Iceblight",
"mount": "Mount",
"paralysis": "Paralysis",
"poison": "Poison",
"quick_sand": "Quick Sand",
"shock_otomo_trap": "Shock Otomo Trap",
"shock_trap": "Shock Trap",
"sleep": "Sleep",
"steel_fang": "Steel Fang",
"stun": "Stun",
"thunderblight": "Thunderblight",
"tranq_bomb": "Tranq Bomb",
"waterblight": "Waterblight"
},
"customization_menu": {
"UI_font": "UI 字體",
"UI_font_notice": "當更改文字時,請重新載入",
"activation_count": "Activation Count",
"ailment_name": "Ailment Name",
"ailment_name_label": "Ailment Name Label",
"ailments": "Ailments",
"all_UI": "All UI",
"anchor": "錨點",
"assign_new_key": "Assign new key",
"background": "圖形化顯示條的背景底色",
"bar": "圖形化顯示條",
"blast": "Blast",
"blast_damage": "Blast Damage",
"body_parts": "身體部位",
"bold": "粗體",
@@ -24,6 +52,8 @@
"bottom_left": "左下",
"bottom_right": "右下",
"break_count": "破壞次數",
"buildup": "Buildup",
"buildup_percentage": "Buildup Percentage",
"capture_line": "可捕捉標記線",
"color": "調色盤",
"colors": "調色盤",
@@ -39,16 +69,23 @@
"dps": "DPS",
"dps_label": "DPS Label",
"dps_mode": "DPS Mode",
"dung_bomb": "Dung Bomb",
"during_quest": "任務中",
"dynamic_positioning": "浮動的資訊位置",
"dynamically_positioned": "浮動的魔物資訊",
"enable_for": "Enable for",
"enable_on": "Enable on",
"enabled": "可見",
"exhaust": "Exhaust",
"fall_otomo_trap": "Fall Otomo Trap",
"fall_trap": "Fall Trap",
"family": "字體",
"fight_time": "Fight Time",
"fire": "Fire",
"fireblight": "Fireblight",
"first": "第一",
"first_hit": "First Hit",
"flash": "Flash",
"flinch_count": "Flinch Count",
"foreground": "圖形化顯示條的底色",
"global_position_modifier": "Global Position Modifier",
@@ -57,7 +94,12 @@
"health": "生命",
"health_percentage": "生命百分比",
"height": "高度",
"hide_ailments_with_zero_buildup": "Hide Ailments with 0 Buildup",
"hide_all_active_ailments": "Hide All Active Ailments",
"hide_all_inactive_ailments": "Hide All Inactive Ailments",
"hide_dead_or_captured": "隱藏死亡或被捕獲的魔物",
"hide_disabled_ailments": "Hide Disabled Ailments",
"hide_inactive_ailments_with_no_buildup_support": "Hide Inactive Ailments with no Buildup Support",
"hide_module_if_total_damage_is_zero": "當總傷害為0時,隱藏玩家輸出資訊",
"hide_player_if_player_damage_is_zero": "當玩家傷害為0時,隱藏玩家傷害",
"hide_total_if_total_damage_is_zero": "當總傷害為0時,隱藏總傷害",
@@ -69,6 +111,8 @@
"hotkeys": "Hotkeys",
"hunter_rank": "獵人等級",
"hunter_rank_label": "Hunter Rank Label",
"ice": "Ice",
"iceblight": "Iceblight",
"include": "細部資訊調整",
"installation_damage": "設備傷害",
"italic": "斜體",
@@ -93,14 +137,17 @@
"monster_damage": "魔物傷害",
"monster_name": "魔物名稱",
"monster_name_label": "魔物名稱",
"mount": "Mount",
"my_damage_bar_location": "我的傷害條",
"none": "空",
"normal": "正常",
"offset": "位置",
"offset_is_relative_to_parts": "Offset is Relative to Parts",
"opacity_falloff": "透明度提高",
"orientation": "對齊方式",
"other_players": "其他玩家",
"otomo_damage": "隨從傷害",
"paralysis": "Paralysis",
"part_name": "部位名稱",
"part_name_label": "部位名稱",
"percentage_label": "百分比",
@@ -109,19 +156,24 @@
"player_id": "玩家ID",
"player_name": "玩家名稱",
"player_name_label": "玩家名稱",
"poison": "Poison",
"poison_damage": "Poison Damage",
"position": "位置",
"press_any_key": "Press any key...",
"prioritize_large_monsters": "大型魔物優先",
"quest_result_screen": "Quest Result Screen",
"quest_time": "Quest Time",
"quick_sand": "Quick Sand",
"rage": "憤怒度",
"render_highlighted_monster": "Render Highlighted Monster",
"render_not_highlighted_monsters": "Render Not Highlighted Monsters",
"reversed_order": "逆向排序",
"settings": "設定",
"shadow": "陰影",
"shock_otomo_trap": "Shock Otomo Trap",
"shock_trap": "Shock Trap",
"size": "大小",
"sleep": "Sleep",
"small_monster_UI": "小型魔物 UI",
"small_monsters": "小型魔物群",
"sorting": "排序方式",
@@ -133,9 +185,14 @@
"static_spacing": "固定魔物資訊的間距",
"statically_positioned": "固定的魔物資訊",
"status": "狀態",
"steel_fang": "Steel Fang",
"stun": "Stun",
"text_label": "文字",
"thunder": "Thunder",
"thunderblight": "Thunderblight",
"time_UI": "時間 UI",
"time_label": "時間",
"time_limit": "Time Limit",
"timer_label": "計時器",
"top_damage": "最高傷害",
"top_dps": "Top DPS",
@@ -150,12 +207,15 @@
"tracked_damage_types": "追蹤的傷害類型",
"tracked_monster_types": "追蹤的魔物類型",
"training_area": "訓練場",
"tranq_bomb": "Tranq Bomb",
"type": "類型",
"value_label": "數字",
"vertical": "垂直",
"viewport_offset": "視窗的位置",
"visible": "可見",
"visible_on": "Visible on",
"water": "Water",
"waterblight": "Waterblight",
"width": "寬度",
"word_player": "名稱 \"玩家\"",
"world_offset": "地圖中的位置",