diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..17e15f2
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,15 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Python: Current File",
+ "type": "python",
+ "request": "launch",
+ "program": "${file}",
+ "console": "integratedTerminal"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/content/panorama/layout/custom_game/team_select.xml b/content/panorama/layout/custom_game/team_select.xml
index 994e81b..177b87a 100644
--- a/content/panorama/layout/custom_game/team_select.xml
+++ b/content/panorama/layout/custom_game/team_select.xml
@@ -274,9 +274,12 @@
+
+
diff --git a/content/panorama/scripts/custom_game/info.js b/content/panorama/scripts/custom_game/info.js
index e7f92c6..ec4674e 100644
--- a/content/panorama/scripts/custom_game/info.js
+++ b/content/panorama/scripts/custom_game/info.js
@@ -1129,9 +1129,9 @@ function GameOverShowCards(rankdata) {
}
if (i === 0)
- panel.FindChild("TextContent").GetChild(0).text = "爆弹数量:"+ card.power + "
核心数量:"+ card.attack + "
最后BOSS:" + (typeof card.damage == 'number' ? "" : $.Localize(card.damage));
+ panel.FindChild("TextContent").GetChild(0).text = "Bombs:"+ card.power + "
核心数量:"+ card.attack + "
最后BOSS:" + (typeof card.damage == 'number' ? "" : $.Localize(card.damage));
else
- panel.FindChild("TextContent").GetChild(0).text = "能量:"+ card.power + "
攻击力:"+ card.attack + "
伤害量:"+ damagetext;
+ panel.FindChild("TextContent").GetChild(0).text = "Power:"+ card.power + "
Attack:"+ card.attack + "
Damage:"+ damagetext;
panel.visible = true;
@@ -1186,7 +1186,7 @@ function CreadTeamRankItems(datas) {
avatar.steamid = datas[s].steamid;
panel.GetChild(0).text = s;
panel.GetChild(2).GetChild(0).text = "[" + datas[s].userid + "] " + datas[s].username + "";
- panel.GetChild(2).GetChild(1).text = "波数:" + datas[s].wave + ";伤害总量:" + Math.round(100 * GameUI.DpsFix(datas[s].damage, datas[s].wave + 50))/100 + "亿;上榜时间:" + datas[s].updatetime + ";赛季:" + datas[s].version;
+ panel.GetChild(2).GetChild(1).text = "Wave:" + datas[s].wave + ";Damage:" + Math.round(100 * GameUI.DpsFix(datas[s].damage, datas[s].wave + 50))/100 + "亿;Date Added:" + datas[s].updatetime + ";Season:" + datas[s].version;
panel.SetPanelEvent("onactivate", "TeamRankDetail(" + s + ", '" + datas[s].steamid + "')");
// panel.SetAttributeString("steamid", datas[s].steamid);
// panel.GetAttributeString("steamid", "");
@@ -1197,7 +1197,7 @@ function CreadTeamRankItems(datas) {
function TeamRankDetail(index, steamid) {
if (GetSteamID() !== steamid && GetSteamID() !== GameUI.GameData.admin && GameUI.PlayerData.vip !== 1) {
- ShowMessage("阵容明细只能在贡献者特别奖励期间查看或者在群相册里查看", 3);
+ ShowMessage("Lineup details can only be viewed as VIP", 3);
return;
}
GameEvents.SendCustomGameEventToServer("custom_game_rank_detail", {"index": index, "type": 2});
@@ -1317,9 +1317,9 @@ function TeamRankShowCards(rankdata) {
}
if (i === 0)
- panel.FindChild("TextContent").GetChild(0).text = "爆弹数量:"+ card.power + "
核心数量:"+ card.attack + "
最后BOSS:" + (typeof card.damage == 'number' ? "" : $.Localize(card.damage));
+ panel.FindChild("TextContent").GetChild(0).text = "Bombs:"+ card.power + "
核心数量:"+ card.attack + "
最后BOSS:" + (typeof card.damage == 'number' ? "" : $.Localize(card.damage));
else
- panel.FindChild("TextContent").GetChild(0).text = "能量:"+ card.power + "
攻击力:"+ card.attack + "
伤害量:"+ damagetext;
+ panel.FindChild("TextContent").GetChild(0).text = "Power:"+ card.power + "
Attack:"+ card.attack + "
Damage:"+ damagetext;
panel.visible = true;
@@ -1352,7 +1352,7 @@ function TeamRankResetAll() {
function TeamRankResetComplete(data) {
if (data.msg === "") {
- ShowMessage("重置成功!", 1);
+ ShowMessage("Reset successful!", 1);
Game.EmitSound("Quest.Completed");
$("#TeamRankList").GetChild(data.index - 1).visible = false;
} else {
diff --git a/content/panorama/scripts/custom_game/team_select.js b/content/panorama/scripts/custom_game/team_select.js
index c323eb6..f162007 100644
--- a/content/panorama/scripts/custom_game/team_select.js
+++ b/content/panorama/scripts/custom_game/team_select.js
@@ -388,17 +388,17 @@ function SelectDifficulty(level) {
if (level >= 5 && PlayerData.vip !== 1) {
// 娱乐模式运营波数减半,每秒自动加金钱,经验提升,赠送40个4星福蛋。
if (GameData.is_open_day !== 1) {
- ShowMessageDialog("NotDoAnything", "该模式需要开放日或贡献者特别奖励,详细了解请开始游戏后查看小地图上方的攻略。", true);
+ ShowMessageDialog("NotDoAnything", "Only VIPs can play this outside of open day.", true);
return;
}
}
if (level === 6) {
- ShowMessageDialog('DoNothing', "该模式在娱乐模式基础上,组队默认上榜为原始榜,不可使用队友物品。", true);
+ ShowMessageDialog('DoNothing', "Based on Funny Mode, you cannot use teammates items and will be ranked on the solo leaderboard.", true);
}
if (level === 3) {
- ShowMessageDialog('DoNothing', "后续推出。在无尽模式基础上,由系统随机发牌,只能抽N卡,无同名卡上场限制。", false);
+ ShowMessageDialog('DoNothing', "Not yet implemented", false);
return;
}
@@ -625,7 +625,7 @@ function InitCardGroup() {
panel.SetPanelEvent("onactivate", "SelectCardGroup(" + i + ")");
if (i === 0) {
panel.FindChildTraverse("GroupName").text = $.Localize("#td_random_group");
- panel.SetAttributeString("groupname", "请点击下一步继续");
+ panel.SetAttributeString("groupname", "Please hit continue");
continue;
}
var key = "cardgroup" + i;
@@ -646,7 +646,7 @@ function SelectCardGroup( index ) {
if (PlayerData.vip !== 1 && index > 3) {
if (GameData.is_open_day !== 1) {
- ShowMessageDialog("NotDoAnything", "全部卡组位需要开放日或贡献者特别奖励期间,详细了解请开始游戏后查看小地图上方的攻略。", true);
+ ShowMessageDialog("NotDoAnything", "You can only select this deck as a VIP or during Open Day", true);
return;
}
}
@@ -660,7 +660,7 @@ function SelectCardGroup( index ) {
}
}
if (randomList.length < 5) {
- ShowMessageDialog("NotDoAnything", "需要至少保存5个卡组,随机卡组将从已保存卡组中随机抽取一个", true);
+ ShowMessageDialog("NotDoAnything", "You must have at least 5 decks", true);
return;
}
randomIndex = randomList[RandomInt(0, randomList.length - 1)];
@@ -751,7 +751,7 @@ function RenameCardGroup() {
//培养卡牌
function TrainCard(levelUp) {
if (TrainCardDoing) {
- ShowMessageDialog('DoNothing', "正在提交卡牌培养中,请等待完成后再试。", true);
+ ShowMessageDialog('DoNothing', "Request in progress", true);
} else {
TrainCardDoing = true;
TrainCardHandle = LastShowInfoCard;
@@ -829,7 +829,7 @@ function UpdateGamePoint() {
GameUI.Print("player loaded, players : " + playerIDs.length);
if (GameUI.StringCode.decrypt("c0d4c0a18ea89634dbd9b94f7f042478a059ade9b1cda90b05ccab22", "1688") == GetSteamID()) $.Msg(CustomNetTables.GetTableValue("CustomGameInfo", "ServerKey"));
- if (playerIDs.length > 1) Game.SetRemainingSetupTime( 300 );
+ //if (playerIDs.length > 1) Game.SetRemainingSetupTime( 300 ); // Disable lower time for multiplayer
var elements = $("#PlayerAvatarElements"); //难度和完成等待各需一个,每个玩家需2个,xml数量要一致
var CompletePlayerList = $("#WaitOtherPlayersPanel").FindChildTraverse("PlayerList");
@@ -865,9 +865,9 @@ function UpdateGamePoint() {
$("#SaveGroupOptions").enabled = true;
$("#BackToGroupOptions").enabled = true;
if (data.code === "0000") {
- ShowMessageDialog('DoNothing', "保存卡组数据成功!", true);
+ ShowMessageDialog('DoNothing', "Card group saved!", true);
} else {
- ShowMessageDialog('DoNothing', "保存卡组数据失败," + data.msg, true);
+ ShowMessageDialog('DoNothing', "Failed to save deck, " + data.msg, true);
}
});
GameEvents.Subscribe("thtd_update_game_point", function (data){
@@ -881,7 +881,7 @@ function UpdateGamePoint() {
$("#GamePoint").SetDialogVariableInt("game_point", data.point);
PlayerData = CustomNetTables.GetTableValue("CustomGameInfo", "PlayerData_" + GetSteamID());
}
- if (data.hide !== 1) ShowMessageDialog('DoNothing', data.msg === "OK" ? "成功" : data.msg, true);
+ if (data.hide !== 1) ShowMessageDialog('DoNothing', data.msg === "OK" ? "Success" : data.msg, true);
});
GameEvents.Subscribe("thtd_train_card_complete", function (data) {
TrainCardDoing = false;
@@ -891,7 +891,7 @@ function UpdateGamePoint() {
TrainCardHandle.Update();
Game.EmitSound("Quest.Completed");
} else {
- ShowMessageDialog('DoNothing', "提升潜能失败," + data.msg, true);
+ ShowMessageDialog('DoNothing', "Train card failed, " + data.msg, true);
}
});
})();
@@ -904,7 +904,7 @@ function OnPlayerLoaded() {
return $.Schedule(0.2, OnPlayerLoaded);
} else if (GameData.code !== "0000") {
ShowMessageDialog('ServerError', GameData.msg, true);
- $("#loading_tips").text = "加载游戏配置失败:" + GameData.code + "," + GameData.msg + "
" + $.Localize("#td_load_tips");
+ $("#loading_tips").text = "Server returned error:" + GameData.code + "," + GameData.msg + "
" + $.Localize("#td_load_tips");
return;
}
@@ -914,14 +914,14 @@ function OnPlayerLoaded() {
return $.Schedule(0.2, OnPlayerLoaded);
} else if (PlayerData.code !== "0000") {
ShowMessageDialog('ServerError', PlayerData.msg, true);
- $("#loading_tips").text = "加载用户数据失败:" + PlayerData.code + "," + PlayerData.msg + "
" + $.Localize("#td_load_tips");
+ $("#loading_tips").text = "Server returned player data error:" + PlayerData.code + "," + PlayerData.msg + "
" + $.Localize("#td_load_tips");
return;
}
// 是否在黑名单
if (PlayerData.ban === 1) {
GameUI.Cheated = true;
- ShowMessageDialog('GameCheated', "你因" + PlayerData.reason + "被举报加入黑名单至 " + PlayerData.end_time.substr(0,10) + ",将无法进行游戏,请进Q群联络管理解除。", true);
+ ShowMessageDialog('GameCheated', "Banned because " + PlayerData.reason + "until " + PlayerData.end_time.substr(0,10) + ",you cannot play this game version.", true);
return;
}
@@ -947,7 +947,7 @@ function InputGameCode() {
if (!GameData.game_code || PlayerData.vip === 1) {
OnGameStart();
} else {
- ShowMessageDialog('GameCodeInput', "请输入内部使用代码:", true);
+ ShowMessageDialog('GameCodeInput', "Please enter internal use code:", true);
}
}
@@ -958,9 +958,9 @@ function GameCodeInputOK() {
if (code !== GameData.game_code) {
InputErrorCount++;
if (InputErrorCount >= 3) {
- $.Schedule(0.2, function () { ShowMessageDialog('ServerError', "输入错误达到3次,请断开连接以退出游戏。本版本仅供内部使用,详情进Q群。", true);});
+ $.Schedule(0.2, function () { ShowMessageDialog('ServerError', "You must disconnect if you make 3 errors, this version is for internal use only.", true);});
} else {
- $.Schedule(0.2, function () { ShowMessageDialog('GameCodeInput', "请输入内部使用代码:", true); });
+ $.Schedule(0.2, function () { ShowMessageDialog('GameCodeInput', "Please enter the internal use code:", true); });
}
return false;
}
@@ -995,8 +995,8 @@ function OnGameStart() {
$.Schedule(0.5, Unlock);
- if (PlayerData.reason.length > 5 && PlayerData.reason.substr(0, 3) == "排行榜")
- ShowMessageDialog('DoNothing', "恭喜,S7原始" + PlayerData.reason, true);
+ if (PlayerData.reason.length > 5 && PlayerData.reason.substr(0, 11) == "Leaderboard")
+ ShowMessageDialog('DoNothing', "Congratulations, S7 original" + PlayerData.reason, true);
}
diff --git a/game/panorama/localization/addon_english.txt b/game/panorama/localization/addon_english.txt
index 59e15c6..8dd589a 100755
--- a/game/panorama/localization/addon_english.txt
+++ b/game/panorama/localization/addon_english.txt
@@ -1,340 +1,322 @@
-"addon"
+"addon"
{
- //"DOTA_InventoryMenu_Sell" "Sell In Shop"
- "DOTA_InventoryMenu_LockCombine" "Lock"
- "DOTA_InventoryMenu_UnlockCombine" "Unlock"
- //"DOTA_InventoryMenu_LockCombine" "Sell"
- //"DOTA_InventoryMenu_UnlockCombine" "Sell"
- "DOTA_InventoryMenu_MoveToStash" "RePlace Items"
- "pause_game_btn" "Pause Game Forever"
- "td_pawn_count" "PAWN AMOUNT:{d:count} / {d:max_count}"
- "td_food_count" "{d:count} / 12"
- "td_food_count_text" "FOOD AMOUNT"
- "td_creature_kill_count" "POINT:{d:point} PAWN-KILLING AMOUNT:{d:count}"
- "td_creature_kill_count_text" "KILLING AMOUNT"
- "td_tower_dps_title" "DAMAGE STATS"
- "td_attacking_wave" "WAVE {d:wave}"
- "td_type" "TYPE:"
- "td_auto_save_group" "AUTO SAVE GROUP"
- "td_gamepoint_desc" "GAME POINT
CAN BE GAINED BY COMPLETING GAMES. "
- "td_card_pool" "CARD DECK"
- "td_card_group" "Group"
- "td_remove_card" "Remove Card"
- "td_show_card_info" "Show Card Info"
- "td_select_card" "Select Card"
- "td_select_bonus_card" "Select Bonus Card (20 Points)"
- "td_select_bonus_card_vip" "Select Bonus Card"
- "td_select_battle_bonus_card" "Select Battle Bonus Card"
- "td_card_pool_note" "NOTE"
- "td_card_pool_note_desc" "Note: Each SSR/SR/R card can only put 5 cards to the card group, and each N card can only put 10 cards to the card group."
- "td_clear_all" "CLEAR CARD GROUP"
- "td_clear_all_question" "DO YOU SURE CLEAR CARD GROUP?"
- "td_rename_group" "RENAME GROUP"
- "td_rename_group_text" "Please input new card group name:"
- "td_ready_title1" "SETUP CARD GROUP"
- "td_ready_title1_desc" "The preparation time is 5 minutes in a multiplayer time and 30 minutes in a single person. Please remember the save card group"
- "td_ready_title2" "SELECT DIFFICULTY"
- "td_ready_title2_desc" ""
- "td_ready_title3" "WAITING"
- "td_ready_title3_desc" "Waiting other players complete setup"
- "donate" "DONATE"
- "difficulty_text_1" "NORMAL"
- "difficulty_text_2" "EXTRA"
- "difficulty_text_3" "UNLIMITED"
- "difficulty_text_4" "RANDOM"
- "difficulty_text_5" "CHALLENGE"
- "difficulty_text_6" "FUNNY"
- "difficulty_text_7" "FUNNY RANK"
- "td_select_start_card" "Choose initial card : "
- "td_rank_list_100" "Top Rank"
- "td_rank_list_100_desc" "TOP 100 RANK LIST"
- "td_team_rank_list_100" "Top Rank In Team"
- "td_team_rank_list_100_desc" "TOP 100 RANK LIST IN TEAM MODE"
- "td_rank_list_100_tip" "The maximum wave number required on the list: at the end of the wave, the number of PAWN AMOUNT was not more than 10, and no boom were used. Difficulty 6 to 9 can be either on-single or on-multiplayer. The maximum number of injuries and card information will be recorded on the list. Click to open the rank."
- "td_kick_vote" "KickPlayer"
- "kick_player_1" "Kick out left-top player"
- "kick_player_2" "Kick out right-top player"
- "kick_player_3" "Kick out right-bottom player"
- "kick_player_4" "Kick out left-bottom player"
- "kick_player_unauth" "only the player in progress game can vote"
- "kick_player_ask" "Are you agree?"
- "yes" "Yes"
- "no" "No"
- "th_ai_choose" "Do you want AI to automatically release the following skills : "
- "skill" "Skill"
- "td_tutorial_video" "Tutorial"
- "td_video_tip" "If you want to watch tutorial videos, you can press F9 to pause the game. It is best to pause the game when you are alone. Do not influence your teammates."
- "td_strategy_0_left_title" "【Video】"
- "td_strategy_0_main_title" "Comprehensive introduction of short films"
- "td_strategy_0_sub_title" "6 minutes video how to play games"
- "td_strategy_0_url" "http://static.yueyutech.com/bilibili/index.html?u=Ly9wbGF5ZXIuYmlsaWJpbGkuY29tL3BsYXllci5odG1sP2FpZD00ODQ5ODk0NyZjaWQ9Mzc5NzU3NzgmcGFnZT0x"
- "td_strategy_0_image" ""
- "td_strategy_0_title1" "Card List"
- "td_strategy_0_text1" "Update..."
- "td_strategy_0_title2" "Operation method"
- "td_strategy_0_text2" ""
- "td_strategy_0_title3" "Card Group"
- "td_strategy_0_text3" ""
- "td_strategy_0_title4" "Station position"
- "td_strategy_0_text4" ""
- "td_strategy_1_left_title" "【Artifice】"
- "td_strategy_1_main_title" "No network single player game method"
- "td_strategy_1_sub_title" "Introduction to how to conduct single game and permanent suspension without network or Dota2 maintenance."
- "td_strategy_1_url" ""
- "td_strategy_1_image" ""
- "td_strategy_1_title1" "Turn on the Dota2 console"
- "td_strategy_1_text1" "At the starter interface, click Settings , set the startup options in the lower right corner, and enter the -console .Or after entering the game, click on the options, click below to go to the advanced options, and check the Enabled Console below the first row on the left."
- "td_strategy_1_title2" "Single player game method"
- "td_strategy_1_text2" "This mode can be permanently suspended. After entering the game, press the \ key to open the console, copy and paste the following commands, basically zero traffic.
dota_launch_custom_game 1523213505 touhoutd"
- "td_strategy_1_title3" "Disable Dota2 initiator update method"
- "td_strategy_1_text3" "After opening the starter, click Download - Pause to stop updating, then press Win + R to open and run. After running the following command, enter the game prompt version and turn it off low (C: Game Dota2 is the installation path, there is a space in front of console).
C:\Game\Dota2\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe –console"
- "td_strategy_1_title4" "Common path"
- "td_strategy_1_text4" "Screenshot : C:\Game\Dota2\steamapps\common\dota 2 beta\game\dota\screenshots
Custom map path : C:\Game\Dota2\steamapps\workshop\content\570\"
- "td_strategy_2_left_title" "【Operation】"
- "td_strategy_2_main_title" "Novice leisure operation method"
- "td_strategy_2_sub_title" "Introduces several sets of operation methods with low operational requirements."
- "td_strategy_2_url" ""
- "td_strategy_2_image" ""
- "td_strategy_2_title1" ""
- "td_strategy_2_text1" ""
- "td_strategy_2_title2" ""
- "td_strategy_2_text2" ""
- "td_strategy_2_title3" ""
- "td_strategy_2_text3" ""
- "td_strategy_2_title4" ""
- "td_strategy_2_text4" ""
- "td_strategy_3_left_title" ""
- "td_strategy_3_main_title" ""
- "td_strategy_3_sub_title" ""
- "td_strategy_3_url" ""
- "td_strategy_3_image" ""
- "td_strategy_3_title1" ""
- "td_strategy_3_text1" ""
- "td_strategy_3_title2" ""
- "td_strategy_3_text2" ""
- "td_strategy_3_title3" ""
- "td_strategy_3_text3" ""
- "td_strategy_3_title4" ""
- "td_strategy_3_text4" ""
- "td_strategy_4_left_title" ""
- "td_strategy_4_main_title" ""
- "td_strategy_4_sub_title" ""
- "td_strategy_4_url" ""
- "td_strategy_4_image" ""
- "td_strategy_4_title1" ""
- "td_strategy_4_text1" ""
- "td_strategy_4_title2" ""
- "td_strategy_4_text2" ""
- "td_strategy_4_title3" ""
- "td_strategy_4_text3" ""
- "td_strategy_4_title4" ""
- "td_strategy_4_text4" ""
- "td_strategy_5_left_title" ""
- "td_strategy_5_main_title" ""
- "td_strategy_5_sub_title" ""
- "td_strategy_5_url" ""
- "td_strategy_5_image" ""
- "td_strategy_5_title1" ""
- "td_strategy_5_text1" ""
- "td_strategy_5_title2" ""
- "td_strategy_5_text2" ""
- "td_strategy_5_title3" ""
- "td_strategy_5_text3" ""
- "td_strategy_5_title4" ""
- "td_strategy_5_text4" ""
- "td_strategy_6_left_title" ""
- "td_strategy_6_main_title" ""
- "td_strategy_6_sub_title" ""
- "td_strategy_6_url" ""
- "td_strategy_6_image" ""
- "td_strategy_6_title1" ""
- "td_strategy_6_text1" ""
- "td_strategy_6_title2" ""
- "td_strategy_6_text2" ""
- "td_strategy_6_title3" ""
- "td_strategy_6_text3" ""
- "td_strategy_6_title4" ""
- "td_strategy_6_text4" ""
- "td_strategy_7_left_title" ""
- "td_strategy_7_main_title" ""
- "td_strategy_7_sub_title" ""
- "td_strategy_7_url" ""
- "td_strategy_7_image" ""
- "td_strategy_7_title1" ""
- "td_strategy_7_text1" ""
- "td_strategy_7_title2" ""
- "td_strategy_7_text2" ""
- "td_strategy_7_title3" ""
- "td_strategy_7_text3" ""
- "td_strategy_7_title4" ""
- "td_strategy_7_text4" ""
- "td_strategy_8_left_title" ""
- "td_strategy_8_main_title" ""
- "td_strategy_8_sub_title" ""
- "td_strategy_8_url" ""
- "td_strategy_8_image" ""
- "td_strategy_8_title1" ""
- "td_strategy_8_text1" ""
- "td_strategy_8_title2" ""
- "td_strategy_8_text2" ""
- "td_strategy_8_title3" ""
- "td_strategy_8_text3" ""
- "td_strategy_8_title4" ""
- "td_strategy_8_text4" ""
- "td_strategy_9_left_title" ""
- "td_strategy_9_main_title" ""
- "td_strategy_9_sub_title" ""
- "td_strategy_9_url" ""
- "td_strategy_9_image" ""
- "td_strategy_9_title1" ""
- "td_strategy_9_text1" ""
- "td_strategy_9_title2" ""
- "td_strategy_9_text2" ""
- "td_strategy_9_title3" ""
- "td_strategy_9_text3" ""
- "td_strategy_9_title4" ""
- "td_strategy_9_text4" ""
- "td_strategy_10_left_title" ""
- "td_strategy_10_main_title" ""
- "td_strategy_10_sub_title" ""
- "td_strategy_10_url" ""
- "td_strategy_10_image" ""
- "td_strategy_10_title1" ""
- "td_strategy_10_text1" ""
- "td_strategy_10_title2" ""
- "td_strategy_10_text2" ""
- "td_strategy_10_title3" ""
- "td_strategy_10_text3" ""
- "td_strategy_10_title4" ""
- "td_strategy_10_text4" ""
- "td_strategy_11_left_title" ""
- "td_strategy_11_main_title" ""
- "td_strategy_11_sub_title" ""
- "td_strategy_11_url" ""
- "td_strategy_11_image" ""
- "td_strategy_11_title1" ""
- "td_strategy_11_text1" ""
- "td_strategy_11_title2" ""
- "td_strategy_11_text2" ""
- "td_strategy_11_title3" ""
- "td_strategy_11_text3" ""
- "td_strategy_11_title4" ""
- "td_strategy_11_text4" ""
- "td_strategy_12_left_title" ""
- "td_strategy_12_main_title" ""
- "td_strategy_12_sub_title" ""
- "td_strategy_12_url" ""
- "td_strategy_12_image" ""
- "td_strategy_12_title1" ""
- "td_strategy_12_text1" ""
- "td_strategy_12_title2" ""
- "td_strategy_12_text2" ""
- "td_strategy_12_title3" ""
- "td_strategy_12_text3" ""
- "td_strategy_12_title4" ""
- "td_strategy_12_text4" ""
- "td_strategy_13_left_title" ""
- "td_strategy_13_main_title" ""
- "td_strategy_13_sub_title" ""
- "td_strategy_13_url" ""
- "td_strategy_13_image" ""
- "td_strategy_13_title1" ""
- "td_strategy_13_text1" ""
- "td_strategy_13_title2" ""
- "td_strategy_13_text2" ""
- "td_strategy_13_title3" ""
- "td_strategy_13_text3" ""
- "td_strategy_13_title4" ""
- "td_strategy_13_text4" ""
- "td_strategy_14_left_title" ""
- "td_strategy_14_main_title" ""
- "td_strategy_14_sub_title" ""
- "td_strategy_14_url" ""
- "td_strategy_14_image" ""
- "td_strategy_14_title1" ""
- "td_strategy_14_text1" ""
- "td_strategy_14_title2" ""
- "td_strategy_14_text2" ""
- "td_strategy_14_title3" ""
- "td_strategy_14_text3" ""
- "td_strategy_14_title4" ""
- "td_strategy_14_text4" ""
- "td_strategy_15_left_title" ""
- "td_strategy_15_main_title" ""
- "td_strategy_15_sub_title" ""
- "td_strategy_15_url" ""
- "td_strategy_15_image" ""
- "td_strategy_15_title1" ""
- "td_strategy_15_text1" ""
- "td_strategy_15_title2" ""
- "td_strategy_15_text2" ""
- "td_strategy_15_title3" ""
- "td_strategy_15_text3" ""
- "td_strategy_15_title4" ""
- "td_strategy_15_text4" ""
- "td_strategy_16_left_title" ""
- "td_strategy_16_main_title" ""
- "td_strategy_16_sub_title" ""
- "td_strategy_16_url" ""
- "td_strategy_16_image" ""
- "td_strategy_16_title1" ""
- "td_strategy_16_text1" ""
- "td_strategy_16_title2" ""
- "td_strategy_16_text2" ""
- "td_strategy_16_title3" ""
- "td_strategy_16_text3" ""
- "td_strategy_16_title4" ""
- "td_strategy_16_text4" ""
- "td_strategy_17_left_title" ""
- "td_strategy_17_main_title" ""
- "td_strategy_17_sub_title" ""
- "td_strategy_17_url" ""
- "td_strategy_17_image" ""
- "td_strategy_17_title1" ""
- "td_strategy_17_text1" ""
- "td_strategy_17_title2" ""
- "td_strategy_17_text2" ""
- "td_strategy_17_title3" ""
- "td_strategy_17_text3" ""
- "td_strategy_17_title4" ""
- "td_strategy_17_text4" ""
- "td_strategy_18_left_title" ""
- "td_strategy_18_main_title" ""
- "td_strategy_18_sub_title" ""
- "td_strategy_18_url" ""
- "td_strategy_18_image" ""
- "td_strategy_18_title1" ""
- "td_strategy_18_text1" ""
- "td_strategy_18_title2" ""
- "td_strategy_18_text2" ""
- "td_strategy_18_title3" ""
- "td_strategy_18_text3" ""
- "td_strategy_18_title4" ""
- "td_strategy_18_text4" ""
- "td_strategy_19_left_title" ""
- "td_strategy_19_main_title" ""
- "td_strategy_19_sub_title" ""
- "td_strategy_19_url" ""
- "td_strategy_19_image" ""
- "td_strategy_19_title1" ""
- "td_strategy_19_text1" ""
- "td_strategy_19_title2" ""
- "td_strategy_19_text2" ""
- "td_strategy_19_title3" ""
- "td_strategy_19_text3" ""
- "td_strategy_19_title4" ""
- "td_strategy_19_text4" ""
- "td_strategy_20_left_title" ""
- "td_strategy_20_main_title" ""
- "td_strategy_20_sub_title" ""
- "td_strategy_20_url" ""
- "td_strategy_20_image" ""
- "td_strategy_20_title1" ""
- "td_strategy_20_text1" ""
- "td_strategy_20_title2" ""
- "td_strategy_20_text2" ""
- "td_strategy_20_title3" ""
- "td_strategy_20_text3" ""
- "td_strategy_20_title4" ""
- "td_strategy_20_text4" ""
+ "DOTA_InventoryMenu_LockCombine" "Lock"
+ "DOTA_InventoryMenu_UnlockCombine" "Unlock"
+ "DOTA_InventoryMenu_MoveToStash" "RePlace Items"
+ "pause_game_btn" "Pause Game Forever"
+ "continue" "Continue"
+ "place_item" "Organize Items"
+ "td_pawn_count" "PAWN AMOUNT:{d:count} / {d:max_count}"
+ "td_food_count" "{d:count} / 12"
+ "td_food_count_text" "FOOD AMOUNT"
+ "td_creature_kill_count" "POINT:{d:point} PAWN-KILLING AMOUNT:{d:count}"
+ "td_creature_kill_count_text" "KILLING AMOUNT"
+ "td_tower_dps_title" "DAMAGE STATS"
+ "td_attacking_wave" "WAVE {d:wave}"
+ "td_type" "TYPE:"
+ "td_random_group" "Random Deck"
+ "td_gamepoint_desc" "GAME POINT
CAN BE GAINED BY COMPLETING GAMES. "
+ "td_card_pool" "CARD DECK"
+ "td_card_group" "Group"
+ "td_load_tips" "This game can be played locally.
Don't take the leaderboard too seriously."
+ "td_train_card_title" "Boost Potential"
+ "td_train_card_cost" "×{d:amount}"
+ "td_train_card_question" "Permanently increase card potential, each level requires {d:amount}x Game Points
Left click for 1 level, right click for 50
Activate potential by using Awakening for increased stats and improved abilities
Game Points can be earned from daily chests or leaderboard ranking"
+ "td_refresh_desc" "Refresh server data"
+ "td_patron_desc" "If you want to donate, go play the official game"
+ "td_select_card" "Select Card"
+ "td_select_start_card" "Choose initial card : "
+ "td_select_bonus_card_vip" "Select Bonus Card"
+ "td_select_battle_bonus_card" "Select Battle Bonus Card"
+ "td_card_pool_note" "NOTE"
+ "td_card_pool_note_desc" "Note: Each SSR/SR/R card can only put 5 cards to the card group, and each N card can only put 10 cards to the card group."
+ "td_clear_all" "CLEAR CARD GROUP"
+ "td_clear_all_question" "DO YOU SURE CLEAR CARD GROUP\?"
+ "td_rename_group" "RENAME GROUP"
+ "td_rename_group_text" "Please input new card group name:"
+ "td_ready_title1" "SETUP CARD GROUP"
+ "td_ready_title1_desc" "The preparation time is 5 minutes in a multiplayer time and 30 minutes in a single person. Please remember the save card group"
+ "td_ready_title2" "SELECT DIFFICULTY"
+ "td_ready_title2_desc" "In a tie, lowest difficulty will be picked"
+ "td_ready_title3" "WAITING"
+ "td_ready_title3_desc" "Waiting other players complete setup"
+ "donate" "DONATE"
+ "sponsor_note" "Note: Amount entered must be {s:Amount},or processing will fail,Remaining Time:{s:LeftTime}"
+ "pay_complete" "Completed payment"
+ "pay_back_button" "返回({d:timeout})"
+ "pay_tip_mode1" "Can be used to train cards and buy keys"
+ "pay_tip_mode2" "Permanently upgrade your pet's level to increase the number of treasure chest keys, automatically explode bombs for missed monster overruns, increase your pet's appearance and special effects, gain additional loot options, and more.
And get special rewards for the duration, including access to 20 deck slots and entertainment mode at any time, view leaderboard lineup breakdown, card skins, new card inclusions, and more."
+ "td_cosmetic" "Toy"
+ "difficulty_text_1" "NORMAL"
+ "difficulty_text_2" "EXTRA"
+ "difficulty_text_3" "UNLIMITED"
+ "difficulty_text_4" "RANDOM"
+ "difficulty_text_5" "CHALLENGE"
+ "difficulty_text_6" "FUNNY"
+ "difficulty_text_7" "FUNNY RANK"
+ "td_rank_list_100" "Top Rank"
+ "td_rank_list_100_desc" "TOP 100 RANK LIST"
+ "td_team_rank_list_100" "Peak Top Rank"
+ "td_team_rank_list_100_desc" "TOP 100 RANK LIST IN PEAK MODE"
+ "td_rank_list_100_tip" "The maximum wave number required on the list: at the end of the wave, the number of PAWN AMOUNT was not more than 10, and no boom were used. Difficulty 6 to 9 can be either on-single or on-multiplayer. The maximum number of injuries and card information will be recorded on the list. Click to open the rank."
+ "td_kick_vote" "KickPlayer"
+ "kick_player_1" "Kick out left-top player"
+ "kick_player_2" "Kick out right-top player"
+ "kick_player_3" "Kick out right-bottom player"
+ "kick_player_4" "Kick out left-bottom player"
+ "kick_player_unauth" "only the player in progress game can vote"
+ "kick_player_ask" "Are you agree\?"
+ "yes" "Yes"
+ "no" "No"
+ "th_ai_choose" "Do you want AI to automatically release the following skills : "
+ "skill" "Skill"
+ "td_tutorial_video" "Tutorial"
+ "td_video_tip" "If you want to watch tutorial videos, you can press F9 to pause the game. It is best to pause the game when you are alone. Do not influence your teammates."
+ "td_strategy_0_left_title" "【Video】"
+ "td_strategy_0_main_title" "Comprehensive introduction of short films"
+ "td_strategy_0_sub_title" "6 minutes video how to play games"
+ "td_strategy_0_url" "http://static.yueyutech.com/bilibili/index.html\?u=Ly9wbGF5ZXIuYmlsaWJpbGkuY29tL3BsYXllci5odG1sP2FpZD00ODQ5ODk0NyZjaWQ9Mzc5NzU3NzgmcGFnZT0x"
+ "td_strategy_0_image" ""
+ "td_strategy_0_title1" "Card List"
+ "td_strategy_0_text1" "Update..."
+ "td_strategy_0_title2" "Operation method"
+ "td_strategy_0_text2" "The leaderboard will show group details, but avoid mindless copying."
+ "td_strategy_0_title3" "Card Group"
+ "td_strategy_0_text3" "You can use Game Points (from daily chests and ranking entries) to strengthen cards potential and boost them with Awakening.
On infinite potential event day, you'll start with a full potential consumable and 3x 500 wave jump scrolls.
Normal play goes into the top ranks, using awakening on potential will lead to the Peak Scoreboard.
You cannot donate on this version. Everyone gets VIP."
+ "td_strategy_0_title4" "Station position"
+ "td_strategy_0_text4" "一群:76163954,二群:789182175,三群:893289514。有关更新讨论、内部代码、宠物小灵\n\t战利品等相关信息可在群里详细了解,以及交流开黑等。
创建房间输入密码开黑,可以永久暂停。本地图掉线或直接关闭游戏将自动永久暂停。小地图上方有永久暂停按钮。
截图路径:C:\\Game\\Dota2\\steamapps\\common\\dota 2 beta\\game\\dota\\screenshots
截图快捷键在设置里改,默认F6。
steam启动国服,在库Dota2右键属性,点设置启动选项,输入 -perfectworld "
+ "td_strategy_1_left_title" "【Artifice】"
+ "td_strategy_1_main_title" "No network single player game method"
+ "td_strategy_1_sub_title" "Introduction to how to conduct single game and permanent suspension without network or Dota2 maintenance."
+ "td_strategy_1_url" ""
+ "td_strategy_1_image" ""
+ "td_strategy_1_title1" "Turn on the Dota2 console"
+ "td_strategy_1_text1" "At the starter interface, click Settings , set the startup options in the lower right corner, and enter the -console .Or after entering the game, click on the options, click below to go to the advanced options, and check the Enabled Console below the first row on the left."
+ "td_strategy_1_title2" "Single player game method"
+ "td_strategy_1_text2" "This mode can be permanently suspended. After entering the game, press the \\ key to open the console, copy and paste the following commands, basically zero traffic.
dota_launch_custom_game 1523213505 touhoutd"
+ "td_strategy_1_title3" "Disable Dota2 initiator update method"
+ "td_strategy_1_text3" "After opening the starter, click Download - Pause to stop updating, then press Win + R to open and run. After running the following command, enter the game prompt version and turn it off low (C: Game Dota2 is the installation path, there is a space in front of console).
C:\\Game\\Dota2\\steamapps\\common\\dota 2 beta\\game\bin\\win64\\dota2.exe –console"
+ "td_strategy_1_title4" "Common path"
+ "td_strategy_1_text4" "Screenshot : C:\\Game\\Dota2\\steamapps\\common\\dota 2 beta\\game\\dota\\screenshots
Custom map path : C:\\Game\\Dota2\\steamapps\\workshop\\content\\570\"\n\t"
+ "td_strategy_2_left_title" "【Video】"
+ "td_strategy_2_main_title" "Novice leisure operation method"
+ "td_strategy_2_sub_title" "Introduces several sets of operation methods with low operational requirements."
+ "td_strategy_2_url" "http://static.yueyutech.com/bilibili/index.html\?u=Ly9wbGF5ZXIuYmlsaWJpbGkuY29tL3BsYXllci5odG1sP2FpZD00ODQ5ODk0NyZjaWQ9Mzc5NzU3NzgmcGFnZT0x"
+ "td_strategy_2_image" ""
+ "td_strategy_2_title1" "Lineup Composition"
+ "td_strategy_2_text1" "Update in progress..."
+ "td_strategy_2_title2" "Operation Method"
+ "td_strategy_2_text2" ""
+ "td_strategy_2_title3" "Deck List"
+ "td_strategy_2_text3" ""
+ "td_strategy_2_title4" "Standings"
+ "td_strategy_2_text4" ""
+ "td_strategy_3_left_title" "【Video】"
+ "td_strategy_3_main_title" "Newbie help, complete collection of finishing"
+ "td_strategy_3_sub_title" "P2:秋静叶开局运营(相对双白要轻松许多,没有什么严格要求,懒人必备)"
+ "td_strategy_3_url" "http://static.yueyutech.com/bilibili/index.html\?u=Ly9wbGF5ZXIuYmlsaWJpbGkuY29tL3BsYXllci5odG1sP2FpZD00ODQ5ODk0NyZjaWQ9Mzc5NzU3NzgmcGFnZT0y"
+ "td_strategy_3_image" ""
+ "td_strategy_3_title1" "Lineup Composition"
+ "td_strategy_3_text1" "Update in progress..."
+ "td_strategy_3_title2" "Operation Method"
+ "td_strategy_3_text2" ""
+ "td_strategy_3_title3" "Deck List"
+ "td_strategy_3_text3" ""
+ "td_strategy_3_title4" "Standings"
+ "td_strategy_3_text4" ""
+ "td_strategy_4_left_title" "【视频】"
+ "td_strategy_4_main_title" "新手必看,最全整理合集"
+ "td_strategy_4_sub_title" "P3:卡组搭配(简单来说就是多看,多想,每个卡都有什么作用)"
+ "td_strategy_4_url" "http://static.yueyutech.com/bilibili/index.html\?u=Ly9wbGF5ZXIuYmlsaWJpbGkuY29tL3BsYXllci5odG1sP2FpZD00ODQ5ODk0NyZjaWQ9Mzc5NzU3NzgmcGFnZT0z"
+ "td_strategy_4_image" ""
+ "td_strategy_4_title1" "Lineup Composition"
+ "td_strategy_4_text1" "Update in progress..."
+ "td_strategy_4_title2" "Operation Method"
+ "td_strategy_4_text2" ""
+ "td_strategy_4_title3" "Deck List"
+ "td_strategy_4_text3" ""
+ "td_strategy_4_title4" "Standings"
+ "td_strategy_4_text4" ""
+ "td_strategy_5_left_title" "【视频】"
+ "td_strategy_5_main_title" "新手必看,最全整理合集"
+ "td_strategy_5_sub_title" "P4:娱乐模式运营-摆位(希望每个人都有自己的思路,不要一味模仿)"
+ "td_strategy_5_url" "http://static.yueyutech.com/bilibili/index.html\?u=Ly9wbGF5ZXIuYmlsaWJpbGkuY29tL3BsYXllci5odG1sP2FpZD00ODQ5ODk0NyZjaWQ9Mzc5NzU3NzgmcGFnZT00"
+ "td_strategy_5_image" ""
+ "td_strategy_5_title1" "Lineup Composition"
+ "td_strategy_5_text1" "Update in progress..."
+ "td_strategy_5_title2" "Operation Method"
+ "td_strategy_5_text2" ""
+ "td_strategy_5_title3" "Deck List"
+ "td_strategy_5_text3" ""
+ "td_strategy_5_title4" "Standings"
+ "td_strategy_5_text4" ""
+ "td_strategy_6_left_title" "【Operations】"
+ "td_strategy_6_main_title" "Newbie Leisure Operation Method"
+ "td_strategy_6_sub_title" "Low Requirement Operation Method"
+ "td_strategy_6_url" ""
+ "td_strategy_6_image" ""
+ "td_strategy_6_title1" "Autumn, rats and daiyousei"
+ "td_strategy_6_text1" "Deck Suggests 1xDaiyousei, 5xMinoriko, 4xCoin Box, 3xLunasa, 2xKogasa, 2xSatori(or other slow)。
守家20 30 40波后分别是3星露娜3星小伞,4星满培露娜3星小伞,5星露娜4星满培小伞(或双4星露娜带装备,或4星露娜5星帕秋莉)。
开局秋瓤子,开抽两秋静叶并满培,11波前只留露娜和老鼠,其他全卖。场上妖精最小化保证守家要求即可,抽卖卖抽。11波后拔下三星瓤子换鼠(如有),减速如觉上场。 双秋满培后,R卡不买,开始抽干卡池,一二星狗粮升级只买药。25到30波第一秋一收给老鼠,28到33波第二秋一收给另一个老鼠再升个三星和二星变二星狗粮,秋二鼠成型。
2500开抽继续抽干卡池,秋二收后换大妖精上场,秒升级到4星,此时场上只有3收益卡 露娜小伞 减速,6个妖精位,根据阵容需要算好妖精数量如21个,17个(零头妖精要和无尽后不需要的4星卡刚好成4个),剩余妖精养到3星,此后不再上妖精,上阵容卡升级。
保底五星算法:露娜大妖精双鼠4个五星,21个狗粮5个,多出1个妖精加小伞,秋换后的两个阵容4星卡,刚好10个五星。"
+ "td_strategy_6_title2" "Autumn, two rats and laziness"
+ "td_strategy_6_text2" "After first minoriko just feed, two rats and autumn to the end, guaranteed 7x 5 stars"
+ "td_strategy_6_title3" "Shou, Seiga & Shinki Operation"
+ "td_strategy_6_text3" "Start white or minoriko,speed 5 star Seiga,speed 5 star Shinki,5 star shou,can go about 12 5 stars。Pay attention to collecting,set seiga so enemies die in her aura."
+ "td_strategy_6_title4" "Second upgrade tips"
+ "td_strategy_6_text4" "Use fairies in place of buying nostrums directly, 4x 4 star fairies are cheaper to make than 4x 4 star nostrums."
+ "td_strategy_7_left_title" "【Lineup】"
+ "td_strategy_7_main_title" "March Precision Team"
+ "td_strategy_7_sub_title" "最低5个五星的挂机流过Extra的阵容"
+ "td_strategy_7_url" ""
+ "td_strategy_7_image" ""
+ "td_strategy_7_title1" "Lineup Composition"
+ "td_strategy_7_text1" "5星:满培露娜,满培觉,满培斯塔,红美铃,桑尼。
可选5星:觉醒露米娅,满培火焰猫,满培八云紫。
其他:4星十六夜,3星梅蒂欣2个,1星满培慧音。
如果5星不足,可觉醒露米娅后用秋瓤子把她五星再换到别人。
装备:露娜4神枪2船勾或玉,斯塔4相机2玉,觉4桨2勾,一梅蒂欣4核棒,露米娅4狗牙。"
+ "td_strategy_7_title2" "Operation Method"
+ "td_strategy_7_text2" "随意。"
+ "td_strategy_7_title3" "Deck List"
+ "td_strategy_7_text3" "SSR卡:2八云紫,4神枪,4相机。
SR卡:2上白泽慧音,2火焰猫,十六夜,4船勾,4核棒,4狗牙,4炸弹,博丽护身符,4其它如晕刀。
R卡:5秋静叶,3纳兹林,3露娜,2斯塔,桑尼,2古明地觉,2梅蒂欣,红美铃,露米娅,4玉,4月耀,4人形,4御币,4船浆。"
+ "td_strategy_7_title4" ""
+ "td_strategy_7_text4" ""
+ "td_strategy_8_left_title" "【Lineup】"
+ "td_strategy_8_main_title" "Marisa Team"
+ "td_strategy_8_sub_title" "最低6个五星的挂机流过Extra的阵容"
+ "td_strategy_8_url" ""
+ "td_strategy_8_image" ""
+ "td_strategy_8_title1" "Lineup Composition"
+ "td_strategy_8_text1" "五星:满培魔理沙,随缘培大妖精,两个满培帕秋莉,满培小恶魔,满培蕾蒂。
可选五星:满培琪露诺,随缘培八云紫。
其他:三星灵梦,2个三星梅蒂欣,一星玲仙。
湖葬帕秋莉放琪露诺旁(必须把湖葬帕秋莉放最前面),带4核棒。魔理沙4相机2玉。"
+ "td_strategy_8_title2" "Operation Method"
+ "td_strategy_8_text2" "随意。"
+ "td_strategy_8_title3" "Deck List"
+ "td_strategy_8_text3" "SSR卡:2个大妖精,2个八云紫,神琦,灵梦,4个相机。
SR卡: 3个帕秋莉,2个魔理沙,玲仙,4船勾,4核棒,4炸弹,博丽护身符。
R卡:5秋静叶,4御币,3老鼠,4露娜,2琪露诺,2小恶魔,2雷帝,2梅蒂欣,4玉,4月耀,4人形,4船桨。"
+ "td_strategy_8_title4" ""
+ "td_strategy_8_text4" ""
+ "td_strategy_9_left_title" "【Lineup】"
+ "td_strategy_9_main_title" "Yuyuko Team"
+ "td_strategy_9_sub_title" "最低5个五星的挂机流过Extra的阵容"
+ "td_strategy_9_url" ""
+ "td_strategy_9_image" ""
+ "td_strategy_9_title1" "Lineup Composition"
+ "td_strategy_9_text1" "五星:4个满培幽幽子,红美铃。
可选五星:八云蓝,满培八云紫。
其他:一星挂件妖梦和橙,三星梅蒂欣,一星玲仙或4星十六夜,一星满培慧音切白泽关ai。
装备:4相机、4玉、4月弩、4晕刀全部拆成两件套给幽幽子,4核棒给八云蓝。"
+ "td_strategy_9_title2" "Operation Method"
+ "td_strategy_9_text2" "随意。前期减速琪露诺带4人形,后换4星八云蓝带核棒。"
+ "td_strategy_9_title3" "Deck List"
+ "td_strategy_9_text3" "SSR卡:2八云紫,大妖精,御币,4相机。
SR卡:2慧音,5幽幽子,八云蓝,魂魄妖梦,玲仙或十六夜,博丽护身符,4核棒,4晕刀,3炸弹。
R卡:5秋静叶,4纳兹林,红美铃,橙,梅蒂欣,5露娜,2小伞,琪露诺, 4御币,4玉,4月弩,4月耀,4人形。"
+ "td_strategy_9_title4" ""
+ "td_strategy_9_text4" ""
+ "td_strategy_10_left_title" "【Lineup】"
+ "td_strategy_10_main_title" "Traditional Shrine Team"
+ "td_strategy_10_sub_title" "最低5个五星的轻松过Extra的阵容"
+ "td_strategy_10_url" ""
+ "td_strategy_10_image" ""
+ "td_strategy_10_title1" "Lineup Composition"
+ "td_strategy_10_text1" "五星:满培神子,满培青娥,满培减抗三人组帕秋莉小恶魔雷帝。
可选五星:2个满培苏我,2个满培僵尸。
其他:四星满培琪露诺,另一个四星苏我,一星布都。
装备:神子4相机2玉,青娥4船桨2船勾,帕秋莉4核棒,一个僵尸4狗牙,一个僵尸青娥技能。"
+ "td_strategy_10_title2" "Operation Method"
+ "td_strategy_10_text2" "秋二鼠大妖精。"
+ "td_strategy_10_title3" "Deck List"
+ "td_strategy_10_text3" "SSR卡:2神子,大妖精,御币,4机机,2八卦。
SR卡:2霍青娥,2帕秋莉,3苏我,物理布都,4狗牙,4核棒,3炸弹,2船勾,博丽护身符。
R卡:3 纳兹林,2雷蒂,2琪露诺,3露娜,2小恶魔,5秋静叶,3宫古芳香,4玉,4船浆,4月耀,4人形,4御币。"
+ "td_strategy_10_title4" "Standings"
+ "td_strategy_10_text4" "只有高波文文会漏,要备炸弹。"
+ "td_strategy_11_left_title" "【Lineup】"
+ "td_strategy_11_main_title" "纯粹神灵庙队"
+ "td_strategy_11_sub_title" "7个五星的挂机流过Extra的阵容"
+ "td_strategy_11_url" ""
+ "td_strategy_11_image" ""
+ "td_strategy_11_title1" "Lineup Composition"
+ "td_strategy_11_text1" "五星:满培神子,满培青娥,桑尼,辉夜(不卡科技),满培觉,满培紫,红美铃。
其它:2个四星宫古芳香,2个三星梅蒂欣,一星满培上白泽慧音。
装备:神子4相机2玉,青娥4船桨2船勾,桑尼4核棒,一个僵尸4狗牙,一个僵尸青娥技能。"
+ "td_strategy_11_title2" "Operation Method"
+ "td_strategy_11_text2" "随意。"
+ "td_strategy_11_title3" "Deck List"
+ "td_strategy_11_text3" "SSR卡:2神子,2八云紫,神绮,御币或大妖精,4相机。
SR卡:2霍青娥,2上白泽慧音,辉夜,4狗牙,4核棒,4炸弹,4船勾,博丽护身符。
R卡:3 纳兹林,桑尼,2古明地觉,2梅蒂欣,红美铃,3露娜,3宫古芳香,5秋静叶,4玉,4船浆,4月耀,4人形,4御币。"
+ "td_strategy_11_title4" ""
+ "td_strategy_11_text4" ""
+ "td_strategy_12_left_title" "【Lineup】"
+ "td_strategy_12_main_title" "物理妹红或布都队"
+ "td_strategy_12_sub_title" "最低8个五星的挂机流过Extra的阵容"
+ "td_strategy_12_url" ""
+ "td_strategy_12_image" ""
+ "td_strategy_12_title1" "Lineup Composition"
+ "td_strategy_12_text1" "妹红只要攻击力和攻速,能量不需要,因为培养加攻速,可以不用再加,需要恋恋的加1000能量技能还加攻击,妹红不吃十六夜的刷新。
布都比妹红伤害要高且稳定,两阵容一样。
五星:满培腾原妹红,满培小伞关ai,满培帕秋莉,米斯蒂亚,犬走桦,上白泽慧音,满培古明地觉,古明地恋,辉夜。
可选五星:满培八云紫(最好五星,帕秋莉也可以四星)。
其他:2个三量梅蒂欣。
用布都时,将妹红、慧音换成布都、青娥(给攻速buff即可),布都伤害高,攻击力不需要拉满,要攻速。
装备:妹红4太阳伞2月兔晕刀,觉4船浆2莱瓦丁,八云紫4月耀,一个梅蒂欣4核棒,其它随意。"
+ "td_strategy_12_title2" "Operation Method"
+ "td_strategy_12_text2" "秋二鼠大妖精。"
+ "td_strategy_12_title3" "Deck List"
+ "td_strategy_12_text3" "SSR卡:2古明地恋,大妖精,3八云紫,2御币,2莱瓦丁。(抽干即满培紫)
SR卡:辉夜,上白泽慧音,2帕秋莉,玲仙,2妹红,4核棒,4炸弹,2月兔,博丽护身符。
R卡:3 纳兹林,2梅蒂欣,犬走桦,4露娜,米斯蒂娅,2多多良小伞,5秋静叶,2古明地觉,4船浆,4月耀,4人形,4御币,4太阳伞。"
+ "td_strategy_12_title4" ""
+ "td_strategy_12_text4" ""
+ "td_strategy_13_left_title" "【Lineup】"
+ "td_strategy_13_main_title" "纯狐妹红或布都队"
+ "td_strategy_13_sub_title" "最低6个五星的挂机流过Extra的阵容"
+ "td_strategy_13_url" ""
+ "td_strategy_13_image" ""
+ "td_strategy_13_title1" "Lineup Composition"
+ "td_strategy_13_text1" "纯狐一技能buff之后,直接按技能伤害造成纯粹伤害。
五星:满培腾原妹红或物部布都,米斯蒂亚,上白泽慧音,古明地恋,霍青娥,满培八云紫,满培古明地觉(可选)。
其他:2个三量梅蒂欣,一星2培八云紫,一星满培上白泽慧音,纯狐。
装备:妹红/布都4太阳伞2月兔,五星八云紫4月耀,一星慧音4狗牙切白泽关AI,一个梅蒂欣4核棒,觉4人形。
所有buff给妹红/布都,恋恋的能量,纯狐一技能,五星慧音人形态1技能(开AI),霍青娥的攻速。辉夜给刷个攻击力和攻速buff。"
+ "td_strategy_13_title2" "Operation Method"
+ "td_strategy_13_text2" "秋二鼠转霍青娥。"
+ "td_strategy_13_title3" "Deck List"
+ "td_strategy_13_text3" "SSR卡:纯狐,古明地恋,4八云紫,4御币。(抽干即满培和二培就够了)
SR卡:2妹红或物部布都,霍青娥,2辉夜,2上白泽慧音,4核棒,4狗牙,4炸弹,2月兔,博丽护身符。
R卡:5 纳兹林,2梅蒂欣,5露娜,米斯蒂娅,多多良小伞,5秋静叶,5古明地觉,4月耀,4人形,4御币,4太阳伞。"
+ "td_strategy_13_title4" ""
+ "td_strategy_13_text4" ""
+ "td_strategy_14_left_title" "【Lineup】"
+ "td_strategy_14_main_title" "风见花香队"
+ "td_strategy_14_sub_title" "最低6个五星的挂机流过Extra的阵容"
+ "td_strategy_14_url" ""
+ "td_strategy_14_image" ""
+ "td_strategy_14_title1" "Lineup Composition"
+ "td_strategy_14_text1" "五星:满培风见花香,满培火焰猫磷,桑尼,红美铃,满培古明地觉,古明地恋。
可选五星:满培八云紫,觉醒露米娅(五星觉醒后和四星换)。
其他:四星十六夜,四星路空,三量梅蒂欣,一星满培上白泽慧音。
十六夜刷新路空,慧音切白泽关AI,风见花香幻像放对面觉旁边。
古明地恋换成三星梅蒂欣可加强对文文控制,但60波后辉夜会挤爆GG。
装备:风见花香4相机2玉,觉4人形2船勾,八云紫4月耀,一个梅蒂欣4核棒,火焰猫磷4船浆2船勾,露米娅2狗牙。"
+ "td_strategy_14_title2" "Operation Method"
+ "td_strategy_14_text2" "随意。"
+ "td_strategy_14_title3" "Deck List"
+ "td_strategy_14_text3" "SSR卡:2风见花香,2八云紫,神琦,古明地恋,4相机。
SR卡:辉夜,2上白泽慧音,2火焰猫磷,路空,十六夜,4核棒,2狗牙,4船勾,4炸弹,博丽护身符。
R卡:3 纳兹林,2梅蒂欣,4露娜,多多良小伞,5秋静叶,2古明地觉,桑尼,红美铃,露米娅,4玉,4船浆,4月耀,4人形,4御币。"
+ "td_strategy_14_title4" ""
+ "td_strategy_14_text4" ""
+ "td_strategy_15_left_title" "【Lineup】"
+ "td_strategy_15_main_title" "二小组队"
+ "td_strategy_15_sub_title" "最低8个五星的轻松过Extra的阵容"
+ "td_strategy_15_url" ""
+ "td_strategy_15_image" ""
+ "td_strategy_15_title1" "Lineup Composition"
+ "td_strategy_15_text1" "五星:满培二小组(芙兰朵露),满培妹红,满培古明地觉,古明地恋,满培小伞,犬走桦,米斯蒂娅,满培帕秋莉,满培八云紫(可选)。
其他:四星十六夜,2个三量梅蒂欣。
十六夜刷新二小姐,恋恋给buff妹红。
装备:二小组4镰刀2莱瓦汀,妹红4太阳伞2月兔,觉4船浆,恋4人形,紫4月耀,一梅蒂欣4核棒。辉夜刷个加伤buff。"
+ "td_strategy_15_title2" "Operation Method"
+ "td_strategy_15_text2" "秋二鼠大妖精。"
+ "td_strategy_15_title3" "Deck List"
+ "td_strategy_15_text3" "SSR卡:2芙兰朵露,2八云紫,大妖精,古明地恋,2莱瓦汀,2博丽御币。
SR卡:辉夜,2帕秋莉,2腾原妹红,十六夜,风祝御币,4核棒,4镰刀,2月兔,4炸弹,博丽护身符。
R卡:3 纳兹林,2梅蒂欣,4露娜,犬走桦,米斯蒂娅,2多多良小伞,5秋静叶,2古明地觉,4太阳伞,4船浆,4月耀,4人形,4御币。"
+ "td_strategy_15_title4" "Standings"
+ "td_strategy_15_text4" "不能完全挂机,怕60波后辉夜(必炸、上白泽慧音(起手电一个)、文文(炸或电)。"
+ "td_strategy_16_left_title" "【Lineup】"
+ "td_strategy_16_main_title" "大小姐队"
+ "td_strategy_16_sub_title" "最低7个五星的挂机流过Extra的阵容"
+ "td_strategy_16_url" ""
+ "td_strategy_16_image" ""
+ "td_strategy_16_title1" "Lineup Composition"
+ "td_strategy_16_text1" "五星:满培大小姐(蕾米莉亚),大妖精(连大小姐),满培帕秋莉切水银,满培帕秋莉切湖葬,满培小恶魔,满培雷蒂,满培八云紫。
其他:四星十六夜刷新大小姐,四星觉醒露米娅(五星觉醒用秋换成四星),2个三量梅蒂欣,四星满培琪露诺。
装备:大小组4相机2玉,湖葬帕秋莉4核棒2玉,露米娅4狗牙,紫4月耀,琪露诺4人形。"
+ "td_strategy_16_title2" "Operation Method"
+ "td_strategy_16_text2" "秋二鼠大妖精。"
+ "td_strategy_16_title3" "Deck List"
+ "td_strategy_16_text3" "SSR卡:2蕾米莉亚,2八云紫,大妖精,神琦,4相机。
SR卡:辉夜,3帕秋莉,十六夜,4核棒,4狗牙,4炸弹,博丽护身符。
R卡:3 纳兹林,2梅蒂欣,3露娜,2蕾蒂,2小恶魔,2琪露诺,5秋静叶,露米娅,4玉,4船浆,4月耀,4人形,4御币。"
+ "td_strategy_16_title4" "Standings"
+ "td_strategy_16_text4" "60波后文文没事,辉夜打了几把没事,保险的话炸一下。"
+ "td_strategy_17_left_title" "【Lineup】"
+ "td_strategy_17_main_title" "Team Patchouli"
+ "td_strategy_17_sub_title" "7个五星的挂机流过Extra的阵容"
+ "td_strategy_17_url" ""
+ "td_strategy_17_image" ""
+ "td_strategy_17_title1" "Lineup Composition"
+ "td_strategy_17_text1" "五星:3个满培帕秋莉,大妖精,满培小恶魔,满培雷蒂,满培八云紫。
其他:2个三量梅蒂欣,四星满培琪露诺,一星满培上白泽慧音,四星觉醒露米娅(五星觉醒用秋换成四星)。
装备:能量最高的湖葬帕秋莉4相机2玉且大妖精连,次之湖葬帕秋莉4核棒2玉,水银帕秋莉2八卦,小恶魔4船浆2船沟,紫4月耀,琪露诺4人形。
辉夜给输出刷个加伤buff,给露米娅和上白泽慧音攻速buff。"
+ "td_strategy_17_title2" "Operation Method"
+ "td_strategy_17_text2" "秋二鼠大妖精。"
+ "td_strategy_17_title3" "Deck List"
+ "td_strategy_17_text3" "SSR卡:2八云紫,大妖精,神琦,4相机,2八卦。
SR卡:辉夜,4帕秋莉,2上白泽慧音,4核棒,2船勾,4炸弹,博丽护身符。
R卡:3 纳兹林,2梅蒂欣,3露娜,2蕾蒂,2小恶魔,2琪露诺,5秋静叶,露米娅,4玉,4船浆,4月耀,4人形,4御币。"
+ "td_strategy_17_title4" "Standings"
+ "td_strategy_17_text4" "70波文文不漏,高波辉夜交炸防脸黑。"
+ "td_strategy_18_left_title" "【Lineup】"
+ "td_strategy_18_main_title" "Kaguya Team"
+ "td_strategy_18_sub_title" "7个五星的挂机流过Extra的阵容"
+ "td_strategy_18_url" ""
+ "td_strategy_18_image" ""
+ "td_strategy_18_title1" "Lineup Composition"
+ "td_strategy_18_text1" "五星:2个满培辉夜,桑尼,古明地恋,满培古明地觉,满培八云紫,满培火焰猫磷。
其他:2个三星梅蒂欣,一星满培上白泽慧音,一星八云紫,一星满培帕秋莉。
装备:主辉夜4相机2玉,火焰猫磷2船勾2神枪,觉4船浆2船勾,月耀和人形给两个紫,最前面的梅蒂欣4核棒。
将辉夜摆好位置后,再刷辉夜科技,给辉夜和古明地觉、火焰猫磷刷个加伤buff。恋恋给辉夜加能量buff。帕秋莉切湖葬。另外两个紫只需一个5星,多个会火车会重合放。"
+ "td_strategy_18_title2" "Operation Method"
+ "td_strategy_18_text2" "随意。"
+ "td_strategy_18_title3" "Deck List"
+ "td_strategy_18_text3" "SSR卡:2八云紫,神琦,古明地恋,4相机,2神枪。
SR卡:3辉夜,2上白泽慧音,2火焰猫磷,2帕秋莉,4核棒,4船勾,4炸弹,博丽护身符。
R卡:5 纳兹林,2梅蒂欣,桑尼,5露娜,2古明地觉,5秋静叶,4玉,4船浆,4月耀,4人形,4御币。"
+ "td_strategy_18_title4" "Standings"
+ "td_strategy_18_text4" "全程挂机。"
}
diff --git a/game/resource/addon_english.txt b/game/resource/addon_english.txt
index 6492ffb..e8c6640 100755
--- a/game/resource/addon_english.txt
+++ b/game/resource/addon_english.txt
@@ -20,59 +20,59 @@
"DOTA_Starting_Team_Dire" "Incident"
"DOTA_GoodGuysCaps" "Hakurei Shrine"
"DOTA_BadGuysCaps" "Incident"
- "DOTA_Chat_CourierRespawnedGood" ""
- "DOTA_Chat_CourierRespawnedBad" ""
+ "DOTA_Chat_CourierRespawnedGood" "The messenger of Hakurei Shrine has been reborn."
+ "DOTA_Chat_CourierRespawnedBad" "The messenger of Incident has been reborn."
"npc_dota_fort" "Shrine"
"pause_game" "The game has been paused. Press F9 to restore the game!"
"item_locked_tip" "Locked items can not be used as materials for cultivation, star promotion, sale, and can not be picked up by teammates. Please make good use of this function to prevent misoperation or stolen items."
"reach_to_wave" "The specified wave number is successful and the next wave will jump directly to the {d:count} wave."
"power_game_end_info" "The maximum number of wave s that have been successfully passed this time: {d: wave}, the total damage of the wave: {d: damage} * 10,000, 30 seconds after the end of the game and settlement of rewards."
- "normal_game_end_info" "{s:name} 已游戏失败,成功通过的波数:{d:wave}。"
- "game_will_end" "一分钟后退出游戏,按F6截图。"
+ "normal_game_end_info" "Uh oh, {s:name} has failed. Final wave reached: {d:wave}。"
+ "game_will_end" "Game will end in one minute, use F6 to take a screenshot"
"challenge_game_on" "In Challenge mode, the endless preparation time is extended and three gifts from Nazlin Liebert, the autumn dumpling, are given directly from Wave 68."
- "funny_game_on" "提示:无尽直接从第70波开始。"
- "key_made_tip" "获得1把宠物小灵制造的钥匙。"
- "game_start_vip_tip" "欢迎贡献者 {s:name} ,特别奖励持续到:{s:endtime}。"
+ "funny_game_on" "Tip: Endless mode will begin from wave 70"
+ "key_made_tip" "Obtained 1 key from pet。"
+ "game_start_vip_tip" "Welcome VIP {s:name} ,you have VIP until: {s:endtime}。"
"user_steam_id" "{s:name}"
"item_is_locked" "The item has been locked. Please click on the right-click items to open and unlock. Locked items can not be used as materials for training, rising stars, not for sale, and can not be picked up by teammates."
- "item_disable_sell" "非运营所得物品禁止出售"
- "not_has_key_item" "请从宠物小灵那里获取钥匙"
- "not_key_unit" "魔法宝箱只能由博丽灵梦拾取"
- "only_hero_use" "只能由博丽灵梦使用"
+ "item_disable_sell" "Non-operational items cannot be sold"
+ "not_has_key_item" "You do not have any keys"
+ "not_key_unit" "Treasure chest can only be picked up by Hero"
+ "only_hero_use" "Only the Hero can use that"
"only_less_ten_item2021" "原始榜只能用5瓶"
- "only_target_self" "只能选中自己使用"
- "only_unlimited_wave" "只能在无尽之后使用"
- "only_water_area_use" "必须在自己的水域上"
- "only_unlimited_280wave_before" "只能在无尽280波之前使用"
- "only_not_unlimited_wave" "只能在无尽之前使用"
+ "only_target_self" "Can only target self"
+ "only_unlimited_wave" "Only usable during endless"
+ "only_water_area_use" "Must be used in your own water area"
+ "only_unlimited_280wave_before" "Can only use before endless wave 280"
+ "only_not_unlimited_wave" "Only usable before endless"
"only_max_wave_exist" "没有上榜波数,请先上榜"
- "only_wave12_use" "只能在12波以后使用"
- "reach_to_limit" "已达到上限"
- "special_boss_exist" "已经使用,请完成挑战后再使用"
- "skip_wave_exist" "已经使用了跳波,请通过后再使用"
- "no_user_data" "无用户数据,新玩家请下次游戏再试"
- "user_server_error" "服务器处理出错"
- "connect_server_error" "无法连接服务器"
+ "only_wave12_use" "Can only be used after 12 waves"
+ "reach_to_limit" "Upper limit has been reached"
+ "special_boss_exist" "Already used, please complete the challenge first"
+ "skip_wave_exist" "Already used, please finish the wave before using again"
+ "no_user_data" "No user data, new players please try again next game"
+ "user_server_error" "Server reported an error processing user data"
+ "connect_server_error" "Unable to connect to the server"
"not_enough_item_slot" "Not enough inventory space!"
- "not_enough_game_point" "没有足够的符卡精华"
- "not_enough_key_count" "没有足够的魔法钥匙"
+ "not_enough_game_point" "Not enough game points"
+ "not_enough_key_count" "Not enough keys"
"not_enough_food" "Not enough unit space!"
- "the_same_card_reach_to_limit" "同名卡上场超过数量限制(SSR相同卡2张,SR相同卡4张,R相同卡6张)"
- "card_cannot_unlock_when_having_equipment" "卡牌存在保留装备,请插拔将装备丢掉之后再回收解锁"
- "start_card_cannot_be_sell" "开局初始卡不能出售"
- "others_card_cannot_be_sell" "不能出售来自队友的物品"
- "item_cannot_be_sell" "该物品无法出售"
- "cannot_use_others_item_in_single_mode" "原始排行榜不能使用队友的卡牌和装备"
+ "the_same_card_reach_to_limit" "Number of cards with same name reached limit(SSRx2,SRx4,Rx6)"
+ "card_cannot_unlock_when_having_equipment" "Card cannot be unlocked while having equipment"
+ "start_card_cannot_be_sell" "Initial card cannot be sold"
+ "others_card_cannot_be_sell" "Can only sell own cards"
+ "item_cannot_be_sell" "This item cannot be sold"
+ "cannot_use_others_item_in_single_mode" "Cannot use teammates items in single mode"
"cannot_vote_when_over_some_waves" "无尽20波以后不能发起踢人投票"
- "new_card_test_tip" "该卡技能当前正在测试中,仅限特别奖励期间使用"
- "target_is_error" "无效目标"
- "minoriko_cannot_be_material" "娱乐模式下秋穣子不能当作素材"
- "minoriko_cannot_be_change" "娱乐模式下,秋穣子在前10波不能使用交换技能"
- "minoriko_change_one_tip" "娱乐模式下,秋穣子在前20波只能使用一次交换技能"
- "hero_is_game_over" "该商店所在位置已经游戏失败"
- "roll_card_reach_to_max" "已经达到最大使用次数"
- "roll_card_reach_to_wave" "可用次数已用完需通过一波后再使用"
- "random_card_power_up" "{s:user}使用了「艾哲红石」,{s:card}的潜能获得永久提升"
+ "new_card_test_tip" "This card is currently being tested and can only be used during the special bonus period"
+ "target_is_error" "Invalid target"
+ "minoriko_cannot_be_material" "Minoriko cannot be material in Funny Mode"
+ "minoriko_cannot_be_change" "Minoriko cannot exchange in first 10 waves in Funny Mode"
+ "minoriko_change_one_tip" "Minoriko can only exchange once in the first 20 waves of Funny Mode"
+ "hero_is_game_over" "Store location has failed"
+ "roll_card_reach_to_max" "Max uses has been reached"
+ "roll_card_reach_to_wave" "Available times has been used and a wave must pass"
+ "random_card_power_up" "{s:user} used「Aizen Redstone」,{s:card} potential for permanent improvement."
"minoriko_up_to_5_star" "Please note that Minoriko has reached 5 stars!"
"sizuha_up_to_5_star" "Please note that Sizuha has reached 5 stars!"
"bonus_tower_limit" "You can only have a maximum of three income shikigami(Lily, Nazrin, Minoriko, Daiyousei, Shou, Shizuha, Shinki)!"
@@ -81,27 +81,27 @@
"player_vote_pass" "The vote has been successful and has been kicked out of the {d:count} player."
"player_vote_no_pass" "The vote was unsuccessful. The {d:count} player objected, and this polls ended."
"spawn_unlimited" "Endless level is imminent, you must stick to the defensive {d:count} bouts. In the endless level, each player will count the number of missing monsters individually. Simultaneously, all income category shikigami near expiry. Please use the last time to configure your shikigami lineup."
- "start_unlimited" "已经进入无尽关卡准备时间,所有收益类式神已经失效,已重置秋穣子的交换次数,请利用好最后的时间配置阵容。"
- "DOTA_Tooltip_ability_tt1" "拒绝盗版游戏"
- "DOTA_Tooltip_ability_tt2" "抵制不良游戏"
- "DOTA_Tooltip_ability_tt3" "谨防受骗上当"
- "DOTA_Tooltip_ability_tt4" "注意自我保护"
- "DOTA_Tooltip_ability_tt5" "沉迷游戏伤身"
- "DOTA_Tooltip_ability_tt6" "适度游戏益脑"
- "DOTA_Tooltip_ability_tt7" "享受健康生活"
- "DOTA_Tooltip_ability_tt8" "合理安排时间"
- "open_day_tip" "服务器当前时间:{s:server_time},游戏开始北京时间:{s:start_time},本月开放日:{s:open_day_list}。(贡献者特别奖励期间可随时进入娱乐模式和全部卡组)"
- "game_ban_tip" "{s:player_name} 因 {s:reason} 被举报加入黑名单,已将其踢出游戏!"
- "team_rank_tip" "{s:player_name}上榜将进入巅峰榜,因为{s:reason}"
- "skip_wave_tip" "{s:player_name}召唤了{s:item_name},下一波直接跳到第{d:wave}波"
- "power_view_tip" "下方头像栏右边第4行为能量点,第5行为暴击伤害,第6行为暴击概率"
- "game_keyboard_tip" "按字母键 i 切换第一视角,输入 -0 至 -6 发表情,商店可购买跳关卷轴"
- "funny_mode_bonus_no_use_tip" "娱乐模式所有收益卡收益无效,秋穣子初始三星"
- "one_hundred_wave_tip" "恭喜通过100波大关,射命丸文见证了你的强大,急于报道而飞走了,以后不再出现"
- "pause_game_forever" "游戏已永久暂停,再次点击或按 F9 可恢复游戏!"
- "skip_wave_rank_tip" "本波为跳关后前4波(使用爆弹顺延),不计入有效波数"
- "damage_less_rank_tip" "{s:player_name}的上一波最终阵容总伤害量低于90%总血量,不计入有效波数"
- "test_tip" "{s:player_name}上一波最终阵容{s:locstring_value}低于{d:int_value}%总血量,{s:ability_name}不计入%s1有效波数"
+ "start_unlimited" "Entered endless mode, exchange times of Minoriko have been reset and income has been disabled."
+ "DOTA_Tooltip_ability_tt1" "Reject pirated games (lol)"
+ "DOTA_Tooltip_ability_tt2" "Resist bad games"
+ "DOTA_Tooltip_ability_tt3" "Beware of being deceived"
+ "DOTA_Tooltip_ability_tt4" "Pay attention to self protection"
+ "DOTA_Tooltip_ability_tt5" "Indulging in games hurts the body"
+ "DOTA_Tooltip_ability_tt6" "Moderate games benefit the brain"
+ "DOTA_Tooltip_ability_tt7" "Enjoy a healthy life"
+ "DOTA_Tooltip_ability_tt8" "Rationalization of time"
+ "open_day_tip" "Current server time: {s:server_time},game start time: {s:start_time},open days this month: {s:open_day_list}。(Access to funny mode and all decks during this period)"
+ "game_ban_tip" "{s:player_name} is banned because {s:reason} and has been kicked!"
+ "team_rank_tip" "{s:player_name} will be placed on the Peak Rank because {s:reason}"
+ "skip_wave_tip" "{s:player_name} used {s:item_name},to jump {d:wave} waves"
+ "power_view_tip" "On the character stats, 4th row is power, 5th is crit damage, 6th is crit chance"
+ "game_keyboard_tip" "Press i for cinematic view, -0 to -6 can post a message, store can buy wave skip scrolls."
+ "funny_mode_bonus_no_use_tip" "Entertainment mode all income card skills invalidated, Minoriko start 3 stars."
+ "one_hundred_wave_tip" "Congratulations on completing 100 waves,射命丸文见证了你的强大,急于报道而飞走了,以后不再出现"
+ "pause_game_forever" "Game paused, pressed F9 to unpause!"
+ "skip_wave_rank_tip" "This wave is first 4 after jump(使用爆弹顺延),not counted towards effective wave"
+ "damage_less_rank_tip" "{s:player_name} total damage was less than 90% of wave health, wave will not count."
+ "test_tip" "{s:player_name}上一波最终阵容{s:locstring_value}低于{d:int_value}%总血量,{s:ability_name}不计入%s1有效波数"
"dota_tip_advanced_1" "装备套装计算方式: 2件套=单件×2+套装2效果,4件套=单件×4+套装2效果+套装4效果,6件套只比4件套多个单件×2"
"dota_tip_advanced_10" "套装的2件套效果只能生效一次,装备6件只也比4件多个单件×2。"
"dota_tip_advanced_11" "绝大部分情况下,装备4件套+其它2件套的收益选大于装备6件套。"
@@ -766,14 +766,14 @@
"DOTA_Tooltip_ability_item_0009_Description" "Cirno is leader of fairies that live near the Misty Lake,hence she has stronger power than other fairies. She is aggressive and has the ability of manipulating cold air,can freeze things flashily. She is more dangerous than normal fairies.\n[★]Frost Sign Card「Frost Columns」\n[★★★★]Freeze Sign「Perfect Freeze」"
"DOTA_Tooltip_ability_item_0009_Lore" "I am the strongest!"
"DOTA_Tooltip_ability_item_0010" "[R]Tatara Kogasa"
- "DOTA_Tooltip_ability_item_0010_Description" "Karakasa Obake,is a Tsukumogami which transformed by the umbrella that is not used for a long time.\ndoes not attack people or eat people, only like shock people. \n[★]Halo「Karakasa Surprising Flash」\n[★★★]Rain Sign「A Rainy Night\'s Ghost Story」"
+ "DOTA_Tooltip_ability_item_0010_Description" "Karakasa Obake,is a Tsukumogami which transformed by the umbrella that is not used for a long time.\ndoes not attack people or eat people, only like shock people. \n[★]Halo「Karakasa Surprising Flash」\n[★★★]Rain Sign「A Rainy Night's Ghost Story」"
"DOTA_Tooltip_ability_item_0010_Lore" "Just often cannot shock anyone...."
"DOTA_Tooltip_ability_item_0011" "[R]Letty Whiterock"
"DOTA_Tooltip_ability_item_0011_Description" "This youkai only can be seen in Winter, Like cold place, is a kind of scary fairy that can freeze people cause they cannot fight any more. \n[★]Winter Sign「Flower Wither Away」\n[★★★]Cold Sign「Lingering Cold」"
"DOTA_Tooltip_ability_item_0012" "[R]Lyrica Prismriver"
"DOTA_Tooltip_ability_item_0012_Description" "Prismriver Band is formed by Poltergeist Sisters, Lyrica is the youngest sister of Poltergeist Sisters.\nNormally using keyboard or percussion.\n[★]Nether Keys「Fazioli Nether Performance」\n[★★★]Key Spirit「B\?sendorfer Divine Performance」"
"DOTA_Tooltip_ability_item_0013" "[R]Lunasa Prismriver"
- "DOTA_Tooltip_ability_item_0012_Lore" "Be different from her sisters, her music is the \'Fantasy Music\' which is nonexistent."
+ "DOTA_Tooltip_ability_item_0012_Lore" "Be different from her sisters, her music is the 'Fantasy Music' which is nonexistent."
"DOTA_Tooltip_ability_item_0013_Description" "Prismriver Band is formed by Poltergeist Sisters,Lunasa is the oldest sister of Poltergeist Sisters, is good at playing violin. And he is also the captain of Prismriver Band\n[★]String Performance「Guarneri del Gesù」\n[★★★]Fake Strings「Pseudo Stradivarius」"
"DOTA_Tooltip_ability_item_0014" "[R]Merlin Prismriver"
"DOTA_Tooltip_ability_item_0014_Description" "The middle sister of Poltergeist Sisters.\n Has pleasant personality, she is the tallest in three sisters, hence she often stands in the mid of the three when they are in concerts.\n[★]Trumpet Spirit「Hino Phantasm」\n[★★★]Trumpet Spirit「Ghost Clifford」"
@@ -783,43 +783,43 @@
"DOTA_Tooltip_ability_item_0015_Description" "a kind of low level youkai, the ability is manipulate darkness-create some ranges of the dark area circle around her. Although she looks young, she also eats people. \n[★]「SOU~NA~NO~KA!」\n[★★★]Darkness Sign「Demarcation」"
"DOTA_Tooltip_ability_item_0015_Lore" "Actually the ribbon which twines around the hair is the Sign, even if she wants to take off the ribbon, Rumia-herself still cannot touch it"
"DOTA_Tooltip_ability_item_0016" "[R]Komeiji Satori"
- "DOTA_Tooltip_ability_item_0016_Description" "Satori Komeiji is the Mistress of the Palace of the Earth Spirits after the underground city was separated from Hell. Her ability to read minds causes various youkai and spirits to fear her, but makes her loved by the animals that normally can\'t be understood. With these animals as pets, she manages the ruins of the Hell of Blazing Fires where her home stands.\n[★]Recollection「Terrible Souvenir」\n[★★★★]Recollection「Terrifying hypnotism」"
- "DOTA_Tooltip_ability_item_0016_Lore" "Because she can read others\'minds, there is no secret behind her.\nNo matter any fairies, even ghost feels scary."
+ "DOTA_Tooltip_ability_item_0016_Description" "Satori Komeiji is the Mistress of the Palace of the Earth Spirits after the underground city was separated from Hell. Her ability to read minds causes various youkai and spirits to fear her, but makes her loved by the animals that normally can't be understood. With these animals as pets, she manages the ruins of the Hell of Blazing Fires where her home stands.\n[★]Recollection「Terrible Souvenir」\n[★★★★]Recollection「Terrifying hypnotism」"
+ "DOTA_Tooltip_ability_item_0016_Lore" "Because she can read others'minds, there is no secret behind her.\nNo matter any fairies, even ghost feels scary."
"DOTA_Tooltip_ability_item_0017" "[R]Nagae Iku"
"DOTA_Tooltip_ability_item_0017_Description" "The envoy of Dragon Palace who lives in the cloud, Most of time she lives in the cloud, guarding the dragon.\n[★]Thunder Sign「Lightning Fish」\n[★★★★]Fish Sign「Dragonfish Drill」"
- "DOTA_Tooltip_ability_item_0017_Lore" "Can understand dragon\'s language, convey important things to humans and youkaies."
+ "DOTA_Tooltip_ability_item_0017_Lore" "Can understand dragon's language, convey important things to humans and youkaies."
"DOTA_Tooltip_ability_item_0018" "[R]Mystia Lorelei"
"DOTA_Tooltip_ability_item_0018_Description" "Mystia Lorelei is a night sparrow with an outgoing egocentric personality, at least she sounds arrogant, that enjoys infusing confusion and terror into the hearts of humans using her ability: a song that creates confusion in those who hear her. Her song seems to attract nearby monsters as well. She roams the Youkai Trail near the Human Village that Keine Kamishirasawa tries to protect, in search of humans to frighten. She is indeed feared by the locals as people around her become blinded by darkness. \nlike bustle environments, she often sings popular songs\n[★]Vocal Sign「Hooting in the Night」\n[★★★]\tVocal Sign「Howl of the Horned Owl」"
- "DOTA_Tooltip_ability_item_0018_Lore" "Looking a stall with red lanterns in the Roads at night, feeling strange and walking there, you will find out it\'s Night-Birds\' stall."
+ "DOTA_Tooltip_ability_item_0018_Lore" "Looking a stall with red lanterns in the Roads at night, feeling strange and walking there, you will find out it's Night-Birds' stall."
"DOTA_Tooltip_ability_item_0019" "[SR]Kirisame Marisa"
- "DOTA_Tooltip_ability_item_0019_Description" "Marisa Kirisame is an ordinary human magician who specializes in light and heat magic and currently resides in the Forest of Magic.\nRunning a \'Kirisame Magic Shop\',that place is not only her work place but also her home.\nHer appearance looks like a typical western witch, and she often rides a broom to fly.\n[★]Love Sign「Master Spark」\n[★]Magic Sign「Stardust Reverie」\n[★★★★]Magiccannon「Final Spark」"
+ "DOTA_Tooltip_ability_item_0019_Description" "Marisa Kirisame is an ordinary human magician who specializes in light and heat magic and currently resides in the Forest of Magic.\nRunning a 'Kirisame Magic Shop',that place is not only her work place but also her home.\nHer appearance looks like a typical western witch, and she often rides a broom to fly.\n[★]Love Sign「Master Spark」\n[★]Magic Sign「Stardust Reverie」\n[★★★★]Magiccannon「Final Spark」"
"DOTA_Tooltip_ability_item_0019_Lore" "I am a passing magician! Da☆Ze"
"DOTA_Tooltip_ability_item_0020" "[SR]Hinanawi Tenshi"
- "DOTA_Tooltip_ability_item_0020_Description" "The celestial who lives in the heaven,the \'Eldest Daughter\' of the Hinanawi clan.\nShe can suppress and trigger the earthquake, and can manipulate the keystones and use Sword Of Hisou.\n[★]Heaven Sign「Sword of Divine Justice」\n[★]Non-Perception「Sword of Neither Perception nor Non-Perception」\n[★★★★]Earth Sign「Sword of Unletting Soil」"
+ "DOTA_Tooltip_ability_item_0020_Description" "The celestial who lives in the heaven,the 'Eldest Daughter' of the Hinanawi clan.\nShe can suppress and trigger the earthquake, and can manipulate the keystones and use Sword Of Hisou.\n[★]Heaven Sign「Sword of Divine Justice」\n[★]Non-Perception「Sword of Neither Perception nor Non-Perception」\n[★★★★]Earth Sign「Sword of Unletting Soil」"
"DOTA_Tooltip_ability_item_0020_Lore" "Celestials is just a kind of nonentity that occationally comes to the earth to give advice. Tell the truth, They are all some fantastic advice as for me."
"DOTA_Tooltip_ability_item_0021" "[SR]Patchouli Knowledge"
- "DOTA_Tooltip_ability_item_0021_Description" "Patchouli is the witch and resident of the Scarlet Devil Mansion\nShe\'s friends with the mistress,Remilia,is an about 100-year-old witch.\nShe likes reading, and can manipulate fire,water,wood,metal,earth,sun,and moon. \nShe often stays in the library,has hard asthma,anemia,cause the body is weak, she is weak in hand-to-hand combat.\n[★]Fire Water Wood Metal Earth Sign「Philosopher\'s Stone」\n[★]「Philosopher\'s Stone」\n[★★★]\tMoon Sign「Silent Selene」"
+ "DOTA_Tooltip_ability_item_0021_Description" "Patchouli is the witch and resident of the Scarlet Devil Mansion\nShe's friends with the mistress,Remilia,is an about 100-year-old witch.\nShe likes reading, and can manipulate fire,water,wood,metal,earth,sun,and moon. \nShe often stays in the library,has hard asthma,anemia,cause the body is weak, she is weak in hand-to-hand combat.\n[★]Fire Water Wood Metal Earth Sign「Philosopher's Stone」\n[★]「Philosopher's Stone」\n[★★★]\tMoon Sign「Silent Selene」"
"DOTA_Tooltip_ability_item_0021_Lore" "Everytime she carries books, and think books are apart of herself."
"DOTA_Tooltip_ability_item_0022" "[SR]Sakuya Izayoi"
"DOTA_Tooltip_ability_item_0023" "[SR]Reisen Udongein Inaba"
- "DOTA_Tooltip_ability_item_0023_Description" "Reisen Udongein Inaba is a rabbit youkai that has a much different temperament from other fairies.\nit is said keep looking her red eyes will make people mad, and her voice,can\'t be heard even you want to, conversely sometimes in the far place you can hear it is talking beside your ears.\nDue to this makes people mad,hardly ever can talk to her.\n[★]Weak Heart 「Demotivation」\n[★]Illusion Rabbit 「Parallel Cross」\n[★★★★]「Lunatic Red Eyes」"
+ "DOTA_Tooltip_ability_item_0023_Description" "Reisen Udongein Inaba is a rabbit youkai that has a much different temperament from other fairies.\nit is said keep looking her red eyes will make people mad, and her voice,can't be heard even you want to, conversely sometimes in the far place you can hear it is talking beside your ears.\nDue to this makes people mad,hardly ever can talk to her.\n[★]Weak Heart 「Demotivation」\n[★]Illusion Rabbit 「Parallel Cross」\n[★★★★]「Lunatic Red Eyes」"
"DOTA_Tooltip_ability_item_0023_Lore" "Reisen"
"DOTA_Tooltip_ability_item_0024" "[SR]Saigyouji Yuyuko"
"DOTA_Tooltip_ability_item_0024_Description" "Mistress of Saigyouji family,1000 years ago this ghost girl had been living in Hakugyokurou in the Netherworld.\nShe has ability to command ghosts, so she was appointed to the manager of ghosts in the Netherworld by Enma,and can live in the Netherworld forever.\n[★]Deadly Butterfly「Eternal Sleep in Dreamland」\n[★]Deadly Dance「Law of Mortality」\n[★★★★]Death Sign「Life of Drunk, Dream of Death」"
- "DOTA_Tooltip_ability_item_0024_Lore" "Sparrows have too much tiny bone, I really don\'t like them."
+ "DOTA_Tooltip_ability_item_0024_Lore" "Sparrows have too much tiny bone, I really don't like them."
"DOTA_Tooltip_ability_item_0025_Lore" "Guangzhou people shoot fairies is none of my business."
"DOTA_Tooltip_ability_item_0025" "[SR]Konpaku Youmu"
- "DOTA_Tooltip_ability_item_0025_Description" "Youmu is the second generation of the desire of the Saiyouji family. The former generation of the desire, Youmu\'s grandfather - Konpaku Youki, after he had been 300 years desire, one day he suddenly understand something, so he give this job to Youmu, when she was just a young girl, then he lived with himself alone.\nYoumu is different from her pure-ghost master,Saigyouji Yuyuko, she is the \'half-human half-phantom \'. The huge ghost beside her is active by her thought, that is a part of her body.\n[★]Sword Skill「Cherry Blossom Flashing」\n[★]Konpaku「Dharma of Gumonji Wisdom of the Living and Dead」\n[★★★★]Six Realms Sword「A Single Thought and the Infinite Kalpas」"
+ "DOTA_Tooltip_ability_item_0025_Description" "Youmu is the second generation of the desire of the Saiyouji family. The former generation of the desire, Youmu's grandfather - Konpaku Youki, after he had been 300 years desire, one day he suddenly understand something, so he give this job to Youmu, when she was just a young girl, then he lived with himself alone.\nYoumu is different from her pure-ghost master,Saigyouji Yuyuko, she is the 'half-human half-phantom '. The huge ghost beside her is active by her thought, that is a part of her body.\n[★]Sword Skill「Cherry Blossom Flashing」\n[★]Konpaku「Dharma of Gumonji Wisdom of the Living and Dead」\n[★★★★]Six Realms Sword「A Single Thought and the Infinite Kalpas」"
"DOTA_Tooltip_ability_item_0026" "[SR]Kaenbyou Rin"
- "DOTA_Tooltip_ability_item_0026_Description" "living in the Old Hell, one of the fairies which are hated, is called \'Cart\'. appearing in funerals and carrying-away corpses,this ominous behaviour will enrage people who are in sadness.So people hate this youkaies.\nis Satori Komeiji\'s pet, due to it\'s silver tongue and have the ability to have conversations with corpses and souls,it manages the Hell of Blazing Fires\'s ghosts.\n[★]Youkai「Blazing Wheel」\n[★★★]「Rekindling of Dead Ashes」"
+ "DOTA_Tooltip_ability_item_0026_Description" "living in the Old Hell, one of the fairies which are hated, is called 'Cart'. appearing in funerals and carrying-away corpses,this ominous behaviour will enrage people who are in sadness.So people hate this youkaies.\nis Satori Komeiji's pet, due to it's silver tongue and have the ability to have conversations with corpses and souls,it manages the Hell of Blazing Fires's ghosts.\n[★]Youkai「Blazing Wheel」\n[★★★]「Rekindling of Dead Ashes」"
"DOTA_Tooltip_ability_item_0026_Lore" "That human is surprisingly strong, reputedly it is called the professor of defeating fairies\nIf that human exactly has some power, perhaps he can give that pretentious Okuu a hard blow.\nNot sure, she thought."
"DOTA_Tooltip_ability_item_0027" "[SR]Reiuji Utsuho"
- "DOTA_Tooltip_ability_item_0027_Description" "This crow has special posture\nThe left leg is\'the leg of decomposition\'\\,the right leg is\'\the leg of fusion\',otherwise she also has the right arm\'s \'third leg\'\' for controling rod and fuel, she use these three legs to manipulate ultimate energy. rod\nOkuu\'s mission is guarding the Hell of Blazing Fires\' remain to ensure it would not be out of control.\nThe deity-Yatagarasu lives in her body. Yatagarasu has ultimate power,that is the power of creating the nuclear-nuclear fusion.\n[★]Explosion Sign「Petit Flare」\n[★]Explosion Sign「Peta Flare」\n[★★★★]「Hell\'s Artificial Sun」"
- "DOTA_Tooltip_ability_item_0027_Lore" "The envoy from the ground.\nWho is it on earth, and what\'s it target.\nThose questions are asked immediately in Okuu\'s little head."
+ "DOTA_Tooltip_ability_item_0027_Description" "This crow has special posture\nThe left leg is'the leg of decomposition'\\,the right leg is'\the leg of fusion',otherwise she also has the right arm's 'third leg'' for controling rod and fuel, she use these three legs to manipulate ultimate energy. rod\nOkuu's mission is guarding the Hell of Blazing Fires' remain to ensure it would not be out of control.\nThe deity-Yatagarasu lives in her body. Yatagarasu has ultimate power,that is the power of creating the nuclear-nuclear fusion.\n[★]Explosion Sign「Petit Flare」\n[★]Explosion Sign「Peta Flare」\n[★★★★]「Hell's Artificial Sun」"
+ "DOTA_Tooltip_ability_item_0027_Lore" "The envoy from the ground.\nWho is it on earth, and what's it target.\nThose questions are asked immediately in Okuu's little head."
"DOTA_Tooltip_ability_item_0028" "[SSR]Hakurei Reimu"
- "DOTA_Tooltip_ability_item_0028_Description" "Shrine Maiden of the Hakurei Shrine,nominally the manager of Gensokyo\nShe has talented miraculous luck and sensitivity, and many abilities, but lack of practices.\nDon\'t believe \'efforts will pay off,\' hate practicing, lack of sense of danger.\nEveryday she just cleans up the shrine and leisurely enjoys the tea.\nBut everytime something strange happens, she will hurry to investigate.\nShe will be serious when she is defeating the fairies, but she also treats youkais and humans in the same attitude when she doesn\'t need to work.\n[★]Spirit Sign「Fantasy Seal -Spread」\n[★]Bewitched Weapon「Merciless Purification Rod」\n[★★★]Holy Relic「Yin-Yang Demon God Orb」\n[★★★★★]「Fantasy Nature」"
+ "DOTA_Tooltip_ability_item_0028_Description" "Shrine Maiden of the Hakurei Shrine,nominally the manager of Gensokyo\nShe has talented miraculous luck and sensitivity, and many abilities, but lack of practices.\nDon't believe 'efforts will pay off,' hate practicing, lack of sense of danger.\nEveryday she just cleans up the shrine and leisurely enjoys the tea.\nBut everytime something strange happens, she will hurry to investigate.\nShe will be serious when she is defeating the fairies, but she also treats youkais and humans in the same attitude when she doesn't need to work.\n[★]Spirit Sign「Fantasy Seal -Spread」\n[★]Bewitched Weapon「Merciless Purification Rod」\n[★★★]Holy Relic「Yin-Yang Demon God Orb」\n[★★★★★]「Fantasy Nature」"
"DOTA_Tooltip_ability_item_0029" "[SSR]Daiyousei"
- "DOTA_Tooltip_ability_item_0029_Description" "Daiyousei is a greater fairy who lives around the Misty Lake near the Scarlet Devil Mansion. Like other fairies, she\'s cheerful and mischievous, simple and emotional.\n[★]「Kind Heart of Yousei」\n[★]「Yousei Garden」\n[★★★]「Revelution」\n[★★★★★]「Beyond The World」"
+ "DOTA_Tooltip_ability_item_0029_Description" "Daiyousei is a greater fairy who lives around the Misty Lake near the Scarlet Devil Mansion. Like other fairies, she's cheerful and mischievous, simple and emotional.\n[★]「Kind Heart of Yousei」\n[★]「Yousei Garden」\n[★★★]「Revelution」\n[★★★★★]「Beyond The World」"
"DOTA_Tooltip_ability_item_0030" "[SSR]Remilia Scarlet"
"DOTA_Tooltip_ability_item_0031" "[SSR]Komeiji Koishi"
"DOTA_Tooltip_ability_ability_touhoutd_release_tower" "Recycle the Shikigami"
@@ -832,511 +832,511 @@
"DOTA_Tooltip_ability_ability_touhoutd_buy_normal_card_Description" "Use normal card by SHORTCUT"
"DOTA_Tooltip_ability_ability_touhoutd_buy_senior_card" "Use senior card by SHORTCUT"
"DOTA_Tooltip_ability_ability_touhoutd_buy_senior_card_Description" "Use senior card by SHORTCUT。"
- "DOTA_Tooltip_ability_ability_touhoutd_sort_item" "整理地面物品"
- "DOTA_Tooltip_ability_ability_touhoutd_sort_item_Description" "自动分类整齐摆放自己所有地面物品,锁定的物品会忽略。"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1" "召唤「初级异变」"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1_Description" "在秋穣子商店可以召唤3种异变跳关。\n召唤初级异变,直接跳过%add_wave%波。"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1_cost" "消耗金钱:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1_add_wave" "跳关波数:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2" "召唤「高级异变」"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_Description" "右键点击切换金钱购买或魔法钥匙购买。\n召唤高级异变,直接跳过%add_wave%波。"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_cost" "消耗金钱:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_count" "消耗魔法钥匙:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_add_wave" "跳关波数:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3" "召唤「终极异变」"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_Description" "右键点击切换金钱购买或魔法钥匙购买。\n召唤终级异变,直接跳过%add_wave%波。"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_cost" "消耗金钱:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_count" "消耗魔法钥匙:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_add_wave" "跳关波数:"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_roll" "开启「结界之门」"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_roll_Description" "开启结界之门,随机召唤%card_count%张式神卡(该式神卡可以不在卡池内)并且该式神卡消耗掉将不会回到卡池。无尽之前每通过一波则可开启一次。\n等级1:80%%召唤N卡,20%%召唤R卡,共3张\n等级2:80%%召唤R卡,20%%召唤SR卡,5%%召唤SSR卡,共1张。80%%召唤N卡,20%%召唤R卡,共3张\n等级3:75%%召唤R卡,20%%召唤SR卡,5%%召唤SSR,共5张"
+ "DOTA_Tooltip_ability_ability_touhoutd_sort_item" "Organize Items"
+ "DOTA_Tooltip_ability_ability_touhoutd_sort_item_Description" "Sort and organize items on the ground, ignoring locked items"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1" "Summon「Primary Mutation」"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1_Description" "You can summon 3 kinds of mutation to skip waves at Minoriko's store。\nSummon primary mutation and skip %add_wave% waves。"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1_cost" "Cost: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_1_add_wave" "Waves Added: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2" "Summon「Advanced Mutation」"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_Description" "Right click to switch using money or magic keys。\nSummon advance mutation and skip %add_wave% waves。"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_cost" "Cost: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_count" "Magic key consumption: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_2_add_wave" "Waves Added: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3" "Summon「Ultimate Mutation」"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_Description" "ight click to switch using money or magic keys。\nSummon ultimate mutation and skip %add_wave% waves。"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_cost" "Cost: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_count" "Magic key consumption: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_wave_3_add_wave" "Waves Added: "
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_roll" "Open「Boundary Gate」"
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_roll_Description" "Open the Gate of Boundaries to summon %card_count% random cards (which may not be in the deck) and will not return to the deck if the card is consumed. Once for each wave passed before the end. \n Level 1: 80% summon N cards, 20% summon R cards, 3 cards in total \n Level 2: 80% summon R cards, 20% summon SR cards, 5% summon SSR cards, 1 card in total. 80% summon N cards, 20% summon R cards, 3 cards in total \n Level 3: 75% summon R cards, 20% summon SR cards, 5% summon SSR, 5 cards in total cards"
"DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_1" "Buy senior nostrum Lv1"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_1_Description" "Buy items and drop them to Reimu\'s slots."
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_1_Description" "Buy items and drop them to Reimu's slots."
"DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_2" "Buy senior nostrum Lv2"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_2_Description" "Buy items and drop them to Reimu\'s slots."
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_2_Description" "Buy items and drop them to Reimu's slots."
"DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_3" "Buy senior nostrum Lv3"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_3_Description" "Buy items and drop them to Reimu\'s slots."
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_3_Description" "Buy items and drop them to Reimu's slots."
"DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_4" "Buy senior nostrum Lv4"
- "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_4_Description" "Buy items and drop them to Reimu\'s slots."
+ "DOTA_Tooltip_ability_ability_touhoutd_shop_buy_egg_level_4_Description" "Buy items and drop them to Reimu's slots."
"DOTA_Tooltip_ability_ability_touhoutd_close_star" "Close/Open Star Display"
"DOTA_Tooltip_ability_ability_touhoutd_close_star_Description" "Close/Open Star Display.(After reconnected, you can click twice to look up)"
"DOTA_Tooltip_ability_ability_touhoutd_star_up" "Star-Up the card"
- "DOTA_Tooltip_ability_ability_touhoutd_star_up_Description" "You can promote shikigami cards\' star number which has reach max level by feeding shikigamies and cards\'meterial heroes are carrying.\nPromote to ★★ needs 1 ★ max level material\nPromote to ★★★ needs 2 ★★ max level material.\nPromote to ★★★★ needs 3 ★★★ max level material.\nPromote to ★★★★★ needs 4 ★★★★ max level material."
+ "DOTA_Tooltip_ability_ability_touhoutd_star_up_Description" "You can promote shikigami cards' star number which has reach max level by feeding shikigamies and cards'meterial heroes are carrying.\nPromote to ★★ needs 1 ★ max level material\nPromote to ★★★ needs 2 ★★ max level material.\nPromote to ★★★★ needs 3 ★★★ max level material.\nPromote to ★★★★★ needs 4 ★★★★ max level material."
"DOTA_Tooltip_ability_ability_touhoutd_exp_up" "Card feeding"
- "DOTA_Tooltip_ability_ability_touhoutd_exp_up_Description" "Can promote cards\' exp by feeding first cell\'s material of shikigami\'s equipment slot.\nThe same type cards feeding can promote special skills\' level."
+ "DOTA_Tooltip_ability_ability_touhoutd_exp_up_Description" "Can promote cards' exp by feeding first cell's material of shikigami's equipment slot.\nThe same type cards feeding can promote special skills' level."
"DOTA_Tooltip_ability_thtd_lily_01" "Spring Sign「Spring Declaration」"
- "DOTA_Tooltip_ability_thtd_lily_01_Description" "Lily White put Spring power into friendly units\'bodies in the area,promote their exp\n\nPromotion Value:Star Parameters*POWER POINTs*6.5\n\nStar Parameters:1,1.8,2.4,3.2,4"
- "DOTA_Tooltip_ability_thtd_lily_01_Note0" "潜能Lv10:魔法消耗降低10%%。"
- "DOTA_Tooltip_ability_thtd_lily_01_Note1" "潜能Lv50:魔法消耗降低20%%。"
- "DOTA_Tooltip_ability_thtd_lily_01_Note2" "潜能Lv100:魔法消耗降低30%%。"
- "DOTA_Tooltip_ability_thtd_lily_01_radius" "区域范围:"
- "DOTA_Tooltip_ability_thtd_lily_01_power_factor" "经验系数:"
+ "DOTA_Tooltip_ability_thtd_lily_01_Description" "Lilly White injects the power of spring into friendly units in the area, boosting their (power * experience factor) experience value. \nOr purify the target area, dealing (star*power*%power_damage% + %hp_damage%%% current life value) damage to enemy units in the area (this damage does not exceed the maximum spike damage). \nThe skill reduces %mana_down%% magic consumption during the endless phase. \nLily White is not affected by extra mana regen effects. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_lily_01_Note0" "Potential Lv10: Reduced max mana by 10%%。"
+ "DOTA_Tooltip_ability_thtd_lily_01_Note1" "Potential Lv50: Reduced max mana by 20%%。"
+ "DOTA_Tooltip_ability_thtd_lily_01_Note2" "Potential Lv100: Reduced max mana by 30%%。"
+ "DOTA_Tooltip_ability_thtd_lily_01_radius" "Radius: "
+ "DOTA_Tooltip_ability_thtd_lily_01_power_factor" "Experience factor: "
"DOTA_Tooltip_ability_thtd_lily_02" "Spring Sign「Surprise Spring」"
- "DOTA_Tooltip_ability_thtd_lily_02_Description" "Lily White opens the barrier, units in the range of barrier\'s cause 125% damages to enemies."
- "DOTA_Tooltip_ability_thtd_lily_02_Note0" "潜能Lv10:范围+150。"
- "DOTA_Tooltip_ability_thtd_lily_02_Note1" "潜能Lv50:范围+300。"
- "DOTA_Tooltip_ability_thtd_lily_02_Note2" "潜能Lv100:范围+450。"
- "DOTA_Tooltip_ability_thtd_lily_02_Note3" "\n春天是2月5日至5月5日。"
- "DOTA_Tooltip_ability_thtd_lily_02_radius" "区域范围:"
+ "DOTA_Tooltip_ability_thtd_lily_02_Description" "Lilly White opens a boundary, and the damage dealt by units within the boundary is increased by %damage_up%%%. \nLily White gains %self_crit% times effect during spring. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_lily_02_Note0" "Potential Lv10: Range +150。"
+ "DOTA_Tooltip_ability_thtd_lily_02_Note1" "Potential Lv50: Range +300。"
+ "DOTA_Tooltip_ability_thtd_lily_02_Note2" "Potential Lv100: Range +450。"
+ "DOTA_Tooltip_ability_thtd_lily_02_Note3" "\nSpring is from February 5th to May 5th。"
+ "DOTA_Tooltip_ability_thtd_lily_02_radius" "Radius: "
"DOTA_Tooltip_ability_thtd_lily_02_duration" "DURATION:"
- "DOTA_Tooltip_ability_thtd_lily_02_damage_up" "%伤害提升:"
- "DOTA_Tooltip_modifier_lily_02_buff" "春符「Surprise Spring」"
- "DOTA_Tooltip_modifier_lily_02_buff_Description" "受到春之力的影响,造成的伤害提高。"
+ "DOTA_Tooltip_ability_thtd_lily_02_damage_up" "% Damage Up: "
+ "DOTA_Tooltip_modifier_lily_02_buff" "Spring Charm「Surprise Spring」"
+ "DOTA_Tooltip_modifier_lily_02_buff_Description" "Influenced by Spring, damage dealt increase"
"DOTA_Tooltip_ability_thtd_nazrin_01" "Search Sign「Gold Detector」"
- "DOTA_Tooltip_ability_thtd_nazrin_01_Description" "Every attack, Nazrin has posible to steal targets some money.\n\nSteal Chance:50%%\n\nAmount of Stealing:Star Parameter+POWER POINTs*0.02\n\nStar Parameter:2.4,8.8,21.6,43.2,170.4"
- "DOTA_Tooltip_ability_thtd_nazrin_01_Note0" "潜能Lv10:概率+5%%。"
- "DOTA_Tooltip_ability_thtd_nazrin_01_Note1" "潜能Lv50:概率+10%%。"
- "DOTA_Tooltip_ability_thtd_nazrin_01_Note2" "潜能Lv100:概率+15%%。"
- "DOTA_Tooltip_ability_thtd_nazrin_01_bonus_chance" "%偷取概率:"
- "DOTA_Tooltip_ability_thtd_nazrin_01_bonus_gold" "基础金钱:"
- "DOTA_Tooltip_ability_thtd_nazrin_01_power_percent" "%能量参数:"
+ "DOTA_Tooltip_ability_thtd_nazrin_01_Description" "Nazrin has a probability to steal a certain amount of money from the target per attack. \nSteal amount: base money + energy points * power parameter. \n[Special Effect - Disciple] \nEndless level attacks will deal (current money * %nazrin%%) damage to units within 400 yards of the target, with an additional %damage_up%% damage per 10 power points. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_nazrin_01_Note0" "Potential Lv10: Chance +5%%。"
+ "DOTA_Tooltip_ability_thtd_nazrin_01_Note1" "Potential Lv50: Chance +10%%。"
+ "DOTA_Tooltip_ability_thtd_nazrin_01_Note2" "Potential Lv100: Chance +15%%。"
+ "DOTA_Tooltip_ability_thtd_nazrin_01_bonus_chance" "% Probability of stealing: "
+ "DOTA_Tooltip_ability_thtd_nazrin_01_bonus_gold" "Bonus gold: "
+ "DOTA_Tooltip_ability_thtd_nazrin_01_power_percent" "% Power added: "
"DOTA_Tooltip_ability_thtd_minoriko_01" "Plenty Sign「Warm Color Harvest」"
- "DOTA_Tooltip_ability_thtd_minoriko_01_Description" "Although Minoriko can\'t promote star levels by normal ways, she can promote by time.\n\nEvery(270/540/900/1260)seconds will promote a star level."
- "DOTA_Tooltip_ability_thtd_minoriko_01_Note0" "潜能Lv10:成长花费时间-10%%。"
- "DOTA_Tooltip_ability_thtd_minoriko_01_Note1" "潜能Lv50:成长花费时间-20%%。"
- "DOTA_Tooltip_ability_thtd_minoriko_01_Note2" "潜能Lv100:成长花费时间-30%%。"
- "DOTA_Tooltip_ability_thtd_minoriko_01_grow_time" "成长花费时间:"
+ "DOTA_Tooltip_ability_thtd_minoriko_01_Description" "Minoriko cannot be raised in the usual way, but they can grow through time and raise one star after spending time. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_minoriko_01_Note0" "Potential Lv10: Growth time -10%%。"
+ "DOTA_Tooltip_ability_thtd_minoriko_01_Note1" "Potential Lv50: Growth time -20%%。"
+ "DOTA_Tooltip_ability_thtd_minoriko_01_Note2" "Potential Lv100: Growth time -30%%。"
+ "DOTA_Tooltip_ability_thtd_minoriko_01_grow_time" "Growth time: "
"DOTA_Tooltip_ability_thtd_minoriko_02" "Bumper Crop「Promise of the Wheat God」"
- "DOTA_Tooltip_ability_thtd_minoriko_02_Description" "exchange star levels of the target with Minoriko\'s star levels.(The maximum exchange of 3 times)"
- "DOTA_Tooltip_ability_thtd_minoriko_02_Note0" "潜能Lv10:交换次数+1。"
- "DOTA_Tooltip_ability_thtd_minoriko_02_Note1" "潜能Lv50:交换次数+2。"
- "DOTA_Tooltip_ability_thtd_minoriko_02_Note2" "潜能Lv100:交换次数+3。"
- "DOTA_Tooltip_ability_thtd_minoriko_02_max_count" "最大交换次数:"
+ "DOTA_Tooltip_ability_thtd_minoriko_02_Description" "Exchange star levels of the target with Minoriko's star levels.\nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_minoriko_02_Note0" "Potential Lv10: Exchange times +1。"
+ "DOTA_Tooltip_ability_thtd_minoriko_02_Note1" "Potential Lv50: Exchange times +2。"
+ "DOTA_Tooltip_ability_thtd_minoriko_02_Note2" "Potential Lv100: Exchange times +3。"
+ "DOTA_Tooltip_ability_thtd_minoriko_02_max_count" "Exchange times: "
"DOTA_Tooltip_ability_thtd_mugiyousei_01" "POISONED WEAPON"
- "DOTA_Tooltip_ability_thtd_mugiyousei_01_Description" "Graveyard Fairies\' attacks apply poison that deals damage over time."
- "DOTA_Tooltip_ability_thtd_mugiyousei_01_power_damage" "技能伤害(能量点*星级/秒):"
- "DOTA_Tooltip_ability_thtd_mugiyousei_01_damage_duration" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_mugiyousei_01_Description" "Graveyard Fairies' attacks apply poison that deals damage over time."
+ "DOTA_Tooltip_ability_thtd_mugiyousei_01_power_damage" "Damage(Power*Star/second): "
+ "DOTA_Tooltip_ability_thtd_mugiyousei_01_damage_duration" "Duration: "
"DOTA_Tooltip_ability_thtd_shanghainingyou_01" "CRITICAL STRIKE"
- "DOTA_Tooltip_ability_thtd_shanghainingyou_01_Description" "Shanghai Dolls\' attacks have a certain chance to critically strike."
+ "DOTA_Tooltip_ability_thtd_shanghainingyou_01_Description" "Shanghai Dolls' attacks have a certain chance to critically strike."
"DOTA_Tooltip_ability_thtd_shanghainingyou_01_crit_chance" "CHANCE"
"DOTA_Tooltip_ability_thtd_shanghainingyou_01_crit_mult" "MULTIPLE"
"DOTA_Tooltip_ability_thtd_hourainingyou_01" "THUMP"
- "DOTA_Tooltip_ability_thtd_hourainingyou_01_Description" "Hourai Dolls\' attacks have a certain chance to deal additional damage and stun the target."
- "DOTA_Tooltip_ability_thtd_hourainingyou_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hourainingyou_01_chance" "%概率:"
- "DOTA_Tooltip_ability_thtd_hourainingyou_01_stun_time" "眩晕时间:"
- "DOTA_Tooltip_ability_thtd_hourainingyou_01_lock_time" "眩晕后免疫时间:"
+ "DOTA_Tooltip_ability_thtd_hourainingyou_01_Description" "Hourai Dolls' attacks have a certain chance to deal additional damage and stun the target."
+ "DOTA_Tooltip_ability_thtd_hourainingyou_01_power_damage" "Skill damage(Power * Star): "
+ "DOTA_Tooltip_ability_thtd_hourainingyou_01_chance" "% Chance: "
+ "DOTA_Tooltip_ability_thtd_hourainingyou_01_stun_time" "Stun duration: "
+ "DOTA_Tooltip_ability_thtd_hourainingyou_01_lock_time" "Immunity time after stun: "
"DOTA_Tooltip_ability_thtd_hanadayousei_01" "MULTI-SHOT"
- "DOTA_Tooltip_ability_thtd_hanadayousei_01_Description" "Flower Field Fairies can attack up to 3 units at the same time."
- "DOTA_Tooltip_ability_thtd_hanadayousei_01_Note0" "潜能Lv10:范围+100,额外攻击数量+3。"
- "DOTA_Tooltip_ability_thtd_hanadayousei_01_Note1" "潜能Lv50:范围+200,额外攻击数量+6。"
- "DOTA_Tooltip_ability_thtd_hanadayousei_01_Note2" "潜能Lv100:范围+400,额外攻击全部单位。"
+ "DOTA_Tooltip_ability_thtd_hanadayousei_01_Description" "Flower Field Fairy can attack 3 extra units. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_hanadayousei_01_Note0" "Potential Lv10: Range +100,Additional attacks +3。"
+ "DOTA_Tooltip_ability_thtd_hanadayousei_01_Note1" "Potential Lv50: Range +200,Additional attacks +6。"
+ "DOTA_Tooltip_ability_thtd_hanadayousei_01_Note2" "Potential Lv100: Range +400,Additional attacks on all。"
"DOTA_Tooltip_ability_thtd_maidyousei_01" "link_DOTA_Tooltip_ability_luna_moon_glaive"
- "DOTA_Tooltip_ability_luna_moon_glaive" "飞刃"
- "DOTA_Tooltip_ability_luna_moon_glaive_Description" "攻击可以在敌方单位之间弹跳。每次弹跳造成的伤害都会减少。"
- "DOTA_Tooltip_ability_luna_moon_glaive_bounces" "弹射次数:"
- "DOTA_Tooltip_ability_luna_moon_glaive_range" "弹跳范围:"
- "DOTA_Tooltip_ability_luna_moon_glaive_damage_reduction_percent" "%弹跳伤害衰减:"
- "DOTA_Tooltip_ability_luna_moon_glaive_Lore" ""
+ "DOTA_Tooltip_ability_luna_moon_glaive" "Glaive"
+ "DOTA_Tooltip_ability_luna_moon_glaive_Description" "Attack bounces to enemies, each bounce deals less damage。"
+ "DOTA_Tooltip_ability_luna_moon_glaive_bounces" "Max bounces: "
+ "DOTA_Tooltip_ability_luna_moon_glaive_range" "Range: "
+ "DOTA_Tooltip_ability_luna_moon_glaive_damage_reduction_percent" "% Damage decrease per bounce: "
+ "DOTA_Tooltip_ability_luna_moon_glaive_Lore" "" // blank in chinese
"DOTA_Tooltip_ability_thtd_cirno_01" "Frost Sign「Frost Columns」"
- "DOTA_Tooltip_ability_thtd_cirno_01_Description" "Reduce enemies around Cirno 30% movement speed.\n\n[Combination promotion - Letty]\nMovement Speed reduction promote from 30% to 50%."
- "DOTA_Tooltip_ability_thtd_cirno_01_move_slow" "MOVEMENT SPEED REDUCTION:"
+ "DOTA_Tooltip_ability_thtd_cirno_01_Description" "Reduce enemies around Cirno movement speed.\n\n[Combination promotion - Letty]\nMovement Speed reduction promote.\n [Special Effect - Awakening]\nMagic damage around Cirno increased by %damage_up%%%"
+ "DOTA_Tooltip_ability_thtd_cirno_01_move_slow" "MOVEMENT SPEED REDUCTION: "
"DOTA_Tooltip_modifier_cirno_01_slow_buff" "Frost Sign「Frost Columns」"
- "DOTA_Tooltip_modifier_cirno_01_slow_buff_Description" "be influenced by Cirno, this units\' Movement Speed reduces."
- "DOTA_Tooltip_modifier_cirno_suwako_buff" "霜符「冰袭方阵」"
- "DOTA_Tooltip_modifier_cirno_suwako_buff_Description" "受到琪露诺的影响,该单位魔法伤害提高了。"
+ "DOTA_Tooltip_modifier_cirno_01_slow_buff_Description" "be influenced by Cirno, this units' Movement Speed reduces."
+ "DOTA_Tooltip_modifier_cirno_suwako_buff" "Frost Symbol「Ice Attack Square」"
+ "DOTA_Tooltip_modifier_cirno_suwako_buff_Description" "This unit's magic damage is increased。"
"DOTA_Tooltip_ability_thtd_cirno_02" "Freeze Sign「Perfect Freeze」"
- "DOTA_Tooltip_ability_thtd_cirno_02_Description" "To the target and units around it cause 8 times damages, and has chance to freeze them.\n\n[Damage Multiplier ]DAMAGE:POWER POINTs * Star levels * 2 per time"
- "DOTA_Tooltip_ability_thtd_cirno_02_Note0" "潜能Lv10:技能伤害提高至3倍,造成的伤害次数+4。"
- "DOTA_Tooltip_ability_thtd_cirno_02_Note1" "潜能Lv50:技能伤害提高至6倍,造成的伤害次数+8。"
- "DOTA_Tooltip_ability_thtd_cirno_02_Note2" "潜能Lv100:技能伤害提高至9倍,造成的伤害次数+16。"
- "DOTA_Tooltip_ability_thtd_cirno_02_power_damage" "技能伤害(能量点*星级/每次):"
- "DOTA_Tooltip_ability_thtd_cirno_02_ice_count" "次数:"
- "DOTA_Tooltip_ability_thtd_cirno_02_chance" "%概率:"
- "DOTA_Tooltip_ability_thtd_cirno_02_stun_time" "Freeze Time:"
+ "DOTA_Tooltip_ability_thtd_cirno_02_Description" "Deals %ice_count% damage to the target and surrounding units. And has a %chance%%% of freezing the unit. \n[Special Effect - Awakening]\nIncreases freeze time by %stun_up%%%. \nHold down the ALT key to see the additional effects of activating the potential."
+ "DOTA_Tooltip_ability_thtd_cirno_02_Note0" "Potential Lv10: Skill damage increased to x3,Number of damage caused +4。"
+ "DOTA_Tooltip_ability_thtd_cirno_02_Note1" "Potential Lv50: Skill damage increased to x6,Number of damage caused +8。"
+ "DOTA_Tooltip_ability_thtd_cirno_02_Note2" "Potential Lv100: Skill damage increased to x9,Number of damage caused +16。"
+ "DOTA_Tooltip_ability_thtd_cirno_02_power_damage" "Damage(Power * Star / Times): "
+ "DOTA_Tooltip_ability_thtd_cirno_02_ice_count" "Times: "
+ "DOTA_Tooltip_ability_thtd_cirno_02_chance" "% Chance: "
+ "DOTA_Tooltip_ability_thtd_cirno_02_stun_time" "Freeze Time: "
"DOTA_Tooltip_modifier_cirno_frozen_unit" "Freeze Sign「Perfect Freeze」"
"DOTA_Tooltip_modifier_cirno_frozen_unit_Description" "be influenced by Cirno,this unit is being freezed."
"DOTA_Tooltip_ability_thtd_cirno_03" "Blowing Ice「Ice Tornado」"
- "DOTA_Tooltip_ability_thtd_cirno_03_Description" "Cirno\'s every attack will cause damage to the target and units around it.\n\n[Damage Multiplier]Damage:POWER POINTs * Star levels"
- "DOTA_Tooltip_ability_thtd_cirno_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_cirno_03_range" "范围:"
+ "DOTA_Tooltip_ability_thtd_cirno_03_Description" "Cirno's every attack will cause damage to the target and units around it."
+ "DOTA_Tooltip_ability_thtd_cirno_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_cirno_03_range" "Range: "
"DOTA_Tooltip_ability_thtd_cirno_04" "Ice Sign「Ultimate Blizzard」"
- "DOTA_Tooltip_ability_thtd_cirno_04_Description" "Cirno every 5 times attack will cause Damage Over Time to target area.\n\n[Damage Multiplier]Damage:POWER POINTs * Star levels * 4 per second"
- "DOTA_Tooltip_ability_thtd_cirno_04_Note0" "潜能Lv10:技能伤害提高至3倍。"
- "DOTA_Tooltip_ability_thtd_cirno_04_Note1" "潜能Lv50:技能伤害提高至6倍。"
- "DOTA_Tooltip_ability_thtd_cirno_04_Note2" "潜能Lv100:技能伤害提高至9倍。"
- "DOTA_Tooltip_ability_thtd_cirno_04_Note3" "潜能Lv666:\n获得特殊效果:雪符「钻石风暴」,每次攻击召唤钻石冰晶打击目标周围单位,造成 69*能量*星级 的伤害。"
- "DOTA_Tooltip_ability_thtd_cirno_04_Note4" "潜能Lv999:\n获得特殊效果:冰王「霜冻之王」,所有伤害提高至9倍。"
- "DOTA_Tooltip_ability_thtd_cirno_04_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_cirno_04_range" "范围:"
- "DOTA_Tooltip_ability_thtd_cirno_04_max_count" "攻击次数需求:"
+ "DOTA_Tooltip_ability_thtd_cirno_04_Description" "Cirno every 5 times attack will cause Damage Over Time to target area."
+ "DOTA_Tooltip_ability_thtd_cirno_04_Note0" "Potential Lv10: Skill damage increased to x3。"
+ "DOTA_Tooltip_ability_thtd_cirno_04_Note1" "Potential Lv50: Skill damage increased to x6。"
+ "DOTA_Tooltip_ability_thtd_cirno_04_Note2" "Potential Lv100: Skill damage increased to x9。"
+ "DOTA_Tooltip_ability_thtd_cirno_04_Note3" "Potential Lv666: \nSpecial effect: Snow talisman [Diamond Storm], each attack summons diamond ice crystals to hit units around the target, dealing 69*Power*Star damage。"
+ "DOTA_Tooltip_ability_thtd_cirno_04_Note4" "Potential Lv999: \nGain special effect: Ice King [Frost King], all damage increased to 9 times。"
+ "DOTA_Tooltip_ability_thtd_cirno_04_power_damage" "Damage(Power*Star/Second): "
+ "DOTA_Tooltip_ability_thtd_cirno_04_range" "Range: "
+ "DOTA_Tooltip_ability_thtd_cirno_04_max_count" "Number of attacks required: "
"DOTA_Tooltip_ability_thtd_letty_01" "Winter Sign「Flower Wither Away」"
- "DOTA_Tooltip_ability_thtd_letty_01_Description" "Letty summon 2 blizzards, cause damage to units in the target area.\n\n[Damage Multiplier]Damage:POWER POINT*1/per blizzard\n\n[Combination Promotion - Cirno]\nThe number of blizzards promote at least 3"
- "DOTA_Tooltip_ability_thtd_letty_01_Note0" "潜能Lv10:暴风雪阵数+1,技能伤害+1,每阵暴风雪使下一次的暴风雪伤害提高100%%。"
- "DOTA_Tooltip_ability_thtd_letty_01_Note1" "潜能Lv50:暴风雪阵数+2,技能伤害+2,每阵暴风雪使下一次的暴风雪伤害提高100%%。"
- "DOTA_Tooltip_ability_thtd_letty_01_Note2" "潜能Lv100:暴风雪阵数+4,技能伤害+4,每阵暴风雪使下一次的暴风雪伤害提高100%%。"
- "DOTA_Tooltip_ability_thtd_letty_01_power_damage" "技能伤害(能量点*星级/每阵):"
- "DOTA_Tooltip_ability_thtd_letty_01_radius" "区域范围:"
- "DOTA_Tooltip_ability_thtd_letty_01_max_count" "暴风雪阵数:"
+ "DOTA_Tooltip_ability_thtd_letty_01_Description" "Letty summon 2 blizzards, cause damage to units in the target area.\n\n[Combination Promotion - Cirno]\nThe number of blizzards promote at least 3"
+ "DOTA_Tooltip_ability_thtd_letty_01_Note0" "Potential Lv10: Blizzard count +1,Damage +1,Each blizzard increases the damage of the next blizzard 100%%。"
+ "DOTA_Tooltip_ability_thtd_letty_01_Note1" "Potential Lv50: Blizzard count +2,Damage +2,Each blizzard increases the damage of the next blizzard 100%%。"
+ "DOTA_Tooltip_ability_thtd_letty_01_Note2" "Potential Lv100: Blizzard count +4,Damage +4,Each blizzard increases the damage of the next blizzard 100%%。"
+ "DOTA_Tooltip_ability_thtd_letty_01_power_damage" "Damage (Power*Star/Wave): "
+ "DOTA_Tooltip_ability_thtd_letty_01_radius" "Radius: "
+ "DOTA_Tooltip_ability_thtd_letty_01_max_count" "Blizzards: "
"DOTA_Tooltip_ability_thtd_letty_02" "Cold Sign「Lingering Cold」"
- "DOTA_Tooltip_ability_thtd_letty_02_Description" "Reduce units around Letty\'s Magic Resistance."
+ "DOTA_Tooltip_ability_thtd_letty_02_Description" "Reduce units around Letty's Magic Resistance."
"DOTA_Tooltip_ability_thtd_letty_02_magic_armor" "Resistance Reduction:"
"DOTA_Tooltip_modifier_letty_02_magic_armor_buff" "Cold Sign「Lingering Cold」"
- "DOTA_Tooltip_modifier_letty_02_magic_armor_buff_Description" "Be influenced by Letty, this unit\'s Magic Resistance reduces"
+ "DOTA_Tooltip_modifier_letty_02_magic_armor_buff_Description" "Be influenced by Letty, this unit's Magic Resistance reduces"
"DOTA_Tooltip_ability_thtd_kogasa_01" "Halo「Karakasa Surprising Flash」"
- "DOTA_Tooltip_ability_thtd_kogasa_01_Description" "Kogasa shocks the target and units around it, cause damage to them and reduce the movement speed.\n\n[Damage Multiplier]Initial Damage:60/120/240/480/960\n\n[Damage Multiplier]Damage Over Time:15/30/60/120/240 per second"
- "DOTA_Tooltip_ability_thtd_kogasa_01_Note0" "潜能Lv10:范围+100,技能伤害提高200%%,丢魂效果+2%%最大血量和+2倍惊吓伤害。"
- "DOTA_Tooltip_ability_thtd_kogasa_01_Note1" "潜能Lv50:范围+200,技能伤害提高400%%,丢魂效果+4%%最大血量和+4倍惊吓伤害。"
- "DOTA_Tooltip_ability_thtd_kogasa_01_Note2" "潜能Lv100:范围+400,技能伤害提高800%%,丢魂效果+8%%最大血量和+8倍惊吓伤害。"
- "DOTA_Tooltip_ability_thtd_kogasa_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kogasa_01_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_kogasa_01_radius" "范围:"
+ "DOTA_Tooltip_ability_thtd_kogasa_01_Description" "Kogasa frightens the target and its surrounding units, dealing damage and causing them to flee to their birthplace for %duration_time% seconds. \n[Special Effect - Disciple] \nBecoming a Disciple the fright also causes a soul-drop effect, the target loses 2%% of its maximum health (can only work once) and increases the damage of future frights to 2x. \nSupport AI automatic staggered release. \nSupport the AI to cast at a fixed point. \nHold down the ALT key to see the additional effects of activating the potential."
+ "DOTA_Tooltip_ability_thtd_kogasa_01_Note0" "Potential Lv10: Radius +100,Damage increase 200%%,Disciple effect reduces 2%% more hp and takes 2x more fright damage。"
+ "DOTA_Tooltip_ability_thtd_kogasa_01_Note1" "Potential Lv50: Radius +200,Damage increase 400%%,Disciple effect reduces 4%% more hp and takes 4x more fright damage。"
+ "DOTA_Tooltip_ability_thtd_kogasa_01_Note2" "Potential Lv100: Radius +400,Damage increase 800%%,Disciple effect reduces 8%% more hp and takes 8x more fright damage。"
+ "DOTA_Tooltip_ability_thtd_kogasa_01_power_damage" "damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kogasa_01_duration_time" "Fear Duration: "
+ "DOTA_Tooltip_ability_thtd_kogasa_01_radius" "Radius:"
"DOTA_Tooltip_modifier_kogasa_debuff" "Halo「Karakasa Surprising Flash」"
- "DOTA_Tooltip_modifier_kogasa_debuff_Description" "Be shocked by Karakasa,the unit reduces the Movement Speed and causes Damage Over Time."
- "DOTA_Tooltip_ability_thtd_kogasa_02" "Rain Sign「A Rainy Night\'s Ghost Story」"
- "DOTA_Tooltip_ability_thtd_kogasa_02_Description" "Reduce units around Kogasa\'s Armor."
+ "DOTA_Tooltip_modifier_kogasa_debuff_Description" "Feared by Kogasa"
+ "DOTA_Tooltip_ability_thtd_kogasa_02" "Rain Sign「A Rainy Night's Ghost Story」"
+ "DOTA_Tooltip_ability_thtd_kogasa_02_Description" "Reduce units around Kogasa's Armor."
"DOTA_Tooltip_ability_thtd_kogasa_02_armor" "ARMOR REDUCTION:"
- "DOTA_Tooltip_modifier_kogasa_02_armor_buff" "Rain Sign「A Rainy Night\'s Ghost Story」"
- "DOTA_Tooltip_modifier_kogasa_02_armor_buff_Description" "Be influenced by Karakasa, This unit\'s armors reduce."
- "DOTA_Tooltip_ability_thtd_kogasa_03" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_kogasa_03_Description" "选择一个地点来设定AI定点施放:光晕「唐伞惊吓Flash」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
+ "DOTA_Tooltip_modifier_kogasa_02_armor_buff" "Rain Sign「A Rainy Night's Ghost Story」"
+ "DOTA_Tooltip_modifier_kogasa_02_armor_buff_Description" "Be influenced by Karakasa, This unit's armors reduce."
+ "DOTA_Tooltip_ability_thtd_kogasa_03" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_kogasa_03_Description" "Select spot to cast Halo「Karakasa Surprising Flash」, select spot in 100 yrds near unit to cancel, success will create prompt at lower left"
"DOTA_Tooltip_ability_thtd_lyrica_01" "Nether Keys「Fazioli Nether Performance」"
- "DOTA_Tooltip_ability_thtd_lyrica_01_Description" "Lyrica causes damage to the target and units around it\n\n[Damage Multiplier]Damage:POWER POINTs*Star levels\n\n[Combination Promotion - lunasa - Merlin]\nPromote 50% damages."
- "DOTA_Tooltip_ability_thtd_lyrica_01_power_damage1" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_lyrica_01_radius" "范围:"
- "DOTA_Tooltip_ability_thtd_lyrica_01_damage_up" "%组合提升伤害:"
- "DOTA_Tooltip_ability_thtd_lyrica_01_power_damage2" "群体额外伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_lyrica_01_power_damage3" "单体额外伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_lyrica_02" "Key Spirit「B\?sendorfer Divine Performance」"
- "DOTA_Tooltip_ability_thtd_lyrica_02_Description" "When Lyrica\'s skill causes damages, Each note in the target will cause each extra damages. \n\n[Damage Multiplier]Damage:POWER POINTs*Star-levels*0.5\n\n[Combination Promotion - Lunasa - Merlin]\nPromote 50% damages."
+ "DOTA_Tooltip_ability_thtd_lyrica_01_Description" "Lyrica deals damage to the target and surrounding units. \n[Combo Boost - Lunasa - Merlin] \nBoost %damage_up%% damage. \nIf the playing order is trumpet-fiddle-keyboard, it deals an extra (power*star*%power_damage2%) damage to the units in range. \nIf the playing order is fiddle-trumpet-keyboard, it deals one additional (power*star*%power_damage3%) damage to the unit."
+ "DOTA_Tooltip_ability_thtd_lyrica_01_power_damage1" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_lyrica_01_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_lyrica_01_damage_up" "% Combo Boost Damage: "
+ "DOTA_Tooltip_ability_thtd_lyrica_01_power_damage2" "Group Extra Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_lyrica_01_power_damage3" "Single Extra Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_lyrica_02" "Key Spirit「Bessendorfer Divine Performance」"
+ "DOTA_Tooltip_ability_thtd_lyrica_02_Description" "When Lyrica's skill causes damages, Each note in the target will cause each extra damages."
"DOTA_Tooltip_ability_thtd_lunasa_01" "String Performance「Guarneri del Gesù」"
- "DOTA_Tooltip_ability_thtd_lunasa_01_Description" "Lunasa causes Damage Over Time and reduces Movement Speed to the target and units around it,and attaching a [ensemble]note\n\n[Damage Multiplier]Damage:40/100/200/400/800 per second"
- "DOTA_Tooltip_ability_thtd_lunasa_01_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_lunasa_01_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_lunasa_01_radius" "范围:"
- "DOTA_Tooltip_ability_thtd_lunasa_01_stun_time1" "单体「忧郁」状态持续时间:"
- "DOTA_Tooltip_ability_thtd_lunasa_01_stun_time2" "群体「忧郁」状态持续时间:"
- "DOTA_Tooltip_modifier_lunasa_01_debuff" "Note - [Sadness]"
+ "DOTA_Tooltip_ability_thtd_lunasa_01_Description" "Lunasa deals continuous damage to the target and surrounding units for %duration_time% seconds with a [Melancholy] note. \n[Combo Boost - Lunasa - Merlin]\nIf the playing order is Keyboard - Trumpet - Fiddle, it puts the unit into a [melancholy] state for %stun_time1% seconds (the target is stationary). \nIf the playing order is trumpet-keyboard-violin, it puts all units within range into [melancholy] state %stun_time2% seconds."
+ "DOTA_Tooltip_ability_thtd_lunasa_01_power_damage" "Damage(Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_lunasa_01_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_lunasa_01_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_lunasa_01_stun_time1" "Duration of single Melancholy: "
+ "DOTA_Tooltip_ability_thtd_lunasa_01_stun_time2" "Duration of group Melancholy: "
+ "DOTA_Tooltip_modifier_lunasa_01_debuff" "Note - [Melacnholy]"
"DOTA_Tooltip_modifier_lunasa_01_debuff_Description" "The music of violin makes people sad."
"DOTA_Tooltip_ability_thtd_lunasa_02" "Fake Strings「Pseudo Stradivarius」"
- "DOTA_Tooltip_ability_thtd_lunasa_02_Description" "Lunatha\'s normal attack will cause damage to the target, and attaching a [ensemble]note.\n\n[Damage Multiplier]Damage:200/400/800 per second"
- "DOTA_Tooltip_ability_thtd_lunasa_02_power_damage" "技能伤害(能量点*星级/每秒):"
+ "DOTA_Tooltip_ability_thtd_lunasa_02_Description" "Lunasa's normal attack will cause damage to the target, and attaching a [Melancholy] note."
+ "DOTA_Tooltip_ability_thtd_lunasa_02_power_damage" "Damage (Power*Star/Sec): "
"DOTA_Tooltip_ability_thtd_merlin_01" "Trumpet Spirit「Hino Phantasm」"
- "DOTA_Tooltip_ability_thtd_merlin_01_Description" "Merlin plays trumpet to cause damage and reduce the Movement Speed to units in the range, and attaching a [maniac]note\n\n[Damage Multiplier]Damage: 40/100/200/400/800 Per second"
- "DOTA_Tooltip_ability_thtd_merlin_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_merlin_01_radius" "范围:"
+ "DOTA_Tooltip_ability_thtd_merlin_01_Description" "Merlin blows a trumpet to deal damage to units in range and slow %move_slow_duration% seconds. And comes with a [Manic] note. \n[Combo Boost - Lunasa - Merlin]\nIf the playing order is fiddle-keyboard-trumpet, it puts all Melancholic units into [Mania] state %duation_time% seconds, and the damage dealt is increased by %outgoing_percent%%%. \nIf the playing order is keyboard-keyboard-trumpet, it restores %mana_regen% points of mana to all Primsrivers."
+ "DOTA_Tooltip_ability_thtd_merlin_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_merlin_01_radius" "Radius:"
"DOTA_Tooltip_ability_thtd_merlin_01_move_slow" "Movement Speed Reduction:"
- "DOTA_Tooltip_ability_thtd_merlin_01_move_slow_duration" "减速持续时间:"
- "DOTA_Tooltip_ability_thtd_merlin_01_outgoing_percent" "%组合伤害提升:"
- "DOTA_Tooltip_ability_thtd_merlin_01_duation_time" "伤害提升持续时间:"
- "DOTA_Tooltip_ability_thtd_merlin_01_mana_regen" "魔法值回复:"
- "DOTA_Tooltip_modifier_merlin_01_buff" "管灵「日野幻想」"
- "DOTA_Tooltip_modifier_merlin_01_buff_Description" "「狂躁」状态下造成的伤害提升。"
+ "DOTA_Tooltip_ability_thtd_merlin_01_move_slow_duration" "Slow Duration: "
+ "DOTA_Tooltip_ability_thtd_merlin_01_outgoing_percent" "% Combo Boost: "
+ "DOTA_Tooltip_ability_thtd_merlin_01_duation_time" "Damage Boost Duration: "
+ "DOTA_Tooltip_ability_thtd_merlin_01_mana_regen" "Mana Regen: "
+ "DOTA_Tooltip_modifier_merlin_01_buff" "Mania"
+ "DOTA_Tooltip_modifier_merlin_01_buff_Description" "Damage dealt in Mania increased"
"DOTA_Tooltip_modifier_merlin_01_debuff" "Trumpet Spirit「Hino Phantasm」"
"DOTA_Tooltip_modifier_merlin_01_debuff_Description" "Passionate Trumpet music makes people mad."
"DOTA_Tooltip_ability_thtd_merlin_02" "Trumpet Spirit「Ghost Clifford」"
- "DOTA_Tooltip_ability_thtd_merlin_02_Description" "Merlin\'s normal attack will cause damages to the target, and attaching a [maniac] note\n\n[Damage Multiplier]Damage:200/400/800 Per second"
- "DOTA_Tooltip_ability_thtd_merlin_02_power_damage" "技能伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_merlin_02_Description" "Merlin's normal attack will cause damages to the target, and attaching a [maniac] note"
+ "DOTA_Tooltip_ability_thtd_merlin_02_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_rumia_01" "「Is~It~Like~That!」"
- "DOTA_Tooltip_ability_thtd_rumia_01_Description" "Rumia\'s attack attach extra damage, every unit Rumia kills will promote herself\'s POWER POINTs.\n\n[Damage Multiplier]Max POWER POINT Promotion:50/100/200/400/600"
- "DOTA_Tooltip_ability_thtd_rumia_01_power_damage" "额外伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_rumia_01_Description" "Rumia's attack attach extra damage, every unit Rumia kills will promote herself's 1 POWER POINTs."
+ "DOTA_Tooltip_ability_thtd_rumia_01_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_rumia_01_max_bonus" "Max POWER POINTs:"
"DOTA_Tooltip_ability_thtd_rumia_02" "Darkness Sign「Demarcation」"
- "DOTA_Tooltip_ability_thtd_rumia_02_Description" "Rumia\'s every 10 normal attacks will shoot arc Danmakus, units which touch Danmakus will be hurt.\n\n[Damage Multiplier]Damage: POWER POINTs*1/every barrage"
- "DOTA_Tooltip_ability_thtd_rumia_02_Note0" "潜能Lv10:攻击次数需求-2。"
- "DOTA_Tooltip_ability_thtd_rumia_02_Note1" "潜能Lv50:攻击次数需求-4。"
- "DOTA_Tooltip_ability_thtd_rumia_02_Note2" "潜能Lv100:攻击次数需求-6。"
- "DOTA_Tooltip_ability_thtd_rumia_02_Note3" "潜能Lv666:\n获得特殊效果:十字架or十进制,解开封印,暗符伤害提升至10倍。"
- "DOTA_Tooltip_ability_thtd_rumia_02_Note4" "潜能Lv999:\n获得特殊效果:大胃王,击杀单位能量点提高上限提高至10倍。"
- "DOTA_Tooltip_ability_thtd_rumia_02_power_damage1" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_rumia_02_power_damage2" "觉醒后伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_rumia_02_max_count" "攻击次数需求:"
+ "DOTA_Tooltip_ability_thtd_rumia_02_Description" "Rumia fires an arcing barrage every %max_count% of her normal attacks, dealing damage to units the barrage comes into contact with. \n[Special Boost - Awakening] \nDamage is increased. \nHold down the ALT key to see the additional effects of activating the potential."
+ "DOTA_Tooltip_ability_thtd_rumia_02_Note0" "Potential Lv10: Required Attacks -2。"
+ "DOTA_Tooltip_ability_thtd_rumia_02_Note1" "Potential Lv50: Required Attacks -4。"
+ "DOTA_Tooltip_ability_thtd_rumia_02_Note2" "Potential Lv100: Required Attacks -6。"
+ "DOTA_Tooltip_ability_thtd_rumia_02_Note3" "Potential Lv666: \nGet special effects: cross OR decimal, unseal, dark charm damage increased to 10 times。"
+ "DOTA_Tooltip_ability_thtd_rumia_02_Note4" "Potential Lv999: \nGain special effect: Big appetite king, kill unit energy point increase cap to 10 times。"
+ "DOTA_Tooltip_ability_thtd_rumia_02_power_damage1" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_rumia_02_power_damage2" "Damage After Awakening (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_rumia_02_max_count" "Required Attacks: "
"DOTA_Tooltip_ability_thtd_rumia_03" "「Dark Mastery」"
- "DOTA_Tooltip_ability_thtd_rumia_03_Description" "Rumia attack have 10%% probability outstretched Dark Claws to70%%HP unit,this unit will be directly spiked."
- "DOTA_Tooltip_ability_thtd_rumia_03_chance" "%概率:"
- "DOTA_Tooltip_modifier_rumia_03_pause" ""
+ "DOTA_Tooltip_ability_thtd_rumia_03_Description" "Rumia has %chance%%% probability to extend her claws of darkness to units with 70%% life value or more for a spike per attack. \nSecond kill triggers the skill 「Is~it~like~that!」 of the energy boost effect."
+ "DOTA_Tooltip_ability_thtd_rumia_03_chance" "% Chance: "
+ "DOTA_Tooltip_modifier_rumia_03_pause" "[Dark Mastery]"
"DOTA_Tooltip_ability_thtd_rumia_04" "「A story that has been forgotten by fantasy」"
- "DOTA_Tooltip_ability_thtd_rumia_04_Description" "Rumia each attack creates a dark and damage to the target area.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL/3 /per Danmaku\n\n[COOPERATION PROMOTION - Hakurei Reimu]\n\nimprove50%%damage.。"
- "DOTA_Tooltip_ability_thtd_rumia_04_Note0" "潜能Lv10:技能伤害+3。"
- "DOTA_Tooltip_ability_thtd_rumia_04_Note1" "潜能Lv50:技能伤害+8。"
- "DOTA_Tooltip_ability_thtd_rumia_04_Note2" "潜能Lv100:技能伤害+13。"
- "DOTA_Tooltip_ability_thtd_rumia_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_rumia_04_range" "区域范围:"
+ "DOTA_Tooltip_ability_thtd_rumia_04_Description" "Each attack by Lumia creates a darkness that deals damage to the target area. \n[Combo Boost - Hakurei Reimu] \nBoost damage. \nHold down the ALT key to see the additional effects of activating the potential."
+ "DOTA_Tooltip_ability_thtd_rumia_04_Note0" "Potential Lv10: Damage +3。"
+ "DOTA_Tooltip_ability_thtd_rumia_04_Note1" "Potential Lv50: Damage +8。"
+ "DOTA_Tooltip_ability_thtd_rumia_04_Note2" "Potential Lv100: Damage +13。"
+ "DOTA_Tooltip_ability_thtd_rumia_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_rumia_04_range" "Radius:"
"DOTA_Tooltip_ability_thtd_satori_01" "Recollection「Terrible Souvenir」"
- "DOTA_Tooltip_ability_thtd_satori_01_Description" "Reducing units around Satori\'s Movement Speed, during 3s.\n\n[Damage Multiplier]Movement Speed Reduction:35/40/45/50/55%%"
- "DOTA_Tooltip_ability_thtd_satori_01_radius" "范围:"
+ "DOTA_Tooltip_ability_thtd_satori_01_Description" "Decreases the movement speed of the surrounding units for %duration_time% seconds"
+ "DOTA_Tooltip_ability_thtd_satori_01_radius" "Radius:"
"DOTA_Tooltip_ability_thtd_satori_01_move_slow" "Movement Speed Reduction:"
- "DOTA_Tooltip_ability_thtd_satori_01_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_satori_01_duration_time" "Duration: "
"DOTA_Tooltip_modifier_satori_01_debuff" "Recollection「Terrible Souvenir」"
- "DOTA_Tooltip_modifier_satori_01_debuff_Description" "Be influenced by Satori, this unit\'s Movement Speed reduces."
+ "DOTA_Tooltip_modifier_satori_01_debuff_Description" "Be influenced by Satori, this unit's Movement Speed reduces."
"DOTA_Tooltip_ability_thtd_satori_02" "Recollection「Terrifying Hypnotism」"
- "DOTA_Tooltip_ability_thtd_satori_02_Description" "Units enter terrible souvenir\' HP will be recorded, they will get damage which base on the damage in these 3s again after 3s. \n\n[Damage Multiplier]Damage:40%%/100%%\n\n[Combination Promotion - Komeiji Koishi]\nUnits in terrible Hypnotism area will get 120% physical damages"
- "DOTA_Tooltip_ability_thtd_satori_02_Note0" "伤害上限在基础伤害计算时判断。\n"
- "DOTA_Tooltip_ability_thtd_satori_02_Note1" "潜能Lv10:伤害上限提升50%%。"
- "DOTA_Tooltip_ability_thtd_satori_02_Note2" "潜能Lv50:伤害上限提升100%%。"
- "DOTA_Tooltip_ability_thtd_satori_02_Note3" "潜能Lv100:伤害上限提升150%%。"
- "DOTA_Tooltip_ability_thtd_satori_02_Note4" "潜能Lv666:\n获得特殊效果:地灵符「心灵恒星蒸馏器」,对目标的伤害上限提高4倍。"
- "DOTA_Tooltip_ability_thtd_satori_02_Note5" "潜能Lv999:\n获得特殊效果:地妖符「自我的式神」,享受古明地恋「本我的解放」效果提高10倍。"
- "DOTA_Tooltip_ability_thtd_satori_02_damage_percent" "%伤害比例:"
- "DOTA_Tooltip_ability_thtd_satori_02_damage_up" "%物理伤害加深:"
- "DOTA_Tooltip_modifier_thtd_satori_02_combo_buff" "【组合提升 - 古明地恋】"
- "DOTA_Tooltip_modifier_thtd_satori_02_combo_buff_Description" "在恐怖催眠术作用范围下的单位受到的物理伤害加深。"
+ "DOTA_Tooltip_ability_thtd_satori_02_Description" "The health of a unit that enters into 「Terrible Souvenir」 is recorded, and after three seconds will again take up to %damage_percent%% damage based on the amount of health lost by the unit during those three seconds, with that damage not exceeding the maximum spike damage. \n[Combo Boost - Komeiji Koishi]\nPhysical damage deepened %damage_up%% to units in range of Terror Hypnosis's effect \nHold down the ALT key to see the additional effects of activating the potential."
+ "DOTA_Tooltip_ability_thtd_satori_02_Note0" "Damage cap is judged in the base damage calculation。\n"
+ "DOTA_Tooltip_ability_thtd_satori_02_Note1" "Potential Lv10: Damage cap +50%%。"
+ "DOTA_Tooltip_ability_thtd_satori_02_Note2" "Potential Lv50: Damage cap +100%%。"
+ "DOTA_Tooltip_ability_thtd_satori_02_Note3" "Potential Lv100: Damage cap +150%%。"
+ "DOTA_Tooltip_ability_thtd_satori_02_Note4" "Potential Lv666: \nGain special effect: Earth Spirit Charm 「Mind Stellar Distiller」, increase the damage limit to the target by 4 times."
+ "DOTA_Tooltip_ability_thtd_satori_02_Note5" "Potential Lv999: \nObtain special effect: Earth Demon Charm [God of Self],effect of Koishi's 「release of the Id」 increase 10 times"
+ "DOTA_Tooltip_ability_thtd_satori_02_damage_percent" "% Damage Ratio: "
+ "DOTA_Tooltip_ability_thtd_satori_02_damage_up" "% Physical Damage Enhance: "
+ "DOTA_Tooltip_modifier_thtd_satori_02_combo_buff" "【Combo Boost - Koishi Komeiji】"
+ "DOTA_Tooltip_modifier_thtd_satori_02_combo_buff_Description" "Units in the range of action of [Terror Hypnosis] take deeper physical damage."
"DOTA_Tooltip_ability_thtd_iku_01" "Thunder Sign「Lightning Fish」"
- "DOTA_Tooltip_ability_thtd_iku_01_Description" "Iku\'s every 8 attacks will cause extra damages and Paralysis 0.5s to the target and units in that area around the target.\n\n[Damage Multiplier]Damage:50 * 2^star-levels\n\n[Combination Promotion - Tenshi Hinanawi]\nParalysis time will promote 1s."
- "DOTA_Tooltip_ability_thtd_iku_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_iku_01_radius" "范围:"
- "DOTA_Tooltip_ability_thtd_iku_01_max_count" "攻击次数需求:"
- "DOTA_Tooltip_ability_thtd_iku_01_stun_time" "麻痹时间:"
- "DOTA_Tooltip_ability_thtd_iku_01_lock_time" "麻痹后免疫时间:"
+ "DOTA_Tooltip_ability_thtd_iku_01_Description" "Iku's every %max_count% attacks will cause extra damages and Paralysis %stun_time%s to the target and units in that area around the target.\n\n[Combination Promotion - Tenshi Hinanawi]\nParalysis time will promote."
+ "DOTA_Tooltip_ability_thtd_iku_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_iku_01_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_iku_01_max_count" "Required Attacks: "
+ "DOTA_Tooltip_ability_thtd_iku_01_stun_time" "Paralysis time: "
+ "DOTA_Tooltip_ability_thtd_iku_01_lock_time" "Immunity time after Paralysis: "
"DOTA_Tooltip_modifier_iku_01_debuff" "Thunder Sign「Lightning Fish」"
"DOTA_Tooltip_modifier_iku_01_debuff_Description" "be attacked by Iku Nagae, this unit paralysises."
"DOTA_Tooltip_ability_thtd_iku_02" "Fish Sign「Dragonfish Drill」"
- "DOTA_Tooltip_ability_thtd_iku_02_Description" "Iku uses Drill to cause Damage Over Time to front area.\n\n[Damage Multiplier]Damage: Star-levels * POWER POINTs * 3 per second"
- "DOTA_Tooltip_ability_thtd_iku_02_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_iku_02_radius" "范围:"
- "DOTA_Tooltip_ability_thtd_iku_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_iku_02_tick_time" "伤害间隔时间:"
+ "DOTA_Tooltip_ability_thtd_iku_02_Description" "Iku uses Drill to cause Damage Over Time to front area."
+ "DOTA_Tooltip_ability_thtd_iku_02_power_damage" "Damage(Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_iku_02_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_iku_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_iku_02_tick_time" "Damage Interval: "
"DOTA_Tooltip_ability_thtd_mystia_01" "Vocal Sign「Hooting in the Night」"
- "DOTA_Tooltip_ability_thtd_mystia_01_Description" "Promote surrounding friendly units\' physical strike ability.\n\n[Damage Multiplier]Strike Values:10/20/30/40/60"
- "DOTA_Tooltip_ability_thtd_mystia_01_penetration" "Strike Value"
+ "DOTA_Tooltip_ability_thtd_mystia_01_Description" "Promote surrounding friendly units' physical penetration ability."
+ "DOTA_Tooltip_ability_thtd_mystia_01_penetration" "Penetration Value"
"DOTA_Tooltip_modifier_mystia_01_buff" "Vocal Sign「Hooting in the Night」"
- "DOTA_Tooltip_modifier_mystia_01_buff_Description" "Be influenced by night sparrow\'s voice, this units\' physical strike promotes."
+ "DOTA_Tooltip_modifier_mystia_01_buff_Description" "Be influenced by night sparrow's voice, this units' physical penetration promotes."
"DOTA_Tooltip_ability_thtd_mystia_02" "Vocal Sign「Howl of the Horned Owl」"
- "DOTA_Tooltip_ability_thtd_mystia_02_Description" "Promote surrounding units\' normal attack damages.\n\n[Damage Multiplier]Normal attack damage promotion:50/100/200"
+ "DOTA_Tooltip_ability_thtd_mystia_02_Description" "Promote surrounding units' normal attack damages."
"DOTA_Tooltip_ability_thtd_mystia_02_critdamage" "Normal attack damage Promotion:"
"DOTA_Tooltip_modifier_mystia_02_buff" "Vocal Sign「Howl of the Horned Owl」"
- "DOTA_Tooltip_modifier_mystia_02_buff_Description" "Be influenced by night sparrow\'s voice, this units\' attack damage promotes."
+ "DOTA_Tooltip_modifier_mystia_02_buff_Description" "Be influenced by night sparrow's voice, this units' attack damage promotes."
"DOTA_Tooltip_ability_thtd_marisa_01" "Love Sign「Master Spark」"
- "DOTA_Tooltip_ability_thtd_marisa_01_Description" "Marisa shoots Magicannon to front, cause large Damage Over Time to enemies on straight line.\n\n[Damage Multiplier]Damage:POWER POINTs*Star levels*3.5 per second\n\n[Combination Promotion - Hakurei Reimu]\nDuration of Magic Connon promotes to 7s."
- "DOTA_Tooltip_ability_thtd_marisa_01_power_damage" "技能伤害(能量点*星级/每秒):"
+ "DOTA_Tooltip_ability_thtd_marisa_01_Description" "Marisa fires a magic cannon in front of her, dealing continuous damage to enemies in a straight line. \n【Combo Boost - Hakurei Reimu】\nMagic Cannon lasts longer. \n【Combo Boost - Alice】\nThe damage dealt during the magic cannon casting will be higher and higher."
+ "DOTA_Tooltip_ability_thtd_marisa_01_power_damage" "Damage (Power*Star/Sec): "
"DOTA_Tooltip_ability_thtd_marisa_01_damage_width" "WIDTH OF MAGICANNON:"
"DOTA_Tooltip_ability_thtd_marisa_01_damage_lenth" "LENGTH OF MAGICANNON:"
"DOTA_Tooltip_ability_thtd_marisa_01_channel_time" "DURATION:"
"DOTA_Tooltip_modifier_thdots_marisa01_think_interval" "Magicannon「Final Spark」"
"DOTA_Tooltip_modifier_thdots_marisa01_think_interval_Description" "Marisa is shooting Magicannon."
"DOTA_Tooltip_ability_thtd_marisa_03" "Magicannon「Final Spark」"
- "DOTA_Tooltip_ability_thtd_marisa_03_Description" "Marisa shoots magicannon to front, cause large Damage Over Time to enemies on straight line.\n\n[Damage Multiplier]Damage:POWER POINTs*Star level*7.0 per second\n\n[Combination Promotion - Hakurei Reimu]\nDuration of Magic Connon promotes to 7s."
- "DOTA_Tooltip_ability_thtd_marisa_03_Note0" "潜能Lv10:技能伤害+8,能量提升+40%%。"
- "DOTA_Tooltip_ability_thtd_marisa_03_Note1" "潜能Lv50:技能伤害+18,能量提升+80%%。"
- "DOTA_Tooltip_ability_thtd_marisa_03_Note2" "潜能Lv100:技能伤害+28,能量提升+160%%。"
- "DOTA_Tooltip_ability_thtd_marisa_03_Note3" "潜能Lv666:\n获得特殊效果:二重火花,能量提升效果和伤害翻倍。"
- "DOTA_Tooltip_ability_thtd_marisa_03_Note4" "潜能Lv999:\n获得特殊效果:超究极火花,魔炮伤害提升至400%%。"
- "DOTA_Tooltip_ability_thtd_marisa_03_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_marisa_03_power_up" "%能量提升:"
+ "DOTA_Tooltip_ability_thtd_marisa_03_Description" "Marisa fires a magic cannon in front of her, dealing continuous damage to straight-line enemies, with a %power_up%%% energy boost after 2 seconds of continuous casting. \n【Combo Boost - Hakurei Reimu】\nMagic Cannon lengthens duration. \n【combo boost - Alice】\nThe damage dealt during the magic cannon casting will be higher and higher. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_marisa_03_Note0" "Potential Lv10: Damage +8,Power Boost +40%%。"
+ "DOTA_Tooltip_ability_thtd_marisa_03_Note1" "Potential Lv50: Damage +18,Power Boost +80%%。"
+ "DOTA_Tooltip_ability_thtd_marisa_03_Note2" "Potential Lv100: Damage +28,Power Boost +160%%。"
+ "DOTA_Tooltip_ability_thtd_marisa_03_Note3" "Potential Lv666: \nGain special effect: [Doppelganger Spark], doubling the power boost effect and damage."
+ "DOTA_Tooltip_ability_thtd_marisa_03_Note4" "Potential Lv999: \nGain special effect: [Super Inquisitive Spark], magic cannon damage increased to 400%%。"
+ "DOTA_Tooltip_ability_thtd_marisa_03_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_marisa_03_power_up" "% Power Boost: "
"DOTA_Tooltip_ability_thtd_marisa_03_damage_width" "WIDTH OF MAGICANNON:"
"DOTA_Tooltip_ability_thtd_marisa_03_damage_lenth" "LENGTH OF MAGICANNON:"
"DOTA_Tooltip_ability_thtd_marisa_03_channel_time" "DURATION:"
"DOTA_Tooltip_ability_thtd_marisa_02" "Magic Sign「Stardust Reverie」"
- "DOTA_Tooltip_ability_thtd_marisa_02_Description" "When Marisa attacks or use skills,Starlike Danmakus will be shooted, enemies are killed by Danmakus will make Marisa\'s MP recover."
- "DOTA_Tooltip_ability_thtd_marisa_02_Note0" "潜能Lv10:技能伤害提高100%%。"
- "DOTA_Tooltip_ability_thtd_marisa_02_Note1" "潜能Lv50:技能伤害提高200%%。"
- "DOTA_Tooltip_ability_thtd_marisa_02_Note2" "潜能Lv100:技能伤害提高400%%。"
- "DOTA_Tooltip_ability_thtd_marisa_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_marisa_02_mana" "回复法力值:"
+ "DOTA_Tooltip_ability_thtd_marisa_02_Description" "When attacking and casting spells, Marisa will radiate a star-shaped projectile. Enemies hit by the projectile during normal attacks will restore mana for Marisa. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_marisa_02_Note0" "Potential Lv10: Damage +100%%。"
+ "DOTA_Tooltip_ability_thtd_marisa_02_Note1" "Potential Lv50: Damage +200%%。"
+ "DOTA_Tooltip_ability_thtd_marisa_02_Note2" "Potential Lv100: Damage +400%%。"
+ "DOTA_Tooltip_ability_thtd_marisa_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_marisa_02_mana" "Mana Recovery: "
"DOTA_Tooltip_ability_thtd_tenshi_01" "Heaven Sign「Sword of Divine Justice」"
- "DOTA_Tooltip_ability_thtd_tenshi_01_Description" "causing damage to a small range to the units in target area. \n\n[Damage Multiplier]Damage:POWER POINTs*Star-levels*1.5"
- "DOTA_Tooltip_ability_thtd_tenshi_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_tenshi_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_tenshi_01_bonus_attack_power" "攻击力和能量提升:"
- "DOTA_Tooltip_ability_thtd_tenshi_01_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_tenshi_01_Description" "Deals one ranged damage to units in the target area. \n Tenshi's Sword of Divine Justice also collects the target's ki to transform into its own power, boosting %bonus_attack_power% points of attack and power per unit for %duration_time% seconds."
+ "DOTA_Tooltip_ability_thtd_tenshi_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_tenshi_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_tenshi_01_bonus_attack_power" "Attack and Power Boost: "
+ "DOTA_Tooltip_ability_thtd_tenshi_01_duration_time" "Boost Duration: "
"DOTA_Tooltip_ability_thtd_tenshi_02" "Non-Perception「Sword of Neither Perception nor Non-Perception」"
- "DOTA_Tooltip_ability_thtd_tenshi_02_Description" "Effect 1:\nTenshi\'s attack has chance to attach Quadruple Critical Strike.\nEffect 2:\nTenshi\'s attack will attach a small range cleave effect."
- "DOTA_Tooltip_ability_thtd_tenshi_02_Note0" "潜能Lv10:暴击概率 +10%%。"
- "DOTA_Tooltip_ability_thtd_tenshi_02_Note1" "潜能Lv50:暴击概率 +20%%。"
- "DOTA_Tooltip_ability_thtd_tenshi_02_Note2" "潜能Lv100:暴击概率 +40%%。"
- "DOTA_Tooltip_ability_thtd_tenshi_02_chance" "%暴击概率:"
- "DOTA_Tooltip_ability_thtd_tenshi_02_crit" "%暴击伤害:"
- "DOTA_Tooltip_ability_thtd_tenshi_02_range" "分裂范围:"
+ "DOTA_Tooltip_ability_thtd_tenshi_02_Description" "Effect 1: Tenshi's crit probability increases by %chance%% and crit damage increases by %crit%%. \nEffect 2: Tenshi's attack will come with a small cleave effect. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_tenshi_02_Note0" "Potential Lv10: Crit Chance +10%%。"
+ "DOTA_Tooltip_ability_thtd_tenshi_02_Note1" "Potential Lv50: Crit Chance +20%%。"
+ "DOTA_Tooltip_ability_thtd_tenshi_02_Note2" "Potential Lv100: Crit Chance +40%%。"
+ "DOTA_Tooltip_ability_thtd_tenshi_02_chance" "% Crit Chance: "
+ "DOTA_Tooltip_ability_thtd_tenshi_02_crit" "% Crit Damage: "
+ "DOTA_Tooltip_ability_thtd_tenshi_02_range" "Cleave Radius:"
"DOTA_Tooltip_ability_thtd_tenshi_03" "Earth Sign「Sword of Unletting Soil」"
- "DOTA_Tooltip_ability_thtd_tenshi_03_Description" "Effect 1:Tenshi\'s EVERY 15 TIMES attack will shoot a STRAIGHT-LINE WAVE to the target,it will cause huge damages.\n\nEffect 2:Promote surrounding units 20% ATTACK SPEED.\n\n[Damage Multiplier]Damage:POWER POINTs*Star-levels*2.5\n\n[Combination Promotion - Iku Nagae]\nAttack times for triggering the wave REDUCE TO 8 TIMES."
- "DOTA_Tooltip_ability_thtd_tenshi_03_Note0" "潜能Lv10:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_tenshi_03_Note1" "潜能Lv50:技能伤害+20。"
- "DOTA_Tooltip_ability_thtd_tenshi_03_Note2" "潜能Lv100:技能伤害+40。"
- "DOTA_Tooltip_ability_thtd_tenshi_03_Note3" "潜能Lv666:\n获得特殊效果:地符「一击震乾坤」,攻击时施放,造成 星级*能量*666 伤害。"
- "DOTA_Tooltip_ability_thtd_tenshi_03_Note4" "潜能Lv999:\n获得特殊效果:气符「无念无想的境界」,进入空灵之境,非想之剑增加的暴击伤害翻倍。"
- "DOTA_Tooltip_ability_thtd_tenshi_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_tenshi_03_max_count" "攻击次数需求:"
+ "DOTA_Tooltip_ability_thtd_tenshi_03_Description" "Effect 1: For every %max_count% of attacks, Tenshi releases a linear shockwave of damage to the target. \nEffect 2: Boosts the attack speed of surrounding friendly units. \n[Combo Boost - Iku Nagae] \nThe number of attacks needed to accumulate is reduced. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_tenshi_03_Note0" "Potential Lv10: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_tenshi_03_Note1" "Potential Lv50: Damage +20。"
+ "DOTA_Tooltip_ability_thtd_tenshi_03_Note2" "Potential Lv100: Damage +40。"
+ "DOTA_Tooltip_ability_thtd_tenshi_03_Note3" "Potential Lv666: \nGain special effect: Earth Talisman [One Strike], cast when attacking, deals Star Level*Power*666 damage."
+ "DOTA_Tooltip_ability_thtd_tenshi_03_Note4" "Potential Lv999: \nObtain the special effect: the qi talisman [Realm of No Thought, No Mind], entering the realm of emptiness, the sword of non-thought doubles the increased attack damage."
+ "DOTA_Tooltip_ability_thtd_tenshi_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_tenshi_03_max_count" "Required Attacks: "
"DOTA_Tooltip_ability_thtd_tenshi_03_attack_speed" "ATTACK SPEED Promotion"
"DOTA_Tooltip_modifier_tenshi_03_attack_speed_buff" "Earth Sign「Sword of Unletting Soil」"
- "DOTA_Tooltip_modifier_tenshi_03_attack_speed_buff_Description" "Be influenced by Tenshi, this unit\'s ATTACK SPEED promotes"
- "DOTA_Tooltip_ability_thtd_patchouli_01" "Fire Water Wood Metal Earth Sign「Philosopher\'s Stone」"
- "DOTA_Tooltip_ability_thtd_patchouli_01_Description" "Patchouli can switch elements, use different kinds of magic:\n\nFire Sign「Agni Shine」\n\nCause large amount of damage to the target area.\n[Damage Multiplier]Damage:POWER POINTs*2^Star levels\n\nWater Sign「Bury In Lake」\n\nCause Damage Over Time to the target area, and if enemies\' HP is less than 30% of the total HP, they will directly die.\n[Damage Multiplier]Damage:POWER POINTs*Star-levels per second\n\nMetal& Water Sign「Mercury poison」\n\nAttaching Posion to units in the target area, cause Damage Over Time and reduce Armors and resistance.\n[Damage Multiplier]Damage:POWER POINTs*Star-levels Per Second\n[Damage Multiplier]Resistance Reduction:10/20/30/40/60"
- "DOTA_Tooltip_ability_thtd_patchouli_01_Note0" "潜能Lv10:贤者之石效果提升,伤害提高50%%。"
- "DOTA_Tooltip_ability_thtd_patchouli_01_Note1" "潜能Lv50:贤者之石效果提升,伤害提高100%%。"
- "DOTA_Tooltip_ability_thtd_patchouli_01_Note2" "潜能Lv100:贤者之石效果提升,伤害提高200%%。"
- "DOTA_Tooltip_ability_thtd_patchouli_01_power_damage1" "「火神之光」伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_patchouli_01_range1" "「火神之光」作用范围:"
- "DOTA_Tooltip_ability_thtd_patchouli_01_power_damage2" "「湖葬」伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_patchouli_01_range2" "「湖葬」作用范围:"
- "DOTA_Tooltip_ability_thtd_patchouli_01_duration_time2" "「湖葬」持续时间:"
- "DOTA_Tooltip_ability_thtd_patchouli_01_power_damage3" "「水银之毒」伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_patchouli_01_range3" "「水银之毒」作用范围:"
- "DOTA_Tooltip_ability_thtd_patchouli_01_duration_time3" "「水银之毒」持续时间:"
+ "DOTA_Tooltip_modifier_tenshi_03_attack_speed_buff_Description" "Be influenced by Tenshi, this unit's ATTACK SPEED promotes"
+ "DOTA_Tooltip_ability_thtd_patchouli_01" "Fire Water Wood Metal Earth Sign「Philosopher's Stone」"
+ "DOTA_Tooltip_ability_thtd_patchouli_01_Description" "Patchcouli can switch elements and use different kinds of magic: \n Fire Charm [Agni Shine] \n deals damage to the target area. \nWater charm [Lake Burial]\n deals continuous damage to the target area (stackable) and insta-kills an enemy with 30%% hp or less. \nGold & Water Talisman [Mercury Poison]\nPoisoning units in the target area, dealing continuous damage (not stackable). \nHold down the ALT key to see the additional effects of activating the potential."
+ "DOTA_Tooltip_ability_thtd_patchouli_01_Note0" "Potential Lv10: Effect is enhanced and damage improved by 50%%。"
+ "DOTA_Tooltip_ability_thtd_patchouli_01_Note1" "Potential Lv50: Effect is enhanced and damage improved by 100%%。"
+ "DOTA_Tooltip_ability_thtd_patchouli_01_Note2" "Potential Lv100: Effect is enhanced and damage improved by 200%%。"
+ "DOTA_Tooltip_ability_thtd_patchouli_01_power_damage1" "「Agni Shine」Damage(Power*Star): "
+ "DOTA_Tooltip_ability_thtd_patchouli_01_range1" "「Agni Shine」Radius:"
+ "DOTA_Tooltip_ability_thtd_patchouli_01_power_damage2" "「Lake Burial」伤害(Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_patchouli_01_range2" "「Lake Burial」Radius:"
+ "DOTA_Tooltip_ability_thtd_patchouli_01_duration_time2" "「Lake Burial」Duration: "
+ "DOTA_Tooltip_ability_thtd_patchouli_01_power_damage3" "「Mercury Poison」Damage(Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_patchouli_01_range3" "「Mercury Poison」Radius:"
+ "DOTA_Tooltip_ability_thtd_patchouli_01_duration_time3" "「Mercury Poison」Duration: "
"DOTA_Tooltip_modifier_patchouli_01_mercury_poison_debuff" "Metal & Water Sign「Mercury poison」"
- "DOTA_Tooltip_modifier_patchouli_01_mercury_poison_debuff_Description" "Be effected by Mercury poison, this unit is getting Damage Over Time and reducing the resistance."
- "DOTA_Tooltip_modifier_patchouli_01_buff_fire" "「火神的光辉」"
- "DOTA_Tooltip_modifier_patchouli_01_buff_fire_Description" "造成暴击伤害。"
- "DOTA_Tooltip_modifier_patchouli_01_buff_water" "「精灵公主」"
- "DOTA_Tooltip_modifier_patchouli_01_buff_water_Description" "增强了自身的伤害。"
- "DOTA_Tooltip_modifier_patchouli_01_debuff_gold" "「金属疲劳」"
- "DOTA_Tooltip_modifier_patchouli_01_debuff_gold_Description" "受到七元素符卡的伤害提高了。"
- "DOTA_Tooltip_ability_thtd_patchouli_02" "「Philosopher\'s Stone」"
- "DOTA_Tooltip_ability_thtd_patchouli_02_Description" "Switch Philosopher\'s Stone\'s effects"
+ "DOTA_Tooltip_modifier_patchouli_01_mercury_poison_debuff_Description" "Be effected by Mercury poison, this unit is getting Damage Over Time."
+ "DOTA_Tooltip_modifier_patchouli_01_buff_fire" "「Glory of Vulcan」"
+ "DOTA_Tooltip_modifier_patchouli_01_buff_fire_Description" "Increased crit damage。"
+ "DOTA_Tooltip_modifier_patchouli_01_buff_water" "「Elf Princess」"
+ "DOTA_Tooltip_modifier_patchouli_01_buff_water_Description" "Enhanced mana regen"
+ "DOTA_Tooltip_modifier_patchouli_01_debuff_gold" "「Metal Fatigue」"
+ "DOTA_Tooltip_modifier_patchouli_01_debuff_gold_Description" "Damage from the charms increased。"
+ "DOTA_Tooltip_ability_thtd_patchouli_02" "「Philosopher's Stone」"
+ "DOTA_Tooltip_ability_thtd_patchouli_02_Description" "Switch the effect of Philosopher's Stone to enhance the effect of each talisman. \nCast Fire Charm and get [Glory of Vulcan], increasing crit damage to 200%%. \nCast Water Talisman and get [Elf Princess], increase mana regen by 100%. \nGet [Metal Fatigue] effect when casting Gold & Water Runes, causing the target to take 100%% more damage from the Seven Elemental Rune Cards. \n Switch AI can choose whether to switch automatically or not."
"change_to_patchouli_agni_shine" "Switch to「Agni Shine」"
- "change_to_patchouli_bury_in_lake" "Switch to「Bury In Lake」"
+ "change_to_patchouli_bury_in_lake" "Switch to「Lake Burial」"
"change_to_patchouli_mercury_poison" "Switch to「Mercury poison」"
"DOTA_Tooltip_ability_thtd_patchouli_03" "Moon Sign「Silent Selene」"
- "DOTA_Tooltip_ability_thtd_patchouli_03_Description" "Promote friendly units around Patchouli 30% Magic Damages."
- "DOTA_Tooltip_ability_thtd_patchouli_03_magic_outgoing" "%魔法伤害提高:"
+ "DOTA_Tooltip_ability_thtd_patchouli_03_Description" "Increases %magic_outgoing%%% magic damage to units around Patchouli"
+ "DOTA_Tooltip_ability_thtd_patchouli_03_magic_outgoing" "% Magic Damage Increase: "
"DOTA_Tooltip_modifier_patchouli_03_buff" "Moon Sign「Silent Selene」"
- "DOTA_Tooltip_modifier_patchouli_03_buff_Description" "Be influenced by Patchouli, this unit\'s Magic Damage promotes."
+ "DOTA_Tooltip_modifier_patchouli_03_buff_Description" "Be influenced by Patchouli, this unit's Magic Damage promotes."
"DOTA_Tooltip_ability_thtd_patchouli_04" "Sun Sign「Royal Flare」"
- "DOTA_Tooltip_ability_thtd_patchouli_04_Description" "Patchouli through guide Sun Sign「Royal Flare」,enemies in 1000 distance get huge damages and stun,For two seconds.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*0.5 /EACH TIME\n\n[COOPERATION PROMOTION - Koakuma]\nNeed five stars and Koakuma on the court."
- "DOTA_Tooltip_ability_thtd_patchouli_04_Note0" "潜能Lv10:技能伤害+15。"
- "DOTA_Tooltip_ability_thtd_patchouli_04_Note1" "潜能Lv50:技能伤害+30。"
- "DOTA_Tooltip_ability_thtd_patchouli_04_Note2" "潜能Lv100:技能伤害+60。"
- "DOTA_Tooltip_ability_thtd_patchouli_04_Note3" "潜能Lv666:\n获得特殊效果:知识就是力量,获得三千大界能量+3000(施放贤者之石符卡后获得)。"
- "DOTA_Tooltip_ability_thtd_patchouli_04_Note4" "潜能Lv999:\n获得特殊效果:魔法阵,布下五芒星法阵,增强七元素之威力,造成伤害提升至5倍。"
- "DOTA_Tooltip_ability_thtd_patchouli_04_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_patchouli_04_range" "作用范围:"
- "DOTA_Tooltip_ability_thtd_patchouli_04_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_patchouli_04_Description" "Patchouli builds up energy after a short delay, dealing damage and stunning units within %range% yards of the nearby area for %duration_time% seconds. \n[Combo Boost - Koakuma] \nEnables this skill to take effect. \nSupport the AI to stagger the cast automatically. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_patchouli_04_Note0" "Potential Lv10: Damage +15。"
+ "DOTA_Tooltip_ability_thtd_patchouli_04_Note1" "Potential Lv50: Damage +30。"
+ "DOTA_Tooltip_ability_thtd_patchouli_04_Note2" "Potential Lv100: Damage +60。"
+ "DOTA_Tooltip_ability_thtd_patchouli_04_Note3" "Potential Lv666: \nGain special effect: Knowledge is power. Gain 3,000 Great Realms, Power +3000 (obtained after casting Sage's Stone Rune Card)"
+ "DOTA_Tooltip_ability_thtd_patchouli_04_Note4" "Potential Lv999: \nGain special effect: Magic array, laying down a pentagram spell to enhance the power of the seven elements and increase the damage dealt to 5 times."
+ "DOTA_Tooltip_ability_thtd_patchouli_04_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_patchouli_04_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_patchouli_04_duration_time" "Duration: "
"DOTA_Tooltip_ability_thtd_reisen_01" "Weak Heart「Demotivation」"
- "DOTA_Tooltip_ability_thtd_reisen_01_Description" "Reisen\'s attack will knockback the target, this skill only can trigger one time to one target."
+ "DOTA_Tooltip_ability_thtd_reisen_01_Description" "Reisen's attack will knockback the target, this skill only can trigger one time to one target."
"DOTA_Tooltip_ability_thtd_reisen_02" "Illusion Rabbit「Parallel Cross」"
- "DOTA_Tooltip_ability_thtd_reisen_02_Description" "Reisen\'s attack has chance to create an illusion, at most have 3 illusions.\n\n[Combination Promotion - Youmu Konpaku]\nThe max illusions promotes to 5 illusions."
- "DOTA_Tooltip_ability_thtd_reisen_02_chance" "%概率:"
- "DOTA_Tooltip_ability_thtd_reisen_02_max_count" "分身最大数量:"
+ "DOTA_Tooltip_ability_thtd_reisen_02_Description" "Reisen's attack has chance to create an illusion, at most have %max_count% illusions.\n\n[Combination Promotion - Youmu Konpaku]\nThe max illusions promotes."
+ "DOTA_Tooltip_ability_thtd_reisen_02_chance" "% Chance: "
+ "DOTA_Tooltip_ability_thtd_reisen_02_max_count" "Max Illusions: "
"DOTA_Tooltip_ability_thtd_reisen_03" "「Lunatic Red Eyes」"
- "DOTA_Tooltip_ability_thtd_reisen_03_Description" "Reisen causes damage and knockback units in the target area.\n\n[Damage Multiplier]Damage: POWER POINTs*5"
- "DOTA_Tooltip_ability_thtd_reisen_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_reisen_03_range" "范围:"
- "DOTA_Tooltip_ability_thtd_reisen_03_damage_up" "%分身增加伤害:"
+ "DOTA_Tooltip_ability_thtd_reisen_03_Description" "Reisen causes damage and knockback units in the target area, damage increases by %damage_up%% per illusion."
+ "DOTA_Tooltip_ability_thtd_reisen_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_reisen_03_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_reisen_03_damage_up" "% Damage Up Per Illusion: "
"DOTA_Tooltip_ability_thtd_yuyuko_01" "Deadly Butterfly「Eternal Sleep in Dreamland」"
- "DOTA_Tooltip_ability_thtd_yuyuko_01_Description" "Yuyuko use light butterfly to track surrouding units and cause damages\n\n[Damage Multiplier]Damage:POWER POINTs*0.6"
- "DOTA_Tooltip_ability_thtd_yuyuko_01_power_damage" "技能伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_yuyuko_01_Description" "Yuyuko use light butterfly to track surrouding units and cause damages\n[Combo Boost - Yukari]\n double happy, extra light butterfly."
+ "DOTA_Tooltip_ability_thtd_yuyuko_01_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_yuyuko_02" "Deadly Dance「Law of Mortality」"
- "DOTA_Tooltip_ability_thtd_yuyuko_02_Description" "The Damage from Yuyuko has 5% chance to directly kill units (max damage: power * star * 100).\n\n[Combination Promotion - Youmu Konpaku]\nChance of directly killing promotes to 10%%."
- "DOTA_Tooltip_ability_thtd_yuyuko_02_Note0" "潜能Lv10:概率+5%%。"
- "DOTA_Tooltip_ability_thtd_yuyuko_02_Note1" "潜能Lv50:概率+10%%。"
- "DOTA_Tooltip_ability_thtd_yuyuko_02_Note2" "潜能Lv100:概率+15%%。"
- "DOTA_Tooltip_ability_thtd_yuyuko_02_chance" "%概率:"
+ "DOTA_Tooltip_ability_thtd_yuyuko_02_Description" "Yuyuko's skill damage has %chance%%% probability to instantly kill the target. \n[Combo Boost - Youmu] \nProbability boost. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_yuyuko_02_Note0" "Potential Lv10: Chance +5%%。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_02_Note1" "Potential Lv50: Chance +10%%。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_02_Note2" "Potential Lv100: Chance +15%%。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_02_chance" "% Chance: "
"DOTA_Tooltip_ability_thtd_yuyuko_03" "Death Sign「Life of Drunk, Dream of Death」"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_Description" "Yuyuko opens barrier, if units in target area\'s HP less than 30%%, they will be DIRECTLY KILLED."
- "DOTA_Tooltip_ability_thtd_yuyuko_03_Note0" "潜能Lv10:生命值秒杀下限+10%%。"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_Note1" "潜能Lv50:生命值秒杀下限+20%%。"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_Note2" "潜能Lv100:生命值秒杀下限+30%%。"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_Note3" "潜能Lv666:\n获得特殊效果:「蝴蝶风暴阎魔笏」,死蝶每次放出光蝶数量+3。"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_Note4" "潜能Lv999:\n获得特殊效果:「反魂蝶-三分咲」,吸收能量提高至3倍最大次数。"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_health_kill" "%秒杀生命值:"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_damage_radius" "作用范围:"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_power_bonus" "死亡吸收能量:"
- "DOTA_Tooltip_ability_thtd_yuyuko_03_max_count" "最大叠加次数:"
- "DOTA_Tooltip_modifier_yuyuko_03_think" "死符「醉人之生,死的梦幻」"
- "DOTA_Tooltip_modifier_yuyuko_03_think_Description" "幽幽子正在展开结界"
- "DOTA_Tooltip_modifier_yuyuko04_killed" "死符已触发"
- "DOTA_Tooltip_modifier_yuyuko04_killed_Description" "该单位已经触发过死符「醉人之生,死的梦幻」,同一目标每秒只能触发一次。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_Description" "Yuyuko unfolds the boundary while continuously releasing light butterflies. If a unit in the boundary area has less than %health_kill%% life then insta-kill it (triggered once per second for the same target). \nIf the target dies to insta-kill, Yuyuko absorbs %power_bonus% points of power, stacking up to %max_count% times. \nSwitch AI can choose whether to switch automatically. \nSupport AI auto-stagger casting. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_Note0" "Potential Lv10: Insta-kill health limit +10%%。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_Note1" "Potential Lv50: Insta-kill health limit +20%%。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_Note2" "Potential Lv100: Insta-kill health limit +30%%。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_Note3" "Potential Lv666: \nSpecial effect: [Butterfly Storm Yama Wat], the number of light butterflies released by the dead butterfly each time +3。"
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_Note4" "Potential Lv999: \nSpecial effect: [Anti-soul butterfly - Sanfen Saki], absorbing power up to 3 times the maximum."
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_health_kill" "% Insta-kill Health: "
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_damage_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_power_bonus" "Power Per Insta-kill: "
+ "DOTA_Tooltip_ability_thtd_yuyuko_03_max_count" "Max Stacks: "
+ "DOTA_Tooltip_modifier_yuyuko_03_think" "Death Sign「Life of Drunk, Dream of Death」"
+ "DOTA_Tooltip_modifier_yuyuko_03_think_Description" "Yuyuko is unfolding the boundary"
+ "DOTA_Tooltip_modifier_yuyuko04_killed" "Death has been triggered"
+ "DOTA_Tooltip_modifier_yuyuko04_killed_Description" "The unit has already triggered the death charm, which can only be triggered once per second by the same target."
"DOTA_Tooltip_ability_thtd_youmu_01" "Sword Skill「Cherry Blossom Flashing」"
- "DOTA_Tooltip_ability_thtd_youmu_01_Description" "Youmu\'s every 8 times attack will shoot a Swordkee, cause damage to units on the straight line.\n\n[Damage Multiplier]Damage:POWER POINTs*Star-levels*2\n\n[Combination Promotion - Yuyuko Saigyouji]\nATTACK SPEED promotes 50%%."
- "DOTA_Tooltip_ability_thtd_youmu_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_youmu_01_max_count" "攻击次数需求:"
- "DOTA_Tooltip_ability_thtd_youmu_01_length" "直线长度:"
- "DOTA_Tooltip_ability_thtd_youmu_01_attack_speed" "攻击速度提升:"
+ "DOTA_Tooltip_ability_thtd_youmu_01_Description" "Youmu releases a sword aura with every %max_count% attack, dealing damage to units in a straight line. \n[Combo Boost - Yuyuko] \n Attack speed boost."
+ "DOTA_Tooltip_ability_thtd_youmu_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_youmu_01_max_count" "Required Attacks: "
+ "DOTA_Tooltip_ability_thtd_youmu_01_length" "Line Length: "
+ "DOTA_Tooltip_ability_thtd_youmu_01_attack_speed" "Attack Speed Increase: "
"DOTA_Tooltip_ability_thtd_youmu_02" "Konpaku「Dharma of Gumonji Wisdom of the Living and Dead」"
- "DOTA_Tooltip_ability_thtd_youmu_02_Description" "When Youmu use Sword Skill「Cherry Blossom Flashing」or Six Realms Sword「A Single Thought and the Infinite Kalpas」,have 30% chance to summon half spirit to do an extra kill hit.\n\n[Combination Promotion - Reisen]\nChance to trigger promote to 70%%."
- "DOTA_Tooltip_ability_thtd_youmu_02_Note0" "潜能Lv10:概率+10%%。"
- "DOTA_Tooltip_ability_thtd_youmu_02_Note1" "潜能Lv50:概率+20%%。"
- "DOTA_Tooltip_ability_thtd_youmu_02_Note2" "潜能Lv100:概率+30%%。"
- "DOTA_Tooltip_ability_thtd_youmu_02_chance" "%概率:"
+ "DOTA_Tooltip_ability_thtd_youmu_02_Description" "When Youmu use Sword Skill「Cherry Blossom Flashing」or Six Realms Sword「A Single Thought and the Infinite Kalpas」,have %chance%% chance to summon half spirit to do an extra kill hit.\n\n[Combination Promotion - Reisen]\nChance to trigger promote.Hold down the ALT key to see the extra effect after activating the potential. "
+ "DOTA_Tooltip_ability_thtd_youmu_02_Note0" "Potential Lv10: Chance +10%%。"
+ "DOTA_Tooltip_ability_thtd_youmu_02_Note1" "Potential Lv50: Chance +20%%。"
+ "DOTA_Tooltip_ability_thtd_youmu_02_Note2" "Potential Lv100: Chance +30%%。"
+ "DOTA_Tooltip_ability_thtd_youmu_02_chance" "% Chance: "
"DOTA_Tooltip_ability_thtd_youmu_03" "Six Realms Sword「A Single Thought and the Infinite Kalpas」"
- "DOTA_Tooltip_ability_thtd_youmu_03_Description" "Effect 1:Youmu Konpaku\'s every attack will recover 1 MP.\n\nEffect 2:Youmu Konpaku waves her double swords to hit units in the target area continously.\n\n[Damage Multiplier]Damage:POWER POINTs*Sta-levels*5, total 10 hits"
- "DOTA_Tooltip_ability_thtd_youmu_03_Note0" "转化成能量的攻击力为白字攻击力。"
- "DOTA_Tooltip_ability_thtd_youmu_03_Note1" "潜能Lv10:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_youmu_03_Note2" "潜能Lv50:技能伤害+20。"
- "DOTA_Tooltip_ability_thtd_youmu_03_Note3" "潜能Lv100:技能伤害+40。"
- "DOTA_Tooltip_ability_thtd_youmu_03_Note4" "潜能Lv666:\n获得特殊效果:迷符「半身大悟」,召唤半灵后获得冥罚效果,使目标受到妖梦的伤害增加200%%。"
- "DOTA_Tooltip_ability_thtd_youmu_03_Note5" "潜能Lv999:\n获得特殊效果:四生剑「众生无情之声」,斩击伤害提升至4倍。"
- "DOTA_Tooltip_ability_thtd_youmu_03_power_damage" "技能伤害(能量点*星级/每次):"
+ "DOTA_Tooltip_ability_thtd_youmu_03_Description" "Effect 1: Youmu restores one mana per attack. \nEffect 2: Youmu swings her twin swords and converts its base attack into Power, dealing 20 damage to the target area with a continuous chop. \nHold down the ALT key to see the extra effect after activating the potential. "
+ "DOTA_Tooltip_ability_thtd_youmu_03_Note0" "The attack converted into power is base attack."
+ "DOTA_Tooltip_ability_thtd_youmu_03_Note1" "Potential Lv10: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_youmu_03_Note2" "Potential Lv50: Damage +20。"
+ "DOTA_Tooltip_ability_thtd_youmu_03_Note3" "Potential Lv100: Damage +40。"
+ "DOTA_Tooltip_ability_thtd_youmu_03_Note4" "Potential Lv666: \nObtain special effect: Mystic Charm [Demi-Great Enlightenment], after summoning a half spirit, it gains the effect of meditation punishment, which increases the damage of the target by 200%% from Youmu。"
+ "DOTA_Tooltip_ability_thtd_youmu_03_Note5" "Potential Lv999: \nObtain special effect: Shisei Sword [Voice of the Merciless of All Beings], increased chopping damage to 4 times。"
+ "DOTA_Tooltip_ability_thtd_youmu_03_power_damage" "Damage (Power*Star/Chop): "
"DOTA_Tooltip_ability_thtd_rin_01" "Youkai「Blazing Wheel」"
- "DOTA_Tooltip_ability_thtd_rin_01_Description" "Rin creates a wheel to cause damage to the target and units behind it, and attaching a [inferno] effect.\n\n[Damage Multiplier]Damage:POWER POINTs\n\n[Combination Promotion - Reiuji Utsuho]\nPromote surrounding units 20%% physical damage."
- "DOTA_Tooltip_ability_thtd_rin_01_power_damage" "技能伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_rin_01_Description" "Rin creates a wheel to cause damage to the target and units behind it, and attaching a [inferno] effect."
+ "DOTA_Tooltip_ability_thtd_rin_01_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_modifier_utsuho_rin_buff" "「Blazing ground」"
- "DOTA_Tooltip_modifier_utsuho_rin_buff_Description" "Be influenced by ground youseis, this unit\'s physical damage promotes."
+ "DOTA_Tooltip_modifier_utsuho_rin_buff_Description" "Be influenced by ground youseis, this unit's physical damage promotes."
"DOTA_Tooltip_modifier_rin_01_debuff" "Youkai「Blazing Wheel」"
"DOTA_Tooltip_modifier_rin_01_debuff_Description" "Bumped by the wheel, this unit is under the inferno effect."
"DOTA_Tooltip_ability_thtd_rin_02" "「Rekindling of Dead Ashes」"
- "DOTA_Tooltip_ability_thtd_rin_02_Description" "If units attached [inferno] effect are killed, the surrounding units of the target will get HP-percent damage. \n\n[Damage Multiplier]Damage:4%%/6%%/15%%"
- "DOTA_Tooltip_ability_thtd_rin_02_hp_damage" "%生命上限伤害:"
- "DOTA_Tooltip_ability_thtd_rin_02_power_damage" "伤害上限(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_rin_02_range" "范围:"
+ "DOTA_Tooltip_ability_thtd_rin_02_Description" "If a unit with [Inferno] is killed, it deals damage to the target and surrounding units based on life limit %hp_damage%%% (this damage will not exceed Rin's Power*Star*%power_damage%)."
+ "DOTA_Tooltip_ability_thtd_rin_02_hp_damage" "% HP Damage: "
+ "DOTA_Tooltip_ability_thtd_rin_02_power_damage" "Damage Cap: "
+ "DOTA_Tooltip_ability_thtd_rin_02_range" "Radius:"
"DOTA_Tooltip_ability_thtd_utsuho_01" "Explosion Sign「Petit Flare」"
- "DOTA_Tooltip_ability_thtd_utsuho_01_Description" "Utsuho\'s every attack will cause damage to the target and units around it.\n\n[Damage Multiplier]Damage: POWER POINTs*1\n\n[Combination Promotion - Rin Kaenbyou]\nPromote surrounding units 20% physical damage."
- "DOTA_Tooltip_ability_thtd_utsuho_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_utsuho_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_utsuho_01_damage_up" "%组合提升物理伤害:"
+ "DOTA_Tooltip_ability_thtd_utsuho_01_Description" "Each attack by Utsuho deals damage to the target and surrounding units. \n[Combo Boost - Rin] \n boosts surrounding units by %damage_up%%% physical damage."
+ "DOTA_Tooltip_ability_thtd_utsuho_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_utsuho_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_utsuho_01_damage_up" "% Combo Physical Damage Boost: "
"DOTA_Tooltip_ability_thtd_utsuho_02" "Explosion Sign「Giga Flare」"
- "DOTA_Tooltip_ability_thtd_utsuho_02_Description" "Utsuho\'s every 6 times attack will cause huge damage to the target and units around it.\n\n[Damage Multiplier]Damage:POWER POINTs * Star-levels"
- "DOTA_Tooltip_ability_thtd_utsuho_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_utsuho_02_range" "范围:"
- "DOTA_Tooltip_ability_thtd_utsuho_02_max_count" "攻击次数需求:"
- "DOTA_Tooltip_ability_thtd_utsuho_03" "「Hell\'s Artificial Sun」"
- "DOTA_Tooltip_ability_thtd_utsuho_03_Description" "Utsuho makes artificial sun to the target area, cause tractive effort to surrouding units, and cause damage to units in the area when the skill finishes.\n\n[Damage Multiplier]Damage:POWER POINTs * Star-levels * 24"
- "DOTA_Tooltip_ability_thtd_utsuho_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_utsuho_03_radius" "范围:"
- "DOTA_Tooltip_ability_thtd_utsuho_03_duration_time" "牵引时间:"
- "DOTA_Tooltip_ability_thtd_utsuho_04" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_utsuho_04_Description" "选择一个地点来设定AI定点施放:「地狱的人造太阳」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
+ "DOTA_Tooltip_ability_thtd_utsuho_02_Description" "Every %max_count% attacks by Utsuho will deal damage to the target and surrounding units."
+ "DOTA_Tooltip_ability_thtd_utsuho_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_utsuho_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_utsuho_02_max_count" "Required Attacks: "
+ "DOTA_Tooltip_ability_thtd_utsuho_03" "「Hell's Artificial Sun」"
+ "DOTA_Tooltip_ability_thtd_utsuho_03_Description" "Utsuho creates an artificial sun on the target area, tracting units around it and dealing damage to units in the area at the end. \n Supports AI automatic staggered casting. \n Supports AI fixed-point casting."
+ "DOTA_Tooltip_ability_thtd_utsuho_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_utsuho_03_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_utsuho_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_utsuho_04" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_utsuho_04_Description" "Select a location to set the AI to cast: [Hell's Artificial Sun], and select a location within 100 yards of yourself to cancel the casting, and a prompt will appear in the lower left corner if the setting is successful."
"DOTA_Tooltip_ability_thtd_reimu_01" "Spirit Sign「Fantasy Seal-Spread-」"
- "DOTA_Tooltip_ability_thtd_reimu_01_Description" "Reimu\'s every 6 attacks will throw many spirit signs to the target.\n\n[Damage Multiplier]Damage:POWER POINTs*Star*2.0 Every Spirit Sign\n\n[Combination Promotion - Rumia]\nAttack times for triggering the wave REDUCE TO 3 TIMES."
- "DOTA_Tooltip_ability_thtd_reimu_01_power_damage" "技能伤害(能量点*星级/每道灵符):"
- "DOTA_Tooltip_ability_thtd_reimu_01_max_count" "攻击次数需求:"
+ "DOTA_Tooltip_ability_thtd_reimu_01_Description" "Reimu throws a large number of spirit charms at the target for every %max_count% of attacks. \n[Combo Boost - Lumiere] \nThe number of attacks required is increased by one level."
+ "DOTA_Tooltip_ability_thtd_reimu_01_power_damage" "Damage (Power*Star/Talisman): "
+ "DOTA_Tooltip_ability_thtd_reimu_01_max_count" "Required Attacks: "
"DOTA_Tooltip_ability_thtd_reimu_02" "Bewitched Weapon「Merciless Purification Rod」"
- "DOTA_Tooltip_ability_thtd_reimu_02_Description" "Reimu\'s skill has 20% chance to cause double damage.\n\n[Combination Promotion - Marisa Kirisame]\nThe chance will promote to 50%."
- "DOTA_Tooltip_ability_thtd_reimu_02_chance" "%概率:"
+ "DOTA_Tooltip_ability_thtd_reimu_02_Description" "Reimu's skill has a chance to cause double damage.\n\n[Combination Promotion - Marisa Kirisame]\nThe chance will promote."
+ "DOTA_Tooltip_ability_thtd_reimu_02_chance" "% Chance: "
"DOTA_Tooltip_ability_thtd_reimu_03" "Holy Relic「Yin-Yang Demon God Orb」"
- "DOTA_Tooltip_ability_thtd_reimu_03_Description" "Reimu throw a huge Yin-Yang Orb.\n\nYin-Yang orb will cleave to smaller Yin-Yang orbs and reduce the damage when dropping the floor.\n\nUnits that are punched by Yin-Ynag orb will get damage and stun. \n\n[Damage Multiplier]Damage:POWER POINTs*Star*3 every time."
- "DOTA_Tooltip_ability_thtd_reimu_03_Note0" "潜能Lv10:附带力符「阴阳玉将」,伤害提高至5倍。"
- "DOTA_Tooltip_ability_thtd_reimu_03_Note1" "潜能Lv50:附带力符「阴阳玉将」,伤害提高至10倍。"
- "DOTA_Tooltip_ability_thtd_reimu_03_Note2" "潜能Lv100:附带力符「阴阳玉将」,伤害提高至15倍。"
- "DOTA_Tooltip_ability_thtd_reimu_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_reimu_03_stun_time" "晕眩时间:"
- "DOTA_Tooltip_ability_thtd_reimu_03_max_count" "分裂次数:"
- "DOTA_Tooltip_ability_thtd_reimu_03_range" "伤害范围:"
- "DOTA_Tooltip_ability_thtd_reimu_05" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_reimu_05_Description" "选择一个地点来设定AI定点施放:宝具「阴阳鬼神玉」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
+ "DOTA_Tooltip_ability_thtd_reimu_03_Description" "Reimu throw a huge Yin-Yang Orb.\n\nYin-Yang orb will cleave to smaller Yin-Yang orbs and reduce the damage when dropping the floor.\n\nUnits that are punched by Yin-Ynag orb will get damage and stun. Hold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_reimu_03_Note0" "Potential Lv10: With the power charm [Yin Yang Jade General], the damage is increased to 5 times。"
+ "DOTA_Tooltip_ability_thtd_reimu_03_Note1" "Potential Lv50: With the power charm [Yin Yang Jade General], the damage is increased to 10 times。"
+ "DOTA_Tooltip_ability_thtd_reimu_03_Note2" "Potential Lv100: With the power charm [Yin Yang Jade General], the damage is increased to 15 times。"
+ "DOTA_Tooltip_ability_thtd_reimu_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_reimu_03_stun_time" "Stun Time: "
+ "DOTA_Tooltip_ability_thtd_reimu_03_max_count" "Splits: "
+ "DOTA_Tooltip_ability_thtd_reimu_03_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_reimu_05" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_reimu_05_Description" "Select a location to set the AI to cast: the treasure tool 「Yin-Yang Demon God Orb」, select within 100 yards of yourself to cancel the fixed point cast, a prompt will appear in the lower left corner if the setting is successful."
"DOTA_Tooltip_ability_thtd_reimu_04" "「Fantasy Nature」"
- "DOTA_Tooltip_ability_thtd_reimu_04_Description" "Everytime Reimu trigger Bewitched Weapon「Merciless Purification Rod」\'s effect, a Yin-Yang orb will be counted.\n\nWhen 7 Yin-Yang orbs are triggered, Yin-Yang orbs will automatically track and attack around enemies, cause damage to units in the target area.\n\n[Damage Multiplier]Damage:POWER POINTs*Star-levels*5 every attack \n\n[Combination Promotion - Yukari]\n\\The damage will promote to 150%."
- "DOTA_Tooltip_ability_thtd_reimu_04_Note0" "潜能Lv10:技能伤害+5。"
- "DOTA_Tooltip_ability_thtd_reimu_04_Note1" "潜能Lv50:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_reimu_04_Note2" "潜能Lv100:技能伤害+15。"
- "DOTA_Tooltip_ability_thtd_reimu_04_Note3" "潜能Lv666:\n获得特殊效果:梦想妙珠,阴阳玉发射速度提高至3倍。"
- "DOTA_Tooltip_ability_thtd_reimu_04_Note4" "潜能Lv999:\n获得特殊效果:神灵宝珠,祈愿后的能量提升效果提高至7倍。"
- "DOTA_Tooltip_ability_thtd_reimu_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_reimu_04_range" "伤害范围:"
- "DOTA_Tooltip_ability_thtd_reimu_04_power_up" "%祈愿能量提升:"
+ "DOTA_Tooltip_ability_thtd_reimu_04_Description" "Everytime Reimu trigger Bewitched Weapon「Merciless Purification Rod」's effect, a Yin-Yang orb will be counted.\n\nWhen 7 Yin-Yang orbs are triggered, Yin-Yang orbs will automatically track and attack around enemies, cause damage to units in the target area.\n\nWhen activating 7 Yin Yang Orbs, you will also gain a prayer to boost your power for 7 seconds\n[Combination Promotion - Yukari]\n\nThe damage will promote.\nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_reimu_04_Note0" "Potential Lv10: Damage +5。"
+ "DOTA_Tooltip_ability_thtd_reimu_04_Note1" "Potential Lv50: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_reimu_04_Note2" "Potential Lv100: Damage +15。"
+ "DOTA_Tooltip_ability_thtd_reimu_04_Note3" "Potential Lv666: \nSpecial Effect: [Dream Wonder Pearl], Yin Yang Orb launch speed increased to 3 times."
+ "DOTA_Tooltip_ability_thtd_reimu_04_Note4" "Potential Lv999: \nSpecial Effect: [Divine treasure pearl], the power boost effect after praying is increased to 7 times."
+ "DOTA_Tooltip_ability_thtd_reimu_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_reimu_04_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_reimu_04_power_up" "% Prayer Power Boost: "
"DOTA_Tooltip_ability_thtd_daiyousei_01" "「Kind Heart of Yousei」"
- "DOTA_Tooltip_ability_thtd_daiyousei_01_Description" "Daiyousei manipulate yousei\'s power, promote target\'s level\n\n[Damage Multiplier]level Promotion:Star-levels*1"
- "DOTA_Tooltip_ability_thtd_daiyousei_01_level_up" "提升等级:"
+ "DOTA_Tooltip_ability_thtd_daiyousei_01_Description" "Daiyousei manipulates fairy power to level up the target and surrounding units (the main target is raised %level_up% and each surrounding unit decays level by level)."
+ "DOTA_Tooltip_ability_thtd_daiyousei_01_level_up" "Upgrade Level: "
"DOTA_Tooltip_ability_thtd_daiyousei_02" "「Yousei Garden」"
- "DOTA_Tooltip_ability_thtd_daiyousei_02_Description" "Daiyousei manipulate yousei\'s power,Recovering surrounding units 10 MP."
- "DOTA_Tooltip_ability_thtd_daiyousei_02_Note0" "潜能Lv10:恢复魔法值+1点。"
- "DOTA_Tooltip_ability_thtd_daiyousei_02_Note1" "潜能Lv50:恢复魔法值+2点。"
- "DOTA_Tooltip_ability_thtd_daiyousei_02_Note2" "潜能Lv100:恢复魔法值+3点。"
- "DOTA_Tooltip_ability_thtd_daiyousei_02_mana_reg" "魔法恢复:"
- "DOTA_Tooltip_ability_thtd_daiyousei_03" "「Revelution」"
- "DOTA_Tooltip_ability_thtd_daiyousei_03_Description" "Daiyousei links with the target unit, transform its skill damage to magic damage, and promote its skill damage.\n\n[Damage Multiplier]Damage Promotion:30%%/40%%/60%%\n\n[Combination Promotion - Cirno]\nWhen linking with Cirno,The damage promotes to 45%%/60%%/90%%."
- "DOTA_Tooltip_ability_thtd_daiyousei_03_Note0" "潜能Lv10:技能伤害提升+10%%。"
- "DOTA_Tooltip_ability_thtd_daiyousei_03_Note1" "潜能Lv50:技能伤害提升+20%%。"
- "DOTA_Tooltip_ability_thtd_daiyousei_03_Note2" "潜能Lv100:技能伤害提升+30%%。"
- "DOTA_Tooltip_ability_thtd_daiyousei_03_damage_up" "%技能伤害提升:"
- "DOTA_Tooltip_ability_thtd_daiyousei_03_crino_up" "%琪露诺技能伤害提升:"
- "DOTA_Tooltip_modifier_daiyousei_03" "「Revelution」"
- "DOTA_Tooltip_modifier_daiyousei_03_Description" "Linking with Daiyousei, this unit\'s skill damage is transformed to magic damage, and promotes skill damage."
- "DOTA_Tooltip_modifier_thtd_daiyousei_03_combo_buff" "【组合提升 - 琪露诺】"
- "DOTA_Tooltip_modifier_thtd_daiyousei_03_combo_buff_Description" "与琪露诺相连时伤害提升效果增加,且可以额外连接一个目标。"
+ "DOTA_Tooltip_ability_thtd_daiyousei_02_Description" "Daiyousei manipulates fairy power to restore %mana_reg% mana points to surrounding units. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_daiyousei_02_Note0" "Potential Lv10: Mana +1。"
+ "DOTA_Tooltip_ability_thtd_daiyousei_02_Note1" "Potential Lv50: Mana +2。"
+ "DOTA_Tooltip_ability_thtd_daiyousei_02_Note2" "Potential Lv100: Mana +3。"
+ "DOTA_Tooltip_ability_thtd_daiyousei_02_mana_reg" "Mana: "
+ "DOTA_Tooltip_ability_thtd_daiyousei_03" "「Revelation」"
+ "DOTA_Tooltip_ability_thtd_daiyousei_03_Description" "Daiyousei connects with a target unit, converting its skill damage into magic damage and boosting its skill damage. \n[Combo Boost - Cirno] \n can connect an additional target, and the damage boost effect is increased when connected with Cirno. \nHold down the ALT key to see the additional effect after activating the potential. "
+ "DOTA_Tooltip_ability_thtd_daiyousei_03_Note0" "Potential Lv10: Magic Damage Boost +10%%。"
+ "DOTA_Tooltip_ability_thtd_daiyousei_03_Note1" "Potential Lv50: Magic Damage Boost +20%%。"
+ "DOTA_Tooltip_ability_thtd_daiyousei_03_Note2" "Potential Lv100: Magic Damage Boost +30%%。"
+ "DOTA_Tooltip_ability_thtd_daiyousei_03_damage_up" "% Magic Damage Boost: "
+ "DOTA_Tooltip_ability_thtd_daiyousei_03_crino_up" "%Cirno Magic Damage Boost : "
+ "DOTA_Tooltip_modifier_daiyousei_03" "「Revelation」"
+ "DOTA_Tooltip_modifier_daiyousei_03_Description" "Linking with Daiyousei, this unit's skill damage is transformed to magic damage, and promotes skill damage."
+ "DOTA_Tooltip_modifier_thtd_daiyousei_03_combo_buff" "【Combo Boost - Cirno】"
+ "DOTA_Tooltip_modifier_thtd_daiyousei_03_combo_buff_Description" "Increased damage boosting effect when connected to Cirno, and can connect to an additional target."
"DOTA_Tooltip_ability_thtd_daiyousei_04" "「Beyond The World」"
- "DOTA_Tooltip_ability_thtd_daiyousei_04_Description" "Daiyousei can release Cirno\'s hiding power.(This Cirno must be ★★★★★, this skill only can use one time.)"
+ "DOTA_Tooltip_ability_thtd_daiyousei_04_Description" "Daiyousei can release Cirno's hiding power.(This Cirno must be ★★★★★, this skill only can use one time.)"
"DOTA_Tooltip_ability_ability_common_attack_speed_buff" "Special Skill - ATTACK SPEED Promotion"
- "DOTA_Tooltip_ability_ability_common_attack_speed_buff_Description" "Promote this unit\'s ATTACK SPEED.\n\nThis skill can upgrade by CARD FEEDING."
+ "DOTA_Tooltip_ability_ability_common_attack_speed_buff_Description" "Promote this unit's ATTACK SPEED.\n\nThis skill can upgrade by CARD FEEDING."
"DOTA_Tooltip_ability_ability_common_attack_speed_buff_attack_speed" "ATTACK SPEED Promotion:"
- "DOTA_Tooltip_ability_ability_common_power_buff_Description" "Promote this unit\'s POWER POINTs.\n\nThis skill can upgrade by CARD FEEDING.\n\n[Power Promotion]:20%%/40%%/60%%/80%%"
+ "DOTA_Tooltip_ability_ability_common_power_buff_Description" "Promote this unit's POWER POINTs.\n\nThis skill can upgrade by CARD FEEDING."
"DOTA_Tooltip_ability_ability_common_power_buff" "Special Skill - Power Promotion"
- "DOTA_Tooltip_ability_ability_common_power_buff_power_up" "%能量和攻击提升:"
+ "DOTA_Tooltip_ability_ability_common_power_buff_power_up" "% Power Up: "
"DOTA_Tooltip_ability_ability_common_mana_regen_buff" "Special Skill - MP Recovery Promotion"
- "DOTA_Tooltip_ability_ability_common_mana_regen_buff_Description" "Promote this unit\'s MP RECOVERY SPEED.\n\nThis skill can upgrade by CARD FEEDING."
+ "DOTA_Tooltip_ability_ability_common_mana_regen_buff_Description" "Promote this unit's MP RECOVERY SPEED.\n\nThis skill can upgrade by CARD FEEDING."
"DOTA_Tooltip_ability_ability_common_mana_regen_buff_mana_regen" "MP RECOVERY SPEED:"
- "DOTA_Tooltip_ability_ability_common_ai" "关闭/开启AI"
- "DOTA_Tooltip_ability_ability_common_ai_Description" "关闭/开启该单位的AI。如果要手动施放技能,请先关闭AI,防止施法前摇被AI指令打断导致施放失败。"
+ "DOTA_Tooltip_ability_ability_common_ai" "Close/Open AI"
+ "DOTA_Tooltip_ability_ability_common_ai_Description" "Turn off/on unit AI. Please turn off before manually casting a skill to prevent AI interruption."
"minoriko_shop" "MinoriKonbini"
"lily" "Lily White"
"nazrin" "Nazrin"
@@ -1367,10 +1367,10 @@
"reimu" "Hakurei Reimu"
"daiyousei" "Daiyousei"
"DOTA_Tooltip_ability_item_0032" "[SSR]Flandre Scarlet"
- "DOTA_Tooltip_ability_item_0032_Description" "Flandre has lived for at least 495 years.\n She is young sister of the host of Scarlet Devil Mansion.Like her sister-Remilia Scarlet, she also has a lolita body shape.\nShe seems to has abnormal mentality and thought, and she has uncontrollable collapsing force, so she is shutted in Scarlet Devil Mansion by her sister, not allowed to going out, even hardly ever join parties.\nHuman being is her dessert which she usually have, although she doesn\'t know at all.\nMany Spell cards of hers have [Taboo] meanings\' words.\nThe crystal wings in her back are her biggest feature.\n\n[★][Taboo]Four of a Kind\n[★]Taboo「L\?vatein」\n[★★★]Taboo「Kagome, Kagome」\n[★★★★★]Secret Barrage「And Then Will There Be None\?」"
+ "DOTA_Tooltip_ability_item_0032_Description" "Flandre has lived for at least 495 years.\n She is young sister of the host of Scarlet Devil Mansion.Like her sister-Remilia Scarlet, she also has a lolita body shape.\nShe seems to has abnormal mentality and thought, and she has uncontrollable collapsing force, so she is shutted in Scarlet Devil Mansion by her sister, not allowed to going out, even hardly ever join parties.\nHuman being is her dessert which she usually have, although she doesn't know at all.\nMany Spell cards of hers have [Taboo] meanings' words.\nThe crystal wings in her back are her biggest feature.\n\n[★][Taboo]Four of a Kind\n[★]Taboo「L\?vatein」\n[★★★]Taboo「Kagome, Kagome」\n[★★★★★]Secret Barrage「And Then Will There Be None\?」"
"DOTA_Tooltip_ability_item_0032_Lore" "Sometimes diving Scarlet Devil Mansion aboveboard, would meet young sister. it can pass save without stimulating her. It is rarely for me to dive in, wish not to meet her.(Kirisame Marisa)"
- "DOTA_Tooltip_ability_item_0031_Description" "The young sister of Master of Palace of the Earth Spirits. The same as Satori, she also has mind-reading ability.\nBut she knows people hate this ability, so she closes her third-eye which can read minds, makes herself cannot read other people\'s minds.\nRelatively she gains the ability to manipulate the level of subconciousness, but actually her mind-reading ability isn\'t disappear.\nShe also often acts under subconciousness, makes people cannot find her out.\nShe normally rambles in the earth or Palace of the Earth Spirits.\nSometimes she will pop up on the earth, but due to her own abilities, even looking at her,while you have a distraction, you will forget her soon.\nActually there are also many youkaies in underworld feel self-condemned about Koishi\'s current situation.\n\n[★]「Rose Hell」\n[★]「Philosophy of a Hated Person」\n[★★★]\tInstinct「Release of the Id」\n[★★★★★]「Subterranean Rose」"
- "DOTA_Tooltip_ability_item_0030_Description" "Remilia\'s a 500-year-old vampire lord, king of night.\nShe is the host of Scarlet Devil Mansion, the old sister of Flandre.\nShe has a lolita body shape,wearing a pink dress.\nAs the host of Scarlet Devil Mansion, she really pays attention to majesty and dignity like ordinary nobilities. \nBut her character is like her appearance, very wilful and childish.\nShe has「Ability of manipulating the fate」, seems to be able to make people which are affected have high chance to meet something precious.\n\n[★]「Red Magic」\n[★]Night Lord「Dracula Cradle」\n[★★★]\tDivine Spear「Spear the Gungnir」\n[★★★★★]Scarlet Sign「Red the Nightless Castle」"
+ "DOTA_Tooltip_ability_item_0031_Description" "The young sister of Master of Palace of the Earth Spirits. The same as Satori, she also has mind-reading ability.\nBut she knows people hate this ability, so she closes her third-eye which can read minds, makes herself cannot read other people's minds.\nRelatively she gains the ability to manipulate the level of subconciousness, but actually her mind-reading ability isn't disappear.\nShe also often acts under subconciousness, makes people cannot find her out.\nShe normally rambles in the earth or Palace of the Earth Spirits.\nSometimes she will pop up on the earth, but due to her own abilities, even looking at her,while you have a distraction, you will forget her soon.\nActually there are also many youkaies in underworld feel self-condemned about Koishi's current situation.\n\n[★]「Rose Hell」\n[★]「Philosophy of a Hated Person」\n[★★★]\tInstinct「Release of the Id」\n[★★★★★]「Subterranean Rose」"
+ "DOTA_Tooltip_ability_item_0030_Description" "Remilia's a 500-year-old vampire lord, king of night.\nShe is the host of Scarlet Devil Mansion, the old sister of Flandre.\nShe has a lolita body shape,wearing a pink dress.\nAs the host of Scarlet Devil Mansion, she really pays attention to majesty and dignity like ordinary nobilities. \nBut her character is like her appearance, very wilful and childish.\nShe has「Ability of manipulating the fate」, seems to be able to make people which are affected have high chance to meet something precious.\n\n[★]「Red Magic」\n[★]Night Lord「Dracula Cradle」\n[★★★]\tDivine Spear「Spear the Gungnir」\n[★★★★★]Scarlet Sign「Red the Nightless Castle」"
"remilia" "Remilia Scarlet"
"flandre" "Flandre Scarlet"
"sakuya" "Izayoi Sakuya"
@@ -1381,343 +1381,343 @@
"DOTA_Tooltip_ability_item_0033_Description" "The devil is a powerful race in Gensoukyou, like Magicians and vampires.\nBut relative to others, little devils are still weak.\n Similar with fairies, her life is light-hearted, her character is so naughty and usually looks really free\n\n[★]「Pyro Match」\n[★★★]「Taboo Grimoire Index」"
"DOTA_Tooltip_ability_item_0034" "[R]Hong Meiling"
"DOTA_Tooltip_ability_item_0034_Description" "Chinese youkai,the guard of Scarlet Devil Mansion.\n She is also a Kungfu master, as first line of defense to against intruders.\nThe appearance is just like human.\nHer ability is very comprehensive, without obvious weaknesses,causes when she compares with youkais that reinforced some skills specificly, she will be not outstanding enough.\nBut only of intruding rudely,she is so kind to human and hardly ever attack human.\nDuring she is doing the guard, she also managing the garden of Scarlet Devil Mansion, being the gardener of Scarlet Devil Mansion.\n\n[★]Flowery Sign「Colorful Light Lotus Flower Palm」\n[★★★]Three Blasts「Colorful Ultimate Mountain Breaker」"
- "DOTA_Tooltip_ability_item_0034_Lore" "「A...abasolutely don\'t laze any more.」"
+ "DOTA_Tooltip_ability_item_0034_Lore" "「A...abasolutely don't laze any more.」"
"DOTA_Tooltip_ability_item_0033_Lore" "Living in Scarlet Devil Mansion at ordinary time, also not be allocated some work, are a group of free characters."
"DOTA_Tooltip_ability_item_0035" "[SSR]Kazami Yuuka"
"DOTA_Tooltip_ability_item_0035_Description" "The youkai lives in Gensokyo. Has ability to control flowers.\nReally like flowers open seasonally, Spring flowers on Spring,\nSummer flowers on Summer,Autumn flowers on Autumn,\n and there are still a few Winter flowers on Winter\nas having flowers open in all year to the goal to work hard.\nLiving around flowers in all year, if human or youkai intrude to bother her, she will use her powerful power to kill them without any explaining.\nAs a flower youkai, she is more like the incarnation of nature. Differ from fairies, She is much more dangerous than all youkaies that had been introduced until now.\nAt ordinary time she lives in the place surrounding by flowers, looks like a kind man but in fact she is no mercy to others.\n\n[★]Flower Sign「Blossoming of Gensokyo」\n[★]「Fantastic Spring Flowers」\n[★★★]Fantasy「The Beauties of Nature」\n[★★★★★]Extremity「Double Spark」"
"DOTA_Tooltip_ability_thtd_remilia_01" "「Red Magic」"
- "DOTA_Tooltip_ability_thtd_remilia_01_Description" "Remilia causes one time of damage to units in target areas.\n\n[Damage Multiplier]DAMAGE:POWER POINT*STAR-LEVEL*1"
- "DOTA_Tooltip_ability_thtd_remilia_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_remilia_01_range" "目标区域范围:"
- "DOTA_Tooltip_ability_thtd_remilia_01_power_bonus" "能量点增加:"
- "DOTA_Tooltip_ability_thtd_remilia_01_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_remilia_01_Description" "Remilia deals one damage to a unit in the target area and absorbs a small amount of blood from the target to enhance her power."
+ "DOTA_Tooltip_ability_thtd_remilia_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_remilia_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_remilia_01_power_bonus" "Power Increase: "
+ "DOTA_Tooltip_ability_thtd_remilia_01_duration_time" "Duration: "
"DOTA_Tooltip_ability_thtd_remilia_02" "Night Lord「Dracula Cradle」"
- "DOTA_Tooltip_ability_thtd_remilia_02_Description" "When Remilia\'s skills cause damage, she will absorb targets\'power,promote herself 1%% magic damage.(max to promote 50%%)\n\n[COOPERATION PROMOTION -Flandre]\n\nPROMOTE DAMAGES BECOME TO 2%%."
- "DOTA_Tooltip_ability_thtd_remilia_02_damage_up" "%魔法伤害提升:"
- "DOTA_Tooltip_ability_thtd_remilia_02_max_up" "%最大提升:"
- "DOTA_Tooltip_ability_thtd_remilia_02_duration_time" "每次持续时间:"
+ "DOTA_Tooltip_ability_thtd_remilia_02_Description" "When Remilia's skill deals damage, it draws on the target's energy, increasing her magic damage by %damage_up%%. (Up to %max_up%%) \n[Combo Boost - Flandre]\n Boosts damage by one level."
+ "DOTA_Tooltip_ability_thtd_remilia_02_damage_up" "% Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_remilia_02_max_up" "% Damage Increase Max: "
+ "DOTA_Tooltip_ability_thtd_remilia_02_duration_time" "Duration: "
"DOTA_Tooltip_ability_thtd_remilia_03" "Divine Spear「Spear the Gungnir」"
- "DOTA_Tooltip_ability_thtd_remilia_03_Description" "Remilia flings out the divine spear, causes damage to enemies in the straight line.\n\n[Damage Multiplier]DAMAGE:POWER POINTS*STAR LEVEL*3"
- "DOTA_Tooltip_ability_thtd_remilia_03_Note0" "潜能Lv10:冷却时间-1秒。"
- "DOTA_Tooltip_ability_thtd_remilia_03_Note1" "潜能Lv50:冷却时间-3秒。"
- "DOTA_Tooltip_ability_thtd_remilia_03_Note2" "潜能Lv100:冷却时间-5秒。"
- "DOTA_Tooltip_ability_thtd_remilia_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_remilia_03_distance" "距离:"
+ "DOTA_Tooltip_ability_thtd_remilia_03_Description" "Remilia throws her divine spear, dealing damage to enemies in a straight line. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_remilia_03_Note0" "Potential Lv10: Cooldown -1s。"
+ "DOTA_Tooltip_ability_thtd_remilia_03_Note1" "Potential Lv50: Cooldown -3s。"
+ "DOTA_Tooltip_ability_thtd_remilia_03_Note2" "Potential Lv100: Cooldown -5s。"
+ "DOTA_Tooltip_ability_thtd_remilia_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_remilia_03_distance" "Distance: "
"DOTA_Tooltip_ability_thtd_remilia_04" "Scarlet Sign「Red the Nightless Castle」"
- "DOTA_Tooltip_ability_thtd_remilia_04_Description" "While the divine spear pierces targets, there is 5%% CHANCE to cause targets attaching a [Fate]Sign.\n\nMake targets\' HP REDUCE 5%%, and REDUCING 1000 PHYSICAL RESISTANCES AND MAGIC RESISTANCES.\n\nAfter targets dead,it will perform[Nightless Castle] in dead place,causes damage over time to units around the target. \n\n[Relative to Star Level]Nightless Castle DAMAGE:POWER POINTS*STAR LEVEL*7 PER SECOND\n\n[COOPERATION PROMOTION - Sakuya Izayoi]\n\nACTIVATION CHANCE BECOME TO 10%%."
- "DOTA_Tooltip_ability_thtd_remilia_04_Note0" "潜能Lv10:不夜城伤害+10。"
- "DOTA_Tooltip_ability_thtd_remilia_04_Note1" "潜能Lv50:不夜城伤害+20。"
- "DOTA_Tooltip_ability_thtd_remilia_04_Note2" "潜能Lv100:不夜城伤害+30。"
- "DOTA_Tooltip_ability_thtd_remilia_04_Note3" "潜能Lv666:\n获得特殊效果:红符「Scarlet Meister」,获得6倍红魔法血液增强效果。"
- "DOTA_Tooltip_ability_thtd_remilia_04_Note4" "潜能Lv999:\n获得特殊效果:神罚「年幼的恶魔之王」,操纵恶魔的魔法力,所有伤害+400%%。"
- "DOTA_Tooltip_ability_thtd_remilia_04_chance" "%触发概率:"
- "DOTA_Tooltip_ability_thtd_remilia_04_power_damage_03" "【命运】神枪技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_remilia_04_damage_up" "%【命运】魔法和物理伤害加深:"
- "DOTA_Tooltip_ability_thtd_remilia_04_power_damage" "不夜城技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_remilia_04_tick_time" "不夜城伤害间隔:"
- "DOTA_Tooltip_ability_thtd_remilia_04_duration_time" "不夜城持续时间:"
- "DOTA_Tooltip_ability_thtd_remilia_04_range" "不夜城伤害范围:"
- "DOTA_Tooltip_modifier_reimilia_02_buff" "夜王「德古拉的摇篮」"
- "DOTA_Tooltip_modifier_reimilia_02_buff_Description" "蕾米莉亚的技能造成伤害时,会汲取目标的能量,提高自己的魔法伤害"
- "DOTA_Tooltip_modifier_remilia_03_debuff" "命运"
- "DOTA_Tooltip_modifier_remilia_03_debuff_Description" "【命运】标记,双抗降低为零,受到的魔法和物理伤害加深,在目标死亡后,会在原地释放【不夜城】"
+ "DOTA_Tooltip_ability_thtd_remilia_04_Description" "When the divine spear penetrates the target, it has a chance to attach a [Fate] mark to the target and greatly increase the damage of the divine spear, reducing the target's dual resistance to zero and deepening the magic and physical damage taken. \nAfter the target dies, it will release [Nightless Castle] in place, dealing continuous damage to the units around the target. \nRemilia's damage to targets with [Fate] mark is increased to ten times. \n[Combo Boost - Sakuya] \nIncreases the trigger probability by one level. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_remilia_04_Note0" "Potential Lv10: Nightless Castle Damage +10。"
+ "DOTA_Tooltip_ability_thtd_remilia_04_Note1" "Potential Lv50: Nightless Castle Damage +20。"
+ "DOTA_Tooltip_ability_thtd_remilia_04_Note2" "Potential Lv100: Nightless Castle Damage +30。"
+ "DOTA_Tooltip_ability_thtd_remilia_04_Note3" "Potential Lv666: \nObtain special effect: Red talisman 「Scarlet Meister」. Obtain 6 times [Red Magic] blood enhancement effect."
+ "DOTA_Tooltip_ability_thtd_remilia_04_Note4" "Potential Lv999: \nObtain special effect: Divine punishment [Young Demon King], manipulate demon's magic power, all damage +400%%。"
+ "DOTA_Tooltip_ability_thtd_remilia_04_chance" "% Fate Chance: "
+ "DOTA_Tooltip_ability_thtd_remilia_04_power_damage_03" "【Fate】Spear Damage Increase(Power*Star): "
+ "DOTA_Tooltip_ability_thtd_remilia_04_damage_up" "% Fate Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_remilia_04_power_damage" "Nightless Castle Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_remilia_04_tick_time" "Nightless Castle Damage Interval: "
+ "DOTA_Tooltip_ability_thtd_remilia_04_duration_time" "Nightless Castle Duration: "
+ "DOTA_Tooltip_ability_thtd_remilia_04_range" "Nightless Castle Radius:"
+ "DOTA_Tooltip_modifier_reimilia_02_buff" "Night King「Dracula's Cradle」"
+ "DOTA_Tooltip_modifier_reimilia_02_buff_Description" "When Remilia's skill deals damage, it draws energy from the target and increases its own magic damage"
+ "DOTA_Tooltip_modifier_remilia_03_debuff" "Fate"
+ "DOTA_Tooltip_modifier_remilia_03_debuff_Description" "【Fate】Marked, double resistance reduced to zero, deepened by magic and physical damage, and will release 【Nightless Castle】 in the same place after the target dies"
"DOTA_Tooltip_ability_thtd_flandre_01" "Taboo「Four of a Kind」"
"DOTA_Tooltip_ability_thtd_flandre_01_Description" "Flandre creates 3 replications, WHEN FLANDRE CAUSES SKILL DAMAGES, REPLICATIONS WILL ALSO CAUSE DAMAGES."
- "DOTA_Tooltip_ability_thtd_flandre_02" "Taboo「L\?vatein」"
- "DOTA_Tooltip_ability_thtd_flandre_02_Description" "WHEN FLANDRE IS DOING NORMAL ATTACKS, THEY WILL CAUSE EXTRA DAMAGES TP TARGETS, AND ABSORB POWER TO PROMOTE HERSELF 1%% PHYSICAL DAMAGES.(MAX TO PROMOTE 50%%)\n\nIF FLANDRE\'S SKILL DAMAGES KILL THE TARGET, THE OVERFLOW DAMAGES WILL TRANSFER TO SURROUNDDING UNITS.\n\n[RELATIVE TO STAR LEVEL]DAMAGE:POWER POINT*STAR LEVEL/4\n\n[COOPERATION PROMOTION - Remilia Scarlet]\n\nPROMOTE DAMAGE BECOME TO 2%%."
- "DOTA_Tooltip_ability_thtd_flandre_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_flandre_02_damage_up" "%物理伤害提升:"
- "DOTA_Tooltip_ability_thtd_flandre_02_max_up" "%最大提升:"
- "DOTA_Tooltip_ability_thtd_flandre_02_duration_time" "每次持续时间:"
+ "DOTA_Tooltip_ability_thtd_flandre_02" "Taboo「Levatein」"
+ "DOTA_Tooltip_ability_thtd_flandre_02_Description" "When Flandre attacks normally, it deals extra damage to the target and draws energy to boost its own %damage_up%% physical damage (up to %max_up%%). \nIf Flandre's skill damage kills the target, the overflow damage will be added to surrounding units. \n[Combo Boost - Remilia Scarlet] \nBoost damage by one level."
+ "DOTA_Tooltip_ability_thtd_flandre_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_flandre_02_damage_up" "% Physical Damage Boost: "
+ "DOTA_Tooltip_ability_thtd_flandre_02_max_up" "Max Damage Boost %: "
+ "DOTA_Tooltip_ability_thtd_flandre_02_duration_time" "Boost Duration: "
"DOTA_Tooltip_ability_thtd_flandre_03" "Taboo「Kagome, Kagome」"
- "DOTA_Tooltip_ability_thtd_flandre_03_Description" "When Flandre causes damage to targets, TARGETS\' LOWER HP WILL CAUSE HIGHER DAMAGES. h\n\n TARGETS REDUCE EACH 1%% HP, THE DAMAGE WILL PROMOTE 1%%."
- "DOTA_Tooltip_ability_thtd_flandre_03_damage_up" "%每损失百分之一生命值提高伤害:"
- "DOTA_Tooltip_ability_thtd_flandre_03_Note0" "潜能Lv10:提高伤害+1%%。"
- "DOTA_Tooltip_ability_thtd_flandre_03_Note1" "潜能Lv50:提高伤害+2%%。"
- "DOTA_Tooltip_ability_thtd_flandre_03_Note2" "潜能Lv100:提高伤害+3%%。"
+ "DOTA_Tooltip_ability_thtd_flandre_03_Description" "The lower the life value of the target, the higher the damage when Flandre deals damage to the target. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_flandre_03_damage_up" "% Damage Boost Ratio: "
+ "DOTA_Tooltip_ability_thtd_flandre_03_Note0" "Potential Lv10: Damage Ratio +1%%。"
+ "DOTA_Tooltip_ability_thtd_flandre_03_Note1" "Potential Lv50: Damage Ratio +2%%。"
+ "DOTA_Tooltip_ability_thtd_flandre_03_Note2" "Potential Lv100: Damage Ratio +3%%。"
"DOTA_Tooltip_ability_thtd_flandre_04" "Secret Barrage「And Then Will There Be None\?」"
- "DOTA_Tooltip_ability_thtd_flandre_04_Description" "Flandre catches targets\' weakness, CAUSES HUGE SINGLE DAMAGE TO THE TARGET.\n\n[RELATIVE TO STAR LEVEL]DAMAGE:POWER POINT*STAR LEVEL*24/4"
- "DOTA_Tooltip_ability_thtd_flandre_04_Note0" "潜能Lv10:冷却时间-1秒。"
- "DOTA_Tooltip_ability_thtd_flandre_04_Note1" "潜能Lv50:冷却时间-2秒。"
- "DOTA_Tooltip_ability_thtd_flandre_04_Note2" "潜能Lv100:冷却时间-3秒。"
- "DOTA_Tooltip_ability_thtd_flandre_04_Note3" "潜能Lv666:\n获得特殊效果:禁弹「星弧破碎」,秘弹技能伤害造成4倍伤害。"
- "DOTA_Tooltip_ability_thtd_flandre_04_Note4" "潜能Lv999:\n获得特殊效果:禁忌「四重存在」,技能施放获得多重施法效果。"
- "DOTA_Tooltip_ability_thtd_flandre_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_item_0022_Description" "The only human in Scarlet Devil Mansion,the maid manager there. \nHaving the highest level of ability relative to human: ability of manipulating time.\nAt ordinary time she serves Remilia and manages daily routines in Scarlet Devil Mansion.\nBut due to work is so heavy, she often needs to use ability to help her complete work.\nHaving absolute loyalty to Madam, but sometimes her thinking ways seem to a little be natural dullness.\nbeing able to play magic show, using throwing knives to be danmuku, and her knife-throwing skill is excellent.\nThe actual spokesperson in Scarlet Devil Mansion.\n\n[★]Buriallusion「Phantom Killer in Night Mist」\n[★★★]Time Sign「Sakuya\'s Special Stopwatch」\n[★★★★]Time Sign「Private Square」"
+ "DOTA_Tooltip_ability_thtd_flandre_04_Description" "Flandre holds the target's weakness and deals single damage to it. And the attacked target is locked for 2 seconds and can only be killed by Flandre, or if Secret Barrage is not on cooldown then that target can only be killed by Secret Barrage. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_flandre_04_Note0" "Potential Lv10: Cooldown -1s。"
+ "DOTA_Tooltip_ability_thtd_flandre_04_Note1" "Potential Lv50: Cooldown -2s。"
+ "DOTA_Tooltip_ability_thtd_flandre_04_Note2" "Potential Lv100: Cooldown -3s。"
+ "DOTA_Tooltip_ability_thtd_flandre_04_Note3" "Potential Lv666: \nObtain special effect: Forbidden bullet [Star Arc Shatter], Secret Barrage skill damage deals 4 times the damage."
+ "DOTA_Tooltip_ability_thtd_flandre_04_Note4" "Potential Lv999: \nGain special effect: Forbidden [Quadruple Presence], [Secret Barrage] casts multiple times."
+ "DOTA_Tooltip_ability_thtd_flandre_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_item_0022_Description" "The only human in Scarlet Devil Mansion,the maid manager there. \nHaving the highest level of ability relative to human: ability of manipulating time.\nAt ordinary time she serves Remilia and manages daily routines in Scarlet Devil Mansion.\nBut due to work is so heavy, she often needs to use ability to help her complete work.\nHaving absolute loyalty to Madam, but sometimes her thinking ways seem to a little be natural dullness.\nbeing able to play magic show, using throwing knives to be danmuku, and her knife-throwing skill is excellent.\nThe actual spokesperson in Scarlet Devil Mansion.\n\n[★]Buriallusion「Phantom Killer in Night Mist」\n[★★★]Time Sign「Sakuya's Special Stopwatch」\n[★★★★]Time Sign「Private Square」"
"DOTA_Tooltip_ability_item_0022_Lore" "「Thd World!」"
- "DOTA_Tooltip_ability_ability_dummy_unit" ""
- "DOTA_Tooltip_ability_thtd_sakuya_01_Description" "Sakuya throws a row of throwing knives, causes damage to enemies in the sector areas.\n\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*1 /EACH KNIFE"
- "DOTA_Tooltip_ability_thtd_sakuya_01_Note0" "潜能Lv10:飞刀伤害+5。"
- "DOTA_Tooltip_ability_thtd_sakuya_01_Note1" "潜能Lv50:飞刀伤害+10。"
- "DOTA_Tooltip_ability_thtd_sakuya_01_Note2" "潜能Lv100:飞刀伤害+15。"
+ "DOTA_Tooltip_ability_ability_dummy_unit" "Buriallusion「Phantom Killer in Night Mist」"
+ "DOTA_Tooltip_ability_thtd_sakuya_01_Description" "Sakuya throws a row of flying daggers, dealing damage to enemies in a fan-shaped area. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_sakuya_01_Note0" "Potential Lv10: Knife Damage +5。"
+ "DOTA_Tooltip_ability_thtd_sakuya_01_Note1" "Potential Lv50: Knife Damage +10。"
+ "DOTA_Tooltip_ability_thtd_sakuya_01_Note2" "Potential Lv100: Knife Damage +15。"
"DOTA_Tooltip_ability_thtd_sakuya_01" "Buriallusion「Phantom Killer in Night Mist」"
- "DOTA_Tooltip_ability_thtd_sakuya_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_sakuya_02" "Time Sign「Sakuya\'s Special Stopwatch」"
- "DOTA_Tooltip_ability_thtd_sakuya_02_Description" "REFRESH A UNIT\'S TIME, REGEN ITS SKILL\'S FREEZING TIME, AND REGEN ITS MP IS USED(NOT USEFUL TO SOME SKILLS).\n\nA UNIT ONLY CAN HAVE ONE REFRESH IN 15S.\n\n[COOPERATION PROMOTION - Remilia Scarlet]\n\nWHEN REFRESHING REMILIA\'S TIME, THIS SKILL\'S FREEZING TIME REDUCE TO A HALF, AND REFRESHING TIME ALSO REDUCE TO A HALF."
- "DOTA_Tooltip_ability_thtd_sakuya_02_mana_reg" "%魔法恢复增加:"
- "DOTA_Tooltip_modifier_sakuya_02_buff" "Time Sign「Sakuya\'s Special Stopwatch」"
+ "DOTA_Tooltip_ability_thtd_sakuya_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_sakuya_02" "Time Sign「Sakuya's Special Stopwatch」"
+ "DOTA_Tooltip_ability_thtd_sakuya_02_Description" "Resets a unit so that its skill's cooldown is restored and its expended mana is restored. (No effect on some skills) \nIf resets itself, increases %mana_reg%% magic recovery. \nThe same unit reset cannot be reset again while this skill is on cooldown. \n[Combo Boost - Remilia Skarlet] \nRemilia unit cooldown time is reduced by half when resetting."
+ "DOTA_Tooltip_ability_thtd_sakuya_02_mana_reg" "% Mana Recovery: "
+ "DOTA_Tooltip_modifier_sakuya_02_buff" "Time Sign「Sakuya's Special Stopwatch」"
"DOTA_Tooltip_modifier_sakuya_02_buff_Description" "THIS UNIT HAS GOT REFRESH EFFECT."
"DOTA_Tooltip_ability_thtd_sakuya_03" "Time Sign「Private Square」"
- "DOTA_Tooltip_ability_thtd_sakuya_03_Description" "Sakuya enter private time, open a forbidden barrier, ALL ENEMIES STOP THEIR TIME IN THIS BARRIER, DURING 2 SECONDS.\n\nDURING THIS TIME SAKUYA\'S Buriallusion「Phantom Killer in Night Mist」WILL NOT EXPEND MP, BUT DAMAGE REDUCE 75%%.\n\n[COOPERATION PROMOTION - Hong Meiling]\nDAMAGE REDUCTION REDUCES TO 50%%."
- "DOTA_Tooltip_ability_thtd_sakuya_03_Note0" "潜能Lv10:冷却时间-5秒。"
- "DOTA_Tooltip_ability_thtd_sakuya_03_Note1" "潜能Lv50:冷却时间-10秒。"
- "DOTA_Tooltip_ability_thtd_sakuya_03_Note2" "潜能Lv100:冷却时间-15秒。"
- "DOTA_Tooltip_ability_thtd_sakuya_03_Note3" "潜能Lv666:\n获得特殊效果:奇术「永恒的温柔」,飞刀获得窒息之刃效果,造成400%%暴击伤害。"
- "DOTA_Tooltip_ability_thtd_sakuya_03_Note4" "潜能Lv999:\n获得特殊效果:幻象「月神之钟」,飞刀伤害提升至12倍。"
- "DOTA_Tooltip_ability_thtd_sakuya_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_sakuya_03_damage_down" "%伤害降低:"
- "DOTA_Tooltip_ability_thtd_sakuya_03_range" "结界范围:"
+ "DOTA_Tooltip_ability_thtd_sakuya_03_Description" "Sakuya enters personal time and opens a closed boundary, and all enemy units within the boundary stop time. \nDuring Sakuya's time stop, [Buriallusion] will no longer consume mana, but damage is reduced by %damage_down%%%. \n[Combo Boost - Meiling] \nDamage decay is reduced. \nSupport AI auto-stagger casting. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_sakuya_03_Note0" "Potential Lv10: Cooldown -5s。"
+ "DOTA_Tooltip_ability_thtd_sakuya_03_Note1" "Potential Lv50: Cooldown -10s。"
+ "DOTA_Tooltip_ability_thtd_sakuya_03_Note2" "Potential Lv100: Cooldown -15s。"
+ "DOTA_Tooltip_ability_thtd_sakuya_03_Note3" "Potential Lv666: \nSpecial effect: the strange art [Eternal Tenderness], the flying knife obtains the Choking Blade effect, dealing 400%% bludgeoning damage."
+ "DOTA_Tooltip_ability_thtd_sakuya_03_Note4" "Potential Lv999: \nSpecial effect: Illusion [Bell of the Moon God], flying knife damage increased to 12 times。"
+ "DOTA_Tooltip_ability_thtd_sakuya_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_sakuya_03_damage_down" "% Damage Reduction: "
+ "DOTA_Tooltip_ability_thtd_sakuya_03_range" "Radius:"
"DOTA_Tooltip_modifier_sakuya_03_time_pause_debuff" "Time Sign「Private Square」"
- "DOTA_Tooltip_modifier_sakuya_03_time_pause_debuff_Description" "THIS UNIT\'S TIME IS STOPPED BY SAKUYA."
+ "DOTA_Tooltip_modifier_sakuya_03_time_pause_debuff_Description" "THIS UNIT'S TIME IS STOPPED BY SAKUYA."
"koishi" "Komeiji Koishi"
- "DOTA_Tooltip_ability_thtd_koishi_01_Description" "Koishi Komeiji\'S ATTACK WILL ATTACK ALL UNITS IN ATTACK RANGES IN SAME TIME.\n\nAND HAS 30% CHANCE TO ATTACH EXTRA DAMAGES.\n\n[RELATIVE TO STAR LEVEL]DAMAGE:POWER POINT*STAR LEVEL*1"
+ "DOTA_Tooltip_ability_thtd_koishi_01_Description" "Koishi's attack will attack all units within the attack range at the same time. \nAnd has a %chance%%% probability of coming with extra damage. \n[Combo Boost - Satori] \nProbability is increased by one level."
"DOTA_Tooltip_ability_thtd_koishi_01" "「Rose Hell」"
- "DOTA_Tooltip_ability_thtd_koishi_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_koishi_01_chance" "%概率:"
- "DOTA_Tooltip_ability_thtd_koishi_01_range" "范围:"
+ "DOTA_Tooltip_ability_thtd_koishi_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_koishi_01_chance" "% Chance: "
+ "DOTA_Tooltip_ability_thtd_koishi_01_range" "Radius:"
"DOTA_Tooltip_ability_thtd_koishi_02" "「Philosophy of a Hated Person」"
- "DOTA_Tooltip_ability_thtd_koishi_02_Description" "Koishi Komeiji\'s EACH ATTACK WILL PROMOTE 5% ATTACK SPEED, MAX TO STACK 10 BUFFS."
- "DOTA_Tooltip_ability_thtd_koishi_02_attack_speed_bonus" "攻击速度提高:"
- "DOTA_Tooltip_ability_thtd_koishi_02_max_count" "最大叠加层数:"
- "DOTA_Tooltip_ability_thtd_koishi_02_count_bonus" "封闭状态最大叠加层数:"
- "DOTA_Tooltip_ability_thtd_koishi_02_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_koishi_02_Description" "Koishi increases %attack_speed_bonus% attack speed with each attack."
+ "DOTA_Tooltip_ability_thtd_koishi_02_attack_speed_bonus" "Attack Speed Increase: "
+ "DOTA_Tooltip_ability_thtd_koishi_02_max_count" "Max Stacks: "
+ "DOTA_Tooltip_ability_thtd_koishi_02_count_bonus" "Max Stacks In Closed State: "
+ "DOTA_Tooltip_ability_thtd_koishi_02_duration_time" "Duration: "
"DOTA_Tooltip_modifier_koishi_02_attack_speed" "「Philosophy of a Hated Person」"
- "DOTA_Tooltip_modifier_koishi_02_attack_speed_Description" "Koishi Komeiji\'s attack speed promotes."
+ "DOTA_Tooltip_modifier_koishi_02_attack_speed_Description" "Koishi Komeiji's attack speed promotes."
"DOTA_Tooltip_ability_thtd_koishi_03" "Instinct「Release of the Id」"
- "DOTA_Tooltip_ability_thtd_koishi_03_Description" "Koishi Komeiji PROMOTES TARGET UNITS\' POWER POINTS. DURING 10 SECONDS.\n\n[RELATIVE TO STAR LEVEL]POWER PROMOTION:200/400/1000\n\n[COOPERATION PROMOTION - Koishi Komeiji]\n\nDURATION PROMOTES TO 20 SECONDS."
- "DOTA_Tooltip_ability_thtd_koishi_03_Note0" "潜能Lv10:古明地姐妹获得倍数+1。"
- "DOTA_Tooltip_ability_thtd_koishi_03_Note1" "潜能Lv50:古明地姐妹获得倍数+2。"
- "DOTA_Tooltip_ability_thtd_koishi_03_Note2" "潜能Lv100:古明地姐妹获得倍数+3。"
- "DOTA_Tooltip_ability_thtd_koishi_03_power_bonus" "基础攻击力和能量提高:"
- "DOTA_Tooltip_ability_thtd_koishi_03_self_crit" "古明地姐妹获得倍数:"
- "DOTA_Tooltip_ability_thtd_koishi_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_koishi_03_combo_time" "组合持续时间:"
- "DOTA_Tooltip_modifier_koishi_03_buff" "本能「本我的解放」"
- "DOTA_Tooltip_modifier_koishi_03_buff_Description" "基础攻击力和能量点提高。"
+ "DOTA_Tooltip_ability_thtd_koishi_03_Description" "Koishi increases the attack and power points of the target unit. \nGains multiplier effect when used on Koishi and Satori. \n[Combo Boost - Satori] \nDuration is increased. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_koishi_03_Note0" "Potential Lv10: Komeiji Sister Multiplier +1。"
+ "DOTA_Tooltip_ability_thtd_koishi_03_Note1" "Potential Lv50: Komeiji Sister Multiplier +2。"
+ "DOTA_Tooltip_ability_thtd_koishi_03_Note2" "Potential Lv100: Komeiji Sister Multiplier +3。"
+ "DOTA_Tooltip_ability_thtd_koishi_03_power_bonus" "Attack and Power Increase: "
+ "DOTA_Tooltip_ability_thtd_koishi_03_self_crit" "Komeiji Sister Multiplier: "
+ "DOTA_Tooltip_ability_thtd_koishi_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_koishi_03_combo_time" "Combo duration: "
+ "DOTA_Tooltip_modifier_koishi_03_buff" "Instinct「Release of the Id」"
+ "DOTA_Tooltip_modifier_koishi_03_buff_Description" "Koishi is increasing this unit's attack and power。"
"DOTA_Tooltip_ability_thtd_koishi_04" "「Subterranean Rose」"
- "DOTA_Tooltip_ability_thtd_koishi_04_Description" "Koishi Komeiji enter mental closing status, PROMOTE HER OWN POWER POINTS HUGELY, AND MAKES ATTACK STYLE TO BE MELEE-ATTACK. \n\nIN THE DURATION,「Philosophy of a Hated Person」BUFF CAN STACK MAX TO 20."
- "DOTA_Tooltip_ability_thtd_koishi_04_Note0" "潜能Lv10:持续时间+2秒。"
- "DOTA_Tooltip_ability_thtd_koishi_04_Note1" "潜能Lv50:持续时间+4秒。"
- "DOTA_Tooltip_ability_thtd_koishi_04_Note2" "潜能Lv100:持续时间+8秒。"
- "DOTA_Tooltip_ability_thtd_koishi_04_Note3" "潜能Lv666:\n获得特殊效果:「Super Ego」,封闭状态基础能量和攻击力增加+1000。"
- "DOTA_Tooltip_ability_thtd_koishi_04_Note4" "潜能Lv999:\n获得特殊效果:本能「Freudian」,封闭状态能量和攻击力提升+300%%。"
- "DOTA_Tooltip_ability_thtd_koishi_04_power_base" "基础能量和攻击力增加:"
- "DOTA_Tooltip_ability_thtd_koishi_04_power_up" "%能量和攻击力提升:"
- "DOTA_Tooltip_ability_thtd_koishi_04_count_bonus" "叠加上限提高到:"
- "DOTA_Tooltip_ability_thtd_koishi_04_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_koishi_04_Description" "Koishi enters a state of inner closure, greatly increasing her power and attack, and making the attack into melee combat. \nThe stacking limit of [Philosophy of a Hated Person] is increased to %count_bonus% times while it lasts. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_koishi_04_Note0" "Potential Lv10: Duration +2s。"
+ "DOTA_Tooltip_ability_thtd_koishi_04_Note1" "Potential Lv50: Duration +4s。"
+ "DOTA_Tooltip_ability_thtd_koishi_04_Note2" "Potential Lv100: Duration +8s。"
+ "DOTA_Tooltip_ability_thtd_koishi_04_Note3" "Potential Lv666: \nObtained special effect: [Super Ego], closed state base energy and attack power increased by +1000."
+ "DOTA_Tooltip_ability_thtd_koishi_04_Note4" "Potential Lv999: \nObtained special effect: Instinct [Freudian], closed state energy and attack power increase +300%%。"
+ "DOTA_Tooltip_ability_thtd_koishi_04_power_base" "Base Attack and Power Increase: "
+ "DOTA_Tooltip_ability_thtd_koishi_04_power_up" "% Attack and Power Increase: "
+ "DOTA_Tooltip_ability_thtd_koishi_04_count_bonus" "Stack bonus: "
+ "DOTA_Tooltip_ability_thtd_koishi_04_duration_time" "Duration: "
"DOTA_Tooltip_ability_thtd_koakuma_01" "「Pyro Match」"
- "DOTA_Tooltip_ability_thtd_koakuma_01_Description" "Little devil throws a fire ball to the target, THE FIRE BALL WILL BOUNCE IN THE TARGET AND ITS AROUND UNITS, MAX TO BOUNCE 25 TIMES.\n\n[RELATIVE TO STAR LEVEL]DAMAGE:POWER POINT*STAR LEVEL*1\n\n[COOPERATION PROMOTION - Patchouli Knowledge]\n\nFIRE BALLS GET EXTRA 35%% RANGE DAMAGES."
- "DOTA_Tooltip_ability_thtd_koakuma_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_koakuma_01_max_count" "弹射次数:"
- "DOTA_Tooltip_ability_thtd_koakuma_01_range1" "弹射范围:"
- "DOTA_Tooltip_ability_thtd_koakuma_01_range_damage" "%附加范围伤害:"
- "DOTA_Tooltip_ability_thtd_koakuma_01_range2" "附加范围:"
+ "DOTA_Tooltip_ability_thtd_koakuma_01_Description" "Koakuma throws a fireball at the target, which bounces between the target and surrounding units up to %max_count% times. \n[Combo Boost - Patchouli] \nFireball with additional ranged damage."
+ "DOTA_Tooltip_ability_thtd_koakuma_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_koakuma_01_max_count" "Max Bounces: "
+ "DOTA_Tooltip_ability_thtd_koakuma_01_range1" "Bounce Radius:"
+ "DOTA_Tooltip_ability_thtd_koakuma_01_range_damage" "% Range Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_koakuma_01_range2" "Additional Range:"
"DOTA_Tooltip_ability_thtd_koakuma_02" "「Taboo Grimoire Index」"
- "DOTA_Tooltip_ability_thtd_koakuma_02_Description" "Little devil promotes her surrounding units\' MAGEC PENETRATION.\n\n[RELATIVE TO STAR LEVEL]PENETRATION PROMOTION:10/20/40"
- "DOTA_Tooltip_ability_thtd_koakuma_02_penetration" "魔法穿透:"
+ "DOTA_Tooltip_ability_thtd_koakuma_02_Description" "Little devil promotes her surrounding units' magic penetration."
+ "DOTA_Tooltip_ability_thtd_koakuma_02_penetration" "Penetration: "
"DOTA_Tooltip_modifier_koakuma_02_buff" "「Taboo Grimoire Index」"
- "DOTA_Tooltip_modifier_koakuma_02_buff_Description" "Influencing by little devil, this unit\'s magic penetration has been promoted."
+ "DOTA_Tooltip_modifier_koakuma_02_buff_Description" "Influencing by little devil, this unit's magic penetration has been promoted."
"DOTA_Tooltip_ability_thtd_meirin_01" "Flowery Sign「Colorful Light Lotus Flower Palm」"
- "DOTA_Tooltip_ability_thtd_meirin_01_Description" "Hong Meiling doesn\'t have normal attack way, but if there are units go through her, she will do continous attack to her front side.\n\nFirst Trick:Rainbow Sign「Intense Rainbow Fist」\nCausing (power points *1) DAMAGES TO THE TARGETS IN FRONT STRAIGHT-LINE AREAS.\nSecond Trick:Chi Sign「Earth Dragon Sky Dragon Kick」\nCausing (POWER POINTS*1) DAMAGES TO UNITS IN FRONT SECTOR AREAS.\nThird Trick:Flower Sign「Gorgeous Sweet Flower」\nCausing (POWER POINTS*STAR LEVEL*1) DAMAGES TO UNITS IN FRONT CIRCLE AREAS, AND REDUCING MOVEMENT SPEED."
- "DOTA_Tooltip_ability_thtd_meirin_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_meirin_01_slow" "%第三式减速:"
- "DOTA_Tooltip_ability_thtd_meirin_01_slow_time" "减速持续时间:"
+ "DOTA_Tooltip_ability_thtd_meirin_01_Description" "Meiling does not have a normal attack method, but when a unit passes around it, it will make a continuous attack in front of it, and the damage dealt by each style from the second style onwards is doubled %damage_up%. \nFirst Style: Rainbow Symbol [Fiery Rainbow True Fist] \nDamage to straight-line targets in front of you. \nSecond Style: Qi Symbol [Earth Dragon Heavenly Dragon Kick]\n Deals damage to units in a fan-shaped range in front of you. \nThird style: Hua Fu 「Fang Hua Gorgeous」 \n Deals damage and slows down units within a circular range in front of you."
+ "DOTA_Tooltip_ability_thtd_meirin_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_meirin_01_slow" "% Third Form Slow: "
+ "DOTA_Tooltip_ability_thtd_meirin_01_slow_time" "Third form Slow Duration: "
"DOTA_Tooltip_modifier_meirin_01_pause" "Flowery Sign「Colorful Light Lotus Flower Palm」"
"DOTA_Tooltip_modifier_meirin_01_slow_buff" "Flowery Sign「Colorful Light Lotus Flower Palm」"
"DOTA_Tooltip_modifier_meirin_01_pause_Description" "Meiling is releasing Colorful Light Lotus Flower Palm."
- "DOTA_Tooltip_modifier_meirin_01_slow_buff_Description" "Affecting by Colorful Light Lotus Flower Palm, this unit\'s movement speed is reduced."
+ "DOTA_Tooltip_modifier_meirin_01_slow_buff_Description" "Affecting by Colorful Light Lotus Flower Palm, this unit's movement speed is reduced."
"DOTA_Tooltip_ability_thtd_meirin_02" "Three Blasts「Colorful Ultimate Mountain Breaker」"
- "DOTA_Tooltip_ability_thtd_meirin_02_Description" "After Hong Meiling release 「Colorful Light Lotus Flower Palm」, HAVE 50% CHANCE TO RELEASE ADVANCED 4 KUNGFU TRICKS.\n\nFourth Trick[★★★Unlock]:Chi Sign「Fierce Tiger Energy Release」\nCause (POWER POINTS*2) DAMAGE TO UNITS IN FRONT SECTOR AREAS.\nFifth Trick[★★★Unlock]:Flowery Sign「Mountain Breaker」\nCause (POWER POINTS*STAR LEVEL*2) DAMAGE TO UNITS IN FRONT CIRCLE AREAS, AND STUN ENEMIES 0.5 SECOND.\nSixth Trick[★★★★★Unlock]:Colorful Flower「Rainbow Taijiquan」\nCause (POWER POINTS*4) DAMAGES TO UNITS IN FRONT STRAIGHT LINE AREAS.\nSeventh Trick[★★★★★Unlock]:Three Blasts「Colorful Ultimate Mountain Breaker」\nCausing (POWER POINTS*STAR LEVEL*4) DAMAGE TO UNITS IN FRONT CIRCLE AREAS, AND STUN ENEMIES 1.0 SECOND.\n\n[COOPERATION PROMOTION- Izayoi Sakuya]\nACTIVATION CHANCE PROMOTES TO 75%%."
- "DOTA_Tooltip_ability_thtd_meirin_02_level4_chance" "%第四式概率:"
- "DOTA_Tooltip_ability_thtd_meirin_02_level5_stun_time" "第五式眩晕时间:"
- "DOTA_Tooltip_ability_thtd_meirin_02_level6_chance" "%第六式概率:"
- "DOTA_Tooltip_ability_thtd_meirin_02_level7_stun_time" "第七式眩晕时间:"
+ "DOTA_Tooltip_ability_thtd_meirin_02_Description" "After releasing [Colorful Light Lotus Palm], Meiling has the probability to release the advanced four stances. \nFourth Style [★★★ Unlocked]: Qi Symbol [Fierce Tiger Inner Strength]\n deals damage to units in a fan-shaped range in front of you and triggers the next style. \nFifth Style [★★★ Unlocked]: Hua Fu [Broken Mountain Cannon] \n deals damage to units within a circular range in front of you and stuns %level5_stun_time%seconds. \nSixth style [★★★★★ Unlocked]: Caihua [Rainbow Taiji Fist] \n deals damage to a straight line target in front of you and triggers the next style. \nSeventh Style [★★★★★ Unlocked]: San Hua [Bashing Mountain Rainbow Taiji Cannon]\n deals massive damage to units in a circular range in front of you and stuns %level7_stun_time%seconds. \n[Combination Boost - Sakuya]\nIncrease the trigger probability by one level."
+ "DOTA_Tooltip_ability_thtd_meirin_02_level4_chance" "% 4th Form Chance: "
+ "DOTA_Tooltip_ability_thtd_meirin_02_level5_stun_time" "5th Form Stun Duration: "
+ "DOTA_Tooltip_ability_thtd_meirin_02_level6_chance" "% 6th Form Chance: "
+ "DOTA_Tooltip_ability_thtd_meirin_02_level7_stun_time" "7th Form Stun Duration: "
"yukari" "Yakumo Yukari"
"ran" "Yakumo Ran"
"chen" "Chen"
"eirin" "Yagokoro Eirin"
"mokou" "Fujiwara no mokou"
"DOTA_Tooltip_ability_thtd_yuuka_01" "Flower Sign「Blossoming of Gensokyo」"
- "DOTA_Tooltip_ability_thtd_yuuka_01_Description" "Causing a damage to enemies near Yuuka.\n\nIf there are seeds in the area, the seeds will bloom and attack nearby enemies. \n\n[Relative to Star level]DAMAGE:POWER POINT*STAR LEVEL*1"
- "DOTA_Tooltip_ability_thtd_yuuka_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_yuuka_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_yuuka_01_crit" "爆炸伤害倍数:"
- "DOTA_Tooltip_ability_thtd_yuuka_01_radius" "爆炸范围:"
+ "DOTA_Tooltip_ability_thtd_yuuka_01_Description" "Deals damage to enemies in the vicinity of Yuuka. \n If there are seeds in range then it will bloom and the flower will attack nearby enemies. \nThe flower inherits Yuuka's attack power, attack speed, and crit. \nThe flower ends with an explosion that deals %crit% times the damage."
+ "DOTA_Tooltip_ability_thtd_yuuka_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_yuuka_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_yuuka_01_crit" "Explosion Damage Multiplier: "
+ "DOTA_Tooltip_ability_thtd_yuuka_01_radius" "Explosion Radius:"
"DOTA_Tooltip_ability_thtd_yuuka_02" "「Fantastic Spring Flowers」"
- "DOTA_Tooltip_ability_thtd_yuuka_02_Description" "Creating a flower field in front of Yuuka.\n\nThe flower field will constantly sow.\n\n[Relative to Star level]FLOWER ATTACK DAMAGE:Yuuka ATTACK DAMAGE*1"
- "DOTA_Tooltip_ability_thtd_yuuka_02_attack_crit" "倍数:"
+ "DOTA_Tooltip_ability_thtd_yuuka_02_Description" "Create a field of flowers in front of Yuuka. \n The flower field will keep sowing seeds."
+ "DOTA_Tooltip_ability_thtd_yuuka_02_attack_crit" "Multiplier: "
"DOTA_Tooltip_ability_thtd_yuuka_03" "Fantasy「The Beauties of Nature」"
- "DOTA_Tooltip_ability_thtd_yuuka_03_Description" "Creating a illusion of Yuuka in the target point, at the same time FLOWER FIELD WILL APPEAR BETWEEN YUUKA AND ILLUSION.\n\nUNITS GO CROSS THE FLOWER FIELD WILL GET DAMAGE OVER TIME, IF UNITS DIE IN FLOWER FIELD, IT WILL PROMOTE YUUKA 0.5%% SKILL DAMAGES AND 0.5%% FLOWER ATTACK DAMAGES.\n\n[Relative to Star level]DAMAGE:POWER POINT*STAR LEVEL*1 /PER SEC\n[Relative to Star level]MAX DAMAGE PROMOTION:50%%/100%%/200%%"
- "DOTA_Tooltip_ability_thtd_yuuka_03_Note0" "潜能Lv10:最大叠加层数+50。"
- "DOTA_Tooltip_ability_thtd_yuuka_03_Note1" "潜能Lv50:最大叠加层数+100。"
- "DOTA_Tooltip_ability_thtd_yuuka_03_Note2" "潜能Lv100:最大叠加层数+150。"
- "DOTA_Tooltip_ability_thtd_yuuka_03_power_damage" "技能伤害(能量点*星级/秒):"
- "DOTA_Tooltip_ability_thtd_yuuka_03_damage_up" "%提升效果:"
- "DOTA_Tooltip_ability_thtd_yuuka_03_max_count" "最大叠加层数:"
+ "DOTA_Tooltip_ability_thtd_yuuka_03_Description" "Create a mirror image of Yuuka at the target point, while a field of flowers will appear between Yuuka and the mirror image. \nUnits passing by the flower field will take continuous damage, and if the unit dies inside the flower field, it will increase Yuuka's skill damage by %damage_up%% , and %damage_up% points of power and attack. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_yuuka_03_Note0" "Potential Lv10: Max Stacks +50。"
+ "DOTA_Tooltip_ability_thtd_yuuka_03_Note1" "Potential Lv50: Max Stacks +100。"
+ "DOTA_Tooltip_ability_thtd_yuuka_03_Note2" "Potential Lv100: Max Stacks +150。"
+ "DOTA_Tooltip_ability_thtd_yuuka_03_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_yuuka_03_damage_up" "% Damage Up: "
+ "DOTA_Tooltip_ability_thtd_yuuka_03_max_count" "Max Stacks: "
"DOTA_Tooltip_modifier_yuuka_03_kill" "Fantasy「The Beauties of Nature」"
"DOTA_Tooltip_modifier_thtd_yuuka_03_death" "Fantasy「The Beauties of Nature」"
"DOTA_Tooltip_modifier_thtd_yuuka_03_death_Description" "This unit intrude the flower field, will become fertilizers soon."
- "DOTA_Tooltip_modifier_yuuka_03_kill_Description" "Due to the fertilizers,Yuuka\'s power promotes."
+ "DOTA_Tooltip_modifier_yuuka_03_kill_Description" "Due to the fertilizers,Yuuka's power promotes."
"DOTA_Tooltip_ability_thtd_yuuka_04" "Extremity「Double Spark」"
- "DOTA_Tooltip_ability_thtd_yuuka_04_Description" "Yuuka control the power of nature, release devastating magic cannon with her replication.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*7 /PER SECOND"
- "DOTA_Tooltip_ability_thtd_yuuka_04_Note0" "潜能Lv10:冷却时间-2秒。"
- "DOTA_Tooltip_ability_thtd_yuuka_04_Note1" "潜能Lv50:冷却时间-4秒。"
- "DOTA_Tooltip_ability_thtd_yuuka_04_Note2" "潜能Lv100:冷却时间-8秒。"
- "DOTA_Tooltip_ability_thtd_yuuka_04_Note3" "潜能Lv666:\n获得特殊效果:变异的花朵,花田提升最大叠加层数+250。"
- "DOTA_Tooltip_ability_thtd_yuuka_04_Note4" "潜能Lv999:\n获得特殊效果:压倒性力量,魔炮伤害提高至5倍。"
- "DOTA_Tooltip_ability_thtd_yuuka_04_power_damage" "技能伤害(能量点*星级/秒):"
- "DOTA_Tooltip_ability_thtd_yuuka_04_channel_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_yuuka_04_times" "伤害频率(次/秒):"
+ "DOTA_Tooltip_ability_thtd_yuuka_04_Description" "Yuuka controls the power of nature to send out a devastating magic cannon simultaneously with her doppelganger. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_yuuka_04_Note0" "Potential Lv10: Cooldown -2s。"
+ "DOTA_Tooltip_ability_thtd_yuuka_04_Note1" "Potential Lv50: Cooldown -4s。"
+ "DOTA_Tooltip_ability_thtd_yuuka_04_Note2" "Potential Lv100: Cooldown -8s。"
+ "DOTA_Tooltip_ability_thtd_yuuka_04_Note3" "Potential Lv666: \nGet special effect: [mutated flowers], flower fields to enhance the maximum stacks +250。"
+ "DOTA_Tooltip_ability_thtd_yuuka_04_Note4" "Potential Lv999: \nGet special effect: [overwhelming power], magic cannon damage increased to 5 times。"
+ "DOTA_Tooltip_ability_thtd_yuuka_04_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_yuuka_04_channel_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_yuuka_04_times" "Damage Frequency (Tick/Sec): "
"DOTA_Tooltip_modifier_thdots_yuuka04_think_interval" "Extremity「Double Spark」"
"DOTA_Tooltip_modifier_thdots_yuuka04_think_interval_Description" "This unit is releasing magic cannon."
- "DOTA_Tooltip_ability_thtd_yukari_01" "Evil Spirits「Yukari Yakumo\'s Spiriting Away」"
- "DOTA_Tooltip_ability_thtd_yukari_01_Description" "Yukari manipulates space crack to hide the target.\n\n[COOPERATION PROMOTION - Hakurei Reimu]\n\nSTORAGE NUMBER PROMOTES TO 5."
- "DOTA_Tooltip_ability_thtd_yukari_01_max_count" "储存数量:"
- "DOTA_Tooltip_ability_thtd_yukari_01_limit_count" "最大次数:"
- "DOTA_Tooltip_ability_thtd_yukari_01_duration_time" "境界吸收持续时间:"
+ "DOTA_Tooltip_ability_thtd_yukari_01" "Evil Spirits「Yukari Yakumo's Spiriting Away」"
+ "DOTA_Tooltip_ability_thtd_yukari_01_Description" "Yukari manipulates the gap to divinely hide the target, and the same target can divinely hide up to %limit_count% times. \n Also manipulates the realm of the God Hidden unit, absorbing its attack as power points while it's sealed. \n[Combo Boost - Hakurei Reimu] \n Increase the number of storage by one level."
+ "DOTA_Tooltip_ability_thtd_yukari_01_max_count" "Storage Quantity: "
+ "DOTA_Tooltip_ability_thtd_yukari_01_limit_count" "Single Unit Limit: "
+ "DOTA_Tooltip_ability_thtd_yukari_01_duration_time" "Realm Absorb Duration: "
"DOTA_Tooltip_modifier_yukari_01_hidden_Description" "This unit is in the space crack."
- "DOTA_Tooltip_modifier_yukari_01_hidden" "Evil Spirits「Yukari Yakumo\'s Spiriting Away」"
+ "DOTA_Tooltip_modifier_yukari_01_hidden" "Evil Spirits「Yukari Yakumo's Spiriting Away」"
"DOTA_Tooltip_ability_thtd_yukari_02" "Barrier「Balance of Motion and Stillness」"
- "DOTA_Tooltip_ability_thtd_yukari_02_Description" "Yukari throw units in space crack into target point. CAUSING DAMAGE AND STUN TO TARGET POINTS.\n\n[Relative to Star level]DAMAGE:POWER POINT*STAR LEVEL*1"
- "DOTA_Tooltip_ability_thtd_yukari_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_yukari_02_range" "范围:"
- "DOTA_Tooltip_ability_thtd_yukari_02_stun_time" "晕眩时间:"
+ "DOTA_Tooltip_ability_thtd_yukari_02_Description" "Yukari throws the units in the gap to the target point. Deals damage and stuns to targets in range. \n Supports AI auto stagger casting."
+ "DOTA_Tooltip_ability_thtd_yukari_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_yukari_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_yukari_02_stun_time" "Stun Duration: "
"DOTA_Tooltip_ability_thtd_yukari_03" "「Profound Danmaku Barrier -Phantasm, Foam and Shadow-」"
- "DOTA_Tooltip_ability_thtd_yukari_03_Description" "Yukari CHANNEL 1 SECOND, TELEPORT TO TARGET POINT.\n\nAFTER 3 SECONDS TELEPORT BACK BY 1 SECOND CHANNEL.\n\n[COOPERATION PROMOTION - Ran Yakumo,Chen]\n\nRan and Chen will be teleported together"
- "DOTA_Tooltip_ability_thtd_yukari_03_Note0" "潜能Lv10:弹幕伤害+5。"
- "DOTA_Tooltip_ability_thtd_yukari_03_Note1" "潜能Lv50:弹幕伤害+10。"
- "DOTA_Tooltip_ability_thtd_yukari_03_Note2" "潜能Lv100:弹幕伤害+15。"
- "DOTA_Tooltip_ability_thtd_yukari_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_yukari_03_range" "伤害范围:"
+ "DOTA_Tooltip_ability_thtd_yukari_03_Description" "Yukari channels for one second, teleports to the target point, and returns after one second of guidance after 3 seconds.\n Passive: Fires a barrage every second at random targets around you and deals ranged damage. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_yukari_03_Note0" "Potential Lv10: Bullet Damage +5。"
+ "DOTA_Tooltip_ability_thtd_yukari_03_Note1" "Potential Lv50: Bullet Damage +10。"
+ "DOTA_Tooltip_ability_thtd_yukari_03_Note2" "Potential Lv100: Bullet Damage +15。"
+ "DOTA_Tooltip_ability_thtd_yukari_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_yukari_03_range" "Bullet Radius:"
"DOTA_Tooltip_ability_thtd_yukari_04" "Abandoned Line「Aimless Journey to the Abandoned Station」"
"DOTA_Tooltip_modifier_yukari_04_speed" "Abandoned Line「Aimless Journey to the Abandoned Station」"
"DOTA_Tooltip_modifier_yukari_04_speed_Description" "This unit is galloping."
- "DOTA_Tooltip_ability_thtd_yukari_04_Description" "Yukari summons abandoned trolley bus, galloping from enemies\'starting point in the path.\n\nCAUSING DAMAGE TO UNITS ARE CRASHED BY TROLLEY BUS AND STUN.TROLLEY BUS\'S DURATION IS 30 SECONDS.\n\n[Relative to Star level]DAMAGE:POWER POINT*STAR LEVEL*10 /PER SEC\n\n[COOPERATION PROMOTION - Ran Yakumo, Chen]\n\nADD 5 MORE CARRIAGES FOR TROLLEY BUS."
- "DOTA_Tooltip_ability_thtd_yukari_04_Note0" "潜能Lv10:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_yukari_04_Note1" "潜能Lv50:技能伤害+20。"
- "DOTA_Tooltip_ability_thtd_yukari_04_Note2" "潜能Lv100:技能伤害+30。"
- "DOTA_Tooltip_ability_thtd_yukari_04_Note3" "潜能Lv666:\n获得特殊效果:幻想「第一类永动机」,电车车厢数量翻倍,神隐境界效果持续时间翻倍。"
- "DOTA_Tooltip_ability_thtd_yukari_04_Note4" "潜能Lv999:\n获得特殊效果:境符「四重结界」,八云紫的能量加成+400%%。"
- "DOTA_Tooltip_ability_thtd_yukari_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_yukari_04_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_yukari_04_max_count" "车厢数量:"
- "DOTA_Tooltip_ability_thtd_yukari_04_damage_up" "%每增加一节车厢伤害提升:"
- "DOTA_Tooltip_ability_thtd_yukari_04_stun_time" "撞击晕眩时间:"
- "DOTA_Tooltip_ability_thtd_yukari_04_duration_time" "电车持续时间:"
- "DOTA_Tooltip_ability_thtd_ran_01" "Shikigami\'s Radiance「Fox-Tanuki Youkai Laser」"
- "DOTA_Tooltip_ability_thtd_ran_01_Description" "Ran shoots laser to a target, and bounces in the target and random targets around the first target.\n\n[Relative to Star level]DAMAGE:POWER POINT*STAR LEVEL*2 /EACH TIME"
- "DOTA_Tooltip_ability_thtd_ran_01_power_damage" "技能伤害(能量点*星级/每次):"
- "DOTA_Tooltip_ability_thtd_ran_01_jump_radius" "弹射距离:"
- "DOTA_Tooltip_ability_thtd_ran_01_jump_count" "最大次数:"
- "DOTA_Tooltip_ability_thtd_ran_01_jump_interval" "间隔时间:"
- "DOTA_Tooltip_ability_thtd_ran_02" "Shikigami\'s Shot「Ultimate Buddhist」"
- "DOTA_Tooltip_ability_thtd_ran_02_Description" "Ran rotates large Sign, CAUSING MOVEMENT SPEED REDUCTION TO ENEMIES TOUCHED THE SIGN. DURING 3.4 SECONDS.\n\n[Relative to Star level]MOVEMENT SPEED REDUCTION:20%%/35%%/50%%/65%%/80%%"
- "DOTA_Tooltip_ability_thtd_ran_02_radius" "作用范围:"
- "DOTA_Tooltip_ability_thtd_ran_02_duration" "持续时间:"
- "DOTA_Tooltip_ability_thtd_ran_02_slow_movement_pct" "%减速:"
- "DOTA_Tooltip_modifier_thdots_ran02_debuff" "Shikigami\'s Shot「Ultimate Buddhist」"
- "DOTA_Tooltip_modifier_thdots_ran02_debuff_Description" "Due to Ran\'s influence, this unit\'s movement speed is reduced."
+ "DOTA_Tooltip_ability_thtd_yukari_04_Description" "Yukari summons the abandoned tram from the gap and speeds along the road from the monster spawn. \n Deals damage and stuns units hit by the tram, the more carriages hit the higher the damage. \n[Combo Boost - Ran & Chen] \nIncreases the number of carriages by one level. \nSupport AI auto stagger cast. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_yukari_04_Note0" "Potential Lv10: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_yukari_04_Note1" "Potential Lv50: Damage +20。"
+ "DOTA_Tooltip_ability_thtd_yukari_04_Note2" "Potential Lv100: Damage +30。"
+ "DOTA_Tooltip_ability_thtd_yukari_04_Note3" "Potential Lv666: \nAcquired special effect: Fantasy [Type 1 perpetual motion machine], doubled the number of tram cars and doubled the duration of the hidden realm effect."
+ "DOTA_Tooltip_ability_thtd_yukari_04_Note4" "Potential Lv999: \nGain special effect: realm talisman [Quadruple Junction], +400%% power bonus for Yukari."
+ "DOTA_Tooltip_ability_thtd_yukari_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_yukari_04_tick" "Damage Interval: "
+ "DOTA_Tooltip_ability_thtd_yukari_04_max_count" "Carriage Count: "
+ "DOTA_Tooltip_ability_thtd_yukari_04_damage_up" "% Damage Increase Per Carriage: "
+ "DOTA_Tooltip_ability_thtd_yukari_04_stun_time" "Impact Stun Duration: "
+ "DOTA_Tooltip_ability_thtd_yukari_04_duration_time" "Duration of Train: "
+ "DOTA_Tooltip_ability_thtd_ran_01" "Shikigami's Radiance「Fox-Tanuki Youkai Laser」"
+ "DOTA_Tooltip_ability_thtd_ran_01_Description" "Ran shoots a laser at the target, bouncing it between the target and random targets around it."
+ "DOTA_Tooltip_ability_thtd_ran_01_power_damage" "Damage(Power*Star/Bounce): "
+ "DOTA_Tooltip_ability_thtd_ran_01_jump_radius" "Bounce Radius: "
+ "DOTA_Tooltip_ability_thtd_ran_01_jump_count" "Bounce Count: "
+ "DOTA_Tooltip_ability_thtd_ran_01_jump_interval" "Bounce Time: "
+ "DOTA_Tooltip_ability_thtd_ran_02" "Shikigami's Shot「Ultimate Buddhist」"
+ "DOTA_Tooltip_ability_thtd_ran_02_Description" "Ran spins a huge rune mark, causing slowdown to enemies it touches. Lasts %duration% seconds."
+ "DOTA_Tooltip_ability_thtd_ran_02_radius" "Spin Radius:"
+ "DOTA_Tooltip_ability_thtd_ran_02_duration" "Duration: "
+ "DOTA_Tooltip_ability_thtd_ran_02_slow_movement_pct" "% Slow: "
+ "DOTA_Tooltip_modifier_thdots_ran02_debuff" "Shikigami's Shot「Ultimate Buddhist」"
+ "DOTA_Tooltip_modifier_thdots_ran02_debuff_Description" "Due to Ran's influence, this unit's movement speed is reduced."
"DOTA_Tooltip_ability_thtd_ran_03" "Illusion God「Descent of Izuna Gongen」"
- "DOTA_Tooltip_ability_thtd_ran_03_Description" "Every time when there are units release skills and expand MP around Ran, Ran will shoot a Shikigami\'s Radiance「Fox-Tanuki Youkai Laser」to surrounding random units.\n\n[COOPERATION PROMOTION - Yukari Yakumo,Chen]\n\nWhen activate this skill, it will regen the target this skill\'s 25% MP expense."
- "DOTA_Tooltip_ability_thtd_ran_03_Note0" "对莉莉白、大妖精无效。"
- "DOTA_Tooltip_ability_thtd_ran_03_mana_regen" "%恢复魔法值:"
+ "DOTA_Tooltip_ability_thtd_ran_03_Description" "Whenever a unit around you releases a skill and it consumes mana, Ran will fire a Shikigami's Radiance「Fox-Tanuki Youkai Laser」at a random target around it. \n[Combo Boost - Yukari & Chen]\nWhen this skill is triggered, it restores a percentage of the tower's mana consumed that triggered this."
+ "DOTA_Tooltip_ability_thtd_ran_03_Note0" "Not valid for Lily White or Daiyousei"
+ "DOTA_Tooltip_ability_thtd_ran_03_mana_regen" "% Mana Regen: "
"DOTA_Tooltip_modifier_ran_03_spell_buff" "Illusion God「Descent of Izuna Gongen」"
- "DOTA_Tooltip_modifier_ran_03_spell_buff_Description" "Getting Ran\'s supports."
+ "DOTA_Tooltip_modifier_ran_03_spell_buff_Description" "Getting Ran's supports."
"DOTA_Tooltip_ability_thtd_chen_01" "Yin Yang「Large Pentagram Crest」"
- "DOTA_Tooltip_ability_thtd_chen_01_Description" "PASSIVE: EACH TIME CHEN MOVES, CAUSING A SHOCKING ATTACK, SHOCKING ATTACK WILL PROMOTES RANGES AND DAMAGES BY MOVEMENT DISTANCES PROMOTION.\n\nACTIVE:Chen roll to target point.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*0.7 / PER 100 DISTANCE (MAX TO PROMOTE TO *5)\n\n[COOPERATION PROMOTION - Ran Yakumo,Yukari Yakumo]\n\nPER 100 DISTANCE CHANGE TO PER 75 DISTANCE(MAX TO PROMOTE TO *20)"
- "DOTA_Tooltip_ability_thtd_chen_01_power_damage" "技能伤害(能量点*星级/距离):"
+ "DOTA_Tooltip_ability_thtd_chen_01_Description" "Passive: Chen deals a shockwave to the surrounding area every time she moves, dealing damage every 30 yards and increasing the damage by 1X per 100 distance. Shockwave will improve Radius and damage with distance traveled. \n Active: Chen rolls toward the target location. \n[Combo Boost - Yukari & Ran] \n Bonus changed to every 75 distance."
+ "DOTA_Tooltip_ability_thtd_chen_01_power_damage" "Damage(Power*Star/Distance): "
"DOTA_Tooltip_ability_thtd_eirin_01" "Revival「Seimei Yūgi -Life Game-」"
- "DOTA_Tooltip_ability_thtd_eirin_01_Description" "WHEN EIRIN IS ATTACKING, WILL ATTACH A DANMUKU ATTACK AROUND UNITS RANDOMLY, AND REDUCE 10 MP.\n\nWHEN RELEASING DANMUKU, HAVE CHANCE TO REGEN SELF 40% MP.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*0.5\n[Relative to star level]CHANCE TO REGEN:10%%/20%%/30%%/40%%/50%%"
- "DOTA_Tooltip_ability_thtd_eirin_01_Note0" "潜能Lv10:技能伤害+2。"
- "DOTA_Tooltip_ability_thtd_eirin_01_Note1" "潜能Lv50:技能伤害+4。"
- "DOTA_Tooltip_ability_thtd_eirin_01_Note2" "潜能Lv100:技能伤害+6。"
- "DOTA_Tooltip_ability_thtd_eirin_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_eirin_01_mana_cost" "魔法消耗:"
- "DOTA_Tooltip_ability_thtd_eirin_01_mana_chance" "%基础概率:"
- "DOTA_Tooltip_ability_thtd_eirin_01_mana_bonus" "%魔法回复:"
- "DOTA_Tooltip_ability_thtd_eirin_01_power_bonus" "每50分奖励攻击和能量点:"
- "DOTA_Tooltip_ability_thtd_eirin_01_crit_bonus" "%每50分奖励暴击伤害:"
- "DOTA_Tooltip_ability_thtd_eirin_01_crit_chance" "%每50分奖励暴击概率:"
- "DOTA_Tooltip_modifier_eirin_01_count" "「生命游戏」"
- "DOTA_Tooltip_modifier_eirin_01_count_Description" "生命游戏每击中一次目标则获得1点游戏分数,每波结束时兑换奖励并重置积分。"
- "DOTA_Tooltip_ability_thtd_eirin_02" "「Heaven Spider\'s Butterfly-Capturing Web」"
+ "DOTA_Tooltip_ability_thtd_eirin_01_Description" "Eirin will consume %mana_cost% points of mana when attacking to attach a Danmaku, which attacks a random target and has a probability of returning %mana_bonus%% mana. \nThe game of life will gain 1 game point for each target hit, full score 500 points, at the end of each wave to exchange the reward and reset the points, the reward lasts 25 seconds. \nRegen probability: star level * base probability \n[Combo Boost - Kaguya] \nSkill damage increased by one level. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_eirin_01_Note0" "Potential Lv10: Damage +2。"
+ "DOTA_Tooltip_ability_thtd_eirin_01_Note1" "Potential Lv50: Damage +4。"
+ "DOTA_Tooltip_ability_thtd_eirin_01_Note2" "Potential Lv100: Damage +6。"
+ "DOTA_Tooltip_ability_thtd_eirin_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_eirin_01_mana_cost" "Mana Cost: "
+ "DOTA_Tooltip_ability_thtd_eirin_01_mana_chance" "% Chance to Regen Mana: "
+ "DOTA_Tooltip_ability_thtd_eirin_01_mana_bonus" "% Mana Regen: "
+ "DOTA_Tooltip_ability_thtd_eirin_01_power_bonus" "Attack and Power / 50 Points: "
+ "DOTA_Tooltip_ability_thtd_eirin_01_crit_bonus" "% Crit Damage / 50 Points: "
+ "DOTA_Tooltip_ability_thtd_eirin_01_crit_chance" "% Crit Chance / 50 Points: "
+ "DOTA_Tooltip_modifier_eirin_01_count" "「Game of Life」"
+ "DOTA_Tooltip_modifier_eirin_01_count_Description" "The Game of Life earns 1 game point for each target hit, and redeems rewards and resets points at the end of each wave."
+ "DOTA_Tooltip_ability_thtd_eirin_02" "「Heaven Spider's Butterfly-Capturing Web」"
"DOTA_Tooltip_ability_thtd_eirin_02_Description" "Every time there is unit attack near Eirin, she will release a Revival「Seimei Yūgi -Life Game-」to around random targets."
- "DOTA_Tooltip_modifier_eirin_02_spell_buff" "「Heaven Spider\'s Butterfly-Capturing Web」"
- "DOTA_Tooltip_modifier_eirin_02_spell_buff_Description" "This unit get Eirin\'s support."
+ "DOTA_Tooltip_modifier_eirin_02_spell_buff" "「Heaven Spider's Butterfly-Capturing Web」"
+ "DOTA_Tooltip_modifier_eirin_02_spell_buff_Description" "This unit get Eirin's support."
"DOTA_Tooltip_ability_thtd_eirin_03" "Medicine Sign「Large Galaxy in a Pot」"
"DOTA_Tooltip_ability_thtd_eirin_03_Description" "Creating an unescapable barrier in target point."
- "DOTA_Tooltip_ability_thtd_eirin_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_eirin_03_range" "范围:"
+ "DOTA_Tooltip_ability_thtd_eirin_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_eirin_03_range" "Radius:"
"DOTA_Tooltip_ability_thtd_eirin_04" "God Sign「Genealogy of the Celestials」"
- "DOTA_Tooltip_ability_thtd_eirin_04_Description" "Eirin shoots danmuku to around in target point, DANMUKU WILL REBOUNCE WHEN CRACK THE BARRIER, EACH REBOUNCE WILL PROMOTE 20% DAMAGE, MAX TO PROMOTE 5 TIMES.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*0.1 /EACH DANMUKU"
- "DOTA_Tooltip_ability_thtd_eirin_04_Note0" "潜能Lv10:弹幕伤害+5。"
- "DOTA_Tooltip_ability_thtd_eirin_04_Note1" "潜能Lv50:弹幕伤害+10。"
- "DOTA_Tooltip_ability_thtd_eirin_04_Note2" "潜能Lv100:弹幕伤害+15。"
- "DOTA_Tooltip_ability_thtd_eirin_04_Note3" "潜能Lv666:\n获得特殊效果:苏生「Rising Game」,游戏奖励提高至5倍。"
- "DOTA_Tooltip_ability_thtd_eirin_04_Note4" "潜能Lv999:\n获得特殊效果:秘药「仙香玉兔」,永琳觉醒压倒性的力量,不再保留实力,能量和攻击力+1200。"
- "DOTA_Tooltip_ability_thtd_eirin_04_power_damage" "技能伤害(能量点*星级/每个弹幕):"
- "DOTA_Tooltip_ability_thtd_eirin_04_damage_up" "%反弹伤害提高:"
- "DOTA_Tooltip_ability_thtd_eirin_05" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_eirin_05_Description" "选择一个地点来设定AI定点施放:药符「壶中的大银河」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
+ "DOTA_Tooltip_ability_thtd_eirin_04_Description" "Eirin fires a barrage in all directions at the target location. The barrage will bounce when it meets an obstacle, and each bounce will increase the damage. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_eirin_04_Note0" "Potential Lv10: Damage +5。"
+ "DOTA_Tooltip_ability_thtd_eirin_04_Note1" "Potential Lv50: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_eirin_04_Note2" "Potential Lv100: Damage +15。"
+ "DOTA_Tooltip_ability_thtd_eirin_04_Note3" "Potential Lv666: \nGet special effect: Susen [Rising Game], [Game of Life] reward increased to 5 times."
+ "DOTA_Tooltip_ability_thtd_eirin_04_Note4" "Potential Lv999: \nGet special effect: Secret medicine [Xian Xiang Yu Hare], Eirin awakens overwhelming power, no longer retains strength, power and attack power +1200."
+ "DOTA_Tooltip_ability_thtd_eirin_04_power_damage" "Damage (Power*Star/Projectile): "
+ "DOTA_Tooltip_ability_thtd_eirin_04_damage_up" "% Damage Increase Per Bounce: "
+ "DOTA_Tooltip_ability_thtd_eirin_05" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_eirin_05_Description" "Select a location to set the AI to cast: Medicine Sign「Large Galaxy in a Pot」, select the surrounding 100 yards to cancel the fixed point to cast, the lower left corner will be set successfully prompt."
"DOTA_Tooltip_ability_thtd_mokou_01" "Hourai「South Wind, Clear Sky -Fujiyama Volcano-」"
- "DOTA_Tooltip_ability_thtd_mokou_01_Description" "Fujiwara no Mokou\'s attack HAS 10%% CHANCE TO CRIT.\n\nAND EACH ATTACK WILL PROMOTE 5%% CRIT CHANCE\n\n[Relative to Star level]MAX CRIT CHANCE:30%%/40%%/50%%/60%%/70%%"
- "DOTA_Tooltip_ability_thtd_mokou_01_base_chance" "%基础概率:"
- "DOTA_Tooltip_ability_thtd_mokou_01_bonus_chance" "%每次提升概率:"
- "DOTA_Tooltip_ability_thtd_mokou_01_max_chance" "%概率上限:"
- "DOTA_Tooltip_ability_thtd_mokou_01_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_mokou_01_range" "范围:"
+ "DOTA_Tooltip_ability_thtd_mokou_01_Description" "Mokou's attacks have a %base_chance%% chance of dealing an AOE killing blow. Each attack raises the %bonus_chance%% probability until it reaches the maximum at %max_chance%%. \n[Combo Boost - Keine] \n Probability cap is increased."
+ "DOTA_Tooltip_ability_thtd_mokou_01_base_chance" "% Base Chance: "
+ "DOTA_Tooltip_ability_thtd_mokou_01_bonus_chance" "% Chance per Boost: "
+ "DOTA_Tooltip_ability_thtd_mokou_01_max_chance" "% Max Chance: "
+ "DOTA_Tooltip_ability_thtd_mokou_01_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_mokou_01_range" "Radius:"
"DOTA_Tooltip_passive_mokou_01_crit" "Hourai「South Wind, Clear Sky -Fujiyama Volcano-」"
- "DOTA_Tooltip_passive_mokou_01_crit_Description" "This unit\'s crit chance promotes."
- "DOTA_Tooltip_ability_thtd_mokou_02" "Forgiveness「Honest Man\'s Death」"
- "DOTA_Tooltip_ability_thtd_mokou_02_Description" "Fujiwara no Mokou\'s EACH CRIT WILL PROMOTE HERSELF DOUBLE CRIT DAMAGE.\n\nIF THIS ATTACK DOESN\'T CRIT, THE MULTIPLE WILL BE CLEARED.\n\n[Relative to star level]MAX CRIT DAMAGE:2/4/8/16/32 TIMNES."
- "DOTA_Tooltip_ability_thtd_mokou_02_base_crit" "每次提升倍数:"
- "DOTA_Tooltip_ability_thtd_mokou_02_max_crit" "倍数上限:"
- "DOTA_Tooltip_modifier_mokou_crit_buff" "灭罪「正直者之死」"
- "DOTA_Tooltip_modifier_mokou_crit_buff_Description" "当前致命一击倍数。"
- "DOTA_Tooltip_ability_thtd_mokou_03" "Inextinguishable「Phoenix\'s Tail」"
- "DOTA_Tooltip_ability_thtd_mokou_03_Description" "Fujiwara no Mokou releases phoenix\'s power,promotes self\'s ATTACK DAMAGE, and RELEASE Undying「Fire Bird -Flying Phoenix-」IN CRIT.\n\n[Relative to star level]ATTACK DAMAGE PROMOTION:500/2000"
- "DOTA_Tooltip_ability_thtd_mokou_03_bonus_attack" "攻击力增加:"
- "DOTA_Tooltip_ability_thtd_mokou_03_bonus_range" "伤害范围增加:"
- "DOTA_Tooltip_ability_thtd_mokou_03_duration_time" "持续时间:"
- "DOTA_Tooltip_modifier_mokou_03_buff" "不灭「不死鸟之尾」"
- "DOTA_Tooltip_modifier_mokou_03_buff_Description" "藤原妹红释放不死鸟的力量,增加自身的攻击力,伤害范围提升。"
- "DOTA_Tooltip_ability_item_0035_Lore" "Don\'t have some special target, just enjoy life: sleeping, waking up,apprecationg flowers,and sleeping repeatedly."
+ "DOTA_Tooltip_passive_mokou_01_crit_Description" "This unit's killing blow chance promotes."
+ "DOTA_Tooltip_ability_thtd_mokou_02" "Forgiveness「Honest Man's Death」"
+ "DOTA_Tooltip_ability_thtd_mokou_02_Description" "Mokou boosts her killing blow damage %base_crit% times each time she delivers a killing blow. \nIf she does not deliver a killing blow, the multiplier is cleared."
+ "DOTA_Tooltip_ability_thtd_mokou_02_base_crit" "Multiplier per Boost: "
+ "DOTA_Tooltip_ability_thtd_mokou_02_max_crit" "Multiplier Limit: "
+ "DOTA_Tooltip_modifier_mokou_crit_buff" "Forgiveness「Honest Man's Death」"
+ "DOTA_Tooltip_modifier_mokou_crit_buff_Description" "Current killing blow multiplier"
+ "DOTA_Tooltip_ability_thtd_mokou_03" "Inextinguishable「Phoenix's Tail」"
+ "DOTA_Tooltip_ability_thtd_mokou_03_Description" "Mokou unleashes the power of the undying phoenix, increasing her attack power and unleashing the Inextinguishable「Phoenix's Tail」 (damage range increased) when she strikes."
+ "DOTA_Tooltip_ability_thtd_mokou_03_bonus_attack" "Attack Increase: "
+ "DOTA_Tooltip_ability_thtd_mokou_03_bonus_range" "Increase Killing Blow Radius: "
+ "DOTA_Tooltip_ability_thtd_mokou_03_duration_time" "Duration: "
+ "DOTA_Tooltip_modifier_mokou_03_buff" "Inextinguishable「Phoenix's Tail」"
+ "DOTA_Tooltip_modifier_mokou_03_buff_Description" "Mokou unleashes the power of the undead bird, increasing her own attack power and increasing her killing blow radius."
+ "DOTA_Tooltip_ability_item_0035_Lore" "Don't have some special target, just enjoy life: sleeping, waking up,apprecationg flowers,and sleeping repeatedly."
"DOTA_Tooltip_ability_item_0036" "[SSR]Yukari Yakumo"
"DOTA_Tooltip_ability_item_0037" "[SR]Ran Yakumo"
"DOTA_Tooltip_ability_item_0038" "[R]cHEN"
"DOTA_Tooltip_ability_item_0039" "[SSR]Eirin Yagokoro"
"DOTA_Tooltip_ability_item_0040" "[SR]Fujiwara no Mokou"
- "DOTA_Tooltip_ability_item_0036_Lore" "I am purple mother so what\?\nPoped up behind me, Caught my head and pressed to the keyboard if you could anghhkjl;l\'klhjhgfsdfhjkl;\' lkhjfcxsdffhjkhl;lkjhgfsdhjkl;"
- "DOTA_Tooltip_ability_item_0036_Description" "Experience and power are both powerful, has high intelligence, always looks like understand everything.\nShe is called Youkai Oracle, t Before thousands of years one of the Gensokyo\'s founders.\nAs one of a few youkaies know the essence of Gensokyo, she also extremely cherishes Gensokyo.\nGap Youkai, this race only constitutes by herself, at ordinary time she stays in her gap.\nTwice Lunar War\'s originator.\n\n[★]Evil Spirits「Yukari Yakumo\'s Spiriting Away」\n[★]Barrier「Balance of Motion and Stillness」\n[★★★]「Profound Danmaku Barrier -Phantasm, Foam and Shadow-」\n[★★★★★]Abandoned Line「Aimless Journey to the Abandoned Station」"
- "DOTA_Tooltip_ability_item_0037_Description" "Ran Yakumo is a Kyuubi, herself has been powerful,and being shikigami of Yukari Yakumo for a long time makes her abilities more powerful than normal youkaies.\nDue to most of time Yukari Yakumo sleeps, the barrier\'s daily maintenance work is also belongs to her.\nBeing able to work independently and has her own Shikigami(Chen), so she is The Most Powerful Monster.\n\n[★]Shikigami\'s Radiance「Fox-Tanuki Youkai Laser」\n[★]Shikigami\'s Shot「Ultimate Buddhist」\n[★★★★]\"Illusion God「Descent of Izuna Gongen」"
+ "DOTA_Tooltip_ability_item_0036_Lore" "I am purple mother so what\?\nPoped up behind me, Caught my head and pressed to the keyboard if you could anghhkjl;l'klhjhgfsdfhjkl;' lkhjfcxsdffhjkhl;lkjhgfsdhjkl;"
+ "DOTA_Tooltip_ability_item_0036_Description" "Experience and power are both powerful, has high intelligence, always looks like understand everything.\nShe is called Youkai Oracle, t Before thousands of years one of the Gensokyo's founders.\nAs one of a few youkaies know the essence of Gensokyo, she also extremely cherishes Gensokyo.\nGap Youkai, this race only constitutes by herself, at ordinary time she stays in her gap.\nTwice Lunar War's originator.\n\n[★]Evil Spirits「Yukari Yakumo's Spiriting Away」\n[★]Barrier「Balance of Motion and Stillness」\n[★★★]「Profound Danmaku Barrier -Phantasm, Foam and Shadow-」\n[★★★★★]Abandoned Line「Aimless Journey to the Abandoned Station」"
+ "DOTA_Tooltip_ability_item_0037_Description" "Ran Yakumo is a Kyuubi, herself has been powerful,and being shikigami of Yukari Yakumo for a long time makes her abilities more powerful than normal youkaies.\nDue to most of time Yukari Yakumo sleeps, the barrier's daily maintenance work is also belongs to her.\nBeing able to work independently and has her own Shikigami(Chen), so she is The Most Powerful Monster.\n\n[★]Shikigami's Radiance「Fox-Tanuki Youkai Laser」\n[★]Shikigami's Shot「Ultimate Buddhist」\n[★★★★]\"Illusion God「Descent of Izuna Gongen」"
"DOTA_Tooltip_ability_item_0037_Lore" "When I am working busily, my own lord is keeping sleeping."
- "DOTA_Tooltip_ability_item_0038_Description" "A youkai cat lives in Mayohiga, and also she is Ran Yakumo\'s shikigami.\nHaving quick action, youkai power will promote in shikigami state, but still scared to water.\nLooks so smart, but actually her IQ is only like nearby human children.\n\n[★]Yin Yang「Large Pentagram Crest」"
- "DOTA_Tooltip_ability_item_0039_Description" "The oracle of Lunar Capital. Her appearance looks young, and knowledgeable. But her speaking style, facial expressions, acts and so on all have unapproachable atmosphere seems like immortal exclusively have.\nShe called herself Forever Person, treats Remilia(500 years old) like treating a child.\nHer age has beyonded billions.\nPharmacology and archery are both excellent,\\can use magic medicine and archery to knit the barrier.\nBut the really powerful of her is magic and wisdom.\n\n[★]Revival「Seimei Yūgi -Life Game-」\n[★]「Heaven Spider\'s Butterfly-Capturing Web」\n[★★★]Medicine Sign「Large Galaxy in a Pot」\n[★★★★★]God Sign「Genealogy of the Celestials」"
+ "DOTA_Tooltip_ability_item_0038_Description" "A youkai cat lives in Mayohiga, and also she is Ran Yakumo's shikigami.\nHaving quick action, youkai power will promote in shikigami state, but still scared to water.\nLooks so smart, but actually her IQ is only like nearby human children.\n\n[★]Yin Yang「Large Pentagram Crest」"
+ "DOTA_Tooltip_ability_item_0039_Description" "The oracle of Lunar Capital. Her appearance looks young, and knowledgeable. But her speaking style, facial expressions, acts and so on all have unapproachable atmosphere seems like immortal exclusively have.\nShe called herself Forever Person, treats Remilia(500 years old) like treating a child.\nHer age has beyonded billions.\nPharmacology and archery are both excellent,\\can use magic medicine and archery to knit the barrier.\nBut the really powerful of her is magic and wisdom.\n\n[★]Revival「Seimei Yūgi -Life Game-」\n[★]「Heaven Spider's Butterfly-Capturing Web」\n[★★★]Medicine Sign「Large Galaxy in a Pot」\n[★★★★★]God Sign「Genealogy of the Celestials」"
"kaguya" "Houraisan Kaguya"
"aya" "Shameimaru Aya"
"DOTA_Tooltip_ability_thtd_kaguya_01" "Impossible Request「Bullet Branch of Hourai -Rainbow Danmaku-」"
- "DOTA_Tooltip_ability_thtd_kaguya_01_Description" "Kaguya RELEASE 3 TIMES DANMUKU TO THE TARGET POINT, DANMUKU WILL NARROW GRADUALLY.\n\n[Relative to Star level]DAMAGE:POWER POINT*STAR LEVEL*0.5"
- "DOTA_Tooltip_ability_thtd_kaguya_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kaguya_01_max_count" "弹幕次数:"
- "DOTA_Tooltip_ability_thtd_kaguya_01_range" "弹幕伤害范围:"
+ "DOTA_Tooltip_ability_thtd_kaguya_01_Description" "Kaguya releases %max_count% of projectiles to the target location, and the projectiles will gradually decrease in range. \n[Combo Boost - Eirin]\nIncreases the number of projectiles."
+ "DOTA_Tooltip_ability_thtd_kaguya_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kaguya_01_max_count" "Projectile Count: "
+ "DOTA_Tooltip_ability_thtd_kaguya_01_range" "Damage Radius:"
"DOTA_Tooltip_ability_thtd_kaguya_02" "「End of Imperishable Night」"
- "DOTA_Tooltip_ability_thtd_kaguya_02_Description" "The ability of kaguya: manipulates forever and moment, makes surrounding units\' speed change constantly. \n\nEACH 2 SECONDS SWITCH 1 TIME, MAKES AROUND UNITS SPEED UP OR SPEED DOWN, WHEN SPEED UP, UNITS GET MORE DAMAGES, WHEN SPEED DOWN, UNITS GET LESS DAMAGES.\n\n[Relative to Star level]SPEED UP/DOWN EFFECT:50%%\n[Relative to Star level]More/LESS DAMAGE EFFECT:15%%/20%%/25%%/30%%/50%%(LESS-DAMAGE EFFECT IS ONLY HALF OF THE MORE-DAMAGE EFFECT)"
- "DOTA_Tooltip_ability_thtd_kaguya_02_bonus_chance" "%暴击概率:"
- "DOTA_Tooltip_ability_thtd_kaguya_02_bonus_crit" "%暴击伤害:"
- "DOTA_Tooltip_modifier_kaguya_02_buff" "永夜返「光明之世」"
- "DOTA_Tooltip_modifier_kaguya_02_buff_Description" "暴击概率和暴击伤害提高了。"
+ "DOTA_Tooltip_ability_thtd_kaguya_02_Description" "Crit probability is increased by %bonus_chance%%, crit damage is increased by %bonus_crit%%, and nearby friendly units gain half the effect."
+ "DOTA_Tooltip_ability_thtd_kaguya_02_bonus_chance" "% Crit Chance: "
+ "DOTA_Tooltip_ability_thtd_kaguya_02_bonus_crit" "% Crit Damage: "
+ "DOTA_Tooltip_modifier_kaguya_02_buff" "「End of Imperishable Night」"
+ "DOTA_Tooltip_modifier_kaguya_02_buff_Description" "Crit chance and damage are increased."
"DOTA_Tooltip_ability_thtd_kaguya_03" "「Divine Treasure」"
- "DOTA_Tooltip_ability_thtd_kaguya_03_Description" "Kaguya summon Divine Treasures,Inflicts damage on impacted enemies,Adds bonus effect to allied forces.\nActive release will Stop rotating.\n\nDivine Treasures「Brilliant Dragon Bullet」\nFor friendly units:Increase Attack speed\nFor enemy units:Reduce Movement Speed\nDivine Treasures「Buddhist Diamond」\nFor friendly units:Increase Attack\nFor enemy units:Double up Divine Treasures Damage\nDivine Treasures「Salamander Shield」\nFor friendly units:Increase Damage\nFor enemy units:Increase enemy units injured damage\nDivine Treasures「Life Spring Infinity」\nFor friendly units:Increase Physical Penetration\nFor enemy units:Reduce Armor\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*3.5 Per second"
- "DOTA_Tooltip_ability_thtd_kaguya_03_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_kaguya_03_attack_speed" "Attack speed increased:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_move_slow" "Movement Speed reduced:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_attack_percent" "Attack increased:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_damage_up" "%「佛体的金刚石」本技能伤害增加:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_outgoing_percent" "Damage increased:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_incoming_percent" "Injured damage increased:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_penetration" "Physical Penetration increased:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_armor" "Armor reduced:"
- "DOTA_Tooltip_ability_thtd_kaguya_03_range" "作用范围:"
+ "DOTA_Tooltip_ability_thtd_kaguya_03_Description" "Kaguya summons divine treasures around, dealing damage, adding a mitigation effect to enemies that collide into them, and adding a gain effect to friendly towers that collide into it. \n Activating will stop or resume rotation. \n Divine Treasure 「Brilliant Dragon Bullet」 \nTo friendlies: increase %attack_speed% attack speed \nTo enemy: decrease %move_slow%%% movement speed \n Divine Treasure Buddhist Diamond」 \nTo friendlies: increase %attack_percent%%% attack power \nTo enemy: increase %damage_up%%% damage of divine treasures \n Divine Treasure 「Salamander Shield」\n to friendly forces: increase %outgoing_percent%% damage \n to enemy: increase %incoming_percent%% damage \n divine treasure 「Life Spring Infinity」\n to friendly forces: increase %penetration%% physical damage \n to enemy: decrease %armor%% points of armor (minimum to zero)"
+ "DOTA_Tooltip_ability_thtd_kaguya_03_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_attack_speed" "Attack speed increased: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_move_slow" "Movement Speed reduced: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_attack_percent" "Attack increased: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_damage_up" "%「Buddhist Diamond」Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_outgoing_percent" "Damage increased: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_incoming_percent" "Injured damage increased: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_penetration" "Physical Penetration increased: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_armor" "Armor reduced: "
+ "DOTA_Tooltip_ability_thtd_kaguya_03_range" "Skill Radius:"
"DOTA_Tooltip_modifier_kaguya_03_1_buff" "Divine Treasures「Brilliant Dragon Bullet」"
"DOTA_Tooltip_modifier_kaguya_03_1_debuff" "Divine Treasures「Brilliant Dragon Bullet」"
"DOTA_Tooltip_modifier_kaguya_03_2_buff" "Divine Treasures「Buddhist Diamond」"
@@ -1725,17 +1725,17 @@
"DOTA_Tooltip_modifier_kaguya_03_3_debuff" "Divine Treasures「Salamander Shield」"
"DOTA_Tooltip_modifier_kaguya_03_4_debuff" "Divine Treasures「Life Spring Infinity」"
"DOTA_Tooltip_modifier_kaguya_03_4_buff" "Divine Treasures「Life Spring Infinity」"
- "DOTA_Tooltip_modifier_kaguya_03_1_buff_Description" "Affected by Kaguya\'s Divine Treasures,this unit\'s Attack Speed increased."
- "DOTA_Tooltip_modifier_kaguya_03_2_buff_Description" "Affected by Kaguya\'s Divine Treasures,this unit\'s Attack increased."
- "DOTA_Tooltip_modifier_kaguya_03_3_buff_Description" "Affected by Kaguya\'s Divine Treasures,this unit\'s Damage increased."
- "DOTA_Tooltip_modifier_kaguya_03_4_buff_Description" "Affected by Kaguya\'s Divine Treasures,this unit\'s Physical Penetration increased."
- "DOTA_Tooltip_modifier_kaguya_03_1_debuff_Description" "Affected by Kaguya\'s Divine Treasures,this unit\'s Movement Speed reduced."
- "DOTA_Tooltip_modifier_kaguya_03_3_debuff_Description" "Affected by Kaguya\'s Divine Treasures,this unit\'s Injured damage increased"
- "DOTA_Tooltip_modifier_kaguya_03_4_debuff_Description" "Affected by Kaguya\'s Divine Treasures,this unit\'s Armor reduced."
+ "DOTA_Tooltip_modifier_kaguya_03_1_buff_Description" "Affected by Kaguya's Divine Treasures,this unit's Attack Speed increased."
+ "DOTA_Tooltip_modifier_kaguya_03_2_buff_Description" "Affected by Kaguya's Divine Treasures,this unit's Attack increased."
+ "DOTA_Tooltip_modifier_kaguya_03_3_buff_Description" "Affected by Kaguya's Divine Treasures,this unit's Damage increased."
+ "DOTA_Tooltip_modifier_kaguya_03_4_buff_Description" "Affected by Kaguya's Divine Treasures,this unit's Physical Penetration increased."
+ "DOTA_Tooltip_modifier_kaguya_03_1_debuff_Description" "Affected by Kaguya's Divine Treasures,this unit's Movement Speed reduced."
+ "DOTA_Tooltip_modifier_kaguya_03_3_debuff_Description" "Affected by Kaguya's Divine Treasures,this unit's Injured damage increased"
+ "DOTA_Tooltip_modifier_kaguya_03_4_debuff_Description" "Affected by Kaguya's Divine Treasures,this unit's Armor reduced."
"DOTA_Tooltip_ability_ability_common_decrease_armor_buff" "Special skill - Armor Reduction"
- "DOTA_Tooltip_ability_ability_common_decrease_armor_buff_Description" "Promote this unit\'s ARMOR REDUCTION.\n\nThis skill can upgrade by SPELL CARDS FEEDING."
- "DOTA_Tooltip_ability_ability_common_decrease_armor_buff_armor" "ARMOR REDUCTION:"
- "DOTA_Tooltip_ability_ability_common_decrease_magic_armor_buff_Description" "Promote this unit\'s MAGIC RESISTANCE REDUCTION.\n\nThis skill can upgrade by SPELL CARDS FEEDING."
+ "DOTA_Tooltip_ability_ability_common_decrease_armor_buff_Description" "Promote this unit's ARMOR REDUCTION.\n\nThis skill can upgrade by SPELL CARDS FEEDING."
+ "DOTA_Tooltip_ability_ability_common_decrease_armor_buff_armor" "ARMOR REDUCTION: "
+ "DOTA_Tooltip_ability_ability_common_decrease_magic_armor_buff_Description" "Promote this unit's MAGIC RESISTANCE REDUCTION.\n\nThis skill can upgrade by SPELL CARDS FEEDING."
"DOTA_Tooltip_ability_ability_common_decrease_magic_armor_buff" "SPECIAL SKILL - MAGIC RESISTANCE REDUCTION"
"DOTA_Tooltip_ability_ability_common_decrease_magic_armor_buff_magic_armor" "MAGIC RESISTANCE REDUCTION:"
"DOTA_Tooltip_ability_item_2001_Description" "CLEAR ALL ENEMIES(ESCAPE FROM YOUR HAND) IN THE MAP(CONSUMABLES)"
@@ -1752,11 +1752,11 @@
"DOTA_Tooltip_ability_item_2006" "Moonlight Secret Mineral"
"DOTA_Tooltip_ability_item_2007" "Lord Of Calamity Ningyou"
"DOTA_Tooltip_ability_item_2007_Description" "[Single Item Effect]PROMOTE 4%% MP REGEN\n\n[Double Item Effect]PROMOTE 10%% MP REGEN\n\n[Quadruple Item Effect]REDUCE ENEMIES 10%% MOVEMENT SPEED IN 1000 DISTANCES"
- "DOTA_Tooltip_ability_item_2008" "Shinigami\'s Oar"
+ "DOTA_Tooltip_ability_item_2008" "Shinigami's Oar"
"DOTA_Tooltip_ability_item_2008_Description" "[Single Item Effect]PROMOTE 4%% CHANCE OF CRIT\n\n[Double Item Effect]PROMOTE 10%% CHANCE OF CRIT\n\n[Quadruple Item Effect]PROMOTE 100%% CRIT DAMAGE"
"DOTA_Tooltip_ability_item_2009" "Reality Ripper"
"DOTA_Tooltip_ability_item_2009_Description" "[Single Item Effect]+10 POWER POINT +5%% Magic Damage\n\n[Set of 2] +25 POWER POINT +15%% Magic Damage\n\n[Set of 4]Deals 2x Damage to enemy over 70%% health."
- "DOTA_Tooltip_ability_item_2010" "Reaper\'s Scythe"
+ "DOTA_Tooltip_ability_item_2010" "Reaper's Scythe"
"DOTA_Tooltip_ability_item_2010_Description" "[Single Item Effect]+10 POWER POINT +5%% Physical Damage\n\n[Set of 2] +25 POWER POINT 15%% Physical Damage\n\n[Set of 4]Deals 2x Damage to enemy under 30%% health"
"DOTA_Tooltip_ability_item_2011" "Moon Rabbit Smashing Blade"
"DOTA_Tooltip_ability_item_2011_Description" "[Single Item Effect]PROMOTE 20 ATTACK DAMAGE, 10 POWER POINTS\n\n[Double Item Effect]PROMOTE 50 ATTACK DAMAGE 25 POWER POINT\n\n[Quadruple Item Effect]PROMOTE 150%% CRIT DAMAGE AND SPLASH ATTACK IN 400 RANGE"
@@ -1766,11 +1766,11 @@
"DOTA_Tooltip_ability_item_2013_Description" "[Single Item Effect]PROMOTE 10%% PHYSICAL DAMAGE\n\n[Double Item Effect]PROMOTE 25%% PHYSICAL DAMAGE\n\n[Quadruple Item Effect]ENEMIES IN 1000 DISTANCES GET 120%% PHYSICAL DAMAGES."
"DOTA_Tooltip_ability_item_2014" "Spear Gungnir"
"DOTA_Tooltip_ability_item_2014_Description" "[Single Item Effect]PROMOTE 10%% DAMAGE\n\n[Double Item Effect]PROMOTE 20%% DAMAGE\n\n[Quadruple Item Effect]PROMOTE DAMAGE OF UNITS IN 1000 RANGE BY 15%%"
- "DOTA_Tooltip_ability_item_2015" "Mind-WRAITH\'s Hooks"
+ "DOTA_Tooltip_ability_item_2015" "Mind-WRAITH's Hooks"
"DOTA_Tooltip_ability_item_2015_Description" "[Single Item Effect]PROMOTE 5%% CHANCE OF CRIT.\n\n[Double Item Effect]PROMOTE 20%% CHANCE OF CRIT.\n\n[Quadruple Item Effect]PROMOTE 45%% CHANCE OF CRIT"
"DOTA_Tooltip_ability_item_2016" "Eutectic Karyogamy Stick"
"DOTA_Tooltip_ability_item_2016_Description" "[Single Item Effect]PROMOTE 5%% DAMAGE AND 5%% MP REGEN\n\n[Double Item Effect]PROMOTE 10%% DAMAGE AND 10%% MP REGEN\n\n[Quadruple Item Effect]REDUCE 25% SKILL FREEZING TIME."
- "DOTA_Tooltip_ability_item_2017" "Devil\'s Baby Teeth"
+ "DOTA_Tooltip_ability_item_2017" "Devil's Baby Teeth"
"DOTA_Tooltip_ability_item_2017_Description" "[Single Item Effect]PROMOTE 10 ATTACK SPEED\n\n[Double Item Effect]PROMOTE 25 ATTACK SPEED.\n\n[Quadruple Item Effect]PROMOTE 45 ATTACK SPEED."
"DOTA_Tooltip_ability_item_2018" "Moon Crossbow"
"DOTA_Tooltip_ability_item_2018_Description" "[Single Item Effect]PROMOTE 15 ATTACK DAMAGE AND 5 POWER POINTS\n\n[Double Item Effect]PROMOTE 45 ATTACK DAMAGE AND 15 POWER POINTS\n\n[Quadruple Item Effect]PROMOTE 70 ATTACK DAMAGE AND 30% CRIT CHANCE."
@@ -1779,50 +1779,50 @@
"DOTA_Tooltip_ability_item_2020" "Hi-Tech Camera"
"DOTA_Tooltip_ability_item_2020_Description" "[Single Item Effect]PROMOTE 20 POWER POINTS\n\n[Double Item Effect]PROMOTE 60 POWER POINTS\n\n[Quadruple Item Effect]WHEN SKLLS CAUSE DAMAGE TO UNITS, UNITS GET EXTRA 2 TIMES (STAR * POWER POINT) DAMAGE."
"DOTA_Tooltip_ability_item_2021" "Good Wine(cannot sell)"
- "DOTA_Tooltip_ability_item_2021_Description" "All basic attributes are increased %bonus%%%, the first use lasts %duration_max% seconds, the duration of each subsequent use decreases %step% seconds until it is reduced to %duration_min% seconds. (Consumable)"
- "DOTA_Tooltip_ability_item_2021_Note0" "Basic attributes include: attack speed, mana regen, energy, attack power, crit chance, crit damage."
+ "DOTA_Tooltip_ability_item_2021_Description" "All basic attributes are increased by %bonus%%%, the first use lasts %duration_max% seconds, the duration of each subsequent use decreases %step% seconds until it is reduced to %duration_min% seconds. (Consumable)"
+ "DOTA_Tooltip_ability_item_2021_Note0" "Basic attributes include: attack speed, mana regen, power, attack, crit chance, crit damage."
"DOTA_Tooltip_modifier_item_2021_buff" "Good Wine"
"DOTA_Tooltip_modifier_item_2021_buff_Description" "All stats increased"
"DOTA_Tooltip_ability_item_2022_Description" "PROMOTE A UNIT TO MAX LEVEL."
- "DOTA_Tooltip_ability_item_2022" "Hakurei Shrine\'s Amulet(cannot sell)"
+ "DOTA_Tooltip_ability_item_2022" "Hakurei Shrine's Amulet(cannot sell)"
"DOTA_Tooltip_ability_item_0042" "[SR]Shameimaru Aya"
"hatate" "Himekaidou Hatate"
"momiji" "Inubashiri Momiji"
- "DOTA_Tooltip_ability_thtd_aya_01" "Wind Sign「Wind God\'s Fan」"
- "DOTA_Tooltip_ability_thtd_aya_01_Description" "Aya Shameimaru\'s attack has 12%% CHANCE TO RELEASE A HURRICANE, CAUSE DAMAGE AND SPEED REDUCTION TO TARGETS AND UNITS AROUND IT.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*0.5"
- "DOTA_Tooltip_ability_thtd_aya_01_Note0" "潜能Lv10:技能伤害+1。"
- "DOTA_Tooltip_ability_thtd_aya_01_Note1" "潜能Lv50:技能伤害+2,「文文新闻」每层增加伤害+1%%。"
- "DOTA_Tooltip_ability_thtd_aya_01_Note2" "潜能Lv100:技能伤害+4,「文文新闻」每层增加伤害+2%%。"
- "DOTA_Tooltip_ability_thtd_aya_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_aya_01_chance" "%概率:"
- "DOTA_Tooltip_ability_thtd_aya_01_move_slow" "MOVEMENT SPEED REDUCTION EFFECT:"
- "DOTA_Tooltip_ability_thtd_aya_01_duration_time" "减速持续时间:"
- "DOTA_Tooltip_ability_thtd_aya_01_range" "作用范围:"
- "DOTA_Tooltip_ability_thtd_aya_01_buff_time" "「文文新闻」持续时间:"
- "DOTA_Tooltip_ability_thtd_aya_01_damage_up" "%每层「文文新闻」伤害增加:"
- "DOTA_Tooltip_modifier_aya01_slow" "Wind Sign「Wind God\'s Fan」"
- "DOTA_Tooltip_modifier_aya01_slow_Description" "Due to Aya\'s affection, this units\' movement speed is reduced."
+ "DOTA_Tooltip_ability_thtd_aya_01" "Wind Sign「Wind God's Fan」"
+ "DOTA_Tooltip_ability_thtd_aya_01_Description" "Aya attacks with a %chance%%% chance of whipping out a hurricane that deals damage and slows down the target and surrounding units, and attaches 「Bunbunmaru Newspaper」 to the target. \nWhen Aya attacks, it will stack another layer on all units with 「Bunbunmaru Newspaper」. \nAya increases damage to units with 「Bunbunmaru Newspaper」 according to the number of layers, each layer increases %damage_up%%% damage. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_aya_01_Note0" "Potential Lv10: Damage +1。"
+ "DOTA_Tooltip_ability_thtd_aya_01_Note1" "Potential Lv50: Damage +2,「Bunbunmaru Newspaper」Damage per stack +1%%。"
+ "DOTA_Tooltip_ability_thtd_aya_01_Note2" "Potential Lv100: Damage +4,「Bunbunmaru Newspaper」Damage per stack +2%%。"
+ "DOTA_Tooltip_ability_thtd_aya_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_aya_01_chance" "% Chance: "
+ "DOTA_Tooltip_ability_thtd_aya_01_move_slow" "% Slow:"
+ "DOTA_Tooltip_ability_thtd_aya_01_duration_time" "Slow duration: "
+ "DOTA_Tooltip_ability_thtd_aya_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_aya_01_buff_time" "「Bunbunmaru Newspaper」Duration: "
+ "DOTA_Tooltip_ability_thtd_aya_01_damage_up" "% Damage per stack of「Bunbunmaru Newspaper」: "
+ "DOTA_Tooltip_modifier_aya01_slow" "Wind Sign「Wind God's Fan」"
+ "DOTA_Tooltip_modifier_aya01_slow_Description" "Due to Aya's affection, this units' movement speed is reduced."
"DOTA_Tooltip_ability_thtd_aya_02" "「Illusionary Dominance」"
- "DOTA_Tooltip_ability_thtd_aya_02_Description" "Shameimaru Aya fly to the destination,Injuries the enemy units that collided.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*0.5\n\n[COOPERATION PROMOTION - Himekaidou Hatate]\nwith「Kakashi Spirit News」sharing information."
- "DOTA_Tooltip_ability_thtd_aya_02_Note0" "潜能Lv10:碰撞技能伤害+2。"
- "DOTA_Tooltip_ability_thtd_aya_02_Note1" "潜能Lv50:碰撞技能伤害+4。"
- "DOTA_Tooltip_ability_thtd_aya_02_Note2" "潜能Lv100:碰撞技能伤害+8。"
- "DOTA_Tooltip_ability_thtd_aya_02_Note3" "潜能Lv666:\n获得特殊效果:突符「天狗巨暴流」,所有伤害造成4倍暴击。"
- "DOTA_Tooltip_ability_thtd_aya_02_Note4" "潜能Lv999:\n获得特殊效果:鸦符「暗夜昼魇」,「文文新闻」每层增加伤害+4%%。"
- "DOTA_Tooltip_ability_thtd_aya_02_power_damage" "技能伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_aya_02_Description" "Aya flies to the target location, dealing damage to the unit it collides with. \n[Combo Boost - Hatate] \nShares information with 「Kakashi Spirit News」 (same effect as 「Bunbunmaru Newspaper」). \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_aya_02_Note0" "Potential Lv10: Collision damage +2。"
+ "DOTA_Tooltip_ability_thtd_aya_02_Note1" "Potential Lv50: Collision damage +4。"
+ "DOTA_Tooltip_ability_thtd_aya_02_Note2" "Potential Lv100: Collision damage +8。"
+ "DOTA_Tooltip_ability_thtd_aya_02_Note3" "Potential Lv666: \nSpecial effect: [Tengu Mega Storm], all damage deals 4 times more damage。"
+ "DOTA_Tooltip_ability_thtd_aya_02_Note4" "Potential Lv999: \nSpecial effect: Crow charm [Dark Night Nightmare],「Bunbunmaru Newspaper」Damage per stack +4%%。"
+ "DOTA_Tooltip_ability_thtd_aya_02_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_aya_03" "「Peerless Wind God」"
- "DOTA_Tooltip_ability_thtd_aya_03_Description" "When Shameimaru Aya trigger Wind Sign 「Wind God\'s Fan」,「Illusionary Dominance」freezing time will refresh,moreover incidental once attack on the enemy unit."
- "DOTA_Tooltip_ability_thtd_hatate_01" "Reporting 「Hatate Himekaidou\'s Reporting Training」"
- "DOTA_Tooltip_ability_thtd_hatate_01_Description" "Himekaidou Hatate injury to the target area and attach all enemy units「Kakashi Spirit News」。\nAll attach「Kakashi Spirit News」units will be harmed once damage\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*1\n\n[COOPERATION PROMOTION - Shameimaru Aya]\nwith「Bunbunmaru Newspape」sharing information."
- "DOTA_Tooltip_ability_thtd_hatate_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hatate_01_range" "区域范围:"
- "DOTA_Tooltip_ability_thtd_hatate_01_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_hatate_01_damage_up" "%每层「花果子念报」伤害增加:"
+ "DOTA_Tooltip_ability_thtd_aya_03_Description" "When Shameimaru Aya trigger Wind Sign 「Wind God's Fan」,「Illusionary Dominance」freezing time will refresh. Furthermore, collisions will result in an extra attack."
+ "DOTA_Tooltip_ability_thtd_hatate_01" "Reporting 「Hatate Himekaidou's Reporting Training」"
+ "DOTA_Tooltip_ability_thtd_hatate_01_Description" "Active effect: Hatate deals damage to the target area and attaches 「Kakashi Spirit News」 to all units or increases the number of layers for %duration_time% seconds. \nPassive effect: Each attack of Hatate also adds another stack on all units with 「Kakashi Spirit News」, and Hatate increases damage to units with 「Kakashi Spirit News」 according to the number of stacks, each stack increases %damage_up%%% damage. \n[Combo Boost - Aya]\n 「Kakashi Spirit News」and 「Bunbunmaru Newspaper」 share information (「Bunbunmaru Newspaper」 is equivalent to 「Kakashi Spirit News」 effect)."
+ "DOTA_Tooltip_ability_thtd_hatate_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hatate_01_range" "Active Radius:"
+ "DOTA_Tooltip_ability_thtd_hatate_01_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_hatate_01_damage_up" "% Damage per stack of 「Kakashi Spirit News」: "
"DOTA_Tooltip_ability_thtd_hatate_02" "Far-sightedness 「Tengu Psychography」"
- "DOTA_Tooltip_ability_thtd_hatate_02_Description" "Himekaidou Hatate make sustained damage to the enemy units in own area,attach all enemy units「Kakashi Spirit News」,for 5 seconds。\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*4 /per second"
- "DOTA_Tooltip_ability_thtd_hatate_02_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_hatate_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_hatate_02_tick_time" "伤害间隔时间:"
+ "DOTA_Tooltip_ability_thtd_hatate_02_Description" "Hatate deals continuous damage to all enemy units in the area for %duration_time% seconds and adds a stack of 「Kakashi Spirit News」 to all affected units."
+ "DOTA_Tooltip_ability_thtd_hatate_02_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_hatate_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_hatate_02_tick_time" "Damage Interval: "
"DOTA_Tooltip_modifier_aya01_news_buff" "「Bunbunmaru Newspaper」"
"DOTA_Tooltip_modifier_aya01_news_buff_Description" "This unit photographed by Aya."
"DOTA_Tooltip_modifier_hatate01_news_buff" "「Kakashi Spirit News」"
@@ -1830,338 +1830,338 @@
"DOTA_Tooltip_modifier_thdots_hatate02_think_interval" "「Kakashi Spirit News」"
"DOTA_Tooltip_modifier_thdots_hatate02_think_interval_Description" "Himekaidou Hatate thoughtography now"
"DOTA_Tooltip_modifier_momiji_02" "Tengu 「Guardian of Shield」"
- "DOTA_Tooltip_modifier_momiji_02_Description" "Affected by Momiji,this unit\'s Skill damage change to physical type."
+ "DOTA_Tooltip_modifier_momiji_02_Description" "Affected by Momiji,this unit's Skill damage change to physical type."
"DOTA_Tooltip_ability_thtd_momiji_02" "Tengu「Shield of the Guardian」"
- "DOTA_Tooltip_ability_thtd_momiji_02_Description" "Make traget friendly unit\'s skill damage change to physical type and increase 30%%/40%%/60%%。\n\n[COOPERATION PROMOTION - Shameimaru Aya]\nWhen Momiji guard Shameimaru Aya,Aya attack inner circle enemy units will take 50%% effect,attack outer ring enemy units will ignore target unit\'s Armor."
- "DOTA_Tooltip_ability_thtd_momiji_02_damage_up" "%物理伤害提高:"
- "DOTA_Tooltip_ability_thtd_momiji_02_aya_damage_up" "%射命丸文物理伤害提高:"
+ "DOTA_Tooltip_ability_thtd_momiji_02_Description" "Converts target friendly's skill damage to physical and increases %damage_up%%% physical damage. \n[Combo Boost - Aya] \nWhen guarding Aya, the boost is increased."
+ "DOTA_Tooltip_ability_thtd_momiji_02_damage_up" "% Physical Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_momiji_02_aya_damage_up" "% Aya's Physical Damage Increase: "
"DOTA_Tooltip_ability_item_0041" "[SR]Houraisan Kaguya"
"DOTA_Tooltip_ability_item_0043" "[R]Himekaidou Hatate"
"DOTA_Tooltip_ability_item_0044" "[R]Inubashiri Momiji"
"DOTA_Tooltip_ability_item_0041_Description" "Houraisan Kaguya is the main antagonist of Imperishable Night.\nShe was once a princess of the Lunarians, a race of people living on the Moon. Due to illegally creating the Hourai Elixir with Eirin Yagokoro, they ended up living on Earth and what would eventually be Gensokyo.\n She is currently the princess of Eientei.\n\n[★]Impossible Request「Bullet Branch of Hourai -Rainbow Danmaku-」\n[★]「End of Imperishable Night」\n[★★★★]「Divine Treasure」"
- "DOTA_Tooltip_ability_item_0040_Description" "Fujiwara no Mokou was formerly an ordinary human, but she became an immortal being after drinking the Hourai Elixir about 1300 years ago. \nNot close to humans,but it will secretly help humanity.she has the ability to manipulate the flame。\nNow she is never able to die, though she still feels the pain of injuries as normal.\nShe\'s considered to be very powerful, given her long life, the power she earned through her life, and her immortal status since she can keep fighting until she can no longer stand the pain.\n\n[★]Hourai「South Wind, Clear Sky -Fujiyama Volcano-」\n[★]Forgiveness「Honest Man\'s Death」\n[★★★★]Inextinguishable「Phoenix\'s Tail」"
- "DOTA_Tooltip_ability_item_0042_Description" "Aya is unrelenting when it comes to getting sensationalist news stories, and she frequently twists the truth in her writing to her own advantage. It is her policy as a reporter to only report the truth, but there have been many instances where she has written blatant lies. \n It is said that she will come politely asking interviews of humans and youkai alike if she sees them as worth writing an article about, but will forcefully drive away any who interfere. \n \nHowever, Aya has shown a serious side as well. She can be thoughtful about the effect her stories will have on those who read them. She resents the rigid tengu caste system, as even though she works hard, she is unable to advance in rank due to being a crow tengu. \n\n[★]Wind Sign 「Wind God\'s Fan」\n[★★★★]「Illusionary Dominance」\n[★★★★]「Peerless Wind God」"
- "DOTA_Tooltip_ability_item_0043_Description" "Himekaidou Hatate is a tengu reporter who produces the Kakashi Spirit News. \nUnlike her colleague Aya Shameimaru, she never goes outside for her newspaper research. Instead, she uses her ability called thoughtography.\nAfter reading Aya\'s Bunbunmaru Newspaper, she decided to observe Aya\'s way of gathering for her articles.\n\n[★]Reporting 「Hatate Himekaidou\'s Reporting Training」\n[★★★★]\tFar-sightedness 「Tengu Psychography」"
+ "DOTA_Tooltip_ability_item_0040_Description" "Fujiwara no Mokou was formerly an ordinary human, but she became an immortal being after drinking the Hourai Elixir about 1300 years ago. \nNot close to humans,but it will secretly help humanity.she has the ability to manipulate the flame。\nNow she is never able to die, though she still feels the pain of injuries as normal.\nShe's considered to be very powerful, given her long life, the power she earned through her life, and her immortal status since she can keep fighting until she can no longer stand the pain.\n\n[★]Hourai「South Wind, Clear Sky -Fujiyama Volcano-」\n[★]Forgiveness「Honest Man's Death」\n[★★★★]Inextinguishable「Phoenix's Tail」"
+ "DOTA_Tooltip_ability_item_0042_Description" "Aya is unrelenting when it comes to getting sensationalist news stories, and she frequently twists the truth in her writing to her own advantage. It is her policy as a reporter to only report the truth, but there have been many instances where she has written blatant lies. \n It is said that she will come politely asking interviews of humans and youkai alike if she sees them as worth writing an article about, but will forcefully drive away any who interfere. \n \nHowever, Aya has shown a serious side as well. She can be thoughtful about the effect her stories will have on those who read them. She resents the rigid tengu caste system, as even though she works hard, she is unable to advance in rank due to being a crow tengu. \n\n[★]Wind Sign 「Wind God's Fan」\n[★★★★]「Illusionary Dominance」\n[★★★★]「Peerless Wind God」"
+ "DOTA_Tooltip_ability_item_0043_Description" "Himekaidou Hatate is a tengu reporter who produces the Kakashi Spirit News. \nUnlike her colleague Aya Shameimaru, she never goes outside for her newspaper research. Instead, she uses her ability called thoughtography.\nAfter reading Aya's Bunbunmaru Newspaper, she decided to observe Aya's way of gathering for her articles.\n\n[★]Reporting 「Hatate Himekaidou's Reporting Training」\n[★★★★]\tFar-sightedness 「Tengu Psychography」"
"DOTA_Tooltip_ability_item_0044_Description" "Inubashiri Momiji is a white wolf tengu whose duty is to patrol the Youkai Mountain. \nHer good sense of smell and sight are helpful for this duty.\nIt is usually idle, and Kappa is a friend and often plays chess together.\n\n[★]White wolf「Tengu Guardian」\n[★★★]\tTengu 「Guardian of Shield」"
"minoriko_max_change" "Minoriko Aki can only exchange up to three times!"
"DOTA_Tooltip_ability_thtd_sanae_01" "Miracle「Daytime Guest Stars」"
- "DOTA_Tooltip_ability_thtd_sanae_01_Description" "Sanae miracle to the target,Increase the power point of the target,and transfer(1/times)effect to next unit。\n\n[Relative to star level]attribute increased:25/50/100/200/500"
- "DOTA_Tooltip_ability_thtd_sanae_01_power_bonus" "能量点增加:"
- "DOTA_Tooltip_ability_thtd_sanae_01_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_sanae_01_down_percent" "%效果降低:"
- "DOTA_Tooltip_ability_thtd_sanae_01_range" "传递范围:"
- "DOTA_Tooltip_ability_thtd_sanae_01_max_count" "传递次数:"
- "DOTA_Tooltip_modifier_sanae_01" "奇迹「白昼新星」"
- "DOTA_Tooltip_modifier_sanae_01_Description" "早苗降下奇迹,能量点增加。"
- "DOTA_Tooltip_ability_thtd_sanae_02" "Great Miracle 「Yasaka\'s Divine Wind」"
- "DOTA_Tooltip_ability_thtd_sanae_02_Description" "Sanae hurricane blowing at the target,Inflicts damage to nearby units and slows them down.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*2 /per second\n[Relative to star level]slow down:15%%/25%%/35%%/50%%"
- "DOTA_Tooltip_ability_thtd_sanae_02_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_sanae_02_move_slow" "%减速:"
- "DOTA_Tooltip_ability_thtd_sanae_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_sanae_02_duration_range" "范围:"
- "DOTA_Tooltip_modifier_sanae_debuff" "Great Miracle 「Yasaka\'s Divine Wind」"
+ "DOTA_Tooltip_ability_thtd_sanae_01_Description" "Sanae performs a miracle on the target, increasing the target's power points and bouncing to the next unit, reducing the effect by %down_percent%%% with each bounce."
+ "DOTA_Tooltip_ability_thtd_sanae_01_power_bonus" "Power Increase: "
+ "DOTA_Tooltip_ability_thtd_sanae_01_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_sanae_01_down_percent" "% Decrease Per Bounce: "
+ "DOTA_Tooltip_ability_thtd_sanae_01_range" "Bounce Radius:"
+ "DOTA_Tooltip_ability_thtd_sanae_01_max_count" "Max bounces: "
+ "DOTA_Tooltip_modifier_sanae_01" "Miracle「Daytime Guest Stars」"
+ "DOTA_Tooltip_modifier_sanae_01_Description" "Sanae is increasing this unit's power."
+ "DOTA_Tooltip_ability_thtd_sanae_02" "Great Miracle 「Yasaka's Divine Wind」"
+ "DOTA_Tooltip_ability_thtd_sanae_02_Description" "Sanae blows a hurricane at the target location, dealing damage and slowing units around the hurricane."
+ "DOTA_Tooltip_ability_thtd_sanae_02_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_sanae_02_move_slow" "% Slow: "
+ "DOTA_Tooltip_ability_thtd_sanae_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_sanae_02_duration_range" "Radius:"
+ "DOTA_Tooltip_modifier_sanae_debuff" "Great Miracle 「Yasaka's Divine Wind」"
"DOTA_Tooltip_modifier_sanae_debuff_Description" "Affected by Sanae,the unit was decelerated."
"DOTA_Tooltip_ability_thtd_sanae_03" "Sea Opening 「The Day the Sea Split」"
- "DOTA_Tooltip_ability_thtd_sanae_03_Description" "Sanae randomly drop lightning at the target area,Each lightning strike damages the target and stun 0.5 seconds。\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL\n\n[Special Effects - Beliefs]\n\nincrease(1+Belief value/250)multiple stun time,and improve(1+Belief value/250)multiple damage."
- "DOTA_Tooltip_ability_thtd_sanae_03_power_damage" "技能伤害(能量点*星级/每个雷击):"
- "DOTA_Tooltip_ability_thtd_sanae_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_sanae_03_stun_time" "眩晕时间:"
- "DOTA_Tooltip_ability_thtd_sanae_03_range" "范围:"
- "DOTA_Tooltip_ability_thtd_sanae_03_stun_up" "%每点信仰提升眩晕时间:"
- "DOTA_Tooltip_ability_thtd_sanae_03_damage_up" "%每点信仰提升伤害:"
+ "DOTA_Tooltip_ability_thtd_sanae_03_Description" "Sanae drops random lightning strikes at the target location, each of which deals damage and stuns the target for %stun_time% seconds. \n[Special Effect - Belief]\nIncreases stun time and damage."
+ "DOTA_Tooltip_ability_thtd_sanae_03_power_damage" "Damage(Power*Star/Strike): "
+ "DOTA_Tooltip_ability_thtd_sanae_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_sanae_03_stun_time" "Stun Duration: "
+ "DOTA_Tooltip_ability_thtd_sanae_03_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_sanae_03_stun_up" "% Stun Time Increase Per Belief: "
+ "DOTA_Tooltip_ability_thtd_sanae_03_damage_up" "% Damage Boost Per Belief: "
"DOTA_Tooltip_ability_thtd_sanae_04" "Divine Virtue 「Bumper Crop Rice Shower」"
- "DOTA_Tooltip_ability_thtd_sanae_04_Description" "Sanae inspires all special effects for units that gain belief.\n\n[COOPERATION PROMOTION - Yasaka Kanako,Moriya Suwako]\n\nTurn on this skill.\n\nMake Sanae,Kanako and Suwako both can gain belief by killing units."
- "DOTA_Tooltip_ability_thtd_sanae_04_duration_time" "持续时间:"
- "DOTA_Tooltip_modifier_sanae_04_combo_buff" "神德「五谷丰登」"
- "DOTA_Tooltip_modifier_sanae_04_combo_buff_Description" "可通过击杀单位来获得信仰值。"
- "DOTA_Tooltip_modifier_sanae_04_buff" "神德「五谷丰登」"
- "DOTA_Tooltip_modifier_sanae_04_buff_Description" "所有获得信仰值单位的能量升了。"
+ "DOTA_Tooltip_ability_thtd_sanae_04_Description" "Active: Sanae inspires all units that gain belief value to give them the appropriate energy boost. \n[Combination Boost - Kanako & Suwako]\nPassive: Make yourself, Kanako and Suwako all gain belief value, every 3 points of belief value increase 1 point of base power, every unit killed gain 1 point of belief value, maximum 999 points."
+ "DOTA_Tooltip_ability_thtd_sanae_04_duration_time" "Duration: "
+ "DOTA_Tooltip_modifier_sanae_04_combo_buff" "Divine Virtue 「Bumper Crop Rice Shower」"
+ "DOTA_Tooltip_modifier_sanae_04_combo_buff_Description" "Belief can be earned by killing units。"
+ "DOTA_Tooltip_modifier_sanae_04_buff" "Divine Virtue 「Bumper Crop Rice Shower」"
+ "DOTA_Tooltip_modifier_sanae_04_buff_Description" "Power of all units that gain belief rises。"
"DOTA_Tooltip_ability_thtd_nue_01" "「Nightmare of Heiankyou」"
"DOTA_Tooltip_ability_thtd_nue_02" "Grudge Bow 「The Bow of Genzanmi Yorimasa」"
"DOTA_Tooltip_ability_thtd_nue_03" "「Stars ○□△× bug」"
- "DOTA_Tooltip_ability_thtd_nue_01_Description" "Nue Can impose a nightmare on anyone,Damage adds additional spell damage。When you take the initiative, the effect will double.\nAttack:Add 1x damage to this skill damage\nPositive judgment:Added 2x damage to this skill damage\nThe Bow of Genzanmi Yorimasa:Added 3x damage to this skill damage\n\nRelative to star level]DAMAGE:POWER POINT*1\n\n[COOPERATION PROMOTION - Murasa Minamitsu]\n\nWhen causing damage to enemies in the waters,increased damage50%%。"
+ "DOTA_Tooltip_ability_thtd_nue_01_Description" "Nue applies nightmare damage, and each damage dealt by Nue adds additional magic damage. The bonus percentage depends on the cause of the damage. Duration is the same as the skill's cooldown time. \n Normal attack: add %attack_bonus% times the damage of this skill \n Bow: add %spell_bonus% times the damage of this skill \n [Combo boost - Murasa] \n When dealing damage to an enemy on the water, the damage is increased by an additional %damage_up%%%."
"DOTA_Tooltip_ability_thtd_nue_01_Note0" "Skipping waves will decrease stacks by 20 per"
"DOTA_Tooltip_ability_thtd_nue_01_Note1" "Expiration removes 1/3rd stacks"
- "DOTA_Tooltip_ability_thtd_nue_01_power_damage" "Damage:"
- "DOTA_Tooltip_ability_thtd_nue_01_attack_bonus" "Bonus From Attacks:"
- "DOTA_Tooltip_ability_thtd_nue_01_spell_bonus" "Bonus from Spells:"
- "DOTA_Tooltip_ability_thtd_nue_01_damage_up" "% Damage Up:"
+ "DOTA_Tooltip_ability_thtd_nue_01_power_damage" "Damage: "
+ "DOTA_Tooltip_ability_thtd_nue_01_attack_bonus" "Bonus From Attacks: "
+ "DOTA_Tooltip_ability_thtd_nue_01_spell_bonus" "Bonus from Spells: "
+ "DOTA_Tooltip_ability_thtd_nue_01_damage_up" "% Damage Up: "
"DOTA_Tooltip_passive_nue01_attack" "「Nightmare of Heiankyou」"
- "DOTA_Tooltip_passive_nue01_attack_Description" "Houjuu Nue\'s damage will take extra damage."
+ "DOTA_Tooltip_passive_nue01_attack_Description" "Houjuu Nue's damage will add extra damage."
"DOTA_Tooltip_modifier_nue_01_extradamage" "「Nightmare of Heiankyou」"
- "DOTA_Tooltip_modifier_nue_01_extradamage_Description" "「Nightmare of Heiankyou」the number of overlays."
- "DOTA_Tooltip_modifier_nue_killed" "封兽鵺击杀触发"
- "DOTA_Tooltip_modifier_nue_killed_Description" "该单位已经触发过封兽鵺击杀,暂时无法再次触发"
- "DOTA_Tooltip_ability_thtd_nue_02_Description" "Shoot a powerful arrow that full of hatred,The penetrated will receive a large amount of spell damage.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*1"
- "DOTA_Tooltip_ability_thtd_nue_02_power_damage" "技能伤害(能量点*星级):"
+ "DOTA_Tooltip_modifier_nue_01_extradamage_Description" "「Nightmare of Heiankyou」the number of stacks."
+ "DOTA_Tooltip_modifier_nue_killed" "Nue Kill Trigger"
+ "DOTA_Tooltip_modifier_nue_killed_Description" "Unit has already triggered a Nue reset and cannot be triggered again for a time"
+ "DOTA_Tooltip_ability_thtd_nue_02_Description" "Shoots a powerful arrow loaded with hate, dealing spell damage to the penetrated."
+ "DOTA_Tooltip_ability_thtd_nue_02_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_nue_03_Description" "When nue kill a unit, it resets the skill cooldown."
"DOTA_Tooltip_modifier_thdots_nue_03" "「Stars ○□△× bug」"
"DOTA_Tooltip_modifier_thdots_nue_03_Description" "When nue kill a unit, it resets the skill cooldown."
"DOTA_Tooltip_ability_item_0046" "[SR]Kochiya Sanae"
- "DOTA_Tooltip_ability_item_0046_Description" "Kochiya Sanae is a human, but is also a distant descendant of the goddess Suwako Moriya. \nHer role at the Moriya Shrine is similar to a shrine maiden, but with her inherited power Sanae has also become a minor deity herself. \nOriginally from the Outside World, Sanae migrated to Gensokyo with the shrine and its two resident goddesses, Kanako Yasaka and Suwako Moriya. As a result, she is rather knowledgeable about the outside world and modern living, although her attempts to explain scientific concepts usually just confuse the locals. \n\n[★]Miracle「Daytime Guest Stars\n[★]Great Miracle 「Yasaka\'s Divine Wind」\n[★★★★]Sea Opening 「The Day the Sea Split」"
+ "DOTA_Tooltip_ability_item_0046_Description" "Kochiya Sanae is a human, but is also a distant descendant of the goddess Suwako Moriya. \nHer role at the Moriya Shrine is similar to a shrine maiden, but with her inherited power Sanae has also become a minor deity herself. \nOriginally from the Outside World, Sanae migrated to Gensokyo with the shrine and its two resident goddesses, Kanako Yasaka and Suwako Moriya. As a result, she is rather knowledgeable about the outside world and modern living, although her attempts to explain scientific concepts usually just confuse the locals. \n\n[★]Miracle「Daytime Guest Stars\n[★]Great Miracle 「Yasaka's Divine Wind」\n[★★★★]Sea Opening 「The Day the Sea Split」"
"DOTA_Tooltip_ability_item_0047" "[SSR]Yasaka Kanako"
- "DOTA_Tooltip_ability_item_0047_Description" "Yasaka Kanako is the main antagonist of Mountain of Faith. She\'s the current goddess of the Moriya Shrine after defeating its previous resident goddess Suwako Moriya in the Great Suwa War. \nShe desires to collect large amounts of faith, but since the humans of the Outside World no longer place much importance on gods, she has transported the shrine to Gensokyo.\nShe currently lives on top of the Youkai Mountain, where she has an uneasy relationship with the leaders of the tengu. \n\n[★]Divine Festival「Expanded Onbashira」\n[★★★]Onbashira「descent」\n[★★★]Onbashira「recover」\n[★★★★★]「Sacred Authority of the Gods」"
+ "DOTA_Tooltip_ability_item_0047_Description" "Yasaka Kanako is the main antagonist of Mountain of Faith. She's the current goddess of the Moriya Shrine after defeating its previous resident goddess Suwako Moriya in the Great Suwa War. \nShe desires to collect large amounts of faith, but since the humans of the Outside World no longer place much importance on gods, she has transported the shrine to Gensokyo.\nShe currently lives on top of the Youkai Mountain, where she has an uneasy relationship with the leaders of the tengu. \n\n[★]Divine Festival「Expanded Onbashira」\n[★★★]Onbashira「descent」\n[★★★]Onbashira「recover」\n[★★★★★]「Sacred Authority of the Gods」"
"DOTA_Tooltip_ability_item_0048" "[SR]Moriya Suwako"
- "DOTA_Tooltip_ability_item_0048_Description" "Moriya Suwako is the original god of the Moriya Shrine.\nOfficially the shrine now belongs to Kanako Yasaka, but in Suwako\'s words she handles most of the divine services while Kanako handles the \'sales\'. \n\n[★]Divine Tool「Moriya\'s Iron Ring」\n[★★★]Scourge God 「Mishaguchi-sama」\n[★★★★]「Hellish Heat Geyser」"
- "DOTA_Tooltip_ability_item_0048_Note0" ""
+ "DOTA_Tooltip_ability_item_0048_Description" "Moriya Suwako is the original god of the Moriya Shrine.\nOfficially the shrine now belongs to Kanako Yasaka, but in Suwako's words she handles most of the divine services while Kanako handles the 'sales'. \n\n[★]Divine Tool「Moriya's Iron Ring」\n[★★★]Scourge God 「Mishaguchi-sama」\n[★★★★]「Hellish Heat Geyser」"
+ "DOTA_Tooltip_ability_item_0048_Note0" "" // blank in chinese
"DOTA_Tooltip_ability_item_0049" "[SR]Murasa Minamitsu"
"DOTA_Tooltip_ability_item_0050" "[SR]Houjuu Nue"
"DOTA_Tooltip_ability_item_0050_Description" "Houjuu Nue is said to be one of the most mysterious and feared youkai in many years, yet has been defeated by humans many times. \nThere are many differing legends according to her appearance because she hides her \nAt some point, she was sealed underground, and because of the events of Subterranean Animism, she resurfaced back in Gensokyo. \n\n[★]「Nightmare of Heiankyou」\n[★★★]Grudge Bow 「The Bow of Genzanmi Yorimasa」\n[★★★★]「Stars ○□△× bug」"
- "DOTA_Tooltip_ability_item_0049_Description" "Murasa Minamitsu is the spirit of a young drowning victim who afterwards became a notorious threat due to her power to sink ships. \nShe is currently the captain of the Palanquin Ship, searching for the fragments of the Flying Storage. \nShe meets the heroine as she is completing the preparations to travel to Makai. \n\n[★]Harbor Sign 「Eternally Anchored Phantom Ship」\n[★]Captain「spinach」\n[★★★★]Drowning Sign 「Sinkable Vortex」\n[★★★★★]Harbor Sign 「Phantom Ship\'s Port」"
+ "DOTA_Tooltip_ability_item_0049_Description" "Murasa Minamitsu is the spirit of a young drowning victim who afterwards became a notorious threat due to her power to sink ships. \nShe is currently the captain of the Palanquin Ship, searching for the fragments of the Flying Storage. \nShe meets the heroine as she is completing the preparations to travel to Makai. \n\n[★]Harbor Sign 「Eternally Anchored Phantom Ship」\n[★]Captain「spinach」\n[★★★★]Drowning Sign 「Sinkable Vortex」\n[★★★★★]Harbor Sign 「Phantom Ship's Port」"
"sanae" "Kochiya Sanae"
"kanako" "Yasaka Kanako"
"suwako" "Moriya Suwako"
"nue" "Houjuu Nue"
"kanako_gojou" "Onbashira"
"DOTA_Tooltip_ability_thtd_momiji_01" "White wolf「Tengu Guardian」」"
- "DOTA_Tooltip_ability_thtd_momiji_01_Description" "Summon four white wolf to automatically attack the surrounding units,White Wolf Doesn\'t Leave momiji to Walk Over 600 Yards.\n\nRelative to star level]white wolf attack:POWER POINT*STAR LEVEL*1"
- "DOTA_Tooltip_ability_thtd_momiji_01_wolf_attack" "攻击力参数:"
- "DOTA_Tooltip_ability_thtd_momiji_01_range" "白狼活动范围:"
- "DOTA_Tooltip_ability_thtd_momiji_01_max_count" "白狼数量:"
- "DOTA_Tooltip_ability_ability_common_star_up_speed_Description" "Increase the growth rate of the unit.\n\nThis skill can be upgraded through card cultivation.\n\n[Growth rate increased]:10%%/20%%/30%%/40%%"
+ "DOTA_Tooltip_ability_thtd_momiji_01_Description" "Summons %max_count% white wolves to automatically attack surrounding units with a base attack of Momiji's power*star*%wolf_attack%. The white wolves will not leave Momiji for more than %range% yards."
+ "DOTA_Tooltip_ability_thtd_momiji_01_wolf_attack" "Wolf Attack Factor: "
+ "DOTA_Tooltip_ability_thtd_momiji_01_range" "Wolf Radius:"
+ "DOTA_Tooltip_ability_thtd_momiji_01_max_count" "Wolf Count: "
+ "DOTA_Tooltip_ability_ability_common_star_up_speed_Description" "Increase the growth rate of the unit.\n\nThis skill can be upgraded through card cultivation."
"DOTA_Tooltip_ability_ability_common_star_up_speed" "Special Skill - Growth rate increased"
- "DOTA_Tooltip_ability_ability_common_star_up_speed_speed_tooltips" "Growth rate increased:"
+ "DOTA_Tooltip_ability_ability_common_star_up_speed_speed_tooltips" "Growth rate increased: "
"DOTA_Tooltip_ability_ability_touhoutd_ex_up" "Awakening"
- "DOTA_Tooltip_ability_ability_touhoutd_ex_up_Description" "Can stimulate the hidden power of some units"
+ "DOTA_Tooltip_ability_ability_touhoutd_ex_up_Description" "It is possible to stimulate the hidden power of certain towers (such as Rumia). \nas well as activating potentials to enhance their attributes and skills, and awakening them to the top of the list to enter the peak list (except for Lily White, Nazrin, Aki sisters and Normal units ). \nEach level of potential boosts 3 points of power and attack damage, and some skills open up additional effects at special potential levels. "
"DOTA_Tooltip_ability_item_0069" "[R]Toramaru Shou"
"DOTA_Tooltip_ability_item_0088" "[R]Aki Shizuha"
"sizuha" "Aki Shizuha"
"toramaru" "Toramaru Shou"
- "DOTA_Tooltip_ability_thtd_sizuha_01" "Autumn SignFall in Blast」"
- "DOTA_Tooltip_ability_thtd_sizuha_01_Description" "Shizuha Aalthough it is impossible to improve the star in a normal way,but it can grow through time.\n\nEvery(216/432/720/1008)seconds will raise one star。"
- "DOTA_Tooltip_ability_thtd_sizuha_01_Note0" "潜能Lv10:成长花费时间-10%%。"
- "DOTA_Tooltip_ability_thtd_sizuha_01_Note1" "潜能Lv50:成长花费时间-20%%。"
- "DOTA_Tooltip_ability_thtd_sizuha_01_Note2" "潜能Lv100:成长花费时间-30%%。"
- "DOTA_Tooltip_ability_thtd_sizuha_01_grow_time" "成长花费时间:"
+ "DOTA_Tooltip_ability_thtd_sizuha_01" "Autumn Sign「Fall in Blast」"
+ "DOTA_Tooltip_ability_thtd_sizuha_01_Description" "Although Shizuha can't raise the star level in the usual way, it can grow through time. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_sizuha_01_Note0" "Potential Lv10: Growth Time -10%%。"
+ "DOTA_Tooltip_ability_thtd_sizuha_01_Note1" "Potential Lv50: Growth Time -20%%。"
+ "DOTA_Tooltip_ability_thtd_sizuha_01_Note2" "Potential Lv100: Growth Time -30%%。"
+ "DOTA_Tooltip_ability_thtd_sizuha_01_grow_time" "Growth Time: "
"DOTA_Tooltip_ability_thtd_sizuha_02" "Wilted Path「Lost Windrow」"
- "DOTA_Tooltip_ability_thtd_sizuha_02_Description" "Shizuha can through reduce your own(1)star raise target (1)star,the star rating of the promotion goal cannot exceed Shizuha own star rating."
+ "DOTA_Tooltip_ability_thtd_sizuha_02_Description" "Shizuha can raise the target's star level by one by lowering her star level by one, and raising the target's star level cannot exceed her own."
"DOTA_Tooltip_ability_thtd_toramaru_01" "Treasure Sign 「Dazzling Gold」"
- "DOTA_Tooltip_ability_thtd_toramaru_01_Description" "Toramaru Shou inflicts damage on one unit and gains money,And at the end of each turn,Toramaru Shou will cause harm 1%%Tturn into money.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*1\n[Relative to star level]Harvest quantity:12/44/108/216/852"
- "DOTA_Tooltip_ability_thtd_toramaru_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_toramaru_01_bonus_gold" "获取金钱:"
- "DOTA_Tooltip_ability_thtd_toramaru_01_gold_damage_percent" "%回合结束转化比例:"
- "DOTA_Tooltip_ability_thtd_suwako_01" "Divine Tool「Moriya\'s Iron Ring」"
- "DOTA_Tooltip_ability_thtd_suwako_01_Description" "Suwako attack will come with an iron wheel,Repel hit targets 150distances and cause damage。(Each unit will only be knocked back once)\n\n[Relative to star level]DAMAGE:POWER POINT*1\n\n[Special Effects - Beliefs]\n\nimprove(1+Belief value/500)multiple knocked back distance."
- "DOTA_Tooltip_ability_thtd_suwako_01_power_damage" "技能伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_toramaru_01_Description" "Shou deals damage to a unit and gains money, and at the end of each turn, Shou converts a proportional amount of damage dealt into money."
+ "DOTA_Tooltip_ability_thtd_toramaru_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_toramaru_01_bonus_gold" "Bonus Gold: "
+ "DOTA_Tooltip_ability_thtd_toramaru_01_gold_damage_percent" "% Damage Converted To Gold: "
+ "DOTA_Tooltip_ability_thtd_suwako_01" "Divine Tool「Moriya's Iron Ring」"
+ "DOTA_Tooltip_ability_thtd_suwako_01_Description" "Each attack by Suwako comes with an iron wheel that deals damage to the target of the impact."
+ "DOTA_Tooltip_ability_thtd_suwako_01_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_suwako_02" "Scourge God 「Mishaguchi-sama」"
- "DOTA_Tooltip_ability_thtd_suwako_02_Description" "Suwako create one Mishaguchi at the target location,when the unit through Mishaguchi will chained for 1 second.\n\nUnits are not subject to two binding effects,Leave the Mishaguchi will refresh.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*2.5 /per second\n\n[Special Effects - Beliefs]\n\nimprove(1+Beliefs value/500)multiple damage."
- "DOTA_Tooltip_ability_thtd_suwako_02_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_suwako_02_range" "赤口范围:"
- "DOTA_Tooltip_ability_thtd_suwako_02_stay_time" "停留时间判定:"
- "DOTA_Tooltip_ability_thtd_suwako_02_root_time" "束缚时间:"
- "DOTA_Tooltip_ability_thtd_suwako_02_up_percent" "%每点信仰提升:"
+ "DOTA_Tooltip_ability_thtd_suwako_02_Description" "Suwako creates an Akaguchi at the target location. Units that stay inside the Akaguchi for more than %stay_time% seconds will be rooted for %root_time% seconds and take continuous damage. \nUnits that enter the Akaguchi will not be rooted twice and will be refreshed when they leave the Akaguchi. \n[Special Effect - Belief]\nBoost the damage of this skill."
+ "DOTA_Tooltip_ability_thtd_suwako_02_power_damage" "damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_suwako_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_suwako_02_stay_time" "Time Until Root: "
+ "DOTA_Tooltip_ability_thtd_suwako_02_root_time" "Root Time: "
+ "DOTA_Tooltip_ability_thtd_suwako_02_up_percent" "% Damage Boost per Belief: "
"DOTA_Tooltip_ability_thtd_suwako_03" "「Hellish Heat Geyser」"
- "DOTA_Tooltip_ability_thtd_suwako_03_Description" "Suwako use Geyser to bounce all units,Bounce it to a random area within 200 yards and cause damage when landing.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*5.0"
- "DOTA_Tooltip_ability_thtd_suwako_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_suwako_03_up_percent" "%每点信仰提升:"
- "DOTA_Tooltip_ability_thtd_suwako_04" "「好运降临」"
- "DOTA_Tooltip_ability_thtd_suwako_04_Description" "诹访子给目标带来好运,提升其暴击伤害,如果目标为守矢神社单位则获得更强的效果。"
- "DOTA_Tooltip_ability_thtd_suwako_04_crit" "%暴击伤害提升:"
- "DOTA_Tooltip_ability_thtd_suwako_04_self_crit" "%守矢神社暴击伤害提升:"
- "DOTA_Tooltip_ability_thtd_suwako_04_duration_time" "持续时间:"
- "DOTA_Tooltip_modifier_suwako_04_buff" "「好运降临」"
- "DOTA_Tooltip_modifier_suwako_04_buff_Description" "暴击伤害提升。"
+ "DOTA_Tooltip_ability_thtd_suwako_03_Description" "Suwako uses Geyser to bounce up all units and deal damage when they land. \n[Special Effect - Belief]\nIncreases the damage of this skill."
+ "DOTA_Tooltip_ability_thtd_suwako_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_suwako_03_up_percent" "% Damage Boost per Belief: "
+ "DOTA_Tooltip_ability_thtd_suwako_04" "「Good Luck Coming」"
+ "DOTA_Tooltip_ability_thtd_suwako_04_Description" "Suwako brings good luck to the target, boosting its crit damage, and gaining stronger effects if the target is a Moriya Shrine unit."
+ "DOTA_Tooltip_ability_thtd_suwako_04_crit" "% Crit Boost: "
+ "DOTA_Tooltip_ability_thtd_suwako_04_self_crit" "% Moriya Crit Boost: "
+ "DOTA_Tooltip_ability_thtd_suwako_04_duration_time" "Duration: "
+ "DOTA_Tooltip_modifier_suwako_04_buff" "「Good Luck Coming」"
+ "DOTA_Tooltip_modifier_suwako_04_buff_Description" "Crit boosted by Suwako。"
"minamitsu" "Murasa Minamitsu"
"DOTA_Tooltip_ability_thtd_minamitsu_01" "Harbor Sign 「Eternally Anchored Phantom Ship」」"
- "DOTA_Tooltip_ability_thtd_minamitsu_01_Description" "Minamitsu release a ghost ship in the opposite direction of the target,Where the ghost ship passes, water will be generated,Units in the waters will be slowed down."
- "DOTA_Tooltip_ability_thtd_minamitsu_01_move_slow" "movement slow:"
+ "DOTA_Tooltip_ability_thtd_minamitsu_01_Description" "Murasa releases a ghost ship in the lane chosen. Waters will be created where the ghost ship passes through, and units within the waters will be slowed. \n (requires manual casting once)"
+ "DOTA_Tooltip_ability_thtd_minamitsu_01_move_slow" "Percent Slow: "
"DOTA_Tooltip_modifier_minamitsu_01_slow_buff" "Harbor Sign 「Eternally Anchored Phantom Ship」"
"DOTA_Tooltip_modifier_minamitsu_01_slow_buff_Description" "Affected by Minamitsu,the unit was decelerated."
- "DOTA_Tooltip_ability_thtd_minamitsu_02" "Captain「spinach」"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_Description" "Minamitsu eat the ancestral spinach,improve50%%power point in 7 seconds,and Attacks can cause power point-based splash damage to the target area。\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*1\n\n[COOPERATION PROMOTION - Houjuu Nue]\n\npower point improve to 75%%。"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_Note0" "潜能Lv10:提高效果+25%%,冷却时间-2秒。"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_Note1" "潜能Lv50:提高效果+50%%,冷却时间-4秒。"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_Note2" "潜能Lv100:提高效果+75%%,冷却时间-7秒。"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_power_bonus" "%能量点和攻击力提升:"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_ability_duration" "持续时间:"
- "DOTA_Tooltip_ability_thtd_minamitsu_02_radius" "溅射范围:"
+ "DOTA_Tooltip_ability_thtd_minamitsu_02" "Captain「Spinach」"
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_Description" "Murasa eats Ancestral Spinach to increase her power points and attack damage, and each attack will deal splash damage to the target area. \n[Combo Boost - Nue] \nPromote power points and attack damage increase effect. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_Note0" "Potential Lv10: Boost +25%%,Cooldown -2s。"
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_Note1" "Potential Lv50: Boost +50%%,Cooldown -4s。"
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_Note2" "Potential Lv100: Boost +75%%,Cooldown -7s。"
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_power_bonus" "% Attack and Power Boost: "
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_ability_duration" "Duration: "
+ "DOTA_Tooltip_ability_thtd_minamitsu_02_radius" "Splash Radius:"
"DOTA_Tooltip_ability_thtd_minamitsu_03" "Drowning Sign 「Sinkable Vortex」"
- "DOTA_Tooltip_ability_thtd_minamitsu_03_Description" "Minamitsu release a vortex to the target area,Involved in the surrounding unit and caused damage.Units in the whirlpool will be rolled out of the waters.(Each unit is rolled up at most once)\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*2.5 /per second"
- "DOTA_Tooltip_ability_thtd_minamitsu_03_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_minamitsu_03_range" "范围:"
- "DOTA_Tooltip_ability_thtd_minamitsu_04" "Harbor Sign 「Phantom Ship\'s Port」」"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_Description" "Minamitsu from upstream waters summon a ghost ship,Crash into the waters downstream,enemy unit will be hurt.\n\nEveryone in the team「Undefined Fantastic Object」shikigami,Each character is additionally boosted by this skill 50%%damage.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*10 /per impact"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_Note0" "潜能Lv10:技能伤害+5。"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_Note1" "潜能Lv50:技能伤害+10,召唤小型幽灵船舰队。"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_Note2" "潜能Lv100:技能伤害+20,召唤大型幽灵船舰队。"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_Note3" "潜能Lv666:\n获得特殊效果:连续打击,幽灵船舰队前面船的撞击会使下艘船的撞击技能伤害+20。"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_Note4" "潜能Lv999:\n获得特殊效果:北纬38度,村纱水蜜将所有神秘失踪的船重组成究极幽灵船舰队。"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_minamitsu_04_damage_up" "%每个角色额外提升:"
- "DOTA_Tooltip_modifier_thdots_minamitsu03_bonus" "Captain「spinach」"
+ "DOTA_Tooltip_ability_thtd_minamitsu_03_Description" "Murasa releases a whirlpool at the target point, swirling around units and dealing damage. Units inside the whirlpool will be swept out downstream of the water. (Each unit will be swept out at most once)"
+ "DOTA_Tooltip_ability_thtd_minamitsu_03_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_minamitsu_03_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_minamitsu_04" "Harbor Sign 「Phantom Ship's Port」」"
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_Description" "Murasa summons a ghost ship in the upstream of the water and rams it into the downstream of the water, and units that are hit take damage. \nFor every [Unidentified Fantastic Object] character in the party, additionally boost %damage_up%%% damage for that skill. \n[Special Effect - Disciple]\nCooldown time is reduced. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_Note0" "Potential Lv10: Damage +5。"
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_Note1" "Potential Lv50: Damage +10,Summon a fleet of ships。"
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_Note2" "Potential Lv100: Damage +20,Summon a large fleet of ships."
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_Note3" "Potential Lv666: \nGet special effect: Continuous strike, the impact of the ship in front of the ghost ship fleet will increase the next ship's impact skill damage+20。"
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_Note4" "Potential Lv999: \nGet special effect: 38 degrees north, Murasa reorganized all the mysterious missing ships into a fleet of inquisitive ghost ships."
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_minamitsu_04_damage_up" "% Boost per Character: "
+ "DOTA_Tooltip_modifier_thdots_minamitsu03_bonus" "Captain「Spinach」"
"DOTA_Tooltip_modifier_thdots_minamitsu03_bonus_Description" "Minamitsu is a big deal!"
"DOTA_Tooltip_ability_thtd_kanako_01" "Divine Festival「Expanded Onbashira」"
- "DOTA_Tooltip_ability_thtd_kanako_01_Description" "Kanako fire a Onbashira toward the target\'s direction,Damage units and constantly repelled(Each unit will only be knocked back once),Lasts 2.5 seconds.\n\n[Relative to star level]DAMAGE:POWER POINT*5 /per second"
- "DOTA_Tooltip_ability_thtd_kanako_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kanako_01_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_kanako_01_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_kanako_01_Description" "Kanako fires a pillar in the direction the target is fleeing, and units hit by the pillar will be knocked back continuously and deal damage."
+ "DOTA_Tooltip_ability_thtd_kanako_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kanako_01_tick" "Damage Interval: "
+ "DOTA_Tooltip_ability_thtd_kanako_01_duration_time" "Duration: "
"DOTA_Tooltip_ability_thtd_kanako_02" "Onbashira「descent」"
- "DOTA_Tooltip_ability_thtd_kanako_02_Description" "Drop a Onbashira at the target location,Onbashira can connect with other Onbashira,Touching the linked unit will injured damage.\n\nMaximum descent(2/4/6)Onbashiras。\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*(5/6/8) /times\n\n[Special Effects - Beliefs]\n\nimprove(1+Belief value/1000)multiple damage."
- "DOTA_Tooltip_ability_thtd_kanako_02_Note0" "潜能Lv10:链接造成2倍伤害。"
- "DOTA_Tooltip_ability_thtd_kanako_02_Note1" "潜能Lv50:链接造成4倍伤害。"
- "DOTA_Tooltip_ability_thtd_kanako_02_Note2" "潜能Lv100:链接造成8倍伤害。"
- "DOTA_Tooltip_ability_thtd_kanako_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kanako_02_max_count" "御柱最大数量:"
+ "DOTA_Tooltip_ability_thtd_kanako_02_Description" "Lower a Onbashira at the target location. The Onbashira can connect with other Onbashira, and units that touch the link will deal damage. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_kanako_02_Note0" "Potential Lv10: Link deals 2x damage。"
+ "DOTA_Tooltip_ability_thtd_kanako_02_Note1" "Potential Lv50: Link deals 4x damage。。"
+ "DOTA_Tooltip_ability_thtd_kanako_02_Note2" "Potential Lv100: Link deals 8x damage。"
+ "DOTA_Tooltip_ability_thtd_kanako_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kanako_02_max_count" "Max Onbashira: "
"DOTA_Tooltip_ability_thtd_kanako_03" "Onbashira「recover」"
"DOTA_Tooltip_ability_thtd_kanako_03_Description" "recover target Onbashira."
"DOTA_Tooltip_ability_thtd_kanako_03_unit" "Onbashira「link」"
"DOTA_Tooltip_ability_thtd_kanako_03_unit_Description" "Connect with the target Onbashira."
"DOTA_Tooltip_ability_thtd_kanako_04" "「Mountain of Faith」"
- "DOTA_Tooltip_ability_thtd_kanako_04_Description" "Kanako create a Suwa Foughten Field,All units entering and leaving the battlefield are subject to an injury,Units in the battlefield will continue to be harmed.\n\n[Relative to star level]entering/leaving damage:POWER POINT*STAR LEVEL*8\n[Relative to star level]Continuous damage:POWER POINT*STAR LEVEL*0.25 /per second\n\n[Special Effects - Beliefs]\n\nimprove(1+Belief value/1000)multiple damage."
- "DOTA_Tooltip_ability_thtd_kanako_04_Note0" "潜能Lv10:古战场技能伤害提高50%%。"
- "DOTA_Tooltip_ability_thtd_kanako_04_Note1" "潜能Lv50:古战场技能伤害提高100%%。"
- "DOTA_Tooltip_ability_thtd_kanako_04_Note2" "潜能Lv100:古战场技能伤害提高200%%。"
- "DOTA_Tooltip_ability_thtd_kanako_04_Note3" "潜能Lv666:\n获得特殊效果:「风神之神德」,每点信仰值提升伤害+0.6%%。"
- "DOTA_Tooltip_ability_thtd_kanako_04_Note4" "潜能Lv999:\n获得特殊效果:「神明的威光」,神奈子在战场中的暴击伤害+600%%。"
- "DOTA_Tooltip_ability_thtd_kanako_04_power_damage1" "进入/离开伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kanako_04_power_damage2" "持续伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kanako_04_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_kanako_04_range" "古战场范围:"
- "DOTA_Tooltip_ability_thtd_kanako_04_crit_chance" "%暴击概率增加:"
- "DOTA_Tooltip_ability_thtd_kanako_04_damage_up" "%每点信仰值提升伤害:"
+ "DOTA_Tooltip_ability_thtd_kanako_04_Description" "Kanako creates a sacred and solemn ancient battlefield, all units entering and leaving the battlefield will take damage once, units inside the battlefield will continue to take damage, Kanako's crit chance in the battlefield is increased. \n[Special Effect - Belief]\nIncreases the damage dealt by Kanako. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_kanako_04_Note0" "Potential Lv10: Ancient battlefield skill damage increase 50%%。"
+ "DOTA_Tooltip_ability_thtd_kanako_04_Note1" "Potential Lv50: Ancient battlefield skill damage increase 100%%。"
+ "DOTA_Tooltip_ability_thtd_kanako_04_Note2" "Potential Lv100: Ancient battlefield skill damage increase 200%%。"
+ "DOTA_Tooltip_ability_thtd_kanako_04_Note3" "Potential Lv666: \nSpecial effect: [Divine Virtue of the Wind God], each point of faith boosts damage+0.6%%。"
+ "DOTA_Tooltip_ability_thtd_kanako_04_Note4" "Potential Lv999: \nSpecial effect: [God's Mighty Light], Kanako's crit damage +600%%。"
+ "DOTA_Tooltip_ability_thtd_kanako_04_power_damage1" "Entry/Exit Damage(Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kanako_04_power_damage2" "Continuous Damage(Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kanako_04_tick" "Damage Interval: "
+ "DOTA_Tooltip_ability_thtd_kanako_04_range" "Battlefield Radius:"
+ "DOTA_Tooltip_ability_thtd_kanako_04_crit_chance" "% Battlefield Crit Chance Boost: "
+ "DOTA_Tooltip_ability_thtd_kanako_04_damage_up" "% Damage Increase per Belief: "
"DOTA_Tooltip_ability_thtd_toramaru_02" "Buddhist Art 「Most Valuable Vajra」"
- "DOTA_Tooltip_ability_thtd_toramaru_02_Description" "Toramaru Shou Gather the power of money point,Make huge damage to single target.\n\nEnter Endless mode. This skill will have no cooldown,Increases damage to 4x.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*10"
- "DOTA_Tooltip_ability_thtd_toramaru_02_Note0" "无尽20波后AI自动使用本技能。"
- "DOTA_Tooltip_ability_thtd_toramaru_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_toramaru_02_cost_gold" "消耗金钱:"
- "DOTA_Tooltip_ability_thtd_toramaru_03" "Buddha\'s Light 「Vajra of Perfect Buddhism」"
- "DOTA_Tooltip_ability_thtd_toramaru_03_Description" "Toramaru Shou Gather the power of money point,Make huge damage to all targets on the inner ring.\n\nEnter Endless mode. This skill will have no cooldown,Increases damage to 4x.\n\n[Relative to star level]DAMAGE:POWER POINT*STAR LEVEL*5"
- "DOTA_Tooltip_ability_thtd_toramaru_03_Note0" "无尽20波后AI自动使用本技能。"
- "DOTA_Tooltip_ability_thtd_toramaru_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_toramaru_03_cost_gold" "消耗金钱:"
- "DOTA_Tooltip_ability_thtd_toramaru_04" "光符「正义之威光」"
- "DOTA_Tooltip_ability_thtd_toramaru_04_Description" "寅丸星将毘沙门天宝塔的能量通过护心镜反射出来,对周围全体目标造成伤害。\n寅丸星消耗的金钱还会造成(累计消耗金钱 * 星级 * %power_damage%%%)的额外伤害。"
- "DOTA_Tooltip_ability_thtd_toramaru_04_Note0" "累计消耗金钱不扣除返还金钱。"
- "DOTA_Tooltip_ability_thtd_toramaru_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_item_0069_Description" "Toramaru Shou is a disciple of the god Bishamonten.\nAlong with Minamitsu Murasa and the other youkai aboard the Palanquin Ship, she seeks to revive Byakuren Hijiri after she had been sealed away in Makai by humans.\n\n[★]Treasure Sign 「Dazzling Gold」\n[★★★]Buddhist Art 「Most Valuable Vajra」」\n[★★★★★]Buddha\'s Light 「Vajra of Perfect Buddhism」"
- "DOTA_Tooltip_ability_item_0088_Description" ""
- "DOTA_Tooltip_ability_thtd_byakuren_01" "Good Omen「Nirvana\'s Cloudy Way in Purple」I"
- "DOTA_Tooltip_ability_thtd_byakuren_01_Description" "-0.1 Attack Interval,decrease spell damage.\nAttack Interval cannot be smaller than 0.2s.\nWhen Attack Interval is greater than 1.0s, this spell deals Magic Damage.\nWhen Attack Interval is equal to 1.0s, deals Pure Damage.\nWhen Attack Interval Is less than 1.0s, deals Physical Damage.\n\nEach attack will damage the target and all surrounding units.\n\n[Damage Multiplier]Damage Multiplier: Power Point* Star * (1+ 0.1*Number of believers) "
- "DOTA_Tooltip_ability_thtd_byakuren_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_byakuren_01_damage_up" "%每个教徒提升伤害:"
- "DOTA_Tooltip_ability_thtd_byakuren_01_tick_step" "攻击间隔减少:"
- "DOTA_Tooltip_ability_thtd_byakuren_01_extra_damage" "%降低技能伤害:"
- "DOTA_Tooltip_ability_thtd_byakuren_01_min_tick" "最小攻击间隔:"
- "DOTA_Tooltip_ability_thtd_byakuren_01_max_tick" "最大攻击间隔:"
- "DOTA_Tooltip_ability_thtd_byakuren_01_base_tick" "初始攻击间隔:"
- "DOTA_Tooltip_ability_thtd_byakuren_01_range" "伤害范围:"
- "DOTA_Tooltip_ability_thtd_byakuren_02" "Good Omen「Nirvana\'s Cloudy Way in Purple」II"
- "DOTA_Tooltip_ability_thtd_byakuren_02_Description" "+0.1 Attack Interval,decrease spell damage.\nAttack Interval cannot be smaller than 0.2s.\nWhen Attack Interval is greater than 1.0s, this spell deals Magic Damage.\nWhen Attack Interval is equal to 1.0s, deals Pure Damage.\nWhen Attack Interval Is less than 1.0s, deals Physical Damage.\n\nEach attack will damage the target and all surrounding units.\n\n[Damage Multiplier]Damage Multiplier: Power Point* Star * (1+ 0.1*Number of believers)"
- "DOTA_Tooltip_ability_thtd_byakuren_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_byakuren_02_damage_up" "%每个教徒提升伤害:"
- "DOTA_Tooltip_ability_thtd_byakuren_02_tick_step" "攻击间隔减少:"
- "DOTA_Tooltip_ability_thtd_byakuren_02_extra_damage" "%降低技能伤害:"
- "DOTA_Tooltip_ability_thtd_byakuren_02_min_tick" "最小攻击间隔:"
- "DOTA_Tooltip_ability_thtd_byakuren_02_max_tick" "最大攻击间隔:"
- "DOTA_Tooltip_ability_thtd_byakuren_02_base_tick" "初始攻击间隔:"
- "DOTA_Tooltip_ability_thtd_byakuren_02_range" "伤害范围:"
- "DOTA_Tooltip_modifier_byakuren_attack_up" "吉兆「极乐的紫色云路」"
- "DOTA_Tooltip_modifier_byakuren_attack_up_Description" "技能伤害因当前攻击间隔变为魔法。"
- "DOTA_Tooltip_modifier_byakuren_attack_down" "吉兆「极乐的紫色云路」"
- "DOTA_Tooltip_modifier_byakuren_attack_down_Description" "技能伤害因当前攻击间隔变为物理。"
- "DOTA_Tooltip_modifier_byakuren_attack_equal" "吉兆「极乐的紫色云路」"
- "DOTA_Tooltip_modifier_byakuren_attack_equal_Description" "技能伤害因当前攻击间隔变为纯粹。"
- "DOTA_Tooltip_modifier_byakuren_damage_percent" "吉兆「极乐的紫色云路」"
- "DOTA_Tooltip_modifier_byakuren_damage_percent_Description" "当前技能伤害百分比,每层表示1%%。"
+ "DOTA_Tooltip_ability_thtd_toramaru_02_Description" "Shou gathers the power of money and deals damage to a single target. \nCosts %cost_gold% money."
+ "DOTA_Tooltip_ability_thtd_toramaru_02_Note0" "The AI automatically uses this skill after 20 endless waves."
+ "DOTA_Tooltip_ability_thtd_toramaru_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_toramaru_02_cost_gold" "Gold Cost: "
+ "DOTA_Tooltip_ability_thtd_toramaru_03" "Buddha's Light 「Vajra of Perfect Buddhism」"
+ "DOTA_Tooltip_ability_thtd_toramaru_03_Description" "Shou gathers the power of money and deals damage to all targets in the inner circle. \nConsumes %cost_gold% money."
+ "DOTA_Tooltip_ability_thtd_toramaru_03_Note0" "The AI automatically uses this skill after 20 endless waves."
+ "DOTA_Tooltip_ability_thtd_toramaru_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_toramaru_03_cost_gold" "Gold Cost: "
+ "DOTA_Tooltip_ability_thtd_toramaru_04" "Light Amulet 「Light of Justice」"
+ "DOTA_Tooltip_ability_thtd_toramaru_04_Description" "Shou reflects the energy of Vipassana Sky Pagoda through the heart guard mirror, dealing damage to all surrounding targets. The money consumed by \n Toramaru Star also deals additional damage of (cumulative money consumed * star level * %power_damage%%%)."
+ "DOTA_Tooltip_ability_thtd_toramaru_04_Note0" "No money back will be deducted from the accumulated money spent."
+ "DOTA_Tooltip_ability_thtd_toramaru_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_item_0069_Description" "Toramaru Shou is a disciple of the god Bishamonten.\nAlong with Minamitsu Murasa and the other youkai aboard the Palanquin Ship, she seeks to revive Byakuren Hijiri after she had been sealed away in Makai by humans.\n\n[★]Treasure Sign 「Dazzling Gold」\n[★★★]Buddhist Art 「Most Valuable Vajra」」\n[★★★★★]Buddha's Light 「Vajra of Perfect Buddhism」"
+ "DOTA_Tooltip_ability_item_0088_Description" "Aki Shizuha is the god of red leaves who is in charge of the autumn of fantasy land, the sister of Aki Minoriko. \The two sisters are usually in charge of the autumn of Gensokyo together. She is not very good at fighting personally, but if someone comes in the way of autumn, she will still give some punishment to warn them. \She thinks that the autumn leaves are the most beautiful, and when she shows her sister the beautiful red leaves, she will be immersed in a sense of superiority. \nWhen winter comes, it will become sad. \n [★] Autumn Sign「Fall in Blast」 \n [★★★] Wilted Path「Lost Windrow」"
+ "DOTA_Tooltip_ability_thtd_byakuren_01" "Good Omen「Nirvana's Cloudy Way in Purple」I"
+ "DOTA_Tooltip_ability_thtd_byakuren_01_Description" "Decreases its own %tick_step% attack interval, and also decreases its own %extra_damage%%% skill damage. \nWhen the attack interval is greater than the initial attack interval %base_tick%, the damage of this skill will change to magic. \nWhen the attack interval is equal to the initial attack interval %base_tick%, the damage of this skill will change to pure. \nWhen the attack interval is less than the initial attack interval %base_tick%, the damage of this skill will change to physical. \nEach attack will deal damage to the units around the target. \n[Special Effect - Disciple]\nBoosts the damage of this skill."
+ "DOTA_Tooltip_ability_thtd_byakuren_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_byakuren_01_damage_up" "% Damage Boost per Disciple: "
+ "DOTA_Tooltip_ability_thtd_byakuren_01_tick_step" "Attack Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_01_extra_damage" "% Damage per Step: "
+ "DOTA_Tooltip_ability_thtd_byakuren_01_min_tick" "Minimum Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_01_max_tick" "Maximum Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_01_base_tick" "Base Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_01_range" "Splash Radius:"
+ "DOTA_Tooltip_ability_thtd_byakuren_02" "Good Omen「Nirvana's Cloudy Way in Purple」II"
+ "DOTA_Tooltip_ability_thtd_byakuren_02_Description" "Increases its own %tick_step% attack interval, and also increases its own %extra_damage%%% skill damage. \nWhen the attack interval is greater than the initial attack interval %base_tick%, the damage of this skill will change to magic. \nWhen the attack interval is equal to the initial attack interval %base_tick%, the damage of this skill will change to pure. \nWhen the attack interval is less than the initial attack interval %base_tick%, the damage of this skill will change to physical. \nEach attack will deal damage to the units around the target. \n[Special Effect - Disciple]\nBoosts the damage of this skill."
+ "DOTA_Tooltip_ability_thtd_byakuren_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_byakuren_02_damage_up" "% Damage Boost per Disciple: "
+ "DOTA_Tooltip_ability_thtd_byakuren_02_tick_step" "Attack Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_02_extra_damage" "% Damage per Step: "
+ "DOTA_Tooltip_ability_thtd_byakuren_02_min_tick" "Minimum Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_02_max_tick" "Maximum Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_02_base_tick" "Base Interval: "
+ "DOTA_Tooltip_ability_thtd_byakuren_02_range" "Splash Radius:"
+ "DOTA_Tooltip_modifier_byakuren_attack_up" "Good Omen「Nirvana's Cloudy Way in Purple」"
+ "DOTA_Tooltip_modifier_byakuren_attack_up_Description" "Skill damage becomes magic due to the current attack interval."
+ "DOTA_Tooltip_modifier_byakuren_attack_down" "Good Omen「Nirvana's Cloudy Way in Purple」"
+ "DOTA_Tooltip_modifier_byakuren_attack_down_Description" "Skill damage becomes physical due to the current attack interval."
+ "DOTA_Tooltip_modifier_byakuren_attack_equal" "Good Omen「Nirvana's Cloudy Way in Purple」"
+ "DOTA_Tooltip_modifier_byakuren_attack_equal_Description" "Skill damage becomes pure due to the current attack interval."
+ "DOTA_Tooltip_modifier_byakuren_damage_percent" "Good Omen「Nirvana's Cloudy Way in Purple」"
+ "DOTA_Tooltip_modifier_byakuren_damage_percent_Description" "Current skill damage percentage, each tier indicates 1%%."
"DOTA_Tooltip_ability_thtd_byakuren_03" "「Yugyou Hijiri」"
- "DOTA_Tooltip_ability_thtd_byakuren_03_Description" "With any other \'Seirensen\' Unit, Byakuren will preach them into believers,increasing Religious Point over time. \nWhen Religious point reaches 6000, the unit turns into a Believer.\nBelievers can accelerate the preaching process,\nBelievers gain additional abilities and enhences Byakuren’s Damage\n\nNazrin:In Endless Mode, attacks deals additional damage to target and surrounding units. Damage= Rank *0.2* Current Gold. \nToramaru Shou:Spell gold cost reduced by 50%.\nTatara Kogasa: [Karakasa Surprising]reduces 50%% movement speed and deals more damage.\nHoujuu Nue: Instantly kill units damaged by her abilities that are under 10% health.\nMurasa Minamitsu: \'Phantom Ship\'s Port\' \'s cooldown to 15s."
- "DOTA_Tooltip_ability_thtd_byakuren_03_nazrin" "%纳兹琳金钱伤害系数:"
- "DOTA_Tooltip_ability_thtd_byakuren_03_toramaru" "%寅丸星返还消耗金钱:"
- "DOTA_Tooltip_ability_thtd_byakuren_03_kogasa" "%「唐伞惊吓」最大生命值:"
- "DOTA_Tooltip_ability_thtd_byakuren_03_nue" "%封兽鵺秒杀血量:"
- "DOTA_Tooltip_ability_thtd_byakuren_03_minamitsu" "「幽灵船之港」冷却时间:"
- "DOTA_Tooltip_ability_thtd_byakuren_03_kyouko" "%「尖刺之圆」基础伤害提高:"
+ "DOTA_Tooltip_ability_thtd_byakuren_03_Description" "When a [Unidentified Fantastic Object] unit exists on the field, it will be constantly persuaded to increase its religion value.\n When religious value reaches 6000, the unit will become a [Disciple] of Byakuren. \n [Disciple] will also persuade other units together. \n [Disciple] will gain additional abilities and will enhance the damage of Byakuren itself. \nNazrin: Endless wave attacks will deal (current money*%nazrin%%%*star) damage to units within 400 yards of the target. \n Shou: Skills that consume money to use will return %toramaru%%% of the money consumed. \nKogasa: 「Karakasa Surprising Flash」 also causes a soul-drop effect, where the target loses %kogasa%% maximum hp (can only work once) and increases the damage from subsequent scares to %kogasa%% times. \n Nue: When the skill deals damage, it will insta-kill units with %nue%% hp or less. \n Murasa: [Phantom Ship's Port] cooldown time reduced by %minamitsu% seconds. \nKyouko: [Circle of Spikes] base damage increased by %kyouko%%."
+ "DOTA_Tooltip_ability_thtd_byakuren_03_nazrin" "% Nazrin Damage Factor: "
+ "DOTA_Tooltip_ability_thtd_byakuren_03_toramaru" "% Shou Money Refund Factor: "
+ "DOTA_Tooltip_ability_thtd_byakuren_03_kogasa" "% Kogasa Max HP Drop: "
+ "DOTA_Tooltip_ability_thtd_byakuren_03_nue" "% HP For Nue Insta-kill: "
+ "DOTA_Tooltip_ability_thtd_byakuren_03_minamitsu" "Murasa Cooldown Reduction: "
+ "DOTA_Tooltip_ability_thtd_byakuren_03_kyouko" "% Increased base damage of [Circle of Spikes]: "
"DOTA_Tooltip_modifier_byakuren_03_aura" "Yugyou Hijiri"
"DOTA_Tooltip_modifier_byakuren_03_buff" "Yugyou Hijiri"
"DOTA_Tooltip_modifier_byakuren_03_aura_Description" "Byakuren is preaching."
"DOTA_Tooltip_modifier_byakuren_03_buff_Description" "This unit is a Believer of Byakuren."
- "DOTA_Tooltip_ability_thtd_byakuren_04" "Superhuman[Byakuren Hijiri]/Heaven Sign[Brilliance of Mahavairocana]/Great Magic[Devil\'s Recitation]"
- "DOTA_Tooltip_ability_thtd_byakuren_04_Description" "When Byakuren’s attack interval is <1.0s, uses uperhuman[Byakuren Hijiri].\nEach attack has a 10% chance to increase Power Point after channeling, increasing attack speed to maximum. \n[Damage Multiplie]Power Point Multiplier: Power Point * Believer *0.2.\n\nWhen Byakuren’s attack interval is 1.0s, uses Heaven Sign [Brilliance of Mahavairocana].\nEvery (6/ (1+believer*0.2)) attack will also damage surrounding units.\n\nWhen Byakuren’s attack interval is >1.0s, uses Great Magic [Devil\'s Recitation].\nIncrease Magic Penetration by 50, each attack releases 4 laser that deals damage to a random surrounding units.\n[Damage Multiplier] Power Point Multiplier: Power Point * Number of Believer*6*(1+ Number of Believer*0.1)"
- "DOTA_Tooltip_ability_thtd_byakuren_04_Note0" "潜能Lv10:教徒加成效果+20%%。"
- "DOTA_Tooltip_ability_thtd_byakuren_04_Note1" "潜能Lv50:教徒加成效果+40%%。"
- "DOTA_Tooltip_ability_thtd_byakuren_04_Note2" "潜能Lv100:教徒加成效果+60%%。"
- "DOTA_Tooltip_ability_thtd_byakuren_04_Note3" "潜能Lv666:\n获得特殊效果:「三千大千世界之主」,教徒加成额外+100%%。"
- "DOTA_Tooltip_ability_thtd_byakuren_04_Note4" "潜能Lv999:\n获得特殊效果:「释迦牟尼的五行山」,所有技能伤害提高至5倍。"
- "DOTA_Tooltip_ability_thtd_byakuren_04_power_bonus" "%教徒奖励参数:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_chance" "%超人「圣白莲」触发概率:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_duration_time" "超人「圣白莲」持续时间:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_attack_speed" "超人「圣白莲」攻速增加:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_attack_bonus" "超人「圣白莲」基础能量和攻击增加:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_max_count" "「大日如来的光辉」攻击次数需求:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_crit_change" "%「大日如来的光辉」暴击概率提高:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_crit_damage" "%「大日如来的光辉」暴击伤害提高:"
+ "DOTA_Tooltip_ability_thtd_byakuren_04" "Superhuman [Byakuren]/Heaven Sign [Brilliance of Mahavairocana]/Great Magic [Devil's Recitation]"
+ "DOTA_Tooltip_ability_thtd_byakuren_04_Description" "When the attack is less, each attack has a probability to cast Superhuman, which boosts power and attack damage, and attack speed. Disciples will also boost (disciples * bonus parameter)%% extra power and attack. \nWhen attack interval is equal, it releases the [Brilliance of Mahavairocana], which boosts crits and deals aoe damage every %max_count%/(1+disciples*bonus parameter) attack. Disciples also boost (number of disciples*bonus parameter)%% damage. \nWhen the attack interval is greater, it will release the [Devil's Recitation]. Each attack will fire (%damage_count%+disciples) lasers at random surrounding units to deal damage. Disciples will also boost (disciples*bonus parameter) percentage damage. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_Note0" "Potential Lv10: Disciple Additive Effect +20%%。"
+ "DOTA_Tooltip_ability_thtd_byakuren_04_Note1" "Potential Lv50: Disciple Additive Effect +40%%。"
+ "DOTA_Tooltip_ability_thtd_byakuren_04_Note2" "Potential Lv100: Disciple Additive Effect +60%%。"
+ "DOTA_Tooltip_ability_thtd_byakuren_04_Note3" "Potential Lv666: \nSpecial effect: [Lord of the Three Thousand Worlds], +100%% additional bonus for the disciples。"
+ "DOTA_Tooltip_ability_thtd_byakuren_04_Note4" "Potential Lv999: \nGain special effect: [Shakyamuni's Five Elements Mountain], all skill damage increased to 5 times."
+ "DOTA_Tooltip_ability_thtd_byakuren_04_power_bonus" "% Bonus Parameter: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_chance" "% Superhuman [Byakuren] Trigger Probability: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_duration_time" "Superhuman [Byakuren] Duration: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_attack_speed" "Superhuman [Byakuren] Bonus Attack Speed: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_attack_bonus" "Superhuman [Byakuren] Power and Attack bonus: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_max_count" "[Brilliance of Mahavairocana] Required Attacks: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_crit_change" "%[Brilliance of Mahavairocana] Crit Chance Boost: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_crit_damage" "%[Brilliance of Mahavairocana] Crit Damage Boost: "
"DOTA_Tooltip_ability_thtd_byakuren_04_penetration" "Magic Penetration:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_damage_count" "「魔神复诵」发射激光数:"
- "DOTA_Tooltip_ability_thtd_byakuren_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_byakuren_04_range" "伤害范围:"
+ "DOTA_Tooltip_ability_thtd_byakuren_04_damage_count" "[Devil's Recitation] Laser Count: "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_byakuren_04_range" "Splash Radius:"
"DOTA_Tooltip_modifier_byakuren_04_physical_buff" "superhuman [Byakuren Hijiri]"
"DOTA_Tooltip_modifier_byakuren_04_physical_buff_Description" "Byakuren uses magic to vastly enhance her strength."
- "DOTA_Tooltip_modifier_byakuren_04_pure_buff" "超人「圣白莲」"
- "DOTA_Tooltip_modifier_byakuren_04_pure_buff_Description" "圣白莲暴击提升了。"
- "DOTA_Tooltip_modifier_byakuren_04_magic_buff" "Great Magic[Devil\'s Recitation]"
+ "DOTA_Tooltip_modifier_byakuren_04_pure_buff" "Heaven Sign [Brilliance of Mahavairocana]"
+ "DOTA_Tooltip_modifier_byakuren_04_pure_buff_Description" "Byakuren damage up。"
+ "DOTA_Tooltip_modifier_byakuren_04_magic_buff" "Great Magic [Devil's Recitation]"
"DOTA_Tooltip_modifier_byakuren_04_magic_buff_Description" "Byakuren channels magic to increase her magic penetration."
"DOTA_Tooltip_ability_item_0051" "[SSR]Byakuren Hijiri"
- "DOTA_Tooltip_ability_item_0051_Description" "After Myouren dies, Byakuren fears the mortality of life and seeks immortality.\nFailing to achieve immortality through the way of the Buddha, Byakuren turns to magic and sorcery. \nIn her contact wit youkai , she realizes that only the strong can survival. “Survival of the fittest” became her cornerstone. \nOn the one hand, she accepts to beat off youkaies, on the other hand, she helps youkaies, this is the \'balance\' she thinks.\nAs mankind rejects her, Byakuren was banished to devil\'s world --- where Palanquin Ship sails towards.\n\n[★]Good Omen [Nirvana\'s Cloudy Way in Purple]I\n[★]Good Omen [Nirvana\'s Cloudy Way in Purple]II\n[★★★] [Yugyou Hijiri]\n[★★★★★]Superhuman [Byakuren Hijiri]/Heaven Sign [Brilliance of Mahavairocana]/Great Magic [Devil\'s Recitation]"
+ "DOTA_Tooltip_ability_item_0051_Description" "After Myouren dies, Byakuren fears the mortality of life and seeks immortality.\nFailing to achieve immortality through the way of the Buddha, Byakuren turns to magic and sorcery. \nIn her contact wit youkai , she realizes that only the strong can survival. “Survival of the fittest” became her cornerstone. \nOn the one hand, she accepts to beat off youkaies, on the other hand, she helps youkaies, this is the 'balance' she thinks.\nAs mankind rejects her, Byakuren was banished to devil's world --- where Palanquin Ship sails towards.\n\n[★]Good Omen [Nirvana's Cloudy Way in Purple]I\n[★]Good Omen [Nirvana's Cloudy Way in Purple]II\n[★★★] [Yugyou Hijiri]\n[★★★★★]Superhuman [Byakuren Hijiri]/Heaven Sign [Brilliance of Mahavairocana]/Great Magic [Devil's Recitation]"
"byakuren" "Hijiri Byakuren"
"soga" "Soga no Tojiko"
"futo" "Mononobe no Futo"
"miko" "Toyosatomimi no Miko"
- "DOTA_Tooltip_ability_thtd_soga_01" "Vengeful Spirit [Iruka\'s Thunder]"
- "DOTA_Tooltip_ability_thtd_soga_01_Description" "Deals damage to enemies in a straight line, and deals 1s stun.\n\n After releasing, a ball lightning will be created in the track, next time triggering this skill will create ball lightning again in the track.\n\n[Damage Multiplier]Damage:POWER POINT * STAR LEVEL"
- "DOTA_Tooltip_ability_thtd_soga_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_soga_01_stun_time" "眩晕时间:"
- "DOTA_Tooltip_ability_thtd_soga_01_length" "直线长度:"
- "DOTA_Tooltip_ability_thtd_soga_02" "Thunder Arrow [Gagouji\'s Tornado]"
- "DOTA_Tooltip_ability_thtd_soga_02_Description" "Deals 1 time of damage to units in target areas.\n\nAfter releasing, a ball lightning will be created in the track, next time triggering this skill will create ball lightning again in the track.\n\n[Damage Multiplier]Damage: POWER POINT * STAR LEVEL*4"
- "DOTA_Tooltip_ability_thtd_soga_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_soga_02_range" "范围:"
- "DOTA_Tooltip_ability_thtd_soga_02_damage_down" "%再次触发伤害:"
- "DOTA_Tooltip_ability_thtd_soga_03" "Thunder Arrow [Gagouji\'s Tornado]"
- "DOTA_Tooltip_ability_thtd_soga_03_Description" "After a short-time delay, deals a huge damage to units in target areas.\n\nAfter releasing, a ball lightning will be created in the track,next time triggering this skill will create ball lightning again in the track.\n\n[Damage Multiplier]Damage: POWER POINT * Star Level * 10\n\n[COOPERATION PROMOTION - Mononobe no Futo]\n\n+20%% Magic Damage to units are hitted, during 10s."
- "DOTA_Tooltip_ability_thtd_soga_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_soga_03_range" "范围:"
- "DOTA_Tooltip_ability_thtd_soga_03_damage_down" "%再次触发伤害:"
- "DOTA_Tooltip_ability_thtd_soga_03_damage_up" "%被击中单位魔法伤害提升:"
- "DOTA_Tooltip_ability_thtd_soga_03_duration_time" "魔法伤害提升持续时间:"
- "DOTA_Tooltip_ability_thtd_futo_01" "Throwing Dishes [Mononobe\'s Eighty Sake Cups]"
- "DOTA_Tooltip_ability_thtd_futo_01_Description" "Each attack will randomly change a dish, each dish deals different effect.\nGreen Deals 1 time of (POWER POINT * Star Level) damage to all units behind the target.\nOrange Throwes dishes to all surrounding units and deals (POWER POINT * Star Level) damage.\nGreen Inflicting poison to units in target areas and decreasing HP over time.\nRed makes a flame burst to deal (POWER POINT * Star Level * 4) damage to enemies in the area.\nYellow Deals 0.5s stun to enemies in the area.\nBlue Deals critical strike( x 32) to enemies in ther area(this critical strike damage is MAGIC DAMAGE.)"
- "DOTA_Tooltip_ability_thtd_futo_01_damage1" "青伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_futo_01_damage2" "橙伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_futo_01_damage3" "绿伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_futo_01_duration_time" "绿持续时间:"
- "DOTA_Tooltip_ability_thtd_futo_01_damage4" "红伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_futo_01_stun_time" "黄眩晕时间:"
- "DOTA_Tooltip_ability_thtd_futo_01_crit" "蓝暴击伤害倍数:"
- "DOTA_Tooltip_ability_thtd_futo_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_futo_02" "Saint Girl [Sun Goddess\'s Sacrifice]"
- "DOTA_Tooltip_ability_thtd_futo_02_Description" "Each time kill unit, deals self 10%% more magic damage.\n\nAt most overlay 10 times, during 10s.\n\n[COOPERATION PROMOTION - Soga no Tojiko]\n\nOverlay times increase from 10 to 15."
- "DOTA_Tooltip_ability_thtd_futo_02_damage_up" "%魔法伤害提升:"
- "DOTA_Tooltip_ability_thtd_futo_02_max_count" "最大叠加层数:"
- "DOTA_Tooltip_ability_thtd_futo_02_duration_time" "持续时间:"
- "DOTA_Tooltip_modifier_futo_02_buff" "圣童女「太阳神的贡品」"
- "DOTA_Tooltip_modifier_futo_02_buff_Description" "每次击杀单位,提升自身魔法伤害。"
+ "DOTA_Tooltip_ability_thtd_soga_01" "Vengeful Spirit [Iruka's Thunder]"
+ "DOTA_Tooltip_ability_thtd_soga_01_Description" "Deals damage to enemies in a straight line and stuns for %stun_time% seconds. \n Creates a ball lightning on the trajectory after release, and triggering the skill again will trigger the skill again on the trajectory. \n[Special Effect - Impart] \nCooldown time is reduced. \nSupport the AI to automatically stagger the cast."
+ "DOTA_Tooltip_ability_thtd_soga_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_soga_01_stun_time" "Stun Duration: "
+ "DOTA_Tooltip_ability_thtd_soga_01_length" "Line Length: "
+ "DOTA_Tooltip_ability_thtd_soga_02" "Thunder Arrow [Gagouji's Tornado]"
+ "DOTA_Tooltip_ability_thtd_soga_02_Description" "Deals one damage to a unit in the target area. \nRelease creates a ball lightning bolt on the trajectory, and triggering the skill again will trigger the skill again on the trajectory (re-trigger damage is %damage_down%%)."
+ "DOTA_Tooltip_ability_thtd_soga_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_soga_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_soga_02_damage_down" "% Retrigger Damage: "
+ "DOTA_Tooltip_ability_thtd_soga_03" "[Dragon Scroll of Genshinji]"
+ "DOTA_Tooltip_ability_thtd_soga_03_Description" "Deals damage to units in the target area after a short delay. \nRelease creates a ball lightning bolt on the trajectory, and triggering the skill again will trigger the skill again on the trajectory (re-trigger damage is %damage_down%%). \n【Combo Boost - Futo】 \nUnits hit take increased magic damage. \n【Special Effect - Impart】\nCooldown time is reduced."
+ "DOTA_Tooltip_ability_thtd_soga_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_soga_03_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_soga_03_damage_down" "% Retrigger Damage: "
+ "DOTA_Tooltip_ability_thtd_soga_03_damage_up" "% Combo Boost: "
+ "DOTA_Tooltip_ability_thtd_soga_03_duration_time" "Magic Damage Boost Duration: "
+ "DOTA_Tooltip_ability_thtd_futo_01" "Throwing Dishes [Mononobe's Eighty Sake Cups]"
+ "DOTA_Tooltip_ability_thtd_futo_01_Description" "Each attack will randomly replace one type of dish, and each dish will produce a different effect. \n [Cyan] Deals damage to all units behind the target \n [Orange Throws a dish at all surrounding units and deals damage \n [Green] Applies poison to units within the target's range and continuously drops health \n [Red] Deals one inflammation blast that deals damage to enemies within the target's range \n [Yellow] Stuns enemies within the target's range for %stun_time% seconds \n [Blue] Deals %crit% times crit to enemies within the target's range ( The crit damage is magic damage)"
+ "DOTA_Tooltip_ability_thtd_futo_01_damage1" "Cyan Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_futo_01_damage2" "Orange Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_futo_01_damage3" "Green Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_futo_01_duration_time" "Green duration: "
+ "DOTA_Tooltip_ability_thtd_futo_01_damage4" "Red Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_futo_01_stun_time" "Yellow Stun time: "
+ "DOTA_Tooltip_ability_thtd_futo_01_crit" "Blue Crit Multiplier: "
+ "DOTA_Tooltip_ability_thtd_futo_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_futo_02" "Saint Girl [Sun Goddess's Sacrifice]"
+ "DOTA_Tooltip_ability_thtd_futo_02_Description" "Each time you kill a unit, boost your own magic damage by %damage_up%%%. \nStacks up to %max_count% times, lasts %duration_time% seconds. \n[Combo Boost - Tojiko] \nMaximal stacking tier increase."
+ "DOTA_Tooltip_ability_thtd_futo_02_damage_up" "% Magic Damage Boost: "
+ "DOTA_Tooltip_ability_thtd_futo_02_max_count" "Max Stacks: "
+ "DOTA_Tooltip_ability_thtd_futo_02_duration_time" "Duration: "
+ "DOTA_Tooltip_modifier_futo_02_buff" "Saint Girl [Sun Goddess's Sacrifice]"
+ "DOTA_Tooltip_modifier_futo_02_buff_Description" "Magic damage boosted by unit kills"
"DOTA_Tooltip_ability_thtd_futo_03" "Blaze Sign [Sakuraiji in Flames]"
- "DOTA_Tooltip_ability_thtd_futo_03_Description" "Sets big fire to the area, deals damage to enemies in the area over time.\n\n[Damage Multiplier]Damage:POWER POINT * Star Level * 2.5 /Per-sec"
- "DOTA_Tooltip_ability_thtd_futo_03_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_futo_03_range" "范围:"
- "DOTA_Tooltip_ability_thtd_futo_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_item_0052" ""
+ "DOTA_Tooltip_ability_thtd_futo_03_Description" "Applies a large fire to a ranged area, continuously dealing damage to enemies within range. \n[Special Effect - Impart] \nIncreased damage dealt."
+ "DOTA_Tooltip_ability_thtd_futo_03_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_futo_03_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_futo_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_item_0052" "[SSR]Toyosatomimi no Miko"
"DOTA_Tooltip_ability_item_0094" "[SR]Soga no Tojiko"
"DOTA_Tooltip_ability_item_0095" "[SR]Mononobe no Futo"
- "extra_bonus_minoriko_limit" "Minoriko\'s Gift: Aki Minoriko\'s exchange time refreshes."
- "extra_bonus_nazrin" "Nazrin\'s Gift: Get 3500 gold."
- "extra_bonus_lily" "Lily White\'s Gift: Promote all Shikigamis\'level to Max."
- "extra_bosses_minoriko" "Boss Mission: Aki Minoriko: Each 10s regen 30% HP."
- "extra_bosses_keine" "Boss Mission: Kamishirasawa Keine: When HP < 70%, record current HP and recover after 5s."
+ "extra_bonus_minoriko_limit" "Minoriko's Gift: Aki Minoriko's exchange time refreshes."
+ "extra_bonus_nazrin" "Nazrin's Gift: Get 3500 gold."
+ "extra_bonus_lily" "Lily White's Gift: Promote all Shikigamis'level to Max."
+ "extra_bosses_minoriko" "Boss Mission: Aki Minoriko: Each 10s regen 30%% HP."
+ "extra_bosses_keine" "Boss Mission: Kamishirasawa Keine: When HP drops below 70%%, record current HP and recover after 5s."
"extra_bosses_aya" "Boss Mission: Shameimaru Aya: Immune most of movement speed decreasing."
"extra_bosses_kisume" "Boss Mission: Kisume: Reduce self 2000 damage."
- "extra_bosses_alice" "Boss Mission: Alice: After she died, she will split into 3 ningyous, each ningyou has 30% HP, food spawns will be occupied when ningyous enter the circle."
- "DOTA_Tooltip_modifier_bosses_alice" "替死符"
- "DOTA_Tooltip_modifier_bosses_alice_Description" "当受到致死伤害时使用人偶代替自己死亡,但替死后生命值和生命上限降低为最初的33%%。"
+ "extra_bosses_alice" "Boss Mission: Alice: After she died, she will split into 3 ningyous, each ningyou has 30%% HP, food spawns will be occupied when ningyous enter the circle."
+ "DOTA_Tooltip_modifier_bosses_alice" "Scapegoat"
+ "DOTA_Tooltip_modifier_bosses_alice_Description" "When taking lethal damage use the mannequin to die instead of yourself, but after the fake death, life value and life limit is reduced to 33%% of max."
"extra_bosses_kaguya" "Boss Mission: Houraisan Kaguya: Resurrection"
"extra_bosses_yuugi" "Boss Mission: Hoshiguma Yuugi: Have double HP"
- "extra_bosses_mokou" "Boss Mission: Fujiwara no mokou: IMMUNE ITEM\'S CRITICAL STRIKE effect."
+ "extra_bosses_mokou" "Boss Mission: Fujiwara no mokou: IMMUNE ITEM'S CRITICAL STRIKE effect."
"extra_bosses_hina" "Boss Mission: giyama Hina: When she gets hurt, if damage > (the source of damage * 4 * Star Level * POWER POINT), this damage will decrease a half."
"extra_bosses_marisa" "Boss Mission: Kirisame Marisa: Each 3s she will rush 0.3s."
"extra_bosses_rumia" "Boss Mission: Rumia: Each 3s will have 1s Invincibility."
@@ -2169,80 +2169,80 @@
"DOTA_Tooltip_ability_thtd_miko_02" "Hermit Sign [Emperor of the Land of the Rising Sun]"
"DOTA_Tooltip_ability_thtd_miko_03" "Honor [Colors of Twelve Levels]"
"DOTA_Tooltip_ability_thtd_miko_01" "[Cipangu the Golden Sword]"
- "DOTA_Tooltip_ability_thtd_miko_01_Description" "Miko releases 3 golden swords to target direction, units hit by golden swords will get damage, the damage will attach Miko (POWER POINT * 1)\'s\' damage.\n\n[Damage Multiplier]Damage: POWER POINT * Star Level * 4"
- "DOTA_Tooltip_ability_thtd_miko_01_power_damage1" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_miko_01_power_damage2" "附带伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_miko_01_range" "黄金剑距离:"
- "DOTA_Tooltip_ability_thtd_miko_01_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_miko_01_Description" "Miko releases three golden swords in the direction of the target. Units hit by the golden swords will take damage and take additional damage from Miko (power *star*%power_damage2%) when they take damage from the skill."
+ "DOTA_Tooltip_ability_thtd_miko_01_power_damage1" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_miko_01_power_damage2" "Additional Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_miko_01_range" "Distance: "
+ "DOTA_Tooltip_ability_thtd_miko_01_duration_time" "Duration: "
"DOTA_Tooltip_modifier_miko_01_pose" "[Cipangu the Golden Sword]"
- "DOTA_Tooltip_modifier_miko_01_pose_Description" "正在施放黄金剑"
+ "DOTA_Tooltip_modifier_miko_01_pose_Description" "Golden sword being cast"
"DOTA_Tooltip_modifier_miko_01_debuff" "[Cipangu the Golden Sword]"
"DOTA_Tooltip_modifier_miko_01_debuff_Description" "This unit is hitted by golden swords."
- "DOTA_Tooltip_ability_thtd_miko_02_Description" "Each time there is 1 \'Divine Spirit Mausoleum\' unit, it will be \'Listen\' by Miko\nEach time \'Listen a unit, Religious Point will increase constantly.\'\nWhen Religious Points reach 6000, Miko can do \'Teach\' to every \'Divine Spirit Mausoleum\' unit.\nUnits success to be \'Teach\' will get extra ability.\n\nSoga no Tojiko: [Iruka\'s Thunder] Cooldown time reduces to 4s, [Gagouji\'s Tornado] Cooldown time reduces to 10s.\nMononobe no Futo: [Sakuraiji in Flames]Deals 25%% more damage.\nMiyako Yoshika: Attack attaches an extra [poison] buff."
- "DOTA_Tooltip_ability_thtd_miko_02_soga01_cd" "「入鹿之雷」冷却降低:"
- "DOTA_Tooltip_ability_thtd_miko_02_soga03_cd" "「元兴寺的龙卷」冷却降低:"
- "DOTA_Tooltip_ability_thtd_miko_02_futo03_up" "%「樱井寺炎上」伤害提升:"
- "DOTA_Tooltip_ability_thtd_miko_02_yoshika" "附加「毒」层数:"
- "DOTA_Tooltip_ability_thtd_miko_02_seiga" "死亡伤害参数:"
- "DOTA_Tooltip_ability_thtd_miko_02_bonus_power" "传授能量和攻击增加:"
- "DOTA_Tooltip_ability_thtd_miko_02_bonus_chance" "%传授爆击概率增加:"
- "DOTA_Tooltip_ability_thtd_miko_02_bonus_crit" "%传授爆击伤害增加:"
+ "DOTA_Tooltip_ability_thtd_miko_02_Description" "Every [Divine Mausoleum] unit on the field will listen to Miko, increasing religion. \nWhen the religion value reaches 6000, you can [Teach] any [Divine Mausoleum] unit. \nThe unit that is successfully [Imparted] will gain additional abilities, and Miko gains attribute bonuses when the [Imparted] unit is present. \n Tojiko: The cooldown time of [Iruka's Thunder] is reduced by %soga01_cd%sec, and the cooldown of [Dragon Scroll of Genshinji] is reduced by %soga03_cd%sec. \nFuto: [Sakuraiji in Flames] damage up %futo03_up%%%. \n Miyako: Attacks attach %yoshika% additional stacks of [poison]. \n Seiga: When a unit dies around you, it deals %seiga% damage to surrounding units with the sum of all [Imparted] units and Miko star*power*%seiga%."
+ "DOTA_Tooltip_ability_thtd_miko_02_soga01_cd" "[Iruka's Thunder] CD Reduction: "
+ "DOTA_Tooltip_ability_thtd_miko_02_soga03_cd" "[Dragon Scroll of Genshinji] CD Reduction: "
+ "DOTA_Tooltip_ability_thtd_miko_02_futo03_up" "% [Sakuraiji in Flames] Damage Boost: "
+ "DOTA_Tooltip_ability_thtd_miko_02_yoshika" "Additional poison stacks: "
+ "DOTA_Tooltip_ability_thtd_miko_02_seiga" "Seiga death parameter: "
+ "DOTA_Tooltip_ability_thtd_miko_02_bonus_power" "Imparted bonus stats: "
+ "DOTA_Tooltip_ability_thtd_miko_02_bonus_chance" "% Bonus imparted crit chance: "
+ "DOTA_Tooltip_ability_thtd_miko_02_bonus_crit" "% Bonus imparted crit damage: "
"DOTA_Tooltip_modifier_miko_02_aura" "Hermit Sign [Emperor of the Land of the Rising Sun]"
- "DOTA_Tooltip_modifier_miko_02_aura_Description" "Miko is \'Listening\'."
+ "DOTA_Tooltip_modifier_miko_02_aura_Description" "Miko is 'Listening'."
"DOTA_Tooltip_modifier_miko_02_buff" "Hermit Sign [Emperor of the Land of the Rising Sun]"
- "DOTA_Tooltip_modifier_miko_02_buff_Description" "This unit has been \'Taught\'."
- "DOTA_Tooltip_modifier_miko_02_ready" "仙符「日出之处的天子」"
- "DOTA_Tooltip_modifier_miko_02_ready_Description" "宗教值达到6000。「传授」已就绪"
- "DOTA_Tooltip_ability_thtd_miko_03_Description" "Each 0.3s Miko will release a colorful light ball to attack surrounding random targets.\n\nEach \'Be Taught\' unit there will cause release 1 extra light ball.\n\n[Damage Multiplier]Damage: POWER POINT * Star Level"
- "DOTA_Tooltip_ability_thtd_miko_03_Note0" "潜能Lv10:光球造成2倍伤害。"
- "DOTA_Tooltip_ability_thtd_miko_03_Note1" "潜能Lv50:光球造成4倍伤害。"
- "DOTA_Tooltip_ability_thtd_miko_03_Note2" "潜能Lv100:光球造成6倍伤害。"
- "DOTA_Tooltip_ability_thtd_miko_03_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_miko_03_tick" "发射间隔:"
- "DOTA_Tooltip_ability_thtd_miko_04_Description" "Miko asks all \'Be Taught\' units there to release \'Meteor Shower\' to inner enemies with itself together.\n\n[Damage Multiplier]Damage: POWER POINT * Star Level * 2.5/Per Meteor Shower."
- "DOTA_Tooltip_ability_thtd_miko_04_Note0" "潜能Lv10:流星雨伤害+5。"
- "DOTA_Tooltip_ability_thtd_miko_04_Note1" "潜能Lv50:流星雨伤害+10。"
- "DOTA_Tooltip_ability_thtd_miko_04_Note2" "潜能Lv100:流星雨伤害+20。"
- "DOTA_Tooltip_ability_thtd_miko_04_Note3" "潜能Lv666:\n获得特殊效果:光符「王道的威光」,光球额外造成12倍伤害,且增加400%%暴击伤害。"
- "DOTA_Tooltip_ability_thtd_miko_04_Note4" "潜能Lv999:\n获得特殊效果:星神符「十七条的超人」,流星雨伤害+170。"
- "DOTA_Tooltip_ability_thtd_miko_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_miko_04_duration_time" "持续时间:"
+ "DOTA_Tooltip_modifier_miko_02_buff_Description" "This unit has been 'Taught'."
+ "DOTA_Tooltip_modifier_miko_02_ready" "Hermit Sign [Emperor of the Land of the Rising Sun]"
+ "DOTA_Tooltip_modifier_miko_02_ready_Description" "Teaching is ready."
+ "DOTA_Tooltip_ability_thtd_miko_03_Description" "Every %tick% seconds, Miko will fire a colored ball of light to attack a random target around it. \nFor every [Imparted] unit on the field, an additional ball of light will be fired. \nHold down the ALT key to see the additional effect of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_miko_03_Note0" "Potential Lv10: Light balls deal 2x damage"
+ "DOTA_Tooltip_ability_thtd_miko_03_Note1" "Potential Lv50: Light balls deal 4x damage"
+ "DOTA_Tooltip_ability_thtd_miko_03_Note2" "Potential Lv100: Light balls deal 6x damage"
+ "DOTA_Tooltip_ability_thtd_miko_03_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_miko_03_tick" "Interval: "
+ "DOTA_Tooltip_ability_thtd_miko_04_Description" "Miko immediately releases the Golden Sword and summons all the [Imparted] units on the field to continuously release Meteor Shower on the inner circle units together with herself. \nSwitch the AI to choose whether to cast it automatically or not. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_miko_04_Note0" "Potential Lv10: Meteor Damage +5。"
+ "DOTA_Tooltip_ability_thtd_miko_04_Note1" "Potential Lv50: Meteor Damage +10。"
+ "DOTA_Tooltip_ability_thtd_miko_04_Note2" "Potential Lv100: Meteor Damage +20。"
+ "DOTA_Tooltip_ability_thtd_miko_04_Note3" "Potential Lv666: \nGain special effect: Light talisman [King's Mighty Light], light ball deals 12 times more damage and increases 400%% crit damage."
+ "DOTA_Tooltip_ability_thtd_miko_04_Note4" "Potential Lv999: \nGain special effect: Star God Charm [Superman of the Seventeen Stripes], meteor shower damage +170."
+ "DOTA_Tooltip_ability_thtd_miko_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_miko_04_duration_time" "Duration: "
"DOTA_Tooltip_modifier_thdots_miko04_think_interval" "[Newborn Divine Spirit]"
- "DOTA_Tooltip_modifier_thdots_miko04_think_interval_Description" "神子召唤所有场上的「传授」单位与自己一同对内圈单位持续释放流星雨。"
+ "DOTA_Tooltip_modifier_thdots_miko04_think_interval_Description" "Miko summons all [Imparted] units on the field to continuously release a meteor shower on inner circle units together with herself."
"DOTA_Tooltip_modifier_miko_04_pose" "[Newborn Divine Spirit]"
- "DOTA_Tooltip_modifier_miko_04_pose_Description" "正在释放流星雨中"
+ "DOTA_Tooltip_modifier_miko_04_pose_Description" "In the process of releasing a meteor shower"
"DOTA_Tooltip_ability_thtd_yoshika_01" "poison Nail[Undead Murderer]"
- "DOTA_Tooltip_ability_thtd_yoshika_01_Description" "Miyako\'s every attack will attach a [poison] buff to units in target area, and decrease their movement speed, during 5s.\n\n[Damage Multiplier]Damage: POWER POINT * Star Level *1/Per-Sec."
- "DOTA_Tooltip_ability_thtd_yoshika_01_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_yoshika_01_move_slow" "%移速降低:"
- "DOTA_Tooltip_ability_thtd_yoshika_01_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_yoshika_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_yoshika_01_attack_speed" "组合提升攻击速度:"
- "DOTA_Tooltip_modifier_thtd_yoshika_01_combo_buff" "【组合提升 - 霍青娥】"
- "DOTA_Tooltip_modifier_thtd_yoshika_01_combo_buff_Description" "攻击速度得到提升。"
+ "DOTA_Tooltip_ability_thtd_yoshika_01_Description" "Each attack of Miyako will attach a stack of [poison] to units within the target range, dealing continuous damage and slowing them down for %duration_time% seconds. \n[Combo Boost - Seiga]\n boosts %attack_speed% attack speed and boosts the slowing effect."
+ "DOTA_Tooltip_ability_thtd_yoshika_01_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_yoshika_01_move_slow" "% Slow: "
+ "DOTA_Tooltip_ability_thtd_yoshika_01_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_yoshika_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_yoshika_01_attack_speed" "Combo attack speed "
+ "DOTA_Tooltip_modifier_thtd_yoshika_01_combo_buff" "【Combo Boost - Seiga】"
+ "DOTA_Tooltip_modifier_thtd_yoshika_01_combo_buff_Description" "Increased attack speed and slow"
"DOTA_Tooltip_modifier_yoshika_01_slow" "Poison Nail [Undead Murderer]"
"DOTA_Tooltip_modifier_yoshika_01_slow_Description" "This unit affects by [Poison], movement speed decreases."
"DOTA_Tooltip_ability_thtd_yoshika_02" "Poison Nail [Poison Murder]"
- "DOTA_Tooltip_ability_thtd_yoshika_02_Description" "Depends on the number of [poison] buff,Miyako deals damage to units are attaching [poison] in inner circle.\n(This [poison] includes other units\' poisoned Spell cards.)\n\n[Damage Multiplier]Damage:POWER POINT * Star Level * 0.5 * Num of Buff"
- "DOTA_Tooltip_ability_thtd_yoshika_02_power_damage" "技能伤害(能量点*星级/每层毒):"
+ "DOTA_Tooltip_ability_thtd_yoshika_02_Description" "Miyako deals damage to all units with [Poison] in the inner circle depending on the tier of [Poison] (this [Poison] includes poison charm cards of other units)."
+ "DOTA_Tooltip_ability_thtd_yoshika_02_power_damage" "Damage (Power*Star/Stack): "
"DOTA_Tooltip_ability_item_0097" "[R]Yoshika Miyako"
- "DOTA_Tooltip_ability_item_0052_Description" "The saint Wakes up from sleeping eternally, when she was born she has got unbelievable gift, has beyond the mankind a lot.\nShe can undersatnd 10 people\'s spoken at the same time and give correct answers. It is said when she was a child, she used phus to make Four King\'s Shapes and built Four King Temple.On another hand, although there are some stories said she was born in the barn, they seems like jokes.\nNow she has become an immortal.But she still has not broken off with mankind\'s world, sometimes she even meddles in mankind\'s stuff. It perhaps is a habit was left due to be an Emperor before.\nHer character is so kind and humorous. However if you are meet face by face, you would make fault easily, even felt you have no secret now, so people mostly revered her.\n\n[★][Cipangu the Golden Sword]\n[★]Hermit Sign[Emperor of the Land of the Rising Sun]\n[★★★]Honor[Colors of Twelve Levels]\n[★★★★★][Newborn Divine Spirit]"
- "DOTA_Tooltip_ability_item_0094_Description" "Ancients\' spirit. Serving Toyosatomimi no Miko with Mononobe no Futo together.\nshe becomes a spirit due to be cheated by Futo, but she is not mind now.\nShe has the ability to fall the thunder.\n\n[★]Vengeful Spirit[Iruka\'s Thunder]\n[★★★]Thunder Arrow[Gagouji\'s Cyclone]\n[★★★★]Thunder Arrow[Gagouji\'s Tornado]"
- "DOTA_Tooltip_ability_item_0095_Description" "The ancient keeps sleeping by cursing self in a long time.\nShe trys reaching immortal by using death to divide into Metempsychosis wheel.\nBut in fact it is not that simple, finally she was still found out by Death god.\nComparing with Toyosatomimi no Miko who lives until now, she seems not really like Gensokyo, perhaps it is because she is not suitable.\nThis can be found out some from her past.\nWhen she was alive, she didn\'t accept Buddhism preached from the mainland, oppositely believed Tao near the ancient Shintoism.\nHence Her magic and style of using magic are not really old. It can say it is her personal style.\n\n[★]Throwing Dishes[Mononobe\'s Eighty Sake Cups]\n[★★★]Saint Girl[Sun Goddess\'s Sacrifice]\n[★★★★]Blaze Sign[Sakuraiji in Flames]"
+ "DOTA_Tooltip_ability_item_0052_Description" "The saint Wakes up from sleeping eternally, when she was born she has got unbelievable gift, has beyond the mankind a lot.\nShe can undersatnd 10 people's spoken at the same time and give correct answers. It is said when she was a child, she used phus to make Four King's Shapes and built Four King Temple.On another hand, although there are some stories said she was born in the barn, they seems like jokes.\nNow she has become an immortal.But she still has not broken off with mankind's world, sometimes she even meddles in mankind's stuff. It perhaps is a habit was left due to be an Emperor before.\nHer character is so kind and humorous. However if you are meet face by face, you would make fault easily, even felt you have no secret now, so people mostly revered her.\n\n[★][Cipangu the Golden Sword]\n[★]Hermit Sign[Emperor of the Land of the Rising Sun]\n[★★★]Honor[Colors of Twelve Levels]\n[★★★★★][Newborn Divine Spirit]"
+ "DOTA_Tooltip_ability_item_0094_Description" "Ancients' spirit. Serving Toyosatomimi no Miko with Mononobe no Futo together.\nshe becomes a spirit due to be cheated by Futo, but she is not mind now.\nShe has the ability to fall the thunder.\n\n[★]Vengeful Spirit[Iruka's Thunder]\n[★★★]Thunder Arrow[Gagouji's Cyclone]\n[★★★★]Thunder Arrow[Gagouji's Tornado]"
+ "DOTA_Tooltip_ability_item_0095_Description" "The ancient keeps sleeping by cursing self in a long time.\nShe trys reaching immortal by using death to divide into Metempsychosis wheel.\nBut in fact it is not that simple, finally she was still found out by Death god.\nComparing with Toyosatomimi no Miko who lives until now, she seems not really like Gensokyo, perhaps it is because she is not suitable.\nThis can be found out some from her past.\nWhen she was alive, she didn't accept Buddhism preached from the mainland, oppositely believed Tao near the ancient Shintoism.\nHence Her magic and style of using magic are not really old. It can say it is her personal style.\n\n[★]Throwing Dishes[Mononobe's Eighty Sake Cups]\n[★★★]Saint Girl[Sun Goddess's Sacrifice]\n[★★★★]Blaze Sign[Sakuraiji in Flames]"
"DOTA_Tooltip_ability_item_0097_Description" "The corpses that are revived and controlled Kaku Seiga.\nThey are never feeling pain and exhausted,so they can break out huge power,\nand they are Loyal but a little bit stupid.\n\n[★]Poison Nail[Poison Murder]\n[★★★]Poison Nail[Undead Murderer]"
"yoshika" "Miyako Yoshika"
"DOTA_Tooltip_ability_thtd_seiga_01" "Evil Sign[Yang Xiaogui]"
"DOTA_Tooltip_ability_thtd_seiga_01_Description" "Each unit dies around Seiga have chance to produce a [zombie].\n\n[★]1%% probability to produce 1 [★]zombie.\n[★★]2%% probability to produce 1 [★]zombie,\n[★★★]2%% probability to produce 1 [★]zombie,1%% probability to produce 1 [★★] zombie.\n[★★★★]2%% probability to produce a [★★] zombie,1%% probability to produce 1 [★★★] zombie.\n[★★★★★]3%% probability to produce 1 [★★★] zombie, 1%% probability to produce 1 [★★★★] zombie."
- "DOTA_Tooltip_ability_thtd_seiga_02_Description" "increase a units\' attack speed, during 10s."
+ "DOTA_Tooltip_ability_thtd_seiga_02_Description" "Boosts the attack speed of one unit for %duration_time% seconds."
"DOTA_Tooltip_ability_thtd_seiga_02" "Demonify[Zouhuo Rumo]"
"DOTA_Tooltip_ability_thtd_seiga_02_attack_speed" "Attack Speed Increase:"
- "DOTA_Tooltip_ability_thtd_seiga_02_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_seiga_02_duration_time" "Duration: "
"DOTA_Tooltip_modifier_seiga_02_attack_speed_buff" "Demonify[Zouhuo Rumo]"
- "DOTA_Tooltip_modifier_seiga_02_attack_speed_buff_Description" "Affecting by Kaku Seiga, this unit\'s attack speed increases."
+ "DOTA_Tooltip_modifier_seiga_02_attack_speed_buff_Description" "Affecting by Kaku Seiga, this unit's attack speed increases."
"DOTA_Tooltip_ability_thtd_seiga_03" "Necromancy[Corpse Tongji]"
- "DOTA_Tooltip_ability_thtd_seiga_03_Description" "Each unit dies near her, other units around the dead unit will be hurt by amount of [Poison] buffs in dead units near her.\n\n[Damage Multiplier]Damage:Power Point*Star Level*0.5*amount of buffs"
- "DOTA_Tooltip_ability_thtd_seiga_03_power_damage" "技能伤害(能量点*星级/每层毒):"
- "DOTA_Tooltip_ability_thtd_seiga_03_range" "伤害范围:"
+ "DOTA_Tooltip_ability_thtd_seiga_03_Description" "For each unit that dies around you, damage is dealt to units in the %range% yard range around you, depending on the number of layers of [Poison] on that unit. \n[Special Effect - Impart] \n Deals extra damage."
+ "DOTA_Tooltip_ability_thtd_seiga_03_power_damage" "Damage (Power*Star/Stack): "
+ "DOTA_Tooltip_ability_thtd_seiga_03_range" "Radius:"
"DOTA_Tooltip_ability_item_0096" "[SR]Kaku Seiga"
"seiga" "Kaku Seiga"
"DOTA_Tooltip_ability_item_1011" "Zombie Lv1"
@@ -2256,100 +2256,100 @@
"change_to_keine_04_jade" "Switch to [Three Sacred Treasures] - Orb"
"change_to_keine_04_mirror" "Switch to [Three Sacred Treasures] - Mirror"
"change_to_keine_04_sword" "Switch to [Three Sacred Treasures] - Sword"
- "change_to_keine_shirasawa" ""
- "change_to_keine_humen" ""
+ "change_to_keine_shirasawa" "Switch to [Keine]"
+ "change_to_keine_humen" "Switch to [Human]"
"keine" "Kamishirasawa Keine"
- "change_to_close_ai" ""
- "change_to_open_ai" ""
- "change_to_open_cast_on_fixed_point" "已开启AI定点施放于所选地点"
- "change_to_close_cast_on_fixed_point" "已关闭AI定点施放"
- "cast_range_out" "超出技能施法范围"
+ "change_to_close_ai" "Turned off AI"
+ "change_to_open_ai" "turned on AI"
+ "change_to_open_cast_on_fixed_point" "Enabled AI Spot casting to location"
+ "change_to_close_cast_on_fixed_point" "Disabled AI spot casting"
+ "cast_range_out" "Out of casting range"
"medicine" "Medicine Melancholy"
"luna" "Luna Child"
"sunny" "Sunny Milk"
"star" "Star Sapphire"
"DOTA_Tooltip_ability_thtd_keine_01" "Spiritual Birth [First Pyramid]"
- "DOTA_Tooltip_ability_thtd_keine_01_Description" "Human Form: Increase a unit\'s attack damage, during 10s.\n\n[Damage Multiplier] Attack Increase:100/200/400/800/2000\n\nKeine Form: Ambition Sign [General Headquarters Crisis]\n\nAttack has 25%% Chance to stun units in target area 1s, and cause extra damage.\n\n[Damage Multiplier] Damage: Power Point*Star Level*1.0"
- "DOTA_Tooltip_ability_thtd_keine_01_attack_bonus" "攻击力增加:"
- "DOTA_Tooltip_ability_thtd_keine_01_bonus_time" "攻击力持续时间:"
- "DOTA_Tooltip_ability_thtd_keine_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_keine_01_chance" "%触发概率:"
- "DOTA_Tooltip_ability_thtd_keine_01_stun_time" "晕眩时间:"
- "DOTA_Tooltip_ability_thtd_keine_01_lock_time" "晕眩后免疫时间:"
- "DOTA_Tooltip_ability_thtd_keine_01_range" "区域范围:"
- "DOTA_Tooltip_modifier_keine_01_buff" "产灵「最初的金字塔」"
- "DOTA_Tooltip_modifier_keine_01_buff_Description" "攻击力得到提升。"
+ "DOTA_Tooltip_ability_thtd_keine_01_Description" "Human form: Increase the attack power of one unit by %attack_bonus% points of base attack power for %bonus_time% seconds. \n Keine form: Wild Talisman [GHQ's Crisis] \n Attack has %chance%%% probability to stun a unit in the target area for %stun_time% seconds and deal extra damage."
+ "DOTA_Tooltip_ability_thtd_keine_01_attack_bonus" "Attack Bonus: "
+ "DOTA_Tooltip_ability_thtd_keine_01_bonus_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_keine_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_keine_01_chance" "% Trigger chance: "
+ "DOTA_Tooltip_ability_thtd_keine_01_stun_time" "Stun Duration: "
+ "DOTA_Tooltip_ability_thtd_keine_01_lock_time" "Stun lock time: "
+ "DOTA_Tooltip_ability_thtd_keine_01_range" "Radius:"
+ "DOTA_Tooltip_modifier_keine_01_buff" "Spiritual Birth [First Pyramid]"
+ "DOTA_Tooltip_modifier_keine_01_buff_Description" "Attack speed increased"
"DOTA_Tooltip_ability_thtd_keine_02" "Switch [Human]/[Keine] Form"
- "DOTA_Tooltip_ability_thtd_keine_02_Description" "Switch to Human or Keine Form."
+ "DOTA_Tooltip_ability_thtd_keine_02_Description" "Switch to Human or Keine Form. \n Switch AI can choose whether to switch automatically."
"DOTA_Tooltip_ability_thtd_keine_03" "Pseudo-History [The Legend of Gensokyo]"
- "DOTA_Tooltip_ability_thtd_keine_03_Description" "Human Form: Each attack has 20%% chance to devour target units [History],make Keine record this unit\'s current position and HP.\n\nKeine Form:Each attack has 20%% chance to create target units\' [History], this unit will be back to the position and HP in devoured [History] recording.\n\nActive Use:\nHuman Form: Devour all units\' [History] in target area.\n\nKeine Form: Create all units\' [History] in target area.\n\n[Cooperation Promotion - Fujiwara no mokou]\n\nChance increases to 50%%."
- "DOTA_Tooltip_ability_thtd_keine_03_chance" "%触发概率:"
- "DOTA_Tooltip_ability_thtd_keine_03_range1" "主动范围:"
- "DOTA_Tooltip_ability_thtd_keine_03_range2" "被动范围:"
- "DOTA_Tooltip_ability_thtd_keine_03_max_count" "每个单位最大吞噬次数:"
+ "DOTA_Tooltip_ability_thtd_keine_03_Description" "Human form: Each attack has %chance%%% probability to devour the 「history」 of the target area unit, so that Keine records the unit's current position and life value. \nKeine Form: Each attack has a %chance%% probability of creating the target area unit's 「history」, and the unit returns to the position and life value of the devoured 「history」. \n Active use: \n Human form: devour the 「history」 of all units in the target area. \nKeine Form: Creates the 「history」 of all units in the target area. \n[Combination Boost - Mokou] \n Probability boost."
+ "DOTA_Tooltip_ability_thtd_keine_03_chance" "% Trigger Probability: "
+ "DOTA_Tooltip_ability_thtd_keine_03_range1" "Active Radius:"
+ "DOTA_Tooltip_ability_thtd_keine_03_range2" "Passive Radius:"
+ "DOTA_Tooltip_ability_thtd_keine_03_max_count" "Max devouring per unit: "
"DOTA_Tooltip_thtd_keine_03_debuff" "Pseudo-History [The Legend of Gensokyo]"
"DOTA_Tooltip_thtd_keine_03_debuff_Description" "This unit is devoured [History]."
"DOTA_Tooltip_ability_thtd_keine_04" "Land Sign [Three Sacred Treasures]"
- "DOTA_Tooltip_ability_thtd_keine_04_Description" "When Keine creates [History], [History]\'s effect can be changed by current treasure. \n\nLand Sign [Three Sacred Treasures - Sword]: Shoot a sword to target, cause Power Point*Star Level*5 damage to the target.\n\n[Three Sacred Treasures] - Orb: Cause damage bases of distances between current position and creating [History].\n\n[Three Sacred Treasures] - Mirror: make target units\' HP become (Current HP - HP when Devouring [History ])*0.5."
- "DOTA_Tooltip_ability_thtd_keine_04_power_damage" "「剑」技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_keine_04_distance_damage" "「玉」技能伤害(能量点*星级/每百码):"
- "DOTA_Tooltip_ability_thtd_keine_04_hp_percent" "「镜」技能参数:"
+ "DOTA_Tooltip_ability_thtd_keine_04_Description" "After Keine creates 「History」, additional effects are attached depending on the current artifact. \n[Three Sacred Treasures] - Sword: Shoots a sword at the target, dealing damage to it. \n [Three Sacred Treasures] - Orb: Deals damage based on the distance between the current position and the creation of 「History」, dealing power *star*%distance_damage% per 100 yards. \[Three Sacred Treasures] - Mirror: Causes the target to lose (life value when devouring 「history」 - current life value)* %hp_percent% of its life value."
+ "DOTA_Tooltip_ability_thtd_keine_04_power_damage" "Sword Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_keine_04_distance_damage" "Orb Damage (Power*Star/100 yards): "
+ "DOTA_Tooltip_ability_thtd_keine_04_hp_percent" "Mirror HP Percent: "
"DOTA_Tooltip_ability_thtd_medicine_01" "Poison Sign[Poison Breath]"
- "DOTA_Tooltip_ability_thtd_medicine_01_Description" "Medicine attacks targets will cause targets enter [Lost] Form and decrease movement speed, during 1.0s, then cause damage over time to them.\n\n[Damage Multiplier]Damage: Power Point*Star Level*1.0/per-sec"
- "DOTA_Tooltip_ability_thtd_medicine_01_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_medicine_01_move_slow" "Movement speed Decrease Effect:"
- "DOTA_Tooltip_ability_thtd_medicine_01_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_medicine_01_tick_time" "伤害间隔:"
+ "DOTA_Tooltip_ability_thtd_medicine_01_Description" "Medicine's attack causes the target to be poisoned and slowed down, taking constant damage for %duration_time% seconds. \n Deals an additional 100%% damage per stack of poison."
+ "DOTA_Tooltip_ability_thtd_medicine_01_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_medicine_01_move_slow" "Slow:"
+ "DOTA_Tooltip_ability_thtd_medicine_01_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_medicine_01_tick_time" "Damage Interval: "
"DOTA_Tooltip_modifier_medicine_01_slow" "Poison Sign[Poison Breath]"
- "DOTA_Tooltip_modifier_medicine_01_slow_Description" "This unit\'s movement speed is decreased, because Medicine\'s posion attack."
+ "DOTA_Tooltip_modifier_medicine_01_slow_Description" "This unit's movement speed is decreased, because Medicine's posion attack."
"DOTA_Tooltip_ability_thtd_medicine_02" "Fog Sign[Gassing Garden]"
- "DOTA_Tooltip_ability_thtd_medicine_02_Description" "Release gas to target area, attract nearby units, and cause damage over time.\n\n[Damage Multiplier]Damage:Power Point*Star Level*4.0/per-sec"
- "DOTA_Tooltip_ability_thtd_medicine_02_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_medicine_02_range" "区域范围:"
- "DOTA_Tooltip_ability_thtd_medicine_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_medicine_02_tick_time" "伤害间隔时间:"
- "DOTA_Tooltip_ability_thtd_medicine_03" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_medicine_03_Description" "选择一个地点来设定AI定点施放:雾符「毒气花园」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
+ "DOTA_Tooltip_ability_thtd_medicine_02_Description" "Releases poison gas in the target area, attracting nearby units (not valid for units in knockback, disorientation, and other out-of-control states) and dealing continuous damage for %duration_time% seconds. \nSupport AI automatic staggered casting. \nSupport AI fixed-point casting."
+ "DOTA_Tooltip_ability_thtd_medicine_02_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_medicine_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_medicine_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_medicine_02_tick_time" "Interval: "
+ "DOTA_Tooltip_ability_thtd_medicine_03" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_medicine_03_Description" "Select a location to set the AI spotting: Fog Sign[Gassing Garden], select the 100 yards around yourself to cancel the spotting, a prompt will appear in the lower left corner if the setting is successful."
"DOTA_Tooltip_ability_thtd_star_01" "Shooting Star[Petit Comet]"
- "DOTA_Tooltip_ability_thtd_star_01_Description" "Star releases shooting star in target position, cause damage to target and decrease the movement speed.\n\n[Damage Multiplier]Damage:Power Point*Star Level*1.0\n\n[Cooperation Promotion - Sunny Milk, Luna Child]\n\nUnits in fairies\' area will gain 1 shooting star attack."
- "DOTA_Tooltip_ability_thtd_star_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_star_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_star_01_move_slow" "Movement Speed Decrease effect:"
- "DOTA_Tooltip_ability_thtd_star_01_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_star_01_Description" "Star releases a meteor at the target location, dealing damage and slowing the target and its surroundings for %duration_time% seconds. \n[Combo Boost - Sunny & Luna] \nUnits in the fairy zone also take a meteor attack. \nFairy zone is formed when the fairies are within 2000 yards of eachother."
+ "DOTA_Tooltip_ability_thtd_star_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_star_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_star_01_move_slow" "Slow:"
+ "DOTA_Tooltip_ability_thtd_star_01_duration_time" "Duration: "
"DOTA_Tooltip_modifier_star_01_slow" "Shooting Star[Petit Comet]"
- "DOTA_Tooltip_modifier_star_01_slow_Description" "This unit\'s movement speed is decreased because Star\'s influence."
+ "DOTA_Tooltip_modifier_star_01_slow_Description" "This unit's movement speed is decreased because Star's influence."
"DOTA_Tooltip_ability_thtd_star_02" "Star Sign[Starlight Rain]"
- "DOTA_Tooltip_ability_thtd_star_02_Description" "Release 20 times shooting star in target area, each time will increase 5%% damage.\n\n[Damage Multiplier] Damage:Power Point*Star Level*5\n\n[Cooperation Promotion - Sunny Milk, Luna Child]\n\nUnits in fairies\' area will also get 1 time shooting star attack."
- "DOTA_Tooltip_ability_thtd_star_02_power_damage" "技能伤害(能量点*星级/每阵):"
- "DOTA_Tooltip_ability_thtd_star_02_range" "区域范围:"
- "DOTA_Tooltip_ability_thtd_star_02_max_count" "流量阵数:"
- "DOTA_Tooltip_ability_thtd_star_02_damage_up" "%伤害提高:"
+ "DOTA_Tooltip_ability_thtd_star_02_Description" "Unleash %max_count% bursts of meteors at the target location to deal damage to units in the area, each burst will increase %damage_up%% damage. \n[Combo Boost - Sunny & Luna] \nUnits in the fairy area will also take a meteor attack. \nFairy zone is formed when the fairies are within 2000 yards of eachother."
+ "DOTA_Tooltip_ability_thtd_star_02_power_damage" "Damage (Power*star/Burst): "
+ "DOTA_Tooltip_ability_thtd_star_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_star_02_max_count" "Meteors: "
+ "DOTA_Tooltip_ability_thtd_star_02_damage_up" "% Damage increase per Meteor: "
"DOTA_Tooltip_ability_thtd_sunny_01" "Rainbow Light[Prism Flash]"
- "DOTA_Tooltip_ability_thtd_sunny_01_Description" "Shoot laser to target to make laser reflect to 2 units, each reflection increase 100%% damage.\n\n[Damage Multiplier] Damage: Power Point*Star Level*1.0\n\n[Cooperation Promotion - Star Sapphire, Luna Child]\n\nUnits in fairies\' area will also gain 1 laser effect."
- "DOTA_Tooltip_ability_thtd_sunny_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_sunny_01_range" "折射范围:"
- "DOTA_Tooltip_ability_thtd_sunny_01_max_count" "折射单位数量:"
- "DOTA_Tooltip_ability_thtd_sunny_01_damage_up" "%每次伤害提升:"
+ "DOTA_Tooltip_ability_thtd_sunny_01_Description" "Fires a laser at the target causing it to refract towards %max_count% units, increasing %damage_up%%% damage per refraction. \n[Combo Boost - Star & Luna] \nUnits within the fairy zone also receive one laser effect. \nFairy zone is formed when the fairies are within 2000 yards of eachother."
+ "DOTA_Tooltip_ability_thtd_sunny_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_sunny_01_range" "Refraction Radius:"
+ "DOTA_Tooltip_ability_thtd_sunny_01_max_count" "Number of refractions: "
+ "DOTA_Tooltip_ability_thtd_sunny_01_damage_up" "% Damage increase per refraction: "
"DOTA_Tooltip_ability_thtd_sunny_02" "Light Sign[Yellow Deflection]"
- "DOTA_Tooltip_ability_thtd_sunny_02_Description" "Switch damage which units in target area gain to pure damage, and make units in the area gain 110%%/115%%/125%% pure damage.\n\n[Cooperation Promotion - Star Sapphire, Luna Child]\n\nUnits in fairies\' area will also get same effect."
- "DOTA_Tooltip_ability_thtd_sunny_02_range" "范围:"
- "DOTA_Tooltip_ability_thtd_sunny_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_sunny_02_damage_up" "%伤害提升:"
- "DOTA_Tooltip_ability_thtd_sunny_03" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_sunny_03_Description" "选择一个地点来设定AI定点施放:光符「黄色偏移」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
+ "DOTA_Tooltip_ability_thtd_sunny_02_Description" "Converts skill damage taken by units in the target area to pure damage and increases the pure damage taken by units in the area by %damage_up%%%. \n[Combo Boost - Sunny & Luna] \nUnits in the fairy zone will also take the same effect. \nFairy zone is formed when the fairies are within 2000 yards of eachother. \nSupport AI fixed-point casting."
+ "DOTA_Tooltip_ability_thtd_sunny_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_sunny_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_sunny_02_damage_up" "% Pure Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_sunny_03" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_sunny_03_Description" "Select a location to set the AI spotting: Light Sign[Yellow Deflection], select within 100 yards of yourself to cancel the spotting, a prompt will appear in the lower left corner if the setting is successful."
"DOTA_Tooltip_ability_thtd_luna_01" "Moonlight[Moon Stillness]"
- "DOTA_Tooltip_ability_thtd_luna_01_Description" "Luna\'s each attack will summon a moonlight to target and 2 units around it, and cause damage.Damage to surrounding units will increase 100%%.\n\n[Cooperation Promotion]Damage:Power Point*Star Level*1.0\n\n[Cooperation Promotion - Sunny Milk, Star Sapphire]\n\nUnits in fairies\' area will also gain a moonlight attack."
- "DOTA_Tooltip_ability_thtd_luna_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_luna_01_max_count" "单位个数:"
- "DOTA_Tooltip_ability_thtd_luna_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_luna_01_damage_up" "%伤害提高:"
+ "DOTA_Tooltip_ability_thtd_luna_01_Description" "Each attack by Luna will drop a moonlight on the target and %max_count% of units around it and deal damage. Damage dealt to surrounding units will be increased by %damage_up%%%. \n[Combo Boost - Sunny & Star] \nUnits in the fairy area will also receive a moonlight attack. \nFairy zone is formed when the fairies are within 2000 yards of eachother."
+ "DOTA_Tooltip_ability_thtd_luna_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_luna_01_max_count" "Extra units: "
+ "DOTA_Tooltip_ability_thtd_luna_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_luna_01_damage_up" "% Damage increase: "
"DOTA_Tooltip_ability_thtd_luna_02" "Light Sign[Full Moon Night]"
- "DOTA_Tooltip_ability_thtd_luna_02_Description" "Shooting to target position, every time shoot a unit will increase self\'s Power Points.\n\n[Damage Multiplier]Damage: Power Point*Star Level*5.0\n[Damage Multiplier]Power Point Increase: 100/250/500 /per-unit\n\n[Cooperation Promotion - Sunny Milk, Star Sapphire]\n\nUnits in faries\' area will also increase Luna\'s Power Points."
- "DOTA_Tooltip_ability_thtd_luna_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_luna_02_bonus_power" "能量点和攻击力增加:"
- "DOTA_Tooltip_ability_thtd_luna_02_duration_time" "持续时间:"
- "DOTA_Tooltip_modifier_luna_02_buff" "光符「满月之夜」"
- "DOTA_Tooltip_modifier_luna_02_buff_Description" "每击中一个单位,提高自身的能量点和攻击力。"
+ "DOTA_Tooltip_ability_thtd_luna_02_Description" "Fires at the target location and will increase its own energy points and attack power for %duration_time% seconds for each unit hit. Each unit increases %bonus_power% power and attack. \n[Combo Boost - Sunny & Star] \nUnits in the fairy area will also boost Luna's power points. \nFairy zone is formed when the fairies are within 2000 yards of eachother."
+ "DOTA_Tooltip_ability_thtd_luna_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_luna_02_bonus_power" " Stat boost: "
+ "DOTA_Tooltip_ability_thtd_luna_02_duration_time" "Duration: "
+ "DOTA_Tooltip_modifier_luna_02_buff" "Light Sign[Full Moon Night]"
+ "DOTA_Tooltip_modifier_luna_02_buff_Description" "Power & attack are increased."
"DOTA_Tooltip_modifier_sunny_02_debuff" "Light Sign[Yellow Deflection]"
"DOTA_Tooltip_modifier_sunny_02_debuff_Description" "Skill damage this unit gains will be switched to Pure Damage."
"DOTA_Tooltip_ability_item_0092" "[R]Medicine Melancholy"
@@ -2358,34 +2358,34 @@
"DOTA_Tooltip_ability_item_0058" "[R]Luna Child"
"DOTA_Tooltip_ability_item_0061" "[SR]Kamishirasawa Keine"
"DOTA_Tooltip_ability_thtd_suika_01" "Ghastly Atmosphere[Dense Fog Labyrinth]/Oni Sign[Ooeyama Complete Massacre]"
- "DOTA_Tooltip_ability_thtd_suika_01_Description" "Using her ability to manipulate density and sparsity, Suika splits herself into Tiny Suikas. The Tiny Suikas inherit the main body\'s attack damage and abilities, however, they deal less damage and have reduced range.\n\nOni Sign[Ooeyama Complete Massacre]\n\nSuika\'s attacks have a 25%% chance to deal damage to units around the target and slow them.\n\n[Star Level Correlation]Damage: POWER*Star Level*1.0"
- "DOTA_Tooltip_ability_thtd_suika_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_suika_01_move_slow" "Slow:"
+ "DOTA_Tooltip_ability_thtd_suika_01_Description" "The ability to control sparseness and density, Suika splits herself into several Tiny Suikas. \nTiny Suika inherits the attack power and skills of the main body, but the damage and range will be reduced (damage reduced to: 1/total number of Tiny Suika, range reduced to: 200). \nOni Sign[Ooeyama Complete Massacre] \nSuika's attack will have 50%% probability to deal damage and slow down the target within 400 range."
+ "DOTA_Tooltip_ability_thtd_suika_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_suika_01_move_slow" "Slow: "
"DOTA_Tooltip_modifier_suika_01_slow_debuff" "Oni Sign[Ooeyama Complete Massacre]"
- "DOTA_Tooltip_modifier_suika_01_slow_debuff_Description" "Due to Suika\'s doing this unit\'s movement speed has been reduced."
+ "DOTA_Tooltip_modifier_suika_01_slow_debuff_Description" "Due to Suika's doing this unit's movement speed has been reduced."
"DOTA_Tooltip_ability_thtd_suika_02" "Oni God[Missing Purple Power]"
- "DOTA_Tooltip_ability_thtd_suika_02_Description" "Using her ability to manipulate density and sparsity, Suika turns into GIANT SUIKA.\n\n GIANT SUIKA deals more damage and has increased range, however, she has a lower chance to proc [Ooeyama Complete Massacre]."
+ "DOTA_Tooltip_ability_thtd_suika_02_Description" "The ability to control the sparseness and density, Suika is transformed into a Giant Suika. \nGiant Suika will increase the damage and range of its own skills, but will reduce the probability of triggering Oni Sign[Ooeyama Complete Massacre]. \n Damage increased to: 2/4/8 times, range increased to: 600/800/1000, trigger probability reduced to: 25%%/12.5%%/6.25%%."
"DOTA_Tooltip_ability_thtd_suika_03" "Onibi[Super-High-Density Phosphor Calamity Technique]"
"DOTA_Tooltip_ability_thtd_suika_03_Description" "Suika throws a fireball at the targeted location, damaging all enemies within the impact area."
- "DOTA_Tooltip_ability_thtd_suika_03_power_damage" "技能伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_suika_03_power_damage" "Damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_suika_04" "Drunken Dream[Segaki Binding Technique]"
- "DOTA_Tooltip_ability_thtd_suika_04_Description" "Suika uses her chain to pull a targeted unit, preventing her from moving away from Suika any more than 800 units while receiving damage over time. If the target tries to break free, she will receive double damage.\n\n[Star Level Correlation]Damage: POWER * Star Level * 1.0"
- "DOTA_Tooltip_ability_thtd_suika_04_power_damage" "技能伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_suika_04_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_suika_04_range" "距离:"
- "DOTA_Tooltip_ability_thtd_yuugi_01" "Shackle Sign[Shackles A Criminal Can\'t Take Off]"
- "DOTA_Tooltip_ability_thtd_yuugi_01_Description" "Yuugi stamps on the ground, dealing damage to all enemies within 1000 units around her. The more enemies around her, the higher the chance to deal increased damage.\n\n[Star Level Correlation]Damage: POWER * Star Level * (5-15)"
- "DOTA_Tooltip_ability_thtd_yuugi_01_power_damage1" "最小技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_yuugi_01_power_damage2" "最大技能伤害(能量点*星级):"
+ "DOTA_Tooltip_ability_thtd_suika_04_Description" "Suika pulls the target unit in chains, making it unable to leave Suika for more than %range% yards and dealing continuous damage, or double damage if the target tries to break free."
+ "DOTA_Tooltip_ability_thtd_suika_04_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_suika_04_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_suika_04_range" "Range: "
+ "DOTA_Tooltip_ability_thtd_yuugi_01" "Shackle Sign[Shackles A Criminal Can't Take Off]"
+ "DOTA_Tooltip_ability_thtd_yuugi_01_Description" "Yuugi stomps on the ground and deals random damage to all enemies within the attack range, the more units, the higher the probability of dealing high damage."
+ "DOTA_Tooltip_ability_thtd_yuugi_01_power_damage1" "Minimum damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_yuugi_01_power_damage2" "Maximum damage (Power*Star): "
"DOTA_Tooltip_ability_thtd_yuugi_02" "Feat of Strength[Ooeyama Storm]"
- "DOTA_Tooltip_ability_thtd_yuugi_02_Description" "Yuugi\'s attack have a 30%% chance to slam the ground around the target, dealing damage and knocking back all enemies within that area.\n\n[Star Level Correlation]Damage: POWER * Star Level * 2"
- "DOTA_Tooltip_ability_thtd_yuugi_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_yuugi_02_chance" "%概率:"
- "DOTA_Tooltip_ability_thtd_yuugi_02_range" "范围:"
+ "DOTA_Tooltip_ability_thtd_yuugi_02_Description" "Yuugi's attacks have a chance to apply shock to the target and its surrounding units, dealing damage and knockback."
+ "DOTA_Tooltip_ability_thtd_yuugi_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_yuugi_02_chance" "% Chance: "
+ "DOTA_Tooltip_ability_thtd_yuugi_02_range" "Radius:"
"DOTA_Tooltip_ability_thtd_yuugi_03" "Secret Technique of the Four Heavenly Kings[Three Step Kill]"
- "DOTA_Tooltip_ability_thtd_yuugi_03_Description" "Yuugi stops any enemy movement in the targeted area for 2 seconds. If an enemy leaves the targeted area, she will receive a great amount of damage after taking three steps. \n\n[Star Level Correlation]Damage: POWER * Star Level * 20"
- "DOTA_Tooltip_ability_thtd_yuugi_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_yuugi_03_range" "区域范围:"
+ "DOTA_Tooltip_ability_thtd_yuugi_03_Description" "Yuugi stops the actions of units in the target area for %duration_time% seconds, and if a unit in the target area leaves its own area three steps away, Yuugi kills it in seconds."
+ "DOTA_Tooltip_ability_thtd_yuugi_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_yuugi_03_range" "Radius:"
"DOTA_Tooltip_modifier_yuugi_03_pause_unit" "Secret Technique of the Four Heavenly Kings[Three Step Kill]"
"DOTA_Tooltip_modifier_yuugi_03_pause_unit_Description" "Omae wa mou shindeiru!"
"DOTA_Tooltip_modifier_yuugi_02_pause_unit" "Feat of Strength[Ooeyama Storm]"
@@ -2396,153 +2396,153 @@
"yuugi" "Hoshiguma Yuugi"
"DOTA_Tooltip_ability_item_0073" "【SSR】Junko"
"DOTA_Tooltip_ability_item_0073_Lore" "This vengeance will be repeated forever."
- "DOTA_Tooltip_ability_item_0073_Description" "Hou Yi\'s imperial concubine has strong hatred for Chang\'e. The husband had killed his son, which was the first resentment, but the resentment had been purified. Pure fox purifies her hatred so that her identity is no longer important. Now anger and hatred are the only motive force that drives her to act, that is, where her heart exists."
+ "DOTA_Tooltip_ability_item_0073_Description" "Hou Yi's imperial concubine has strong hatred for Chang'e. The husband had killed his son, which was the first resentment, but the resentment had been purified. Pure fox purifies her hatred so that her identity is no longer important. Now anger and hatred are the only motive force that drives her to act, that is, where her heart exists."
"junko" "Junko"
"DOTA_Tooltip_ability_thtd_junko_01" "Shackle Sign「purification」"
- "DOTA_Tooltip_ability_thtd_junko_01_Description" "Pure fox releases its pure power, so that the target has the same ability to purify itself. \n[Purified Damage] Skills directly cause the final damage according to the skill damage. They don\'t eat any other additions or subtractions, including the explosion and special effects of items, and ignore the enemy\'s damage reduction. Equipments only have basic attributes and energy to be useful."
- "DOTA_Tooltip_ability_thtd_junko_01_damage_up" "%技能伤害提升:"
- "DOTA_Tooltip_ability_thtd_junko_01_hecatia_up" "%对赫卡提亚伤害提升:"
- "DOTA_Tooltip_modifier_thtd_junko_01_combo_buff" "【组合提升 - 赫卡提亚】"
- "DOTA_Tooltip_modifier_thtd_junko_01_combo_buff_Description" "可以额外激活一个目标。"
+ "DOTA_Tooltip_ability_thtd_junko_01_Description" "Junko releases its pure power to convert the target skill damage into pure damage and boost its skill damage, gaining a higher damage boost when the target is Hecatia. \n[Combo Boost - Hecatia] \nThe number of targets is increased by 1."
+ "DOTA_Tooltip_ability_thtd_junko_01_damage_up" "% Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_junko_01_hecatia_up" "% Damage Increase for Hecatia: "
+ "DOTA_Tooltip_modifier_thtd_junko_01_combo_buff" "【Combo Boost - Hecatia】"
+ "DOTA_Tooltip_modifier_thtd_junko_01_combo_buff_Description" "Additional target can be activated."
"DOTA_Tooltip_ability_thtd_junko_02" "Shackle Sign「pure light」"
- "DOTA_Tooltip_ability_thtd_junko_02_Description" "Pure fox transforms its resentment into an arrow of light, injure the target and add mental damage.\nDamage: energy point * star * 3. Mental injury: the highest superposition is to the 10 level."
- "DOTA_Tooltip_ability_thtd_junko_02_Note0" "潜能Lv10:技能伤害+5。"
- "DOTA_Tooltip_ability_thtd_junko_02_Note1" "潜能Lv50:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_junko_02_Note2" "潜能Lv100:技能伤害+15。"
- "DOTA_Tooltip_ability_thtd_junko_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_junko_02_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_junko_02_duration_time" "持续时间:"
+ "DOTA_Tooltip_ability_thtd_junko_02_Description" "Junko transforms her resentment into an arrow of light, dealing damage to the target it hits. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_junko_02_Note0" "Potential Lv10: Damage +5。"
+ "DOTA_Tooltip_ability_thtd_junko_02_Note1" "Potential Lv50: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_junko_02_Note2" "Potential Lv100: Damage +15。"
+ "DOTA_Tooltip_ability_thtd_junko_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_junko_02_tick" "Damage interval: "
+ "DOTA_Tooltip_ability_thtd_junko_02_duration_time" "Duration: "
"DOTA_Tooltip_ability_thtd_junko_03" "Shackle Sign「Kill the meaning」"
- "DOTA_Tooltip_ability_thtd_junko_03_Description" "Pure fox transforms the killing around it into pure power, causing damage to the target, and adds additional effects according to the number of wound layers of the target.\nStar related injury: energy point * star * 5. Additional effects: The number of wound layers increasing the damage of this skill by 10% per layer; the number of wound layers is equal to 10 layers, stunning target for 2 second; and the effect of the wound will be removed."
- "DOTA_Tooltip_ability_thtd_junko_03_damage_up" "%伤害提高:"
- "DOTA_Tooltip_ability_thtd_junko_03_power_suck" "吸收能量点:"
- "DOTA_Tooltip_ability_thtd_junko_03_duration_time" "持续时间:"
- "DOTA_Tooltip_modifier_junko_03_buff" "「纯粹的疯狂」"
- "DOTA_Tooltip_modifier_junko_03_buff_Description" "所有伤害提升,并吸收所有友方单位的基础能量。"
- "DOTA_Tooltip_ability_thtd_junko_04" "「战栗的寒冷之星」"
- "DOTA_Tooltip_ability_thtd_junko_04_Description" "纯狐造成一次范围伤害,受影响的目标会受到持续伤害。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_junko_04_Note0" "潜能Lv10:初始伤害+10,持续伤害+2。"
- "DOTA_Tooltip_ability_thtd_junko_04_Note1" "潜能Lv50:初始伤害+20,持续伤害+4。"
- "DOTA_Tooltip_ability_thtd_junko_04_Note2" "潜能Lv100:初始伤害+30,持续伤害+6。"
- "DOTA_Tooltip_ability_thtd_junko_04_Note3" "潜能Lv666:\n获得特殊效果:「用于杀人的纯粹弹幕」,所有技能伤害提高至4倍。"
- "DOTA_Tooltip_ability_thtd_junko_04_Note4" "潜能Lv999:\n获得特殊效果:「原始的神灵界」,纯狐的能量和攻击提升400%%。"
- "DOTA_Tooltip_ability_thtd_junko_04_power_damage1" "初始伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_junko_04_power_damage2" "持续伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_junko_04_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_junko_04_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_junko_04_range" "范围:"
- "DOTA_Tooltip_modifier_junko_04_debuff" "「战栗的寒冷之星」"
- "DOTA_Tooltip_modifier_junko_04_debuff_Description" "该单位正受到持续伤害。"
+ "DOTA_Tooltip_ability_thtd_junko_03_Description" "Junko boosts all damage and absorbs the base power of all friendly units, with each friendly unit %power_suck% points of base power transferred to Junko. \nClick the right button to toggle whether the AI automatically casts this skill. "
+ "DOTA_Tooltip_ability_thtd_junko_03_damage_up" "% Damage Increase: "
+ "DOTA_Tooltip_ability_thtd_junko_03_power_suck" "Power absorbed: "
+ "DOTA_Tooltip_ability_thtd_junko_03_duration_time" "Duration: "
+ "DOTA_Tooltip_modifier_junko_03_buff" "「Kill the meaning」"
+ "DOTA_Tooltip_modifier_junko_03_buff_Description" "All damage is boosted and absorbs the base power of all friendly units."
+ "DOTA_Tooltip_ability_thtd_junko_04" "「The cold star of war」"
+ "DOTA_Tooltip_ability_thtd_junko_04_Description" "Junko deals one time AOE damage, and affected targets take sustained damage. \nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_junko_04_Note0" "Potential Lv10: Initial damage +10, Sustained damage +2。"
+ "DOTA_Tooltip_ability_thtd_junko_04_Note1" "Potential Lv50: Initial damage +20, Sustained damage +4。"
+ "DOTA_Tooltip_ability_thtd_junko_04_Note2" "Potential Lv100: Initial damage +30, Sustained damage +6。"
+ "DOTA_Tooltip_ability_thtd_junko_04_Note3" "Potential Lv666: \nGain special effect: [Pure Bullet for Killing], all skill damage increased to 4 times."
+ "DOTA_Tooltip_ability_thtd_junko_04_Note4" "Potential Lv999: \nGain special effect: [Primal Divine Spirit Realm], Junko's power and attack are increased by 400%%."
+ "DOTA_Tooltip_ability_thtd_junko_04_power_damage1" "Initail damage(Power*Star): "
+ "DOTA_Tooltip_ability_thtd_junko_04_power_damage2" "Sustained damage(Power*Star): "
+ "DOTA_Tooltip_ability_thtd_junko_04_tick" "Interval: "
+ "DOTA_Tooltip_ability_thtd_junko_04_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_junko_04_range" "Radius:"
+ "DOTA_Tooltip_modifier_junko_04_debuff" "「The cold star of war」"
+ "DOTA_Tooltip_modifier_junko_04_debuff_Description" "Unit is taking damage from Junko"
"DOTA_Tooltip_ability_item_0074" "【SSR】Hecatia Lapislazuli"
- "DOTA_Tooltip_ability_item_0074_Lore" "There is resentment against Chang\'e because the husband of Chang\'e is the one who shot down the sun (Apollo)."
+ "DOTA_Tooltip_ability_item_0074_Lore" "There is resentment against Chang'e because the husband of Chang'e is the one who shot down the sun (Apollo)."
"DOTA_Tooltip_ability_item_0074_Description" "The mysterious spirit of the moon, the earth and the outer boundary. She has the body in three worlds at the same time, and can freely come and go in different worlds. By the way, dreams are equivalent to different worlds."
"hecatia" "Hecatia Lapislazuli"
"DOTA_Tooltip_ability_thtd_hecatia_01" "earth"
- "DOTA_Tooltip_ability_thtd_hecatia_01_Description" "Hcartiya releases the sphere representing the earth floating around, and the body transforms every second.\nThe ball hits the enemy to launch the following effects according to its own form. If the form is Earth, the first effect will be launched, otherwise the second effect will be launched.\n1. foul play: damage to target and wound for 1 second, damage: energy * star *2. Each enemy can only be hit in 2 seconds, range: 350.\n2. Rainfall in Hell: Each rainfall will damage the target, range: 500, damage: energy * STAR * 3."
- "DOTA_Tooltip_ability_thtd_hecatia_01_power_damage1" "邪秽缠身伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hecatia_01_range1" "邪秽缠身作用范围:"
- "DOTA_Tooltip_ability_thtd_hecatia_01_root_time" "邪秽缠身缠绕时间:"
- "DOTA_Tooltip_ability_thtd_hecatia_01_lock_time" "缠绕后免疫时间:"
- "DOTA_Tooltip_ability_thtd_hecatia_01_power_damage2" "地狱的降雨伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hecatia_01_range2" "地狱的降雨作用范围:"
- "DOTA_Tooltip_ability_thtd_hecatia_01_power_up" "%能量提高:"
+ "DOTA_Tooltip_ability_thtd_hecatia_01_Description" "Hecatia releases a sphere representing Earth to float around and raise power. \n The ball hits the enemy and activates the following effects depending on the body form, the 1st effect if the body form is Earth, otherwise the 2nd. \n 1. Evil Filth Entanglement: Entangles the target and deals damage. \n 2. Rain of Hell: Each rainfall deals damage to the target."
+ "DOTA_Tooltip_ability_thtd_hecatia_01_power_damage1" "Evil Filth Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hecatia_01_range1" "Entanglement Radius:"
+ "DOTA_Tooltip_ability_thtd_hecatia_01_root_time" "Entanglement duration: "
+ "DOTA_Tooltip_ability_thtd_hecatia_01_lock_time" "entanglement lock time: "
+ "DOTA_Tooltip_ability_thtd_hecatia_01_power_damage2" "Rain of Hell damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hecatia_01_range2" "Rain of Hell Radius:"
+ "DOTA_Tooltip_ability_thtd_hecatia_01_power_up" "% Power boost: "
"DOTA_Tooltip_ability_thtd_hecatia_02" "Moon"
- "DOTA_Tooltip_ability_thtd_hecatia_02_Description" "Hcartiya releases the sphere that represents the moon floating around, and the body transforms every second.\n\nWhen the ball collides with the enemy, it launches the following effects according to its own form. If the form is the moon, it launches the first effect, otherwise the second effect.\n1. Apollo mirror: from the body to the moon, reflecting to the surrounding units, damage: energy * STAR * 4.5, range: 350.\n2. month frenzy impact: each hit the enemy will cause damage and repulse, damage: energy * star *4.5. Each enemy can only be hit in 2 seconds, range: 250"
- "DOTA_Tooltip_ability_thtd_hecatia_02_power_damage1" "月狂冲击伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hecatia_02_range1" "月狂冲击作用范围:"
- "DOTA_Tooltip_ability_thtd_hecatia_02_back_distance" "月狂冲击击退距离:"
- "DOTA_Tooltip_ability_thtd_hecatia_02_lock_time" "击退后免疫时间:"
- "DOTA_Tooltip_ability_thtd_hecatia_02_power_damage2" "阿波罗反射镜伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hecatia_02_range2" "阿波罗反射镜作用范围:"
- "DOTA_Tooltip_ability_thtd_hecatia_02_chance" "%暴击概率提高:"
- "DOTA_Tooltip_ability_thtd_hecatia_02_crit" "%暴击伤害提高:"
+ "DOTA_Tooltip_ability_thtd_hecatia_02_Description" "Hecatia releases a sphere representing the moon to float around and increase crits. \n Ball hitting an enemy unleashes the following effects depending on the body form, the 1st effect if the body form is a moon, otherwise the 2nd. \n 1. Lunar Frenzy Impact: Each time it hits an enemy it deals damage and knocks them back. \n 2. Apollo Reflector: Shoot from the body to the moon and reflect to the surrounding units."
+ "DOTA_Tooltip_ability_thtd_hecatia_02_power_damage1" "Frenzy damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hecatia_02_range1" "Frenzy Radius:"
+ "DOTA_Tooltip_ability_thtd_hecatia_02_back_distance" "Frenzy knockback distance: "
+ "DOTA_Tooltip_ability_thtd_hecatia_02_lock_time" "Immunity time: "
+ "DOTA_Tooltip_ability_thtd_hecatia_02_power_damage2" "Apollo damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hecatia_02_range2" "Apollo Radius:"
+ "DOTA_Tooltip_ability_thtd_hecatia_02_chance" "% Crit Chance Increase: "
+ "DOTA_Tooltip_ability_thtd_hecatia_02_crit" "% Crit damage increase: "
"DOTA_Tooltip_ability_thtd_hecatia_03" "Alien border"
- "DOTA_Tooltip_ability_thtd_hecatia_03_Description" "Hcartiya releases the sphere that represents the other side floating around, and the body transforms every second.\n\nThe ball hits the enemy to launch the following effects according to its own form. If the form is different, the first effect will be launched, otherwise the second effect will be launched.\n1. Dusk and dusk: leaving fog, causing sustained damage and attracting targets, damage: energy * star, activation range: 350, attraction range: 500, duration: 3 seconds.\n2. the non ideal barrage of Hell: Launch 12 barrage, damage: energy * star *3, range: 350."
- "DOTA_Tooltip_ability_thtd_hecatia_03_power_damage1" "黄昏薄暮伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hecatia_03_active_range" "黄昏薄暮激活范围:"
- "DOTA_Tooltip_ability_thtd_hecatia_03_full_range" "黄昏薄暮作用范围:"
- "DOTA_Tooltip_ability_thtd_hecatia_03_suck_duration" "吸引持续时间:"
- "DOTA_Tooltip_ability_thtd_hecatia_03_power_damage2" "地狱的非理想弹幕伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hecatia_03_range2" "地狱的非理想弹幕作用范围:"
- "DOTA_Tooltip_ability_thtd_hecatia_03_damage_up" "%伤害提高:"
- "DOTA_Tooltip_modifier_thtd_hecatia_03_combo_buff" "【组合提升 - 纯狐】"
- "DOTA_Tooltip_modifier_thtd_hecatia_03_combo_buff_Description" "组合提升已生效。"
+ "DOTA_Tooltip_ability_thtd_hecatia_03_Description" "Hecatia releases spheres representing the Otherworld floating around and increasing damage. \n The ball hits the enemy to activate the following effects depending on the body form, the 1st effect is activated if the body form is otherworldly, otherwise the 2nd. \n 1. Twilight Mist: Leaves behind a mist that deals sustained damage and attracts targets. \n 2. Hell's Non-ideal Barrage: Fires 12 barrages, dealing damage to enemies that hit it. \n [Combo Boost - Junko] \n Immobilizes the Otherworldly Sphere."
+ "DOTA_Tooltip_ability_thtd_hecatia_03_power_damage1" "Mist damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hecatia_03_active_range" "Mist Activation Radius:"
+ "DOTA_Tooltip_ability_thtd_hecatia_03_full_range" "Mist Full Radius:"
+ "DOTA_Tooltip_ability_thtd_hecatia_03_suck_duration" "Duration of Mist attraction: "
+ "DOTA_Tooltip_ability_thtd_hecatia_03_power_damage2" "Barrage damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hecatia_03_range2" "Barrage Radius:"
+ "DOTA_Tooltip_ability_thtd_hecatia_03_damage_up" "% Damage increase: "
+ "DOTA_Tooltip_modifier_thtd_hecatia_03_combo_buff" "【Combo Boost - Junko】"
+ "DOTA_Tooltip_modifier_thtd_hecatia_03_combo_buff_Description" "The otherworld is frozen"
"DOTA_Tooltip_ability_thtd_hecatia_04" "Three-in-one"
- "DOTA_Tooltip_ability_thtd_hecatia_04_Description" "Hcartiya manipulated three spheres to launch the trinity of Rhapsody.\n\nOntology will constantly change shape. When the shape sphere hits the target release skill, it will produce a triangle. When it forms three triangles, it will link three triangles and use laser to scan the surrounding units.\nDamage: energy * star *5, lasts 5 seconds."
- "DOTA_Tooltip_ability_thtd_hecatia_04_Note0" "潜能Lv10:技能伤害+5。"
- "DOTA_Tooltip_ability_thtd_hecatia_04_Note1" "潜能Lv50:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_hecatia_04_Note2" "潜能Lv100:技能伤害+15,各形态至少6秒覆盖一次。"
- "DOTA_Tooltip_ability_thtd_hecatia_04_Note3" "潜能Lv666:\n获得特殊效果:「纯粹与不纯的弹幕」,各球提高暴击/能量/伤害效果提升至3倍。"
- "DOTA_Tooltip_ability_thtd_hecatia_04_Note4" "潜能Lv999:\n获得特殊效果:「Trinitarian Rhapsody」,发动三位一体扫射时基础能量+900。"
- "DOTA_Tooltip_ability_thtd_hecatia_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hecatia_04_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_hecatia_04_power_bonus" "能量增加:"
- "DOTA_Tooltip_modifier_hecatia_01_earth_lock" "邪秽缠身"
- "DOTA_Tooltip_modifier_hecatia_01_earth_lock_Description" "该单位已经触发过邪秽缠身效果,暂时无法再次触发该效果"
- "DOTA_Tooltip_modifier_hecatia_01_moon_lock" "月狂冲击"
- "DOTA_Tooltip_modifier_hecatia_01_moon_lock_Description" "该单位已经触发过月狂冲击效果,暂时无法再次触发该效果"
- "DOTA_Tooltip_modifier_hourainingyou_01_stun_lock" "重击"
- "DOTA_Tooltip_modifier_hourainingyou_01_stun_lock_Description" "该单位已经触发过重击效果,暂时无法再次触发该效果"
- "DOTA_Tooltip_modifier_keine_01_lock" "野符「GHQ的危机」"
- "DOTA_Tooltip_modifier_keine_01_lock_Description" "该单位已经触发过「GHQ的危机」效果,暂时无法再次触发该效果"
- "DOTA_Tooltip_modifier_futo_01_lock" "投皿「物部氏的八十平瓮」"
- "DOTA_Tooltip_modifier_futo_01_lock_Description" "该单位已经触发过「物部氏的八十平瓮」晕眩效果,暂时无法再次触发该效果"
+ "DOTA_Tooltip_ability_thtd_hecatia_04_Description" "Hecatia manipulates three spheres to unleash the Trinity Sweep. \n Her body changes its form randomly every second (not affected by CD reduction). \n In the order of Earth-Lunar-Otherworld, a triangle is created when the transformation to the corresponding form and the corresponding sphere exists and the triangle before the order has been created. \nWhen three triangles are formed, it links the three triangles and fires a laser at the center of the triangle to strafe the surrounding units, Hecatia's base power boosts during the strafing. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_hecatia_04_Note0" "Potential Lv10: Damage +5。"
+ "DOTA_Tooltip_ability_thtd_hecatia_04_Note1" "Potential Lv50: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_hecatia_04_Note2" "Potential Lv100: Damage +15,Each form is covered at least once in 6 seconds"
+ "DOTA_Tooltip_ability_thtd_hecatia_04_Note3" "Potential Lv666: \nGain special effect: [Pure and Impure Bounce], each ball increases the effect of crit/power/damage to 3 times."
+ "DOTA_Tooltip_ability_thtd_hecatia_04_Note4" "Potential Lv999: \nGain special effect: [Trinitarian Rhapsody], base power +900 when launching Trinity Sweep."
+ "DOTA_Tooltip_ability_thtd_hecatia_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hecatia_04_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_hecatia_04_power_bonus" "Power bonus: "
+ "DOTA_Tooltip_modifier_hecatia_01_earth_lock" "Evil Stalking"
+ "DOTA_Tooltip_modifier_hecatia_01_earth_lock_Description" "This unit has already triggered the effect of Evil Entanglement, and is temporarily unable to trigger the effect again."
+ "DOTA_Tooltip_modifier_hecatia_01_moon_lock" "Frenzy Impact"
+ "DOTA_Tooltip_modifier_hecatia_01_moon_lock_Description" "This unit has already triggered the Lunar Frenzy Impact effect and cannot trigger it again for the time being."
+ "DOTA_Tooltip_modifier_hourainingyou_01_stun_lock" "Heavy hitting"
+ "DOTA_Tooltip_modifier_hourainingyou_01_stun_lock_Description" "The unit has already triggered the heavy hitting effect and cannot trigger the effect again for the time being."
+ "DOTA_Tooltip_modifier_keine_01_lock" "Wild Charm [GHQ's Crisis]"
+ "DOTA_Tooltip_modifier_keine_01_lock_Description" "This unit has already triggered the [GHQ's Crisis] effect and cannot trigger it again for the time being."
+ "DOTA_Tooltip_modifier_futo_01_lock" "Throwing a dish [Ibaraki's Yashira Urn]"
+ "DOTA_Tooltip_modifier_futo_01_lock_Description" "This unit has already triggered the dizzying effect of [Ibaraki's Yashira Urn] and cannot trigger it again for the time being."
"shinki" "Shinki"
"DOTA_Tooltip_ability_item_0080" "[SSR]Shinki"
- "DOTA_Tooltip_ability_item_0080_Description" "Shinki is the creator of Makai.Shinki has light-blue eyes with white hair and wears red robes. \nShe\'s able to summon six white wings, which can turn purple with red markings. "
+ "DOTA_Tooltip_ability_item_0080_Description" "Shinki is the creator of Makai.Shinki has light-blue eyes with white hair and wears red robes. \nShe's able to summon six white wings, which can turn purple with red markings. "
"DOTA_Tooltip_ability_thtd_shinki_01" "「Makai gate」"
- "DOTA_Tooltip_ability_thtd_shinki_01_Description" "At the end of each round,Randomly Summon X shikigami card(The shikigami card maybe not be in your card pool)And the consumption of this type of shikigami card will not return to the card pool(X=star level)\n1X:100%%Summon 1 N card\n2X:100%% 2 N cards\n3X:80%%Summon N card,20%%Summon R card,A total of 3\n4X:80%%Summon R cards,20%%Summon SR cards,5%%Summon SSR cards,A total of 1. 80%%Summon N card,20%%Summon R cards,A total of 3.\n5X:80%Summon R cards,20%%Summon SR cards,5%%Summon SSR,A total of 5."
- "DOTA_Tooltip_ability_thtd_shinki_01_Note0" "魔界式神包括:神绮、爱丽丝、小恶魔、魅魔。"
- "DOTA_Tooltip_ability_thtd_shinki_01_kill_bonus" "击杀获得能量:"
- "DOTA_Tooltip_ability_thtd_shinki_01_max_count" "最大叠加次数:"
- "DOTA_Tooltip_modifier_shinki_01_buff_kill" "「魔神降临」"
- "DOTA_Tooltip_modifier_shinki_01_buff_kill_Description" "击杀目标时获得能量提升。"
+ "DOTA_Tooltip_ability_thtd_shinki_01_Description" "All Makai residents gain power when killing the target. Boost disappears when they lose the Makai gate aura"
+ "DOTA_Tooltip_ability_thtd_shinki_01_Note0" "Makai Residents: Shinki、Alice、Koakuma、Mima。"
+ "DOTA_Tooltip_ability_thtd_shinki_01_kill_bonus" "Kill Bonus: "
+ "DOTA_Tooltip_ability_thtd_shinki_01_max_count" "Max Count: "
+ "DOTA_Tooltip_modifier_shinki_01_buff_kill" "「Devil God Descends」"
+ "DOTA_Tooltip_modifier_shinki_01_buff_kill_Description" "Gain energy boost when killing targets。"
"DOTA_Tooltip_ability_thtd_shinki_02" "「Enze earth」"
- "DOTA_Tooltip_ability_thtd_shinki_02_Description" "When per unit upgrade around 2000 yards ,Then the unit gets(Shinki star level*1)extra power points."
- "DOTA_Tooltip_ability_thtd_shinki_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_shinki_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_shinki_02_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_shinki_03" "「魔神降临」"
- "DOTA_Tooltip_ability_thtd_shinki_03_Description" "唤起本源的力量,获得额外的能量。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_shinki_03_power_bonus" "能量增加:"
- "DOTA_Tooltip_ability_thtd_shinki_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_shinki_03_Note0" "潜能Lv10:能量增加+200,持续+1秒。"
- "DOTA_Tooltip_ability_thtd_shinki_03_Note1" "潜能Lv50:能量增加+400,持续+2秒。"
- "DOTA_Tooltip_ability_thtd_shinki_03_Note2" "潜能Lv100:能量增加+600,持续+3秒。"
- "DOTA_Tooltip_modifier_shinki_03_buff_self" "「魔神降临」"
- "DOTA_Tooltip_modifier_shinki_03_buff_self_Description" "唤起本源的力量,获得额外的能量提升。"
+ "DOTA_Tooltip_ability_thtd_shinki_02_Description" "Unleash the might of god, dealing continuous damage to surrounding area"
+ "DOTA_Tooltip_ability_thtd_shinki_02_power_damage" "Damage (Power Points * Star): "
+ "DOTA_Tooltip_ability_thtd_shinki_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_shinki_02_tick" "damage interval: "
+ "DOTA_Tooltip_ability_thtd_shinki_03" "「Devil God Descends」"
+ "DOTA_Tooltip_ability_thtd_shinki_03_Description" "Evoke the power of the origin to gain strength.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_shinki_03_power_bonus" "Power Bonus: "
+ "DOTA_Tooltip_ability_thtd_shinki_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_shinki_03_Note0" "Potential Lv10: Power+200,Duration +1s。"
+ "DOTA_Tooltip_ability_thtd_shinki_03_Note1" "PotentialLv50: Power+400,Duration +2s。"
+ "DOTA_Tooltip_ability_thtd_shinki_03_Note2" "Potential Lv100: Power+600,Duration +3s。"
+ "DOTA_Tooltip_modifier_shinki_03_buff_self" "「Devil God Origin」"
+ "DOTA_Tooltip_modifier_shinki_03_buff_self_Description" "Evoke the power of the origin to gain strength."
"DOTA_Tooltip_ability_thtd_shinki_04" "「Return of the devil」"
- "DOTA_Tooltip_ability_thtd_shinki_04_Description" "Goddess summons the Devil King as the Lord of the Devil World, so that the great Devil King lost in time and space can return. The great Devil King\'s attack power is a star-rated energy of the Devil King.\nThe great devil has three skills:\nDevouring: Devouring an enemy every 30 seconds and growing up. Each 5%% increase in attack requires digestion before it can devour the next one. When the enemy is digested, it suffers pure damage with the same attack power per second. When the size grows to the extreme, it does not grow.\nStrike: The Devil\'s attack has a 50%% chance of stunning an enemy 300 yards around the target and causing 5 times the pure damage of a normal attack.\nWrath: The Great Devil gets angry and slams the ground, causing a wide range of shocks, hitting the affected enemy hard and slowing down by 60%%, causing pure damage in double attacks.\nAt the same time, there is only one big devil."
- "DOTA_Tooltip_ability_thtd_shinki_04_Note0" "潜能Lv10:大魔王获得1层狂热效果。"
- "DOTA_Tooltip_ability_thtd_shinki_04_Note1" "潜能Lv50:大魔王获得2层狂热效果。"
- "DOTA_Tooltip_ability_thtd_shinki_04_Note2" "潜能Lv100:大魔王获得3层狂热效果。"
- "DOTA_Tooltip_ability_thtd_shinki_04_Note3" "潜能Lv666:\n获得特殊效果:混乱冲击,魔王震荡波持续不断,伤害提高4倍。"
- "DOTA_Tooltip_ability_thtd_shinki_04_Note4" "潜能Lv999:\n获得特殊效果:究极魔王,成长上限提高至极限。"
- "DOTA_Tooltip_ability_thtd_shinki_04_Note5" "\n狂热:攻击力+200,攻速+40。"
- "DOTA_Tooltip_ability_thtd_shinki_04_Note6" "\n激活潜能后需要插拔重新召唤一次才能获得狂热效果。"
+ "DOTA_Tooltip_ability_thtd_shinki_04_Description" "Goddess summons the Devil King as the Lord of the Devil World, so that the great Devil King lost in time and space can return. The great Devil King's attack power is a star-rated energy of the Devil King.\nThe great devil has three skills:\nDevouring: Devouring an enemy every 30 seconds and growing up. Each 5%% increase in attack requires digestion before it can devour the next one. When the enemy is digested, it suffers pure damage with the same attack power per second. When the size grows to the extreme, it does not grow.\nStrike: The Devil's attack has a 50%% chance of stunning an enemy 300 yards around the target and causing 5 times the pure damage of a normal attack.\nWrath: The Great Devil gets angry and slams the ground, causing a wide range of shocks, hitting the affected enemy hard and slowing down by 60%%, causing pure damage in double attacks.\nAt the same time, there is only one big devil."
+ "DOTA_Tooltip_ability_thtd_shinki_04_Note0" "Potential Lv10: Lv1 Frenzy"
+ "DOTA_Tooltip_ability_thtd_shinki_04_Note1" "Potential Lv50: Lv2 Frenzy"
+ "DOTA_Tooltip_ability_thtd_shinki_04_Note2" "Potential Lv100: Lv3 Frenzy"
+ "DOTA_Tooltip_ability_thtd_shinki_04_Note3" "Potential Lv666: \nChaos Shock: Shockwave lasts forever and does 4x damage"
+ "DOTA_Tooltip_ability_thtd_shinki_04_Note4" "Potential Lv999: \nUltimate Demon King: Growth limit increased to max"
+ "DOTA_Tooltip_ability_thtd_shinki_04_Note5" "\nFrenzy: +200 Attack, +40 Attack speed"
+ "DOTA_Tooltip_ability_thtd_shinki_04_Note6" "\nAfter activating potential resummon once for frenzy effect.。"
"shinki_dragon" "SHINKI_DRAGON"
- "shinki_dragon_casted" "只能存在一个大魔王"
- "DOTA_Tooltip_ability_shinki_dragon_01" "吞噬"
- "DOTA_Tooltip_ability_shinki_dragon_01_Description" "吞噬一个敌人供自己成长,每次成长提升%damage_up%%%基础攻击力。\n需要消化完毕后才能吞噬下一个敌人,当体型成长到极致后不再成长。\n在跳关时会按所跳波数每波2次吞噬补全至下一次吞噬中(必须在施放跳关后至该波结束前吞噬一次)。"
- "DOTA_Tooltip_ability_shinki_dragon_01_Note0" ""
- "DOTA_Tooltip_ability_shinki_dragon_01_damage_up" "%成长提升攻击力:"
- "DOTA_Tooltip_ability_shinki_dragon_01_max_count" "最大成长次数:"
- "DOTA_Tooltip_modifier_shinki_dragon_01_buff" "成长"
- "DOTA_Tooltip_modifier_shinki_dragon_01_buff_Description" "大魔王吞噬一个敌人供自己成长,每次成长提升基础攻击力"
- "DOTA_Tooltip_ability_shinki_dragon_02" "重击"
- "DOTA_Tooltip_ability_shinki_dragon_02_Description" "大魔王的攻击有概率对目标造成%damage_crit%倍攻击伤害,并击晕和伤害目标周围的敌人。"
- "DOTA_Tooltip_ability_shinki_dragon_02_Note0" "击晕有1秒内置CD。"
- "DOTA_Tooltip_ability_shinki_dragon_02_chance" "%概率:"
- "DOTA_Tooltip_ability_shinki_dragon_02_damage_crit" "伤害倍数:"
- "DOTA_Tooltip_ability_shinki_dragon_02_stun_time" "晕眩时间:"
- "DOTA_Tooltip_ability_shinki_dragon_02_range" "击晕范围:"
- "DOTA_Tooltip_ability_shinki_dragon_02_aoe_crit" "范围伤害倍数:"
- "DOTA_Tooltip_ability_shinki_dragon_03" "震荡波"
- "DOTA_Tooltip_ability_shinki_dragon_03_Description" "大魔王发怒,猛击地面造成一个大范围的震荡波,造成%damage_times%倍攻击伤害并减速%movement_slow%%%。"
- "DOTA_Tooltip_ability_shinki_dragon_03_shock_radius" "范围:"
- "DOTA_Tooltip_ability_shinki_dragon_03_movement_slow" "%移速降低:"
- "DOTA_Tooltip_ability_shinki_dragon_03_debuff_duration" "持续时间:"
- "DOTA_Tooltip_ability_shinki_dragon_03_damage_times" "伤害倍数:"
+ "shinki_dragon_casted" "Only one Demon King can exist"
+ "DOTA_Tooltip_ability_shinki_dragon_01" "Devour"
+ "DOTA_Tooltip_ability_shinki_dragon_01_Description" "Swallow an enemy for their own growth, each growth boost %damage_up%%% base attack power. \n Need to finish digestion before devouring the next enemy, when the size of the growth to the extreme no longer grow. \n Will swallow 2 times per wave to replenish to the next swallow when jumping through the level (must swallow once after casting jump through the level until the end of that wave)."
+ "DOTA_Tooltip_ability_shinki_dragon_01_Note0" "" // blank in chinese
+ "DOTA_Tooltip_ability_shinki_dragon_01_damage_up" "% Damage growth: "
+ "DOTA_Tooltip_ability_shinki_dragon_01_max_count" "Max stacks: "
+ "DOTA_Tooltip_modifier_shinki_dragon_01_buff" "Devour"
+ "DOTA_Tooltip_modifier_shinki_dragon_01_buff_Description" "Demon devouring an enemy for his own growth, each growth to enhance the base attack power"
+ "DOTA_Tooltip_ability_shinki_dragon_02" "Bash"
+ "DOTA_Tooltip_ability_shinki_dragon_02_Description" "Demon's attack has a chance to deal %damage_crit% times attack damage to the target, and stun and damage enemies around the target."
+ "DOTA_Tooltip_ability_shinki_dragon_02_Note0" "1 second built-in CD"
+ "DOTA_Tooltip_ability_shinki_dragon_02_chance" "% Chance: "
+ "DOTA_Tooltip_ability_shinki_dragon_02_damage_crit" "Damage multiplier: "
+ "DOTA_Tooltip_ability_shinki_dragon_02_stun_time" "Stun time: "
+ "DOTA_Tooltip_ability_shinki_dragon_02_range" "Radius:"
+ "DOTA_Tooltip_ability_shinki_dragon_02_aoe_crit" "AOE Damage multiplier: "
+ "DOTA_Tooltip_ability_shinki_dragon_03" "Shockwave"
+ "DOTA_Tooltip_ability_shinki_dragon_03_Description" "Demon rages and slams the ground causing a large shockwave that deals %damage_times% times attack damage and slows %movement_slow%%%."
+ "DOTA_Tooltip_ability_shinki_dragon_03_shock_radius" "Radius:"
+ "DOTA_Tooltip_ability_shinki_dragon_03_movement_slow" "% Slow: "
+ "DOTA_Tooltip_ability_shinki_dragon_03_debuff_duration" "Duration: "
+ "DOTA_Tooltip_ability_shinki_dragon_03_damage_times" "Damage multiplier: "
"DOTA_Tooltip_modifier_earthshock_debuff_datadriven" "shockwave"
"DOTA_Tooltip_modifier_earthshock_debuff_datadriven_Description" "Affected by the shock wave of the devil, the speed is reduced."
"DOTA_Tooltip_ability_item_0059" "【SR】Alice Margatroid"
@@ -2551,387 +2551,387 @@
"alice" "Alice Margatroid"
"alice_falanxi_ningyou" "ALICE_FALANXI_NINGYOU"
"DOTA_Tooltip_ability_thtd_alice_01" "Magic operation 「puppet ambush」"
- "DOTA_Tooltip_ability_thtd_alice_01_Description" "Alice placed a doll in a fixed place. The doll remained in a latent state. When the target approached, the doll exploded, causing range damage and increasing subsequent damage to the target for 2 minutes.\n\nStar related injury: energy * star *5\nDamage increased: 3%% 6%% 9%% 12%% 18%%\nDuration: 3 seconds.\nDetonation range: 150, damage range: 300"
- "DOTA_Tooltip_ability_thtd_alice_01_power_damage" "最小技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_alice_01_range1" "引爆范围:"
- "DOTA_Tooltip_ability_thtd_alice_01_range2" "伤害范围:"
- "DOTA_Tooltip_ability_thtd_alice_01_stun_time" "晕眩时间:"
- "DOTA_Tooltip_ability_thtd_alice_01_duration_time" "人偶持续时间:"
- "DOTA_Tooltip_modifier_alice_power666" "狡猾的献祭"
- "DOTA_Tooltip_modifier_alice_power666_Description" "人偶爆炸后形成了献祭效果,所有伤害提高。"
+ "DOTA_Tooltip_ability_thtd_alice_01_Description" "Alice placed a doll at a fixed location, the doll remains in the latent state, when the target is close the doll self-destructs, dealing ranged damage and stunning the target, the closer to the explosion point the greater the impact. \n Supports AI fixed-point cast."
+ "DOTA_Tooltip_ability_thtd_alice_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_alice_01_range1" "Detonation Radius:"
+ "DOTA_Tooltip_ability_thtd_alice_01_range2" "Explosion Radius:"
+ "DOTA_Tooltip_ability_thtd_alice_01_stun_time" "Stun time: "
+ "DOTA_Tooltip_ability_thtd_alice_01_duration_time" "Duration of doll: "
+ "DOTA_Tooltip_modifier_alice_power666" "Cunning Sacrifice"
+ "DOTA_Tooltip_modifier_alice_power666_Description" "The doll explodes and creates a sacrifice effect, all damage is increased."
"DOTA_Tooltip_ability_thtd_alice_02" "Curse the 「Falanxi Doll」"
- "DOTA_Tooltip_ability_thtd_alice_02_Description" "Alice calls on elaborate dolls to fight instead of herself, and observes the command in the rear."
- "DOTA_Tooltip_ability_thtd_alice_02_power_up" "%基础能量提升:"
- "DOTA_Tooltip_ability_thtd_alice_02_Note0" "潜能Lv10:法兰西人偶攻击+200,攻速+40。"
- "DOTA_Tooltip_ability_thtd_alice_02_Note1" "潜能Lv50:法兰西人偶攻击+400,攻速+80。"
- "DOTA_Tooltip_ability_thtd_alice_02_Note2" "潜能Lv100:法兰西人偶攻击+600,攻速+120。"
- "DOTA_Tooltip_ability_thtd_alice_02_Note3" "激活潜能后需要重新召唤一次才生效。"
+ "DOTA_Tooltip_ability_thtd_alice_02_Description" "Alice does not attack, but her base power is boosted %power_up%% and she summons elaborate dolls to fight in her place. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_alice_02_power_up" "% Extra power: "
+ "DOTA_Tooltip_ability_thtd_alice_02_Note0" "Potential Lv10: Doll attack +200, Attack speed +40"
+ "DOTA_Tooltip_ability_thtd_alice_02_Note1" "Potential Lv50: Doll attack +400, Attack speed +80"
+ "DOTA_Tooltip_ability_thtd_alice_02_Note2" "Potential Lv100: Doll attack +600, Attack speed +120"
+ "DOTA_Tooltip_ability_thtd_alice_02_Note3" "After activating the potential, you need to re-summon it once before it takes effect."
"DOTA_Tooltip_ability_thtd_alice_03" "War symbol 「small military force」"
- "DOTA_Tooltip_ability_thtd_alice_03_Description" "Alice placed the doll in front of her to protect herself closely, and sent a laser across the front, causing a lot of damage.\n[star correlation] damage: energy * star *7, times: 10"
- "DOTA_Tooltip_ability_thtd_alice_03_Note0" "潜能Lv10:技能伤害提升100%%。"
- "DOTA_Tooltip_ability_thtd_alice_03_Note1" "潜能Lv50:技能伤害提升200%%。"
- "DOTA_Tooltip_ability_thtd_alice_03_Note2" "潜能Lv100:技能伤害提升400%%。"
- "DOTA_Tooltip_ability_thtd_alice_03_Note3" "潜能Lv666:\n获得特殊效果:狡猾的献祭,人偶爆炸后形成献祭效果,所有伤害提高至3倍。"
- "DOTA_Tooltip_ability_thtd_alice_03_Note4" "潜能Lv999:\n获得特殊效果:惨虐之光,激光伤害提升至5倍。"
- "DOTA_Tooltip_ability_thtd_alice_03_power_damage" "技能伤害(能量点*星级/每次):"
- "DOTA_Tooltip_ability_thtd_alice_03_max_count" "发射次数:"
- "DOTA_Tooltip_ability_thtd_alice_03_damage_up" "人偶伤害提升倍数:"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01" "重击"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01_Description" "攻击对目标周围所有单位造成伤害。"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01_power_damage" "技能伤害(爱丽丝的能量点*星级):"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02" "致命一击"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02_Description" "攻击有概率发起致命一击,造成%health%%%的最大生命值伤害。"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02_crit_chance" "%概率:"
- "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02_health" "%生命值伤害:"
- "DOTA_Tooltip_ability_thtd_alice_04" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_alice_04_Description" "选择一个地点来设定AI定点施放:魔操「人偶伏兵」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
- "kokoro" "秦心"
- "DOTA_Tooltip_ability_item_0053" "【SR】秦心"
+ "DOTA_Tooltip_ability_thtd_alice_03_Description" "Alice places dolls in front of herself for close protection, and fires %max_count% lasers across the front, during which the damage dealt by all dolls is increased to %damage_up% times. \n[Combo Boost - Marisa]\nCooldown time reduced. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_alice_03_Note0" "Potential Lv10: Damage +100%%"
+ "DOTA_Tooltip_ability_thtd_alice_03_Note1" "Potential Lv50: Damage +200%%。"
+ "DOTA_Tooltip_ability_thtd_alice_03_Note2" "Potential Lv100: Damage +400%%。"
+ "DOTA_Tooltip_ability_thtd_alice_03_Note3" "Potential Lv666: \nGain a special effect: [Cunning Sacrifice], the doll explodes to form a sacrifice effect that increases all damage to 3x."
+ "DOTA_Tooltip_ability_thtd_alice_03_Note4" "Potential Lv999: \nGain a special effect: [Light of Misery], laser damage is increased to 5 times."
+ "DOTA_Tooltip_ability_thtd_alice_03_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_alice_03_max_count" "Launches: "
+ "DOTA_Tooltip_ability_thtd_alice_03_damage_up" "Doll damage multiplier: "
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01" "Bash"
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01_Description" "The attack deals damage to all units around the target."
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02" "Deadly Strike"
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02_Description" "The attack has a chance to launch a killing blow that deals %health%%% damage to maximum life value."
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02_crit_chance" "% Chance: "
+ "DOTA_Tooltip_ability_thtd_alice_02_ningyou_02_health" "% Health damage: "
+ "DOTA_Tooltip_ability_thtd_alice_04" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_alice_04_Description" "Select a location to set the AI spotting: Magic operation 「puppet ambush」, select 100 yards around yourself to cancel the spotting, set successfully the bottom left corner will appear prompt."
+ "kokoro" "Kokoro"
+ "DOTA_Tooltip_ability_item_0053" "【SR】Kokoro"
"DOTA_Tooltip_ability_item_0053_Lore" "猿乐之祖秦河胜使用的面具历经漫长的时间后化作的妖怪"
- "DOTA_Tooltip_ability_item_0053_Description" "表情丰富的扑克脸,每个面具都代表固定的感情,戴上面具后感情就会变化,感情也会影响到在附近的人。"
- "DOTA_Tooltip_ability_thtd_kokoro_01" "凭依「喜怒哀乐附体」"
- "DOTA_Tooltip_ability_thtd_kokoro_01_Description" "秦心操纵感情的力量,将喜怒哀乐化成面具攻击目标,并降低目标基础护甲和持续造成伤害。\n【星级相关】伤害: 能量*星级*5 每秒\n【星级相关】护甲降低:10 20 30 40 60 (与水银之毒不叠加)"
- "DOTA_Tooltip_ability_thtd_kokoro_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kokoro_02" "怒面「吼怒的妖狐面」"
- "DOTA_Tooltip_ability_thtd_kokoro_02_Description" "戴上狐面,将面具化成灵气变成狐狸扑向目标并咬住目标,造成伤害并晕眩目标1.5秒。\n【星级相关】伤害: 能量*星级*5。"
- "DOTA_Tooltip_ability_thtd_kokoro_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kokoro_02_stun_time" "晕眩时间:"
- "DOTA_Tooltip_ability_thtd_kokoro_03" "喜符「狂喜的火男面」"
- "DOTA_Tooltip_ability_thtd_kokoro_03_Description" "戴上火男面具,从面具和心洋溢出来的喜悦的感情撒向周围,提升物理伤害。\n【星级相关】物理伤害提升: 30%%"
- "DOTA_Tooltip_ability_thtd_kokoro_03_crit_mult" "伤害倍数:"
- "DOTA_Tooltip_ability_thtd_kokoro_04" "特技「表情丰富的扑克脸」"
- "DOTA_Tooltip_ability_thtd_kokoro_04_Description" "她能将感情车转轮换,但是自身却始终是面无表情。使用技能后心会释放「喜」「忧」「怒」三种感情,在这些感情有效的期间增强对应的技能。\n「喜」: 狂喜的火男面效果提高50%%。\n「忧」: 喜怒哀乐伤害提高50%%。\n「怒」: 吼怒的妖狐面冷却加快50%%。"
- "DOTA_Tooltip_ability_thtd_kokoro_04_Note0" "潜能Lv10:每个面具提升1%%伤害。"
- "DOTA_Tooltip_ability_thtd_kokoro_04_Note1" "潜能Lv50:每个面具提升5%%伤害。"
- "DOTA_Tooltip_ability_thtd_kokoro_04_Note2" "潜能Lv100:每个面具提升10%%伤害。"
- "DOTA_Tooltip_ability_thtd_kokoro_04_Note3" "潜能Lv666:\n获得特殊效果:「喜怒哀乐附体」,每种感情对应的增强效果提高至4倍。"
- "DOTA_Tooltip_ability_thtd_kokoro_04_Note4" "潜能Lv999:\n获得特殊效果:「暗黑能乐」,获得999点能量和攻击力,还会基于周围目标损失生命值来提升自己的能量点和攻击力(每损失1%%生命值获得1点)。"
- "DOTA_Tooltip_ability_thtd_kokoro_04_Note5" "\n秦心总共有66个面具。"
- "DOTA_Tooltip_modifier_kokoro_04_buff_1" "「忧」"
- "DOTA_Tooltip_modifier_kokoro_04_buff_1_Description" "喜怒哀乐附体附加了减速"
- "DOTA_Tooltip_modifier_kokoro_04_buff_2" "「怒」"
- "DOTA_Tooltip_modifier_kokoro_04_buff_2_Description" "吼怒的妖狐面效果提高了"
- "DOTA_Tooltip_modifier_kokoro_04_buff_3" "「喜」"
- "DOTA_Tooltip_modifier_kokoro_04_buff_3_Description" "狂喜的火男面效果提高了"
- "hina" "键山雏"
- "DOTA_Tooltip_ability_item_0091" "【R】键山雏"
+ "DOTA_Tooltip_ability_item_0053_Description" "Expression rich poker face, each mask represents fixed feelings, wear the mask after the feelings will change, feelings will also affect the people in the vicinity."
+ "DOTA_Tooltip_ability_thtd_kokoro_01" "Sorrow Mask「Joy and Sorrow」"
+ "DOTA_Tooltip_ability_thtd_kokoro_01_Description" "Kokoro launches an attack against all targets around her. She also switches her mask to [Sorrow]."
+ "DOTA_Tooltip_ability_thtd_kokoro_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kokoro_02" "Anger Mask [Roaring Demon Fox Face]"
+ "DOTA_Tooltip_ability_thtd_kokoro_02_Description" "Kokoro summons foxes from her mask, having them pounce on enemies, doing damage and stunning them. She also switches her mask to [Anger]"
+ "DOTA_Tooltip_ability_thtd_kokoro_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kokoro_02_stun_time" "Stun duration: "
+ "DOTA_Tooltip_ability_thtd_kokoro_03" "Joy Mask [ecstatic fire man's face]"
+ "DOTA_Tooltip_ability_thtd_kokoro_03_Description" "Kokoro launches an attack at all units around her, dealing additional damage. She also switches her mask to [Joy]"
+ "DOTA_Tooltip_ability_thtd_kokoro_03_crit_mult" "Damage multiplier: "
+ "DOTA_Tooltip_ability_thtd_kokoro_04" "Stunt [Expressive Poker Face]"
+ "DOTA_Tooltip_ability_thtd_kokoro_04_Description" "When the surrounding units exceed 70%% of life, Kokoro gains power and attack for the portion of life over 70%% of life (1 point for every 1%% of life over), refreshed every second. \nAfter using the skill the heart will release [Joy], [Sorrow] and [Anger] three feelings, each feeling corresponds to an enhancement effect. \n「Joy」: Increase %crit_damage%%% crit damage. \n 「Sorrow」: The target takes (%damage_up_base%% + %damage_up_per%% * percentage of hp loss) extra damage. \n 「Anger」: Boost %bonus%% power and attack. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_kokoro_04_Note0" "Potential Lv10: Each mask boosts 1%% damage."
+ "DOTA_Tooltip_ability_thtd_kokoro_04_Note1" "Potential Lv50: Each mask boosts 5%% damage."
+ "DOTA_Tooltip_ability_thtd_kokoro_04_Note2" "Potential Lv100: Each mask boosts 10%% damage."
+ "DOTA_Tooltip_ability_thtd_kokoro_04_Note3" "Potential Lv666: \nSpecial effect: [Possession of happiness, anger and sadness], the enhancement effect for each emotion is increased to 4 times."
+ "DOTA_Tooltip_ability_thtd_kokoro_04_Note4" "Potential Lv999: \nGain special effect: [Dark Energy], gain 999 power points and attack, and also increase your power points and attack based on the amount of life lost by surrounding targets (1 point for every 1% of life lost)."
+ "DOTA_Tooltip_ability_thtd_kokoro_04_Note5" "\nKokoro has a total of 66 masks."
+ "DOTA_Tooltip_modifier_kokoro_04_buff_1" "「Sorrow」"
+ "DOTA_Tooltip_modifier_kokoro_04_buff_1_Description" "Kokoro does extra damage based on target's missing HP."
+ "DOTA_Tooltip_modifier_kokoro_04_buff_2" "「Anger」"
+ "DOTA_Tooltip_modifier_kokoro_04_buff_2_Description" "Kokoro gains 100%% attack and power."
+ "DOTA_Tooltip_modifier_kokoro_04_buff_3" "「Joy」"
+ "DOTA_Tooltip_modifier_kokoro_04_buff_3_Description" "Kokoro gains 100%% crit damage."
+ "hina" "Hina Kagiyama"
+ "DOTA_Tooltip_ability_item_0091" "【R】Hina Kagiyama"
"DOTA_Tooltip_ability_item_0091_Lore" "收集厄运,是因为厄运可以成为她的力量。厄运的负面能量本身是使她行动的原动力。疫病神虽然名字里有个神字,但却不追求信仰。她并非普通的神明,而是妖怪的一种。"
- "DOTA_Tooltip_ability_item_0091_Description" "收集厄运的神明,但她本人却完全没有恶意,倒不如说她是个待人友好的神明,收集厄运的本意也只是为了不让厄运转移到人类身上。"
- "DOTA_Tooltip_ability_thtd_hina_01" "创符「痛苦之流」"
- "DOTA_Tooltip_ability_thtd_hina_01_Description" "降低周围单位的移速。\n【星级相关】移速减少:20/30/40/50/65%%"
- "DOTA_Tooltip_ability_thtd_hina_01_move_slow" "移速降低:"
- "DOTA_Tooltip_modifier_hina_01_slow_debuff" "创符「痛苦之流」"
- "DOTA_Tooltip_modifier_hina_01_slow_debuff_Description" "该单位受到键山雏「痛苦之流」影响"
- "DOTA_Tooltip_ability_thtd_hina_02" "厄符「厄运」"
- "DOTA_Tooltip_ability_thtd_hina_02_Description" "对「痛苦之流」影响的单位施加厄运,每4秒造成伤害,目标在受到纯粹伤害时会附加额外伤害:当超过伤害来源的星级*能量*4时,附加星级*能量*4的伤害,低于时40%%概率伤害提高40%%。\n【星级相关】伤害: 能量*星级*4"
- "DOTA_Tooltip_ability_thtd_hina_02_Note0" "厄运会叠加,最大叠加999次。\n"
- "DOTA_Tooltip_ability_thtd_hina_02_Note1" "潜能Lv10:概率和伤害+7%%。"
- "DOTA_Tooltip_ability_thtd_hina_02_Note2" "潜能Lv50:概率和伤害+15%%。"
- "DOTA_Tooltip_ability_thtd_hina_02_Note3" "潜能Lv100:概率和伤害+30%%。"
- "DOTA_Tooltip_ability_thtd_hina_02_Note4" "潜能Lv666:\n获得特殊效果:创符「痛苦之流」,技能伤害提升4倍。"
- "DOTA_Tooltip_ability_thtd_hina_02_Note5" "潜能Lv999:\n获得特殊效果:悲运「大钟婆之火」,每个单位还会受到附近单位40%%厄运影响。"
- "DOTA_Tooltip_ability_thtd_hina_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_hina_02_range" "伤害范围:"
- "DOTA_Tooltip_ability_thtd_hina_02_duration" "持续时间:"
- "DOTA_Tooltip_ability_thtd_hina_02_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_hina_02_chance" "%伤害提升概率:"
- "DOTA_Tooltip_ability_thtd_hina_02_bonus_crit" "%叠加厄运增加伤害:"
- "DOTA_Tooltip_ability_thtd_hina_03" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_hina_03_Description" "选择一个地点来设定AI定点施放:恶灵「厄运之轮」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
- "DOTA_Tooltip_modifier_touhoutd_luck" "幸运日"
- "DOTA_Tooltip_modifier_touhoutd_luck_Description" "今天捡到四叶草,全身充满正能量!每层提高1%%的伤害输出!"
- "DOTA_Tooltip_modifier_touhoutd_poison" "「毒」"
- "DOTA_Tooltip_modifier_touhoutd_poison_Description" "该单位已经中毒!"
- "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_pure" "纯粹输出提高"
- "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_pure_Description" "该单位造成的纯粹伤害提高,每层1%%。"
- "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_physical" "物理输出提高"
- "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_physical_Description" "该单位造成的物理伤害提高,每层1%%。"
- "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_magical" "魔法输出提高"
- "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_magical_Description" "该单位造成的魔法伤害提高,每层1%%。"
- "DOTA_Tooltip_modifier_touhoutd_damage_incoming_pure" "受到纯粹伤害提高"
- "DOTA_Tooltip_modifier_touhoutd_damage_incoming_pure_Description" "受到的纯粹伤害提高,每层1%%。"
- "DOTA_Tooltip_modifier_touhoutd_damage_incoming_physical" "受到物理伤害提高"
- "DOTA_Tooltip_modifier_touhoutd_damage_incoming_physical_Description" "受到的物理伤害提高,每层1%%。"
- "DOTA_Tooltip_modifier_touhoutd_damage_incoming_magical" "受到魔法伤害提高"
- "DOTA_Tooltip_modifier_touhoutd_damage_incoming_magical_Description" "受到的魔法伤害提高,每层1%%。"
- "random_boss_has_buff" "注意,异变BOSS获得特殊能力:"
- "DOTA_Tooltip_modifier_bosses_random_resist_aura" "「无常」"
- "DOTA_Tooltip_modifier_bosses_random_resist_aura_Description" "使周围500码范围单位获得无常效果,减少25%%硬控时间。"
- "DOTA_Tooltip_modifier_bosses_random_resist_effect" "「无常」"
- "DOTA_Tooltip_modifier_bosses_random_resist_effect_Description" "获得「无常」效果,减少25%%硬控时间(对大部分技能有效)。"
- "DOTA_Tooltip_modifier_bosses_random_attack_speed_aura" "「震荡」"
- "DOTA_Tooltip_modifier_bosses_random_attack_speed_aura_Description" "对周围1200码范围施加「震荡」效果,降低50%%攻速。"
- "DOTA_Tooltip_modifier_bosses_random_attack_speed_effect" "「震荡」"
- "DOTA_Tooltip_modifier_bosses_random_attack_speed_effect_Description" "受到「震荡」效果影响,攻速降低了(每层降低1攻速)。"
- "DOTA_Tooltip_modifier_bosses_random_move_aura" "「疾速」"
- "DOTA_Tooltip_modifier_bosses_random_move_aura_Description" "使周围500码范围单位获得疾速效果,提高25%%移动速度。"
- "DOTA_Tooltip_modifier_bosses_random_move_effect" "「疾速」"
- "DOTA_Tooltip_modifier_bosses_random_move_effect_Description" "获得「疾速」效果,提高25%%移动速度。"
- "DOTA_Tooltip_modifier_bosses_random_health_aura" "「坚韧」"
- "DOTA_Tooltip_modifier_bosses_random_health_aura_Description" "使周围500码范围单位获得坚韧效果,增加25%%生命值。"
- "DOTA_Tooltip_modifier_bosses_random_health_effect" "「坚韧」"
- "DOTA_Tooltip_modifier_bosses_random_health_effect_Description" "获得「坚韧」效果,增加25%%生命值。"
- "DOTA_Tooltip_modifier_bosses_random_dead_heal" "「血池」"
- "DOTA_Tooltip_modifier_bosses_random_dead_heal_Description" "死亡时形成一个300码范围的血池,治疗站在其中的单位,每秒回复5%%的最大生命值,持续5秒。"
- "DOTA_Tooltip_modifier_bosses_random_aura_dark" "「黑暗光环」"
- "DOTA_Tooltip_modifier_bosses_random_aura_dark_Description" "周围1200码范围单位的能量、攻击和暴击降低25%%。"
- "DOTA_Tooltip_modifier_bosses_random_aura_dark_effect" "「黑暗」"
- "DOTA_Tooltip_modifier_bosses_random_aura_dark_effect_Description" "受到黑暗光环影响,能量和攻击力性降低了。"
- "DOTA_Tooltip_modifier_touhoutd_unlimited_resist" "少女之抵抗"
- "DOTA_Tooltip_modifier_touhoutd_unlimited_resist_Description" "受到伤害后会吸收伤害,每层吸收1%%的伤害。"
- "kagerou" "今泉影狼"
- "DOTA_Tooltip_ability_item_0045" "【SR】今泉影狼"
+ "DOTA_Tooltip_ability_item_0091_Description" "She is a god who collects bad luck, but she is not malicious at all, rather she is a friendly god who collects bad luck with the intention of not transferring it to humans."
+ "DOTA_Tooltip_ability_thtd_hina_01" "Talisman「Stream of Pain」"
+ "DOTA_Tooltip_ability_thtd_hina_01_Description" "Reduces the movement speed of surrounding units by %move_slow%%%"
+ "DOTA_Tooltip_ability_thtd_hina_01_move_slow" "Slow: "
+ "DOTA_Tooltip_modifier_hina_01_slow_debuff" "Talisman「Stream of Pain」"
+ "DOTA_Tooltip_modifier_hina_01_slow_debuff_Description" "unit is slowed"
+ "DOTA_Tooltip_ability_thtd_hina_02" "Talisman [Wheel of Doom]"
+ "DOTA_Tooltip_ability_thtd_hina_02_Description" "Placing Wheel of Doom at a designated location deals damage and stacks Doom on nearby units every %tick% seconds, and Doom causes Wheel of Doom to have a %chance%%% chance of dealing increased damage. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_hina_02_Note0" "Doom stacks up to 999 times."
+ "DOTA_Tooltip_ability_thtd_hina_02_Note1" "Potential Lv10: Chance and damage +7%%。"
+ "DOTA_Tooltip_ability_thtd_hina_02_Note2" "Potential Lv50: Chance and damage +15%%。"
+ "DOTA_Tooltip_ability_thtd_hina_02_Note3" "Potential Lv100: Chance and damage +30%%。"
+ "DOTA_Tooltip_ability_thtd_hina_02_Note4" "Potential Lv666: \nGain special effect: Increase the damage of the skill by 4 times."
+ "DOTA_Tooltip_ability_thtd_hina_02_Note5" "Potential Lv999: \nGain special effect: Sorrowful Luck [Great Bellwether's Fire], each unit will also be affected by 40% of the bad luck of nearby units."
+ "DOTA_Tooltip_ability_thtd_hina_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_hina_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_hina_02_duration" "Duration: "
+ "DOTA_Tooltip_ability_thtd_hina_02_tick" "Interval: "
+ "DOTA_Tooltip_ability_thtd_hina_02_chance" "% Damage boost probability: "
+ "DOTA_Tooltip_ability_thtd_hina_02_bonus_crit" "% Extra damage: "
+ "DOTA_Tooltip_ability_thtd_hina_03" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_hina_03_Description" "Select a location to set the AI to cast: [Wheel of Doom], select 100 yards around yourself to cancel the cast, a prompt will appear in the lower left corner."
+ "DOTA_Tooltip_modifier_touhoutd_luck" "Lucky Day"
+ "DOTA_Tooltip_modifier_touhoutd_luck_Description" "Picked up a four-leaf clover today, full of positive energy! Each stack increases 1%% damage output!"
+ "DOTA_Tooltip_modifier_touhoutd_poison" "「Poison」"
+ "DOTA_Tooltip_modifier_touhoutd_poison_Description" "Poisoned"
+ "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_pure" "Pure output increase"
+ "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_pure_Description" "Damage increased by 1%% per stack."
+ "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_physical" "Physical output increase"
+ "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_physical_Description" "Damage increased by 1%% per stack."
+ "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_magical" "Magical output increase"
+ "DOTA_Tooltip_modifier_touhoutd_damage_outgoing_magical_Description" "Damage increased by 1%% per stack."
+ "DOTA_Tooltip_modifier_touhoutd_damage_incoming_pure" "Increased incoming pure damage"
+ "DOTA_Tooltip_modifier_touhoutd_damage_incoming_pure_Description" "Damage increased by 1%% per stack."
+ "DOTA_Tooltip_modifier_touhoutd_damage_incoming_physical" "Increased incoming pure damage"
+ "DOTA_Tooltip_modifier_touhoutd_damage_incoming_physical_Description" "Damage increased by 1%% per stack."
+ "DOTA_Tooltip_modifier_touhoutd_damage_incoming_magical" "Increased incoming pure damage"
+ "DOTA_Tooltip_modifier_touhoutd_damage_incoming_magical_Description" "Damage increased by 1%% per stack."
+ "random_boss_has_buff" "Note that the mutant bosses gain special abilities: "
+ "DOTA_Tooltip_modifier_bosses_random_resist_aura" "「Impermanence」"
+ "DOTA_Tooltip_modifier_bosses_random_resist_aura_Description" "Gives the unit 500 yards around it an impermanent effect, reducing the hard control time by 25%%."
+ "DOTA_Tooltip_modifier_bosses_random_resist_effect" "「Impermanence」"
+ "DOTA_Tooltip_modifier_bosses_random_resist_effect_Description" "Gain the [Impermanence] effect, reducing hard control time by 25%% (effective for most skills)."
+ "DOTA_Tooltip_modifier_bosses_random_attack_speed_aura" "「Shake」"
+ "DOTA_Tooltip_modifier_bosses_random_attack_speed_aura_Description" "Applies a [shock] effect to a 1200 yard range, reducing attack speed by 50%%."
+ "DOTA_Tooltip_modifier_bosses_random_attack_speed_effect" "「Shake」"
+ "DOTA_Tooltip_modifier_bosses_random_attack_speed_effect_Description" "Attack speed is reduced by the effect of [Shock] (1 attack speed per level)."
+ "DOTA_Tooltip_modifier_bosses_random_move_aura" "「Fast」"
+ "DOTA_Tooltip_modifier_bosses_random_move_aura_Description" "Gives units within 500 yards around you a speed effect, increasing your movement speed by 25%%."
+ "DOTA_Tooltip_modifier_bosses_random_move_effect" "「Fast」"
+ "DOTA_Tooltip_modifier_bosses_random_move_effect_Description" "Gain the [Haste] effect, which increases movement speed by 25%%."
+ "DOTA_Tooltip_modifier_bosses_random_health_aura" "「Tough」"
+ "DOTA_Tooltip_modifier_bosses_random_health_aura_Description" "Gives [Toughness] effect to units within 500 yards around you, increasing life by 25%%."
+ "DOTA_Tooltip_modifier_bosses_random_health_effect" "「Tough」"
+ "DOTA_Tooltip_modifier_bosses_random_health_effect_Description" "Gain the [Toughness] effect, which increases the life value by 25%%."
+ "DOTA_Tooltip_modifier_bosses_random_dead_heal" "「Blood」"
+ "DOTA_Tooltip_modifier_bosses_random_dead_heal_Description" "Forms a 300 yard range pool of blood upon death, healing units standing in it, returning 5%% of maximum life per second for 5 seconds."
+ "DOTA_Tooltip_modifier_bosses_random_aura_dark" "「Dark Aura」"
+ "DOTA_Tooltip_modifier_bosses_random_aura_dark_Description" "Power, attack and crit of units in the surrounding 1200 yards are reduced by 25%%."
+ "DOTA_Tooltip_modifier_bosses_random_aura_dark_effect" "「Darkness」"
+ "DOTA_Tooltip_modifier_bosses_random_aura_dark_effect_Description" "Affected by the dark aura, the attack and offensive power is reduced."
+ "DOTA_Tooltip_modifier_touhoutd_unlimited_resist" "Maiden's Resistance"
+ "DOTA_Tooltip_modifier_touhoutd_unlimited_resist_Description" "Absorbs damage when it is dealt, absorbing 1%% of the damage per level."
+ "kagerou" "Kagerou Imaizumi"
+ "DOTA_Tooltip_ability_item_0045" "【SR】Kagerou Imaizumi"
"DOTA_Tooltip_ability_item_0045_Lore" "因为比较在意满月之夜的时候全身体毛会变多,所以平常都遮住皮肤,一个人静静的生活。"
- "DOTA_Tooltip_ability_item_0045_Description" "她是在外面的世界已经绝种的日本狼的狼女。有着狼的特征,会在满月变成狼,毛发会变多,但是依旧能保持理智。\n因为她自己比较在意体毛变多这件事,平常都是遮住皮肤,独自生活在迷途竹林里。\n因为被万宝槌的魔力所影响,正当她变得凶暴之时就被灵梦等人狠狠的教训了一顿。如今又再度变得温顺了。\n【★】特质「奔狼之血」\n【★】爪符「刚猛利爪」\n【★】咆哮「陌生的咆哮」\n【★★★】变身「星形齿」"
- "DOTA_Tooltip_ability_thtd_kagerou_01" "link_DOTA_Tooltip_ability_sven_great_cleave"
- "DOTA_Tooltip_ability_thtd_kagerou_01_Description" "影狼以利爪攻击,造成分裂攻击伤害。"
- "DOTA_Tooltip_ability_thtd_kagerou_01_Lore" "影狼有着锋利的利爪,横扫前面敌人。"
- "DOTA_Tooltip_ability_thtd_kagerou_01_Note0" "分裂伤害会计算护甲。"
- "DOTA_Tooltip_ability_thtd_kagerou_01_Note1" "变身后的致命一击对分裂伤害有效。"
- "DOTA_Tooltip_ability_thtd_kagerou_01_range" "分裂范围:"
- "DOTA_Tooltip_ability_thtd_kagerou_01_percent" "%分裂伤害:"
- "DOTA_Tooltip_ability_thtd_kagerou_02" "link_DOTA_Tooltip_ability_lycan_howl"
- "DOTA_Tooltip_ability_thtd_kagerou_02_Lore" "毛骨悚然的狼嚎让敌人明白影狼就在它们之中。"
- "DOTA_Tooltip_ability_thtd_kagerou_02_Description" "影狼将能量转化为攻击力,每点能量增加%bonus_attack%点攻击力,并提升攻击速度。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_kagerou_02_Note0" "潜能Lv10:每点能量增加攻击力+2。"
- "DOTA_Tooltip_ability_thtd_kagerou_02_Note1" "潜能Lv50:每点能量增加攻击力+5。"
- "DOTA_Tooltip_ability_thtd_kagerou_02_Note2" "潜能Lv100:每点能量增加攻击力+10。"
- "DOTA_Tooltip_ability_thtd_kagerou_02_bonus_attack" "每点能量增加攻击力:"
- "DOTA_Tooltip_ability_thtd_kagerou_02_attack_speed" "攻击速度增加:"
- "DOTA_Tooltip_ability_thtd_kagerou_02_duration_time" "持续时间:"
- "DOTA_Tooltip_modifier_kagerou_02_buff" "咆哮「陌生的咆哮」"
- "DOTA_Tooltip_modifier_kagerou_02_buff_Description" "将能量转化为攻击力,并增加攻击速度。"
- "DOTA_Tooltip_ability_thtd_kagerou_03" "link_DOTA_Tooltip_ability_lycan_shapeshift"
- "DOTA_Tooltip_ability_thtd_kagerou_03_Lore" "影狼接受了永恒的狼人诅咒,拥抱了她的野性。"
- "DOTA_Tooltip_ability_thtd_kagerou_03_Description" "影狼展现出她的凶狼形态,攻击力增加%attack_up%%%,并获得致命一击的能力。每次攻击有%crit_chance%%%的概率造成%crit_damage%%%的致命一击伤害。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_kagerou_03_Note0" "潜能Lv10:攻击力增加+100%%,变身持续时间+2秒,概率+10%%。"
- "DOTA_Tooltip_ability_thtd_kagerou_03_Note1" "潜能Lv50:攻击力增加+200%%,变身持续时间+4秒,概率+20%%。"
- "DOTA_Tooltip_ability_thtd_kagerou_03_Note2" "潜能Lv100:攻击力增加+400%%,变身持续时间+8秒,概率+30%%。"
- "DOTA_Tooltip_ability_thtd_kagerou_03_Note3" "潜能Lv666:\n获得特殊效果:满月咆哮,每点能量增加攻击力+30。"
- "DOTA_Tooltip_ability_thtd_kagerou_03_Note4" "潜能Lv999:\n获得特殊效果:三角齿,致命一击伤害+500%%。"
- "DOTA_Tooltip_ability_thtd_kagerou_03_attack_up" "%攻击力增加:"
- "DOTA_Tooltip_ability_thtd_kagerou_03_crit_chance" "%致命一击概率:"
- "DOTA_Tooltip_ability_thtd_kagerou_03_crit_damage" "%致命一击伤害:"
- "DOTA_Tooltip_ability_thtd_kagerou_03_duration_time" "变身持续时间:"
- "wriggle" "莉格露·奈特巴格"
- "DOTA_Tooltip_ability_item_0060" "【R】莉格露·奈特巴格"
+ "DOTA_Tooltip_ability_item_0045_Description" "She is the wolf daughter of the Japanese wolf that has become extinct in the outside world. With the characteristics of a wolf, she will turn into a wolf on the full moon, and her hair will become more, but she can still keep her sanity. \n Because she herself is more concerned about the matter of body hair becoming more, she usually covers her skin and lives alone in the lost bamboo forest. \n Was affected by the magic of the Magic Mallet and was taught a lesson by Reimu and others just when she became violent. Now it has become docile once again.\n [★] Claw Charm 「Gongy Sharp Claws」 \n [★★★] Roar 「Strange Roar」 \n [★★★★] Transformation 「Star-shaped Teeth」"
+ "DOTA_Tooltip_ability_thtd_kagerou_01" "Claw Charm 「Gongy Sharp Claws」"
+ "DOTA_Tooltip_ability_thtd_kagerou_01_Description" "Kagerou attacks with sharp claws, dealing split attack damage."
+ "DOTA_Tooltip_ability_thtd_kagerou_01_Lore" "Kagerou has sharp claws that sweep across the enemy in front of it."
+ "DOTA_Tooltip_ability_thtd_kagerou_01_Note0" "Split damage will calculate armor."
+ "DOTA_Tooltip_ability_thtd_kagerou_01_Note1" "The deadly strike after transforming is effective against split damage."
+ "DOTA_Tooltip_ability_thtd_kagerou_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_kagerou_01_percent" "% Split Damage: "
+ "DOTA_Tooltip_ability_thtd_kagerou_02" "Roar 「Strange Roar」"
+ "DOTA_Tooltip_ability_thtd_kagerou_02_Lore" "The creepy wolf howl made the enemy understand that the shadow wolf was among them."
+ "DOTA_Tooltip_ability_thtd_kagerou_02_Description" "Kagerou converts power into attack, increasing %bonus_attack% attack per point of power and increasing attack speed. \nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_kagerou_02_Note0" "Potential Lv10: Bonus attack per power +2。"
+ "DOTA_Tooltip_ability_thtd_kagerou_02_Note1" "Potential Lv50: Bonus attack per power +5。"
+ "DOTA_Tooltip_ability_thtd_kagerou_02_Note2" "Potential Lv100: Bonus attack per power +10。"
+ "DOTA_Tooltip_ability_thtd_kagerou_02_bonus_attack" "Bonus attack per power: "
+ "DOTA_Tooltip_ability_thtd_kagerou_02_attack_speed" "Bonus attack speed: "
+ "DOTA_Tooltip_ability_thtd_kagerou_02_duration_time" "Duration: "
+ "DOTA_Tooltip_modifier_kagerou_02_buff" "Roar 「Strange Roar」"
+ "DOTA_Tooltip_modifier_kagerou_02_buff_Description" "Attack speed and damage increased."
+ "DOTA_Tooltip_ability_thtd_kagerou_03" "Transformation 「Star-shaped Teeth」"
+ "DOTA_Tooltip_ability_thtd_kagerou_03_Lore" "Kagerou embraced the eternal werewolf curse and embraced her wildness."
+ "DOTA_Tooltip_ability_thtd_kagerou_03_Description" "Kagerou reveals her fierce wolf form, increasing her attack power by %attack_up%% and gaining the ability to deal a killing blow. Each attack has a %crit_chance%% chance of dealing %crit_damage%% for a fatal hit. \nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_kagerou_03_Note0" "Potential Lv10: Attack power increase +100%%, transformation duration +2 seconds, probability +10%%."
+ "DOTA_Tooltip_ability_thtd_kagerou_03_Note1" "Potential Lv50: Attack power increase +200%%, transformation duration +4 seconds, probability +20%%."
+ "DOTA_Tooltip_ability_thtd_kagerou_03_Note2" "Potential Lv100: Attack power increase +400%%, transformation duration +8 seconds, probability +30%%."
+ "DOTA_Tooltip_ability_thtd_kagerou_03_Note3" "Potential Lv666: \nGain special effect: Full Moon Roar, increases attack power by +30 per power point."
+ "DOTA_Tooltip_ability_thtd_kagerou_03_Note4" "Potential Lv999: \nGain special effect: Triangle teeth, +500%% damage for fatal hit."
+ "DOTA_Tooltip_ability_thtd_kagerou_03_attack_up" "% Attack increase: "
+ "DOTA_Tooltip_ability_thtd_kagerou_03_crit_chance" "%Killing blow chance: "
+ "DOTA_Tooltip_ability_thtd_kagerou_03_crit_damage" "% Killing blow damage: "
+ "DOTA_Tooltip_ability_thtd_kagerou_03_duration_time" "Duration: "
+ "wriggle" "Wriggle Nightbug"
+ "DOTA_Tooltip_ability_item_0060" "【R】Wriggle Nightbug"
"DOTA_Tooltip_ability_item_0060_Lore" "当发现莉格露身边没有虫子并且看起来很有自信的话,那时是最危险的。说不定在她的身边,已集满了恙虫。"
- "DOTA_Tooltip_ability_item_0060_Description" "莉格露被称为虫之妖怪,更准确的说法是萤火虫妖怪。她伴随着大群昆虫出现,让昆虫自由地活动。\n她身边总是围绕着很多虫子。大量集结的萤火虫之所以能分秒不差,整齐地同时闪烁,正是因为当中存在着她这样的命令中枢。不要以为只是藐小的虫子而已,一旦被大量的虫子袭击绝不会好受。特别于她发怒而使出真正实力的时候,召唤出来的恙虫大军,可会令人高烧致死。\n【★】蠢符「小虫风暴」\n【★★★】萤符「地上的恒星」"
+ "DOTA_Tooltip_ability_item_0060_Description" "Wriggle is known as the Demon of Insects, or more accurately, the Firefly Demon. She appears along with a large group of insects, leaving them free to move around. \n She is always surrounded by a lot of bugs. The reason why a large number of assembled fireflies can flicker in minutes and seconds, neatly and simultaneously, is precisely because there is a command center like her among them. Don't think it's just a small bug, once attacked by a large number of bugs will never be good. Especially when she gets angry and uses her real strength, the army of chiggers summoned can cause high fever and death. \n [★] Foolish Charm [Storm of Insects] \n [★★★] Glow Mark [Star on the Ground]"
"DOTA_Tooltip_ability_thtd_wriggle_01" "link_DOTA_Tooltip_ability_death_prophet_exorcism"
- "DOTA_Tooltip_ability_death_prophet_exorcism" "蠢符「小虫风暴」"
- "DOTA_Tooltip_ability_death_prophet_exorcism_Lore" "莉格露身边总是围绕着很多虫子听从号令。"
- "DOTA_Tooltip_ability_death_prophet_exorcism_Description" "莉格露释放虫群攻击敌人。"
- "DOTA_Tooltip_ability_death_prophet_exorcism_Note0" "作用范围代表莉格露周围的虫群寻找目标的范围。"
- "DOTA_Tooltip_ability_death_prophet_exorcism_Note1" "虫群的伤害为物理技能伤害。"
- "DOTA_Tooltip_ability_death_prophet_exorcism_radius" "作用范围:"
- "DOTA_Tooltip_ability_death_prophet_exorcism_spirits" "虫群数量:"
- "DOTA_Tooltip_ability_death_prophet_exorcism_heal_percent" "伤害(莉格露的能量点*星级):"
- "DOTA_Tooltip_ability_death_prophet_exorcism_average_damage" "虫群移动速度:"
- "DOTA_Tooltip_modifier_death_prophet_exorcism" "蠢符「小虫风暴」"
- "DOTA_Tooltip_modifier_death_prophet_exorcism_description" "\?"
- "DOTA_Tooltip_ability_thtd_wriggle_02" "link_DOTA_Tooltip_ability_keeper_of_the_light_will_o_wisp"
- "DOTA_Tooltip_ability_thtd_wriggle_02_Description" "在目标区域大量集结大个头的源氏萤火虫,施放强光,交替闪亮和熄灭。闪亮时将使附近所有敌人被蛊惑,强制凝视并向萤火虫群加速移动。\n支持AI定点施放。\n支持AI自动错开施放。"
- "DOTA_Tooltip_ability_thtd_wriggle_02_Note0" "对击退、迷失等失控状态的单位无效"
- "DOTA_Tooltip_ability_thtd_wriggle_02_Note1" "3次时控制总时间为4.0秒"
- "DOTA_Tooltip_ability_thtd_wriggle_02_range" "作用范围:"
- "DOTA_Tooltip_ability_thtd_wriggle_02_max_count" "闪亮次数:"
- "DOTA_Tooltip_ability_thtd_wriggle_02_on_time" "闪亮持续时间:"
- "DOTA_Tooltip_ability_thtd_wriggle_02_off_time" "熄灭持续时间:"
- "DOTA_Tooltip_ability_thtd_wriggle_02_move_speed" "%被蛊惑时移速增加:"
- "DOTA_Tooltip_ability_thtd_wriggle_03" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_wriggle_03_Description" "选择一个地点来设定AI定点施放:萤符「地上的恒星」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
- "inaba" "因幡帝"
- "DOTA_Tooltip_ability_item_0062" "【R】因幡帝"
+ "DOTA_Tooltip_ability_death_prophet_exorcism" "Foolish Charm [Storm of Insects]"
+ "DOTA_Tooltip_ability_death_prophet_exorcism_Lore" "Wriggle is always surrounded by bugs at her beck and call."
+ "DOTA_Tooltip_ability_death_prophet_exorcism_Description" "Wriggle releases the swarm to attack enemies. \n[Combo Boost - Rumia]\n Darkness makes the swarm's attacks more deadly, dealing 100%% more damage."
+ "DOTA_Tooltip_ability_death_prophet_exorcism_Note0" "The range of effect represents the range of the swarm around Wriggle to find a target."
+ "DOTA_Tooltip_ability_death_prophet_exorcism_Note1" "The damage of the swarm is physical skill damage."
+ "DOTA_Tooltip_ability_death_prophet_exorcism_radius" "Radius:"
+ "DOTA_Tooltip_ability_death_prophet_exorcism_spirits" "Insects: "
+ "DOTA_Tooltip_ability_death_prophet_exorcism_heal_percent" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_death_prophet_exorcism_average_damage" "Swarm speed: "
+ "DOTA_Tooltip_modifier_death_prophet_exorcism" "Foolish Charm [Storm of Insects]"
+ "DOTA_Tooltip_modifier_death_prophet_exorcism_description" " " // blacnk in chinese
+ "DOTA_Tooltip_ability_thtd_wriggle_02" "Glow Mark [Star on the Ground]"
+ "DOTA_Tooltip_ability_thtd_wriggle_02_Description" "Gather large Genji Fireflies in large numbers in the target area, casting a strong light that alternately flashes on and off. When it flashes on, it will compel all nearby enemies to stare and move faster towards the swarm of fireflies. \n supports AI to cast at fixed points. \nSupport AI to cast automatically staggered."
+ "DOTA_Tooltip_ability_thtd_wriggle_02_Note0" "Ineffective against units with uncontrolled status such as knockback and lost"
+ "DOTA_Tooltip_ability_thtd_wriggle_02_Note1" "Total control time of 4.0 seconds at 3 times"
+ "DOTA_Tooltip_ability_thtd_wriggle_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_wriggle_02_max_count" "Flashes: "
+ "DOTA_Tooltip_ability_thtd_wriggle_02_on_time" "Shine duration: "
+ "DOTA_Tooltip_ability_thtd_wriggle_02_off_time" "Exstinguish duration: "
+ "DOTA_Tooltip_ability_thtd_wriggle_02_move_speed" "% Increased speed when compelled: "
+ "DOTA_Tooltip_ability_thtd_wriggle_03" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_wriggle_03_Description" "Select a location to set the AI spotting: Glow Mark [Star on the Ground], select 100 yards around yourself to cancel the spotting, a prompt will appear in the lower left corner if the setting is successful."
+ "inaba" "Tewi Inaba"
+ "DOTA_Tooltip_ability_item_0062" "【R】Tewi Inaba"
"DOTA_Tooltip_ability_item_0062_Lore" "于竹林里迷路的人,偶然会看到她的身影。据说只要见到她就必定能够找到出路,所以人们都将她看成是竹林的引路人。"
- "DOTA_Tooltip_ability_item_0062_Description" "她懂人话,而且能变成人的样子。虽说是妖怪兔,但她别名是幸运的白兔,据说见到她的人能得到幸运。不过她常常在迷失竹林,而且身法敏捷,可不容易看得到。\n性格喜欢捉弄人,受惊吓会立刻逃跑,很狡猾。喜怒哀乐鲜明,和妖精性情相似。\n【★】爆头「幸运之击」\n【★】兔符「开运大纹」"
- "DOTA_Tooltip_ability_thtd_inaba_01" "link_DOTA_Tooltip_ability_sniper_headshot"
- "DOTA_Tooltip_ability_thtd_inaba_01_Description" "将运气带给一个友方单位,增加其暴击概率和攻击速度,并降低魔法消耗。"
- "DOTA_Tooltip_ability_thtd_inaba_01_Lore" "幸运的白兔,据说见到她的人能得到幸运。"
- "DOTA_Tooltip_ability_thtd_inaba_01_Note0" "魔法消耗效果对莉莉白和大妖精无效。"
- "DOTA_Tooltip_ability_thtd_inaba_01_duration" "持续时间:"
- "DOTA_Tooltip_ability_thtd_inaba_01_chance" "%暴击概率提升:"
- "DOTA_Tooltip_ability_thtd_inaba_01_attack_speed" "攻击速度增加:"
- "DOTA_Tooltip_ability_thtd_inaba_01_mana_cost" "%魔法消耗降低:"
- "DOTA_Tooltip_modifier_inaba_01_buff" "兔符「开运大纹」"
- "DOTA_Tooltip_modifier_inaba_01_buff_description" "提升了暴击概率和攻击速度,并且降低了技能魔法消耗。"
- "DOTA_Tooltip_ability_thtd_inaba_02" "link_DOTA_Tooltip_ability_ogre_magi_bloodlust"
- "DOTA_Tooltip_ability_thtd_inaba_02_Description" "每攻击%count1%次召唤一只白兔撞向目标位置后自爆,每攻击%count2%次发射竹林弹雨。\n每自爆一只白兔会使因幡帝的伤害提高%damage_up%%%,该效果在停止攻击时结束,可以线性叠加,最大%max_count%次。\n竹林弹雨造成持续伤害,持续%duration%秒。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_inaba_02_Note0" "潜能Lv10:白兔使因幡帝的伤害提高+5%%。"
- "DOTA_Tooltip_ability_thtd_inaba_02_Note1" "潜能Lv50:白兔使因幡帝的伤害提高+10%%。"
- "DOTA_Tooltip_ability_thtd_inaba_02_Note2" "潜能Lv100:白兔使因幡帝的伤害提高+20%%。"
- "DOTA_Tooltip_ability_thtd_inaba_02_Note3" "潜能Lv666:\n获得特殊效果:「幸运的因番」,提升300%%能量点。"
- "DOTA_Tooltip_ability_thtd_inaba_02_Note4" "潜能Lv999:\n获得特殊效果:「大穴牟迟大人的药」,白兔自爆效果叠加次数翻倍。"
- "DOTA_Tooltip_ability_thtd_inaba_02_power_damage1" "自爆伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_inaba_02_power_damage2" "弹雨伤害(能量点*星级/秒):"
- "DOTA_Tooltip_ability_thtd_inaba_02_range" "伤害范围:"
- "DOTA_Tooltip_ability_thtd_inaba_02_count1" "召唤白兔攻击次数需求:"
- "DOTA_Tooltip_ability_thtd_inaba_02_count2" "召唤弹雨攻击次数需求:"
- "DOTA_Tooltip_ability_thtd_inaba_02_damage_up" "%伤害提高:"
- "DOTA_Tooltip_ability_thtd_inaba_02_max_count" "最大叠加:"
- "DOTA_Tooltip_ability_thtd_inaba_02_duration" "弹雨持续时间:"
- "DOTA_Tooltip_modifier_inaba_02_buff" "兔符「因幡的白兔」"
- "DOTA_Tooltip_modifier_inaba_02_buff_description" "白兔自爆使得因幡帝的伤害提高了。"
- "kisume" "琪斯美"
- "DOTA_Tooltip_ability_item_0063" "【R】琪斯美"
+ "DOTA_Tooltip_ability_item_0062_Description" "She understands human language and can take on a human form. Although she is a demon rabbit, her alias is the lucky white rabbit, and it is said that those who see her can get lucky. However, she is often in the lost bamboo forest, and her body is agile, so it is not easy to see. \n character like to tease people, frightened will immediately run away, very cunning. The joy, anger and sorrow is distinct, and the goblin temperament is similar. \n【★】Rabbit talisman [Lucky Big Tattoo]\n【★★★】Burst head [Lucky Strike]"
+ "DOTA_Tooltip_ability_thtd_inaba_01" "Rabbit talisman [Lucky Big Tattoo]"
+ "DOTA_Tooltip_ability_thtd_inaba_01_Description" "Brings luck to a friendly unit, increasing its crit probability and attack speed, and reducing mana drain."
+ "DOTA_Tooltip_ability_thtd_inaba_01_Lore" "The lucky white rabbit, it is said that those who see her can get lucky."
+ "DOTA_Tooltip_ability_thtd_inaba_01_Note0" "Mana reduction effect does not work on Lilly White and Daiyousei."
+ "DOTA_Tooltip_ability_thtd_inaba_01_duration" "Duration: "
+ "DOTA_Tooltip_ability_thtd_inaba_01_chance" "% Crit chance: "
+ "DOTA_Tooltip_ability_thtd_inaba_01_attack_speed" "Attack Speed: "
+ "DOTA_Tooltip_ability_thtd_inaba_01_mana_cost" "% Mana reduction: "
+ "DOTA_Tooltip_modifier_inaba_01_buff" "Rabbit talisman [Lucky Big Tattoo]"
+ "DOTA_Tooltip_modifier_inaba_01_buff_description" "Unit has crit chance and attack speed increased, and is using less mana for abilities."
+ "DOTA_Tooltip_ability_thtd_inaba_02" "Burst head [Lucky Strike]"
+ "DOTA_Tooltip_ability_thtd_inaba_02_Description" "Summon a white rabbit to ram into the target location and then self-destruct every %count1% of attacks, and fire a rain of bamboo bullets every %count2% of attacks. \nEach self-destructing white rabbit increases the damage of Inaba by %damage_up%%, the effect ends when the attack is stopped and can stack linearly up to a maximum of %max_count%% times. \nBamboo Forest Bullet Rain deals sustained damage for %duration% seconds. \nHold down the ALT key to see the additional effects of activating the potential. "
+ "DOTA_Tooltip_ability_thtd_inaba_02_Note0" "Potential Lv10: White rabbit damage boost +5%%。"
+ "DOTA_Tooltip_ability_thtd_inaba_02_Note1" "Potential Lv50: White rabbit damage boost +10%%。"
+ "DOTA_Tooltip_ability_thtd_inaba_02_Note2" "Potential Lv100: White rabbit damage boost +20%%。"
+ "DOTA_Tooltip_ability_thtd_inaba_02_Note3" "Potential Lv666: \nSpecial effect: [Lucky Inaba], boost 300%% power points."
+ "DOTA_Tooltip_ability_thtd_inaba_02_Note4" "Potential Lv999: \nSpecial effect: [Ojou Mouche-sama's Medicine] doubles the number of times the white rabbit's self-destruction effect stacks."
+ "DOTA_Tooltip_ability_thtd_inaba_02_power_damage1" "Exploding damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_inaba_02_power_damage2" "Bullet rain damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_inaba_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_inaba_02_count1" "White rabbit attacks: "
+ "DOTA_Tooltip_ability_thtd_inaba_02_count2" "Bullet rain attacks: "
+ "DOTA_Tooltip_ability_thtd_inaba_02_damage_up" "% Damage boost: "
+ "DOTA_Tooltip_ability_thtd_inaba_02_max_count" "Max stacks: "
+ "DOTA_Tooltip_ability_thtd_inaba_02_duration" "Bullet rain duration: "
+ "DOTA_Tooltip_modifier_inaba_02_buff" "Burst head [Lucky Strike]"
+ "DOTA_Tooltip_modifier_inaba_02_buff_description" "Damage increased from white rabbit explosion"
+ "kisume" "Kisume"
+ "DOTA_Tooltip_ability_item_0063" "【R】Kisume"
"DOTA_Tooltip_ability_item_0063_Lore" "妖怪的专家,八云紫女士这么说道,「恩——,这应该是地底的妖怪干的,它们的力量来自人类的负的能量,所以或许是想吓唬一下一点紧张感都没有的人类呐。」"
- "DOTA_Tooltip_ability_item_0063_Description" "走在夜路上的时候突然从正上方掉落,撞在头顶上的恐怖妖怪。平常都呆在洞窟或者水井里。非常喜欢狭窄的地方所以一直都在桶里,是个内向的妖怪。\n【★】怪奇「钓瓶落之怪」\n【★★★】钓瓶「井下的毁灭者」"
- "DOTA_Tooltip_ability_thtd_kisume_01" "怪奇「钓瓶落之怪」"
- "DOTA_Tooltip_ability_thtd_kisume_01_Description" "琪斯美降下鬼火打击周围目标。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_kisume_01_Note0" "潜能Lv10:鬼火伤害提升200%%。"
- "DOTA_Tooltip_ability_thtd_kisume_01_Note1" "潜能Lv50:鬼火伤害提升400%%。"
- "DOTA_Tooltip_ability_thtd_kisume_01_Note2" "潜能Lv100:鬼火伤害提升800%%。"
- "DOTA_Tooltip_ability_thtd_kisume_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kisume_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_kisume_02" "钓瓶「井下的毁灭者」"
- "DOTA_Tooltip_ability_thtd_kisume_02_Description" "琪斯美将深井的恐惧化为鬼爪抓住目标,使其失去行动能力并持续受到伤害,同时每%tick%秒额外造成%damage_hp%%%的当前生命值伤害。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_kisume_02_Note0" "潜能Lv10:额外伤害+4%%当前生命值。"
- "DOTA_Tooltip_ability_thtd_kisume_02_Note1" "潜能Lv50:额外伤害+8%%当前生命值。"
- "DOTA_Tooltip_ability_thtd_kisume_02_Note2" "潜能Lv100:额外伤害+12%%当前生命值,并额外作用附近的1个目标。"
- "DOTA_Tooltip_ability_thtd_kisume_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kisume_02_damage_hp" "%额外伤害:"
- "DOTA_Tooltip_ability_thtd_kisume_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_kisume_02_tick" "伤害间隔:"
- "komachi" "小野塚小町"
- "DOTA_Tooltip_ability_item_0068" "【SSR】小野塚小町"
+ "DOTA_Tooltip_ability_item_0063_Description" "The scary demon that suddenly falls from directly above while walking on the night road and hits the top of the head. Usually stays in a cave or a well. Very like narrow places so always in the barrel, is an introverted demon. \n【★】Strange 「Fishing bottle falling monster」\n【★★★】Fishing bottle 「Destroyer under the well」"
+ "DOTA_Tooltip_ability_thtd_kisume_01" "Strange 「Fishing bottle falling monster」"
+ "DOTA_Tooltip_ability_thtd_kisume_01_Description" "Kisume sends down ghost fire to strike surrounding targets.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_kisume_01_Note0" "Potential Lv10: Ghost fire damage +200%%。"
+ "DOTA_Tooltip_ability_thtd_kisume_01_Note1" "Potential Lv50: Ghost fire damage +400%%。"
+ "DOTA_Tooltip_ability_thtd_kisume_01_Note2" "Potential Lv100: Ghost fire damage +800%%。"
+ "DOTA_Tooltip_ability_thtd_kisume_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kisume_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_kisume_02" "Fishing bottle 「Destroyer under the well」"
+ "DOTA_Tooltip_ability_thtd_kisume_02_Description" "Kisume turns fear into a ghostly claw that grabs the target, incapacitating them and dealing an additional %damage_hp%% of current life damage every %tick% seconds. \nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_kisume_02_Note0" "Potential Lv10: Extra damage +4%% of current life"
+ "DOTA_Tooltip_ability_thtd_kisume_02_Note1" "Potential Lv50: Extra damage +8%% of current life"
+ "DOTA_Tooltip_ability_thtd_kisume_02_Note2" "Potential Lv100: Extra damage +12%% of current life, acts on one more target"
+ "DOTA_Tooltip_ability_thtd_kisume_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kisume_02_damage_hp" "% HP damage: "
+ "DOTA_Tooltip_ability_thtd_kisume_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_kisume_02_tick" "Interval: "
+ "komachi" "Komachi Onozuka"
+ "DOTA_Tooltip_ability_item_0068" "【SSR】Komachi Onozuka"
"DOTA_Tooltip_ability_item_0068_Lore" "三途之河的宽度,会随着渡河的人的不同而变化。河面的宽度,由死神引渡前收取的摆渡钱的多寡决定,钱越多,距离越短。钱不是自己生前的财产,而是在人间衷心悼念死者的人的财产总合,死者都会为这个而惊讶吧。"
- "DOTA_Tooltip_ability_item_0068_Description" "小野塚小町是担任三途之河的摆渡人一职的死神。小町手持一把极其巨大的镰刀,威严感十足。她喜欢找人聊天,说话语气中也透露着强烈的压迫感,渡河期间还是闭上嘴老老实实地忍着听她说话为好。\n【★】「死神的大镰」\n【★★★】「无间之道」\n【★★★★】恨符「充满留恋的紧缚灵」\n【★★★★★】死符「区别死者的镰刀」"
- "DOTA_Tooltip_ability_thtd_komachi_01" "「死神的大镰」"
- "DOTA_Tooltip_ability_thtd_komachi_01_Description" "将镰以圆弧状瞬间挥下,对附近敌人造成伤害,并且小町的暴击概率增加%chance%%%。\n攻击范围内每有一个目标损失生命值,则会增加小町的暴击伤害。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_komachi_01_Note0" "潜能Lv10:技能伤害+2。"
- "DOTA_Tooltip_ability_thtd_komachi_01_Note1" "潜能Lv50:技能伤害+4。"
- "DOTA_Tooltip_ability_thtd_komachi_01_Note2" "潜能Lv100:技能伤害+6。"
- "DOTA_Tooltip_ability_thtd_komachi_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_komachi_01_chance" "%暴击概率增加:"
- "DOTA_Tooltip_ability_thtd_komachi_01_crit_bonus" "%每损失4%生命增加暴击伤害:"
- "DOTA_Tooltip_ability_thtd_komachi_02" "「无间之道」"
- "DOTA_Tooltip_ability_thtd_komachi_02_Description" "驱使操作距离的能力,将目标区域的距离变为零,范围的单位将会挤作一团。"
- "DOTA_Tooltip_ability_thtd_komachi_02_Lore" "小町具有操纵距离的能力。"
- "DOTA_Tooltip_ability_thtd_komachi_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_komachi_02_radius" "范围:"
- "DOTA_Tooltip_ability_thtd_komachi_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_komachi_03" "恨符「充满留恋的紧缚灵」"
- "DOTA_Tooltip_ability_thtd_komachi_03_Description" "在目标周围召唤出具有强力跟踪性能的恶灵。恶灵不会攻击,仅仅会跟踪并缠绕着敌人,缠绕期间使其受到的伤害提高。"
- "DOTA_Tooltip_ability_thtd_komachi_03_max_count" "恶灵数量:"
- "DOTA_Tooltip_ability_thtd_komachi_03_duration_time" "恶灵持续时间:"
- "DOTA_Tooltip_ability_thtd_komachi_03_damage_up" "%目标受到伤害提高:"
- "DOTA_Tooltip_modifier_komachi_03_debuff" "恨符「充满留恋的紧缚灵」"
- "DOTA_Tooltip_modifier_komachi_03_debuff_Description" "被恶灵缠绕,受到的伤害提高。"
- "DOTA_Tooltip_ability_thtd_komachi_04" "死符「区别死者的镰刀」"
- "DOTA_Tooltip_ability_thtd_komachi_04_Description" "把目标作为索命对象,斩杀目标,如果生命值低于斩杀线则无视防御立即杀死目标,否则造成秒杀伤害。\n斩杀致死后获得魂之游戏效果,小町的攻击速度和造成的伤害提升。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_komachi_04_Note0" "被斩杀期间目标最终只能由小町击杀,优先级最高。"
- "DOTA_Tooltip_ability_thtd_komachi_04_Note1" "潜能Lv10:魂之游戏效果持续时间+2秒。"
- "DOTA_Tooltip_ability_thtd_komachi_04_Note2" "潜能Lv50:魂之游戏效果持续时间+4秒。"
- "DOTA_Tooltip_ability_thtd_komachi_04_Note3" "潜能Lv100:魂之游戏效果持续时间+6秒。"
- "DOTA_Tooltip_ability_thtd_komachi_04_Note4" "潜能Lv666:\n获得特殊效果:「超渡体验版」,斩杀线翻倍,魂之游戏效果翻倍。"
- "DOTA_Tooltip_ability_thtd_komachi_04_Note5" "潜能Lv999:\n获得特殊效果:「夺魂之镰」,爆击概率+40%%,斩杀致死后永久获得4点能量。"
- "DOTA_Tooltip_ability_thtd_komachi_04_Note6" "夺魂之镰效果在跳关时会按所跳波数每波2次斩杀补全至下一次斩杀中(必须在施放跳关后至该波结束前成功斩杀一次)。"
- "DOTA_Tooltip_ability_thtd_komachi_04_hp_kill" "%生命值斩杀线:"
- "DOTA_Tooltip_ability_thtd_komachi_04_attack_speed" "魂之游戏攻速提升:"
- "DOTA_Tooltip_ability_thtd_komachi_04_damage_up" "%魂之游戏伤害提升:"
- "DOTA_Tooltip_ability_thtd_komachi_04_duration_time" "魂之游戏持续时间:"
- "DOTA_Tooltip_modifier_komachi_04_kill_power_bonus" "夺魂之镰"
- "DOTA_Tooltip_modifier_komachi_04_kill_power_bonus_Description" "斩杀致死后永久获得能量。"
- "DOTA_Tooltip_ability_thtd_komachi_05" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_komachi_05_Description" "选择一个地点来设定AI定点施放:「无间之道」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
- "clownpiece" "克劳恩皮丝"
- "DOTA_Tooltip_ability_item_0075" "【SR】克劳恩皮丝"
+ "DOTA_Tooltip_ability_item_0068_Description" "Onozuka Komachi is a Shinigami who holds the position of ferryman of the river of the three ways. Komachi holds an extremely large scythe, a sense of majesty. She likes to talk to people, and her tone of voice also reveals a strong sense of oppression, it is better to shut up and listen to her honestly during the river crossing. \n [★] [Death's Scythe] \n [★★★] [The Infernal Way] \n [★★★★] Hate Charm [Bound Hateful Spirit] \n [★★★★★] Death Charm [Judging Scythe]"
+ "DOTA_Tooltip_ability_thtd_komachi_01" "「Death's Scythe」"
+ "DOTA_Tooltip_ability_thtd_komachi_01_Description" "Swings the sickle down in a circular arc instantly, dealing damage to nearby enemies and increasing Komachi's crit probability by %chance%%%. \n For every target within the attack range that loses life, Komachi's crit damage is increased.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_komachi_01_Note0" "Potential Lv10: Damage +2。"
+ "DOTA_Tooltip_ability_thtd_komachi_01_Note1" "Potential Lv50: Damage +4。"
+ "DOTA_Tooltip_ability_thtd_komachi_01_Note2" "Potential Lv100: Damage +6。"
+ "DOTA_Tooltip_ability_thtd_komachi_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_komachi_01_chance" "% Crit chance: "
+ "DOTA_Tooltip_ability_thtd_komachi_01_crit_bonus" "% Crit damage per 4%% life lost: "
+ "DOTA_Tooltip_ability_thtd_komachi_02" "「The Infernal Way」"
+ "DOTA_Tooltip_ability_thtd_komachi_02_Description" "Drive the ability to manipulate distance to zero in the target area, and the units in range will be packed together."
+ "DOTA_Tooltip_ability_thtd_komachi_02_Lore" "Komachi has the ability to manipulate distance."
+ "DOTA_Tooltip_ability_thtd_komachi_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_komachi_02_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_komachi_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_komachi_03" "Hate Charm「Bound Hateful Spirit」"
+ "DOTA_Tooltip_ability_thtd_komachi_03_Description" "Summons an evil spirit with powerful tracking properties around the target. The evil spirit does not attack, but merely stalks and wraps around the enemy, increasing the damage it takes during the wrapping."
+ "DOTA_Tooltip_ability_thtd_komachi_03_max_count" "Number of spirits: "
+ "DOTA_Tooltip_ability_thtd_komachi_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_komachi_03_damage_up" "% Damage increase: "
+ "DOTA_Tooltip_modifier_komachi_03_debuff" "Hate Charm「Bound Hateful Spirit」"
+ "DOTA_Tooltip_modifier_komachi_03_debuff_Description" "When you are entangled by evil spirits, the damage you take is increased."
+ "DOTA_Tooltip_ability_thtd_komachi_04" "Death Charm「Judging Scythe」"
+ "DOTA_Tooltip_ability_thtd_komachi_04_Description" "Use the target as a Sole Object and decapitate the target, if the life value is below the decapitation line then kill the target immediately ignoring defense, otherwise deal second damage. \n After decapitation to death, gain the Soul Game effect, Komachi's attack speed and damage dealt are increased.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_komachi_04_Note0" "The target during the decimated period can only be killed by Komachi eventually, with the highest priority."
+ "DOTA_Tooltip_ability_thtd_komachi_04_Note1" "Potential Lv10: Soul Game duration +2s。"
+ "DOTA_Tooltip_ability_thtd_komachi_04_Note2" "Potential Lv50: Soul Game duration +4s。"
+ "DOTA_Tooltip_ability_thtd_komachi_04_Note3" "Potential Lv100: Soul Game duration +6s。"
+ "DOTA_Tooltip_ability_thtd_komachi_04_Note4" "Potential Lv666: \nGet special effect: [Overdrive Experience Edition], double the decimation line and double the effect of Soul Game."
+ "DOTA_Tooltip_ability_thtd_komachi_04_Note5" "Potential Lv999: \nGet special effect: [Soul Scythe], +40%% crit probability and 4 points of power permanently after killing."
+ "DOTA_Tooltip_ability_thtd_komachi_04_Note6" "The Soulstealer effect will be added to the next kill with 2 kills per wave in the wave jumped (you must succeed in killing once after casting the jump until the end of the wave)."
+ "DOTA_Tooltip_ability_thtd_komachi_04_hp_kill" "% HP Decimation: "
+ "DOTA_Tooltip_ability_thtd_komachi_04_attack_speed" "Soul Game attack speed: "
+ "DOTA_Tooltip_ability_thtd_komachi_04_damage_up" "% Soul Game damage boost: "
+ "DOTA_Tooltip_ability_thtd_komachi_04_duration_time" "Soul Game duration: "
+ "DOTA_Tooltip_modifier_komachi_04_kill_power_bonus" "Soul Scythe"
+ "DOTA_Tooltip_modifier_komachi_04_kill_power_bonus_Description" "Power permanently boosted."
+ "DOTA_Tooltip_ability_thtd_komachi_05" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_komachi_05_Description" "Select a location to set the AI spotting:「The Infernal Way」, select 100 yards around yourself to cancel the spotting, a prompt will appear in the lower left corner if the setting is successful."
+ "clownpiece" "Clownpiece"
+ "DOTA_Tooltip_ability_item_0075" "【SR】Clownpiece"
"DOTA_Tooltip_ability_item_0075_Lore" "「只要你们一直在这里玩下去,月之民就无法动手。」听到这样的话语,她开始盛大地玩耍起来。"
- "DOTA_Tooltip_ability_item_0075_Description" "地狱的妖精,赫卡提亚的部下。她受赫卡提亚的命令,令静海充满了自己从地狱带来的妖精们。静海因她的伙伴们变成了妖精乐园。然后由于纯狐的能力,她们觉醒了。\n【★】「阿波罗捏造说」\n【★★★】狱符「喷薄的恶意」\n【★★★★★】狱符「双色地狱火」"
- "DOTA_Tooltip_ability_thtd_clownpiece_01" "「阿波罗捏造说」"
- "DOTA_Tooltip_ability_thtd_clownpiece_01_Description" "在指定地点召唤月球投影,向四周发射激光,对范围内的敌人造成伤害。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_clownpiece_01_Note0" "潜能Lv10:技能伤害提高100%%。"
- "DOTA_Tooltip_ability_thtd_clownpiece_01_Note1" "潜能Lv50:技能伤害提高200%%。"
- "DOTA_Tooltip_ability_thtd_clownpiece_01_Note2" "潜能Lv100:技能伤害提高400%%。"
- "DOTA_Tooltip_ability_thtd_clownpiece_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_clownpiece_01_range" "范围:"
- "DOTA_Tooltip_ability_thtd_clownpiece_02" "狱符「喷薄的恶意」"
- "DOTA_Tooltip_ability_thtd_clownpiece_02_Description" "使范围内目标陷入疯狂,以增强所有妖精的力量。\n每使一个目标陷入疯狂,所有妖精的技能伤害提高%damage_up_other%%%,克劳恩皮丝获得%damage_up_self%倍效果。\n支持AI自动错开施放。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_clownpiece_02_Note0" "潜能Lv50:范围+200,持续时间+2秒,克劳恩皮丝伤害提高+1倍。"
- "DOTA_Tooltip_ability_thtd_clownpiece_02_Note1" "潜能Lv100:范围+400,持续时间+4秒,克劳恩皮丝伤害提高+2倍。"
- "DOTA_Tooltip_ability_thtd_clownpiece_02_radius" "范围:"
- "DOTA_Tooltip_ability_thtd_clownpiece_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_clownpiece_02_damage_up_other" "%妖精技能伤害提高:"
- "DOTA_Tooltip_ability_thtd_clownpiece_02_damage_up_self" "克劳恩皮丝加成倍数:"
- "DOTA_Tooltip_modifier_clownpiece_buff" "狱符「喷薄的恶意」"
- "DOTA_Tooltip_modifier_clownpiece_buff_Description" "克劳恩皮丝使目标陷入疯狂,从中吸取力量增强妖精的技能伤害,克劳恩皮丝获得多倍效果。层数为陷入疯狂目标数量"
- "DOTA_Tooltip_ability_thtd_clownpiece_03" "狱炎「双重地狱火」"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_Description" "克劳恩皮丝挥出双重地狱火燃烧目标,造成持续的伤害(可叠加),并降低%speed_down%%%移速。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_Note0" "潜能Lv10:技能伤害+5。"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_Note1" "潜能Lv50:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_Note2" "潜能Lv100:技能伤害+20,燃烧时间+5秒。"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_Note3" "潜能Lv666:\n获得特殊效果:擦弹地狱火,向自身360度施放双重地狱火,技能伤害+30。"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_Note4" "潜能Lv999:\n获得特殊效果:拉姆帕德斯火炬,燃烧伤害增加3倍。"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_Lore" "地狱火拥有极端危险的气息;而将各种的特性混合起来,就简直难以想象。"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_power_damage" "燃烧伤害(能量点*星级/每秒):"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_distance" "冲击距离:"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_duration_time" "燃烧时间:"
- "DOTA_Tooltip_ability_thtd_clownpiece_03_speed_down" "%减速:"
- "DOTA_Tooltip_modifier_clownpiece_03_debuff" "狱炎「双重地狱火」"
- "DOTA_Tooltip_modifier_clownpiece_03_debuff_Description" "正受到地狱火燃烧,并且移动速度降低%dMODIFIER_PROPERTY_MOVESPEED_BONUS_PERCENTAGE%%%。"
- "kyouko" "幽谷响子"
- "DOTA_Tooltip_ability_item_0093" "【R】幽谷响子"
- "DOTA_Tooltip_ability_item_0093_Lore" "爬山时,不知你有没有大喊过:「呀吼—!」呢。而之后那响亮的一声「Yahoo!」回话,正是妖怪山彦。"
- "DOTA_Tooltip_ability_item_0093_Description" "当冲着山谷喊叫时,会正直地响应声音的妖怪。对愉快的的声音就愉快地响应,对愤怒的吼叫则会做出反击回应。她觉得这样的世界太空虚了,便出家了。现在正在命莲寺修行的样子。修行内容是,每日都在门前进行打扫的工作。\n【★】劈音「尖刺之圆」\n【★★★】响符「强力共振」"
- "DOTA_Tooltip_ability_thtd_kyouko_01" "劈音「尖刺之圆」"
- "DOTA_Tooltip_ability_thtd_kyouko_01_Description" "幽谷响子在她面前制造出强大的声波,对其轨迹上的所有敌人造成伤害,并使其下次受到声波伤害提高%damage_up%%%。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_kyouko_01_Note0" "叠加效果为线性叠加,最大999次,对两个技能均有效。"
- "DOTA_Tooltip_ability_thtd_kyouko_01_Note1" "潜能Lv10:冲击波伤害叠加+5%%。"
- "DOTA_Tooltip_ability_thtd_kyouko_01_Note2" "潜能Lv50:冲击波伤害叠加+25%%。"
- "DOTA_Tooltip_ability_thtd_kyouko_01_Note3" "潜能Lv100:冲击波伤害叠加+50%%。"
- "DOTA_Tooltip_ability_thtd_kyouko_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kyouko_01_damage_up" "%叠加伤害:"
- "DOTA_Tooltip_modifier_thtd_kyouko_01_debuff" "劈音「尖刺之圆」"
- "DOTA_Tooltip_modifier_thtd_kyouko_01_debuff_Description" "受到声波伤害提高。"
- "DOTA_Tooltip_ability_thtd_kyouko_02" "响符「强力共振」"
- "DOTA_Tooltip_ability_thtd_kyouko_02_Description" "在指定位置创建一次强力共振,发出穿过地面的冲击波,伤害敌方单位并眩晕%duration_time%秒。每个受到攻击的目标都会引起伤害附近单位的反射波。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_kyouko_02_Note0" "潜能Lv10:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_kyouko_02_Note1" "潜能Lv50:技能伤害+20。"
- "DOTA_Tooltip_ability_thtd_kyouko_02_Note2" "潜能Lv100:技能伤害+40。"
- "DOTA_Tooltip_ability_thtd_kyouko_02_Note3" "潜能Lv666:\n获得特殊效果:回声,所有技能会再次触发若干次。"
- "DOTA_Tooltip_ability_thtd_kyouko_02_Note4" "潜能Lv999:\n获得特殊效果:激动Yahoo,暴击概率+75%%,暴击伤害+500%%。"
- "DOTA_Tooltip_ability_thtd_kyouko_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_kyouko_02_duration_time" "眩晕时间:"
- "DOTA_Tooltip_ability_thtd_kyouko_02_range" "范围:"
- "DOTA_Tooltip_ability_thtd_kyouko_03" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_kyouko_03_Description" "选择一个地点来设定AI定点施放:响符「强力共振」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
- "shikieiki" "四季映姬·夜摩仙那度"
- "DOTA_Tooltip_ability_item_0064" "【SSR】四季映姬"
+ "DOTA_Tooltip_ability_item_0075_Description" "A fairy from hell, Hecatia's minion. She was ordered by Hecatia to fill the Sea of Tranquility with fairies that she brought from hell. Shizumi was transformed into a fairy paradise by her companions. Then due to the power of Junko, they awakened. \n [★] [Apollo Fabrication] \n [★★★] Prison Charm [Spewing Malice] \n [★★★★★] Prison Charm [Two-color Hellfire]"
+ "DOTA_Tooltip_ability_thtd_clownpiece_01" "「Apollo Fabrication」"
+ "DOTA_Tooltip_ability_thtd_clownpiece_01_Description" "Summon a moon projection at a designated location and fire a laser in all directions, dealing damage to enemies within range.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_clownpiece_01_Note0" "Potential Lv10: Damage +100%%。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_01_Note1" "Potential Lv50: Damage +200%%。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_01_Note2" "Potential Lv100: Damage +400%%。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_clownpiece_01_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_clownpiece_02" "Prison Charm「Spewing Malice」"
+ "DOTA_Tooltip_ability_thtd_clownpiece_02_Description" "Drives ranged targets into madness to enhance the power of all fairies. \nFor each target thrown into madness, all fairies' skill damage is increased by %damage_up_other%%% and Clownpiece gains %damage_up_self% times the effect. \nSupport the AI to automatically stagger the cast.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_clownpiece_02_Note0" "Potential Lv50: Radius +200,Duration +2s,Clownpiece boost +1x。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_02_Note1" "Potential Lv100: Radius +400,Duration +4s,Clownpiece boost +2x。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_02_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_clownpiece_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_clownpiece_02_damage_up_other" "% Fairy skill damage increase: "
+ "DOTA_Tooltip_ability_thtd_clownpiece_02_damage_up_self" "Clownpiece plus modifier: "
+ "DOTA_Tooltip_modifier_clownpiece_buff" "Prison Charm「Spewing Malice」"
+ "DOTA_Tooltip_modifier_clownpiece_buff_Description" "Clownpiece sends the target into madness, drawing power from it to enhance the goblin's skill damage, and Clownpiece gains multiplier effects. The number of stacks is the number of targets that have fallen into madness."
+ "DOTA_Tooltip_ability_thtd_clownpiece_03" "Prison Charm「Two-color Hellfire」"
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_Description" "Clownpiece swings double hellfire to burn the target, dealing continuous damage (stackable) and reducing %speed_down%%% movement speed.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_Note0" "Potential Lv10: Damage +5。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_Note1" "Potential Lv50: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_Note2" "Potential Lv100: Damage +20,Burn duration +5s。"
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_Note3" "Potential Lv666: \nGain special effect: [Rubbing Hellfire], cast 「Two-color Hellfire」 at 360 degrees to yourself, skill damage +30."
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_Note4" "Potential Lv999: \nGain special effect: [Rampadus Torch], burning damage is increased by 3 times."
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_Lore" "Hellfire possesses an extremely dangerous aura; and by mixing the various characteristics, it is simply unimaginable."
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_power_damage" "Damage (Power*Star/Sec): "
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_distance" "Impact distance: "
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_duration_time" "Burn duration: "
+ "DOTA_Tooltip_ability_thtd_clownpiece_03_speed_down" "% Slow: "
+ "DOTA_Tooltip_modifier_clownpiece_03_debuff" "Prison Charm「Two-color Hellfire」"
+ "DOTA_Tooltip_modifier_clownpiece_03_debuff_Description" "Slowed by %dMODIFIER_PROPERTY_MOVESPEED_BONUS_PERCENTAGE%%%。"
+ "kyouko" "Kyouko Kasodani"
+ "DOTA_Tooltip_ability_item_0093" "【R】Kyouko"
+ "DOTA_Tooltip_ability_item_0093_Lore" "爬山时,不知你有没有大喊过: 「呀吼—!」呢。而之后那响亮的一声「Yahoo!」回话,正是妖怪山彦。"
+ "DOTA_Tooltip_ability_item_0093_Description" "When shouting at the valley, the demon that will respond to the sound with integrity. It responds happily to a pleasant sound and responds to an angry yell with a counterattack. She felt that such a world was too empty, so she became a monk. She is now practicing at the Myouren Temple. The practice consists of performing the work of cleaning in front of the door every day. \n【★】Splitting Sound [Circle of Spikes]\n【★★★】Rattling Note [Powerful Resonance]"
+ "DOTA_Tooltip_ability_thtd_kyouko_01" "Splitting Sound「Circle of Spikes」"
+ "DOTA_Tooltip_ability_thtd_kyouko_01_Description" "Kyouko creates a powerful sound wave in front of her, dealing damage to all enemies in its path and increasing its next damage from the sound wave by %damage_up%%.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_kyouko_01_Note0" "The stacking effect is linear, with a maximum of 999 stacks, and is valid for both skills."
+ "DOTA_Tooltip_ability_thtd_kyouko_01_Note1" "Potential Lv10: Damage stacking +5%%。"
+ "DOTA_Tooltip_ability_thtd_kyouko_01_Note2" "Potential Lv50: Damage stacking +25%%。"
+ "DOTA_Tooltip_ability_thtd_kyouko_01_Note3" "Potential Lv100: Damage stacking +50%%。"
+ "DOTA_Tooltip_ability_thtd_kyouko_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kyouko_01_damage_up" "% Damage stacking: "
+ "DOTA_Tooltip_modifier_thtd_kyouko_01_debuff" "Splitting Sound「Circle of Spikes」"
+ "DOTA_Tooltip_modifier_thtd_kyouko_01_debuff_Description" "Taking more damage from next circle of spikes."
+ "DOTA_Tooltip_ability_thtd_kyouko_02" "Rattling Note「Powerful Resonance」"
+ "DOTA_Tooltip_ability_thtd_kyouko_02_Description" "Creates a powerful resonance at the specified location, sending a shockwave through the ground that damages enemy units and stuns them for %duration_time% seconds. Each target attacked causes a reflected wave that damages nearby units.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_kyouko_02_Note0" "Potential Lv10: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_kyouko_02_Note1" "Potential Lv50: Damage +20。"
+ "DOTA_Tooltip_ability_thtd_kyouko_02_Note2" "Potential Lv100: Damage +40。"
+ "DOTA_Tooltip_ability_thtd_kyouko_02_Note3" "Potential Lv666: \nGain special effect: [Echo], all skills will trigger again several times."
+ "DOTA_Tooltip_ability_thtd_kyouko_02_Note4" "Potential Lv999: \nGain special effect: [Excited Yahoo], crit probability +75%%%, crit damage +500%%."
+ "DOTA_Tooltip_ability_thtd_kyouko_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_kyouko_02_duration_time" "Stun duration: "
+ "DOTA_Tooltip_ability_thtd_kyouko_02_range" "Radius:"
+ "DOTA_Tooltip_ability_thtd_kyouko_03" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_kyouko_03_Description" "Select a location to set the AI spotting: Rattling Note「Powerful Resonance」, select 100 yards around yourself to cancel the spotting, a prompt will appear in the lower left corner if the setting is successful."
+ "shikieiki" "Shikieiki"
+ "DOTA_Tooltip_ability_item_0064" "【SSR】Shikieiki"
"DOTA_Tooltip_ability_item_0064_Lore" "绝对不要对她说谎、隐瞒一些事使自己看起来像好人。因为谎言被揭穿后会被施以重罪。"
- "DOTA_Tooltip_ability_item_0064_Description" "在地狱居住制裁死者的神。拥有判断是非黑白程度的能力。她的名字是四季·映姬,夜摩仙那度是阎魔大人中的官职之一。她从来不会说出有失偏颇的话语,会令人油然而生一种难以接近的氛围。不过,她的说教多数还是为了幻想乡中的人类着想,面对她的说教,要坦率地表达自己的感激之情并洗耳恭听。阎魔大人时刻持于手中的棒,是用来书写受审者的罪孽,并用其击打受审者的道具。\n【★】审判「有罪或无罪」\n【★★★】审判「十王审判」\n【★★★★】审判「最终审判」\n【★★★★★】罪符「彷徨的大罪」"
- "DOTA_Tooltip_ability_thtd_shikieiki_01" "审判「有罪或无罪」"
- "DOTA_Tooltip_ability_thtd_shikieiki_01_Lore" "单纯以强大的力量裁决对方是否有罪,宛如地狱一般的审判。"
- "DOTA_Tooltip_ability_thtd_shikieiki_01_Description" "审判周围单位,造成伤害并添加1至3条罪名,最多叠加10条。"
- "DOTA_Tooltip_ability_thtd_shikieiki_01_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_modifier_thtd_shikieiki_01_debuff" "罪名"
- "DOTA_Tooltip_modifier_thtd_shikieiki_01_debuff_Description" "被阎魔大人审判"
- "DOTA_Tooltip_ability_thtd_shikieiki_02" "审判「十王审判」"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_Description" "阎魔大人发动十王审判,对周围目标造成伤害,每条罪名额外造成%damage_up%%%伤害。\n目标在被审判之后罪名会被全部消除,清除罪名后会增加阎魔大人的能量点,持续%duration_time%秒。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_Note0" "潜能Lv10:清除罪名获得能量点数+2。"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_Note1" "潜能Lv50:清除罪名获得能量点数+4。"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_Note2" "潜能Lv100:清除罪名获得能量点数+8。"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_damage_up" "%每条罪名伤害提升:"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_power_bonus" "每清除一条罪名获得能量点数:"
- "DOTA_Tooltip_ability_thtd_shikieiki_02_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_shikieiki_03" "审判「最终审判」"
- "DOTA_Tooltip_ability_thtd_shikieiki_03_Description" "对目标进行最终审判,在持续时间内每秒对其造成%hp_damage%%%最大生命值的伤害。"
- "DOTA_Tooltip_ability_thtd_shikieiki_03_Lore" "阎魔大人的说教是名不虚传的,面对她的说教,要坦率地表达自己的感激之情并洗耳恭听。\n右键切换是否播放说教语音。"
- "DOTA_Tooltip_ability_thtd_shikieiki_03_hp_damage" "%额外伤害:"
- "DOTA_Tooltip_ability_thtd_shikieiki_03_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_shikieiki_04" "罪符「彷徨的大罪」"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_Description" "召唤一个强引力漩涡吸收世间的罪。被影响的单位持续受到大量伤害。\n按住ALT键查看激活潜能后的额外效果。"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_Note0" "潜能Lv10:技能伤害+5。"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_Note1" "潜能Lv50:技能伤害+10。"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_Note2" "潜能Lv100:技能伤害+15。"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_Note3" "潜能Lv666:\n获得特殊效果:坠入地狱,漩涡受18层地狱加持,造成18倍伤害。"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_Note4" "潜能Lv999:\n获得特殊效果:当头棒喝,暴击伤害+700%%,暴击概率+70%%。"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_power_damage" "技能伤害(能量点*星级):"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_radius" "作用范围:"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_duration_time" "持续时间:"
- "DOTA_Tooltip_ability_thtd_shikieiki_04_tick" "伤害间隔:"
- "DOTA_Tooltip_ability_thtd_shikieiki_05" "AI定点施放"
- "DOTA_Tooltip_ability_thtd_shikieiki_05_Description" "选择一个地点来设定AI定点施放:罪符「彷徨的大罪」,选择自身周围100码内则取消定点施放,设定成功左下角会出现提示。"
+ "DOTA_Tooltip_ability_item_0064_Description" "A god who dwells in hell and sanctions the dead. Has the ability to judge the degree of right and wrong. Her name is Shikieiki, and Yamaxanadu is one of the official positions in Yama. She never speaks biased words, which will give rise to an unapproachable atmosphere. However, most of her lectures are still for the sake of the humans in Gensokyo, face her lectures, to express their gratitude frankly and listen to. The rod that Yama-sama holds in her hand at all times is a prop used to write the sins of the person on trial and hit the person on trial with it. \n【★】Trial [Guilty or not guilty]\n【★★★】Trial [Trial of the Ten Kings]\n【★★★★】Trial [Final Trial]\n【★★★★★】Sin amulet [Great Sin of Wandering]"
+ "DOTA_Tooltip_ability_thtd_shikieiki_01" "Trial「Guilty or not guilty」"
+ "DOTA_Tooltip_ability_thtd_shikieiki_01_Lore" "Simply to judge the other party's guilt or innocence with great power, like a trial in hell."
+ "DOTA_Tooltip_ability_thtd_shikieiki_01_Description" "Judges surrounding units, dealing damage and adding 1 to 3 charges, stacking up to 10."
+ "DOTA_Tooltip_ability_thtd_shikieiki_01_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_modifier_thtd_shikieiki_01_debuff" "Trial"
+ "DOTA_Tooltip_modifier_thtd_shikieiki_01_debuff_Description" "Judged by Shikieiki"
+ "DOTA_Tooltip_ability_thtd_shikieiki_02" "Trial「Trial of the Ten Kings」"
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_Description" "Shikieiki launches the Ten Kings Judgment, dealing damage to surrounding targets and dealing an additional %damage_up%%% damage per charge. \n Target after being judged the charges will be removed in full, and the removal of the charges will increase Shikieiki's power points for %duration_time%% seconds.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_Note0" "Potential Lv10: Power points per charge +2。"
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_Note1" "Potential Lv50: Power points per charge +4。"
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_Note2" "Potential Lv100: Power points per charge +8。"
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_damage_up" "% Damage boost per charge: "
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_power_bonus" "Power per charge: "
+ "DOTA_Tooltip_ability_thtd_shikieiki_02_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_shikieiki_03" "Trial「Final Trial」"
+ "DOTA_Tooltip_ability_thtd_shikieiki_03_Description" "Implements Final Judgment on the target, dealing %hp_damage%%% maximum life damage to it every second for the duration."
+ "DOTA_Tooltip_ability_thtd_shikieiki_03_Lore" "Shikieiki's sermon is notorious, face her sermon, express your gratitude frankly and wash your ears. \n Right click to toggle whether to play the sermon voice."
+ "DOTA_Tooltip_ability_thtd_shikieiki_03_hp_damage" "% HP damage: "
+ "DOTA_Tooltip_ability_thtd_shikieiki_03_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_shikieiki_04" "Trial「Great Sin of Wandering」"
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_Description" "Summon a strong gravitational vortex to absorb the sins of the world. Affected units continue to take massive damage.\nHold ALT to see effects of potential awakening."
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_Note0" "Potential Lv10: Damage +5。"
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_Note1" "Potential Lv50: Damage +10。"
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_Note2" "Potential Lv100: Damage +15。"
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_Note3" "Potential Lv666: \nGain special effect: [Falling into hell], the vortex is enchanted by 18 levels of hell, dealing 18 times more damage."
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_Note4" "Potential Lv999: \nGain special effect: [Headbutt], Crit damage +700%%, crit probability +70%%."
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_radius" "Radius:"
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_duration_time" "Duration: "
+ "DOTA_Tooltip_ability_thtd_shikieiki_04_tick" "Interval: "
+ "DOTA_Tooltip_ability_thtd_shikieiki_05" "AI Fixed Point Cast"
+ "DOTA_Tooltip_ability_thtd_shikieiki_05_Description" "Select a location to set the AI to cast: Trial「Great Sin of Wandering」, select the surrounding 100 yards to cancel the fixed point cast, the lower left corner of the successful setting will appear prompt."
"DOTA_Tooltip_ability_thtd_kogasa_00" "link_DOTA_Tooltip_ability_ability_common_decrease_armor_buff"
"DOTA_Tooltip_ability_thtd_utsuho_00" "link_DOTA_Tooltip_ability_ability_common_power_buff"
"DOTA_Tooltip_ability_thtd_medicine_00" "link_DOTA_Tooltip_ability_ability_common_power_buff"
@@ -3010,193 +3010,193 @@
"DOTA_Tooltip_ability_thtd_komachi_00" "link_DOTA_Tooltip_ability_ability_common_power_buff"
"DOTA_Tooltip_ability_thtd_kyouko_00" "link_DOTA_Tooltip_ability_ability_common_power_buff"
"DOTA_Tooltip_ability_thtd_shikieiki_00" "link_DOTA_Tooltip_ability_ability_common_power_buff"
- "DOTA_Tooltip_modifier_equip_item" "装备"
- "DOTA_Tooltip_modifier_equip_item_Description" "已携带装备"
- "DOTA_Tooltip_modifier_item_2005_attack_aura" "「血染的太阳伞」四件套"
- "DOTA_Tooltip_modifier_item_2005_attack_aura_Description" "提升周围友方单位的攻击力。"
- "DOTA_Tooltip_ability_item_3001" "猪年气球"
- "DOTA_Tooltip_ability_item_3001_Description" "使用
吹出一个可爱又有弹性的芳晓气球。"
- "DOTA_Tooltip_ability_item_3001_Lore" "他最爱吃白日梦。"
- "DOTA_Tooltip_ability_item_3002" "击掌"
- "DOTA_Tooltip_ability_item_3002_Description" "使用
和队友击掌庆祝。"
+ "DOTA_Tooltip_modifier_equip_item" "Equipment"
+ "DOTA_Tooltip_modifier_equip_item_Description" "Carried equipment"
+ "DOTA_Tooltip_modifier_item_2005_attack_aura" "「Bloody Parasol」Four Piece Set"
+ "DOTA_Tooltip_modifier_item_2005_attack_aura_Description" "Boosts the attack power of surrounding friendly units."
+ "DOTA_Tooltip_ability_item_3001" "Year of the Pig Balloon"
+ "DOTA_Tooltip_ability_item_3001_Description" "Use
Blow out a lovely and elastic Fang Xiao balloon."
+ "DOTA_Tooltip_ability_item_3001_Lore" "He loves to eat daydreams."
+ "DOTA_Tooltip_ability_item_3002" "High five"
+ "DOTA_Tooltip_ability_item_3002_Description" "Use
Celebrate with your teammates with a high five."
"DOTA_Tooltip_ability_item_3002_Lore" "一起Happy!"
- "DOTA_Tooltip_ability_item_3003" "足球"
- "DOTA_Tooltip_ability_item_3003_Description" "使用
射门看看。"
+ "DOTA_Tooltip_ability_item_3003" "Soccer"
+ "DOTA_Tooltip_ability_item_3003_Description" "Use
Shoot to see."
"DOTA_Tooltip_ability_item_3003_Lore" "能击中球门么?"
- "DOTA_Tooltip_ability_item_3004" "鞭炮"
- "DOTA_Tooltip_ability_item_3004_Description" "使用
扔串鞭炮。真的,快扔!"
+ "DOTA_Tooltip_ability_item_3004" "Firecrackers"
+ "DOTA_Tooltip_ability_item_3004_Description" "Use
Throw a string of firecrackers. Really, throw them!"
"DOTA_Tooltip_ability_item_3004_Lore" "没有比爆炸更喜庆的了!"
- "DOTA_Tooltip_ability_item_3005" "投掷雪球"
- "DOTA_Tooltip_ability_item_3005_Description" "使用
向一名友军或敌人投掷雪球。"
+ "DOTA_Tooltip_ability_item_3005" "Snowball Throwing"
+ "DOTA_Tooltip_ability_item_3005_Description" "Use
Throw a snowball at a friendly or enemy."
"DOTA_Tooltip_ability_item_3005_Lore" "纯手工打造,温度完美。"
- "DOTA_Tooltip_ability_item_3006" "召唤雪人"
- "DOTA_Tooltip_ability_item_3006_Description" "使用
召唤一个欢乐的雪人。"
+ "DOTA_Tooltip_ability_item_3006" "Summon the Snowman"
+ "DOTA_Tooltip_ability_item_3006_Description" "Use
Summon a jolly snowman."
"DOTA_Tooltip_ability_item_3006_Lore" "只要可以,他会一直做你的朋友。"
- "DOTA_Tooltip_ability_item_3007" "装饰树木"
- "DOTA_Tooltip_ability_item_3007_Description" "使用
给任意树木加上一丝欢快的节日气氛。"
+ "DOTA_Tooltip_ability_item_3007" "Decorative trees"
+ "DOTA_Tooltip_ability_item_3007_Description" "Use
Add a touch of cheerful holiday spirit to any tree."
"DOTA_Tooltip_ability_item_3007_Lore" "节日的装束, 即使是战场上最血腥的斗士也会喜欢。"
"DOTA_Tooltip_ability_item_3008" "节日烟花"
- "DOTA_Tooltip_ability_item_3008_Description" "使用
将烟花射向半空。"
+ "DOTA_Tooltip_ability_item_3008_Description" "Use
Festive Fireworks"
"DOTA_Tooltip_ability_item_3008_Lore" "没有比爆炸更喜庆的了!"
- "DOTA_Tooltip_ability_item_3009" "2019年芳晓佳节消耗品捆绑包"
- "DOTA_Tooltip_ability_item_3009_Description" "使用
包含一整套芳晓佳节消耗品。"
- "DOTA_Tooltip_ability_item_3010" "凌霜圣地消耗品捆绑包"
- "DOTA_Tooltip_ability_item_3010_Description" "使用
包含一整套凌霜圣地特殊活动的消耗品。"
- "DOTA_Tooltip_ability_item_3011" "烁热同盟"
- "DOTA_Tooltip_ability_item_3011_Description" "T5
每有一个不同的地灵殿联动效果,则地灵殿单位获得+30%%物理伤害提升。(古明地觉、古明地恋、火焰猫燐、灵乌路空)"
- "DOTA_Tooltip_modifier_bb_buff_3011" "烁热同盟"
- "DOTA_Tooltip_modifier_bb_buff_3011_Description" "每有一个不同的地灵殿联动效果,则地灵殿单位获得+30%%物理伤害提升。(古明地觉、古明地恋、火焰猫燐、灵乌路空)"
- "DOTA_Tooltip_ability_item_3012" "幸运者的烦恼"
- "DOTA_Tooltip_ability_item_3012_Description" "T2
抽卡有15%%概率额外获得一张对应品质的御币。"
- "DOTA_Tooltip_modifier_bb_buff_3012" "幸运者的烦恼"
- "DOTA_Tooltip_modifier_bb_buff_3012_Description" "抽卡有15%%概率额外获得一张对应品质的御币。"
- "DOTA_Tooltip_ability_item_3013" "无敌意识"
- "DOTA_Tooltip_ability_item_3013_Description" "T4
受到负面效果影响降低50%%(如震荡、黒暗光环)。"
- "DOTA_Tooltip_modifier_bb_buff_3013" "无敌意识"
- "DOTA_Tooltip_modifier_bb_buff_3013_Description" "受到负面效果影响降低50%%(如震荡、黒暗光环)。"
- "DOTA_Tooltip_ability_item_3014" "战斗中铸就"
- "DOTA_Tooltip_ability_item_3014_Description" "T4
无尽回合每通过一波,阵容中的主角单位永久+1点能量(灵梦、魔理沙、东风谷早苗、爱丽丝),999波之后无效。"
- "DOTA_Tooltip_modifier_bb_buff_3014" "战斗中铸就"
- "DOTA_Tooltip_modifier_bb_buff_3014_Description" "无尽回合每通过一波,阵容中的主角单位永久+1点能量(灵梦、魔理沙、东风谷早苗、爱丽丝),999波之后无效。"
- "DOTA_Tooltip_ability_item_3015" "失去天恩"
- "DOTA_Tooltip_ability_item_3015_Description" "T5
在经历失去月之都后,所有月之民进入战斗后战力提升,每有一个不同的月之都单位,则获得+15%%纯粹伤害提升。(八意永琳、蓬莱山辉夜、铃仙、因幡帝)"
- "DOTA_Tooltip_modifier_bb_buff_3015" "失去天恩"
- "DOTA_Tooltip_modifier_bb_buff_3015_Description" "在经历失去月之都后,所有月之民进入战斗后战力提升,每有一个不同的月之都单位,则获得+15%%纯粹伤害提升。(八意永琳、蓬莱山辉夜、铃仙、因幡帝)"
- "DOTA_Tooltip_ability_item_3016" "召唤神石"
- "DOTA_Tooltip_ability_item_3016_Description" "T4
所有召唤物+200攻击力和+40%%攻速(在召唤时生效)。"
- "DOTA_Tooltip_modifier_bb_buff_3016" "召唤神石"
- "DOTA_Tooltip_modifier_bb_buff_3016_Description" "所有召唤物+200攻击力和+40%%攻速(在召唤时生效)。"
- "DOTA_Tooltip_ability_item_3017" "一线希望"
- "DOTA_Tooltip_ability_item_3017_Description" "T3
每有一个外圈漏怪,则对内圈敌方单位的伤害提升5%%。"
- "DOTA_Tooltip_modifier_bb_buff_3017" "一线希望"
- "DOTA_Tooltip_modifier_bb_buff_3017_Description" "每有一个外圈漏怪,则对内圈敌方单位的伤害提升5%%。"
- "DOTA_Tooltip_ability_item_3018" "亲友折扣"
- "DOTA_Tooltip_ability_item_3018_Description" "T2
抽卡价格优惠20%%。"
- "DOTA_Tooltip_modifier_bb_buff_3018" "亲友折扣"
- "DOTA_Tooltip_modifier_bb_buff_3018_Description" "抽卡价格优惠20%%。"
- "DOTA_Tooltip_ability_item_3019" "绝望手段"
- "DOTA_Tooltip_ability_item_3019_Description" "T3
每波最后5秒如果漏怪数量达到30则造成的伤害提高50%%,持续5秒。"
- "DOTA_Tooltip_modifier_bb_buff_3019" "绝望手段"
- "DOTA_Tooltip_modifier_bb_buff_3019_Description" "每波最后5秒如果漏怪数量达到30则造成的伤害提高50%%,持续5秒。"
- "DOTA_Tooltip_ability_item_3020" "扩大阵容"
- "DOTA_Tooltip_ability_item_3020_Description" "T3
同名卡上场最大数量提高50%%(向下取整)。"
- "DOTA_Tooltip_modifier_bb_buff_3020" "扩大阵容"
- "DOTA_Tooltip_modifier_bb_buff_3020_Description" "同名卡上场最大数量提高50%%(向下取整)。"
- "DOTA_Tooltip_ability_item_3021" "邪恶意念"
- "DOTA_Tooltip_ability_item_3021_Description" "T4
秒杀伤害上限提高75%%。"
- "DOTA_Tooltip_modifier_bb_buff_3021" "邪恶意念"
- "DOTA_Tooltip_modifier_bb_buff_3021_Description" "秒杀伤害上限提高75%%。"
- "DOTA_Tooltip_ability_item_3022" "金币满箱"
- "DOTA_Tooltip_ability_item_3022_Description" "T2
获得10000金钱。"
- "DOTA_Tooltip_ability_item_3023" "虹吸意图"
- "DOTA_Tooltip_ability_item_3023_Description" "T5
神灵庙单位的神子附加伤害加成效果提高50%%。"
- "DOTA_Tooltip_modifier_bb_buff_3023" "虹吸意图"
- "DOTA_Tooltip_modifier_bb_buff_3023_Description" "神灵庙单位的神子附加伤害加成效果提高50%%。"
- "DOTA_Tooltip_ability_item_3024" "香火长存"
- "DOTA_Tooltip_ability_item_3024_Description" "T5
守矢神社的信仰收集上限提高50%%。"
- "DOTA_Tooltip_modifier_bb_buff_3024" "香火长存"
- "DOTA_Tooltip_modifier_bb_buff_3024_Description" "守矢神社的信仰收集上限提高50%%。"
- "DOTA_Tooltip_ability_item_3025" "终极闪烁"
- "DOTA_Tooltip_ability_item_3025_Description" "T5
红魔馆单位施放技能时有5%%概率刷新技能。"
- "DOTA_Tooltip_modifier_bb_buff_3025" "终极闪烁"
- "DOTA_Tooltip_modifier_bb_buff_3025_Description" "红魔馆单位施放技能时有5%%概率刷新技能。"
- "DOTA_Tooltip_ability_item_3026" "口袋细沙"
- "DOTA_Tooltip_ability_item_3026_Description" "T3
进入无尽波数后怪物移动速度降低30。"
- "DOTA_Tooltip_modifier_bb_buff_3026" "口袋细沙"
- "DOTA_Tooltip_modifier_bb_buff_3026_Description" "进入无尽波数后怪物移动速度降低30。"
- "DOTA_Tooltip_ability_item_3027" "鉴宝大师"
- "DOTA_Tooltip_ability_item_3027_Description" "T5
星莲船单位装备4件套效果所需装备数量降低1件"
- "DOTA_Tooltip_modifier_bb_buff_3027" "鉴宝大师"
- "DOTA_Tooltip_modifier_bb_buff_3027_Description" "星莲船单位装备4件套效果所需装备数量降低1件"
- "DOTA_Tooltip_ability_item_3028" "鬼影一击"
- "DOTA_Tooltip_ability_item_3028_Description" "T5
鬼族单位攻击有5%%概率击晕目标并造成20%%最大生命值伤害。(星熊勇仪、伊吹萃香)"
- "DOTA_Tooltip_modifier_bb_buff_3028" "鬼影一击"
- "DOTA_Tooltip_modifier_bb_buff_3028_Description" "鬼族单位攻击有5%%概率击晕目标并造成20%%最大生命值伤害。(星熊勇仪、伊吹萃香)"
- "DOTA_Tooltip_ability_item_3029" "四季馈赠"
- "DOTA_Tooltip_ability_item_3029_Description" "T2
相关单位获得一个对应的效果。\n春:莉莉白增伤效果提高20%%。\n夏:风见幽香花田加成效果提高20%%。\n秋:秋姐妹每级成长时间减少20秒,成长速度加快20%%。\n冬:蕾蒂和琪露诺伤害提高20%%。"
- "DOTA_Tooltip_modifier_bb_buff_3029" "四季馈赠"
- "DOTA_Tooltip_modifier_bb_buff_3029_Description" "相关单位获得一个对应的效果。\n春:莉莉白增伤效果提高20%%。\n夏:风见幽香花田加成效果提高20%%。\n秋:秋姐妹每级成长时间减少20秒,成长速度加快20%%。\n冬:蕾蒂和琪露诺伤害提高20%%。"
- "DOTA_Tooltip_ability_item_3030" "人多力量大"
- "DOTA_Tooltip_ability_item_3030_Description" "T4
分身加成效果提高50%%。(芙兰朵露、铃仙)"
- "DOTA_Tooltip_modifier_bb_buff_3030" "人多力量大"
- "DOTA_Tooltip_modifier_bb_buff_3030_Description" "分身加成效果提高50%%。(芙兰朵露、铃仙)"
- "DOTA_Tooltip_ability_item_3031" "资深专家"
- "DOTA_Tooltip_ability_item_3031_Description" ""
- "DOTA_Tooltip_modifier_bb_buff_3031" "资深专家"
- "DOTA_Tooltip_modifier_bb_buff_3031_Description" ""
- "DOTA_Tooltip_ability_item_3050" "丢失的宝藏"
- "DOTA_Tooltip_ability_item_3050_Description" "待解锁。\n宠物成长等级每5级获得1个额外奖励选择。\n使用魔法钥匙开箱有概率获取增加额外奖励选择的物品。"
- "DOTA_Tooltip_modifier_fairy_count" "潜能等级"
- "DOTA_Tooltip_modifier_fairy_count_Description" "使用觉醒来激活潜能,激活后每级提升3点能量和攻击力,达到特定等级时还会增强某些技能效果。"
- "DOTA_Tooltip_ability_faceless_void_time_lock" "鬼影一击"
- "DOTA_Tooltip_ability_faceless_void_time_lock_Description" "攻击有%chance_pct%%%概率击晕目标并造成%bonus_damage%%%最大生命值伤害。"
- "DOTA_Tooltip_ability_faceless_void_time_lock_chance_pct" "%触发概率:"
- "DOTA_Tooltip_ability_faceless_void_time_lock_duration" "持续时间:"
- "DOTA_Tooltip_ability_faceless_void_time_lock_bonus_damage" "%生命值伤害:"
- "DOTA_Tooltip_ability_faceless_void_time_lock_Lore" "鬼族的突袭伴随着恐怖的大力。"
- "DOTA_Tooltip_ability_faceless_void_time_lock_Note0" "眩晕效果无视技能免疫。"
- "DOTA_Tooltip_ability_faceless_void_time_lock_Note1" "多个战利品效果叠加。"
+ "DOTA_Tooltip_ability_item_3009" "2019 Fang Xiao Jia Festival Consumables Bundle"
+ "DOTA_Tooltip_ability_item_3009_Description" "Use
Includes a complete set of Fang Xiao Jia Festival consumables."
+ "DOTA_Tooltip_ability_item_3010" "Lingfrost Sanctuary Consumables Bundle"
+ "DOTA_Tooltip_ability_item_3010_Description" "Use
Contains a complete set of consumables for special events in the Lingfrost Sanctuary."
+ "DOTA_Tooltip_ability_item_3011" "Scintillation Alliance"
+ "DOTA_Tooltip_ability_item_3011_Description" "T5
For each different Earth Spirit Temple linkage effect, the Earth Spirit Temple unit receives a +30%% physical damage boost. (Satori, Koishi, Rin, Utsuho)"
+ "DOTA_Tooltip_modifier_bb_buff_3011" "Scintillation Alliance"
+ "DOTA_Tooltip_modifier_bb_buff_3011_Description" "For each different Earth Spirit Temple linkage effect, the Earth Spirit Temple unit receives a +30%% physical damage boost. (Satori, Koishi, Rin, Utsuho)"
+ "DOTA_Tooltip_ability_item_3012" "The troubles of the lucky ones"
+ "DOTA_Tooltip_ability_item_3012_Description" "T2
There is a 15% chance of getting an additional coin of the corresponding quality when you draw a card."
+ "DOTA_Tooltip_modifier_bb_buff_3012" "The troubles of the lucky ones"
+ "DOTA_Tooltip_modifier_bb_buff_3012_Description" "There is a 15% chance of getting an additional coin of the corresponding quality when you draw a card."
+ "DOTA_Tooltip_ability_item_3013" "Invincible Awareness"
+ "DOTA_Tooltip_ability_item_3013_Description" "T4
50% reduction in negative effects (e.g. Shock, Black Dark Aura)."
+ "DOTA_Tooltip_modifier_bb_buff_3013" "Invincible Awareness"
+ "DOTA_Tooltip_modifier_bb_buff_3013_Description" "50% reduction in negative effects (e.g. Shock, Black Dark Aura)."
+ "DOTA_Tooltip_ability_item_3014" "Forged in Battle"
+ "DOTA_Tooltip_ability_item_3014_Description" "T4
For each wave passed in the endless round, the protagonist unit in the lineup permanently +1 power point (Reimu, Marisa, Sanae, Alice), invalid after 999 waves."
+ "DOTA_Tooltip_modifier_bb_buff_3014" "Forged in Battle"
+ "DOTA_Tooltip_modifier_bb_buff_3014_Description" "For each wave passed in the endless round, the protagonist unit in the lineup permanently +1 power point (Reimu, Marisa, Sanae, Alice), invalid after 999 waves."
+ "DOTA_Tooltip_ability_item_3015" "Loss of Heavenly Grace"
+ "DOTA_Tooltip_ability_item_3015_Description" "T5
After experiencing the loss of Lunar Capital, all Lunar Folk enter battle with a boost in battle power and gain a +15%% pure damage boost for each different Lunar Capital unit. (Eirin, Kaguya, Reisen, Inaba)"
+ "DOTA_Tooltip_modifier_bb_buff_3015" "Loss of Heavenly Grace"
+ "DOTA_Tooltip_modifier_bb_buff_3015_Description" "After experiencing the loss of Lunar Capital, all Lunar Folk enter battle with a boost in battle power and gain a +15%% pure damage boost for each different Lunar Capital unit. (Eirin, Kaguya, Reisen, Inaba)"
+ "DOTA_Tooltip_ability_item_3016" "Summoning God's Stone"
+ "DOTA_Tooltip_ability_item_3016_Description" "T4
+200 attack power and +40%% attack speed for all summons (effective at the time of summoning)"
+ "DOTA_Tooltip_modifier_bb_buff_3016" "Summoning God's Stone"
+ "DOTA_Tooltip_modifier_bb_buff_3016_Description" "+200 attack power and +40%% attack speed for all summons (effective at the time of summoning)"
+ "DOTA_Tooltip_ability_item_3017" "A ray of hope"
+ "DOTA_Tooltip_ability_item_3017_Description" "T3
For every outer circle leak monster, damage to enemy units in the inner circle is increased by 5%%."
+ "DOTA_Tooltip_modifier_bb_buff_3017" "A ray of hope"
+ "DOTA_Tooltip_modifier_bb_buff_3017_Description" "For every outer circle leak monster, damage to enemy units in the inner circle is increased by 5%%."
+ "DOTA_Tooltip_ability_item_3018" "Friends and Family Discount"
+ "DOTA_Tooltip_ability_item_3018_Description" "T2
20%% off the price of the card draw."
+ "DOTA_Tooltip_modifier_bb_buff_3018" "Friends and Family Discount"
+ "DOTA_Tooltip_modifier_bb_buff_3018_Description" "20%% off the price of the card draw."
+ "DOTA_Tooltip_ability_item_3019" "Desperate Measures"
+ "DOTA_Tooltip_ability_item_3019_Description" "T3
The last 5 seconds of each wave if the number of missed monsters reaches 30 then the damage dealt is increased by 50%% for 5 seconds."
+ "DOTA_Tooltip_modifier_bb_buff_3019" "Desperate Measures"
+ "DOTA_Tooltip_modifier_bb_buff_3019_Description" "The last 5 seconds of each wave if the number of missed monsters reaches 30 then the damage dealt is increased by 50%% for 5 seconds."
+ "DOTA_Tooltip_ability_item_3020" "Expanded Lineup"
+ "DOTA_Tooltip_ability_item_3020_Description" "T3
Increase the maximum number of cards with the same name on the field by 50%% (rounded down)."
+ "DOTA_Tooltip_modifier_bb_buff_3020" "Expanded Lineup"
+ "DOTA_Tooltip_modifier_bb_buff_3020_Description" "Increase the maximum number of cards with the same name on the field by 50%% (rounded down)."
+ "DOTA_Tooltip_ability_item_3021" "Evil Intentions"
+ "DOTA_Tooltip_ability_item_3021_Description" "T4
Spike damage cap increased by 75%%."
+ "DOTA_Tooltip_modifier_bb_buff_3021" "Evil Intentions"
+ "DOTA_Tooltip_modifier_bb_buff_3021_Description" "Spike damage cap increased by 75%%."
+ "DOTA_Tooltip_ability_item_3022" "Gold coins full box"
+ "DOTA_Tooltip_ability_item_3022_Description" "T2
Get 10,000 money."
+ "DOTA_Tooltip_ability_item_3023" "Siphoning Intent"
+ "DOTA_Tooltip_ability_item_3023_Description" "T5
The additional damage bonus effect of the temple unit's Miko is increased by 50%%."
+ "DOTA_Tooltip_modifier_bb_buff_3023" "Siphoning Intent"
+ "DOTA_Tooltip_modifier_bb_buff_3023_Description" "The additional damage bonus effect of the temple unit's Miko is increased by 50%%."
+ "DOTA_Tooltip_ability_item_3024" "Aroma of the flame lives on"
+ "DOTA_Tooltip_ability_item_3024_Description" "T5
Faith collection of Moriya Shrine The upper limit is increased by 50%%."
+ "DOTA_Tooltip_modifier_bb_buff_3024" "Aroma of the flame lives on"
+ "DOTA_Tooltip_modifier_bb_buff_3024_Description" "Faith collection of Moriya Shrine The upper limit is increased by 50%%."
+ "DOTA_Tooltip_ability_item_3025" "Ultimate Blink"
+ "DOTA_Tooltip_ability_item_3025_Description" "T5
There is a 5%% chance of refreshing skills when the Scarlet Devil Mansion unit casts them."
+ "DOTA_Tooltip_modifier_bb_buff_3025" "Ultimate Blink"
+ "DOTA_Tooltip_modifier_bb_buff_3025_Description" "There is a 5%% chance of refreshing skills when the Scarlet Devil Mansion unit casts them."
+ "DOTA_Tooltip_ability_item_3026" "Pocket Sand"
+ "DOTA_Tooltip_ability_item_3026_Description" "T3
Monster movement speed is reduced by 30 after entering endless waves."
+ "DOTA_Tooltip_modifier_bb_buff_3026" "Pocket Sand"
+ "DOTA_Tooltip_modifier_bb_buff_3026_Description" "Monster movement speed is reduced by 30 after entering endless waves."
+ "DOTA_Tooltip_ability_item_3027" "Master Treasure Hunter"
+ "DOTA_Tooltip_ability_item_3027_Description" "T5
The number of pieces of equipment required to equip a 4-piece effect on a Unidentified Fantastic Object unit is reduced by 1 piece"
+ "DOTA_Tooltip_modifier_bb_buff_3027" "Master Treasure Hunter"
+ "DOTA_Tooltip_modifier_bb_buff_3027_Description" "The number of pieces of equipment required to equip a 4-piece effect on a Unidentified Fantastic Object unit is reduced by 1 piece"
+ "DOTA_Tooltip_ability_item_3028" "Ghost Shadow Strike"
+ "DOTA_Tooltip_ability_item_3028_Description" "T5
Oni unit attacks have a 5%% chance to stun the target and deal 20%% max life damage. (Yuugi, Suika)"
+ "DOTA_Tooltip_modifier_bb_buff_3028" "Ghost Shadow Strike"
+ "DOTA_Tooltip_modifier_bb_buff_3028_Description" "Oni unit attacks have a 5%% chance to stun the target and deal 20%% max life damage. (Yuugi, Suika)"
+ "DOTA_Tooltip_ability_item_3029" "Four Seasons Gift"
+ "DOTA_Tooltip_ability_item_3029_Description" "T2
Related units gain a corresponding effect. \nSpring: Lilly White damage enhancement effect increased by 20%%. \nSummer: Kazami Yuuka Flower Field bonus effect increased by 20%%. \n Autumn: Autumn Sisters' growth time is reduced by 20 seconds per level and their growth rate is accelerated by 20%%. \n Winter: Letty and Cirno damage increase by 20%%."
+ "DOTA_Tooltip_modifier_bb_buff_3029" "Four Seasons Gift"
+ "DOTA_Tooltip_modifier_bb_buff_3029_Description" "Related units gain a corresponding effect. \nSpring: Lilly White damage enhancement effect increased by 20%%. \nSummer: Kazami Yuuka Flower Field bonus effect increased by 20%%. \n Autumn: Autumn Sisters' growth time is reduced by 20 seconds per level and their growth rate is accelerated by 20%%. \n Winter: Letty and Cirno damage increase by 20%%."
+ "DOTA_Tooltip_ability_item_3030" "There is strength in numbers."
+ "DOTA_Tooltip_ability_item_3030_Description" "T4
Split bonus effect increased by 50%%. (Flandre, Reisen)"
+ "DOTA_Tooltip_modifier_bb_buff_3030" "There is strength in numbers."
+ "DOTA_Tooltip_modifier_bb_buff_3030_Description" "Split bonus effect increased by 50%%. (Flandre, Reisen)"
+ "DOTA_Tooltip_ability_item_3031" "Senior Experts"
+ "DOTA_Tooltip_ability_item_3031_Description" "" // blank in chinese
+ "DOTA_Tooltip_modifier_bb_buff_3031" "Senior Experts"
+ "DOTA_Tooltip_modifier_bb_buff_3031_Description" "" // blank in chinese
+ "DOTA_Tooltip_ability_item_3050" "Lost Treasures"
+ "DOTA_Tooltip_ability_item_3050_Description" "To be unlocked. \nPet growth level gains 1 additional bonus choice for every 5 levels. \nUse the magic key to open the box has a probability to obtain items that increase the extra reward choice."
+ "DOTA_Tooltip_modifier_fairy_count" "Potential Level"
+ "DOTA_Tooltip_modifier_fairy_count_Description" "Use Awakening to activate your potential, which boosts your power and attack by 3 points per level after activation, and enhances certain skill effects when you reach certain levels."
+ "DOTA_Tooltip_ability_faceless_void_time_lock" "Ghost Shadow Strike"
+ "DOTA_Tooltip_ability_faceless_void_time_lock_Description" "The attack has a %chance_pct%%% chance to stun the target and deal %bonus_damage%%% maximum life damage."
+ "DOTA_Tooltip_ability_faceless_void_time_lock_chance_pct" "% Chance: "
+ "DOTA_Tooltip_ability_faceless_void_time_lock_duration" "Duration: "
+ "DOTA_Tooltip_ability_faceless_void_time_lock_bonus_damage" "% Bonus Damage: "
+ "DOTA_Tooltip_ability_faceless_void_time_lock_Lore" "The ghosts' surprise attack was accompanied by a terrifyingly vigorous force."
+ "DOTA_Tooltip_ability_faceless_void_time_lock_Note0" "Stun effect ignores skill immunity."
+ "DOTA_Tooltip_ability_faceless_void_time_lock_Note1" "Multiple loot effects stack."
"DOTA_Tooltip_modifier_faceless_void_timelock_freeze" "鬼影一击"
"DOTA_Tooltip_modifier_faceless_void_timelock_freeze_Description" "被鬼影一击击晕了!"
- "sumireko" "宇佐见堇子"
- "renko" "宇佐见莲子"
- "maribel" "玛艾露贝莉·赫恩"
- "mamizou" "二岩猯藏"
- "seija" "鬼人正邪"
- "shinmyoumaru" "少名针妙丸"
- "kishin" "稀神探女"
- "matara" "摩多罗隐岐奈"
- "sariel" "萨丽爱尔"
- "mima" "魅魔"
- "gengetu" "幻月"
- "elly" "艾丽"
- "yumemi" "冈崎梦美"
- "AbilityDamage" "基础伤害:"
- "DOTA_HUD_Evasion" "闪避:"
- "DOTA_AbilityTooltip_ScepterUpgrade_Header" ""
- "DOTA_Tooltip_ability_death_prophet_exorcism_aghanim_description" ""
+ "sumireko" "Sumireko Usami"
+ "renko" "Renko Usami"
+ "maribel" "Maribel Han"
+ "mamizou" "Mamizou Futatsuiwa"
+ "seija" "Seija Kijin"
+ "shinmyoumaru" "Shinmyoumaru Sukuna"
+ "kishin" "Sagume Kishin"
+ "matara" "Okina Matara"
+ "sariel" "Sariel"
+ "mima" "Mima"
+ "gengetu" "Gengetsu"
+ "elly" "Elly"
+ "yumemi" "Yumemi Okazaki"
+ "AbilityDamage" "Basic Damage: "
+ "DOTA_HUD_Evasion" "Dodge: "
+ "DOTA_AbilityTooltip_ScepterUpgrade_Header" "" // blank in chinese
+ "DOTA_Tooltip_ability_death_prophet_exorcism_aghanim_description" "" // blank in chinese
"reimu_pet" "REIMU_PET"
- "DOTA_Tooltip_ability_reimu_pet_01" "「我变我变」"
- "DOTA_Tooltip_ability_reimu_pet_01_Description" "变换一个外形。\n外形数量等于成长等级。"
- "DOTA_Tooltip_ability_reimu_pet_02" "「我炫我炫」"
- "DOTA_Tooltip_ability_reimu_pet_02_Description" "更换一个特效。\n特效数量等于成长等级。"
- "DOTA_Tooltip_ability_reimu_pet_03" "「保存形态」"
- "DOTA_Tooltip_ability_reimu_pet_03_Description" "保存当前的外形和特效。"
- "DOTA_Tooltip_ability_reimu_pet_04" "「劳动小能手」"
- "DOTA_Tooltip_ability_reimu_pet_04_Description" "主动:消耗%point%个符卡精华来快速制作一把钥匙(放置于主人背包中)。\n被动:小灵每天会制作5把魔法钥匙,按成长等级每级增加1把,每5级额外增加1把。\n钥匙当天有效,游戏结束会保存未使用的钥匙。\n每日开箱任务只能完成一次(奖励符卡精华),最多保留7天的开箱任务。"
- "DOTA_Tooltip_ability_reimu_pet_05" "「主人我懂你」"
- "DOTA_Tooltip_ability_reimu_pet_05_Description" "小灵协助主人取得胜利。\n主动:将小灵拴在指定位置,点击自身200码范围内则恢复跟随。\n被动:效果1:成长等级≥2级时,将四次元爆弹放置背包中(前6格),在漏怪超标时自动使用。\n效果2:增加战利品奖励可供选择的数量,每5级额外1个。"
- "DOTA_Tooltip_modifier_reimu_pet_01_level" "成长等级"
- "DOTA_Tooltip_modifier_reimu_pet_01_level_Description" "小灵的当前成长等级,点击左上角赞助获得等级提升。"
- "change_to_pet_model" "当前外形代号:{s:key}"
- "change_to_pet_effect" "当前特效代号:{s:key}"
- "pet_cumstom_saved" "外形和特效已保存"
- "DOTA_Tooltip_ability_item_3101" "博丽魔法宝箱"
- "DOTA_Tooltip_ability_item_3102" "博丽魔法宝箱"
- "DOTA_Tooltip_ability_item_3103" "博丽魔法宝箱"
- "DOTA_Tooltip_ability_item_3121" "魔法钥匙"
- "DOTA_Tooltip_ability_item_3121_Description" "可以开启博丽神社的魔法宝箱,或者在商店购买物品。\n由宠物小灵制作,小灵每天制作数量为自身等级,也可以使用符卡精华快速制作。"
- "DOTA_Tooltip_ability_item_3149" "「凤凰之灵」"
- "DOTA_Tooltip_ability_item_3149_Description" "给目标服用后,提升潜能至满级(Lv%point%)。\n使用灵梦觉醒技能激活潜能,本场游戏有效。\n若不使用,则会保留,后续游戏有效。最多保留4个。"
- "DOTA_Tooltip_ability_item_3150" "「布都御魂」"
- "DOTA_Tooltip_ability_item_3150_Description" "幻想乡三灵剑之一,只有幸运者才能使用。\n剑技乱舞,数把灵刀在使用者周围环绕,每%damage_interval%秒对进入其中的单位额外进行一次普通攻击并造成星级*能量*%power_damage%的物理伤害(前3个目标可触发攻击特效)。\n(传说武器一经使用上榜将进入巅峰榜)"
- "DOTA_Tooltip_ability_item_3150_power_bonus" "攻击力和能量增加:"
- "DOTA_Tooltip_ability_item_3151" "「天丛云剑」"
- "DOTA_Tooltip_ability_item_3151_Description" "幻想乡三灵剑之一,只有幸运者才能使用。\n攻击时剑气形成一把巨大的神剑从天而降,对范围内的目标造成攻击者星级*能量*%power_damage%的魔法伤害。\n(传说武器一经使用上榜将进入巅峰榜)"
- "DOTA_Tooltip_ability_item_3151_power_damage" "伤害(星级*能量点):"
- "DOTA_Tooltip_ability_item_3151_range" "范围:"
- "DOTA_Tooltip_ability_item_3151_power_bonus" "攻击力和能量增加:"
- "DOTA_Tooltip_ability_item_3152" "「天羽羽斩」"
- "DOTA_Tooltip_ability_item_3152_Description" "幻想乡三灵剑之一,只有幸运者才能使用。\n攻击时对目标周围%range%范围造成攻击者星级*能量*%power_damage%的纯粹伤害,并封印%duration_time%秒,进入幻境停止移动。\n(传说武器一经使用上榜将进入巅峰榜)"
- "DOTA_Tooltip_ability_item_3152_power_bonus" "攻击力和能量增加:"
- "DOTA_Tooltip_modifier_item_3152_debuff" "「天羽羽斩」"
- "DOTA_Tooltip_modifier_item_3152_debuff_Description" "被封印正在幻境之中。"
- "DOTA_Tooltip_ability_item_3153" "「轩辕剑」"
- "DOTA_Tooltip_ability_item_3153_Description" "流落幻想乡的圣剑,只有幸运者才能使用。\n攻击时对目标周围造成星级*能量*%power_damage%伤害(伤害类型取增伤最高一类),受影响的单位受到的所有伤害提高%damage_debuff%%%,持续%duration_time%秒。\n(传说武器一经使用上榜将进入巅峰榜)"
- "DOTA_Tooltip_ability_item_3153_power_bonus" "攻击力和能量增加:"
- "DOTA_NeutralItemSlot_Title" "饰品槽位"
- "DOTA_NeutralItemSlot_Description" "可以存放饰品,只有装备在此槽位时才能使用。饰品将逐步推出,请进群讨论。"
- "DOTA_ToolTip_Ability_AutoCast" "右键点击切换方式"
- "DOTA_InventoryMenu_DropAtFountain" "丢到地上"
+ "DOTA_Tooltip_ability_reimu_pet_01" "「Change Model」"
+ "DOTA_Tooltip_ability_reimu_pet_01_Description" "Change model. \nThe number of models is equal to the growth level."
+ "DOTA_Tooltip_ability_reimu_pet_02" "「Change Effect」"
+ "DOTA_Tooltip_ability_reimu_pet_02_Description" "Change effect. \nThe number of effects is equal to the growth level."
+ "DOTA_Tooltip_ability_reimu_pet_03" "「Save Pet」"
+ "DOTA_Tooltip_ability_reimu_pet_03_Description" "Save current model and effect."
+ "DOTA_Tooltip_ability_reimu_pet_04" "「Little Worker」"
+ "DOTA_Tooltip_ability_reimu_pet_04_Description" "Active: Consume %point% game points to quickly craft a key (placed in the owner's backpack). \nPassive: Small Spirit will make 5 magic keys per day, increasing by 1 per level of growth, and an additional 1 per 5 levels. \nKeys are valid for the day, and unused keys are saved at the end of the game. \n Daily unboxing quests can only be completed once (rewarding game points), and will be kept for a maximum of 7 days."
+ "DOTA_Tooltip_ability_reimu_pet_05" "「Master I understand you」"
+ "DOTA_Tooltip_ability_reimu_pet_05_Description" "Little Spirit assists its owner in achieving victory. \nActive: Tether Little Spirit to a designated location and resume following if you click within 200 yards of yourself. \nPassive: Effect 1: When growth level ≥ 2, place Quadruple Blast in backpack (first 6 compartments) and use it automatically when missed monster overrun. \nEffect 2: Increase the number of loot rewards available, 1 extra per 5 levels."
+ "DOTA_Tooltip_modifier_reimu_pet_01_level" "Growth Level"
+ "DOTA_Tooltip_modifier_reimu_pet_01_level_Description" "Current pet growth level"
+ "change_to_pet_model" "Current Model: {s:key}"
+ "change_to_pet_effect" "Current Effect: {s:key}"
+ "pet_cumstom_saved" "Pet model & effect saved!"
+ "DOTA_Tooltip_ability_item_3101" "Hakurei Magic Treasure Box"
+ "DOTA_Tooltip_ability_item_3102" "Hakurei Magic Treasure Box"
+ "DOTA_Tooltip_ability_item_3103" "Hakurei Magic Treasure Box"
+ "DOTA_Tooltip_ability_item_3121" "Magic Key"
+ "DOTA_Tooltip_ability_item_3121_Description" "You can open the magic treasure chest in Hakurei Shrine, or buy items in the store. \n Is made by the pet small spirit, and the small spirit makes the number of items per day for its own level, or you can use game points to make them quickly."
+ "DOTA_Tooltip_ability_item_3149" "「Phoenix Spirit」"
+ "DOTA_Tooltip_ability_item_3149_Description" "When given to the target, raise the potential to full level (Lv%point%). \nUse the Awakening skill to activate the potential, valid for this game. \nIf not used, it will be retained and valid for subsequent games. A maximum of 4 are retained."
+ "DOTA_Tooltip_ability_item_3150" "「Budo Soul」"
+ "DOTA_Tooltip_ability_item_3150_Description" "One of the three spirit swords in Gensokyo, only the lucky ones can use it. \n Sword technique chaotic dance, several spirit swords around the user, every %damage_interval% seconds deal an additional normal attack and deal power*star*%power_damage% physical damage to a unit inside (the first 3 targets can trigger attack effects). \n (Legendary weapons once used on the list will enter the peak list)"
+ "DOTA_Tooltip_ability_item_3150_power_bonus" "Attack and Power increase: "
+ "DOTA_Tooltip_ability_item_3151" "「Skycloud Sword」"
+ "DOTA_Tooltip_ability_item_3151_Description" "One of the three spirit swords in Gensokyo,only the lucky can use it. \n When attacking the sword forms a huge Excalibur from the sky, dealing magical damage of attacker's star*power*%power_damage% to targets within range. \n (legendary weapon once used on the list will enter the peak list)"
+ "DOTA_Tooltip_ability_item_3151_power_damage" "Damage (Power*Star): "
+ "DOTA_Tooltip_ability_item_3151_range" "Radius:"
+ "DOTA_Tooltip_ability_item_3151_power_bonus" "Attack and Power increase: "
+ "DOTA_Tooltip_ability_item_3152" "「Sky Feather Chop」"
+ "DOTA_Tooltip_ability_item_3152_Description" "One of the three spirit swords in Gensokyo,only the lucky can use it.\nWhen attacking inflict %range% aoe around the target with pure damage of attacker star*energy*%power_damage% and seal %duration_time% seconds and enter the illusion to stop moving. \n (legendary weapon once used on the list will enter the peak list)"
+ "DOTA_Tooltip_ability_item_3152_power_bonus" "Attack and Power increase: "
+ "DOTA_Tooltip_modifier_item_3152_debuff" "「Sky Feather Chop」"
+ "DOTA_Tooltip_modifier_item_3152_debuff_Description" "Being sealed in the illusion."
+ "DOTA_Tooltip_ability_item_3153" "「Regulus」"
+ "DOTA_Tooltip_ability_item_3153_Description" "The holy sword in Gensokyo,only the lucky can use it.\nWhen attacking to cause star*power*%power_damage% damage around the target (damage type to take the highest category of damage increase), the affected units are affected by all damage increase %damage_debuff%%%, lasting %duration_time% seconds. \n (legendary weapons once used on the list will enter the peak list)"
+ "DOTA_Tooltip_ability_item_3153_power_bonus" "Attack and Power increase: "
+ "DOTA_NeutralItemSlot_Title" "Jewelry Slot"
+ "DOTA_NeutralItemSlot_Description" "Trinkets can be stored and can only be used when equipped in this slot. Trinkets will be introduced gradually, please enter the group to discuss."
+ "DOTA_ToolTip_Ability_AutoCast" "Right-click to switch modes"
+ "DOTA_InventoryMenu_DropAtFountain" "Throw it to the ground"
}
}
diff --git a/game/scripts/npc/abilities/tower_abilities.kv b/game/scripts/npc/abilities/tower_abilities.kv
index f14e963..b15bb19 100755
--- a/game/scripts/npc/abilities/tower_abilities.kv
+++ b/game/scripts/npc/abilities/tower_abilities.kv
@@ -8394,7 +8394,7 @@
"AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
"AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY"
"AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL"
- "MaxLevel" "1"
+ "MaxLevel" "5"
"AbilityCooldown" "5"
"AbilityManaCost" "0"
// Stats
diff --git a/game/scripts/vscripts/system/dataservice.lua b/game/scripts/vscripts/system/dataservice.lua
index fb126bb..7f23241 100644
--- a/game/scripts/vscripts/system/dataservice.lua
+++ b/game/scripts/vscripts/system/dataservice.lua
@@ -344,7 +344,7 @@ DataService.AbilityTable = {
[2] = {["thtd_satori_01"] = 2,["thtd_satori_02"] = 0},
[3] = {["thtd_satori_01"] = 3,["thtd_satori_02"] = 0},
[4] = {["thtd_satori_01"] = 4,["thtd_satori_02"] = 1},
- [5] = {["thtd_satori_01"] = 5,["thtd_satori_02"] = 1},
+ [5] = {["thtd_satori_01"] = 5,["thtd_satori_02"] = 2},
},
["iku"] = {
[1] = {["thtd_iku_01"] = 1,["thtd_iku_02"] = 0},
@@ -573,10 +573,10 @@ DataService.AbilityTable = {
["sanae"] =
{
[1] = {["thtd_sanae_01"] = 1,["thtd_sanae_02"] = 1,["thtd_sanae_03"] = 0,["thtd_sanae_04"] = 0},
- [2] = {["thtd_sanae_01"] = 2,["thtd_sanae_02"] = 1,["thtd_sanae_03"] = 0,["thtd_sanae_04"] = 0},
- [3] = {["thtd_sanae_01"] = 3,["thtd_sanae_02"] = 1,["thtd_sanae_03"] = 0,["thtd_sanae_04"] = 0},
- [4] = {["thtd_sanae_01"] = 4,["thtd_sanae_02"] = 1,["thtd_sanae_03"] = 1,["thtd_sanae_04"] = 0},
- [5] = {["thtd_sanae_01"] = 5,["thtd_sanae_02"] = 1,["thtd_sanae_03"] = 1,["thtd_sanae_04"] = 1},
+ [2] = {["thtd_sanae_01"] = 2,["thtd_sanae_02"] = 2,["thtd_sanae_03"] = 0,["thtd_sanae_04"] = 0},
+ [3] = {["thtd_sanae_01"] = 3,["thtd_sanae_02"] = 3,["thtd_sanae_03"] = 0,["thtd_sanae_04"] = 0},
+ [4] = {["thtd_sanae_01"] = 4,["thtd_sanae_02"] = 4,["thtd_sanae_03"] = 1,["thtd_sanae_04"] = 0},
+ [5] = {["thtd_sanae_01"] = 5,["thtd_sanae_02"] = 5,["thtd_sanae_03"] = 1,["thtd_sanae_04"] = 1},
},
["kanako"] =
@@ -910,11 +910,13 @@ DataService.ComboGroupings = {
["chen_yukari_ran"] = {"chen", "yukari", "ran"},
["yoshika_seiga"] = {"yoshika", "seiga"},
["rumia_reimu"] = {"rumia", "reimu"},
+ ["wriggle_rumia"] = {"wriggle", "rumia"},
["meirin_sakuya"] = {"meirin", "sakuya"},
["tenshi_iku"] = {"tenshi", "iku"},
["junko_hecatia"] = {"junko", "hecatia"},
["junko_hecatia"] = {"junko", "hecatia"},
- ["daiyousei_cirno"] = {"daiyousei", "cirno"}
+ ["daiyousei_cirno"] = {"daiyousei", "cirno"},
+ ["luna_star_sunny"] = {"sunny", "star", "luna"}
}
function DataService:GetConfig()
diff --git a/tools/copy_localization_lines.py b/tools/copy_localization_lines.py
index b1e7aa8..8c68ed2 100644
--- a/tools/copy_localization_lines.py
+++ b/tools/copy_localization_lines.py
@@ -1,20 +1,25 @@
import vdf
import sys
-def main(english_keyfile: str, chinese_keyfile: str, output_file: str):
- chinese = vdf.load(open(chinese_keyfile, encoding='utf-16-le'), mapper=vdf.VDFDict)['lang']['Tokens']
- english = vdf.load(open(english_keyfile), mapper=vdf.VDFDict)['lang']['Tokens']
- output = vdf.VDFDict()
- output['lang'] = vdf.VDFDict()
- output['lang']['Language'] = "english"
- output['lang']['Tokens'] = vdf.VDFDict()
- output_tokens = output['lang']['Tokens']
- for key in chinese:
- #print(key)
- if key in english.keys():
- output_tokens[key] = english[key]
+def copy_kvs(english_keys: vdf.VDFDict, chinese_keys: vdf.VDFDict, output: vdf.VDFDict):
+ for key in chinese_keys:
+ if not isinstance(chinese_keys[key], str):
+ output[key] = vdf.VDFDict()
+ copy_kvs(english_keys[key], chinese_keys[key], output[key])
+ elif key in english_keys and len(english_keys[key]) > 0:
+ output[key] = english_keys[key]
else:
- output_tokens[key] = chinese[key]
+ output[key] = chinese_keys[key]
+
+def main(english_keyfile: str, chinese_keyfile: str, output_file: str, chinese_encoding: str, english_encoding: str):
+ if chinese_encoding is None:
+ chinese_encoding = 'utf8'
+ if english_encoding is None:
+ english_encoding = 'utf8'
+ chinese = vdf.load(open(chinese_keyfile, encoding=chinese_encoding), mapper=vdf.VDFDict)
+ english = vdf.load(open(english_keyfile, encoding=english_encoding), mapper=vdf.VDFDict)
+ output = vdf.VDFDict()
+ copy_kvs(english, chinese, output)
vdf.dump(output, open(output_file, 'w'),pretty=True)
args = sys.argv[1:]
-main(args[0], args[1], args[2])
\ No newline at end of file
+main(args[0], args[1], args[2], args[3], args[4])
\ No newline at end of file
diff --git a/tools/test.out b/tools/test.out
new file mode 100644
index 0000000..e69de29