From 6e2b15a239ef7dc5f607075390292f10e72dbd68 Mon Sep 17 00:00:00 2001
From: otowakotori <806682153@qq.com>
Date: Tue, 28 Jan 2020 10:22:04 +0800
Subject: [PATCH] Bundled update Integrates commits fixing 120+ bugs in the
 current version of the translation framework.

---
 .../default/data/font/packages/default.lua    |   10 +-
 game/engines/default/data/locales/zh_CN.lua   | 5281 ++++++++++-----
 game/engines/default/engine/Actor.lua         |    4 +
 game/engines/default/engine/DebugConsole.lua  |    3 +-
 game/engines/default/engine/I18N.lua          |    3 +
 game/engines/default/engine/Module.lua        |    4 +-
 .../default/engine/dialogs/Achievement.lua    |    4 +-
 .../default/engine/dialogs/ChatChannels.lua   |    4 +-
 .../engine/dialogs/microtxn/MTXMain.lua       |    2 +-
 .../dialogs/microtxn/ShowPurchasable.lua      |    2 +-
 .../engine/dialogs/microtxn/UsePurchased.lua  |    2 +-
 game/engines/default/engine/init.lua          |    2 +-
 .../default/engine/interface/ActorLife.lua    |    2 +-
 .../default/engine/interface/ActorTalents.lua |   16 +-
 .../engine/interface/ObjectIdentify.lua       |    2 +-
 .../default/engine/interface/PlayerRun.lua    |    2 +-
 .../engine/interface/WorldAchievements.lua    |    2 +-
 game/engines/default/engine/utils.lua         |   32 +-
 .../default/modules/boot/class/Game.lua       |   10 +-
 .../default/modules/boot/class/Player.lua     |    2 +-
 .../modules/boot/data/damage_types.lua        |    2 +-
 .../default/modules/boot/dialogs/LoadGame.lua |    2 +-
 .../default/modules/boot/dialogs/NewGame.lua  |    4 +-
 game/modules/example/class/Player.lua         |    4 +-
 game/modules/example/data/damage_types.lua    |    2 +-
 .../modules/example_realtime/class/Player.lua |    4 +-
 .../example_realtime/data/damage_types.lua    |    2 +-
 game/modules/tome/class/Actor.lua             |   32 +-
 game/modules/tome/class/Game.lua              |   14 +-
 game/modules/tome/class/GameState.lua         |   16 +-
 game/modules/tome/class/Grid.lua              |    6 +-
 game/modules/tome/class/Object.lua            |  118 +-
 game/modules/tome/class/Player.lua            |    4 +-
 game/modules/tome/class/Trap.lua              |    2 +-
 game/modules/tome/class/UserChatExtension.lua |    2 +-
 game/modules/tome/class/World.lua             |    2 +-
 game/modules/tome/class/WorldNPC.lua          |    4 +-
 .../tome/class/generator/actor/Arena.lua      |    2 +-
 .../tome/class/interface/ActorObjectUse.lua   |    2 +-
 game/modules/tome/class/interface/Archery.lua |    2 +-
 game/modules/tome/class/interface/Combat.lua  |    2 +-
 .../tome/class/interface/PartyDeath.lua       |   10 +-
 .../class/interface/WorldAchievements.lua     |    3 +-
 game/modules/tome/class/uiset/Classic.lua     |   34 +-
 .../tome/class/uiset/ClassicPlayerDisplay.lua |    6 +-
 game/modules/tome/class/uiset/Minimalist.lua  |   14 +-
 game/modules/tome/data/birth/classes/mage.lua |    2 +-
 .../tome/data/birth/races/construct.lua       |   50 +-
 game/modules/tome/data/birth/races/dwarf.lua  |  166 +-
 game/modules/tome/data/birth/races/elf.lua    |   54 +-
 game/modules/tome/data/birth/races/giant.lua  |  104 +-
 .../tome/data/birth/races/halfling.lua        |   40 +-
 game/modules/tome/data/birth/races/human.lua  |  100 +-
 game/modules/tome/data/birth/races/undead.lua |  232 +-
 game/modules/tome/data/birth/races/yeek.lua   |  102 +-
 .../tome/data/chats/alchemist-hermit.lua      |   18 +-
 .../tome/data/chats/escort-quest-start.lua    |    8 +-
 game/modules/tome/data/chats/escort-quest.lua |    2 +-
 .../data/chats/last-hope-lost-merchant.lua    |    8 +-
 .../tome/data/chats/message-last-hope.lua     |    2 +-
 game/modules/tome/data/chats/tannen.lua       |    8 +-
 game/modules/tome/data/chats/zemekkys.lua     |    8 +-
 .../tome/data/chats/zigur-mindstar-store.lua  |    2 +-
 game/modules/tome/data/damage_types.lua       |   68 +-
 .../tome/data/general/encounters/maj-eyal.lua |    2 +-
 .../data/general/events/antimagic-bush.lua    |    2 +-
 .../data/general/events/bligthed-soil.lua     |    2 +-
 .../data/general/events/conclave-vault.lua    |    2 +-
 .../tome/data/general/events/cultists.lua     |    4 +-
 .../tome/data/general/events/damp-cave.lua    |    4 +-
 .../tome/data/general/events/drake-cave.lua   |    4 +-
 .../tome/data/general/events/fell-aura.lua    |    2 +-
 .../tome/data/general/events/font-life.lua    |    2 +-
 .../tome/data/general/events/necrotic-air.lua |    2 +-
 .../data/general/events/protective-aura.lua   |    2 +-
 .../tome/data/general/events/rat-lich.lua     |    6 +-
 .../tome/data/general/events/slimey-pool.lua  |    2 +-
 .../tome/data/general/events/sub-vault.lua    |   12 +-
 .../data/general/events/weird-pedestals.lua   |    2 +-
 .../data/general/events/whistling-vortex.lua  |    2 +-
 .../modules/tome/data/general/grids/basic.lua |    6 +-
 game/modules/tome/data/general/grids/bone.lua |    6 +-
 game/modules/tome/data/general/grids/cave.lua |    2 +-
 .../tome/data/general/grids/forest.lua        |    2 +-
 .../tome/data/general/grids/fortress.lua      |    2 +-
 .../tome/data/general/grids/gothic.lua        |    6 +-
 game/modules/tome/data/general/grids/sand.lua |    6 +-
 .../tome/data/general/grids/slimy_walls.lua   |    6 +-
 .../data/general/grids/underground_dreamy.lua |    2 +-
 .../data/general/grids/underground_gloomy.lua |    2 +-
 .../data/general/grids/underground_slimy.lua  |    2 +-
 game/modules/tome/data/general/npcs/bird.lua  |    2 +-
 .../modules/tome/data/general/npcs/horror.lua |    2 +-
 game/modules/tome/data/general/npcs/lich.lua  |    8 +-
 .../tome/data/general/npcs/skeleton.lua       |   18 +-
 .../tome/data/general/npcs/vampire.lua        |   10 +-
 game/modules/tome/data/general/npcs/wight.lua |    8 +-
 .../objects/boss-artifacts-far-east.lua       |    4 +-
 .../objects/boss-artifacts-maj-eyal.lua       |   14 +-
 .../data/general/objects/boss-artifacts.lua   |    4 +-
 .../tome/data/general/objects/egos/ammo.lua   |   14 +-
 .../data/general/objects/egos/mindstars.lua   |    6 +-
 .../tome/data/general/objects/egos/ranged.lua |    2 +-
 .../tome/data/general/objects/egos/shield.lua |    4 +-
 .../general/objects/egos/totems-powers.lua    |    2 +-
 .../tome/data/general/objects/egos/weapon.lua |   14 +-
 .../tome/data/general/objects/lore/fun.lua    |   14 +-
 .../data/general/objects/quest-artifacts.lua  |    2 +-
 .../objects/world-artifacts-far-east.lua      |   10 +-
 .../objects/world-artifacts-maj-eyal.lua      |    6 +-
 .../data/general/objects/world-artifacts.lua  |  150 +-
 .../tome/data/general/traps/teleport.lua      |    2 +-
 .../tome/data/general/traps/temporal.lua      |    4 +-
 game/modules/tome/data/lore/ardhungol.lua     |    4 +-
 .../modules/tome/data/lore/blighted-ruins.lua |    2 +-
 .../tome/data/maps/towns/gates-of-morning.lua |    6 +-
 .../tome/data/maps/towns/last-hope.lua        |    8 +-
 game/modules/tome/data/maps/towns/shatur.lua  |    2 +-
 .../auto/greater/paladin-vs-vampire.lua       |    7 +-
 .../maps/vaults/auto/greater/portal-vault.lua |    8 +-
 .../tome/data/maps/vaults/collapsed-tower.lua |    4 +-
 .../tome/data/maps/wilderness/eyal.lua        |   20 +-
 .../data/maps/zones/halfling-ruins-last.lua   |    2 +-
 .../maps/zones/shertul-fortress-caldizar.lua  |    4 +-
 .../tome/data/maps/zones/tannen-tower-1.lua   |    2 +-
 .../tome/data/maps/zones/tempest-peak-top.lua |    2 +-
 .../tome/data/maps/zones/valley-moon.lua      |    2 +-
 .../tome/data/mapscripts/lib/subvault.lua     |    8 +-
 game/modules/tome/data/quests/arena.lua       |    2 +-
 game/modules/tome/data/quests/east-portal.lua |    9 +-
 game/modules/tome/data/quests/high-peak.lua   |    2 +-
 .../modules/tome/data/quests/love-melinda.lua |    2 +-
 .../tome/data/quests/master-jeweler.lua       |    2 +-
 .../tome/data/quests/staff-absorption.lua     |    4 +-
 game/modules/tome/data/quests/start-dwarf.lua |    2 +-
 game/modules/tome/data/quests/west-portal.lua |    1 +
 .../data/talents/chronomancy/anomalies.lua    |   16 +-
 .../data/talents/chronomancy/chronomancer.lua |    2 +-
 .../data/talents/chronomancy/guardian.lua     |    2 +-
 .../talents/chronomancy/induced-phenomena.lua |    2 +-
 .../tome/data/talents/chronomancy/other.lua   |    8 +-
 .../talents/chronomancy/temporal-hounds.lua   |    4 +-
 .../chronomancy/timeline-threading.lua        |    8 +-
 .../tome/data/talents/corruptions/rot.lua     |    2 +-
 .../tome/data/talents/cunning/cunning.lua     |    4 +-
 .../tome/data/talents/cunning/traps.lua       |    8 +-
 .../tome/data/talents/cursed/cursed-aura.lua  |   12 +-
 .../tome/data/talents/cursed/shadows.lua      |    2 +-
 .../tome/data/talents/gifts/antimagic.lua     |    2 +-
 .../data/talents/gifts/dwarven-nature.lua     |    4 +-
 .../modules/tome/data/talents/gifts/gifts.lua |    2 +-
 .../data/talents/gifts/summon-distance.lua    |    8 +-
 .../tome/data/talents/gifts/summon-melee.lua  |    8 +-
 .../data/talents/gifts/summon-utility.lua     |    4 +-
 .../tome/data/talents/misc/inscriptions.lua   |    6 +-
 game/modules/tome/data/talents/misc/npcs.lua  |    4 +-
 .../tome/data/talents/misc/objects.lua        |    2 +-
 .../tome/data/talents/psionic/mentalism.lua   |    2 +-
 .../tome/data/talents/psionic/nightmare.lua   |    2 +-
 .../tome/data/talents/psionic/other.lua       |    2 +-
 .../data/talents/psionic/thought-forms.lua    |    2 +-
 .../spells/advanced-necrotic-minions.lua      |    8 +-
 .../tome/data/talents/spells/animus.lua       |    2 +-
 .../tome/data/talents/spells/golemancy.lua    |   14 +-
 .../data/talents/spells/necrotic-minions.lua  |   12 +-
 .../tome/data/talents/spells/shades.lua       |   24 +-
 .../tome/data/talents/spells/spells.lua       |    4 +-
 .../talents/techniques/combat-training.lua    |    2 +-
 .../tome/data/talents/techniques/mobility.lua |    2 +-
 .../data/talents/techniques/techniques.lua    |   16 +-
 .../talents/techniques/throwing-knives.lua    |    4 +-
 game/modules/tome/data/talents/uber/mag.lua   |    1 +
 .../tome/data/talents/undeads/ghoul.lua       |    2 +-
 .../modules/tome/data/timed_effects/floor.lua |    1 +
 .../tome/data/timed_effects/magical.lua       |   10 +-
 .../tome/data/timed_effects/mental.lua        |   30 +-
 .../modules/tome/data/timed_effects/other.lua |   70 +-
 .../tome/data/timed_effects/physical.lua      |   24 +-
 game/modules/tome/data/wda/eyal.lua           |    4 +-
 .../zones/ancient-elven-ruins/objects.lua     |    4 +-
 .../tome/data/zones/ardhungol/objects.lua     |    2 +-
 game/modules/tome/data/zones/arena/npcs.lua   |    2 +-
 game/modules/tome/data/zones/arena/zone.lua   |    6 +-
 .../tome/data/zones/blighted-ruins/npcs.lua   |    6 +-
 .../tome/data/zones/charred-scar/grids.lua    |    2 +-
 .../modules/tome/data/zones/daikara/grids.lua |    2 +-
 .../tome/data/zones/deep-bellow/objects.lua   |    2 +-
 .../tome/data/zones/demon-plane/grids.lua     |    4 +-
 game/modules/tome/data/zones/eruan/grids.lua  |    2 +-
 .../tome/data/zones/gorbat-pride/grids.lua    |    2 +-
 .../tome/data/zones/halfling-ruins/npcs.lua   |    2 +-
 .../tome/data/zones/heart-gloom/npcs.lua      |    4 +-
 .../tome/data/zones/high-peak/grids.lua       |   16 +-
 .../tome/data/zones/high-peak/objects.lua     |    6 +-
 .../tome/data/zones/high-peak/zone.lua        |    4 +-
 .../data/zones/infinite-dungeon/grids.lua     |    2 +-
 .../zones/last-hope-graveyard/objects.lua     |    2 +-
 game/modules/tome/data/zones/maze/grids.lua   |    2 +-
 .../tome/data/zones/paradox-plane/grids.lua   |    2 +-
 .../tome/data/zones/rak-shor-pride/npcs.lua   |    4 +-
 game/modules/tome/data/zones/reknor/grids.lua |    4 +-
 .../zones/shertul-fortress-caldizar/grids.lua |    2 +-
 .../zones/shertul-fortress-caldizar/npcs.lua  |    2 +-
 .../data/zones/shertul-fortress/grids.lua     |    6 +-
 .../tome/data/zones/shertul-fortress/npcs.lua |    2 +-
 .../tome/data/zones/shertul-fortress/zone.lua |    4 +-
 .../tome/data/zones/slazish-fen/grids.lua     |    2 +-
 .../tome/data/zones/slime-tunnels/grids.lua   |    4 +-
 .../zones/stellar-system-shandral/grids.lua   |   14 +-
 .../tome/data/zones/tannen-tower/grids.lua    |    4 +-
 .../tome/data/zones/tannen-tower/objects.lua  |    2 +-
 game/modules/tome/data/zones/telmur/npcs.lua  |    2 +-
 .../tome/data/zones/temporal-rift/grids.lua   |    4 +-
 .../zones/town-gates-of-morning/grids.lua     |    2 +-
 .../tome/data/zones/town-last-hope/grids.lua  |    2 +-
 .../data/zones/town-last-hope/objects.lua     |    4 +-
 .../tome/data/zones/town-point-zero/grids.lua |    2 +-
 .../tome/data/zones/town-zigur/grids.lua      |    2 +-
 .../zones/tutorial-combat-stats/grids.lua     |   34 +-
 .../zones/tutorial-combat-stats/traps.lua     |   12 +-
 .../tome/data/zones/tutorial/traps.lua        |    2 +-
 .../data/zones/unhallowed-morass/grids.lua    |    4 +-
 .../tome/data/zones/valley-moon/grids.lua     |    2 +-
 game/modules/tome/data/zones/void/grids.lua   |    4 +-
 .../tome/data/zones/wilderness/zone.lua       |    2 +-
 game/modules/tome/dialogs/Birther.lua         |   24 +-
 game/modules/tome/dialogs/CharacterSheet.lua  |   32 +-
 game/modules/tome/dialogs/MapMenu.lua         |    4 +-
 game/modules/tome/dialogs/ShowLore.lua        |    8 +-
 .../tome/dialogs/debug/AdvanceActor.lua       |    4 +-
 game/modules/tome/dialogs/debug/DebugMain.lua |    2 +-
 .../tome/dialogs/debug/RandomObject.lua       |   16 +-
 .../tome/dialogs/debug/SummonCreature.lua     |    4 +-
 i18n_tools/i18n_extractor.lua                 |   79 +
 i18n_tools/i18n_list.lua                      | 3156 ++++++---
 i18n_tools/merge_translation.lua              | 5793 ++++++++++-------
 i18n_tools/output_translation.lua             | 5793 ++++++++++-------
 i18n_tools/untranslated.lua                   |  730 +--
 238 files changed, 14496 insertions(+), 8856 deletions(-)

diff --git a/game/engines/default/data/font/packages/default.lua b/game/engines/default/data/font/packages/default.lua
index 56e24f7e1b..90697a2e1a 100644
--- a/game/engines/default/data/font/packages/default.lua
+++ b/game/engines/default/data/font/packages/default.lua
@@ -26,6 +26,8 @@ newPackage{ id = "basic", name = "Basic", weight = 1,
 	bignews = {font="/data/font/VeraMono.ttf", normal=30},
 	resources_normal = {font="/data/font/Vera.ttf", bold=true, normal=12},
 	resources_small = {font="/data/font/Vera.ttf", bold=true, normal=10},
+	classic = {font="/data/font/Vera.ttf", normal=12, small=10, big=14},
+	classic_mono = {font="/data/font/VeraMono.ttf", normal=12, small=10, big=14},
 }
 
 newPackage{ id = "web", name = "Web", weight = 10,
@@ -39,6 +41,8 @@ newPackage{ id = "web", name = "Web", weight = 10,
 	bignews = {font="/data/font/DroidSansMono.ttf", normal=30},
 	resources_normal = {font="/data/font/DroidSans.ttf", bold=true, normal=12},
 	resources_small = {font="/data/font/DroidSans.ttf", bold=true, normal=10},
+	classic = {font="/data/font/USENET_.ttf", normal=16, small=14, big=18},
+	classic_mono = {font="/data/font/SVBasicManual.ttf", normal=14, small=10, big=16},
 }
 
 newPackage{ id = "fantasy", name = "Fantasy", weight = 100,
@@ -51,17 +55,21 @@ newPackage{ id = "fantasy", name = "Fantasy", weight = 100,
 	bignews = {font="/data/font/Salsa-Regular.ttf", normal=30},
 	resources_normal = {font="/data/font/Salsa-Regular.ttf", normal=14},
 	resources_small = {font="/data/font/Salsa-Regular.ttf", normal=12},
+	classic = {font="/data/font/USENET_.ttf", normal=16, small=14, big=18},
+	classic_mono = {font="/data/font/SVBasicManual.ttf", normal=14, small=10, big=16},
 }
 
 
 newPackage{ id = "chinese", name = "Chinese", weight = 100,
 	small = {font="/data/font/WenQuanYiMicroHei.ttf", normal=12, small=10, big=14},
 	default = {font="/data/font/WenQuanYiMicroHei.ttf", normal=16, small=12, big=18},
-	bold = {font="/data/font/WenQuanYiMicroHei.ttf", bold=true, normal=16, small=12, big=18},
+	bold = {font="/data/font/WenQuanYiMicroHei.ttf", normal=16, small=12, big=18},
 	mono = {font="/data/font/WenQuanYiMicroHeiMono.ttf", normal=16, small=12, big=18},
 	mono_small = {font="/data/font/WenQuanYiMicroHeiMono.ttf", normal=14, small=10, big=16},
 	flyer = {font="/data/font/WenQuanYiMicroHei.ttf", normal=14, small=12, big=16},
 	bignews = {font="/data/font/WenQuanYiMicroHei.ttf", normal=30},
 	resources_normal = {font="/data/font/WenQuanYiMicroHei.ttf", normal=14},
 	resources_small = {font="/data/font/WenQuanYiMicroHei.ttf", normal=12},
+	classic = {font="/data/font/WenQuanYiMicroHei.ttf", normal=16, small=14, big=18},
+	classic_mono = {font="/data/font/WenQuanYiMicroHeiMono.ttf", normal=14, small=10, big=16},
 }
diff --git a/game/engines/default/data/locales/zh_CN.lua b/game/engines/default/data/locales/zh_CN.lua
index 8fc69d47f1..a6db202051 100644
--- a/game/engines/default/data/locales/zh_CN.lua
+++ b/game/engines/default/data/locales/zh_CN.lua
@@ -2,20 +2,26 @@ locale "zh_CN"
 ------------------------------------------------
 section "always_merge"
 
+t("3-head", "三头蛇")
 t("3-headed hydra", "三头蛇")
 t("Agrimley the hermit", "隐居者亚格雷姆利")
 t("Allied Kingdoms", "联合王国")
 t("Angolwen", "安格利文")
 t("Assassin lair", "盗贼巢穴")
+t("Control Room", "控制室")
 t("Cosmic Fauna", "太空生物")
 t("Dreadfell", "恐惧王座")
 t("Enemies", "敌人")
+t("Experimentation Room", "实验室")
+t("Exploratory Farportal", "异度传送门")
 t("Fearscape", "恶魔空间")
+t("Hall of Reflection", "反射之间")
 t("Horrors", "恐魔")
 t("Iron Throne", "钢铁王座")
 t("Keepers of Reality", "现实守卫")
 t("Marus of Elvala", "埃尔瓦拉的马鲁斯")
 t("Orc Pride", "兽人部落")
+t("Portal Room", "传送门房间")
 t("Rhalore", "罗兰精灵")
 t("Sandworm Burrowers", "钻地沙虫")
 t("Shalore", "永恒精灵")
@@ -23,25 +29,38 @@ t("Sher'Tul", "夏·图尔")
 t("Slavers", "奴隶贩子")
 t("Sorcerers", "法师")
 t("Stire of Derth", "德斯镇的斯泰尔")
+t("Storage Room", "存储间")
 t("Sunwall", "太阳堡垒")
 t("Temple of Creation", "造物者神庙")
 t("Thalore", "自然精灵")
 t("The Way", "维网")
+t([[Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.
+The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %s 。
+当前时间 %02d:%02d。]], {3,2,1,4,5})
 t("Undead", "不死族")
 t("Ungrol of Last Hope", "最后的希望的温格洛")
 t("Vargh Republic", "瓦尔弗娜迦共和国")
 t("Victim", "受害者")
 t("Water lair", "水下墓穴")
 t("Zigur", "伊格")
+t("absolute", "绝对")
+t("armours", "护甲")
 t("combat", "战斗")
+t("demon", "恶魔")
+t("dragon", "é¾™")
 t("dream", "梦境")
 t("east", "东面")
+t("exit", "出口")
+t("humanoid", "人形生物")
+t("humanoid/orc", "人形生物/兽人")
+t("hydra", "多头蛇")
 t("injured seer", "受伤的先知")
+t("living", "生命")
 t("lone alchemist", "落单的炼金术师")
 t("lost defiler", "迷路的堕落者")
 t("lost sun paladin", "迷路的太阳骑士")
 t("lost warrior", "迷路的战士")
-t("magestaff", "法师法杖")
+t("magestaff", "元素法杖")
 t("magical", "魔法")
 t("mainhand", "主手")
 t("mental", "精神")
@@ -50,6 +69,7 @@ t("north", "北面")
 t("northeast", "东北面")
 t("northwest", "西北面")
 t("offhand", "副手")
+t("portal", "传送门")
 t("portal back", "返回传送门")
 t("repented thief", "忏悔的盗贼")
 t("rimebark", "雾凇")
@@ -59,10 +79,20 @@ t("southwest", "西南面")
 t("spell", "法术")
 t("standard", "标准")
 t("starstaff", "群星法杖")
+t("stone golem", "岩石傀儡")
 t("summon", "召唤")
+t("summoned", "召唤物")
 t("temporal explorer", "时空旅行者")
 t("throwing", "投掷")
+t("turtle", "乌龟")
+t("unarmed", "徒手")
+t("undead", "亡灵")
+t("unliving", "非活物")
+t("unnatural", "非自然生物")
+t("unseen", "没有看见")
 t("vilestaff", "邪恶法杖")
+t("war hound", "战争猎犬")
+t("weapons", "武器")
 t("west", "西面")
 t("worried loremaster", "担忧的贤者")
 
@@ -240,8 +270,8 @@ t("Name", "名称")
 t("Character Creation: %s", "创建角色%s")
 t([[Keyboard: #00FF00#up key/down key#FFFFFF# to select an option; #00FF00#Enter#FFFFFF# to accept; #00FF00#Backspace#FFFFFF# to go back.
 Mouse: #00FF00#Left click#FFFFFF# to accept; #00FF00#right click#FFFFFF# to go back.
-]], [[键盘:  #00FF00#上/下键#FFFFFF#选择选项,#00FF00#回车#FFFFFF#键确定;#00FF00#退格#FFFFFF#键返回。
-鼠标: #00FF00#左键#FFFFFF#接受,#00FF00#右键#FFFFFF#返回。]])
+]], [[键盘:#00FF00#上/下键#FFFFFF#选择选项,#00FF00#回车#FFFFFF#键确定;#00FF00#退格#FFFFFF#键返回。
+鼠标:#00FF00#左键#FFFFFF#接受,#00FF00#右键#FFFFFF#返回。]])
 t("Random", "随机")
 t("Do you want to recreate the same character?", "你想要以同一角色重新生成吗?")
 t("Quick Birth", "快速角色生成")
@@ -268,8 +298,8 @@ section "game/engines/default/engine/Game.lua"
 
 t([[Screenshot should appear in your Steam client's #LIGHT_GREEN#Screenshots Library#LAST#.
 Also available on disk: %s]], [[屏幕截图将会保存在你Steam客户端的#LIGHT_GREEN#截图库y#LAST#中。
-也保存在硬盘上:  %s]])
-t("File: %s", "文件: %s")
+也保存在硬盘上:%s]])
+t("File: %s", "文件:%s")
 t("Screenshot taken!", "屏幕截图已保存")
 
 
@@ -312,7 +342,7 @@ t("#LIGHT_RED#Mouse input temporarily disabled.", "#LIGHT_RED#暂时禁用鼠标
 ------------------------------------------------
 section "game/engines/default/engine/Object.lua"
 
-t("Requires:", "装备需求: ")
+t("Requires:", "装备需求:")
 t("%s (level %d)", "%s (等级 %d)")
 t("Level %d", "等级 %d")
 t("Talent %s (level %d)", "技能 %s (等级 %d)")
@@ -382,7 +412,7 @@ t("Saving...", "正在保存…")
 ------------------------------------------------
 section "game/engines/default/engine/Store.lua"
 
-t("Store: %s", "商店: %s")
+t("Store: %s", "商店:%s")
 t("Buy %d %s", "购买%d个%s")
 t("Buy", "è´­ä¹°")
 t("Sell %d %s", "出售%d个%s")
@@ -448,8 +478,8 @@ section "game/engines/default/engine/dialogs/AudioOptions.lua"
 
 t("Audio Options", "音频设置")
 t("Enable audio", "启用声音")
-t("Music: ", "音乐: ")
-t("Effects: ", "音效: ")
+t("Music: ", "音乐:")
+t("Effects: ", "音效:")
 
 
 ------------------------------------------------
@@ -504,7 +534,7 @@ t("Yes", "是")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/Downloader.lua"
 
-t("Download: %s", "正在下载: %s")
+t("Download: %s", "正在下载:%s")
 t("Cancel", "取消")
 
 
@@ -531,10 +561,10 @@ When activated you will have access to special commands:
 ]], [[启动开发者模式?
 开发者模式是一种特殊的游戏模式,用于调试游戏和创建游戏插件。
 启用开发者模式时,所有读取的存档都会成为#CRIMSON#作弊状态#LAST#。
-在开发者模式下,你可以使用以下几种特殊指令: 
-- CTRL+L: 启动Lua控制台,可以让你探索和修改游戏物件,并执行任意Lua脚本……
-- CTRL+A: 启动调试目录,可以让你方便地进行各种操作(创建NPC,传送到地图,等等…)
-- CTRL+鼠标左键: 传送到点击的位置。
+在开发者模式下,你可以使用以下几种特殊指令:
+- CTRL+L:启动Lua控制台,可以让你探索和修改游戏物件,并执行任意Lua脚本……
+- CTRL+A:启动调试目录,可以让你方便地进行各种操作(创建NPC,传送到地图,等等…)
+- CTRL+鼠标左键:传送到点击的位置。
 ]])
 t("No", "否")
 t("Yes", "是")
@@ -643,7 +673,7 @@ If you are not currently connected to the internet, please report this bug when
 如果你现在无法连接到互联网,请你在可以联网的时候在 http://forums.te4.org/ 论坛上汇报这个错误。
 
 ]])
-t("What happened?: ", "发生了什么?: ")
+t("What happened?: ", "发生了什么?:")
 t("Send", "发送")
 t("Close", "关闭")
 t("Close All", "全部关闭")
@@ -718,19 +748,19 @@ t("Steam Cloud Purge", "清除Steam云存档")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/Talkbox.lua"
 
-t("Say: ", "说: ")
+t("Say: ", "说:")
 t("Accept", "接受")
 t("Cancel", "取消")
-t("Target: ", "目标: ")
-t("Channel: %s", "频道: %s")
-t("Friend: %s", "好友: %s")
-t("User: %s", "用户: %s")
+t("Target: ", "目标:")
+t("Channel: %s", "频道:%s")
+t("Friend: %s", "好友:%s")
+t("User: %s", "用户:%s")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/UseTalents.lua"
 
-t("Use Talents: ", "使用技能: ")
+t("Use Talents: ", "使用技能:")
 t([[You can bind a talent to a hotkey be pressing the corresponding hotkey while selecting a talent.
 Check out the keybinding screen in the game menu to bind hotkeys to a key (default is 1-0 plus control or shift).
 ]], [[你可以把技能绑定到一个快捷键。方法是选择一个技能,然后按下对应的快捷键。
@@ -745,7 +775,7 @@ t("Hotkey %s assigned", "键位 %s 已绑定")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/UserInfo.lua"
 
-t("User: %s", "用户: %s")
+t("User: %s", "用户:%s")
 t("Go to online profile", "前往在线用户档案")
 t("Go to online charsheet", "前往在线角色表")
 
@@ -812,7 +842,7 @@ This option allows for advanced effects (like water surfaces, ...). Disabling it
 这个选项可以激活一些高级的视频效果(例如水面效果……)。关闭它可以提升运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Advanced#WHITE##{normal}#", "#GOLD##{bold}#OpenGL着色器: 高级#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Advanced#WHITE##{normal}#", "#GOLD##{bold}#OpenGL着色器:高级#WHITE##{normal}#")
 t([[Activates distorting shaders.
 This option allows for distortion effects (like spell effects doing a visual distortion, ...). Disabling it can improve performance.
 
@@ -821,7 +851,7 @@ This option allows for distortion effects (like spell effects doing a visual dis
 关闭它可以提升运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Distortions#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器: 扭曲#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Distortions#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器:扭曲#WHITE##{normal}#")
 t([[Activates volumetric shaders.
 This option allows for volumetricion effects (like deep starfields). Enabling it will severely reduce performance when shaders are displayed.
 
@@ -829,7 +859,7 @@ This option allows for volumetricion effects (like deep starfields). Enabling it
 这个选项可以激活一些特殊的视频效果(例如星空特效)。开启它会显著降低运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Volumetric#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器: 体积着色器#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Volumetric#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器:体积着色器#WHITE##{normal}#")
 t([[Use the custom cursor.
 Disabling it will use your normal operating system cursor.#WHITE#]], [[使用自定义鼠标贴图。
 关闭这个选项将使用系统默认鼠标。#WHITE#]])
@@ -903,12 +933,12 @@ Thanks, and have fun!]], [[欢迎!
 那么,为什么要加入内购呢? 马基艾亚尔的传说是一款便宜/免费的游戏,也不需要会员订阅。它就像我的孩子一样;我非常爱它,并计划为之长久工作(从2009年开始我就一直这么干了!)。 但是,为了生存,我仍然需要在现实世界中取得必要的收入。
 
 目前,我提供了以下几种内购项:
-- #GOLD#时装#LAST#: 在目前游戏内已有的种族、物品时装外,你可以获得更多时装效果,让你看起来更靓!
-- #GOLD#氪金速死#LAST#: 已经不想玩这个角色了吗?用这个选项来迎接一个帅气的终结吧!
-- #GOLD#额外共享装备格#LAST#: 至少,捐赠者可以将所有无用的捐赠化为“有用”的额外在线共享装备格。
-- #GOLD#社区事件#LAST#: 服务器会自动触发部分在线事件,而你可以强制让服务器触发特定事件。当然,当前在线的所有玩家都会收到该事件!
+- #GOLD#时装#LAST#:在目前游戏内已有的种族、物品时装外,你可以获得更多时装效果,让你看起来更靓!
+- #GOLD#氪金速死#LAST#:已经不想玩这个角色了吗?用这个选项来迎接一个帅气的终结吧!
+- #GOLD#额外共享装备格#LAST#:至少,捐赠者可以将所有无用的捐赠化为“有用”的额外在线共享装备格。
+- #GOLD#社区事件#LAST#:服务器会自动触发部分在线事件,而你可以强制让服务器触发特定事件。当然,当前在线的所有玩家都会收到该事件!
 
-我希望这些能说服你,我并没有什么邪恶的想法(虽然我名为DarkGod!). 我不得不说,内购这种事情让我感觉很龌龊,即使上面这些选项都不影响游戏内容,但为了游戏的未来,我必须想尽办法。
+我希望这些能说服你,我并没有什么邪恶的想法(虽然我名为DarkGod)。 我不得不说,内购这种事情让我感觉很龌龊,即使上面这些选项都不影响游戏内容,但为了游戏的未来,我必须想尽办法。
 感谢你看到这里,去享受游戏吧!]])
 
 
@@ -919,7 +949,7 @@ t("#{italic}##UMBER#Bonus vault slots from this order: #ROYAL_BLUE#%d#{normal}#"
 t([[For every purchase of #{italic}##GREY#%s#LAST##{normal}# you gain a permanent additional vault slot.
 #GOLD##{italic}#Because why not!#{normal}#]], [[每次购买 #{italic}##GREY#%s#LAST##{normal}#,你都会获得额外一个在线共享装备格。
 #GOLD##{italic}#为什么不呢!#{normal}#]])
-t("#{italic}##UMBER#Voratun Coins available from your donations: #ROYAL_BLUE#%d#{normal}#", "#{italic}##UMBER#可用沃瑞坦硬币数: #ROYAL_BLUE#%d#{normal}#")
+t("#{italic}##UMBER#Voratun Coins available from your donations: #ROYAL_BLUE#%d#{normal}#", "#{italic}##UMBER#可用沃瑞坦硬币数:#ROYAL_BLUE#%d#{normal}#")
 t([[For every donations you've ever made you have earned voratun coins. These can be spent purchasing expansions or options on the online store. This is the amount you have left, if your purchase total is below this number you'll instantly get your purchase validated, if not you'll need to donate some more first.
 #GOLD##{italic}#Thanks for your support, every little bit helps the game survive for years on!#{normal}#]], [[每次捐赠,你都会获得一定数额的沃瑞坦硬币,可以用于购买扩展Dlc或者在线商店的商品。这是你当前可用的硬币,如果购买价格在这以下,你可以立刻获得商品,否则你需要进行更多的捐赠。
 #GOLD##{italic}#感谢你的支持,每一分钱都让这游戏更加持久!#{normal}#]])
@@ -931,9 +961,10 @@ t("You need to be logged in before using the store. Please go back to the main m
 t("Steam users need to link their profiles to their steam account. This is very easy in just a few clicks. Once this is done, simply restart the game.", "Steam用户需要将游戏账号和Steam账号绑定。这非常简单,只需要数次点击,完成后重启游戏即可。")
 t("Let's do it! (Opens in your browser)", "开始吧! (在浏览器中打开)")
 t("The Online Store (and expansions) are only purchasable by players that bought the game. Plaese go have a look at the donation page for more explanations.", "在线商店(和扩展Dlc)只对购买过游戏本体的玩家开放。详情请查看捐赠页面。")
-t("%d coins", "%d 币")
+t("%0.2f %s", "%0.2f%s")
+t("%d coins", "%d币")
 t("#{bold}#TOTAL#{normal}#", "#{bold}#总量#{normal}#")
-t("  (%d items in cart, %s)", "  (购物车中有 %d 件物品, %s)")
+t("  (%d items in cart, %s)", "  (购物车中有%d件物品, %s)")
 t("Cart", "购物车")
 t("Cart is empty!", "购物车是空的!")
 t([[In-game browser is inoperant or disabled, impossible to auto-install shimmer pack.
@@ -944,7 +975,7 @@ t([[Could not dynamically link addon to current character, maybe the installatio
 You can fix that by manually downloading the shimmer addon from https://te4.org/ and placing it in game/addons/ folder.]], [[无法自动将插件链接至当前角色,可能安装失败了。
 你可以在 https://te4.org/ 手动下载时装插件并放置于 game/addons/ 目录下来解决这个问题。]])
 t("Downloading cosmetic pack: #LIGHT_GREEN#%s", "时装包下载中: #LIGHT_GREEN#%s")
-t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: The pack should be downloading or even finished by now.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}# :时装包安装剩余时间:")
+t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: The pack should be downloading or even finished by now.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}# :时装包安装剩余时间:")
 t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: You can now trigger it whenever you are ready.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: 准备好的时候就可以触发它。")
 t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: Your available vault space has increased.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: 你可用的在线共享装备空间增加了。")
 t([[Payment accepted.
@@ -965,19 +996,19 @@ t("Payment", "付款")
 t("Payment refused, you have not been billed.", "付款被拒绝,你未能成功付款。")
 t([[#{bold}##GOLD#Community Online Event#WHITE##{normal}#: Once you have purchased a community event you will be able to trigger it at any later date, on whichever character you choose.
 Community events once triggered will activate for #{bold}#every player currently logged on#{normal}# including yourself. Every player receiving it will know you sent it and thus that you are to thank for it.
-To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#社区在线事件#WHITE##{normal}#: 成功购买一次社区事件后,你可以在任何时间、任何角色上触发。
+To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#社区在线事件#WHITE##{normal}#:成功购买一次社区事件后,你可以在任何时间、任何角色上触发。
 社区事件对 #{bold}#当前所有在线角色#{normal}# 生效,所有收到这次事件的玩家将知晓你的名字,并因此而感激你。
 你需要将在线事件选项设置为“全部”才能激活这个效果,注意,默认值即为“全部”。
 To activate it you will need to have your online events option set to "all" (which is the default value).]])
 t([[#{bold}##GOLD#Event#WHITE##{normal}#: Once you have purchased an event you will be able to trigger it at any later date, on whichever character you choose.
-To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#Event#WHITE##{normal}#: 成功购买一次事件后,你可以在任何时间、任何角色上触发。
+To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#Event#WHITE##{normal}#:成功购买一次事件后,你可以在任何时间、任何角色上触发。
 你需要将在线事件选项设置为“全部”才能激活这个效果,注意,默认值即为“全部”。]])
-t("#{bold}##GOLD#Non Immediate#WHITE##{normal}#: This events adds new content that you have to find by exploration. If you die before finding it, there can be no refunds.", "#{bold}##GOLD#非即时#WHITE##{normal}#: 该事件为你后续游戏进程增加了部分内容。即使你在接触到新增内容前就死去也无法退款。")
-t("#{bold}##GOLD#Once per Character#WHITE##{normal}#: This event can only be received #{bold}#once per character#{normal}#. Usualy because it adds a new zone or effect to the game that would not make sense to duplicate.", "#{bold}##GOLD#每角色限一次#WHITE##{normal}#: 这个事件 #{bold}#每名角色只能接收一次#{normal}#. 通常是因为它添加了新地城或者其他游戏内不能重复添加的效果。")
+t("#{bold}##GOLD#Non Immediate#WHITE##{normal}#: This events adds new content that you have to find by exploration. If you die before finding it, there can be no refunds.", "#{bold}##GOLD#非即时#WHITE##{normal}#:该事件为你后续游戏进程增加了部分内容。即使你在接触到新增内容前就死去也无法退款。")
+t("#{bold}##GOLD#Once per Character#WHITE##{normal}#: This event can only be received #{bold}#once per character#{normal}#. Usualy because it adds a new zone or effect to the game that would not make sense to duplicate.", "#{bold}##GOLD#每角色限一次#WHITE##{normal}#:这个事件 #{bold}#每名角色只能接收一次#{normal}#. 通常是因为它添加了新地城或者其他游戏内不能重复添加的效果。")
 t([[#{bold}##GOLD#Shimmer Pack#WHITE##{normal}#: Once purchased the game will automatically install the shimmer pack to your game and enable it for your current character too (you will still need to use the Mirror of Reflection to switch them on).
-#LIGHT_GREEN#Bonus perk:#LAST# purchasing any shimmer pack will also give your characters a portable Mirror of Reflection to be able to change your appearance anywhere, anytime!]], [[#{bold}##GOLD#时装包#WHITE##{normal}#: 购买后游戏会自动安装时装包,同时为当前角色自动开启。仍然需要使用反射之镜来切换。
+#LIGHT_GREEN#Bonus perk:#LAST# purchasing any shimmer pack will also give your characters a portable Mirror of Reflection to be able to change your appearance anywhere, anytime!]], [[#{bold}##GOLD#时装包#WHITE##{normal}#:购买后游戏会自动安装时装包,同时为当前角色自动开启。仍然需要使用反射之镜来切换。
 #LIGHT_GREEN#额外特效:#LAST# 购买任何时装包后,你的角色自动获得便携式反射之镜,可以随时随地切换时装!]])
-t("#{bold}##GOLD#Vault Space#WHITE##{normal}#: Once purchased your vault space is permanently increased.", "#{bold}##GOLD#Vault Space#WHITE##{normal}#: 购买后,你的共享仓库大小会永久增加。")
+t("#{bold}##GOLD#Vault Space#WHITE##{normal}#: Once purchased your vault space is permanently increased.", "#{bold}##GOLD#Vault Space#WHITE##{normal}#:购买后,你的共享仓库大小会永久增加。")
 t("Online Store", "在线商城")
 
 
@@ -1001,7 +1032,7 @@ t("This pack is already installed and in use for your character.", "这个包已
 t("You are about to use a charge of this option. You currently have %d charges remaining.", "你准备使用这个选项,消耗一次使用次数。你还有 %d 次使用次数。")
 t("Please wait while contacting the server...", "请稍候,正在与服务器进行通信")
 t("The option has been activated.", "选项已激活。")
-t("There was an error from the server: %s", "服务器发生错误:  %s")
+t("There was an error from the server: %s", "服务器发生错误: %s")
 t("#LIGHT_GREEN#Installed", "#LIGHT_GREEN#已安装")
 t("#YELLOW#Installable", "#YELLOW#可以安装")
 t("Online Store", "在线商城")
@@ -1011,25 +1042,25 @@ t("You have not purchased any usable options yet. Would you like to see the stor
 ------------------------------------------------
 section "game/engines/default/engine/interface/ActorInventory.lua"
 
-t("%s picks up (%s.): %s%s.", "%s 拾取了( %s ):%s%s")
-t("%s has no room for: %s.", "%s 没有空间放置:%s。")
+t("%s picks up (%s.): %s%s.", "%s拾取了(%s):%s%s")
+t("%s has no room for: %s.", "%s没有空间放置:%s。")
 t("There is nothing to pick up here.", "没什么可以拾取的东西。")
 t("There is nothing to drop.", "没东西可以丢弃。")
-t("%s drops on the floor: %s.", "%s 把 %s 丢在了地上。")
+t("%s drops on the floor: %s.", "%s把%s丢在了地上。")
 t("wrong equipment slot", "无法在该在该装备栏装备")
 t("not enough stat", "属性值不足")
-t("missing %s (level %s )", "缺少 %s (等级 %s )")
-t("missing %s", "缺少 %s")
+t("missing %s (level %s )", "缺少%s(等级%s )")
+t("missing %s", "缺少%s")
 t("not enough levels", "等级不足")
 t("missing dependency", "未满足装备条件")
 t("cannot use currently due to an other worn object", "由于目前穿戴的其他装备,无法装备此物品")
-t("%s is not wearable.", "%s 无法装备。")
-t("%s can not wear %s.", "%s 不能装备 %s。")
+t("%s is not wearable.", "%s无法装备。")
+t("%s can not wear %s.", "%s不能装备%s。")
 t("%s wears: %s.", "%s 装备了: %s")
-t("%s wears (offslot): %s.", "%s 副手装备了: %s")
-t("%s can not wear (%s): %s (%s).", "%s 无法%s装备: %s ( %s )")
-t("%s wears (replacing %s): %s.", "%s 装备(替换 %s)了: %s")
-t("%s can not wear: %s.", "%s 不能装备: %s。")
+t("%s wears (offslot): %s.", "%s副手装备了: %s")
+t("%s can not wear (%s): %s (%s).", "%s无法%s装备:%s(%s)")
+t("%s wears (replacing %s): %s.", "%s装备(替换%s)了: %s")
+t("%s can not wear: %s.", "%s不能装备%s。")
 
 
 ------------------------------------------------
@@ -1037,29 +1068,35 @@ section "game/engines/default/engine/interface/ActorLife.lua"
 
 t("#{bold}#%s killed %s!#{normal}#", "#{bold}#%s杀死了%s!#{normal}#")
 t("something", "某物")
-t("%s attacks %s.", "%s 攻击了 %s.")
+t("%s attacks %s.", "%s攻击了%s.")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/interface/ActorTalents.lua"
 
-t("%s is still on cooldown for %d turns.", "%s 还有 %d 回合才能冷却。")
+t("%s is still on cooldown for %d turns.", "%s还有%d回合才能冷却。")
 t("Talent Use Confirmation", "技能使用确认")
-t("Use %s?", "使用 %s?")
+t("Use %s?", "使用%s?")
 t("Cancel", "取消")
 t("Continue", "继续")
 t("unknown", "未知")
-t("%s %s %s.", "%s %s %s。")
+t("%s %s %s.", "%s%s%s。")
 t("activates", "启用了")
 t("deactivates", "关闭了")
-t("%s uses %s.", "%s 使用了 %s 。")
+t("%s uses %s.", "%s使用了%s。")
+t("not enough stat: %s", "属性点不足: %s")
+t("not enough levels", "等级不足")
+t("missing dependency", "未满足装备条件")
+t("is not %s", "不是%s")
+t("unknown talent type", "未知的技能类型")
+t("not enough talents of this type known", "技能树中已学习技能不足")
 t("- Talent category known", "- 技能树已学会")
-t("- Lower talents of the same category: %d", "- 技能树中已学技能数:  %d")
+t("- Lower talents of the same category: %d", "- 技能树中已学技能数:%d")
 t("- Level %d", "- 等级 %d")
-t("- Talent %s (not known)", "- 技能 %s (未学习)")
-t("- Talent %s (%d)", "- 技能 %s (%d)")
-t("- Talent %s", "- 技能 %s")
-t("- Is %s", "- 是 %s")
+t("- Talent %s (not known)", "- 技能%s(未学习)")
+t("- Talent %s (%d)", "- 技能%s(%d)")
+t("- Talent %s", "- 技能%s")
+t("- Is %s", "- 是%s")
 
 
 ------------------------------------------------
@@ -1078,8 +1115,8 @@ section "game/engines/default/engine/interface/ObjectActivable.lua"
 
 t("It can be used to %s, with %d charges out of %d.", "可以用于 %s ,消耗 %d 充能,总计 %d。")
 t("It can be used to %s, costing %d power out of %d/%d.", "可以用于 %s, 消耗 %d 充能,总计 %d/%d 。")
-t("It can be used to activate talent: %s (level %d).", "可以用于激活技能:  %s (等级 %d)。")
-t("It can be used to activate talent: %s (level %d), costing %d power out of %d/%d.", "可以用于激活技能:  %s (等级 %d),消耗 %d 充能,总计 %d/%d 。")
+t("It can be used to activate talent: %s (level %d).", "可以用于激活技能: %s (等级 %d)。")
+t("It can be used to activate talent: %s (level %d), costing %d power out of %d/%d.", "可以用于激活技能: %s (等级 %d),消耗 %d 充能,总计 %d/%d 。")
 t("%s is still recharging.", "%s 还在充能。")
 t("%s can not be used anymore.", "%s 无法再继续使用了。")
 
@@ -1115,7 +1152,7 @@ t("rested", "休息了")
 t("%s...", "%s中...")
 t("You are %s, press Enter to stop.", "你正在%s,请按回车键停止。")
 t("%s starts...", "%s开始了...")
-t("%s for %d turns (stop reason: %s).", "%s%d回合 (停止原因: %s)。")
+t("%s for %d turns (stop reason: %s).", "%s%d回合 (停止原因:%s)。")
 t("%s for %d turns.", "%s%d回合。")
 
 
@@ -1130,16 +1167,18 @@ t("didn't move", "没有移动")
 t("trap spotted", "发现陷阱")
 t("terrain change on the left", "左侧地形变化")
 t("terrain change on the right", "右侧地形变化")
-t("Ran for %d turns (stop reason: %s).", "自动探索了%d回合(中断原因: %s)")
+t("at %s", "在 %s")
+t("Ran for %d turns (stop reason: %s).", "自动探索了%d回合(中断原因:%s)")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/interface/WorldAchievements.lua"
 
-t("#%s#Personal New Achievement: %s!", "#%s#个人新成就: %s!")
-t("Personal New Achievement: #%s#%s", "个人新成就:  #%s#%s")
-t("#%s#New Achievement: %s!", "#%s#新成就: %s!")
-t("New Achievement: #%s#%s", "新成就:  #%s#%s")
+t("#%s#Personal New Achievement: %s!", "#%s#个人新成就:%s!")
+t("Personal New Achievement: #%s#%s", "个人新成就: #%s#%s")
+t("#%s#New Achievement: %s!", "#%s#新成就:%s!")
+t("New Achievement: #%s#%s", "新成就: #%s#%s")
+t("New Achievement", "新成就")
 
 
 ------------------------------------------------
@@ -1164,11 +1203,11 @@ t("Enc.", "负重")
 ------------------------------------------------
 section "game/engines/default/engine/ui/WebView.lua"
 
-t("Download: ", "下载: ")
+t("Download: ", "下载:")
 t("Cancel", "取消")
-t("Are you sure you want to install this addon: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?", "你确认要安装这个插件吗:  #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
+t("Are you sure you want to install this addon: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?", "你确认要安装这个插件吗: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
 t("Confirm addon install/update", "确认插件安装/更新")
-t("Are you sure you want to install this module: #LIGHT_GREEN##{bold}#%s#{normal}##LAST#?", "你确认要安装这个模组吗:  #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
+t("Are you sure you want to install this module: #LIGHT_GREEN##{bold}#%s#{normal}##LAST#?", "你确认要安装这个模组吗: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
 t("Confirm module install/update", "确认模组安装/更新")
 t("Addon installation successful. New addons are only active for new characters.", "插件安装成功。新的插件只会在新的游戏角色生效。")
 t("Addon installed!", "墨子安装完成!")
@@ -1179,6 +1218,10 @@ t("Game installed!", "游戏安装完成!")
 ------------------------------------------------
 section "game/engines/default/engine/utils.lua"
 
+t("%dth", "%d")
+t("%dst", "%d")
+t("%dnd", "%d")
+t("%drd", "%d")
 t("an ", "一个")
 t("a ", "一个")
 t("she", "她")
@@ -1244,12 +1287,13 @@ Check out the following folder on your computer:
 ]], [[糟糕!好像你安装了多份同一个插件/DLC。
 这种情况不被支持的,会引发很多BUG。请你移除掉多余的文件。
 
-插件名称:  #YELLOW#%s#LAST#
+插件名称: #YELLOW#%s#LAST#
 
-请你检查你电脑里的以下文件夹: 
+请你检查你电脑里的以下文件夹:
 %s
 %s
 ]])
+t("Updating addon: #LIGHT_GREEN#%s", "正在更新插件: #LIGHT_GREEN#%s")
 t("Really exit T-Engine/ToME?", "真的要退出 T-Engine/马基·埃亚尔的传说")
 t("Continue", "继续")
 t("Quit", "退出")
@@ -1271,7 +1315,7 @@ This is all optional, you are not forced to use this feature at all, but the dev
 
 在你开始尝试这个游戏里无数有趣的死法之前,我们想问你一下有关在线游戏的事情。
 
-马基·埃亚尔的传说是一个#{bold}#单人游戏#{normal}#,但也提供了丰富的在线功能,可以增强你的游戏体验,并让你和游戏社区建立联系: 
+马基·埃亚尔的传说是一个#{bold}#单人游戏#{normal}#,但也提供了丰富的在线功能,可以增强你的游戏体验,并让你和游戏社区建立联系:
 * 在多台电脑上游玩,而不需要复制游戏解锁和成就。
 * 与其他玩家在游戏内聊天,寻求建议,分享难忘的时刻…
 * 记录你的击杀数量,死亡次数,以及最喜欢的职业…
@@ -1292,7 +1336,7 @@ t("Registering...", "正在注册")
 t("Logged in!", "登陆成功!")
 t("Profile created!", "账户创建成功!")
 t("Your online profile is now active. Have fun!", "你的在线账户已可用。玩得开心!")
-t("Creation failed: ", "创建失败: ")
+t("Creation failed: ", "创建失败:")
 t("Profile creation failed!", "账户创建失败!")
 t("Try again in in a few moments, or try online at https://te4.org/", "请过几分钟后再试,或在 https://te4.org/ 网站上注册")
 
@@ -1300,6 +1344,7 @@ t("Try again in in a few moments, or try online at https://te4.org/", "请过几
 ------------------------------------------------
 section "game/engines/default/modules/boot/class/Player.lua"
 
+t("%s available", "%s可用")
 t("#00ff00#Talent %s is ready to use.", "#00ff00#技能%s已经可以使用了。")
 t("LEVEL UP!", "升级了!")
 
@@ -1312,6 +1357,12 @@ t("Destroyer", "毁灭者")
 t("Acid-maniac", "狂酸使")
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/data/damage_types.lua"
+
+t("Kill!", "击杀!")
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/data/general/grids/basic.lua"
 
@@ -1425,11 +1476,11 @@ t("Version", "版本")
 t("Addon", "插件")
 t("Active", "启动")
 t("#GREY#Developer tool", "#GREY#开发者工具")
-t("#LIGHT_RED#Donator Status: Disabled", "#LIGHT_RED#捐赠者状态: 禁用")
-t("#LIGHT_GREEN#Manual: Active", "#LIGHT_GREEN#手动: 启动")
-t("#LIGHT_RED#Manual: Disabled", "#LIGHT_RED#手动: 禁用")
-t("#LIGHT_GREEN#Auto: Active", "#LIGHT_GREEN#自动: 启动")
-t("#LIGHT_RED#Auto: Incompatible", "#LIGHT_RED#自动: 不兼容")
+t("#LIGHT_RED#Donator Status: Disabled", "#LIGHT_RED#捐赠者状态:禁用")
+t("#LIGHT_GREEN#Manual: Active", "#LIGHT_GREEN#手动:启动")
+t("#LIGHT_RED#Manual: Disabled", "#LIGHT_RED#手动:禁用")
+t("#LIGHT_GREEN#Auto: Active", "#LIGHT_GREEN#自动:启动")
+t("#LIGHT_RED#Auto: Incompatible", "#LIGHT_RED#自动:不兼容")
 t("Addon Version", "插件版本")
 t("Game Version", "游戏版本")
 
@@ -1477,17 +1528,17 @@ This includes, but is not limited to:
 
 If you disable this option you can always re-activate it in the Online category of the Game Options menu later on.]], [[即将禁止所有网络请求
 包括但不仅限于:
-- 用户信息: 不能登录或者注册。
-- 角色备份: 不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
-- 物品仓库: 不能访问你的在线物品仓库(包括存入和取回)。
-- 游戏内聊天: 聊天要联网, 谢谢。
-- 氪金福利: 联网才能获取你的氪金状态。
-- 扩展包&DLC: 和氪金状态一样, 无法获取DLC的购买状态。
-- 便捷的插件安装: 无法在游戏内看见插件列表, 但是你还可以手动安装插件。
-- 插件版本更新: 无法更新插件的版本。
-- Steam: 无法使用Steam相关的任何功能。
-- Discord: 无法同步到Discord的实时状态。
-- 游戏内新闻: 主菜单将不再显示新闻。
+- 用户信息:不能登录或者注册。
+- 角色备份:不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
+- 物品仓库:不能访问你的在线物品仓库(包括存入和取回)。
+- 游戏内聊天:聊天要联网, 谢谢。
+- 氪金福利:联网才能获取你的氪金状态。
+- 扩展包&DLC:和氪金状态一样, 无法获取DLC的购买状态。
+- 便捷的插件安装:无法在游戏内看见插件列表, 但是你还可以手动安装插件。
+- 插件版本更新:无法更新插件的版本。
+- Steam:无法使用Steam相关的任何功能。
+- Discord:无法同步到Discord的实时状态。
+- 游戏内新闻:主菜单将不再显示新闻。
 注意这个设置只影响游戏本身。如果你使用游戏启动器,它的唯一目的就是确保游戏是最新的,因此它仍然会连接网络。
 如果你不想这样,直接运行游戏即可。启动器#{bold}#只#{normal}#是用来更新游戏的。
 
@@ -1505,14 +1556,13 @@ t("Load Game", "读取游戏")
 t("Show older versions", "显示旧版本")
 t("Ignore unloadable addons", "忽略无法读取的插件")
 t("  Play!  ", "  游玩!  ")
-t("Delete", "删除")
 t([[#{bold}##GOLD#%s: %s#WHITE##{normal}#
 Game version: %d.%d.%d
 Requires addons: %s
 
-%s]], [[#{bold}##GOLD#%s: %s#WHITE##{normal}#
-游戏版本:  %d.%d.%d
-需要的插件:  %s
+%s]], [[#{bold}##GOLD#%s:%s#WHITE##{normal}#
+游戏版本: %d.%d.%d
+需要的插件: %s
 
 %s]])
 t("You can simply grab an older version of the game from where you downloaded it.", "你可以在下载这个游戏的地方,下载到这个游戏的旧版本。")
@@ -1522,14 +1572,15 @@ t([[This savefile was created with game version %s. You can try loading it with
 %s]], [[这个存档是游戏版本 %s 创建的。如果你愿意,你可以尝试使用当前版本强制读档,但是建议你使用旧版本游戏进行游玩,来确保兼容性。
 %s]])
 t("Run with newer version", "运行新版本")
-t("#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?", "#LIGHT_RED#警告:  #LAST#在开发者模式下读取一个存档将会不可逆地将其标记为作弊存档。确定吗?")
+t("#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?", "#LIGHT_RED#警告: #LAST#在开发者模式下读取一个存档将会不可逆地将其标记为作弊存档。确定吗?")
 t("Developer Mode", "开发者模式")
-t("Cancel", "取消")
 t("Load anyway", "仍然读档")
 t("Delete savefile", "删除存档")
 t("Really delete #{bold}##GOLD#%s#WHITE##{normal}#", "真的要删除#{bold}##GOLD#%s#WHITE##{normal}#吗")
+t("Cancel", "取消")
+t("Delete", "删除")
 t("No data available for this game version.", "没有当前游戏版本的数据。")
-t("Downloading old game data: #LIGHT_GREEN#", "正在下载旧版游戏数据:  #LIGHT_GREEN#")
+t("Downloading old game data: #LIGHT_GREEN#", "正在下载旧版游戏数据: #LIGHT_GREEN#")
 t("Old game data for %s correctly installed. You can now play.", " %s 的旧版游戏数据已经安装成功了。你可以现在游玩了。")
 t("Failed to install.", "安装失败。")
 t("Old game data", "旧版游戏数据")
@@ -1548,7 +1599,7 @@ t("Credits", "制作人员名单")
 t("Exit", "退出")
 t("Reboot", "重启游戏")
 t("Disable animated background", "关闭动态背景")
-t("#{bold}##B9E100#T-Engine4 version: %d.%d.%d", "#{bold}##B9E100#T-Engine4 版本: %d.%d.%d")
+t("#{bold}##B9E100#T-Engine4 version: %d.%d.%d", "#{bold}##B9E100#T-Engine4 版本:%d.%d.%d")
 t([[#{bold}##GOLD#Ashes of Urh'Rok - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#Many in Maj'Eyal have heard of "demons", sadistic creatures who appear seemingly from nowhere, leaving a trail of suffering and destruction wherever they go.#{normal}##LAST#
 
@@ -1562,9 +1613,9 @@ t([[#{bold}##GOLD#Ashes of Urh'Rok - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#很多马基埃亚尔的居民都曾经听说过“恶魔”的名字,它们是一群似乎凭空出现的暴虐生物,无论走到哪里都会带来痛苦和毁灭。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#新职业: #WHITE# 毁灭使者。 他们是恶魔毁灭力量的化身,手拿双手武器加入战斗,将敌人化为一片火海。他们的手中掌握着火焰的魔法和恶魔的力量,在与势不可挡的敌人战斗中寻求欢愉。
-#LIGHT_UMBER#新职业: #WHITE# 恶魔学者。 这些近战施法者手拿盾牌,掌握魔法大爆炸本身的力量的魔法,可以在倒下的敌人的身上终止恶魔种子。将这些恶魔种子附魔到你的物品里,可以获得各种全新的技能和被动的能力,并召唤种子里的恶魔来加入战斗!
-#LIGHT_UMBER#新种族: #WHITE# 魔化精灵。 那些被恶魔的力量所改变的永恒精灵,他们的种族能力被腐化成了黑暗的形态。
+#LIGHT_UMBER#新职业:#WHITE# 毁灭使者。 他们是恶魔毁灭力量的化身,手拿双手武器加入战斗,将敌人化为一片火海。他们的手中掌握着火焰的魔法和恶魔的力量,在与势不可挡的敌人战斗中寻求欢愉。
+#LIGHT_UMBER#新职业:#WHITE# 恶魔学者。 这些近战施法者手拿盾牌,掌握魔法大爆炸本身的力量的魔法,可以在倒下的敌人的身上终止恶魔种子。将这些恶魔种子附魔到你的物品里,可以获得各种全新的技能和被动的能力,并召唤种子里的恶魔来加入战斗!
+#LIGHT_UMBER#新种族:#WHITE# 魔化精灵。 那些被恶魔的力量所改变的永恒精灵,他们的种族能力被腐化成了黑暗的形态。
 #LIGHT_UMBER#更多新神器、新手札、新地图、新事件……#WHITE# 体验恶魔的欢愉吧!
 
 ]])
@@ -1583,11 +1634,11 @@ t([[#{bold}##GOLD#Embers of Rage - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#自从被兽人成为“西方灾星”的那个人,孤身一人粉碎了格鲁希纳克、沃尔、加伯特和拉克肖四大部落之后,已经过了一年的时间。联合王国现在已经通过远古传送门,和他们失落已久的盟友太阳堡垒建立了联系,帮助他们征服了瓦·埃亚尔大陆的近乎全境。被战火蹂躏的兽人部落的少数残余,现在都被联军关押在监狱里……但是,还有一个部落存活了下来。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#全新战役: #WHITE# 这场战役在主游戏战役以后,决定兽人部落的最终命运。探索全新的远东大陆吧!
-#LIGHT_UMBER#全新职业: #WHITE# 链锯屠夫,枪手,念力射手,歼灭者和科技法师。掌握蒸汽的力量,驱动致命的装置,用钢铁洪流粉碎那些胆敢反抗部落的人吧!
-#LIGHT_UMBER#全新种族: #WHITE# 兽人,雪人,白蹄。了解兽人和他们那些奇特的“盟友”,团结起来,将兽人一族从“西方灾星”带来的灾难中拯救出来。
-#LIGHT_UMBER#插件系统: #WHITE# 合成强大的插件,用于强化你的物品。包括给你的靴子安装火箭,给你的手套安装抓取系统,乃至许多更多的插件。
-#LIGHT_UMBER#药膏系统: #WHITE# 在插件系统中,合成强大的医疗药膏,用于注入你的皮肤,替代就有的纹身和符文系统。
+#LIGHT_UMBER#全新战役:#WHITE# 这场战役在主游戏战役以后,决定兽人部落的最终命运。探索全新的远东大陆吧!
+#LIGHT_UMBER#全新职业:#WHITE# 链锯屠夫,枪手,念力射手,歼灭者和科技法师。掌握蒸汽的力量,驱动致命的装置,用钢铁洪流粉碎那些胆敢反抗部落的人吧!
+#LIGHT_UMBER#全新种族:#WHITE# 兽人,雪人,白蹄。了解兽人和他们那些奇特的“盟友”,团结起来,将兽人一族从“西方灾星”带来的灾难中拯救出来。
+#LIGHT_UMBER#插件系统:#WHITE# 合成强大的插件,用于强化你的物品。包括给你的靴子安装火箭,给你的手套安装抓取系统,乃至许多更多的插件。
+#LIGHT_UMBER#药膏系统:#WHITE# 在插件系统中,合成强大的医疗药膏,用于注入你的皮肤,替代就有的纹身和符文系统。
 #LIGHT_UMBER#大量#WHITE# 全新神器、手札、地图和事件!
 
 ]])
@@ -1608,22 +1659,22 @@ t([[#{bold}##GOLD#Forgotten Cults - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#不是所有的冒险者都在寻求财富,也不是所有保卫世界的人都心存善念。最近,恐魔在大陆上出现的次数急剧增加。不断有人在偏僻的小路上失踪,有时几年后才被人发现,身体却遭受了恐怖的变异,进入了疯狂之中,也有时候再也无法寻到踪迹。很明显,在马基·埃亚尔的大地深处,有某种东西正在暗中活动。那种东西——就是你。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#新职业: #WHITE# 苦痛者。 它们被赋予了腐化的力量,最终将自己的身体转化成了恐魔。它们可以召唤恐魔在战斗中协助自己,撕裂你的皮肤,融化你的脸庞,作为攻击敌人的武器。当你的手臂也被转化成触手之后,还有什么敌人能阻挡你呢?
-#LIGHT_UMBER#新职业: #WHITE# 熵教徒。 这种法师职业使用疯狂的能力,掌控了熵的力量,颠覆了传统的物理定律。它们可以将治疗转换成伤害,并召唤虚空的力量,将敌人粉碎为尘土。
-#LIGHT_UMBER#新种族: #WHITE# 德瑞姆。 他们是矮人的一支腐化分支,但是因为某种原因,保持了一定程度的理性,而没有完全孵化成为没有意识的恐魔。他们可以进入狂热状态,并学会召唤恐魔。
-#LIGHT_UMBER#新种族: #WHITE# 克罗格。 他们是一群被本来应当杀死他们的一群人转化的食人魔。他们强大的攻击可以震慑敌人,并且他们强壮的力量可以双持任何单手武器。
-#LIGHT_UMBER#大量全新地图: #WHITE# 探索瘟疫之穴,在一只巨大蠕虫的身体内杀出一条血路(不要问我你是怎么*进来*的),探索神秘的出口,以及更多奇异的,充满触手的地图!
-#LIGHT_UMBER#新的恐魔: #WHITE# 你喜欢灼眼恐魔吗?你一定会喜欢上灼热恐魔的!还有以太蠕虫,还有熵之碎片,还有其他更多怪物!
+#LIGHT_UMBER#新职业:#WHITE# 苦痛者。 它们被赋予了腐化的力量,最终将自己的身体转化成了恐魔。它们可以召唤恐魔在战斗中协助自己,撕裂你的皮肤,融化你的脸庞,作为攻击敌人的武器。当你的手臂也被转化成触手之后,还有什么敌人能阻挡你呢?
+#LIGHT_UMBER#新职业:#WHITE# 熵教徒。 这种法师职业使用疯狂的能力,掌控了熵的力量,颠覆了传统的物理定律。它们可以将治疗转换成伤害,并召唤虚空的力量,将敌人粉碎为尘土。
+#LIGHT_UMBER#新种族:#WHITE# 德瑞姆。 他们是矮人的一支腐化分支,但是因为某种原因,保持了一定程度的理性,而没有完全孵化成为没有意识的恐魔。他们可以进入狂热状态,并学会召唤恐魔。
+#LIGHT_UMBER#新种族:#WHITE# 克罗格。 他们是一群被本来应当杀死他们的一群人转化的食人魔。他们强大的攻击可以震慑敌人,并且他们强壮的力量可以双持任何单手武器。
+#LIGHT_UMBER#大量全新地图:#WHITE# 探索瘟疫之穴,在一只巨大蠕虫的身体内杀出一条血路(不要问我你是怎么*进来*的),探索神秘的出口,以及更多奇异的,充满触手的地图!
+#LIGHT_UMBER#新的恐魔:#WHITE# 你喜欢灼眼恐魔吗?你一定会喜欢上灼热恐魔的!还有以太蠕虫,还有熵之碎片,还有其他更多怪物!
 #LIGHT_UMBER#厌倦了你自己的头?#WHITE#  把它换成一个悠闲的寄生兽吧!
 #LIGHT_UMBER#大量#WHITE# 全新神器、手札、事件……
 
 ]])
 t("#LIGHT_GREEN#Installed", "#LIGHT_GREEN#已安装")
-t("#YELLOW#Not installed - Click to download / purchase", "#YELLOW#未安装 - 点击下载 / 购买")
+t("#YELLOW#Not installed - Click to download / purchase", "#YELLOW#未安装 - 点击下载/购买")
 t("Login", "登录")
 t("Register", "注册")
-t("Username: ", "用户名: ")
-t("Password: ", "密码: ")
+t("Username: ", "用户名:")
+t("Password: ", "密码:")
 t("#GOLD#Online Profile", "#GOLD#在线账户")
 t("Login with Steam", "使用Steam登录")
 t("#GOLD#Online Profile#WHITE#", "#GOLD#在线账户#WHITE#")
@@ -1674,9 +1725,9 @@ section "game/engines/default/modules/boot/dialogs/ProfileLogin.lua"
 
 t("Online profile ", "在线账户")
 t("Login", "登录")
-t("Password again: ", "重复密码: ")
-t("Username: ", "用户名: ")
-t("Password: ", "密码: ")
+t("Password again: ", "重复密码:")
+t("Username: ", "用户名:")
+t("Password: ", "密码:")
 t("Email: ", "邮箱")
 t("Accept to receive #{bold}#very infrequent#{normal}# (a few per year) mails about important game events from us.", "允许我们#{bold}#偶尔#{normal}#向你发送有关游戏重要新闻的邮件(每年最多只会有几封)")
 t("You at least 16 years old, or have parental authorization to play the game.", "游玩此游戏时你已年满16岁,或已得到了家长的许可。")
@@ -1703,9 +1754,9 @@ To enjoy all the features the game has to offer it is #{bold}#highly#{normal}# r
 Luckily this is very easy to do: you only require a profile name and optionally an email (we send very few email, maybe two a year at most).
 ]], [[欢迎来到#GOLD#马基·埃亚尔的传说#LAST#.
 为了享受游戏的全部功能,我们#{bold}#强烈#{normal}#推荐你注册你的Steam账户。
-幸运的是,这是容易的:你只需要提供你的Steam用户名,也可以提供你的邮箱。(我们基本上不会给你发送邮件,每年最多发送一两分钟)
+幸运的是,这非常容易:你只需要提供你的Steam用户名,也可以提供你的邮箱。(我们基本上不会给你发送邮件,每年最多发送一两份)
 ]])
-t("Username: ", "用户名: ")
+t("Username: ", "用户名:")
 t("Email: ", "邮箱")
 t("Accept to receive #{bold}#very infrequent#{normal}# (a few per year) mails about important game events from us.", "允许我们#{bold}#偶尔#{normal}#向你发送有关游戏重要新闻的邮件(每年最多只会有几封)")
 t("You at least 16 years old, or have parental authorization to play the game.", "游玩此游戏时你已年满16岁,或已得到了家长的许可。")
@@ -1736,9 +1787,9 @@ t("Component", "组件")
 t("Version", "版本")
 t("All your game modules are up to date.", "所有游戏模组都处于最新版本。")
 t("Nothing to update", "没有需要更新的内容")
-t("Game: #{bold}##GOLD#", "游戏: #{bold}##GOLD#")
-t("Engine: #{italic}##LIGHT_BLUE#", "游戏引擎: #{italic}##LIGHT_BLUE#")
-t("Downloading: ", "正在下载: ")
+t("Game: #{bold}##GOLD#", "游戏:#{bold}##GOLD#")
+t("Engine: #{italic}##LIGHT_BLUE#", "游戏引擎:#{italic}##LIGHT_BLUE#")
+t("Downloading: ", "正在下载:")
 t("Error!", "错误!")
 t([[There was an error while downloading:
 ]], [[下载时发生错误:
@@ -1766,6 +1817,15 @@ t([[#{bold}##GOLD#%s(%s)#GREEN# High Scores#WHITE##{normal}#
 ]])
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/init.lua"
+
+t("Tales of Maj'Eyal Main Menu", "马基·埃亚尔的传说 主菜单")
+t([[Bootmenu!
+]], [[启动菜单!
+]])
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/load.lua"
 
@@ -1836,6 +1896,7 @@ section "game/modules/tome/ai/target.lua"
 ------------------------------------------------
 section "game/modules/tome/class/Actor.lua"
 
+t("drowned to death", "淹死")
 t("%s has been disrupted by #ORCHID#anti-magic forces#LAST#!", "%s被#ORCHID#反魔法力量#LAST#打断了!")
 t("%s temporarily fights the paralyzation.", "%s 暂时在瘫痪中挣扎。")
 t("#VIOLET#Following build order %s; increasing %s by 1.", "#VIOLET#遵循加点顺序%s;增加一点%s")
@@ -1856,9 +1917,9 @@ t("boss", "Boss")
 t("elite boss", "精英boss")
 t("god", "神")
 t("tiny", "微小")
-t("small", "矮小")
+t("small", "较小")
 t("medium", "中等")
-t("big", "高大")
+t("big", "较大")
 t("huge", "庞大")
 t("gargantuan", "巨大")
 t("actor", "角色")
@@ -1867,86 +1928,99 @@ t("hostile", "敌对")
 t("friendly", "友善")
 t("female", "女性")
 t("male", "男性")
-t("Rank: ", "层级: ")
-t("Level: unknown", "等级: 未知")
-t("Level: %d", "等级: %d")
+t("Rank: ", "层级:")
+t("Level: unknown", "等级:未知")
+t("Level: %d", "等级:%d")
 t("INVULNERABLE!", "无敌!")
-t("HP: %d (%d%%) #GREEN#+%0.2f#LAST#", "生命值: %d (%d%%) #GREEN#+%0.2f#LAST#")
-t("Iceblock: %d", "冰块: %d")
-t("%sVim Value: %d#LAST#", "%s活力值: %d#LAST#")
-t("#ffa0ff#Predator: +%d acc, +%d apr#LAST#", "#ffa0ff#猎杀者: +%d 命中, +%d 护甲穿透#LAST#")
-t("Resists: ", "抗性: ")
-t("Hardiness/Armour: ", "护甲强度/护甲值: ")
-t("Size: ", "体型: ")
-t("#FFD700#Accuracy#FFFFFF#: ", "#FFD700#命中值 #FFFFFF#: ")
-t("#0080FF#Defense#FFFFFF#:  ", "#0080FF#闪避值 #FFFFFF#: ")
-t("#FFD700#P. power#FFFFFF#: ", "#FFD700#物理强度#FFFFFF#: ")
-t("#0080FF#P. save#FFFFFF#:  ", "#0080FF#物理豁免#FFFFFF#: ")
-t("#FFD700#S. power#FFFFFF#: ", "#FFD700#法术强度#FFFFFF#: ")
-t("#0080FF#S. save#FFFFFF#:  ", "#0080FF#法术豁免#FFFFFF#: ")
-t("#FFD700#M. power#FFFFFF#: ", "#FFD700#精神强度#FFFFFF#: ")
-t("#0080FF#M. save#FFFFFF#:  ", "#0080FF#精神豁免#FFFFFF#: ")
-t("Critical Mult: ", "暴击加成: ")
-t("Time left: ", "剩余时间: ")
+t("HP: %d (%d%%) #GREEN#+%0.2f#LAST#", "生命值:%d (%d%%) #GREEN#+%0.2f#LAST#")
+t("\
+Mana:  %s%d / %d#LAST#", "\
+法力值:  %s%d / %d#LAST#")
+t("\
+Vim:  %s%d / %d#LAST#", "\
+活力值:  %s%d / %d#LAST#")
+t("\
+Positive:  %s%d / %d#LAST#", "\
+正能量值:  %s%d / %d#LAST#")
+t("\
+Negative:  %s%d / %d#LAST#", "\
+负能量值:  %s%d / %d#LAST#")
+t("Iceblock: %d", "冰块:%d")
+t("%sVim Value: %d#LAST#", "%s活力值:%d#LAST#")
+t("#ffa0ff#Predator: +%d acc, +%d apr#LAST#", "#ffa0ff#猎杀者:+%d 命中, +%d 护甲穿透#LAST#")
+t("Resists: ", "抗性:")
+t("Hardiness/Armour: ", "护甲强度/护甲值:")
+t("Size: ", "体型:")
+t("#FFD700#Accuracy#FFFFFF#: ", "#FFD700#命中值 #FFFFFF#:")
+t("#0080FF#Defense#FFFFFF#:  ", "#0080FF#闪避值 #FFFFFF#:")
+t("#FFD700#P. power#FFFFFF#: ", "#FFD700#物理强度#FFFFFF#:")
+t("#0080FF#P. save#FFFFFF#:  ", "#0080FF#物理豁免#FFFFFF#:")
+t("#FFD700#S. power#FFFFFF#: ", "#FFD700#法术强度#FFFFFF#:")
+t("#0080FF#S. save#FFFFFF#:  ", "#0080FF#法术豁免#FFFFFF#:")
+t("#FFD700#M. power#FFFFFF#: ", "#FFD700#精神强度#FFFFFF#:")
+t("#0080FF#M. save#FFFFFF#:  ", "#0080FF#精神豁免#FFFFFF#:")
+t("Critical Mult: ", "暴击加成:")
+t("Time left: ", "剩余时间:")
 t("#LIGHT_BLUE#Main:#LAST#%s", "#LIGHT_BLUE#主手:#LAST#%s")
 t("#LIGHT_BLUE#Off :#LAST#%s", "#LIGHT_BLUE#副手:#LAST#%s")
 t("#LIGHT_BLUE#Psi :#LAST#%s", "#LIGHT_BLUE#灵能:#LAST#%s")
 t("#LIGHT_BLUE#Ammo:#LAST#%s", "#LIGHT_BLUE#弹药:#LAST#%s")
 t("#LIGHT_BLUE#Unarmed:#LAST#%s", "#LIGHT_BLUE#徒手:#LAST#%s")
 t("#LIGHT_BLUE#Unarmed:#LAST#", "#LIGHT_BLUE#徒手:#LAST#")
-t("Melee Retaliation: ", "近战反伤: ")
-t("Classes: ", "职业: ")
-t("Faction: ", "阵营: ")
-t("Personal reaction: ", "个人关系: ")
-t("Sustained Talents: ", "持续技能: ")
-t("Temporary Status Effects: ", "临时状态效果: ")
+t("Melee Retaliation: ", "近战反伤:")
+t("Classes: ", "职业:")
+t("Faction: ", "阵营:")
+t("Personal reaction: ", "个人关系:")
+t("Sustained Talents: ", "持续技能:")
+t("Temporary Status Effects: ", "临时状态效果:")
 t("#LIGHT_GREEN#%d healing #LAST##AQUAMARINE#(%d psi heal)#LAST#", "#LIGHT_GREEN#%d 治疗 #LAST##AQUAMARINE#(%d 超能力值治疗)#LAST#")
 t("#LIGHT_GREEN#%d healing#LAST#", "#LIGHT_GREEN#%d 治疗#LAST#")
 t("#STEEL_BLUE#(%d shifted)#LAST#", "#STEEL_BLUE#(%d 相位切换减伤)#LAST#")
-t("%s unleashes the stored damage in retribution!", "%s 发动累积的伤害进行报复性攻击!")
-t("#DARK_GREEN##Source# shares damage with %s oozes!", "#DARK_GREEN##Source# 和 %s 软泥怪平分伤害!")
+t("%s unleashes the stored damage in retribution!", "%s释放累积的伤害进行报复性攻击!")
+t("#DARK_GREEN##Source# shares damage with %s oozes!", "#DARK_GREEN##Source#和%s软泥怪平分伤害!")
 t("#CRIMSON##Source# teleports some damage to #Target#!", "#CRIMSON##Source#将部分伤害转移给 #Target#!")
-t("#CRIMSON#(%d teleported)#LAST#", "#CRIMSON#(%d 到相位盾)#LAST#")
+t("#CRIMSON#(%d teleported)#LAST#", "#CRIMSON#(%d 相位盾吸收)#LAST#")
 t("#CRIMSON#%d teleported#LAST#", "#CRIMSON#%d 到相位盾#LAST#")
-t("#STEEL_BLUE#(%d to time)#LAST#", "#STEEL_BLUE#(%d 到时间盾)#LAST#")
+t("#STEEL_BLUE#(%d to time)#LAST#", "#STEEL_BLUE#(%d 时间盾吸收)#LAST#")
 t("Your time shield crumbles under the damage!", "你的时间护盾在攻击下被打破!")
-t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 伤害吸收)#LAST#")
+t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 护盾吸收)#LAST#")
 t("#SLATE#%d reflected#LAST#", "#SLATE#%d 伤害反射#LAST#")
-t("#CRIMSON##Source# reflects damage back to #Target#!#LAST#", "#CRIMSON##Source# 将伤害反射回 #Target#!#LAST#")
+t("#CRIMSON##Source# reflects damage back to #Target#!#LAST#", "#CRIMSON##Source#将伤害反射回#Target#!#LAST#")
 t("Your shield crumbles under the damage!", "你的护盾在攻击下被打破!")
-t("#CRIMSON##Source# shares some damage with a shadow!", "#CRIMSON##Source# 与阴影共享伤害!")
+t("#CRIMSON##Source# shares some damage with a shadow!", "#CRIMSON##Source#与阴影共享伤害!")
 t("#PINK#(%d linked)#LAST#", "#PINK#(%d 伤害链接)#LAST#")
 t("#PINK#%d linked#LAST#", "#PINK#%d 伤害链接#LAST#")
 t("#SLATE#(%d deflected)#LAST#", "#SLATE#(%d 念力折射)#LAST#")
-t("#STEEL_BLUE#(%d to ice)#LAST#", "#STEEL_BLUE#(%d 到冰块)#LAST#")
+t("#STEEL_BLUE#(%d to ice)#LAST#", "#STEEL_BLUE#(%d 冰块吸收)#LAST#")
 t("#SLATE#(%d resonance)#LAST#", "#SLATE#(%d 共鸣领域)#LAST#")
 t("Your resonance field crumbles under the damage!", "你的共鸣领域在攻击下被打破!")
 t("%s shatters into pieces!", "%s 被打成碎片!")
 t("#F53CBE#You fight through the pain!", "#F53CBE#你在痛苦中战斗!")
 t("#F53CBE#Your hatred grows even as your life fades!", "#F53CBE#当你失去生命时,你的仇恨增长了!")
 t("#F53CBE#Your powerful attack feeds your madness!", "#F53CBE#你强有力的攻击增进了你的疯狂!")
-t("%s (+%d hate)", "%s (+%d仇恨值)")
+t("%s (+%d hate)", "%s (+%d 仇恨值)")
 t("%s splits in two!", "%s 分裂成了两个!")
-t("%s#Source# converts some damage to Psi!", "%s#Source# 将伤害转移到超能力值!")
+t("%s#Source# converts some damage to Psi!", "%s#Source#将伤害转移到超能力值!")
 t("to psi", "到超能力值")
-t("#RED#(%d refused)#LAST#", "#RED#(%d 无视伤害)#LAST#")
-t("#RED##Source# is unstoppable!", "#RED##Source# 势不可挡!!")
-t("#YELLOW#%s has been healed by a blast of positive energy!#LAST#", "#YELLOW#%s 被一股正能量治疗!#LAST#")
-t("%s fades for a moment and then reforms whole again!", "%s 消失了一阵之后又完好无损地出现了!")
-t("#CRIMSON##Source# leeches life from #Target#!", "#LIGHT_RED# #Source# 从#Target#身上吸取生命!")
+t("#RED#(%d refused)#LAST#", "#RED#(%d 伤害无视)#LAST#")
+t("#RED##Source# is unstoppable!", "#RED##Source#势不可挡!!")
+t("#YELLOW#%s has been healed by a blast of positive energy!#LAST#", "#YELLOW#%s被一股正能量治疗!#LAST#")
+t("%s fades for a moment and then reforms whole again!", "%s消失了一阵之后又完好无损地出现了!")
+t("#CRIMSON##Source# leeches life from #Target#!", "#LIGHT_RED##Source#从#Target#身上吸取生命!")
 t("#CRIMSON##Source# steals life from #Target#!", "#CRIMSON##Source#从#Target#处吸取生命!")
-t("#SLATE#(%d to stone)#LAST#", "#SLATE#(%d 到石头)#LAST#")
-t("#OLIVE_DRAB##Source# redirects damage from #Target# to %s!#LAST#", "#OLIVE_DRAB##Source# 将来自#Target#的伤害转移到%s!#LAST#")
+t("#SLATE#(%d to stone)#LAST#", "#SLATE#(%d 石头吸收)#LAST#")
+t("#OLIVE_DRAB##Source# redirects damage from #Target# to %s!#LAST#", "#OLIVE_DRAB##Source#将来自#Target#的伤害转移到%s!#LAST#")
 t("#OLIVE_DRAB#(%d redirected)#LAST#", "#OLIVE_DRAB#(%d 伤害转移)#LAST#")
 t("#OLIVE_DRAB#%d redirected#LAST#", "#OLIVE_DRAB#%d 伤害转移#LAST#")
-t("#CRIMSON##Source# leeches energies from #Target#!", "#LIGHT_RED# #Source# 从#Target#身上吸取能量!")
+t("#CRIMSON##Source# leeches energies from #Target#!", "#LIGHT_RED##Source#从#Target#身上吸取能量!")
+t("RESURRECT!", "复活!")
 t("You feel a surge of power as a powerful creature falls nearby.", "你感受到一股力量的涌动,附近有个强大的生物倒下。")
 t("%s feeds you hate from its latest victim. (+%d hate)", "%s最近的受害者为你提供%d仇恨")
 t("#LIGHT_RED#The cease to exist spell fizzles and cancels, leaving the timeline intact.", "#LIGHT_RED#当前法术失败而终止,时间线保持了稳定。")
 t("Prodigy!", "获得觉醒技!")
 t([[You have achieved #LIGHT_GREEN#level %d#WHITE# and gained a #LIGHT_GREEN#prodigy point#LAST#!
 
-Prodigies are powerful talents with unique requirements that cannot be unlearned.]], [[你升到了#LIGHT_GREEN#%d级#WHITE#,得到了一个#LIGHT_GREEN#觉醒点#LAST#!
+Prodigies are powerful talents with unique requirements that cannot be unlearned.]], [[你升到了#LIGHT_GREEN#%d级#WHITE#,得到了一点#LIGHT_GREEN#觉醒点#LAST#!
 
 觉醒技是需要特殊学习需求的强大技能,无法遗忘。]])
 t("Level 50!", "50级!")
@@ -1956,24 +2030,26 @@ This level is special, it granted you #LIGHT_GREEN#10#WHITE# more stat points, #
 Now go forward boldly and triumph!]], [[你达到了#LIGHT_GREEN#等级 50#WHITE#, 祝贺你!
 这个等级很特殊,你可以得到额外的#LIGHT_GREEN#10#WHITE#点属性点,#LIGHT_GREEN#3#WHITE#点职业技能点和#LIGHT_GREEN#3#WHITE#点通用技能点。
 现在,勇敢的向前并取得最终的胜利吧!]])
+t("LEVEL UP!", "升级了!")
 t("#00ffff#Welcome to level %d [%s].", "#00ffff#欢迎来到等级 %d [ %s ]")
 t("Press p to use them.", "请按 p 使用它们。")
-t("Select %s in the party list and press G to use them.", "请选择队伍里的 %s ,按 G 使用它们。")
+t("Select %s in the party list and press G to use them.", "请选择队伍里的%s,按 G 使用它们。")
 t("%d stat point(s)", "%d 属性点")
 t("%d class talent point(s)", "%d 职业技能点")
 t("%d generic talent point(s)", "%d 通用技能点")
 t("%d category point(s)", "%d 大系点")
 t("#VIOLET#%d prodigies point(s)#WHITE#", "#VIOLET#%d 觉醒点#WHITE#")
-t("%s has %s to spend. %s", "%s 有 %s 可以使用。%s")
-t("#AQUAMARINE#You have gained one more life (%d remaining).", "#AQUAMARINE#你额外获得了一条命(剩余%d生命数)")
+t("%s has %s to spend. %s", "%s有 %s可以使用。%s")
+t("#AQUAMARINE#You have gained one more life (%d remaining).", "#AQUAMARINE#你额外获得了一条命(剩余生命数:%d)")
 t("#FF0000#You carry too much--you are encumbered!", "#FF0000#你拿了太多东西——超重了!")
 t("#FF0000#Drop some of your items.", "#FF0000#丢弃一些东西。")
 t("#00FF00#You are no longer encumbered.", "#00FF00#你不再超重。")
 t("You cannot switch equipment while sleeping!", "你不能在睡眠中切换装备")
-t("%s warps space-time to equip: %s.", "%s扭曲空间,切换武器至: %s 。")
-t("%s switches %s weapons to: %s.", "%s切换%s武器至 %s 。")
+t("%s warps space-time to equip: %s.", "%s扭曲空间,切换武器至:%s 。")
+t("%s switches %s weapons to: %s.", "%s切换%s武器至%s。")
 t("%s wears %s%s.", "%s穿上了%s%s。")
-t("%s #LIGHT_STEEL_BLUE#Triggers an Anomaly! (%s).", "%s #LIGHT_STEEL_BLUE#触发了一次异常! (%s)。")
+t("antimagic", "反魔法")
+t("%s #LIGHT_STEEL_BLUE#Triggers an Anomaly! (%s).", "%s #LIGHT_STEEL_BLUE#触发了一次异常!(%s)。")
 t("#STEEL_BLUE#Casting %s.", "#STEEL_BLUE#释放%s。")
 t("#STEEL_BLUE#You've moved to another time thread.", "#STEEL_BLUE#你移动到了另一条时间线")
 t("#LIGHT_RED#You lose control and unleash an anomaly!", "#LIGHT_RED#你失去控制产生了异常!")
@@ -1981,12 +2057,12 @@ t("#LIGHT_RED#You feel the edges of spacetime begin to ripple and bend!", "#LIGH
 t("#LIGHT_BLUE#Spacetime feels more stable.", "#LIGHT_BLUE#时空变得更加稳定。")
 t("#LIGHT_RED#Spacetime fights against your control!", "#LIGHT_RED#时空失去了控制!")
 t("#LIGHT_BLUE#Spacetime has calmed...  somewhat.", "#LIGHT_BLUE#时空稍微稳定了些...")
-t("You already tried to use %s, an instant use talent, this turn and failed.", "你在本回合已经使用了瞬发技能 %s ,并且失败了,无法再次使用")
-t("%s is too afraid to use %s.", "%s 由于恐惧无法使用 %s 。")
-t("%s is silenced and cannot use %s.", "%s 被沉默而无法使用 %s 。")
+t("You already tried to use %s, an instant use talent, this turn and failed.", "你在本回合尝试使用瞬间技能%s失败,这回合无法再次使用。")
+t("%s is too afraid to use %s.", "%s非常恐惧,无法使用%s。")
+t("%s is silenced and cannot use %s.", "%s被沉默,无法使用%s。")
 t("The spell fizzles.", "法术失败了。")
-t("%s is too disconnected from Nature to use %s.", "%s 扰乱了自然平衡而无法使用 %s 。")
-t("%s is unable to use this kind of inscription.", "%s 无法使用这类纹身。")
+t("%s is too disconnected from Nature to use %s.", "%s扰乱了自然平衡而无法使用%s。")
+t("%s is unable to use this kind of inscription.", "%s无法使用这类纹身。")
 t("%s is too heavily armoured to use this talent.", "%s身穿重甲,无法使用该技能。")
 t("%s can't use this talent while holding a weapon or shield.", "%s在装备武器或盾牌的时候,无法使用该技能。")
 t("%s is sleeping and unable to do this.", "%s正处于睡眠中,不能这样做。")
@@ -2000,48 +2076,49 @@ t("You do not have enough %s to use %s.", "你没有足够的%s施展:%s#")
 t("You fail to use %s due to your equilibrium!", "由于你的失衡值过高你使用 %s 失败!")
 t("%s's %s has been disrupted by #ORCHID#anti-magic forces#LAST#!", "%s的%s被#ORCHID#反魔法力量#LAST#打断了!")
 t("%s's %s has been disrupted by #ORCHID#anti-nature forces#LAST#!", "%s的%s被#ORCHID#反自然力量#LAST#打断了!")
-t("%s is confused and fails to use %s.", "%s 陷入混乱使用 %s 时失败。")
-t("%s fails to use %s.", "%s 使用 %s 时失败。")
-t("%s fumbles and fails to use %s, injuring %s!", "%s 使用 %s 失败,还弄伤了%s!")
+t("%s is confused and fails to use %s.", "%s陷入混乱使用%s时失败。")
+t("%s fails to use %s.", "%s使用%s时失败。")
+t("%s fumbles and fails to use %s, injuring %s!", "%s使用%s失败,还弄伤了%s!")
 t("%s's %s is interrupted by the shot!", "%s的%s被射击打断!")
-t("%s %s #{bold}##ORANGE#%s#LAST#.", "%s %s #{bold}##ORANGE#%s#LAST#。")
+t("%s %s #{bold}##ORANGE#%s#LAST#.", "%s%s#{bold}##ORANGE#%s#LAST#。")
 t("activates", "启用了")
 t("deactivates", "关闭了")
 t("%s casts #{bold}#%s%s.#{normal}##LAST#", "%s施放了#{bold}#%s%s.#{normal}##LAST#")
 t("%s uses #{bold}#%s%s.#{normal}##LAST#", "%s使用了#{bold}#%s%s.#{normal}##LAST#")
-t("%s talent '%s%s' is disrupted by the mind parasite.", "%s 的技能 '%s%s' 被精神寄生虫干扰。")
-t("Effective talent level: ", "有效技能等级: ")
+t("%s talent '%s%s' is disrupted by the mind parasite.", "%s的技能'%s%s'被精神寄生虫干扰。")
+t("Effective talent level: ", "有效技能等级:")
 t("Passive", "被动技能")
 t("Sustained", "持续技能")
 t("Activated", "主动技能")
-t("Use mode: ", "使用模式: ")
-t("Feedback cost: ", "反馈值消耗: ")
+t("Use mode: ", "使用模式:")
+t("Feedback cost: ", "反馈值消耗:")
 t("Fortress Energy cost: ", "堡垒能量消耗")
-t("Sustain feedback cost: ", "持续反馈值消耗: ")
+t("Sustain feedback cost: ", "持续反馈值消耗:")
 t("cost", "消耗")
 t("gain", "获得")
-t("Sustain %s cost: ", "持续 %s 消耗: ")
+t("Sustain %s cost: ", "持续%s消耗:")
 t("Generates", "产生")
 t("Removes", "移除")
+t("%s %s: ", "%s%s:")
 t("Drains", "吸收")
 t("Replenishes", "补充")
-t("Range: ", "作用范围: ")
+t("Range: ", "使用范围:")
 t("melee/personal", "近战/单体")
-t("%d%% of base", "%d%% 基础速度")
-t("Travel Speed: ", "飞行速度: ")
+t("%d%% of base", "%d%%基础速度")
+t("Travel Speed: ", "飞行速度:")
 t("instantaneous", "瞬间")
 t("Full Turn", "完整回合")
-t("Instant (#LIGHT_GREEN#0%#LAST# of a turn)", "瞬发 (#LIGHT_GREEN#0%#LAST# 个回合)")
+t("Instant (#LIGHT_GREEN#0%#LAST# of a turn)", "瞬间(#LIGHT_GREEN#0%#LAST#回合)")
 t("Special", "特殊")
-t("%s (#LIGHT_GREEN#%d%%#LAST# of a turn)", "%s (#LIGHT_GREEN#%d%%#LAST# 个回合)")
-t("Usage Speed: ", "使用速度: ")
-t("Won't Break Stealth:  ", "不会打破潜行: ")
-t("%sCooldown: ", "%s冷却时间: ")
+t("%s (#LIGHT_GREEN#%d%%#LAST# of a turn)", "%s(#LIGHT_GREEN#%d%%#LAST#回合)")
+t("Usage Speed: ", "使用速度:")
+t("Won't Break Stealth:  ", "不会打破潜行:")
+t("%sCooldown: ", "%s冷却时间:")
 t("Fixed ", "固定")
 t(" and ", "和")
-t("Is: ", "是: ")
-t("Will Deactivate: ", "会解除: ")
-t("Description: ", "介绍: ")
+t("Is: ", "是:")
+t("Will Deactivate: ", "会解除:")
+t("Description: ", "介绍:")
 t("%s will now be used as often as possible automatically.", "%s将会尽可能多地自动使用")
 t("Automatic use enabled", "技能启用自动使用")
 t("- requires a turn to use", "- 需要一回合来使用")
@@ -2059,39 +2136,41 @@ t([[%s:
 t("Automatic use", "技能自动使用")
 t("%s will not be automatically used.", "%s 不会被自动使用。")
 t("Automatic use disabled", "关闭技能自动使用")
-t("#LIGHT_RED#%s starts suffocating to death!", "#LIGHT_RED#%s 窒息了!")
+t("#LIGHT_RED#%s starts suffocating to death!", "#LIGHT_RED#%s窒息了!")
 t("Physical save", "物理豁免")
 t("Mental save", "精神豁免")
 t("Spell save", "法术豁免")
-t("#ORANGE#%s shrugs off %s '%s'!", "#ORANGE#%s 豁免了 %s “ %s ”效果!")
-t("#LIGHT_UMBER#%s resists %s '%s'!", "#LIGHT_UMBER#%s 抵抗了 %s “ %s ”效果!")
+t("#ORANGE#%s shrugs off %s '%s'!", "#ORANGE#%s豁免了%s“%s”!")
+t("#LIGHT_UMBER#%s resists %s '%s'!", "#LIGHT_UMBER#%s抵抗了%s“%s”!")
 t("#Target#'s", "#Target#çš„")
 t("the effect", "效果")
-t("#Source# deflects the projectile from #Target# %s", "#Source# 将 #Target# 的抛射物偏移到 %s")
-t("%s reflects the spell!", "%s 反射了法术!")
-t("%s ignores the spell!", "%s 无视了法术!")
+t("but fumbles!", "但是失败了!")
+t("to the %s!", "到%s!")
+t("#Source# deflects the projectile from #Target# %s", "#Source#偏移来自#Target#的抛射物%s")
+t("%s reflects the spell!", "%s反射了法术!")
+t("%s ignores the spell!", "%s无视了法术!")
 t("You can not drop items while sleeping.", "你不能在睡眠状态下丢弃物品")
 t("You can not drop %s (plot item).", "你不能丢弃%s (剧情物品)。")
 t("You can not drop %s (tagged).", "你不能丢弃%s (已被标记)。")
 t("Any item dropped on the world map will be lost forever.", "所有在世界地图上丢弃的物品都将永远消失。")
 t("Warning", "警告")
-t("You destroy %s.", "你摧毁了 %s 。")
-t("You can not destroy %s.", "你不能摧毁 %s 。")
+t("You destroy %s.", "你摧毁了%s。")
+t("You can not destroy %s.", "你不能摧毁%s。")
 t("Cancel", "取消")
 t("Destroy", "摧毁")
-t("%s drops on the floor: %s.", "%s 把 %s 丢在了地上。")
+t("%s drops on the floor: %s.", "%s把%s丢在了地上。")
 t("You had to drop %s due to lack of space.", "由于空间不足,你必须丢下%s。")
 t("You cannot change your equipment while sleeping!", "你不能在睡眠中切换装备!")
-t("%s - %sEncumbrance %d/%d", "%s - %s负重 %d/%d")
-t("You extract %s from %s", "你从 %s 中提炼了 %s 。")
-t("You gain %0.2f gold from the transmogrification of %s.", "你获得了 %0.2f 金币,转化了 %s")
+t("%s - %sEncumbrance %d/%d", "%s-%s负重 %d/%d")
+t("You extract %s from %s", "你从%s中提炼了%s。")
+t("You gain %0.2f gold from the transmogrification of %s.", "你获得了%0.2f金币,转化了%s。")
 t("When you close the inventory window, all items in the chest will be transmogrified.", "当你关闭物品栏的时候,所有在转化之盒里的物品都会被自动转化")
 t("Transmogrification Chest", "转化之盒")
 t("transmogrify", "转化")
 t("You detach %s from your %s.", "你将%s从%s上取下。")
 t("You cannot change your equipment!", "你不能切换装备!")
 t("You can not use a tinker without the corresponding item.", "你不能在没有相关物品时使用配件")
-t("This item is not usable: %s.", "该物品不能使用: %s.")
+t("This item is not usable: %s.", "该物品不能使用:%s.")
 t("This tinker can not be applied to this item.", "这个配件不能装在该物品上")
 t("You already have a tinker on this item.", "这个物品上已经有了配件")
 t("You attach %s to your %s.", "你将%s装载在%s上。")
@@ -2103,7 +2182,7 @@ section "game/modules/tome/class/FortressPC.lua"
 
 t("Yiilkgur, the Sher'Tul Fortress", "夏·图尔堡垒 伊克格")
 t("You are unable to move!", "你无法移动!")
-t("You have found a trap (%s)!", "你发现了一个陷阱( %s )!")
+t("You have found a trap (%s)!", "你发现了一个陷阱(%s)!")
 t("Do you wish to teleport to the fortress?", "你想要传送到堡垒吗?")
 t("The teleport fizzles!", "传送失败了!")
 
@@ -2111,34 +2190,29 @@ t("The teleport fizzles!", "传送失败了!")
 ------------------------------------------------
 section "game/modules/tome/class/Game.lua"
 
-t([[Today is the % %s of the %s year of the Age of Ascendancy of Maj'Eyal.
-The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %  。
-当前时间 %02d:%02d。]], {3,2,1,4,5})
+t("Main character", "主角色")
 t("Character Creation ( %s unlocked options)", "角色创建 ( %s 解锁选项)")
 t("Welcome to #LIGHT_BLUE#Tales of Maj'Eyal", "欢迎来到#LIGHT_BLUE#马基埃亚尔的传说")
-t([[Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.
-The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %s 。
-当前时间 %02d:%02d。]], {3,2,1,4,5})
 t([[%s the level %d %s %s.
 Difficulty: %s / %s
 Campaign: %s
-Exploring level %s of %s.]], [[%s 等级%d, %s %s。
-难度: %s / %s
-战役: %s
-正在探索楼层 %s, %s。]])
+Exploring level %s of %s.]], [[%s 等级%d,%s %s。
+难度:%s / %s
+战役:%s
+正在探索楼层 %s,%s。]])
 t("%s the %s %s", "%s, %s %s")
 t([[%s the %s %s.
 Difficulty: %s / %s
 Campaign: %s]], [[%s,%s %s。
-难度: %s / %s
-战役: %s]])
+难度:%s / %s
+战役:%s]])
 t("#LIGHT_RED#You may not change level so soon after a kill (%d game turns left to wait)!", "#LIGHT_RED#在完成一次杀戮后,你现在不能离开该层!(等待%d回合)")
 t("#LIGHT_RED#You may not change level without your own body!", "#LIGHT_RED#你只能用自己的身体离开地图!")
 t("#LIGHT_RED#You may not leave the zone with this character!", "#LIGHT_RED#你不能用这个角色离开地图!")
 t("#LIGHT_RED#You cannot escape your fate by leaving the level!", "#LIGHT_RED#你不能离开地图以求逃避命运!")
-t("Stay: level %s of %s", "待在:  %s 第%s层", {1,3,2})
-t("Keep Trying: level %s of %s", "继续尝试:  %s 第%s层", {1,3,2})
-t("Log the problem, Stay: level %s of %s", "记录问题,待在:  %s 第%s层", {1,3,2})
+t("Stay: level %s of %s", "待在:%s第%s层", {1,3,2})
+t("Keep Trying: level %s of %s", "继续尝试:%s第%s层", {1,3,2})
+t("Log the problem, Stay: level %s of %s", "记录问题,待在:%s第%s层", {1,3,2})
 t("Debug the problem (move to the failed zone/level)", "调试问题 (进入失败的地图/楼层)")
 t("Information logged", "信息已记录。")
 t("Information on the failed zone and level dumped to the log file.", "有关失败的地图和楼层的信息,已被输出到日志文件。")
@@ -2160,7 +2234,7 @@ t("#Source# hits #Target# for %s damage.", "#Source#击中#Target#造成%s伤害
 t("#Source# receives %s.", "#Source#受到%s。")
 t("#Target# receives %s from #Source#.", "#Target#受到来自#Source#的%s。")
 t("Kill (%d)!", "杀死 (%d)!")
-t("#{bold}##Source# killed #Target#!#{normal}#", "#{bold}##Source# 击杀了 #Target#!#{normal}#")
+t("#{bold}##Source# killed #Target#!#{normal}#", "#{bold}##Source#击杀了#Target#!#{normal}#")
 t("Showing big healthbars and tactical borders.", "显示大血条+边框")
 t("Showing healthbars only.", "只显示血条信息")
 t("Showing no tactical information.", "不显示血条信息")
@@ -2172,42 +2246,64 @@ t("You may not auto-explore with enemies in sight (%s to the %s%s)!", "当有敌
 t("There is nowhere left to explore.", "这一层没有地方可以探索了。")
 t("Hotkey page %d is now displayed.", "当前显示快捷键第%d页。")
 t("You cannot currently leave the level.", "你现在不能离开本层。")
-t("You cannot go into the wilds with the following effects: %s", "由于当前状态异常,你无法进入野外: %s")
+t("You cannot go into the wilds with the following effects: %s", "由于当前状态异常,你无法进入野外:%s")
 t("There is no way out of this level here.", "这里不是离开该层的出口。")
-t("#GOLD#Automatic talent usage: %s", "#GOLD#自动技能使用: %s")
-t("#GOLD#Automatic accept target mode: %s", "#GOLD#技能自动选择目标: %s")
+t("#GOLD#Automatic talent usage: %s", "#GOLD#自动技能使用:%s")
+t("#GOLD#Automatic accept target mode: %s", "#GOLD#技能自动选择目标:%s")
 t("Displaying creatures.", "显示生物。")
 t("Displaying talents.", "显示技能。")
 t("Show Achievements", "显示成就")
+t("Tales of Maj'Eyal Achievements", "马基埃亚尔的传说成就")
 t("Show known Lore", "显示已知手札")
+t("Tales of Maj'Eyal Lore", "马基埃亚尔的传说手札")
 t("Show ingredients", "显示材料")
 t("Inventory", "物品栏")
 t("Character Sheet", "角色信息面板")
 t("Game Options", "游戏选项")
 t("Looking around... (direction keys to select interesting things, shift+direction keys to move freely)", "正在观察四周…(按方向键定位有趣的东西,按Shift+方向键自由移动)")
 t("Tooltip %s", "提示%s")
-t("Movement Mode: #LIGHT_GREEN#Default#LAST#.", "移动模式: #LIGHT_GREEN#默认#LAST#.")
-t("Movement Mode: #LIGHT_RED#Passive#LAST#.", "移动模式: #LIGHT_RED#被动#LAST#.")
+t("Movement Mode: #LIGHT_GREEN#Default#LAST#.", "移动模式:#LIGHT_GREEN#默认#LAST#.")
+t("Movement Mode: #LIGHT_RED#Passive#LAST#.", "移动模式:#LIGHT_RED#被动#LAST#.")
 t("#GOLD#CHEAT MOVE ACTOR %s: ctrl+shift+alt+right click on an empty map spot to move it", "#GOLD#CHEAT MOVE ACTOR %s: ctrl+shift+alt+right 点击地图上的空白位置来移动它")
 t("Save and go back to main menu?", "保存并返回主菜单?")
 t("quitting", "正在退出")
 t("Save and exit game?", "保存并退出游戏?")
 t("saving", "正在保存")
 t("Saving game...", "保存游戏...")
-t("#ANTIQUE_WHITE#Splash screen unlocked: #GOLD#%s", "#ANTIQUE_WHITE#游戏启动画面已解锁: #GOLD#%s")
+t("#ANTIQUE_WHITE#Splash screen unlocked: #GOLD#%s", "#ANTIQUE_WHITE#游戏启动画面已解锁:#GOLD#%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/GameState.lua"
 
 t("#AQUAMARINE#Most stores should have new stock now.", "#AQUAMARINE#大部分商店现在应该有新货物了。")
+t("crackling", "爆裂")
+t("faceted", "镶嵌的")
+t("faded", "æš—æ·¡çš„")
+t("flawless", "无缺陷的")
+t("gleaming", "闪耀的")
+t("glistening", "明亮的")
+t("glowing", "发光的")
+t("humming", "嗡嗡作响的")
+t("immaculate", "整洁的")
+t("jewel-encrusted", "宝石覆盖的")
+t("laminated", "粘合的")
+t("plated", "镀制")
+t("rune-covered", "符文的")
+t("scintillating", "有趣的")
+t("shadowy", "阴影的")
+t("sigiled", "印记的")
+t("silvered", "银白的")
+t("twisted", "扭曲的")
+t("unblemished", "不羁的")
 t("Ambush!", "伏击!")
 t("You have been ambushed!", "你被伏击了!")
+t("%s the %s", "%s %s", {2,1})
 t("Leave the level (to the next level) without killing a single creature. You will get #{italic}#two#{normal}# rewards.", "在不杀死任何怪物的情况下离开这一层(到达下一层)。你将得到#{italic}#两份#{normal}# 奖励。")
 t("Pacifist", "和平主义者")
 t("Exterminate every foe on the level.", "杀死这一层的所有敌人。")
 t("Exterminator", "屠夫")
-t("Foes left: #LIGHT_RED#%s", "剩余敌人:  #LIGHT_RED#%s")
+t("Foes left: #LIGHT_RED#%s", "剩余敌人:#LIGHT_RED#%s")
 t([[#LIGHT_RED#EXTERMINATE THIS FOE#LAST#
 %s]], [[#LIGHT_RED#歼灭这个敌人#LAST#
 %s]])
@@ -2228,48 +2324,50 @@ t("Mirror Challenge of %s", "%s的镜像挑战")
 t("but nobody knew why #sex# suddenly became evil", "但是没有人知道为什么#sex#突然变得邪恶了")
 t("#ORCHID#%s does not recognize you.", "#ORCHID#%s 没有认出你。")
 t("Challenge your mirror clone and triumph!", "挑战你的镜像克隆体,并取得胜利!")
-t("Challenge: #PURPLE#Mirror Match", "挑战:  #PURPLE#镜像挑战")
+t("Challenge: #PURPLE#Mirror Match", "挑战:#PURPLE#镜像挑战")
 t("#CRIMSON#The Fight Is Joined!", "#CRIMSON#战斗开始了!")
-t("Challenge: #PURPLE#Near Sighted", "Challenge: #PURPLE#近视眼")
+t("Challenge: #PURPLE#Near Sighted", "挑战:#PURPLE#近视眼")
 t("Proceed to the next Infinite Dungeon level with -7 sight range for a reward.", "在-7视野下到达无尽地下城的下一层,以获得奖励")
 t("Near Sighted", "近视眼")
 t("Proceed to the next Infinite Dungeon level with -7 sight range.", "在-7视野下到达无尽地下城的下一层。")
 t("All foes (including bosses) gain the ability to multiply up to 3 times.  You must survive for at least %d turns before exiting.", "所有敌人(包括boss)都有能力复制 3 次。你需要至少存活 %d 个回合才能离开。")
-t("Challenge: #PURPLE#Multiplicity", "Challenge: #PURPLE#复制")
+t("Challenge: #PURPLE#Multiplicity", "挑战:#PURPLE#复制")
 t("All foes have the multiply talent!", "所有敌人都有复制能力")
 t("Multiplicity", "复制")
 t("Turns left: #LIGHT_GREEN#%d", "剩余回合: #LIGHT_GREEN#%d")
-t("#LIGHT_GREEN#Multiplicity: You have survived so far. Exit for your reward!", "#LIGHT_GREEN#复制: 你存活了下来。离开楼层,领取奖励吧!")
+t("#LIGHT_GREEN#Multiplicity: You have survived so far. Exit for your reward!", "#LIGHT_GREEN#复制:你存活了下来。离开楼层,领取奖励吧!")
 t("Survive the multiplicative madness!.", "从疯狂的复制中存活下来!")
 t("#rng# the Spawn of Urh'Rok", "#rng# 乌鲁洛克的子嗣")
-t("Challenge: #PURPLE#Headhunter", "Challenge: #PURPLE#猎头者")
+t("Challenge: #PURPLE#Headhunter", "挑战:#PURPLE#猎头者")
 t("Kill %d spawns of Urh'Rok on the level before killing any other elite (or higher rank) creatures, for an uncommon reward.", "在杀死精英或更高级别的怪物之前,在楼层里杀死 %d 个乌鲁洛克的子嗣,以获取稀有奖励。")
 t("Headhunter", "猎头者")
 t("Kill %d spawns of Urh'Rok on the level before killing any elite creatures.", "在杀死任何精英怪物之前,杀死楼层里 %d 个乌鲁洛克的子嗣。")
-t("%d / %d demon spawn killed.", "已杀死 %d / %d 个恶魔子嗣")
+t("%d / %d demon spawn killed.", "已杀死 %d/%d 个恶魔子嗣")
 t("#ORCHID#You claim the head of %s, giving pause to all foes on the level.", "#ORCHID#你杀死了 %s,楼层上所有的敌人都被暂停了。")
 t("Accept", "接受")
 t("Refuse", "拒绝")
 t("Random Artifact", "随机神器")
-t("Random Artifact: %s", "随机神器: %s")
+t("Random Artifact: %s", "随机神器:%s")
 t("+3 Stat Points", "+3 属性点")
 t("+1 Class Point", "+1 职业技能点")
 t("+1 Generic Point", "+1 通用技能点")
 t("+1 Category Point", "+1 大系点")
 t("+1 Prodigy Point", "+1 觉醒点")
 t(" and ", "和")
-t("#OLIVE_DRAB#Reward%s: %s", "#OLIVE_DRAB#奖励: %s", {[2]=1})
-t("#LIGHT_BLUE#%s has received: %s.", "#LIGHT_BLUE#%s获得了: %s.")
-t("You have unlocked a new talent: %s!", "你解锁了新技能:  %s!")
+t("#OLIVE_DRAB#Reward%s: %s", "#OLIVE_DRAB#奖励:%s", {[2]=1})
+t("#LIGHT_BLUE#%s has received: %s.", "#LIGHT_BLUE#%s获得了:%s.")
+t("You have unlocked a new talent: %s!", "你解锁了新技能:%s!")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Grid.lua"
 
+t("Leave", "离开")
+t("Open", "打开")
 t("spot", "点")
 t("%s's %s", "%sçš„%s")
-t(" (range: ", " (距离: ")
-t("Min.level: ", "最小等级: ")
+t(" (range: ", " (距离:")
+t("Min.level: ", "最小等级:")
 t("Never visited yet", "尚未探索区域")
 t("In sight", "视线内")
 t("Lit", "被照亮区域")
@@ -2278,15 +2376,15 @@ t("Blocks movement", "阻碍移动")
 t("Special breathing method required", "需要特殊呼吸技能")
 t("Diggable", "可挖掘")
 t("Cannot teleport to this place", "无法传送到这里")
-t("Coords: ", "坐标: ")
-t("map attrs: ", "地图属性: ")
+t("Coords: ", "坐标:")
+t("map attrs: ", "地图属性:")
 t("#VIOLET#You hear a mechanism clicking.", "#VIOLET#你听到了机械转动的声音。")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/MapEffects.lua"
 
-t(" area effect", " 地图效果")
+t(" area effect", "地图效果")
 t("area effect", "地图效果")
 t("%s's %s", "%sçš„%s")
 
@@ -2294,13 +2392,14 @@ t("%s's %s", "%sçš„%s")
 ------------------------------------------------
 section "game/modules/tome/class/NPC.lua"
 
-t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的 %s 消失了。")
-t("Killed by you: %s", "被你杀死: %s")
-t("Target: ", "目标: ")
+t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的%s消失了。")
+t("Killed by you: %s", "被你杀死:%s")
+t("Target: ", "目标:")
 t("none", "没有")
-t(" looking %s", " 寻找 %s")
-t(" looking at you.", " 正在看着你。")
-t("%s says: '%s'", "%s 说道:“ %s ”")
+t(" looking %s", "寻找%s")
+t(" looking at you.", "正在看着你。")
+t("UID: ", "UID:")
+t("%s says: '%s'", "%s说道:“%s”")
 
 
 ------------------------------------------------
@@ -2323,6 +2422,7 @@ t("You see one more object.", "还有一件物品。")
 t("You see %d more objects.", "还有%d件物品。")
 t("%d%% power", "%d%% 伤害")
 t("%s-%s power", "%s-%s 伤害")
+t("%0.2f %s", "%0.2f%s")
 t("%s%0.2f/turn", "%s%0.2f/回合")
 t("%s, %s apr", "%s, %s 护甲穿透")
 t("%d/%d, %s, %s apr", "%d/%d, %s, %s 护甲穿透")
@@ -2340,57 +2440,60 @@ t(" (%d cooldown)", " (%d 冷却)")
 t("object", "物品")
 t("%s, %sspecial#LAST#", "%s, %s特殊#LAST#")
 t("%s, %sego#LAST#", "%s, %s词缀#LAST#")
-t(" crit mult (max 40%)", " 暴击伤害 (最大 40%)")
-t(" crit chance (max 25%)", " 暴击率 (最大 25%)")
-t(" base dam (max 20%)", " 基础伤害 (最大 20%)")
-t(" proc dam (max 200%)", " 触发伤害 (最大 200%)")
+t(" crit mult (max 40%)", " 暴击伤害(最大40%)")
+t(" crit chance (max 25%)", " 暴击率(最大25%)")
+t(" base dam (max 20%)", " 基础伤害(最大20%)")
+t(" proc dam (max 200%)", " 触发伤害(最大200%)")
 t(" APR (max 50%)", " 护甲穿透 (最大 50%)")
-t("Accuracy bonus: ", "命中加成: ")
-t("Power: %3d%% (%s)  Range: %.1fx (%s)", "伤害: %3d%% (%s)  范围: %.1fx (%s)")
-t("Power: %3d%%  Range: %.1fx", "伤害: %3d%%  范围: %.1fx")
-t("Base power: %.1f - %.1f", "基础伤害: %.1f - %.1f")
-t("Uses stat%s: %s", "使用属性: %s", {[2]=1})
-t("Damage type: ", "伤害类型: ")
-t("Armour Penetration: ", "护甲穿透: ")
-t("Crit. chance: ", "暴击率: ")
-t("Crit. power: ", "暴击伤害加成: ")
-t("Attack speed: ", "攻击速度: ")
-t("Block value: ", "格挡值: ")
-t("Dam. multiplier: ", "伤害倍率: ")
-t("Firing range: ", "攻击距离: ")
-t("Capacity: ", "弹仓容量: ")
-t("Reload speed: ", "装填速度: ")
-t("Turns elapse between self-loadings: ", "自动填弹间隔: ")
-t("When this weapon hits: %s (%d%% chance level %d).", "当该武器击中: %s (%d%% 几率等级 %d)。")
-t("When this weapon crits: %s (%d%% chance level %d).", "当该武器暴击时: %s (%d%% 几率等级 %d)。")
-t("#YELLOW#On weapon hit:#LAST#", "#YELLOW#武器击中时:#LAST#")
-t("#YELLOW#On weapon crit:#LAST#", "#YELLOW#武器暴击时:#LAST#")
-t("#YELLOW#On weapon kill:#LAST#", "#YELLOW#武器击杀时:#LAST#")
+t("Accuracy bonus: ", "命中加成:")
+t("%d%% %s", "%d%%%s")
+t("Power: %3d%% (%s)  Range: %.1fx (%s)", "伤害:%3d%% (%s)  范围:%.1fx (%s)")
+t("Power: %3d%%  Range: %.1fx", "伤害:%3d%%  范围:%.1fx")
+t("Base power: %.1f - %.1f", "基础伤害:%.1f-%.1f")
+t("Uses stat%s: %s", "使用属性:%s", {[2]=1})
+t("Damage type: ", "伤害类型:")
+t("Armour Penetration: ", "护甲穿透:")
+t("Crit. chance: ", "暴击率:")
+t("Crit. power: ", "暴击伤害加成:")
+t("Attack speed: ", "攻击速度:")
+t("Block value: ", "格挡值:")
+t("Dam. multiplier: ", "伤害倍率:")
+t("Firing range: ", "攻击距离:")
+t("Capacity: ", "弹仓容量:")
+t("Reload speed: ", "装填速度:")
+t("Turns elapse between self-loadings: ", "自动填弹间隔:")
+t("When this weapon hits: %s (%d%% chance level %d).", "当该武器击中:%s (%d%% 几率等级 %d)。")
+t("When this weapon crits: %s (%d%% chance level %d).", "当该武器暴击时:%s (%d%% 几率等级 %d)。")
+t("#YELLOW#On weapon hit:#LAST#", "#YELLOW#武器击中时:#LAST#")
+t("#YELLOW#On weapon crit:#LAST#", "#YELLOW#武器暴击时:#LAST#")
+t("#YELLOW#On weapon kill:#LAST#", "#YELLOW#武器击杀时:#LAST#")
 t("When used from stealth a simple attack with it will not break stealth.", "潜行中使用,单纯攻击不会取消潜行。")
+t("Crushing Blows: ", "毁灭打击: ")
 t("Damage dealt by this weapon is increased by half your critical multiplier, if doing so would kill the target.", "这把武器造成的伤害将增加一半的暴击加成,如果这样能秒杀目标。")
-t("Travel speed: ", "飞行速度: ")
-t("Damage Shield penetration (this weapon only): ", "伤害护盾穿透(仅该武器) ")
-t("Lifesteal (this weapon only): ", "吸血(仅该武器): ")
-t("Multiple attacks: ", "多重攻击: ")
-t("Multiple attacks procs power reduction: ", "多重攻击强度衰减: ")
+t("Travel speed: ", "飞行速度:")
+t("Damage Shield penetration (this weapon only): ", "伤害护盾穿透(仅该武器):")
+t("Lifesteal (this weapon only): ", "吸血(仅该武器):")
+t("Multiple attacks: ", "多重攻击:")
+t("Multiple attacks procs power reduction: ", "多重攻击强度衰减:")
 t("Shots beam through all targets.", "光束穿透所有目标。")
-t("Damage (radius 1) on hit: ", "击中时溅射伤害(1格半径): ")
-t("Damage (radius 2) on crit: ", "暴击时溅射伤害(2格半径): ")
-t("Damage conversion: ", "伤害类型转换: ")
+t("Damage (radius 1) on hit: ", "击中时溅射伤害(1格半径):")
+t("Damage (radius 2) on crit: ", "暴击时溅射伤害(2格半径):")
+t("Damage conversion: ", "伤害类型转换:")
 t("[Plot Item]", "[剧情物品]")
 t("[Cosmetic Item]", "[装饰物品]")
-t("[Legendary]", "[传说物品]")
-t("[Godslayer]", "[弑神者物品]")
-t("[Random Unique]", "[随机史诗]")
-t("[Unique]", "[史诗]")
-t("Type: %s / %s", "类型: %s / %s")
+t("[Legendary]", "[传说级物品]")
+t("[Godslayer]", "[弑神级物品]")
+t("[Random Unique]", "[随机史诗级物品]")
+t("[Unique]", "[史诗级物品]")
+t("Type: %s / %s", "类型:%s/%s")
 t("unknown", "未知")
 t(" ; tier ", " ; 材质等级 ")
 t("It must be held with both hands.", "你必须使用双手装备。")
 t("It can be used as a weapon and offhand.", "能当作单手武器+副手使用")
-t("Mastery: ", "武器精通类型: ")
+t("Mastery: ", "武器精通类型:")
 t("Accuracy is based on willpower for this weapon.", "该武器的命中率受意志加成。")
-t("Weapon Damage: ", "武器伤害: ")
+t("Weapon Damage: ", "武器伤害:")
+t(", ", ",")
 t("#YELLOW#It can cause special effects when it strikes in combat.#LAST#", "#YELLOW#近战击中时触发特殊效果。#LAST#")
 t("#ORCHID#It can cause special effects when a melee attack is blocked.#LAST#", "#ORCHID#近战格挡时触发特殊效果。#LAST#")
 t("It %s ambient light (%+d radius).", "它%s光照。 (%+d 光照范围).")
@@ -2399,174 +2502,181 @@ t("provides", "提供")
 t("#ORANGE#It has an activatable power.#LAST#", "#ORANGE#它具有一项可激活的能力。#LAST#")
 t("It is part of a set of items.", "它是某个套装中的一件。")
 t("The set is complete.", "套装已完成。")
-t("Accuracy: ", "命中: ")
-t("Armour penetration: ", "护甲穿透: ")
-t("Physical crit. chance: ", "物理暴击率: ")
-t("Physical power: ", "物理强度: ")
-t("Armour: ", "护甲值: ")
-t("Armour Hardiness: ", "护甲强度: ")
-t("Defense: ", "近战闪避: ")
-t("Ranged Defense: ", "远程闪避: ")
-t("Fatigue: ", "疲劳值: ")
-t("Ammo reloads per turn: ", "每回合装载弹药数: ")
-t("Effects on melee hit: ", "近战附加特效: ")
-t("Damage (Melee): ", "近战附加伤害: ")
-t("Effects on ranged hit: ", "远程附加特效: ")
-t("Damage (Ranged): ", "远程附加伤害: ")
-t("Effects when hit in melee: ", "近战反击特效: ")
-t("Damage when hit (Melee): ", "近战反击伤害: ")
+t("Accuracy: ", "命中:")
+t("Armour penetration: ", "护甲穿透:")
+t("Physical crit. chance: ", "物理暴击率:")
+t("Physical power: ", "物理强度:")
+t("Armour: ", "护甲值:")
+t("Armour Hardiness: ", "护甲强度:")
+t("Defense: ", "近战闪避:")
+t("Ranged Defense: ", "远程闪避:")
+t("Fatigue: ", "疲劳值:")
+t("Ammo reloads per turn: ", "每回合装载弹药数:")
+t("Effects on melee hit: ", "近战附加特效:")
+t("Damage (Melee): ", "近战附加伤害:")
+t("Effects on ranged hit: ", "远程附加特效:")
+t("Damage (Ranged): ", "远程附加伤害:")
+t("Effects when hit in melee: ", "近战反击特效:")
+t("Damage when hit (Melee): ", "近战反击伤害:")
 t("No left", "没有左侧")
 t("No right", "没有右侧")
 t("#YELLOW#On shield block:#LAST#", "#YELLOW#盾牌格挡时:#LAST#")
-t("Changes stats: ", "属性变化: ")
-t("Changes resistances: ", "抗性改变: ")
-t("Changes resistances cap: ", "抗性上限改变: ")
-t("Reduce damage by fixed amount: ", "按固定数值减少全部伤害: ")
-t("Maximum wards: ", "最大守护次数: ")
-t("Changes resistances penetration: ", "抗性穿透改变: ")
-t("Changes damage: ", "伤害加成: ")
-t("Damage against: ", "伤害增幅: ")
-t("Reduced damage from: ", "降低特定来源伤害: ")
-t("Talent category bonus: ", "技能树加成: ")
-t("Damage affinity(heal): ", "伤害吸收(治疗): ")
+t("Changes stats: ", "属性变化:")
+t("Changes resistances: ", "抗性改变:")
+t("Changes resistances cap: ", "抗性上限改变:")
+t("Reduce damage by fixed amount: ", "按固定数值减少全部伤害:")
+t("Maximum wards: ", "最大守护次数:")
+t("Changes resistances penetration: ", "抗性穿透改变:")
+t("Changes damage: ", "伤害加成:")
+t("Damage against: ", "伤害增幅:")
+t("Reduced damage from: ", "降低特定来源伤害:")
+t("Talent category bonus: ", "技能树加成:")
+t("Damage affinity(heal): ", "伤害吸收(治疗):")
+t(" %s", "%s")
 t("all", "所有")
-t("Change telepathy range by : ", "心灵感应范围改变: ")
+t("Change telepathy range by : ", "心灵感应范围改变:")
 t("All", "所有")
-t("Grants telepathy: ", "获得心灵感应: ")
-t("Talent master%s: ", "技能精通: ")
-t("Talent%s cooldown:", "技能 冷却时间:")
+t("Grants telepathy: ", "获得心灵感应:")
+t("Talent master%s: ", "技能精通:")
+t(" / ", "/")
+t("Talent%s cooldown:", "技能冷却时间:")
 t("turn%s)", "回合)")
 t(" turn%s)", " 回合)")
 t(" %s (%+d(-) turn%s)", " %s (%+d(-) 回合)")
-t("Talent%s granted: ", "获得技能: ")
-t("Allows you to breathe in: ", "可以在以下环境呼吸: ")
-t("Critical mult.: ", "暴击伤害加成: ")
-t("Reduces incoming crit damage: ", "降低暴击伤害: ")
-t("Reduces opponents crit chance: ", "降低对方暴击率: ")
-t("Trap disarming bonus: ", "拆除陷阱加成: ")
-t("Stealth bonus: ", "潜行加成: ")
-t("Maximum encumbrance: ", "负重上限加成: ")
-t("Physical save: ", "物理豁免加成: ")
-t("Spell save: ", "法术豁免加成: ")
-t("Mental save: ", "精神豁免加成: ")
-t("Blindness immunity: ", "致盲免疫: ")
-t("Poison immunity: ", "毒素免疫: ")
-t("Disease immunity: ", "疾病免疫: ")
-t("Cut immunity: ", "流血免疫: ")
-t("Silence immunity: ", "沉默免疫: ")
-t("Disarm immunity: ", "缴械免疫: ")
-t("Confusion immunity: ", "混乱免疫: ")
-t("Sleep immunity: ", "睡眠免疫: ")
-t("Pinning immunity: ", "定身免疫: ")
-t("Stun/Freeze immunity: ", "震慑/冰冻免疫: ")
-t("Fear immunity: ", "恐惧免疫: ")
-t("Knockback immunity: ", "击退免疫: ")
-t("Instant-death immunity: ", "即死免疫: ")
-t("Teleport immunity: ", "传送免疫: ")
-t("Life regen: ", "生命回复: ")
-t("Stamina each turn: ", "每回合体力回复: ")
-t("Mana each turn: ", "每回合法力回复: ")
-t("Hate each turn: ", "每回合仇恨值回复: ")
-t("Psi each turn: ", "每回合超能力值回复: ")
-t("Equilibrium each turn: ", "每回合失衡值回复: ")
-t("Vim each turn: ", "每回合活力值回复: ")
-t("P.Energy each turn: ", "每回合正能量值回复: ")
-t("N.Energy each turn: ", "每回合负能量值回复: ")
-t("Stamina when hit: ", "被击中回复体力: ")
-t("Mana when hit: ", "被击中回复法力: ")
-t("Equilibrium when hit: ", "被击中回复失衡值: ")
-t("Psi when hit: ", "被击中回复超能力值: ")
-t("Hate when hit: ", "被击中回复仇恨值: ")
-t("Vim when hit: ", "被击中回复活力值: ")
-t("Vim when hitting in melee: ", "近战命中时回复活力: ")
-t("Mana when firing critical spell: ", "法术暴击时回复法力: ")
-t("Vim when firing critical spell: ", "法术暴击时回复活力: ")
-t("Spellpower on spell critical (stacks up to 3 times): ", "法术暴击时增加法术强度(最大叠加3次): ")
-t("Hate when firing a critical mind attack: ", "精神暴击时回复仇恨值: ")
-t("Psi when firing a critical mind attack: ", "精神暴击时回复超能力值: ")
-t("Equilibrium when firing a critical mind attack: ", "精神暴击时回复失衡值: ")
-t("Hate per kill: ", "每次击杀获得仇恨值: ")
-t("Psi per kill: ", "每次击杀获得超能力值: ")
-t("Vim per kill: ", "每次击杀获得活力值: ")
-t("Only die when reaching: ", "生命底限: ")
-t("Maximum life: ", "生命上限: ")
-t("Maximum mana: ", "法力上限: ")
-t("Maximum souls: ", "灵魂上限: ")
-t("Maximum stamina: ", "体力上限: ")
-t("Maximum hate: ", "仇恨上限: ")
-t("Maximum psi: ", "超能力值上限: ")
-t("Maximum vim: ", "活力上限: ")
-t("Maximum pos.energy: ", "正能量上限: ")
-t("Maximum neg.energy: ", "负能量上限: ")
-t("Maximum air capacity: ", "空气容量上限: ")
-t("Spellpower: ", "法术强度: ")
-t("Spell crit. chance: ", "法术暴击率: ")
-t("Lowers spell cool-downs by: ", "减少法术冷却时间: ")
-t("%+d #LAST#(%+d eff.)", "%+d #LAST#(%+d 有效值)")
-t("Mindpower: ", "精神强度: ")
-t("Mental crit. chance: ", "精神暴击率: ")
-t("Light radius: ", "光照范围: ")
-t("Infravision radius: ", "夜视范围: ")
-t("Heightened senses radius: ", "强化感知范围: ")
-t("Sight radius: ", "视觉范围: ")
-t("See stealth: ", "侦测潜行: ")
-t("See invisible: ", "侦测隐形: ")
-t("Invisibility: ", "隐形等级: ")
-t("Global speed: ", "整体速度: ")
-t("Movement speed: ", "移动速度: ")
-t("Combat speed: ", "战斗速度: ")
-t("Casting speed: ", "施法速度: ")
-t("Mental speed: ", "精神速度: ")
-t("Healing mod.: ", "治疗加成: ")
-t("Heals friendly targets nearby when you use a nature summon: ", "当你使用自然召唤时治疗附近友方单位: ")
-t("Life leech chance: ", "吸血几率: ")
-t("Life leech: ", "吸血: ")
-t("Resource leech chance: ", "能量吸收几率: ")
-t("Resource leech: ", "能量吸收: ")
-t("Damage Shield penetration: ", "护盾穿透: ")
-t("Deflect projectiles away: ", "抛射物偏斜: ")
-t("Chance to avoid attacks: ", "闪避攻击几率: ")
-t("Chance to avoid any damage: ", "无视伤害几率: ")
-t("Defense after a teleport: ", "传送后增加闪避: ")
-t("Resist all after a teleport: ", "传送后增加所有抵抗: ")
-t("New effects duration reduction after a teleport: ", "传送后减少效果持续时间: ")
-t("Damage Resonance (when hit): ", "伤害共振(当击中时): ")
-t("Size category: ", "体积等级: ")
-t("Max wilder summons: ", "最大自然召唤数: ")
-t("Life regen bonus (wilder-summons): ", "生命回复加成(自然召唤): ")
-t("Damage Shield Duration: ", "护盾持续时间增加: ")
-t("Damage Shield Power: ", "护盾强度增加: ")
-t("Ice block penetration: ", "冰块穿透: ")
-t("Slows Projectiles: ", "减缓抛射物速度: ")
-t("Bonus block near projectiles: ", "附近有抛射物时获得额外格挡: ")
-t("Reduces paradox anomalies(equivalent to willpower): ", "时空技能异常阀值(基于意志): ")
-t("Damage Backlash: ", "伤害回火: ")
-t("Reduce all damage from unseen attackers: ", "降低不可见目标伤害: ")
+t("Talent%s granted: ", "获得技能:")
+t("Allows you to breathe in: ", "可以在以下环境呼吸:")
+t("Critical mult.: ", "暴击伤害加成:")
+t("Reduces incoming crit damage: ", "降低暴击伤害:")
+t("Reduces opponents crit chance: ", "降低对方暴击率:")
+t("Trap disarming bonus: ", "拆除陷阱加成:")
+t("Stealth bonus: ", "潜行加成:")
+t("Maximum encumbrance: ", "负重上限加成:")
+t("Physical save: ", "物理豁免加成:")
+t("Spell save: ", "法术豁免加成:")
+t("Mental save: ", "精神豁免加成:")
+t("Blindness immunity: ", "致盲免疫:")
+t("Poison immunity: ", "毒素免疫:")
+t("Disease immunity: ", "疾病免疫:")
+t("Cut immunity: ", "流血免疫:")
+t("Silence immunity: ", "沉默免疫:")
+t("Disarm immunity: ", "缴械免疫:")
+t("Confusion immunity: ", "混乱免疫:")
+t("Sleep immunity: ", "睡眠免疫:")
+t("Pinning immunity: ", "定身免疫:")
+t("Stun/Freeze immunity: ", "震慑/冰冻免疫:")
+t("Fear immunity: ", "恐惧免疫:")
+t("Knockback immunity: ", "击退免疫:")
+t("Instant-death immunity: ", "即死免疫:")
+t("Teleport immunity: ", "传送免疫:")
+t("Life regen: ", "生命回复:")
+t("Stamina each turn: ", "每回合体力回复:")
+t("Mana each turn: ", "每回合法力回复:")
+t("Hate each turn: ", "每回合仇恨值回复:")
+t("Psi each turn: ", "每回合超能力值回复:")
+t("Equilibrium each turn: ", "每回合失衡值回复:")
+t("Vim each turn: ", "每回合活力值回复:")
+t("P.Energy each turn: ", "每回合正能量值回复:")
+t("N.Energy each turn: ", "每回合负能量值回复:")
+t("Stamina when hit: ", "被击中回复体力:")
+t("Mana when hit: ", "被击中回复法力:")
+t("Equilibrium when hit: ", "被击中回复失衡值:")
+t("Psi when hit: ", "被击中回复超能力值:")
+t("Hate when hit: ", "被击中回复仇恨值:")
+t("Vim when hit: ", "被击中回复活力值:")
+t("Vim when hitting in melee: ", "近战命中时回复活力:")
+t("Mana when firing critical spell: ", "法术暴击时回复法力:")
+t("Vim when firing critical spell: ", "法术暴击时回复活力:")
+t("Spellpower on spell critical (stacks up to 3 times): ", "法术暴击时增加法术强度(最大叠加3次):")
+t("Hate when firing a critical mind attack: ", "精神暴击时回复仇恨值:")
+t("Psi when firing a critical mind attack: ", "精神暴击时回复超能力值:")
+t("Equilibrium when firing a critical mind attack: ", "精神暴击时回复失衡值:")
+t("Hate per kill: ", "每次击杀获得仇恨值:")
+t("Psi per kill: ", "每次击杀获得超能力值:")
+t("Vim per kill: ", "每次击杀获得活力值:")
+t("%+.2f life", "%+.2f 生命")
+t("Only die when reaching: ", "生命底限:")
+t("Maximum life: ", "生命上限:")
+t("Maximum mana: ", "法力上限:")
+t("Maximum souls: ", "灵魂上限:")
+t("Maximum stamina: ", "体力上限:")
+t("Maximum hate: ", "仇恨上限:")
+t("Maximum psi: ", "超能力值上限:")
+t("Maximum vim: ", "活力上限:")
+t("Maximum pos.energy: ", "正能量上限:")
+t("Maximum neg.energy: ", "负能量上限:")
+t("Maximum air capacity: ", "空气容量上限:")
+t("Spellpower: ", "法术强度:")
+t("Spell crit. chance: ", "法术暴击率:")
+t("Lowers spell cool-downs by: ", "减少法术冷却时间:")
+t("%+d #LAST#(%+d eff.)", "%+d#LAST#(%+d有效值)")
+t("Mindpower: ", "精神强度:")
+t("Mental crit. chance: ", "精神暴击率:")
+t("Light radius: ", "光照范围:")
+t("Infravision radius: ", "夜视范围:")
+t("Heightened senses radius: ", "强化感知范围:")
+t("Sight radius: ", "视觉范围:")
+t("See stealth: ", "侦测潜行:")
+t("See invisible: ", "侦测隐形:")
+t("Invisibility: ", "隐形等级:")
+t("Global speed: ", "整体速度:")
+t("Movement speed: ", "移动速度:")
+t("Combat speed: ", "战斗速度:")
+t("Casting speed: ", "施法速度:")
+t("Mental speed: ", "精神速度:")
+t("Healing mod.: ", "治疗加成:")
+t("Heals friendly targets nearby when you use a nature summon: ", "当你使用自然召唤时治疗附近友方单位:")
+t("Life leech chance: ", "吸血几率:")
+t("Life leech: ", "吸血:")
+t("Resource leech chance: ", "能量吸收几率:")
+t("Resource leech: ", "能量吸收:")
+t("Damage Shield penetration: ", "护盾穿透:")
+t("Deflect projectiles away: ", "抛射物偏斜:")
+t("Chance to avoid attacks: ", "闪避攻击几率:")
+t("Chance to avoid any damage: ", "无视伤害几率:")
+t("Defense after a teleport: ", "传送后增加闪避:")
+t("Resist all after a teleport: ", "传送后增加所有抵抗:")
+t("New effects duration reduction after a teleport: ", "传送后减少效果持续时间:")
+t("Damage Resonance (when hit): ", "伤害共振(当击中时):")
+t("Size category: ", "体积等级:")
+t("Max wilder summons: ", "最大自然召唤数:")
+t("Life regen bonus (wilder-summons): ", "生命回复加成(自然召唤):")
+t("Damage Shield Duration: ", "护盾持续时间增加:")
+t("Damage Shield Power: ", "护盾强度增加:")
+t("Ice block penetration: ", "冰块穿透:")
+t("Slows Projectiles: ", "减缓抛射物速度:")
+t("Bonus block near projectiles: ", "附近有抛射物时获得额外格挡:")
+t("Reduces paradox anomalies(equivalent to willpower): ", "时空技能异常阀值(基于意志):")
+t("Damage Backlash: ", "伤害回火:")
+t("Reduce all damage from unseen attackers: ", "降低不可见目标伤害:")
 t("The wearer is treated as an undead.", "装备者将被视为不死族。")
 t("The wearer is treated as a demon.", "装备者将被视为恶魔。")
 t("The wearer is blinded.", "装备者处于失明状态。")
 t("The wearer is asleep.", "穿戴者陷入沉睡。")
+t("Blind-Fight: ", "心眼: ")
 t("This item allows the wearer to attack unseen targets without any penalties.", "该物品允许你在攻击不可见单位时不受任何惩罚。")
+t("Lucid Dreamer: ", "清晰梦境: ")
 t("This item allows the wearer to act while sleeping.", "此装备允许装备者边睡觉边行动。")
 t("The wearer no longer has to breathe.", "装备者不需要呼吸。")
+t("Quick Weapon Swap:", "无影手: ")
 t("This item allows the wearer to swap to their secondary weapon without spending a turn.", "该武器允许装备者在切换至副武器时无需消耗一回合。")
+t("Avoid Pressure Traps: ", "避免压力陷阱: ")
 t("The wearer never triggers traps that require pressure.", "该物品可防止装备者触发压力式陷阱。")
 t("Allows you to speak and read the old Sher'Tul language.", "让你学会古老的夏·图尔语言。")
-t("When used to modify unarmed attacks:", "徒手伤害加成: ")
+t("When used to modify unarmed attacks:", "徒手伤害加成:")
 t("Learn an unarmed attack talent or enable 'Always show glove combat' to see combat stats.", "学习空手攻击技能,或者开启 '强制显示手套战斗数据' 选项来查看战斗数据")
-t("When used to attack (with talents):", "使用技能攻击时: ")
+t("When used to attack (with talents):", "使用技能攻击时:")
 t("Learn shield attack talent or enable 'Always show shield combat' to see combat stats.", "学习盾牌攻击技能,或者开启 '强制显示盾牌战斗数据' 选项来查看战斗数据")
 t("It is immune to teleportation, if you teleport it will fall on the ground.", "此物品无法传送,传送时会自动掉落。")
-t("When wielded/worn:", "当使用或装备时: ")
-t("Skullcracker multiplicator: ", "铁头功加成: ")
-t("When carried:", "当携带时: ")
-t("Attach on item of type '#ORANGE#%s / %s#LAST#'", "安装在该类型物品上 '#ORANGE#%s / %s#LAST#'")
+t("When wielded/worn:", "当使用或装备时:")
+t("Skullcracker multiplicator: ", "铁头功加成:")
+t("When carried:", "当携带时:")
+t("Attach on item of type '#ORANGE#%s / %s#LAST#'", "安装在该类型物品上 '#ORANGE#%s/%s#LAST#'")
 t("Attach on item of type '#ORANGE#%s#LAST#'", "安装在该类型物品上 '#ORANGE#%s#LAST#'")
 t("Attach on item worn on slot '#ORANGE#%s#LAST#'", "安装在该槽位物品上 '#ORANGE#%s#LAST#'")
-t("When attach to an other item:", "当安装到物品上时: ")
-t("Special effect on block: ", "格挡时特效: ")
-t("When used to imbue an object:", "当被用来强化装备时: ")
-t("When used as an alchemist bomb:", "当用作炼金炸弹时: ")
+t("When attach to an other item:", "当安装到物品上时:")
+t("Special effect on block: ", "格挡时特效:")
+t("When used to imbue an object:", "当被用来强化装备时:")
+t("When used as an alchemist bomb:", "当用作炼金炸弹时:")
 t("Bomb damage +%d%%", "炸弹伤害 +%d%%")
 t("Bomb thrown range +%d", "炸弹投掷距离 +%d")
 t("Mana regain %d", "法力值回复 %d")
@@ -2574,11 +2684,11 @@ t("%d%% chance to daze for %d turns", "%d%% 几率眩晕 %d 回合")
 t("%d%% chance to stun for %d turns", "%d%% 几率震慑 %d 回合")
 t("Additional %d %s damage", "额外 %d %s伤害")
 t("Life regen %d%% of max life", "生命值回复增加 %d%% 最大生命值")
-t("Latent Damage Type: ", "潜在伤害类型: ")
+t("Latent Damage Type: ", "潜在伤害类型:")
 t("When inscribed on your body:", "当铭刻在你的皮肤上时:")
-t("Talent on hit(spell): %s (%d%% chance level %d).", "技能(法术)命中后释放: %s (%d%% 几率等级 %d).")
-t("Talent on hit(nature): %s (%d%% chance level %d).", "技能(自然)命中后释放: %s (%d%% 几率等级 %d).")
-t("Talent on hit(mindpower): %s (%d%% chance level %d).", "技能(精神)命中后释放: %s (%d%% 几率等级 %d).")
+t("Talent on hit(spell): %s (%d%% chance level %d).", "技能(法术)命中后释放:%s (%d%% 几率等级 %d).")
+t("Talent on hit(nature): %s (%d%% chance level %d).", "技能(自然)命中后释放:%s (%d%% 几率等级 %d).")
+t("Talent on hit(mindpower): %s (%d%% chance level %d).", "技能(精神)命中后释放:%s (%d%% 几率等级 %d).")
 t("Activating this item is instant.", "使用该物品不需要时间。")
 t("It can be used to %s, with %d charges out of %d.", "可以用于 %s ,消耗 %d 充能,总计 %d。")
 t("Talent %s", "技能 %s")
@@ -2595,19 +2705,31 @@ Activation costs %d power out of %d/%d.]], [[它可以用于%s
 激活消耗%d能量,总计%d/%d。]])
 t("It can be used to %s.", "它可以用于%s。")
 t("%d out of %d/%d.", "%d,总计%d/%d.")
-t("Power cost: ", "能量消耗: ")
-t("It can be used to activate talent %s, placing all other charms into a %s cooldown :", "它可以用于触发技能%s,将所有其他物品置入%s回合冷却:")
-t("It can be used to activate talent %s (costing %s power out of %s/%s) :", "它可以用于触发技能%s (消耗%s能量,总计%s/%s) :")
+t("Power cost: ", "能量消耗:")
+t("It can be used to activate talent %s, placing all other charms into a %s cooldown :", "它可以用于触发技能%s,将所有其他物品置入%s回合冷却:")
+t("It can be used to activate talent %s (costing %s power out of %s/%s) :", "它可以用于触发技能%s (消耗%s能量,总计%s/%s):")
 t("When used:", "当使用时:")
 t("%s%% chance to %s", "%s%% 几率触发 %s")
 t("Newly picked up", "最近拾取")
 t("This item will automatically be transmogrified when you leave the level.", "这一物品会在你离开地图的时候自动被转化。")
-t("Powered by #VIOLET#arcane forces#LAST#", "装备力量来源 #VIOLET#奥术力量#LAST#")
-t("Infused by #OLIVE_DRAB#nature#LAST#", "装备力量来源 #OLIVE_DRAB#自然力量#LAST#")
-t("Infused by #ORCHID#arcane disrupting forces#LAST#", "装备力量来源 #ORCHID#反魔法力量#LAST#")
-t("Crafted by #LIGHT_UMBER#a master#LAST#", "装备制造者 #LIGHT_UMBER#某位大师#LAST#")
-t("Infused by #YELLOW#psionic forces#LAST#", "装备力量来源 #YELLOW#超能力#LAST#")
-t("Powered by #CRIMSON#unknown forces#LAST#", "装备力量来源 #CRIMSON#未知力量#LAST#")
+t([[Powered by #VIOLET#arcane forces#LAST#
+]], [[装备力量来源 #VIOLET#奥术力量#LAST#
+]])
+t([[Infused by #OLIVE_DRAB#nature#LAST#
+]], [[装备力量来源 #OLIVE_DRAB#自然力量#LAST#
+]])
+t([[Infused by #ORCHID#arcane disrupting forces#LAST#
+]], [[装备力量来源 #ORCHID#反魔法力量#LAST#
+]])
+t([[Crafted by #LIGHT_UMBER#a master#LAST#
+]], [[装备制造者 #LIGHT_UMBER#某位大师#LAST#
+]])
+t([[Infused by #YELLOW#psionic forces#LAST#
+]], [[装备力量来源 #YELLOW#超能力#LAST#
+]])
+t([[Powered by #CRIMSON#unknown forces#LAST#
+]], [[装备力量来源 #CRIMSON#未知力量#LAST#
+]])
 t("%0.2f Encumbrance.", "%0.2f 负重。")
 t("This object's appearance was changed to %s", "这个物品的外观被改变为 %s 。")
 t("Press <control> to compare", "按住 <Ctrl> 键比较")
@@ -2621,13 +2743,13 @@ t("Can not switch control to this creature.", "无法切换至控制这个生物
 t("Switching control", "切换控制权")
 t("#MOCCASIN#Character control switched to %s.", "#MOCCASIN#角色切换至 %s 。")
 t("Can not give orders to this creature.", "无法对该生物发布指令。")
-t("Set action radius: %d", "设置行动范围: %d")
+t("Set action radius: %d", "设置行动范围:%d")
 t("Set the maximum distance this creature can go from the party master", "设置这个生物跟随队长的最大距离")
 t("%s maximum action radius set to %d.", "%s 的最大活动范围被设定为 %d 。")
 t("that location", "这个位置")
 t("%s will stay near %s.", "%s 将会待在 %s 身边。")
 t("%s targets #Target#.", "%s将#Target#设为目标。")
-t("Change name of: %s", "改变名字: %s")
+t("Change name of: %s", "改变名字:%s")
 t("Name", "名称")
 t("No, we must hurry!", "不行,我们必须得抓紧时间!")
 t("Ok, but not for long.", "好吧,但时间不要太长。")
@@ -2640,20 +2762,21 @@ t("The portal is %s, to the %s.", "传送门%s,在%s。")
 ------------------------------------------------
 section "game/modules/tome/class/PartyMember.lua"
 
-t("Behavior: %s", "行为: %s")
-t("Action radius: %d", "行动范围: %d")
+t("Behavior: %s", "行为:%s")
+t("Action radius: %d", "行动范围:%d")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Player.lua"
 
 t("There is an item here: %s", "发现物品:%s。")
-t("#YELLOW_GREEN#There is %s here (press '<', '>' or right click to use).", "#YELLOW_GREEN#这里有%s(按 '<', '>' or 或右键使用)。")
+t("#YELLOW_GREEN#There is %s here (press '<', '>' or right click to use).", "#YELLOW_GREEN#这里有%s(按 '<', '>' 或右键使用)。")
 t("Level change (%s)!", "地图切换 (%s)!")
 t("#FF0000#You carry too much--you are encumbered!", "#FF0000#你拿了太多东西——超重了!")
 t("#FF0000#Drop some of your items.", "#FF0000#丢弃一些东西。")
-t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的 %s 消失了。")
+t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的%s消失了。")
 t("taken damage", "受到伤害")
+t("LOW HEALTH!", "生命值低!")
 t("detrimental status effect", "负面状态效果")
 t("died", "死亡")
 t("suffocating", "窒息")
@@ -2661,9 +2784,9 @@ t("chat started", "开始聊天")
 t("%s available", "%s可用")
 t("#00ff00#%sTalent %s is ready to use.", "#00ff00#%s技能 %s 已经可以使用。")
 t("Automatic use of talent %s #DARK_RED#skipped#LAST#: cooldown too low (%d).", "%s 的自动施法被#DARK_RED#跳过#LAST#了:冷却时间太低(%d)")
-t("dialog is displayed", "有开启的对话框")
 t("losing health!", "生命值下降!")
 t("all resources and life at maximum", "所有资源和生命值已恢复满")
+t("dialog is displayed", "有开启的对话框")
 t("hostile spotted to the %s (%s%s)", "在%s有敌对目标(%s%s)")
 t("talent prevented", "有技能阻止你这么做")
 t("losing breath!", "窒息!")
@@ -2689,24 +2812,25 @@ t("This does not seem to have any effect.", "似乎没有发生任何作用。")
 t("You use the %s on the pedestal. There is a distant 'clonk' sound.", "你在基座上使用了 %s 。你听到远处传来一声“咔嗒”声。")
 t("#LIGHT_RED#%s briefly catches sight of you!", "#LIGHT_RED#%s 发现了你的踪迹!")
 t("#LIGHT_RED#You sense that Something has taken notice of you ...", "#LIGHT_RED#你感觉到有某个生物注意到了你的存在。")
-t("#LIGHT_GREEN#Accepted quest '%s'! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#接受了任务“ %s ”! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' status updated! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”状态已经更新! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' completed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”完成! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' is done! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”完成! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_RED#Quest '%s' is failed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_RED#任务“ %s ”失败! #WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Accepted quest '%s'! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#接受了任务“%s”!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' status updated! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”状态已经更新!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' completed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”完成!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' is done! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”完成!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_RED#Quest '%s' is failed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_RED#任务“%s”失败!#WHITE#(按下“j”查看任务日志)")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Projectile.lua"
 
-t("Projectile: ", "抛射物: ")
-t("Origin: ", "发射者: ")
-t("Speed: %d%% %s", "速度: %d%% %s")
-t("Affect origin chance: ", "击中发射者几率: ")
-t("Affect origin's friends chance: ", "击中发射者队友几率: ")
-t("Coords: ", "坐标: ")
-t(" homing: %s(%s, %s)", " 瞄准: %s(%s, %s)")
-t(" range: ", " 范围: ")
+t("Projectile: ", "抛射物:")
+t("Origin: ", "发射者:")
+t("Speed: %d%% %s", "速度:%d%%%s")
+t("Affect origin chance: ", "击中发射者几率:")
+t("Affect origin's friends chance: ", "击中发射者队友几率:")
+t("Coords: ", "坐标:")
+t("UID: ", "UID:")
+t(" homing: %s(%s, %s)", " 瞄准:%s(%s, %s)")
+t(" range: ", " 范围:")
 t("projectile", "抛射物")
 t("%s's %s", "%sçš„%s")
 
@@ -2718,14 +2842,14 @@ t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as thi
 t("Not enough gold", "金币不足")
 t("You do not have the %0.2f gold needed!", "你没有所需的 %0.2f 金币!")
 t("Buy %d %s for %0.2f gold%s?", "你要购买%d个%s,花费 %0.2f 金币吗?")
-t("Bought: %s %s for %0.2f gold.", "已购买: %s %s 价格 %0.2f 金币。")
+t("Bought: %s %s for %0.2f gold.", "已购买:%s %s 价格 %0.2f 金币。")
 t("Buy", "è´­ä¹°")
 t("Sell %d %s for %0.2f gold%s?", "你要触手%d个%s,获得 %0.2f 金币吗?")
-t("Sold: %s %s for %0.2f gold.", "已出售: %s %s 价格 %0.2f 金币。")
+t("Sold: %s %s for %0.2f gold.", "已出售:%s %s 价格 %0.2f 金币。")
 t("Cancel", "取消")
 t("Sell", "出售")
-t("Buy for: %0.2f gold (You have %0.2f gold)", "购买价: %0.2f 金币 (你有 %0.2f 金币)")
-t("Sell for: %0.2f gold (You have %0.2f gold)", "出售价: %0.2f 金币 (你有 %0.2f 金币)")
+t("Buy for: %0.2f gold (You have %0.2f gold)", "购买价:%0.2f 金币 (你有 %0.2f 金币)")
+t("Sell for: %0.2f gold (You have %0.2f gold)", "出售价:%0.2f 金币 (你有 %0.2f 金币)")
 t("You must be level %d to access this shop.", "你必须达到 %d级才能进入这个商店。")
 
 
@@ -2738,21 +2862,24 @@ t("<Store>", "<商店>")
 t("neutral", "中立")
 t("hostile", "敌对")
 t("friendly", "友善")
-t("Faction: ", "阵营: ")
+t("Faction: ", "阵营:")
 t("(beneficial)", "(有益)")
 t("(beneficial to enemies)", "(对敌人有益)")
 t("(safe)", "(安全)")
 t("pressure_trigger", "压力陷阱")
-t("#YELLOW#Detect: %d#WHITE#", "#YELLOW#侦测: %d#WHITE#")
-t("#YELLOW# Disarm: %d#WHITE#", "#YELLOW#解除: %d#WHITE#")
+t("#YELLOW#Detect: %d#WHITE#", "#YELLOW#侦测:%d#WHITE#")
+t("#YELLOW# Disarm: %d#WHITE#", "#YELLOW#解除:%d#WHITE#")
 t("You set off the trap!", "你触发了陷阱!")
 t("You successfully dismantled the trap.", "你成功地拆除了这个陷阱。")
 t("You were interrupted.", "你被打扰了。")
+t("Dismantling", "正在拆除")
+t("dismantled", "拆除了")
 t("Your level of skill was not enough to understand the workings of this trap.", "你的技能等级太低,无法理解这个陷阱的构造。")
 t("You quit dismantling the trap.", "你放弃了拆除陷阱。")
+t("#LIGHT_BLUE#%s: %s#LAST#", "#LIGHT_BLUE#%s:%s#LAST#")
 t("Failure", "失败")
 t("Success", "成功")
-t("Disarming a trap: %s", "正在拆除陷阱: %s")
+t("Disarming a trap: %s", "正在拆除陷阱:%s")
 t("Disarm Normally", "普通地拆除")
 t("Dismantle Carefully", "小心地拆除")
 t("ignore", "无视了")
@@ -2769,27 +2896,31 @@ t("trap", "陷阱")
 ------------------------------------------------
 section "game/modules/tome/class/UserChatExtension.lua"
 
+t("#ANTIQUE_WHITE#has linked an item: #WHITE# %s", "#ANTIQUE_WHITE#链接了一件物品: #WHITE# %s")
+t("#ANTIQUE_WHITE#has linked a creature: #WHITE# %s", "#ANTIQUE_WHITE#链接了一个生物: #WHITE# %s")
+t("#ANTIQUE_WHITE#has linked a talent: #WHITE# %s", "#ANTIQUE_WHITE#链接了一个技能: #WHITE# %s")
 t("SHAKING", "震动")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/World.lua"
 
-t("#LIGHT_BLUE#New shimmer option unlocked: #{italic}#%s#{normal}#", "#LIGHT_BLUE#新幻化选项解锁: #{italic}#%s#{normal}#")
+t("%s the %s %s level %s", "%s,%s%s,等级%s")
+t("#LIGHT_BLUE#New shimmer option unlocked: #{italic}#%s#{normal}#", "#LIGHT_BLUE#新幻化选项解锁:#{italic}#%s#{normal}#")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/WorldNPC.lua"
 
-t("#Target# kills #Source#.", "#Target# 击杀了 #Source#.")
-t("#Source# kills #Target#.", "#Source# 击杀了 #Target#.")
+t("#Target# kills #Source#.", "#Target#击杀了#Source#.")
+t("#Source# kills #Target#.", "#Source#击杀了#Target#.")
 t("neutral", "中立")
 t("hostile", "敌对")
 t("friendly", "友善")
-t("Rank: ", "层级: ")
-t("Faction: ", "阵营: ")
-t("Killed by you: ", "被你杀死: ")
-t("Target: ", "目标: ")
+t("Rank: ", "层级:")
+t("Faction: ", "阵营:")
+t("Killed by you: ", "被你杀死:")
+t("Target: ", "目标:")
 t("none", "没有")
 
 
@@ -2821,6 +2952,7 @@ t("Congratulations!", "恭喜")
 t("%s the %s", "%s %s", {2,1})
 t("%s the Master of Arena", "竞技场主宰 %s")
 t("#LIGHT_RED#WARNING! %s, the master of the arena, appears!!!", "#LIGHT_RED#警告! 竞技场主宰 %s出现了!!!")
+t("OVERKILL", "超杀")
 t("#LIGHT_GREEN#Your powerful attack completely obliterates #WHITE#%s#LIGHT_GREEN#!", "#LIGHT_GREEN#你强力的攻击将#WHITE#%s#LIGHT_GREEN#完全毁灭!")
 t("#LIGHT_GREEN#You destroy #WHITE#%s#LIGHT_GREEN# in a single blow!", "#LIGHT_GREEN#你一击秒杀了#WHITE#%s#LIGHT_GREEN#!")
 t("#LIGHT_GREEN#Your score multiplier increases by #WHITE#%d#LIGHT_GREEN#!", "#LIGHT_GREEN#你的分数加成增加了#WHITE#%d#LIGHT_GREEN#!")
@@ -2860,7 +2992,8 @@ t("Your %s is depleted!", "你的 %s 被耗尽!")
 ------------------------------------------------
 section "game/modules/tome/class/interface/ActorObjectUse.lua"
 
-t("Activate: %s", "使用: %s")
+t("Activate an object", "使用物品")
+t("Activate: %s", "使用:%s")
 t("%s activates %s %s!", "%s激活了%s%s!")
 t("Activate an object.", "使用物品。")
 t("(unknown object)", "(未知物品)")
@@ -2878,12 +3011,13 @@ section "game/modules/tome/class/interface/Archery.lua"
 
 t("You need a missile launcher (%s)!", "你需要火箭发射器(%s)!")
 t("You do not have enough ammo left!", "你没有足够的弹药!")
-t("#ORCHID#Your %s CANNOT SHOOT (Resource: %s%s#LAST#).", "#ORCHID#你的%s无法射击(资源: %s%s#LAST#).")
-t("#ORCHID#Target out of range.  Hold <ctrl> to force all weapons to fire at targets out of ranges (%d - %d).", "#ORCHID#目标超出范围。按住  <ctrl> 来强制射击超出范围(%d - %d)的目标.")
-t("#ORCHID#Target out of range.  Hold <ctrl> to force your weapon to fire at targets beyond its range (%d).", "#ORCHID#目标超出范围。按住  <ctrl> 来强制射击超出范围(%d)的目标.")
-t("#ORCHID#You COULD NOT SHOOT your %s (Resource: %s%s#LAST#).", "#ORCHID#无法使用%s射击(资源: %s%s#LAST#).")
+t("#ORCHID#Your %s CANNOT SHOOT (Resource: %s%s#LAST#).", "#ORCHID#你的%s无法射击(资源:%s%s#LAST#).")
+t("#ORCHID#Target out of range.  Hold <ctrl> to force all weapons to fire at targets out of ranges (%d - %d).", "#ORCHID#目标超出范围。按住<ctrl>来强制射击超出范围(%d-%d)的目标.")
+t("#ORCHID#Target out of range.  Hold <ctrl> to force your weapon to fire at targets beyond its range (%d).", "#ORCHID#目标超出范围。按住<ctrl>来强制射击超出范围(%d)的目标.")
+t("#ORCHID#You COULD NOT SHOOT your %s (Resource: %s%s#LAST#).", "#ORCHID#无法使用%s射击(资源:%s%s#LAST#).")
+t("%s(%d parried#LAST#)", "%s(%d 匕首格挡#LAST#)")
 t("#{bold}##Source# performs a ranged critical strike against #Target#!#{normal}#", "#{bold}##Source#对#Target#发起一次远程暴击!#{normal}#")
-t("#Source# misses #target#.", "#Source# 没有命中 #target#.")
+t("#Source# misses #target#.", "#Source#没有命中#target#.")
 t("The shattering blow creates a shockwave!", "这次攻击引发了冲击波!")
 t("You are disarmed!", "你被缴械了!")
 t("You must wield a ranged weapon (%s)!", "你必须装备一件远程武器(%s)!")
@@ -2892,30 +3026,31 @@ t("You must wield a ranged weapon (%s)!", "你必须装备一件远程武器(%s)
 ------------------------------------------------
 section "game/modules/tome/class/interface/Combat.lua"
 
-t("%s is too afraid to attack.", "%s 由于恐惧而无法攻击。")
-t("%s is too terrified to attack.", "%s 由于恐惧而无法攻击。")
+t("%s is too afraid to attack.", "%s由于恐惧而无法攻击。")
+t("%s is too terrified to attack.", "%s由于恐惧而无法攻击。")
 t("#Target# notices you at the last moment!", "#Target#在最后时刻注意到了你!")
-t("#ORCHID#%s cleverly deflects the attack with %s shield!#LAST#", "#ORCHID#%s 用%s盾牌机智地躲避了攻击!#LAST#")
-t("#ORCHID#%s parries the attack with %s dual weapons!#LAST#", "#ORCHID#%s 用%s双持武器使这次攻击发生偏斜!#LAST#")
+t("#ORCHID#%s cleverly deflects the attack with %s shield!#LAST#", "#ORCHID#%s用%s盾牌机智地躲避了攻击!#LAST#")
+t("#ORCHID#%s parries the attack with %s dual weapons!#LAST#", "#ORCHID#%s用%s双持武器使这次攻击发生偏斜!#LAST#")
 t("#ORCHID#%s instinctively hardens %s skin and ignores the attack!#LAST#", "#ORCHID#%s本能地硬化%s皮肤,无视了这次攻击!#LAST#")
-t("#Target# repels an attack from #Source#.", "#Target# 击退了#Source#的进攻.")
-t("#Target# evades #Source#.", "#Target# 闪避了 #Source# 。")
+t("#Target# repels an attack from #Source#.", "#Target#击退了#Source#的进攻.")
+t("#Target# evades #Source#.", "#Target#闪避了#Source#。")
+t("%s(%d parried#LAST#)", "%s(%d 匕首格挡#LAST#)")
 t("#{bold}##Source# performs a melee critical strike against #Target#!#{normal}#", "#{bold}##Source#向#Target#发起一次近战暴击!#{normal}#")
-t("#Source# misses #Target#.", "#Source# 未命中 #Target#。")
+t("#Source# misses #Target#.", "#Source#未命中#Target#。")
 t("The shattering blow creates a shockwave!", "这次攻击引发了冲击波!")
 t("#F53CBE#You revel in attacking a weakened foe! (+%d hate)", "#F53CBE#你沉醉于攻击一个虚弱的敌人!(+%d 仇恨)")
 t("#F53CBE#Your rampage is invigorated by your fierce attack! (+1 duration)", "#F53CBE#你强力的攻击延长了你的暴走时间! (+1持续时间)")
 t("#{bold}#%s's spell attains critical power!#{normal}#", "#{bold}#%s的法术造成了致命一击!#{normal}#")
 t("#{bold}#%s's mind surges with critical power!#{normal}#", "#{bold}#%s的精神攻击造成了致命一击!#{normal}#")
 t("#Source#'s grapple fails because #Target# is too big!", "#Source#的抓取失败了,因为#Target#体型过大!")
-t("%s resists the grapple!", "%s 抵抗了抓取!")
+t("%s resists the grapple!", "%s抵抗了抓取!")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyDeath.lua"
 
-t("%s the level %d %s %s was %s to death by %s%s%s on level %s of %s.", "玩家%s等级%d %s%s被%s而死,杀死他(她)的是%s%s%s,死在第%s层,%s。")
-t("%s(%d %s %s) was %s to death by %s%s on %s %s.", "%s(%d %s %s) %s而死,被%s%s杀死于%s %s。")
+t("%s the level %d %s %s was %s to death by %s%s%s on level %s of %s.", "玩家%s等级%d%s%s%s而死,杀死他(她)的是%s%s%s,死在第%s层,%s。")
+t("%s(%d %s %s) was %s to death by %s%s on %s %s.", "%s(%d %s %s)%s而死,被%s%s杀死于%s %s。")
 t("her", "她的")
 t("him", "ä»–")
 t("herself", "她自己")
@@ -2936,14 +3071,14 @@ t("%s(%d %s %s) %s on %s %s.", "%s(%d %s %s) %s 死于 %s %s。")
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyIngredients.lua"
 
-t("You collect a new ingredient: #LIGHT_GREEN#%s%s#WHITE#.", "你搜集了一个新的材料: #LIGHT_GREEN#%s%s#WHITE#.")
-t("You collect a new ingredient: #LIGHT_GREEN#%s%s (%d)#WHITE#.", "你搜集了一个新的材料: #LIGHT_GREEN#%s%s (%d)#WHITE#.")
+t("You collect a new ingredient: #LIGHT_GREEN#%s%s#WHITE#.", "你搜集了一个新的材料:#LIGHT_GREEN#%s%s#WHITE#.")
+t("You collect a new ingredient: #LIGHT_GREEN#%s%s (%d)#WHITE#.", "你搜集了一个新的材料:#LIGHT_GREEN#%s%s(%d)#WHITE#.")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyLore.lua"
 
-t("Lore found: #0080FF#%s", "发现手札: #0080FF#%s")
+t("Lore found: #0080FF#%s", "发现手札:#0080FF#%s")
 t("You can read all your collected lore in the game menu, by pressing Escape.", "按下Esc键,进入游戏菜单你可以查看所有你已经收集的札记。")
 t("learnt lore", "发现手札")
 
@@ -3183,9 +3318,9 @@ Specific information on each talent appears its tooltip.]], [[#GOLD#主动技能
 t([[#GOLD#Instant Talents#LAST#
 Some activated talents take no time to use, being activated with but a thought.
 Unlike most talents, instant talents are never put on cooldown from being stunned, and may be usable when most other talents are not.
-Specific information on each talent appears its tooltip.]], [[#GOLD#瞬发技能#LAST#
+Specific information on each talent appears its tooltip.]], [[#GOLD#瞬间技能#LAST#
 使用有些主动技能不需要时间,瞬间就能发动。
-和其他技能不同,瞬发技能不会被震慑而进入冷却状态,并且在大部分技能都不能使用的时候仍然可以使用。
+和其他技能不同,瞬间技能不会被震慑而进入冷却状态,并且在大部分技能都不能使用的时候仍然可以使用。
 有关技能的详细信息,请参阅技能的提示框。]])
 t([[#GOLD#Passive Talents#LAST#
 When learned, passive talents permanently alter the user in some way.
@@ -3306,33 +3441,32 @@ t([[#GOLD#Damage#LAST#
 This is the damage you inflict on your foes when you hit them.
 This damage can be reduced by the target's armour or by percentile damage resistances.
 It is improved by Strength or Dexterity, depending on your weapon. Some talents can change the stats that affect it.
-]], [[#GOLD#伤害#LAST#
+]], [[#GOLD#武器伤害#LAST#
 你击中目标时产生的伤害量。
-目标受到的伤害可以被其护甲值或百分比免伤属性所减免。
-根据武器不同,提升力量和敏捷属性可以提升伤害,一些技能也可以改变影响伤害值的属性。
+目标受到的伤害可以被其护甲值或伤害抗性减免。
+一般来说,提升力量或敏捷属性可以提升武器伤害,但会根据武器不同而有所变化。一些技能也可以改变影响伤害值的属性。
 ]])
 t([[#GOLD#Shield Block Value#LAST#
 The amount of damage a shield will block when actively used in defense.
 Usually this is only effective against Physical damage, but some special shields (and talents) allow the wearer to block other types.
 ]], [[#GOLD#盾牌格挡值#LAST#
-盾牌在激活是所能阻挡的伤害量。
-通常这只对物理伤害有效,但是一些特殊的护盾(和技能)允许穿戴者阻挡其他类型的伤害。
+盾牌在激活时所能阻挡的伤害量。
 ]])
 t([[#GOLD#Armour Penetration#LAST#
 Armour penetration allows you to ignore a part of the target's armour (this only works for armour, not damage resistance).
 This can never increase the damage you do beyond reducing armour, so it is only useful against armoured foes.
 ]], [[#GOLD#护甲穿透#LAST#
-护甲穿透可以让你忽视部分目标护甲值(只对护甲值有效,对百分比免伤无效)。
-它不能提高造成的伤害,所以只对有装甲属性的目标有效。
+护甲穿透可以让你忽视部分目标护甲值(只对护甲值有效,对伤害抗性无效)。
+它不能提高造成的伤害,只对有护甲的目标有效。
 ]])
 t([[#GOLD#Critical chance#LAST#
 Each time you deal damage you have a chance to make a critical hit that deals extra damage.
 Some talents allow you to increase this percentage.
 It is improved by Cunning.
-]], [[#GOLD#物理暴击#LAST#
+]], [[#GOLD#暴击率#LAST#
 每次造成伤害时,你都有一定几率造成一次造成额外伤害的致命攻击。
 一些技能可以提高这个几率。
-提升灵巧属性值可以提高物理暴击率。
+提升灵巧属性值可以提高暴击率。
 ]])
 t([[#GOLD#Attack speed#LAST#
 Attack speed represents how fast your attacks are compared to normal.
@@ -3485,8 +3619,7 @@ Each time you deal damage with a mental attack you may have a chance to perform
 Some talents allow you to increase this percentage.
 It is improved by Cunning.
 ]], [[#GOLD#精神暴击#LAST#
-每次造成精神伤害时你都有一定几率
-暴击造成额外伤害。
+每次造成精神伤害时你都有一定几率暴击造成额外伤害。
 一些技能可以提高这个几率。
 提升灵巧属性值可以提高精神暴击。
 ]])
@@ -3538,7 +3671,7 @@ This stacks (multiplicatively) with individual damage type resistances up to the
 t([[#GOLD#Damage resistance: absolute#LAST#
 All damage you receive, through any means, is decreased by this percentage.
 This is applied after normal damage resistance and is not affected by resistance penetration.
-]], [[#GOLD#伤害抵抗: 绝对#LAST#
+]], [[#GOLD#伤害抵抗:绝对#LAST#
 所有类型任何方式对你造成的伤害按此值减免。
 该效果在常规伤害抵抗后生效,不受抗性穿透影响。
 ]])
@@ -3550,20 +3683,20 @@ All damage of this type that you receive, through any means, is reduced by this
 t([[#GOLD#Damage resistance: by speed#LAST#
 All damage you receive, through any means, is decreased by this percentage, which increases as your total movement speed (global times movement) decreases.
 This is applied after normal damage type resistances.
-]], [[#GOLD#伤害抵抗: 速度#LAST#
+]], [[#GOLD#伤害抵抗:速度#LAST#
 所有类型任何方式对你造成的伤害按此值减免,随着你的总体移动速度减少而增加。
 该效果在常规伤害抵抗后生效,不受抗性穿透影响。
 ]])
 t([[#GOLD#Damage resistance: creature type#LAST#
 All damage you receive from creatures of this type, through any means, is decreased by this percentage.  This is applied separately to (stacks with) normal resistances.
-]], [[#GOLD#伤害抵抗: 生物类型#LAST#
-任何方式受到指定生物类型的伤害,不管造成伤害的方式是什么,都按此值减免。这一效果与普通伤害抗性叠加。
+]], [[#GOLD#伤害抵抗:生物类型#LAST#
+任何方式受到指定生物类型的伤害,不管造成伤害的方式是什么,都按此值减免。这一效果与普通伤害抗性各自独立生效。
 ]])
 t([[#GOLD#Damage affinity: all#LAST#
 All damage you receive, through any means, also heals you for this percentage of the damage.
 This stacks with individual damage type affinities.
 Important: Affinity healing happens after damage has been taken, it can not prevent death.
-]], [[#GOLD#伤害吸收: 全体#LAST#
+]], [[#GOLD#伤害吸收:全体#LAST#
 任何方式受到指定类型的伤害,都会按此比例治疗你。
 可以与独立类型的伤害吸收效果叠加。
 注意:伤害吸收的治疗效果在伤害产生后处理,不能防止秒杀。
@@ -3571,14 +3704,14 @@ Important: Affinity healing happens after damage has been taken, it can not prev
 t([[#GOLD#Damage affinity: specific#LAST#
 All damage of this type that you receive, through any means, also heals you for this percentage of the damage.
 Important: Affinity healing happens after damage has been taken, it can not prevent death.
-]], [[#GOLD#伤害吸收: 指定#LAST#
+]], [[#GOLD#伤害吸收:指定#LAST#
 任何方式受到指定类型的伤害,都会按此比例治疗你。
 注意:伤害吸收的治疗效果在伤害产生后处理,不能防止秒杀。
 ]])
 t([[#GOLD#Status resistance#LAST#
 Most bad status effects can be avoided by having an appropriate immunity, represented by a percent chance to completely avoid the effect in question.  This chance is applied in addition to any saving throws or other checks that may apply.
 ]], [[#GOLD#状态免疫#LAST#
-大部分状态效果可以被特定的免疫来抵消,以百分比表示你完全免疫该效果的几率的几率。这一几率与豁免或其他效果可以叠加。
+大部分状态效果可以被特定的免疫来抵消,以百分比表示你完全免疫该效果的几率的几率。这一几率与豁免或其他效果各自独立生效。
 ]])
 t([[#GOLD#Effect resistance chance#LAST#
 This represents your chance to completely resist this specific effect.
@@ -3598,7 +3731,7 @@ This represents your chance to avoid most chronomatic anomaly effects.
 t([[#GOLD#Instant death resistance#LAST#
 This represents your chance to avoid being instantly killed, severely incapacitated, or controlled by certain abilities.
 ]], [[#GOLD#即死免疫#LAST#
-表示你对一系列导致立即死亡,严重残废,或是被控制的效果的抵抗几率。
+表示你对一系列导致立即死亡,失去行动能力,或是被控制的效果的抵抗几率。
 ]])
 t([[#GOLD#Negative status effect immunity chance#LAST#
 This represents your chance to completely avoid ANY persistent bad effects applied to you from others.
@@ -3622,8 +3755,8 @@ This represents your chance to completely avoid ANY persistent bad magical effec
 ]])
 t([[#GOLD#Damage when hit#LAST#
 Each time a creature hits you with a melee attack, it will suffer damage or other effects.
-]], [[#GOLD#反伤伤害#LAST#
-其他生物每次近战攻击你时,所受到的反弹伤害。
+]], [[#GOLD#近战反击伤害#LAST#
+其他生物每次近战攻击你时,所受到的反击伤害或者其他反击效果。
 ]])
 t([[#GOLD#Additional Melee Damage#LAST#
 Each time you strike a creature with a melee attack, you will deal additional damage or other effects.
@@ -3737,6 +3870,7 @@ The use of spells or arcane-powered equipment is impossible.
 ------------------------------------------------
 section "game/modules/tome/class/interface/WorldAchievements.lua"
 
+t("Maj'Eyal", "马基埃亚尔")
 t("%s (Roguelike)", "%s (永久死亡模式)")
 t("%s (Exploration mode)", "%s (探索模式)")
 t("%s (Nightmare (Adventure) difficulty)", "%s (噩梦难度 (冒险模式))")
@@ -3763,15 +3897,24 @@ t("Character Sheet (#{bold}##GOLD#%s#LAST##{normal}#)", "角色信息 (#{bold}##
 t("Main menu (#{bold}##GOLD#%s#LAST##{normal}#)", "主菜单 (#{bold}##GOLD#%s#LAST##{normal}#)")
 t("Show message/chat log (#{bold}##GOLD#%s#LAST##{normal}#)", "显示消息/聊天日志 (#{bold}##GOLD#%s#LAST##{normal}#)")
 t([[Movement: #LIGHT_GREEN#Default#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
-Toggle for passive mode]], [[移动模式: #LIGHT_GREEN#默认#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
+Toggle for passive mode]], [[移动模式:#LIGHT_GREEN#默认#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
 切换被动模式]])
 t([[Movement: #LIGHT_RED#Passive#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
-Toggle for default mode]], [[移动模式: #LIGHT_RED#被动#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
+Toggle for default mode]], [[移动模式:#LIGHT_RED#被动#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
 切换默认模式]])
 t("Cosmetics & Events shop (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)", "时装和事件商店 (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)")
 t("Left click to use", "左键点击使用")
 t("Press 'm' to setup", "按M键设置")
 t("Right click to configure", "右键点击设定")
+t("Remove this object from your hotkeys?", "从快捷栏去掉该物品?")
+t("Unbind %s", "解除绑定%s")
+t("Developer", "开发者")
+t("Moderator / Helper", "管理员/协助者")
+t("Donator", "捐助者")
+t("Recurring Donator", "长期捐助者")
+t("Playing: ", "正在玩:")
+t("Game: ", "游戏:")
+t("Show chat user", "显示聊天用户")
 
 
 ------------------------------------------------
@@ -3781,54 +3924,61 @@ t([[#GOLD##{bold}#%s
 #WHITE##{normal}#Life: %d%%
 Level: %d
 %s]], [[#GOLD##{bold}#%s
-#WHITE##{normal}#生命值: %d%%
-等级: %d
+#WHITE##{normal}#生命值:%d%%
+等级:%d
 %s]])
 t("%s reduced the duration of this effect by %d turns, from %d to %d.", "%s将这一效果的持续时间降低%d回合,从%d回合降到%d回合。")
+t([[#{bold}##GOLD#%s
+(%s: %s)#WHITE##{normal}#
+]], [[#{bold}##GOLD#%s
+(%s:%s)#WHITE##{normal}#
+]])
 t("Really cancel %s?", "真的要取消%s吗?")
 t([[#GOLD##{bold}#%s
 #WHITE##{normal}#Unused stats: %d
 Unused class talents: %d
 Unused generic talents: %d
 Unused categories: %d]], [[#GOLD##{bold}#%s
-#WHITE##{normal}#未使用属性点: %d
-未使用职业技能点: %d
-未使用通用技能点: %d
-未使用大系点: %d]])
-t("Level / Exp: #00ff00#%s / %2d%%", "等级 / 经验: #00ff00#%s / %2d%%")
-t("Gold: #00ff00#%0.2f", "金币: #00ff00#%0.2f")
-t("Accuracy:", "命中:")
-t("Defense:", "闪避:")
-t("M. power:", "精神强度:")
-t("M. save:", "精神豁免:")
-t("P. power:", "物理强度:")
-t("P. save:", "物理豁免:")
-t("S. power:", "法术强度:")
-t("S. save:", "法术豁免:")
-t("Turns remaining: %d", "剩余回合: %d")
-t("Air level: %d/%d", "空气值: %d/%d")
+#WHITE##{normal}#未使用属性点:%d
+未使用职业技能点:%d
+未使用通用技能点:%d
+未使用大系点:%d]])
+t("Level / Exp: #00ff00#%s / %2d%%", "等级/经验:#00ff00#%s/%2d%%")
+t("Gold: #00ff00#%0.2f", "金币:#00ff00#%0.2f")
+t("Accuracy:", "命中:")
+t("Defense:", "闪避:")
+t("M. power:", "精神强度:")
+t("M. save:", "精神豁免:")
+t("P. power:", "物理强度:")
+t("P. save:", "物理豁免:")
+t("S. power:", "法术强度:")
+t("S. save:", "法术豁免:")
+t("Turns remaining: %d", "剩余回合:%d")
+t("Air level: %d/%d", "空气值:%d/%d")
 t("Encumbered! (%d/%d)", "超重! (%d/%d)")
-t("Str/Dex/Con: #00ff00#%3d/%3d/%3d", "力量/敏捷/体质: #00ff00#%3d/%3d/%3d")
-t("Mag/Wil/Cun: #00ff00#%3d/%3d/%3d", "魔力/意志/灵巧: #00ff00#%3d/%3d/%3d")
-t("#c00000#Life    :", "#c00000#生命值:")
-t("#WHITE#Shield:", "#WHITE#护盾:")
+t("Str/Dex/Con: #00ff00#%3d/%3d/%3d", "力量/敏捷/体质:#00ff00#%3d/%3d/%3d")
+t("Mag/Wil/Cun: #00ff00#%3d/%3d/%3d", "魔力/意志/灵巧:#00ff00#%3d/%3d/%3d")
+t("#c00000#Life    :", "#c00000#生命值:")
+t("#WHITE#Shield:", "#WHITE#护盾:")
 t("no description", "没有介绍")
-t("#7fffd4#Feedback:", "#7fffd4#反馈值:")
-t("#c00000#Un.body :", "#c00000#诅咒身躯 :")
+t("%-8.8s:", "%-8.8s:")
+t("#7fffd4#Feedback:", "#7fffd4#反馈值:")
+t("#c00000#Un.body :", "#c00000#诅咒身躯:")
 t("%0.1f (%0.1f/turn)", "%0.1f (%0.1f/回合)")
-t("#LIGHT_GREEN#Fortress:", "#LIGHT_GREEN#å ¡åž’:")
-t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d", "#ANTIQUE_WHITE#弹药:       #ffffff#%d")
-t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d/%d", "#ANTIQUE_WHITE#弹药:       #ffffff#%d/%d")
-t("Score(TOP): %d", "分数(TOP): %d")
-t("Score: %d", "分数: %d")
+t("#LIGHT_GREEN#Fortress:", "#LIGHT_GREEN#堡垒:")
+t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d", "#ANTIQUE_WHITE#弹药:      #ffffff#%d")
+t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d/%d", "#ANTIQUE_WHITE#弹药:      #ffffff#%d/%d")
+t("Saving:", "保存中:")
+t("Score(TOP): %d", "分数(TOP):%d")
+t("Score: %d", "分数:%d")
 t("Wave(TOP) %d", "波次(TOP) %d")
 t("Wave %d", "波次 %d")
 t(" [MiniBoss]", " [小Boss]")
 t(" [Boss]", " [Boss战]")
 t(" [Final]", " [最终战]")
-t("Bonus: %d (x%.1f)", "奖励: %d (x%.1f)")
+t("Bonus: %d (x%.1f)", "奖励:%d (x%.1f)")
 t(" VS", " 对战")
-t("Rank: %s", "分级: %s")
+t("Rank: %s", "分级:%s")
 
 
 ------------------------------------------------
@@ -3860,27 +4010,42 @@ Middle click to reset to default scale%s]], [[%s
 鼠标中键重置默认大小%s]])
 t("Fortress Energy", "堡垒能量")
 t("Display/Hide resources", "显示/隐藏资源槽")
-t("Toggle:", "切换:")
+t("Toggle:", "切换:")
 t("\
 Right click to toggle resources bars visibility", "\
 右键点击切换资源槽是否可见")
 t("Feedback", "反馈值")
-t("Score[1st]: %d", "分数[第一名]: %d")
-t("Score: %d", "分数: %d")
+t("Score[1st]: %d", "分数[第一名]:%d")
+t("Score: %d", "分数:%d")
 t("[MiniBoss]", "[小Boss战]")
 t("[Boss]", "[Boss战]")
 t("[Final]", "[最终Boss]")
 t("Wave(TOP) %d %s", "波次(最高) %d %s")
 t("Wave %d %s", "波次 %d %s")
-t("Bonus: %d (x%.1f)", "奖励: %d (x%.1f)")
+t("Bonus: %d (x%.1f)", "奖励:%d (x%.1f)")
 t(" VS", " 对战")
-t("Rank: ", "层级: ")
+t("Rank: ", "层级:")
 t("%s reduced the duration of this effect by %d turns, from %d to %d.", "%s将这一效果的持续时间降低%d回合,从%d回合降到%d回合。")
+t([[#{bold}##GOLD#%s
+(%s: %s)#WHITE##{normal}#
+]], [[#{bold}##GOLD#%s
+(%s:%s)#WHITE##{normal}#
+]])
 t("\
 ---\
 Right click to cancel early.", "\
 ---\
 右键点击提前结束效果。")
+t([[#GOLD##{bold}#%s
+#WHITE##{normal}#Life: %d%%
+Level: %d
+%s]], [[#GOLD##{bold}#%s
+#WHITE##{normal}#生命值:%d%%
+等级:%d
+%s]])
+t("\
+Turns remaining: %s", "\
+剩余回合数: %s")
 t([[Toggle for movement mode.
 Default: when trying to move onto a creature it will attack if hostile.
 Passive: when trying to move onto a creature it will not attack (use ctrl+direction, or right click to attack manually)]], [[切换移动模式。
@@ -3897,6 +4062,8 @@ Middle mouse to show full map]], [[左键点击移动
 t("Left click to use", "左键点击使用")
 t("Press 'm' to setup", "按M键设置")
 t("Right click to configure", "右键点击设定")
+t("Remove this object from your hotkeys?", "从快捷栏去掉该物品?")
+t("Unbind %s", "解除绑定%s")
 t([[Left mouse to show inventory
 Right mouse to show ingredients]], [[左键点击显示物品栏
 右键显示材料]])
@@ -3905,16 +4072,17 @@ t("Left mouse to show message/chat log.", "左键点击显示信息/聊天栏。
 t([[Left mouse to show quest log.
 Right mouse to show all known lore.]], [[左键点击显示任务栏
 右键点击显示手札。]])
+t("Tales of Maj'Eyal Lore", "马基埃亚尔的传说手札")
 t("Left mouse to show main menu", "左键点击显示主菜单")
 t("Lock all interface elements so they can not be moved nor resized.", "锁定所有界面元素,使其无法移动和改变大小。")
 t("Unlock all interface elements so they can be moved and resized.", "解锁所有界面元素,使其可以移动和改变大小。")
 t("Clicking will open#LIGHT_BLUE##{italic}#%s#WHITE##{normal}# in your browser", "点击将会在你的默认浏览器中打开#LIGHT_BLUE##{italic}#%s#WHITE##{normal}# ")
 t("Developer", "开发者")
-t("Moderator / Helper", "管理员 / 协助者")
+t("Moderator / Helper", "管理员/协助者")
 t("Donator", "捐助者")
 t("Recurring Donator", "长期捐助者")
-t("Playing: ", "正在玩: ")
-t("Game: ", "游戏: ")
+t("Playing: ", "正在玩:")
+t("Game: ", "游戏:")
 t("Clicking will open ", "点击将会打开 ")
 t("Show chat user", "显示聊天用户")
 t("Whisper", "悄悄话")
@@ -3922,7 +4090,7 @@ t("Ignore", "忽略")
 t("Really ignore all messages from: %s", "确认忽略所有来自%s的消息")
 t("Report user for bad behavior", "举报用户不良行为")
 t("Reason", "原因")
-t("Reason to report: %s", "举报原因: %s")
+t("Reason to report: %s", "举报原因:%s")
 t("Really remove %s from your friends?", "确认将%s移除好友列表?")
 t("Remove Friend", "移除好友")
 t("Add Friend", "添加好友")
@@ -4140,7 +4308,7 @@ t("Killed a boss while already dead.", "与BOSS同时死亡。")
 t("Look at me, I'm playing a roguelike!", "看!我正在玩Roguelike!")
 t("Linked yourself in the in-game chat.", "将自己的数据链接到聊天框。")
 t("Fear me not!", "恐惧无法挡我!")
-t("Survived the Fearscape!", "在恐惧长廊幸存下来。")
+t("Survived the Fearscape!", "在恶魔空间幸存下来。")
 
 
 ------------------------------------------------
@@ -4417,6 +4585,8 @@ t("Their most important stats are: Magic and Constitution", "他们最重要的
 t("#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +0 力量 , +0 敏捷 , +3 体质")
 t("#LIGHT_BLUE# * +5 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * +5 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# -1", "#GOLD# 每等级生命加值: #LIGHT_BLUE# -1")
+t("Golem", "傀儡")
+t("Golem becomes a Drolem", "傀儡成为龙傀儡")
 t("Archmage", "元素法师")
 t("Hated, harrowed, hunted, hidden... Our ways are forbidden, but our cause is just. In our veiled valley we find solace from the world's wrath, free to study our arts. Only through charity and friendship can you earn our trust.", "憎恨、折磨、追捕、隐藏……我们的道路被禁止,但是我们的事业是正义的。在我们隐藏的山谷里我们自由学习我们自己的魔法艺术,从这个世界的愤怒中寻求安慰。只有友谊和宽容才能获得我们的信任。")
 t("An Archmage devotes his whole life to the study of magic above anything else.", "对一个元素法师来说魔法超越一切,他们倾尽一生学习魔法。")
@@ -4586,6 +4756,13 @@ t("#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +0 Magic, +5 Willpower, +4 Cunning", "#LIGHT_BLUE# * +0 魔法 , +5 意志 , +4 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# -3", "#GOLD# 每等级生命加值: #LIGHT_BLUE# -3")
 t("Stone Warden", "岩石守卫")
+t([[The Spellblaze's scars may be starting to heal,
+but little can change how the partisans feel.
+Nature and arcane could bridge their divide -
+and when it comes down to it, gold won't take sides...]], [[魔法大爆炸带来的裂痕已经开始痊愈。
+然而人们心中的偏见仍没有消失。
+奥术和魔法可以团结在一起——
+在这两者之间,金钱从不站队……]])
 t("Stone Wardens are dwarves trained in both the eldritch arts and the worship of nature.", "岩石守卫是那些同时训练魔法技艺与自然力量的矮人。")
 t("While other races are stuck in their belief that arcane forces and natural forces are meant to oppose, dwarves have found a way to combine them in harmony.", "在其他种族受困于自然和魔法天生对立的偏见时,矮人们已经找到方法让这两种力量和谐共存。")
 t("Stone Wardens are armoured fighters, dual wielding shields to channel many of their powers.", "岩石守卫是身着重甲的战士,双持盾牌来施展技艺。")
@@ -4683,6 +4860,36 @@ t("#LIGHT_BLUE# * +3 Strength, -2 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +2 Magic, +2 Willpower, -5 Cunning", "#LIGHT_BLUE# * +2 魔法 , +2 意志 , -5 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 13", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 13")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 25%", "#GOLD#经验惩罚: #LIGHT_BLUE# 25%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Face 1", "脸型1")
+t("Face 2", "脸型2")
+t("Face 3", "脸型3")
+t("Mustache 1", "胡子1")
+t("Mustache 2", "胡子2")
+t("Mustache 3", "胡子3")
+t("Mustache 4", "胡子4")
+t("Mustache 5", "胡子5")
+t("Mustache 6", "胡子6")
+t("Mustache 7", "胡子7")
+t("Mustache 8", "胡子8")
+t("Mustache 9", "胡子9")
+t("Tatoos 1", "纹身1")
+t("Tatoos 2", "纹身2")
+t("Tatoos 3", "纹身3")
+t("Tatoos 4", "纹身4")
+t("Tatoos 5", "纹身5")
+t("Tatoos 6", "纹身6")
+t("Tatoos 7", "纹身7")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
@@ -4698,6 +4905,92 @@ t("#LIGHT_BLUE# * +4 Strength, -2 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * -2 Magic, +3 Willpower, +0 Cunning", "#LIGHT_BLUE# * -2 魔法 , +3 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 14", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 14")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 1", "深色头发1")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Dark Hair 7", "深色头发7")
+t("Dark Hair 8", "深色头发8")
+t("Dark Hair 9", "深色头发9")
+t("Dark Hair 10", "深色头发10")
+t("Blond Hair 1", "金发1")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Blond Hair 7", "金发7")
+t("Blond Hair 8", "金发8")
+t("Blond Hair 9", "金发9")
+t("Blond Hair 10", "金发10")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Redhead Hair 6", "红发6")
+t("Redhead Hair 7", "红发7")
+t("Redhead Hair 8", "红发8")
+t("Redhead Hair 9", "红发9")
+t("Redhead Hair 10", "红发10")
+t("Dark Beard 1", "深色络腮胡1")
+t("Dark Beard 2", "深色络腮胡2")
+t("Dark Beard 3", "深色络腮胡3")
+t("Dark Beard 4", "深色络腮胡4")
+t("Dark Beard 5", "深色络腮胡5")
+t("Blond Beard 1", "金色胡子 1")
+t("Blond Beard 2", "金色络腮胡 2")
+t("Blond Beard 3", "金色络腮胡 3")
+t("Blond Beard 4", "金色络腮胡 4")
+t("Blond Beard 5", "金色络腮胡 5")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("Redhead Beard 3", "红色络腮胡3")
+t("Redhead Beard 4", "红色络腮胡4")
+t("Redhead Beard 5", "红色络腮胡5")
+t("Dark Mustache 1", "深色八字胡1")
+t("Dark Mustache 2", "深色八字胡2")
+t("Dark Mustache 3", "深色八字胡3")
+t("Dark Mustache 4", "深色八字胡4")
+t("Blond Mustache 1", "金色八字胡1")
+t("Blond Mustache 2", "金色八字胡2")
+t("Blond Mustache 3", "金色八字胡3")
+t("Blond Mustache 4", "金色八字胡4")
+t("Redhead Mustache 1", "红色八字胡1")
+t("Redhead Mustache 2", "红色八字胡2")
+t("Redhead Mustache 3", "红色八字胡3")
+t("Redhead Mustache 4", "红色八字胡4")
+t("Dark Beard", "深色络腮胡")
+t("Blond Beard", "金色胡子")
+t("Redhead Beard", "红色络腮胡")
+t("Dark Donut", "深色圆胡子")
+t("Blond Donut", "金色圆胡子")
+t("Redhead Donut", "红色圆胡子")
+t("Dark Flip", "深色翻转胡")
+t("Blond Flip", "金色翻转胡")
+t("Redhead Flip", "红色翻转胡")
+t("Dark Mustache", "深色八字胡")
+t("Blond Mustache", "金色八字胡")
+t("Redhead Mustache", "红色八字胡")
+t("Dark Sideburns", "深色鬓角")
+t("Blond Sideburns", "金色鬓角")
+t("Redhead Sideburns", "红色鬓角")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
@@ -4708,6 +5001,32 @@ t("The elven races are usually named as a whole 'elves', but this is incorrect."
 t("Elves are split into three separate races - albeit related - of which only two remain in the current age.", "精灵分为 3 个相互联系的种族,而目前只有两种还幸存着。")
 t("Elves usually live about one thousand years, except for the Shaloren who magically sustain themselves forever.", "除了永恒精灵用魔法保持永生,其他精灵通常能活一千年。")
 t("Their view of the world varies wildly across the different elven races.", "在不同的精灵种族之间他们对世界的看法很不相同。")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Shalore", "永恒精灵")
 t("Shaloren elves have close ties with the magic of the world, and produced in the past many great mages.", "永恒精灵与魔法世界有着很强的联系,曾一度出现过许多伟大的魔法师。")
 t("Yet they remain quiet and try to hide their magic from the world, for they remember too well the Spellblaze - and the Spellhunt that followed.", "尽管如此,他们仍试图保持避世并隐藏他们的魔法能力。因为他们深深记得那一段血腥的历史——魔法大爆炸还有紧随其后的猎魔行动。")
@@ -4716,6 +5035,7 @@ t("#LIGHT_BLUE# * -2 Strength, +1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * -
 t("#LIGHT_BLUE# * +2 Magic, +3 Willpower, +1 Cunning", "#LIGHT_BLUE# * +2 魔法 , +3 意志 , +1 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 9", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 9")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 12%", "#GOLD#经验惩罚: #LIGHT_BLUE# 12%")
+t("Blond Hair 1", "金发1")
 t("Thalore", "自然精灵")
 t("Thaloren elves have spent most of the ages hidden within their forests, seldom leaving them.", "在大部分岁月里,自然精灵隐藏在丛林里,很少离开。")
 t("The ages of the world passed by and yet they remained unchanged.", "岁月流逝,这一习惯都没有改变。")
@@ -4726,6 +5046,7 @@ t("#LIGHT_BLUE# * +2 Strength, +3 Dexterity, +1 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * -2 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * -2 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 11", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 11")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4755,12 +5076,88 @@ t("#LIGHT_BLUE# * +3 Strength, -1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +2 Magic, -2 Willpower, +2 Cunning", "#LIGHT_BLUE# * +2 魔法 , -2 意志 , +2 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 13", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 13")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 15%", "#GOLD#经验惩罚: #LIGHT_BLUE# 15%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 1", "深色头发1")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Dark Hair 7", "深色头发7")
+t("Dark Hair 8", "深色头发8")
+t("Dark Hair 9", "深色头发9")
+t("Blond Hair 1", "金发1")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Blond Hair 7", "金发7")
+t("Blond Hair 8", "金发8")
+t("Blond Hair 9", "金发9")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Redhead Hair 6", "红发6")
+t("Redhead Hair 7", "红发7")
+t("Redhead Hair 8", "红发8")
+t("Redhead Hair 9", "红发9")
+t("Facial Infusions 1", "脸部纹身1")
+t("Facial Infusions 2", "脸部纹身2")
+t("Facial Runes 1", "脸部符文1")
+t("Facial Runes 2", "脸部符文2")
+t("Facial Runes 3", "脸部符文3")
+t("Facial Runes 4", "脸部符文4")
+t("Body Tatoos 1", "身体纹身1")
+t("Body Tatoos 2", "身体纹身2")
+t("Body Tatoos 3", "身体纹身3")
+t("Body Tatoos 4", "身体纹身4")
+t("Body Tatoos 5", "身体纹身5")
+t("Body Tatoos 6", "身体纹身6")
+t("Body Tatoos 7", "身体纹身7")
+t("Body Tatoos 8", "身体纹身8")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/birth/races/halfling.lua"
 
 t("Halflings are agile, lucky, and resilient but lacking in strength.", "半身人身手敏捷,好运,但缺少力量。")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Redhead 1", "红发1")
+t("Redhead 2", "红发2")
+t("Redhead 3", "红发3")
+t("Redhead 4", "红发4")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Halfling", "半身人")
 t("Halflings are a race of very short stature, rarely exceeding four feet in height.", "半身人是一个身材十分矮小的种族,高度很少有超过 4 英尺。")
 t("They are like humans in that they can do just about anything they set their minds to, yet they excel at ordering and studying things.", "只要愿意,他们可以像人类一样做到任何事情,并且更有纪律,更擅长学习。")
@@ -4772,6 +5169,8 @@ t("#LIGHT_BLUE# * +0 Magic, +0 Willpower, +3 Cunning", "#LIGHT_BLUE# * +0 魔法
 t("#LIGHT_BLUE# * +5 Luck", "#LIGHT_BLUE# * +5 幸运")
 t("#GOLD#Life per level:#LIGHT_BLUE# 12", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 12")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 10%", "#GOLD#经验惩罚: #LIGHT_BLUE# 10%")
+t("Blond Hair 1", "金发1")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4782,6 +5181,56 @@ t("The Humans are one of the main races on Maj'Eyal, along with the Halflings. F
 t("Humans of these Allied Kingdoms have known peace for over a century now.", "联合王国的人们已经保持了一个世纪的和平。")
 t("Humans are split into two categories: the Highers, and the rest. Highers have latent magic in their blood which gives them higher attributes and senses along with a longer life.", "人类被分为两个亚种:高等人类和普通人类。高等人类体内流淌着魔法的血液,他们拥有额外的属性和感知能力并更长寿。")
 t("The rest of Humanity is gifted with quick learning and mastery. They can do and become anything they desire.", "其他人类天生有更强的学习能力,他们能做任何他们想做的事成为任何他们想成为的人。")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Redhead 1", "红发1")
+t("Redhead 2", "红发2")
+t("Redhead 3", "红发3")
+t("Redhead 4", "红发4")
+t("Redhead 5", "红发5")
+t("Redhead 6", "红发6")
+t("Dark Beard 1", "深色络腮胡1")
+t("Dark Beard 2", "深色络腮胡2")
+t("Dark Beard 3", "深色络腮胡3")
+t("Dark Beard 4", "深色络腮胡4")
+t("Dark Beard 5", "深色络腮胡5")
+t("Blonde Beard 1", "金色络腮胡1")
+t("Blonde Beard 2", "金色络腮胡2")
+t("Blonde Beard 3", "金色络腮胡3")
+t("Blonde Beard 4", "金色络腮胡4")
+t("Blonde Beard 5", "金色络腮胡5")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("Redhead Beard 3", "红色络腮胡3")
+t("Redhead Beard 4", "红色络腮胡4")
+t("Redhead Beard 5", "红色络腮胡5")
+t("Dark Mustache 1", "深色八字胡1")
+t("Dark Mustache 2", "深色八字胡2")
+t("Blond Mustache 1", "金色八字胡1")
+t("Blond Mustache 2", "金色八字胡2")
+t("Redhead Mustache 1", "红色八字胡1")
+t("Redhead Mustache 2", "红色八字胡2")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Higher", "高等人类")
 t("Highers are a special branch of Humans that have been imbued with latent magic since the Age of Allure.", "自厄流纪起,高等人类就是人类种族的一支特殊分支,他们的身体里潜藏着魔力。")
 t("They usually do not breed with other Humans, trying to keep their blood 'pure'.", "为了保持血统的纯正,他们一般不和普通人类通婚。")
@@ -4789,6 +5238,7 @@ t("They possess the #GOLD#Wrath of the Highborn#WHITE# which allows them to incr
 t("#LIGHT_BLUE# * +1 Strength, +1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +1 力量 , +1 敏捷 , +0 体质")
 t("#LIGHT_BLUE# * +1 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * +1 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 11", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 11")
+t("Blond Hair 1", "金发1")
 t("Cornac", "普通人类")
 t("Cornacs are Humans from the northern parts of the Allied Kingdoms.", "普通人类是来自联合王国北部的普通人。")
 t("Humans are an inherently very adaptable race and as such they gain a #GOLD#talent category point#WHITE# (others only gain one at levels 10, 20 and 34) and both #GOLD#a class and a generic talent point#WHITE# at birth and every 10 levels.", "人类天生适应性强,他们可以在出生时获得 1 点#GOLD# 天赋解锁点 #WHITE#(其他种族只能在10、20和34级时获得1点)。此外,出生时以及每10级时,他们可以获得额外1点#GOLD#职业技能点和通用技能点")
@@ -4797,6 +5247,7 @@ t("#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +0 Magic, +0 Willpower, +0 Cunning", "#LIGHT_BLUE# * +0 魔法 , +0 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 10", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 10")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4816,6 +5267,8 @@ t("Undead", "不死族")
 t("Grave strength, dread will, this flesh cannot stay still. Kings die, masters fall, we will outlast them all.", "死亡的力量,恐惧的意志,这些肉体不会沉寂。国王去世,主人陨落,我们才是永生。")
 t("Undead are humanoids (Humans, Elves, Dwarves, ...) that have been brought back to life by the corruption of dark magics.", "不死族是被黑暗魔法复活的人形生物(人类,精灵,矮人…)。")
 t("Undead can take many forms, from ghouls to vampires and liches.", "不死族有多种形态,从食尸鬼、吸血鬼到巫妖。")
+t("Special", "特殊")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Ghoul", "食尸鬼")
 t("Slow to shuffle, quick to bite, learn from master, rule the night!", "动如磐石,撕咬如火,跟随主人,平定江山!")
 t("Ghouls are dumb, but resilient, rotting undead creatures, making good fighters.", "食尸鬼是不能说话、身体腐烂,不知疲倦的不死生物,适合成为战士。")
@@ -4829,6 +5282,12 @@ t("#LIGHT_BLUE# * +0 Magic, -2 Willpower, -2 Cunning", "#LIGHT_BLUE# * +0 魔法
 t("#GOLD#Life per level:#LIGHT_BLUE# 14", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 14")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 12%", "#GOLD#经验惩罚: #LIGHT_BLUE# 12%")
 t("#GOLD#Speed penalty:#LIGHT_BLUE# -20%", "#GOLD#速度惩罚:#LIGHT_BLUE# -20%")
+t("Skin Color 9", "皮肤颜色9")
+t("Alternative Face", "改变脸部")
+t("Fangs 1", "尖牙1")
+t("Fangs 2", "尖牙2")
+t("Bloodstains", "血迹")
+t("Bones", "骨骼")
 t("Skeleton", "骷髅人")
 t("The marching bones, each step we rattle; but servants no more, we march to battle!", "行进之骨,咯吱有声;奴役不再,战士永存!")
 t("Skeletons are animated bones, undead creatures both strong and dexterous.", "骷髅是由有灵性的骨头组成的强壮而敏捷的不死生物。")
@@ -4845,6 +5304,58 @@ t("#GOLD#Life per level:#LIGHT_BLUE# 12", "#GOLD# 每等级生命加值: #LIGH
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 20%", "#GOLD#经验惩罚: #LIGHT_BLUE# 20%")
 t("Lich", "巫妖")
 t("You should not see this!", "你不应该看见这个!")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Hair 1", "发型1")
+t("Hair 2", "发型2")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("White Hair 1", "白发1")
+t("White Hair 2", "白发2")
+t("Beard 1", "络腮胡1")
+t("Beard 2", "络腮胡2")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("White Beard 1", "白色络腮胡1")
+t("White Beard 2", "白色络腮胡12")
+t("Eyes 1", "眼睛1")
+t("Eyes 2", "眼睛2")
+t("Eyes 3", "眼睛3")
+t("Mustache", "八字胡")
+t("Redhead Mustache", "红色八字胡")
+t("White Mustache", "白色八字胡")
+t("Teeth 1", "牙齿1")
+t("Teeth 2", "牙齿2")
+t("Lich Eyes 1", "巫妖眼睛1")
+t("Lich Eyes 2", "巫妖眼睛2")
+t("Lich Eyes 3", "巫妖眼睛3")
+t("Lich Regalia 1", "巫妖王冠1")
+t("Lich Regalia 2", "巫妖王冠2")
+t("Lich Regalia 3", "巫妖王冠3")
+t("Lich Regalia 4", "巫妖王冠4")
+t("Lich Regalia 5", "巫妖王冠5")
+t("Lich Regalia 6", "巫妖王冠6")
+t("Lich Regalia 7", "巫妖王冠7")
+t("Lich Regalia 8", "巫妖王冠8")
+t("Lich Regalia 9", "巫妖王冠9")
+t("Lich Regalia 10", "巫妖王冠10")
+t("Cracks", "碎裂")
+t("Guts", "碎肉")
+t("Iron Bolt", "铁箍")
+t("Molds", "苔藓")
+t("Runes 1", "符文1")
+t("Runes 2", "符文2")
+t("Rust", "锈蚀")
 
 
 ------------------------------------------------
@@ -4853,6 +5364,62 @@ section "game/modules/tome/data/birth/races/yeek.lua"
 t("Yeeks are a mysterious race of small humanoids native to the tropical island of Rel.", "夺心魔是一支神秘的矮小人形种族,生活于热带岛屿瑞尔。")
 t("Their body is covered with white fur and their disproportionate heads give them a ridiculous look.", "他们的身体覆盖着白色的皮肤,他们奇怪的身材比例使他们看上去滑稽可笑。")
 t("Although they are now nearly unheard of in Maj'Eyal, they spent many thousand years as secret slaves to the Halfling nation of Nargol.", "尽管他们在马基·埃亚尔中几乎不曾人们被提到过,他们已经作为半身人王国纳格尔的奴隶存在了数个世纪。")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Skin Color 10", "皮肤颜色10")
+t("Hair 1", "发型1")
+t("Hair 2", "发型2")
+t("Hair 3", "发型3")
+t("Hair 4", "发型4")
+t("Hair 5", "发型5")
+t("Redfur Hair 1", "红发1")
+t("Redfur Hair 2", "红发2")
+t("Redfur Hair 3", "红发3")
+t("Redfur Hair 4", "红发4")
+t("Redfur Hair 5", "红发5")
+t("Beard 1", "络腮胡1")
+t("Beard 2", "络腮胡2")
+t("Beard 3", "络腮胡3")
+t("Redfur Beard 1", "红色络腮胡1")
+t("Redfur Beard 2", "红色络腮胡2")
+t("Redfur Beard 3", "红色络腮胡3")
+t("Eyes 1", "眼睛1")
+t("Eyes 2", "眼睛2")
+t("Eyes 3", "眼睛3")
+t("Eyes 4", "眼睛4")
+t("Eyes 5", "眼睛5")
+t("Eyes 6", "眼睛6")
+t("Eyes 7", "眼睛7")
+t("Eyes 8", "眼睛8")
+t("Eyes 9", "眼睛9")
+t("Eyes 10", "眼睛10")
+t("Eyes 11", "眼睛11")
+t("Eyes 12", "眼睛12")
+t("Eyes 13", "眼睛13")
+t("Mustache 1", "胡子1")
+t("Mustache 2", "胡子2")
+t("Mustache 3", "胡子3")
+t("Redfur Mustache 1", "红色八字胡1")
+t("Redfur Mustache 2", "红色八字胡2")
+t("Redfur Mustache 3", "红色八字胡3")
+t("Bodypaint 1", "身体彩绘1")
+t("Bodypaint 2", "身体彩绘2")
+t("Tatoos 1", "纹身1")
+t("Tatoos 2", "纹身2")
+t("Redfur", "红发")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Yeek", "夺心魔")
 t("One race, one mind, one way. Our oppression shall end, and we shall inherit Eyal. Do not presume we are weak - our way is true, and only those who help us shall see our strength.", "一个种族,一种思想,一种道路。我们的压抑终于要终结,而我们将继承埃亚尔,不要认为我们很柔弱,只有那些帮助我们的人才能见识到我们的力量。")
 t("Yeeks are a mysterious race native to the tropical island of Rel.", "夺心魔是一支神秘的种族,生活于热带岛屿瑞尔。")
@@ -4881,7 +5448,7 @@ t("There is no in-game difference between the two sexes.", "除了外貌性别
 ------------------------------------------------
 section "game/modules/tome/data/birth/worlds.lua"
 
-t("Maj'Eyal: The Age of Ascendancy", "马基埃亚尔:卓越时代")
+t("Maj'Eyal: The Age of Ascendancy", "马基埃亚尔:卓越纪")
 t("The people of Maj'Eyal: Humans, Halflings, Elves and Dwarves.", "马基埃亚尔生活着人类、半身人、精灵和矮人。")
 t("The known world has been at relative peace for over one hundred years, and people are prospering again.", "世界已经保持了超过一百年的和平,各大种族再次繁荣起来")
 t("You are an adventurer, setting out to find lost treasure and glory.", "你是一位冒险者,出发去寻找失落的宝藏和荣耀。")
@@ -4905,19 +5472,39 @@ t("If so, you will battle your own champion next time!", "如果这样,下一
 section "game/modules/tome/data/calendar_allied.lua"
 
 t("Wintertide", "霜华")
-t("Summertide", "夏夜")
+t("Allure", "厄流月")
+t("Regrowth", "复苏月")
+t("Time of Balance", "平衡之日")
+t("Pyre", "派尔月")
+t("Mirth", "狂欢月")
+t("Summertide", "夏殇")
 t("Flare", "闪光弹")
+t("Dusk", "黄昏月")
+t("Time of Equilibrium", "均衡之日")
+t("Haze", "混沌月")
+t("Decay", "霜至月")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/calendar_dwarf.lua"
 
+t("Iron", "黑铁月")
+t("Steel", "精钢月")
+t("Gold", "赤金月")
+t("Stralite", "蓝锆月")
+t("Voratun", "沃瑞钽月")
+t("Acquisition", "采购祭")
+t("Profit", "利润月")
+t("Wealth", "财富月")
+t("Dearth", "萧条月")
+t("Loss", "亏蚀月")
+t("Shortage", "短缺月")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/chats/alchemist-derth.lua"
 
-t("Pfaugh. You're too late. %s has already finished. But I suppose it doesn't do any harm to take these and give you your undeserved reward.", "额哦……你来的太晚了, %s 已经完成了。不过这些东西给你也没什么坏处, 虽然……你本不应该得到这些奖励。")
+t("Pfaugh. You're too late. %s has already finished. But I suppose it doesn't do any harm to take these and give you your undeserved reward.", "额哦……你来的太晚了,%s 已经完成了。不过这些东西给你也没什么坏处,虽然……你本不应该得到这些奖励。")
 t("Ah, excellent. Hand them over, if you please. You should know that in your overlong absence, %s has managed to create a %s. I'll be most put out if he steals my rightful spot.", "啊,好极了,如果你愿意,请交给我吧,要知道你离开的那么长时间里,%s 已经制造了 %s。如果他抢了我的位置,我估计我就要被解雇了。")
 t([[#LIGHT_GREEN#*A human robed in immaculate white satin opens the door and eyes you appraisingly.*#WHITE#
 Ah, an adventurer. I was just thinking that I needed a new one.]], [[#LIGHT_GREEN#*一个穿着一尘不染白缎面长袍的人打开了门,他上下打量着你。*#WHITE#
@@ -5208,7 +5795,7 @@ t("I can teach you staff combat (talent category Spell/Staff combat).  Learning
 t("Just give me the basics (reveals locked talent category) - 100 gold.", "只学习基础(显示带解锁的技能树)- 100 金币。")
 t("The staff carver spends some time with you, teaching you the basics of staff combat.", "法杖商人花了一些时间,教授你法杖格斗的基础知识。")
 t("He is surprised at how quickly you are able to follow his tutelage.", "他对你学习速度之快感到惊讶。")
-t("Please teach me what I need to know (unlocks talent category) - %d gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 - %d 金币。")
+t("Please teach me what I need to know (unlocks talent category) - %d gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 -%d 金币。")
 t("The staff carver spends a substantial amount of time teaching you all of the techniques of staff combat.", "法杖商人花了大量时间,教授你法杖格斗的全部知识")
 t("He is impressed with your mastery and shows you a few extra techniques.", "他对你的掌握程度表示惊讶,并对你展示了一些额外的技巧。")
 t("I'm already proficient, but I want to be an expert (improves talent mastery by 0.2) - 750 gold.", "我已经学会了,但我想成为一名专家。(增加技能树系数0.2) - 750 金币。")
@@ -5256,7 +5843,7 @@ t("Good day to you too.", "你好!")
 t("I have heard you are a great hero of the west. Could you help me, please?", "我听说你是来自西部的英雄,你能帮我一个忙吗?")
 t("Maybe, what is it about?", "也许可以,是什么事情呢?")
 t("I have got enough problems sorry.", "我很忙,抱歉。")
-t("Welcome back, @playername@.", "欢迎回来, @playername@。")
+t("Welcome back, @playername@.", "欢迎回来,@playername@。")
 t("I have found your husband. I take it he made it home safely?", "我找到你的丈夫了,他安全回家了么?")
 t("I've got to go. Bye.", "我得走了,再见。")
 t([[My husband, Rashim, is a Sun Paladin. He was sent to clear the spider lair of Ardhungol to the north of this town.
@@ -5297,7 +5884,7 @@ All you need to do is beat three of my men in battle, and you shall be rewarded.
 #LIGHT_GREEN#*You consider the offer of the mysterious hooded man for a moment*
 ]], [[#LIGHT_GREEN#*一个高大的,带着兜帽的人盯着你。*
 #WHITE#是的……是的……你看上去的确是一个强力的战士……
-有件事交给你, @playerdescriptor.race@。
+有件事交给你,@playerdescriptor.race@。
 你看,我是竞技场的代理人,我在寻找一个强力的战士,
 给我们的观众带来更棒的表演。你看上去应该够强壮。
 你要做的事情,就是击败场上的三个对手,然后你会得到你的奖励。
@@ -5351,7 +5938,7 @@ If I am still around, we can have a deal. Think about it, @playerdescriptor.race
 唉,要是你坚持你的选择,那我们以后不会再见面了。
 不过,要是你改变主意……
 我会#YELLOW#在德斯镇逗留几天。#WHITE#
-#WHITE#要是我还在的话,我们可以做笔交易,好好考虑一下吧, @playerdescriptor.race@。
+#WHITE#要是我还在的话,我们可以做笔交易,好好考虑一下吧,@playerdescriptor.race@。
 ]])
 t("We'll see. [Leave]", "我们会再见面的。[离开]")
 t([[#LIGHT_GREEN#*The man smiles in approval*#WHITE#
@@ -5393,7 +5980,7 @@ Good luck in your adventures, and come visit us when you are done!
 
 #LIGHT_GREEN#*你在那个盗贼一起返回了德斯小镇,他和你讨论着在丛林中的冒险经验。
 他极大地提高了你的战斗经验(#WHITE#+2 通用技能点数#LIGHT_GREEN#)*
-#WHITE#很好, @playername@,我现在必须得走了。
+#WHITE#很好,@playername@,我现在必须得走了。
 祝你在冒险中好运,记得回来看我们!
 ]])
 t("I will. Farewell for now.", "我会的,再见吧。")
@@ -5445,7 +6032,7 @@ t([[#LIGHT_GREEN#*After taking several hits, the undead giant finally succumbs
 #LIGHT_GREEN#突然,瑞尔的身体开始恢复!
 #LIGHT_GREEN#它再次站了起来,你可以感受到它毫无表情的头骨
 #LIGHT_GREEN……满足的盯着你。
-#WHITE#呵呵呵……干得好, @playerdescriptor.race@。
+#WHITE#呵呵呵……干得好,@playerdescriptor.race@。
 #LIGHT_GREEN#*瑞尔缓缓的转身从大门离开,看起来毫发无损。*
 ]])
 t("It was fun, bone giant!", "真有趣,大怪物!")
@@ -5458,7 +6045,7 @@ I am known as Fryjia the Hailstorm. That's all you need to know, @playerdescript
 #LIGHT_GREEN#starts wearing their finest winter cloaks*]], [[#LIGHT_GREEN#*当一个小女孩安静地走进场内时,风变的异常寒冷。
 #LIGHT_GREEN#她看起来年纪很小,有着苍白的肌肤和对比鲜明的黑色长发。
 #LIGHT_GREEN#她用异常平静的口吻对你说*#WHITE#
-我就是传说中的冰暴弗里嘉。你只要知道这点就行, @playerdescriptor.race@。让我们开始吧。
+我就是传说中的冰暴弗里嘉。你只要知道这点就行,@playerdescriptor.race@。让我们开始吧。
 #LIGHT_GREEN#*在她说话的同时整个竞技场变得寒冷刺骨,
 #LIGHT_GREEN#观众们也开始穿上他们最温暖的外套。*]])
 t("Bring it!", "来吧!")
@@ -5488,7 +6075,7 @@ So! I am Reala, the Crimson. I came directly from Angolwen. Despite, you know, t
 Fryjia told me about you, the poor thing, so I will not underestimate such a promising aspirant #LIGHT_GREEN#*She smiles warmly* #WHITE#So, let's make haste my dear!
 There is a battle to fight here!]], [[#LIGHT_GREEN#*大门打开了,进来的是一位风韵十足穿着深红色长袍的女子。
 #LIGHT_GREEN#她看着你并对你露齿一笑*
-#WHITE# 我的,我的天呐,你是多么强大的一个 @playerdescriptor.race@ 。你能重复一遍你的名字吗, @playername@?我很高兴今天能成为你的对手。
+#WHITE# 我的,我的天呐,你是多么强大的一个 @playerdescriptor.race@ 。你能重复一遍你的名字吗,@playername@?我很高兴今天能成为你的对手。
 #LIGHT_GREEN#*她轻轻的说着就像是在说一个秘密* #WHITE#你知道吗,很少有人能闯过这里,真的很令人困扰呢。#LIGHT_GREEN#*她咯咯地笑着*#WHITE#
 所以!我就是绯红之里雅拉。我来自安格利文。虽然魔法大爆炸有那么一点负面影响,人们还是很享受一些魔法带来的乐趣的!
 #LIGHT_GREEN#*她突然拍了下手掌,随即一团火焰绕着她盘旋飞舞!*#WHITE#
@@ -5511,7 +6098,7 @@ So, it's been my pleasure, @playername@. #LIGHT_GREEN#*She vanishes in a spiral
 弗里嘉是对的:她认为你会成为冠军!
 哦,另外请原谅她的行为。当你见到她父亲时你会明白的。
 还有,如果你能坚持像这样战斗,你的梦想真的会很快实现的。
-所以,这是我的荣幸, @playername@。#LIGHT_GREEN#*她化作一团盘旋的火焰消失不见*]])
+所以,这是我的荣幸,@playername@。#LIGHT_GREEN#*她化作一团盘旋的火焰消失不见*]])
 t("I am pumped up! What's next?", "我热切期待着!接下来是什么?")
 t("Am I the only person with a name that can die here?", "难道我是唯一一个有资格死在这里的吗?")
 t([[#LIGHT_GREEN#*You suddenly realize everything has turned dark.
@@ -5557,7 +6144,7 @@ Good luck...
 ]], [[#LIGHT_GREEN#*你英勇的打出最后一击!
 #LIGHT_GREEN#当光明重归,瓦弗伦彻底垮倒了。
 #LIGHT_GREEN#你短暂的闭上眼睛一段时间。当你睁开眼时,你看到了弗里嘉*
-爸爸…… #LIGHT_GREEN#*她沉默的站在那儿*#WHITE#你赢了, @playerdescriptor.race@。
+爸爸…… #LIGHT_GREEN#*她沉默的站在那儿*#WHITE#你赢了,@playerdescriptor.race@。
 你做的很好。准备好你的最终战吧……如果你赢了,我们将为你服务。
 祝你好运……
 #LIGHT_GREEN#*一阵令人不安的沉默后,瓦弗伦重新动了起来。
@@ -5585,14 +6172,14 @@ Pursue glory with all your might, @playerdescriptor.race@!!
 #LIGHT_GREEN#*The master steps forward into the sand*
 ]], [[#LIGHT_GREEN#*最终,竞技场之主步入了竞技场的大门!
 #LIGHT_GREEN#当他充满自信的面对你时,观众们大声的呐喊起来!*
-我很欣赏你, @playerdescriptor.race@! 你用力量和勇气一路走来!
+我很欣赏你,@playerdescriptor.race@! 你用力量和勇气一路走来!
 现在……是最终的Showtime!
 #LIGHT_GREEN#*领主摆好了战斗姿势。观众爆发出一阵欢呼!*
 像你一样,我也是一步步走来。我不会轻视任何有潜力的人。
 #LIGHT_GREEN#*领主哈哈大笑,你同样摆好了战斗姿势,
 #LIGHT_GREEN#并且观众们同样在为你助威,你感到内心充满了力量*
 你能听到吗,大家的欢呼声?这就是了。
-力量就是荣耀, @playerdescriptor.race@!!
+力量就是荣耀,@playerdescriptor.race@!!
 #LIGHT_GREEN#*领主大步向前,进入沙地*
 ]])
 t("Wealth and glory!!!", "金钱和妹子!胜利与荣耀!!!")
@@ -5618,16 +6205,16 @@ But meanwhile, this is your place! Welcome to paradise, @playerdescriptor.race@!
 #YELLOW#You shall remain as the new master until someone challenges you!
 #YELLOW#Next time you play, you shall battle this new champion instead!
 ]], [[#LIGHT_GREEN#*一场荣耀之战后,领主倒下了!*
-哈……哈哈。你做到了, @playerdescriptor.race@……
+哈……哈哈。你做到了,@playerdescriptor.race@……
 #LIGHT_GREEN#*竞技场之主,虽败犹荣,他微笑着站了起来。
 #LIGHT_GREEN#得到领主的认可后,你拿起了他的武器——
 #LIGHT_GREEN#现在躺在血迹斑斑的沙地上。*
 观众们!我们今天产生了一位冠军!!
 #LIGHT_GREEN#*观众们兴奋地大喊着你的名字*
-祝贺你, @playerdescriptor.race@。你现在是领主了。
+祝贺你,@playerdescriptor.race@。你现在是领主了。
 现在你可以享有胜利者的待遇了。
 只要记住一点……像我一样,某天你也可能会被打败……
-但同时,这是你的位置!欢迎来到天堂, @playerdescriptor.race@!
+但同时,这是你的位置!欢迎来到天堂,@playerdescriptor.race@!
 #LIGHT_GREEN#*你看到许多协会和军队首领靠近被击败的领主,
 #LIGHT_GREEN#提供他许多优厚的条件和待遇。
 #LIGHT_GREEN#你开怀大笑,胜利了,从此荣耀将伴随你的一生!
@@ -5651,7 +6238,7 @@ section "game/modules/tome/data/chats/artifice-mastery.lua"
 t("Cancel", "取消")
 t("#CADET_BLUE#%s already mastered.", "#CADET_BLUE#%s 已经被强化过了")
 t("#LIGHT_BLUE# You enhance your preparation of %s.", "#LIGHT_BLUE# 你强化了你准备的%s.")
-t("%s[%s -- mastery: %s]#LAST#", "%s[%s -- 强化: %s]#LAST#")
+t("%s[%s -- mastery: %s]#LAST#", "%s[%s -- 强化:%s]#LAST#")
 t("Master which tool?", "强化哪件工具?")
 
 
@@ -5784,7 +6371,7 @@ section "game/modules/tome/data/chats/corruptor-quest.lua"
 
 t([[Wait, @playerdescriptor.subclass@!
 I see you are a worthy opponent, powerful indeed. I can see, and feel, your mastery of the eldritch crafts.
-We are the same.]], [[等等, @playerdescriptor.subclass@!
+We are the same.]], [[等等,@playerdescriptor.subclass@!
 我看你是个有价值的对手,够强力。我可以看到和感觉到,你对魔法技艺的熟练程度。
 我们可是同行。]])
 t("What do you mean 'the same'?", "“同行”是什么意思?")
@@ -5856,7 +6443,7 @@ Well met, @playername@!
 I am Meranas, Herald of Angolwen. I have come here at the request of King Tolak, who worried when you didn't return.
 We have been watching Tannen for some time, and were pleased to see you reveal his true nature-- and stop him. For this we are grateful, and I think we can pay you back.
 We have studied his portal research, and if you give me the components I will create the portal for you, here and now!]], [[#LIGHT_GREEN#*当你走出传送门时,一个穿着长袍的人正在那里等着你。*
-#WHITE#见到你很高兴, @playername@!
+#WHITE#见到你很高兴,@playername@!
 我是马雷纳斯,安格利文的传令官。我接到托拉克国王的命令在此等候你,他一直很担心你。
 我们已经观察了泰恩一段时间,我们非常高兴地看到你揭露了他的真面目并阻止了他。因此我们非常荣幸地请你回来。
 我们已经分析了他关于传送门的研究,如果你把那些相关的部件给我,我就可以立即给你创造一个传送门,就是此时此刻。]])
@@ -5946,7 +6533,7 @@ So take this orb (#LIGHT_GREEN#*she gives you an orb of scrying*#WHITE#). You ca
 I get to see many interesting things, and you get to know what your items do. We both win! Isn't it sweet?
 Oh yes, the orb will also identify mundane items for you, as long as you carry it.]], [[,你看上去像一个冒险家。也许你能帮助另外一个人。
 你看,我#{bold}#热爱#{normal}#学习新的手稿和搜集拥有古老力量的物品。不过我自己并不是一个真正的冒险家,而且我如果出去冒险的话肯定会被杀掉。
-所以拿着这个水晶球吧, (#LIGHT_GREEN#*她给了你一个辨识水晶*#WHITE#)。你可以在世界的任何一个角落用这个水晶球和我联络。要是你发现什么闪闪发光的好东西,你就可以随时随地给我看了!
+所以拿着这个水晶球吧,(#LIGHT_GREEN#*她给了你一个辨识水晶*#WHITE#)。你可以在世界的任何一个角落用这个水晶球和我联络。要是你发现什么闪闪发光的好东西,你就可以随时随地给我看了!
 我可以看到有趣的东西,而你又能知道你所获得的是什么装备,一举两得!听上去应该不错吧?
 而且,你只要携带着它,它也会帮你辨认普通物品。]])
 t("Woah, thanks, Elisa. This is really nice!", "哇~太好了,埃莉萨,这可太棒了!")
@@ -5963,12 +6550,16 @@ t([[#LIGHT_GREEN#[Pretend to help but when it is time you will use a technique t
 Lead on; I will protect you.]], [[#LIGHT_GREEN#[假装帮忙,制造一个传送门将 @npcname@ 传送至伊格,他会得到“妥善”处置。]#WHITE#
 带路,我会保护你。]])
 t("Lead on; I will protect you.", "带路,我会保护你的。")
+t("Escort", "护送")
 t("Go away; I do not care for the weak.", "走开,我可没有义务帮助弱者。")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/chats/escort-quest.lua"
 
+t("mental", "精神")
+t("physical", "物理")
+t("spell", "法术")
 t("improved %s by +%d", "提升 %s +%d")
 t("[Improve %s by +%d]", "[提升 %s +%d]")
 t("improved %s save by +%d", "提升 %s豁免 +%d")
@@ -5982,6 +6573,9 @@ t("[%s talent %s (+%d level(s))]", "[%s 技能 %s (+%d 等级)]")
 t("Select the party member to receive the reward:", "选择队伍中获得奖励的成员:")
 t("gained talent category %s (at mastery %0.2f)", "解锁技能树 %s (技能等级 %0.2f)")
 t("[Allow training of talent category %s (at mastery %0.2f)]", "[解锁技能树 %s (技能等级 %0.2f)]")
+t([[#GOLD#%s / %s#LAST#
+%s]], [[#GOLD#%s/%s#LAST#
+%s]])
 t("done", "结束")
 t([[At the last moment you invoke the power of nature.  The portal fizzles and transports @npcname@ to Zigur.
 You can feel Nature thanking you.]], [[最后你召唤了自然之力,传送门发出嘶嘶的响声,将 @npcname@ 传送到了伊格。
@@ -6115,7 +6709,7 @@ I am afraid with the power they gained today they will be even harder to stop, b
 t("I will avenge your men.", "我会替你的人报仇!")
 t("Ah! This is wonderful! Finally a ray of hope amidst the darkness. I will assign my best troops to this. Thank you, @playername@ - take this as a token of gratitude.", "太好了!一线希望的曙光终于穿过了黑暗。我会派我最好的军队去那里。多谢你了,@playername@——以此物来表示我们对你的感激。")
 t("Good luck.", "祝你们好运。")
-t("Aeryn gives you: %s", "艾伦给了你: %s")
+t("Aeryn gives you: %s", "艾伦给了你:%s")
 
 
 ------------------------------------------------
@@ -6174,7 +6768,7 @@ t("Not enough money", "金钱不足")
 t("Imbue cost", "镶嵌价格")
 t("You need to use %s gold for the plating, do you accept?", "你需要花费 %s 金币用于镀金,你确认接受吗?")
 t("Limmir's Amulet of the Moon", "利米尔的月亮吊坠")
-t("%s creates: %s", "%s 创造了: %s")
+t("%s creates: %s", "%s创造了:%s")
 t("Welcome, @playername@, to my shop.", "欢迎来我的商店,@playername@。")
 t("Let me see your wares.", "让我看看你的商品吧。")
 t("I am looking for special jewelry.", "我在找一些特殊的珠宝。")
@@ -6262,7 +6856,7 @@ t([[I am truly astonished by your strength; surviving that encounter was an epic
 As for the orcs, it is deeply troubling.  We have not seen any for eighty years... could they have come from the far east?
 Anyway, thank you again, @playername@, for your help.]], [[我很惊讶你的力量,能在袭击中活下来可是一项壮举。
 关于兽人,这就有点麻烦了。我们已经80年没有见过他们了……难道他们是从远东大陆过来的?
-不管怎样,还是非常感谢, @playername@, 感谢你的帮助。]])
+不管怎样,还是非常感谢,@playername@, 感谢你的帮助。]])
 t([[Orcs?! In the west?! This is deeply alarming! We have not seen any for nearly eighty years. They must have come from the far east...
 But do not let me trouble you; you brought important news and you are lucky to be alive.]], [[兽人?在西部大陆?!这非常令人担忧!我们几乎已经80年没有见到过兽人了,他们肯定是从远东大陆来的……
 不过你不必自责,你带来了重要的消息,而且你还能活下来已经很幸运了。]])
@@ -6321,6 +6915,9 @@ t("Why, 'tis a paltry sum - take my order, man, and be quick about it!", "什么
 t("Yes, please!", "好的,请吧。")
 t("HOW MUCH?! Please, excuse me, I- I need some fresh air...", "多少钱?!呃……抱歉,我……我得出去呼吸一下新鲜空气……")
 t("Not now, thank you.", "现在不用,再见。")
+t("dragonbone wand", "龙骨魔杖")
+t("dragonbone totem", "龙骨图腾")
+t("voratun torque", "沃瑞钽项圈")
 t("I've changed my mind.", "我决定不买了。")
 t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as this.", "#CRIMSON#你的时间穿越对这种已经预设好的结局没有任何作用。")
 t([[Do you want to name your item?
@@ -6329,7 +6926,7 @@ t([[Do you want to name your item?
 t("Yes, please.", "是的。")
 t("Name", "名称")
 t("Name your item", "给你的装备起名")
-t("#LIGHT_BLUE#The merchant carefully hands you: %s", "#LIGHT_BLUE#商人小心的交给了你: %s")
+t("#LIGHT_BLUE#The merchant carefully hands you: %s", "#LIGHT_BLUE#商人小心的交给了你:%s")
 t("No thanks.", "不用了,谢谢。")
 t("Oh I am sorry, it seems we could not make the item your require.", "啊真抱歉,这东西我们可做不了。")
 t("Oh, let's try something else then.", "好吧,我们试试别的东西。")
@@ -6352,7 +6949,7 @@ t("Hi, I would like to talk to Melinda please.", "你好,我想和梅琳达谈
 t("Sorry, I have to go!", "抱歉,我要走了!")
 t("Please take this. It is nothing compared to the life of my child. Oh, and she wanted to thank you in person; I will call her.", "请带上这个。没什么比我孩子的生命更重要了。哦,她想亲自表达她对你的谢意。我去叫她出来。")
 t("Thank you.", "谢谢。")
-t("Melinda's father gives you: %s", "梅琳达的父亲交给了你: %s")
+t("Melinda's father gives you: %s", "梅琳达的父亲交给了你:%s")
 t("@playername@! #LIGHT_GREEN#*She jumps for joy and hugs you while her father returns to his shop.*#WHITE#", "@playername@! #LIGHT_GREEN#*当她父亲返回商店时,她高兴地跳了起来,给了你一个拥抱。*#WHITE#")
 t("I am glad to see you are fine. It seems your scars are healing quite well.", "看到你一切安好真是太好了。你的伤疤看上去也已经痊愈了。")
 t("I am glad to see you well. Take care.", "很高兴看到你没事,多保重。")
@@ -6622,7 +7219,7 @@ section "game/modules/tome/data/chats/message-last-hope.lua"
 t([[Well met, @playername@. I was sent with a message from King Tolak of Last Hope.
 I followed the trail of bodies that you left - very impressive! We are lucky to have you on our side.
 But enough talk; take this message. I must go now.
-#LIGHT_GREEN#He gives you a sealed scroll and vanishes into the shadows.#LAST#]], [[终于见到你了, @playername@。我是最后的希望国王托拉克派来给你送信的。
+#LIGHT_GREEN#He gives you a sealed scroll and vanishes into the shadows.#LAST#]], [[终于见到你了,@playername@。我是最后的希望国王托拉克派来给你送信的。
 我追随你的足迹找到你,令人印象深刻!很荣幸你是站在我们这一边的。
 不聊了,信我已送到,我必须得走了。
 #LIGHT_GREEN#他递给你一个密封的卷轴,然后消失在阴影中。#LAST#]])
@@ -6648,7 +7245,7 @@ We know that a Tempest, a powerful Archmage who can control the storms, is respo
 So you must act, @playername@. I will show you the location of this mage - high in the Daikara mountains.
 Erase him.]], [[是的,我们已经感觉到了那里的堕落气息,我已经派人去驱散那里的乌云,但是真正的威胁并不在那儿。
 据我们所知,一个风暴术士,可以操控风暴的元素法师,和这些破坏有关。安格利文的那些懦夫居然袖手旁观。真是堕落!
-所以你必须采取行动, @playername@。我会告诉你那个法师所在的位置,在岱卡拉山脉的最高峰。
+所以你必须采取行动,@playername@。我会告诉你那个法师所在的位置,在岱卡拉山脉的最高峰。
 除掉他。]])
 t("You can count on me, Protector.", "你可以信任我,守护者。")
 t([[So I have heard, @playername@. You prove worthy of your training. Go with the blessing of nature, @playername@ of Zigur.
@@ -6778,7 +7375,7 @@ section "game/modules/tome/data/chats/ring-of-blood-master.lua"
 
 t([[#LIGHT_GREEN#*Before you stands a small humanoid creature with a disproportionate head.*#WHITE#
 Ah, what have we here? @playerdescriptor.race@, I believe you have turned at the wrong corner.]], [[#LIGHT_GREEN#*在你面前站着一个矮小的人形生物,长着一个不成比例的脑袋。*#WHITE#
-看,来了个什么人, @playerdescriptor.race@, 我相信你一定走错地方了。]])
+看,来了个什么人,@playerdescriptor.race@, 我相信你一定走错地方了。]])
 t("So it would seem. What is going on here?", "有可能,这里发生了什么事?")
 t([[This is my Ring of Blood! Listen, you have now two choices.
 Since you do not look like slave fodder to me I will offer to let you pay to play the game.
@@ -7019,6 +7616,8 @@ t("[Leave the orb alone]", "[离开水晶球]")
 ------------------------------------------------
 section "game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua"
 
+t("*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*", "*#LIGHT_GREEN#这个水晶球用于控制角斗竞技场。#WHITE#*")
+t("[Go back to the Fortress]", "[返回堡垒]")
 t("[Leave the orb alone]", "[离开水晶球]")
 
 
@@ -7262,7 +7861,7 @@ t("Wait a minute!", "等一下!")
 t("Archmage Tarelion?", "大法师泰尔兰?")
 t([[Yes @playername@, I have heard you plan on going into the wild world, looking for some adventures of your own.
 This is good, more of us should get out of here once in a while and actually help people out there.
-Say, maybe you might want to get an adventure and help Angolwen?]], [[是的, @playername@,我听说你计划到野外,去寻求冒险。
+Say, maybe you might want to get an adventure and help Angolwen?]], [[是的,@playername@,我听说你计划到野外,去寻求冒险。
 这样很好,我们应该多多出去到外面的世界,去帮助那里的人们。
 这么说,也许你会想进行一场冒险,来帮助安格利文?]])
 t("Perhaps, what do you need?", "也许吧,你想要什么?")
@@ -7338,11 +7937,12 @@ t("Never! Die!", "绝不!去死吧!")
 section "game/modules/tome/data/chats/trap-priming.lua"
 
 t("[Cancel]", "[取消]")
-t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱: %s.")
+t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱:%s.")
 t("Not Prepared", "还没准备好")
 t("Primed Trigger", "即爆机关")
 t("Not Usable", "无法使用")
 t("Normal Trigger", "常规机关")
+t("%s[%s: %s]#LAST#", "%s[%s:%s]#LAST#")
 t([[Choose a trap to prepare with a primed (instant) trigger or to dismantle.
 #YELLOW#Newly prepared traps are placed on cooldown.#LAST#]], [[选择一个陷阱,准备即爆机关或者分解之。
 #YELLOW#新准备的陷阱将进入冷却。#LAST#]])
@@ -7541,7 +8141,10 @@ t("Never mind", "没事,别介意。")
 ------------------------------------------------
 section "game/modules/tome/data/chats/worldly-knowledge.lua"
 
-t("[%s (at mastery %0.2f)]", "[%s (技能树系数 %0.2f)]")
+t("[%s (at mastery %0.2f)]", "[%s(技能树系数%0.2f)]")
+t([[#GOLD#%s / %s#LAST#
+]], [[#GOLD#%s/%s#LAST#
+]])
 t("Learn which category?", "学习什么技能树?")
 
 
@@ -7601,7 +8204,7 @@ section "game/modules/tome/data/chats/zemekkys.lua"
 
 t([[#LIGHT_GREEN#*A slot in the door opens and a pair of wild eyes peer out.*#WHITE#
 What do you want, @playerdescriptor.race@?]], [[#LIGHT_GREEN#*门上开了一个小洞,一副野蛮的眼睛凝视着你。*#WHITE#
-你想干什么, @playerdescriptor.race@?]])
+你想干什么,@playerdescriptor.race@?]])
 t("Paladin Aeryn told me that you could help me. I need to get to Maj'Eyal.", "太阳骑士艾琳跟我说你能帮助我,我想去马基·埃亚尔。")
 t("I found the Blood-Runed Athame, but there was no Resonating Diamond.", "我找到了血符祭剑,不过还没找到共鸣宝石。")
 t("I have a Resonating Diamond.", "我找到了共鸣宝石。")
@@ -7658,10 +8261,12 @@ t("I can teach you mindstar mastery (talent category Wild-gift/Mindstar mastery)
 t("Just give me the basics (reveals locked talent category) - 100 gold.", "只学习基础(显示带解锁的技能树)- 100 金币。")
 t("The shopkeeper spends some time with you, teaching you the basics of channeling energy through mindstars.", "商人花了一些时间,教授你使用灵晶的基础技巧")
 t("He is impressed with your affinity for natural forces.", "他对你同自然力量的亲和度感到惊讶")
-t("Please teach me what I need to know (unlocks talent category) - 500 gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 - 500 金币。")
+t("Please teach me what I need to know (unlocks talent category) - 500 gold.", "请教授我需要知道的一切(显示已解锁的技能树)。-500 金币。")
 t("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you.", "商人花了大量时间,教授你使用灵晶的全部技巧。")
 t("He is impressed with your mastery and shows you a few tricks to handle stronger energy flows.", "他对你已经掌握的知识印象深刻,并展示给你一些对抗强敌的技巧")
 t("I'm already proficient, but I want to be an expert (improves talent mastery by 0.2) - 750 gold.", "我已经学会了,但我想成为一名专家。(增加技能树系数0.2) - 750 金币。")
+t(", and teaches you enhanced mental discipline needed to maintain powerful energy fields", ",他还教授你一些进阶技术来维持强大的能量领域")
+t("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s.", "商人花了大量时间,教授你使用灵晶的全部技巧%s。")
 t("No thanks.", "不用了,谢谢。")
 
 
@@ -7737,12 +8342,19 @@ t("...", "……")
 ------------------------------------------------
 section "game/modules/tome/data/damage_types.lua"
 
-t("#Source# strikes #Target# in the darkness (%+d%%%%%%%% damage).", "#Source# 在黑暗中打击了 #Target#  (%+d%%%%%%%% 伤害)!")
+t("%s(%d warded)#LAST#", "%s(%d 被守护)#LAST#")
+t("#Source# strikes #Target# in the darkness (%+d%%%%%%%% damage).", "#Source#在黑暗中打击了#Target#(%+d%%%%%%%% 伤害)!")
 t("Something", "某物")
 t("%s forces the iceblock to shatter.", "%s 将冰块打破。")
+t("%s(%d to psi shield)#LAST#", "%s(%d 超能盾吸收)#LAST#")
+t("%s(%d blocked)#LAST#", "%s(%d 被格挡)#LAST#")
+t("%s(%d antimagic)#LAST#", "%s(%d 反魔盾吸收)#LAST#")
+t("%s(%d flat reduction)#LAST#", "%s(%d 固定减伤吸收)#LAST#")
 t("You end your target with a crushing blow!", "你的毁灭一击终结了对手!")
-t("#CRIMSON##Source# damages %s through Martyrdom!", "#CRIMSON##Source# 通过殉难伤害了 %s !")
-t("#CRIMSON##Source# reflects damage back to #Target#!", "#CRIMSON##Source# 将伤害反射回 #Target#!")
+t("#LIGHT_GREY#(%d resilience)#LAST#", "#LIGHT_GREY#(%d 弹性体质吸收)#LAST#")
+t("#CRIMSON##Source# damages %s through Martyrdom!", "#CRIMSON##Source#通过殉难伤害了 %s !")
+t("#CRIMSON##Source# reflects damage back to #Target#!", "#CRIMSON##Source#将伤害反射回 #Target#!")
+t("#Source##LIGHT_GREEN# HEALS#LAST# from %s %s #LAST# damage!", "#Source#因%s%s#LAST#伤害受到了#LIGHT_GREEN#治疗#LAST#!")
 t("cosmetic", "外观")
 t("cosmeticed", "外观")
 t("physical", "物理")
@@ -7858,36 +8470,38 @@ t("bright light", "强光")
 t("stunning fire", "火焰震慑")
 t("fire burn", "火焰燃烧")
 t("devouring flames", "吞噬之焰")
-t("#Source# drains life from #Target#!", "#Source# 从 #Target# 吸取了生命!")
+t("#Source# drains life from #Target#!", "#Source#从#Target#吸取了生命!")
 t("shadowflame", "暗影烈焰")
 t("stunning darkness", "震慑暗影")
 t("darkness", "æš—å½±")
 t("fire", "火焰")
 t("cold", "寒冷")
 t("flameshock", "烈焰冲击")
-t("%s resists the searing flame!", "%s 抵抗了灼热火焰!")
+t("%s resists the searing flame!", "%s抵抗了灼热火焰!")
 t("ice", "寒冰")
 t("slowing ice", "冰系减速")
 t("ice storm", "冰风暴")
 t("glacial vapour", "极寒冰雾")
 t("pinning cold", "定身寒冷")
 t("freeze", "冰冻")
+t("Frozen!", "冻结!")
+t("Resist!", "抵抗!")
 t("sticky smoke", "浓烟")
 t("acid blind", "酸性致盲")
 t("blinding darkness", "致盲暗影")
 t("blinding light", "致盲之光")
 t("dazing lightning", "闪电眩晕")
 t("cold repulsion", "寒冷排斥")
-t("%s resists the wave!", "%s 抵抗了冲击!")
+t("%s resists the wave!", "%s抵抗了冲击!")
 t("bloodspring", "血如泉涌")
-t("%s resists the bloody wave!", "%s 抵抗了血浪!")
+t("%s resists the bloody wave!", "%s抵抗了血浪!")
 t("fire repulsion", "火焰击退")
 t("burning repulsion", "灼烧排斥")
 t("darkness repulsion", "暗影击退")
-t("%s resists the darkness!", "%s 抵抗了黑暗!")
-t("%s resists the punch!", "%s 抵抗了击退!")
+t("%s resists the darkness!", "%s抵抗了黑暗!")
+t("%s resists the punch!", "%s抵抗了击退!")
 t("fear repulsion", "恐惧击退")
-t("%s resists the frightening sight!", "%s 抵抗了恐惧。")
+t("%s resists the frightening sight!", "%s抵抗了恐惧。")
 t("poison", "毒素")
 t("cleansing fire", "火焰净化")
 t("spydric poison", "蜘蛛毒素")
@@ -7899,32 +8513,43 @@ t("dig", "挖掘")
 t("slow", "减速")
 t("congeal time", "时间停滞")
 t("time prison", "时间囚牢")
-t("%s resists the time prison.", "%s 抵抗了时间牢笼。")
+t("%s resists the time prison.", "%s抵抗了时间牢笼。")
 t("% chance of confusion", "%几率造成混乱")
 t("% chance of gloom effects", "%几率黑暗光环")
 t("item darkness numbing", "物品黑暗麻木")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce damage dealt by #YELLOW#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d%%#LAST#伤害%s")
 t("item expose", "物品暴露")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce all saves and defense by #YELLOW#%d#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d#LAST#闪避和豁免%s")
 t("item temporal energize", "物品时空充能")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to gain 10%% of a turn (3/turn limit)%s", "* #LIGHT_GREEN#%d%%#LAST#几率获得10%%回合(每回合限3次)%s")
 t("#LIGHT_STEEL_BLUE#%s can't gain any more energy this turn! ", "#LIGHT_STEEL_BLUE#%s在本回合内无法得到更多能量! ")
 t("item acid corrode", "物品腐蚀护甲")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce armor by #VIOLET#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#VIOLET#%d%%#LAST#护甲%s")
 t("item blight disease", "物品疾病")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce strength, dexterity, and constitution by #VIOLET#%d#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#VIOLET#%d#LAST#力量、敏捷和体质%s")
 t("item manaburn arcane", "物品法力燃烧")
+t("* #DARK_ORCHID#%d arcane resource#LAST# burn%s", "* #DARK_ORCHID#%d法力燃烧#LAST# %s")
 t("item nature slow", "物品自然减速")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to slow global speed by #YELLOW#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d%%#LAST#整体速度%s")
 t("item antimagic scouring", "物品反魔灼烧")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #ORCHID#reduce effective powers#LAST# by %d%%%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低%d%%#ORCHID#有效强度#LAST#%s")
 t("item lightning daze", "物品眩晕")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #ROYAL_BLUE#daze#LAST# at end of turn%s", "* #LIGHT_GREEN#%d%%#LAST#几率在回合结束时#ROYAL_BLUE#眩晕daze#LAST#%s")
 t("item light blind", "物品致盲")
-t("%s resists the blinding light!", "%s 抵抗了致盲!")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #YELLOW#blind#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率#YELLOW#致盲#LAST#%s")
+t("%s resists the blinding light!", "%s抵抗了致盲!")
 t("item mind gloom", "物品黑暗光环")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to cause #YELLOW#random gloom#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率触发#YELLOW#随机黑暗光环#LAST#%s")
 t("confusion", "æ··ä¹±")
 t("stun", "震慑")
 t("slow'", "减速'")
 t("blinding", "致盲")
-t("%s resists the blind!", "%s 抵抗了致盲!")
+t("%s resists the blind!", "%s抵抗了致盲!")
 t("blinding physical", "物理致盲")
-t("%s resists the sandstorm!", "%s 抵抗了沙暴!")
+t("%s resists the sandstorm!", "%s抵抗了沙暴!")
 t("physical pinning", "物理定身")
 t("regressive blight", "枯萎退化/经验吸取")
-t("#Source# drains experience from #Target#!", "#Source# 从 #Target# 吸取了经验值!")
+t("#Source# drains experience from #Target#!", "#Source#从#Target#吸取了经验值!")
 t("draining blight", "枯萎吸收/生命吸取")
 t("sanguine blight", "枯萎吸血")
 t("vim draining blight", "枯萎衰亡/活力吸取")
@@ -7946,9 +8571,9 @@ t("gravity", "重力")
 t("gravity pin", "重力定身")
 t("physical repulsion", "物理排斥")
 t("grow", "生长")
-t("%s turns into %s.", "%s 变成了 %s。")
+t("%s turns into %s.", "%s变成了%s。")
 t("pinning nature", "自然定身")
-t("%s resists the pinning!", "%s 抵抗了定身!")
+t("%s resists the pinning!", "%s抵抗了定身!")
 t("healing nature", "自然治疗")
 t("impeding nature", "自然障碍")
 t("confounding nature", "自然混乱")
@@ -7959,7 +8584,7 @@ t("blazing light", "光炽")
 t("prismatic repulsion", "防护排斥")
 t("mind slow", "精神减速")
 t("mind freeze", "精神冻结")
-t("%s resists the freezing!", "%s 抵抗了冰冻!")
+t("%s resists the freezing!", "%s抵抗了冰冻!")
 t("implosion", "爆裂")
 t("regressive temporal", "时空退化")
 t("wasting temporal", "时空耗竭")
@@ -7967,20 +8592,24 @@ t("stop", "静止")
 t("%s has not been stopped!", "%s 无法被中断!")
 t("debilitating temporal", "时空虚弱")
 t("draining physical", "物理吸收")
-t("#Source# consumes %d life from #Target#!", "#Source# 从 #Target#身上吸取了%d生命!")
+t("#Source# consumes %d life from #Target#!", "#Source#从#Target#身上吸取了%d生命!")
 t("temporal slow", "时空减速")
 t("molten rock", "熔岩")
 t("entangle", "困惑")
-t("%s resists entanglement!", "%s 抵抗了纠缠!")
+t("%s resists entanglement!", "%s抵抗了纠缠!")
 t("manaworm arcane", "法力蠕虫")
-t("%s has no mana to burn.", "%s 没有法力值,无法奥术对撞。")
+t("%s has no mana to burn.", "%s没有法力值,无法奥术对撞。")
 t("arcane blast", "奥术爆炸")
 t("circle of death", "死亡法阵")
-t("%s resists the baneful energy!", "%s 抵抗了毒素!")
+t("%s resists the baneful energy!", "%s抵抗了毒素!")
 t("decaying darkness", "暗影虚弱")
 t("abyssal darkness", "暗影深渊")
-t("% chance to summon an orc spirit", "% 几率召唤一个兽人灵魂")
+t("% chance to summon an orc spirit", "%几率召唤一个兽人灵魂")
+t("%s<%d%%%% orc summon chance>#LAST#", "%s<%d%%%%几率召唤兽人>#LAST#")
+t("%s<orc summon>#LAST#", "%s<兽人召唤>#LAST#")
 t("orc spirit", "兽族之魂")
+t("An orc clad in massive armour, wielding a huge axe.", "一只身穿板甲的兽人,手里握着一把巨斧。")
+t("Garkul Spirit", "加库尔之魂")
 t("nightmare", "梦魇")
 t("cursed miasma", "诅咒瘴气")
 t("weakness", "虚弱")
@@ -7988,42 +8617,46 @@ t("special effect", "特效")
 t("manaburn arcane", "法力燃烧")
 t("leaves", "叶片")
 t("distorting physical", "物理扭曲")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("dreamforge", "梦之熔炉")
 t("%s is knocked back!", "%s 被击退。")
-t("%s resists the forge bellow!", "%s 抵抗了熔炉击退!")
-t("%s resists the dream forge!", "%s 抵抗了梦境熔炉!")
+t("%s resists the forge bellow!", "%s抵抗了熔炉击退!")
+t("%s resists the dream forge!", "%s抵抗了梦境熔炉!")
 t("natural mucus", "自然粘液")
 t("disarming acid", "酸性缴械")
-t("%s resists disarming!", "%s 抵抗了缴械!")
+t("%s resists disarming!", "%s抵抗了缴械!")
 t("corrosive acid", "腐蚀之酸")
 t("bouncing slime", "弹跳史莱姆")
 t("caustic mire", "酸池")
 t("sun path", "阳光大道")
 t("telekinetic shove", "动能冲击")
-t("%s resists pinning!", "%s 抵抗了定身!")
-t("%s resists the shove!", "%s 抵抗了推拉!")
+t("%s resists pinning!", "%s抵抗了定身!")
+t("%s resists the shove!", "%s抵抗了推拉!")
 t("dimensional anchor", "禁传区")
 t("phase pulse", "相位脉动")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("%s resists the blindness!", "%s 抵抗了致盲!")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists the confusion!", "%s 抵抗了混乱!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("%s resists the blindness!", "%s抵抗了致盲!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists the confusion!", "%s抵抗了混乱!")
 t("brain storm", "头脑风暴")
-t("%s resists the mind attack!", "%s 抵抗了精神攻击!")
+t("%s resists the mind attack!", "%s抵抗了精神攻击!")
 t("static net", "静电网")
 t("wormblight", "蠕虫枯萎")
 t("pestilent blight", "枯萎瘟疫")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to cause #GREEN#random blight#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率触发#GREEN#随机枯萎效果#LAST#%s")
 t("blight poison", "枯萎毒素")
 t("terror", "暗夜恐魔")
+t("%s<terror chance>#LAST#", "%s<恐惧几率>#LAST#")
 t("random poison", "随机毒素")
 t("blinding powder", "致盲粉")
+t("%s<blinding powder>#LAST#", "%s<致盲粉>#LAST#")
 t("smokescreen", "烟幕弹")
+t("%s<smoke>#LAST#", "%s<烟雾弹>#LAST#")
 t("flare", "闪光弹")
-t("%s resists the blinding flare!", "%s 抵抗了致盲!")
+t("%s resists the blinding flare!", "%s抵抗了致盲!")
 t("flare light", "闪光弹光")
 t("sticky pitch", "粘性")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("fire sunder", "火焰破甲")
 t("shadow smoke", "暗影烟雾")
 t("frozen earth", "冻结大地")
@@ -8102,6 +8735,7 @@ t("#LIGHT_RED#As you enter you notice the door has no visible handle on the insi
 t("Enter the crypt", "进入地窖")
 t("Leave carefully", "悄悄离开")
 t("Lost kitten", "迷路的猫咪")
+t("Lost Kitty", "迷路的猫咪")
 t("Ancient Elven Ruins", "古代精灵遗迹")
 t("Entrance to some ancient elven ruins", "远古精灵遗迹入口")
 t("Cursed Village", "被诅咒的村庄")
@@ -8132,6 +8766,14 @@ t("blighted soil", "荒芜之地")
 t("%s (blighted aura)", "%s (枯萎光环)")
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/conclave-vault.lua"
+
+t([[Only crumbling bones are left of what once was the proud Director Hompalan, chief of this facility.
+Now those remains look at you with empty eyes but you can not mistake their intent.]], [[这个研究设施的主人,曾经如此高傲的研究主管红帕兰,现在已经只剩下摇摇欲坠的枯骨。
+尽管这具遗骸只剩下空洞无神的眼窝,你也能从中察觉到他凝视着你的神情。]])
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/cultists.lua"
 
@@ -8147,6 +8789,7 @@ t("This is too soon!", "太早了!")
 t("disrupted monolith", "被干扰的符文巨石")
 t("Something the cultists are doing is coming. Beware.", "邪教徒在做的事情将要到来。小心。")
 t("The cultist's soul seems to be absorbed by the strange stone he was guarding. You feel like something is about to happen...", "邪教徒的灵魂似乎被其守卫的奇异石头所吸收。你感觉似乎要出大事了……")
+t("Shasshhiy'Kaish", "莎西·凯希")
 t("This demon would be very attractive if not for the hovering crown of flames, the three tails and sharp claws. As you watch her you can almost feel pain digging in your flesh. She wants you to suffer.", "不看她那盘旋在头上的火焰王冠、三条小尾巴以及那锋利的爪子,这只恶魔仍然充满了奇异的魅惑。当你看着她时,你感觉痛苦像利刃一样,深入骨髓,她是痛苦的使者。")
 t("and used for her perverted desires", "并被用于她的变态欲望")
 t("burning crown", "燃烧王冠")
@@ -8161,9 +8804,18 @@ t("%s pulls a dagger and opens his own chest, piercing his beating heart. The st
 ------------------------------------------------
 section "game/modules/tome/data/general/events/damp-cave.lua"
 
+t("ladder back to %s", "返回%s的楼梯")
+t("Damp Cave", "潮湿洞穴")
 t("damp cave", "潮湿洞穴")
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/drake-cave.lua"
+
+t("Intimidating Cave", "恐怖地穴")
+t("ladder back to %s", "返回%s的楼梯")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/fearscape-portal.lua"
 
@@ -8185,14 +8837,14 @@ t("#VIOLET#A demon steps out of the %s!", "#VIOLET#一个恶魔走出了%s!")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/fell-aura.lua"
 
-t("%s (fell aura)", "%s (毁灭光环)")
+t("%s (fell aura)", "%s(毁灭光环)")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/font-life.lua"
 
 t("font of life", "生命之泉")
-t("%s (life aura)", "%s (生命光环)")
+t("%s (life aura)", "%s(生命光环)")
 
 
 ------------------------------------------------
@@ -8244,7 +8896,7 @@ t("#VIOLET#A naga steps out of the %s!", "#VIOLET#一只娜迦从%s里走出!")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/necrotic-air.lua"
 
-t("%s (necrotic air)", "%s (死灵瘴气)")
+t("%s (necrotic air)", "%s(死灵瘴气)")
 
 
 ------------------------------------------------
@@ -8271,12 +8923,13 @@ t("Fall...", "跌落……")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/protective-aura.lua"
 
-t("%s (protective aura)", "%s (防御光环)")
+t("%s (protective aura)", "%s(防御光环)")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/rat-lich.lua"
 
+t("way up to %s", "向上到%s的路")
 t("#VIOLET# As you leave the crypt, the stairway collapses in upon itself.", "#VIOLET# 当你离开洞穴的时候,楼梯崩塌了。")
 t("dusty rat skull", "肮脏的鼠骷髅")
 t("This ancient skull is all that remains of the Rat Lich. Some fragments of its power remain and a faint red light still glows within its eye sockets.", "这顶古老的骨盔是巫妖鼠仅存于世的东西,上面残留了巫妖鼠的部分精华能量。")
@@ -8285,15 +8938,17 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("%s raises %s %s, and a red light flashes from it's eye sockets!", "%s 令 %s %s站了起来, 一道红光从它眼中闪过!")
 t("From the dust of decay a %s forms!", "从灰烬中诞生了一只%s!")
 t("stairway leading downwards", "向下的楼梯")
+t("Stairs seem to lead into some kind of crypt.", "通往某个地穴的楼梯。")
 t("Forsaken Crypt", "废弃地下室")
 t("You hear squeaks and the sounds of clicking bone echo around you... Pure death awaits. Flee!", "你听到老鼠的叫声夹杂着骨骼的响动的吱吱声……前面等待着你的是死亡的力量。快逃!")
+t("Stairs lead downwards into rubble.", "向下通往瓦砾之中的楼梯")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/slimey-pool.lua"
 
 t("slimey pool", "史莱姆之沼")
-t("%s (slimey)", "%s (泥泞)")
+t("%s (slimey)", "%s(泥泞)")
 
 
 ------------------------------------------------
@@ -8320,9 +8975,15 @@ t("spellblaze scar", "奥术之痕")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/sub-vault.lua"
 
+t("way up (%s)", "向上的路(到%s)")
 t("#VIOLET# The stairway collapses completely as you ascend!", "#VIOLET# 当你爬上楼梯的时候,楼梯彻底坍塌了!")
 t("#VIOLET# The decrepit stairs crumble some more as you climb them.", "#VIOLET# 当你爬上这些破旧的楼梯的时候,它摇摇欲坠,又更加破碎了一点。")
 t("hidden vault", "隐藏的宝库")
+t("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
+t("collapsing hidden vault", "快要坍塌的隐藏宝库")
+t("collapsed hidden vault", "坍塌的隐藏宝库")
+t("A collapsed stairway, leading down", "向下的楼梯,已经坍塌了。")
+t("nearly collapsed hidden vault", "即将坍塌的隐藏宝库")
 
 
 ------------------------------------------------
@@ -8348,6 +9009,8 @@ section "game/modules/tome/data/general/events/weird-pedestals.lua"
 
 t("weird pedestal", "奇怪的基座")
 t("Do you wish to inspect the pedestal?", "你想要检查基座吗?")
+t("inspected", "检查了")
+t("inspecting", "正在检查")
 t("As you inspect it a shadow materializes near you, and suddenly it is no more a shadow!", "当你检查这个基座时,一团阴影出现在你身旁,突然间它凝成了实体!")
 t("#rng# the Invoker", "扰乱者#rng#")
 t("Die intruder!", "去死吧,干扰者!")
@@ -8365,7 +9028,7 @@ t("You hear a terrible voice saying 'Their lives are mine! I am coming!'", "ä½ 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/whistling-vortex.lua"
 
-t("%s (whistling vortex)", "%s (尖啸漩涡)")
+t("%s (whistling vortex)", "%s(尖啸漩涡)")
 
 
 ------------------------------------------------
@@ -8392,13 +9055,16 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("glass wall", "玻璃墙")
 t("glass door", "玻璃门")
 t("open glass door", "敞开的玻璃门")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8413,10 +9079,13 @@ section "game/modules/tome/data/general/grids/bone.lua"
 t("sand", "æ²™")
 t("bone walls", "骨墙")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("lever", "拉杆")
 t("huge lever", "巨大的控制杆")
@@ -8450,6 +9119,7 @@ section "game/modules/tome/data/general/grids/cave.lua"
 
 t("cave floor", "山洞平地")
 t("cave walls", "山洞壁")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("grass", "草地")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
@@ -8491,6 +9161,7 @@ t("tall thick tree", "高大粗壮的树")
 t("flower", "花")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("old road", "古老的路")
 t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
@@ -8507,6 +9178,7 @@ t("open door", "敞开的门")
 t("floor", "地板")
 t("wall", "墙壁")
 t("sealed door", "被封印的门")
+t("This door seems to be sealed.", "这扇门似乎被封印了。")
 
 
 ------------------------------------------------
@@ -8518,10 +9190,13 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8585,7 +9260,7 @@ t("open door", "敞开的门")
 section "game/modules/tome/data/general/grids/lava.lua"
 
 t("lava floor", "熔岩平地")
-t("#Source# burns #Target#!", "#Source# 灼烧了 #Target#!")
+t("#Source# burns #Target#!", "#Source#灼烧了#Target#!")
 t("lava", "岩浆")
 t("wall", "墙壁")
 t("lava wall", "熔岩墙壁")
@@ -8629,8 +9304,11 @@ t("ladder to worldmap", "通往世界地图的台阶")
 ------------------------------------------------
 section "game/modules/tome/data/general/grids/sand.lua"
 
+t("unstable sand tunnel", "不稳定的流沙通道")
+t("Loose sand is steadily filling this void, which could collapse suddenly and completely.", "松散的沙子填充了这一空间,但是这些沙子随时可能坍塌下来。")
 t("The unstable sand tunnel collapses!", "不稳定的流沙通道塌陷了!")
 t("You are crushed by the collapsing tunnel! You suffocate!", "你被压在了倒塌的通道中!你感到无法呼吸!")
+t("was buried alive", "被活埋")
 t("sandwall", "沙墙")
 t("wall", "墙壁")
 t("tree", "æ ‘")
@@ -8682,10 +9360,13 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8717,6 +9398,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8732,6 +9414,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8747,6 +9430,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8778,7 +9462,7 @@ t("underwater air bubble", "水下气泡")
 t("#AQUAMARINE#The air bubbles are depleted!", "#AQUAMARINE#气泡被耗尽了!")
 t("deep water", "深水")
 t("poisoned deep water", "有毒的深水")
-t("#Source# poisons #Target#!", "#Source# 让 #Target# 中毒!")
+t("#Source# poisons #Target#!", "#Source#让#Target#中毒!")
 t("exit to the worldmap", "离开前往世界地图")
 t("previous level", "前往上一层")
 t("floor", "地板")
@@ -8878,6 +9562,7 @@ t("bird", "飞禽")
 t("Phoenix", "凤凰")
 t("Ever burning, ever dying, ever reviving, the Phoenix swoops down upon you, seeking to share its fiery fate with you.", "无尽的燃烧,无尽的死亡,无尽的重生,这只凤凰试图将它燃烧的命运带给你。")
 t("#LIGHT_RED#%s raises from the dead!", "#LIGHT_RED#%s 从尸体中站了起来!")
+t("RESURRECT!", "复活!")
 
 
 ------------------------------------------------
@@ -9128,10 +9813,11 @@ t("nightmare horror", "梦魇恐魔")
 t("A shifting form of darkest night that seems to reflect your deepest fears.", "一只漆黑的生物,它深邃的黑色身体反射出了你深深的恐惧。")
 t("headless horror", "无头恐魔")
 t("A headless, gangly humanoid with a large distended stomach.", "一个由闪光水晶构成的生物,它通体围绕着球状的光芒。")
-t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当 %s 倒下时它的眼睛掉落在了地上。")
+t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当%s倒下时它的眼睛掉落在了地上。")
 t("eldritch eye", "艾尔德里奇之眼")
 t("A small bloodshot eye floats here.", "一只小小的充血眼球,它游荡在这里。")
-t("#AQUAMARINE#As #Source# falls #Target# seems to weaken!", "#AQUAMARINE#当 #Source# 倒下时, #Target# 似乎被削弱了!")
+t("#AQUAMARINE#As #Source# falls #Target# seems to weaken!", "#AQUAMARINE#当#Source#倒下时,#Target#似乎被削弱了!")
+t("+Blind", "+致盲")
 t("%s is blinded by the loss of all its eyes.", "%s 失去了它所有的眼睛,无法看见东西。")
 t("luminous horror", "金色恐魔")
 t("A lanky humanoid shape composed of yellow light.", "一只身材瘦长的怪物,它的身体由金色的光芒组成。")
@@ -9157,7 +9843,7 @@ t("maelstrom", "灵能漩涡")
 t("This powerful vortex of ice and lightning somehow gives you the impression of claws, teeth and intense hunger...", "这个强大的灵能漩涡莫名其妙地给你一种利齿尖牙和饥饿的印象...")
 t("parasitic horror", "寄生恐魔")
 t("You don't want to think about what sort of creature this lamprey-like horror was feeding on to grow so large.  Its skin pulsates and writhes, like things are moving underneath...", "你不想知道这个像七鳃鳗一样的恐魔是吃什么才能长这么大的。它的皮肤不停的扭动,就像有东西在下面移动一样...")
-t("%s's severed flesh starts crawling!", "%s 被切割的血肉开始爬行!")
+t("%s's severed flesh starts crawling!", "%s被切割的血肉开始爬行!")
 t("mass of parasitic leeches", "大团寄生虫")
 t("Dozens - hundreds maybe? - of blood-gorged worms, of varying shapes and sizes, making a writhing, ichor-soaked sea of tooth-lined maws and sickly green skin, ready to latch onto you and drink until they burst or your veins run dry.", "几十个,也许几百个?各种形状和大小的血腥蠕虫,形成一个扭动的,布满锋利牙齿的血盆大口和生病的绿色皮肤组成的脓水海洋,随时准备缠住你并吸你的血,直到它们胀破或着你的静脉干涸。")
 t("Grgglck the Devouring Darkness", "格尔格勒克·黑暗吞噬者")
@@ -9166,7 +9852,7 @@ You can discern a huge round mouth covered in razor-sharp teeth.]], "这是来
 t("Grgglck's Tentacle", "格尔格勒克的触须")
 t("This is one of Grgglck's tentacles. It looks more vulnerable than the main body.", "这是格尔格勒克的一条触须。它看起来比主体更加脆弱。")
 t("#AQUAMARINE#With Grgglck's death its tentacle also falls lifeless on the ground!", "#AQUAMARINE#随着格尔格勒克的死去它的那些触手也毫无生机地倒在了地上!")
-t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source# 倒下时,你发现#Target#似乎因为痛苦而颤抖!")
+t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source#倒下时,你发现#Target#似乎因为痛苦而颤抖!")
 t("Ak'Gishil", "阿克·吉希尔")
 t("This Blade Horror has been infused with intense temporal magic, causing its power to increase dramatically. Rifts in space open around it constantly, summoning and banishing blades before vanishing as quickly as they appear.", "这只刀锋般的恐魔生于强大的能量漩涡中,并逐渐掌握了时空之核。它能够不断的撕裂空间,召唤出成群的刀刃在其身周飞舞。")
 t("Animated Sword", "次元之刃")
@@ -9185,7 +9871,7 @@ section "game/modules/tome/data/general/npcs/horror_aquatic.lua"
 
 t("aquatic", "水栖生物")
 t("horror", "恐魔")
-t("#LIGHT_BLUE#%s explodes into a huge bubble of air!", "#LIGHT_BLUE#%s 爆炸,成为了一个巨大的气泡!")
+t("#LIGHT_BLUE#%s explodes into a huge bubble of air!", "#LIGHT_BLUE#%s爆炸,成为了一个巨大的气泡!")
 t("entrenched horror", "巨石恐魔 ")
 t("This massive stony structure shifts and pulsates, its many long, thin tentacles probing the nearby water for food.", "这个巨大的石状生物有规律的震动着,它的触手为了水和食物正在四处游走探测。")
 t("swarming horror", "群生恐魔")
@@ -9259,9 +9945,13 @@ section "game/modules/tome/data/general/npcs/lich.lua"
 t("undead", "亡灵")
 t("Only the most powerful spellcasters raised to unlife become liches. Doomed to haunt the world for an eternity, they have grown to hate all that breathes or trespasses on their domain. Unfortunately that includes you.", "只有最强大的法师,才会被复活成为巫妖。他们注定要永远萦绕在这个世界上,他们憎恨所有在他们的领地上呼吸或侵入的人。不幸的是,这包括你在内。")
 t("lich", "巫妖")
+t("Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.", "为了探索永恒的生命,这些人允许不死族剥夺他们的生趣。现在,他们同样在毁灭生者。")
 t("ancient lich", "远古巫妖")
+t("An elder being from a now-forgotten age, filled and fueled by its hate and rage toward all things living, it seeks to deprive all others of a prize it cannot have... life.", "一位存活了不知多少岁月的巫妖,它对这个世界和生者充满了仇恨,所以它试图去剥夺生者所拥有而它所没有的财富——生命。")
 t("archlich", "高阶巫妖")
+t("Blacker than the deepest night, this cold cruel form of darkness approaches.  Long ago it laid aside its mortality, but it has not forgotten its power; rather, its malice and hate have bent this undead entity on the destruction of all things living.", "从比漆黑的夜还要深邃的黑暗中,你感受到了一股冰冷的寒意。很久以前它放弃了生命,但却没忘记力量,相反,它被怨恨和邪念所强化,这只扭曲的不死生物要毁灭所有的生者。")
 t("blood lich", "血巫妖")
+t("The seething, pumping, disembodied blood of a horrendously powerful necromancer. To strike it is to bathe in the rivers of the Fearscape itself.", "来自一位非常强大的死灵法师的沸腾的、跳动的、有形的血液。跟它战斗等于要饱受恶魔空间的摧残。")
 
 
 ------------------------------------------------
@@ -9598,14 +10288,23 @@ section "game/modules/tome/data/general/npcs/skeleton.lua"
 t("skeleton", "骷髅人")
 t("undead", "亡灵")
 t("degenerated skeleton warrior", "腐化骷髅战士")
+t("A haphazard collection of crumbling bones, with jerky movements that remind you of a child playing with a marionette.  It only has one arm, but that's all it needs to hold a sword.", "这具仿佛是死灵法师随意收集而成的,摇摇欲坠的骨骸,生涩地从你的眼前走过,仿佛孩童手中玩弄的木偶。虽然它只有一条手臂,不过反正这对于拿一把剑也够了,对吧。")
 t("degenerated skeleton archer", "腐化骷髅弓箭手")
+t("A frail skeleton; just about the only bones that aren't cracked are its arms.  It's missing a hand, but a notch has been carved into its wrist to let it pull back a bowstring regardless.", "这具破烂不堪的骨架只有一根骨头是好的:它手持长弓的手臂。尽管它缺少了一只手,不过残缺的骨骼上雕刻的凹槽刚好可以卡住弓弦拉弓上箭。")
 t("skeleton mage", "骷髅法师")
+t("Given its condition, you're less inclined to think this skeleton knows proper spells, rather than simply disgorging its magical energy as it breaks down.  This doesn't make it much less dangerous to be around, mind you.", "看着它残破的样子,你与其相信这只骷髅会释放魔法,不如相信是在它身躯逐渐破碎的同时将奥术能量胡乱喷射出来。不过,这一点也没有降低它的危险性,小心。")
 t("skeleton warrior", "骷髅战士")
+t("The forces binding this skeleton together are resilient enough to let it hold a shield and swing a weapon as well as it could have in life.  It's still wearing its old armor, in rusty but servicable condition.", "施展在这只骷髅身上的魔法已经足够灵活,足以让它像还活着的时候那样严阵以待,挥动武器。它仍然穿着它原来的那件老盔甲,锈迹斑斑却值得信赖。")
 t("skeleton archer", "骷髅弓箭手")
+t("Nobody scavenged the high-quality bow from this archer before it was raised from the dead.  You're about to wish the world had more grave-robbers.", "在被复活之前,这位弓箭手的遗体上居然还保留着一张还不错的弓。你开始觉得,世界上如果有更多的盗墓贼就好了。")
 t("skeleton magus", "骷髅魔导师")
+t("This skeleton has been imbued with far more magical energy than normal, and serves as a conduit of its master's spellcasting prowess.", "这只骷髅的身上充盈着更加丰沛的魔法力量,作为它的主人强大魔力的明证。")
 t("armoured skeleton warrior", "武装骷髅战士")
+t("It feels no pain.  It moves with fluidity and strength that would tear natural muscles apart.  It must be from a fresh corpse, since its bones, armor, and weapon are all in pristine condition.  And it's furious.", "这只骷髅战士没有任何痛感,它的动作行云流水,强大的挥斩足以将常人的肌肉撕裂。它一定是来自一具新鲜的尸体:它的骨头、装甲和武器还是崭新的。并且,他仿佛怒不可遏。")
 t("skeleton master archer", "骷髅弓箭手大师")
+t("This skeleton can fire arrows and nock new ones with blinding speed.  Arcane forces pull its bones with unnatural precision - its arms will never tremble or get tired.", "这只骷髅可以飞速的拈弓射箭,奥术的力量使它的身躯达到了常人无法企及的精确度——它的射击永远不会颤动,也永远不会疲累。")
 t("skeleton assassin", "骷髅刺客")
+t("Most skeletons announce their presence with a chorus of rattling bones; this one's been charred black and has enough cartilage between its joints to muffle its approach.  The first you'll see of it will be the flash of its blade.", "普通骷髅骨节之间的吱嘎猛响会早早暴露他们的行踪,但这只骷髅的身躯被烧焦成暗夜的黑色,关节间的软骨缓冲着骨节的转动。当你看到它时,它银光闪耀的刀刃已经出现在你的眼前。")
 
 
 ------------------------------------------------
@@ -9724,7 +10423,7 @@ section "game/modules/tome/data/general/npcs/telugoroth.lua"
 
 t("Reality has shifted.", "现实世界发生了变化。")
 t("The spell fizzles!", "法术失败了!")
-t("%s resists the swap!", "%s 抵抗了时空交换!")
+t("%s resists the swap!", "%s抵抗了时空交换!")
 t("elemental", "元素")
 t("temporal", "时空")
 t("and lost outside time", "并在时空中迷失")
@@ -9822,10 +10521,17 @@ section "game/modules/tome/data/general/npcs/vampire.lua"
 t("undead", "亡灵")
 t("These ancient cursed beings often take the form of a bat and attack their prey.", "这些被诅咒的古代生物经常以蝙蝠的形式攻击猎物。")
 t("lesser vampire", "小吸血鬼")
+t("This vampire has only just begun its new life. It has not yet fathomed its newfound power, yet it still has a thirst for blood.", "这只吸血鬼刚开始它的新生活,还不能熟练运用它的新能力,但是它同样渴望鲜血。")
 t("vampire", "吸血鬼")
+t("It is a humanoid with an aura of power. You notice a sharp set of front teeth.", "这是一只成年吸血鬼,你注意到他有一副獠牙。")
 t("master vampire", "吸血鬼大师")
+t("It is a humanoid form dressed in robes. Power emanates from its chilling frame.", "这是一只穿着长袍的人形吸血鬼,魔法波动不断的从他手中的冰焰溢出。")
 t("elder vampire", "吸血鬼长老")
+t([[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others.
+It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.]], [[这只吸血鬼一副可怕的披长袍的不死族形象,它在漫长的岁月中偷取了许多他人的生命。
+它可以奴役牺牲者们的影子来协助它]])
 t("vampire lord", "吸血鬼族长")
+t("A foul wind chills your bones as this ghastly figure approaches.", "当这只可怕的生物靠近时,你感到脊背一阵发凉。")
 
 
 ------------------------------------------------
@@ -9849,7 +10555,7 @@ t("worms", "蠕虫")
 t("white worm mass", "白色蠕虫团")
 t("green worm mass", "绿色蠕虫团")
 t("carrion worm mass", "腐烂蠕虫团")
-t("%s exudes a corrupted gas as it dies.", "%s 死亡时释放出腐气。")
+t("%s exudes a corrupted gas as it dies.", "%s死亡时释放出腐气。")
 
 
 ------------------------------------------------
@@ -9859,9 +10565,13 @@ t("undead", "亡灵")
 t("wight", "尸妖")
 t("These be white wights.", "这些是白色的尸妖。")
 t("forest wight", "森林尸妖")
+t("It is a ghostly apparition with a humanoid form.", "它有着人类的脸孔,幽灵般的影子。")
 t("grave wight", "墓穴尸妖")
+t("It is a ghostly form with eyes that haunt you.", "它呈幽灵形态,眼睛一直盯着你。")
 t("barrow wight", "古墓尸妖")
+t("It is a ghostly nightmare of an entity.", "它是幽灵般的梦靥。")
 t("emperor wight", "帝王尸妖")
+t("Your life force is torn from your body as this powerful unearthly being approaches.", "当这只强大的不死生物靠近时,你感觉生命能量被不断地撕扯出身体。")
 
 
 ------------------------------------------------
@@ -10043,13 +10753,15 @@ t("This jeweled crown shimmers with colors.", "这顶镶嵌宝石的王冠闪闪
 t("Warmaster Gnarg's Murderblade", "战争之王格纳哥的饮血剑")
 t("blood-etched greatsword", "血迹斑斑的巨剑")
 t("A blood-etched greatsword, it has seen many foes. From the inside.", "一把血迹斑斑的巨剑,它洞穿了许多敌人。")
+t("10% chance to send the wielder into a killing frenzy", "10% 几率使持有者进入疯狂杀戮状态")
 t("fiery whip", "炽热的鞭子")
 t("Whip of Urh'Rok", "厄洛克之鞭")
 t("With this unbearably bright whip of flame, the demon master Urh'Rok has become known for never having lost in combat.", "用这根炽焰打造的鞭子,恶魔领主厄洛克未尝一败。")
 t("Storm Fury", "风暴之怒")
 t("crackling longbow", "电弧缠绕的长弓")
 t("This dragonbone longbow is enhanced with bands of steel, which arc with intense lightning. Bolts travel up and down the string, ignorant of you.", "这把龙骨长弓由精钢镶制而成,一道道电弧缠绕在其身上,闪电球在其弓弦上徘徊,但是却绕过了你的手臂。")
-t("#GOLD#A bolt of lightning fires from #Source#'s bow, striking #Target#!", "#GOLD# 一道闪电从 #Source# 的弓中射出,击中了 #Target# !")
+t("Automatically fires lightning bolts every game turn at nearby enemies dealing %d to %d lightning damage based on Magic with a chance to inflict Daze.", "自动发射闪电攻击附近敌人,造成%d到%d基于魔法的闪电伤害,有几率使之眩晕。")
+t("#GOLD#A bolt of lightning fires from #Source#'s bow, striking #Target#!", "#GOLD# 一道闪电从#Source#的弓中射出,击中了#Target#!")
 t("Frozen Shroud", "冰霜斗篷")
 t("chilling cloak", "冰冷的斗篷")
 t("All that remains of the Glacial Legion. This cloak seems to exude an icy cold vapor that freezes all it touches.", "格拉希尔·雷金的全部剩余。这件斗篷散发着的寒气冻结了周围的一切。")
@@ -10077,9 +10789,13 @@ t("glittering longsword", "闪耀的长剑")
 t("Wintertide", "霜华")
 t([[The air seems to freeze around the blade of this sword, draining all heat from the area.
 It is said the Conclave created this weapon for their warmaster during the dark times of the first allure war.]], "这把剑带给这片区域无尽的寒冷,剑锋周围的空气似乎都要凝固了。据说是第一次厄流纪大战期间,孔克雷夫大师为他们的战争之王所打造。")
+t("No Winter Storm Active", "没有寒冰风暴")
+t("None", "æ— ")
+t("Winter Storm: ", "寒冰风暴: ")
 t("radius %d (%d turns remaining)", "半径 %d (剩余 %d 回合)")
 t("Create a Winter Storm that gradually expands (from radius %d to radius %d), dealing %0.2f cold damage (based on Strength) to your enemies each turn and slowing their ability to act by 20%%.  Subsequent melee strikes will relocate the storm on top of your target and increase its duration.", "制造不断扩张的寒冰风暴(从半径 %d 到半径 %d),每回合造成 %0.2f 寒冷伤害(基于力量)并减速 20%% 。接下来的近战攻击将重置风暴位置并延长持续时间。")
 t("#LIGHT_BLUE#A Winter Storm forms around %s.", "#LIGHT_BLUE#寒冬风暴围绕着%s。")
+t("precipitate ice walls (lasting 10 turns) within your Winter Storm's area", "强化冰风暴的冰雪,冻结成冰墙,持续 10 回合。")
 t("#LIGHT_BLUE#%s brandishes %s %s, releasing a wave of Winter cold!", "#LIGHT_BLUE#%s 挥舞着%s%s,释放出一阵寒风!")
 t("a summoned wall of ice", "这把剑带给这片区域无尽的寒冷,剑锋周围的空气似乎都要凝固了。据说是第一次厄流纪大战期间,孔克雷夫大师为他们的战争之王所打造。")
 t("#LIGHT_BLUE#Ice and snow form a barrier!", "#LIGHT_BLUE# 冰和雪组成了屏障")
@@ -10103,6 +10819,7 @@ t("obsidian ring", "黑曜石戒指")
 t("tribal helm", "部落头盔")
 t("Steel Helm of Garkul", "加库尔的钢盔")
 t("A great helm that belonged to Garkul the Devourer, one of the greatest orcs ever to live.", "这是迄今为止,最伟大的兽人毁灭者加库尔的头盔。")
+t("Another of Garkul's heirlooms would bring out his spirit.", "另一件加库尔的遗物将唤醒他的英灵。")
 t("Lunar Shield", "银月辉盾")
 t("chitinous shield", "甲壳质盾牌")
 t("A large section of chitin removed from Nimisil. It continues to give off a strange white glow.", "一个从尼米斯尔身上剥离下来的巨大甲壳。它持续发出奇异的白色光芒。")
@@ -10137,6 +10854,8 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("You need an enemy nearby to summon!", "需要旁边有一个敌人才能召唤!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("%s taps %s %s, summoning a vampire thrall!", "%s启动了%s%s,召唤出一个吸血鬼随从!")
+t("A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others. It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.", "这只吸血鬼一副可怕的披长袍的不死族形象,它在漫长的岁月中偷取了许多他人的生命。它可以奴役牺牲者们的影子来协助它")
+t("Vampire", "吸血鬼")
 t("gem", "珠宝")
 t("red", "红宝石")
 t("human skull", "人类的头骨")
@@ -10166,14 +10885,14 @@ t("This crystal is huge, easily the size of your head. It sparkles brilliantly a
 t("(The created item can be activated to recover the Heart.)", "(被制造的物品可以被激活,以重新取回水晶之心)")
 t("combine with a suit of body armor (makes a non enchanted armour into an artifact)", "安装至一件护甲(可以将未附魔的武器变成一件神器)")
 t("recover the Crystal Heart (destroys this armour)", "取回水晶之心(摧毁护甲)")
-t("You created: %s", "你创造了: %s")
-t("You fix the crystal on the %s and create the %s.", "你将水晶安装在 %s ,制造了 %s 。")
+t("You created: %s", "你创造了:%s")
+t("You fix the crystal on the %s and create the %s.", "你将水晶安装在%s,制造了%s。")
 t("dark rod", "黑暗的枝条")
 t("Rod of Annulment", "废除之枝")
 t("You can feel magic draining out around this rod. Even nature itself seems affected.", "你可以感受到枝条周围的魔力流失,甚至它自己也似乎受到了影响。")
 t("put up to 3 of the target's runes, infusions or talents on cooldown for 3-5 turns (range %d)", "将半径 %d 内的一个目标的至多 3 个纹身、符文或技能打入 3-5 回合的冷却。")
 t("#Source# aims %s %s at #target#!", "#Source#用%s%s瞄准了#target#!")
-t("%s's %s is disrupted!", "%s 的%s被打断了!")
+t("%s's %s is disrupted!", "%s的%s被打断了!")
 t("crimson waraxe", "深红色的战斧")
 t("Skullcleaver", "碎颅战斧")
 t("A small but sharp axe, with a handle made of polished bone.  The blade has chopped through the skulls of many, and has been stained a deep crimson.", "一把小巧而锋利的斧头,斧柄由打磨过的骨头制成。这把斧头打破了许多头骨,并被染成了鲜红色。")
@@ -10202,7 +10921,7 @@ t("Prox's Lucky Halfling Foot", "普洛克斯的幸运半身人脚")
 t("a mummified halfling foot", "一只风干的半身人脚")
 t([[A large hairy foot, very recognizably a halfling's, is strung on a piece of thick twine. In its decomposed state it's hard to tell how long ago it parted with its owner, but from what look like teeth marks around the ankle you get the impression that it wasn't given willingly.
 It has been kept somewhat intact with layers of salt and clay, but in spite of this it's clear that nature is beginning to take its toll on the dead flesh. Some say the foot of a halfling brings luck to its bearer - right now the only thing you can be sure of is that it stinks.]], "一只用细线串起来的巨大毛脚,很显然这是一位半身人的。目前的状态,很难讲它多久以前被割了下来,但是从脚踝处的齿痕来看,应该不是出于自愿。它的外面有一层盐和粘土,被很好的保护着,尽管如此,大自然还是剥夺了它的活力,它已经成为了一块死肉。有人说,半身人的脚可以带来好运,但是现在唯一可确认的是——它臭死了!")
-t(" (cooling down: %d turns)", " (冷却时间: %d 回合)")
+t(" (cooling down: %d turns)", " (冷却时间:%d 回合)")
 t([[Detects traps.
 Removes (25%% chance) up to three stuns, pins, or dazes each turn%s]], [[侦查陷阱。
 25%%几率解除至多3个震慑、定身或眩晕效果。%s]])
@@ -10212,6 +10931,7 @@ t("#LIGHT_RED#You feel uneasy carrying %s.", "#LIGHT_RED#你感到无法携带 %
 t("Psionic Fury", "灵能之怒")
 t("vibrating mindstar", "震动的灵晶")
 t("This mindstar constantly shakes and vibrates, as if a powerful force is desperately trying to escape.", "这颗灵晶在不停的震动,仿佛其中有一股强大的力量试图从中逃脱。")
+t("release a wave of psionic power, dealing %0.2f mind damage (based on Willpower) to all within radius %d", "释放灵能冲击波,造成%0.2f精神伤害(基于意志),伤害半径%d。")
 t("%s's %s sends out a blast of psionic energy!", "%s的%s释放出灵能冲击波!")
 t("Storm Bringer's Gauntlets", "风暴使者臂铠")
 t("fine-mesh gauntlets", "细孔臂铠")
@@ -10240,19 +10960,21 @@ t("Rungof's Fang", "郎格夫之牙")
 t("A fang from the great warg, Rungof, still covered in blood.", "巨型座狼郎格夫之牙,上面仍被血痕覆盖。")
 t("Khulmanar's Wrath", "库马纳的怒火")
 t("firey blackened battleaxe", "燃烧的黑色战斧")
-t("Blackened with soot and covered in spikes, this battleaxe roars with the flames of the Fearscape. Given by Urh'Rok himself to his general, this powerful weapon can burn even the most resilient of foes.", "黑色的浓烟缠绕在这把战斧上,恐惧长廊的烈焰在其身上咆哮。这把战斧由厄洛克授予他最强大的指挥官,它可以焚尽一切,包括最强大的敌人。")
+t("Blackened with soot and covered in spikes, this battleaxe roars with the flames of the Fearscape. Given by Urh'Rok himself to his general, this powerful weapon can burn even the most resilient of foes.", "黑色的浓烟缠绕在这把战斧上,恶魔空间的烈焰在其身上咆哮。这把战斧由厄洛克授予他最强大的指挥官,它可以焚尽一切,包括最强大的敌人。")
 t("Bladed Rift", "次元裂隙")
 t("hole in space", "空间中的裂隙")
 t("Upon defeat, Ak'Gishil collapsed into this tiny rift. How it remains stable, you are unsure. If you focus, you think you can call forth a sword from it.", "在击败阿克·吉希尔后,它留下了这个小巧的裂隙。你无从知道,它是如何保持这样的稳定状态。冥冥中你感受到,你能从这个裂隙中召唤出一把剑。")
 t("Blade of Distorted Time", "时光扭曲之刃")
 t("time-warped sword", "扭曲时间的剑")
 t("The remnants of a damaged timeline, this blade shifts and fades at random.", "这把剑由一段损坏的时间线构成,它在不断的出入相位现实。")
+t("inflicts bonus temporal damage and slows target", "造成额外时空伤害并让目标减速")
 t("Rune of Reflection", "反射符文")
 t("You can see your own image mirrored in the surface of this silvery rune.", "你可以在这块银色的符文表面看到自己的倒影。")
 t("shiny rune", "闪光的符文")
 t("The Gaping Maw", "贪婪之胃")
 t("huge granite battleaxe", "巨大的冰冷战斧")
 t("This huge granite battleaxe is as much mace as it is axe.  The shaft is made of blackened wood tightly bound in drakeskin leather and the sharpened granite head glistens with a viscous green fluid.", "这柄战斧看起来更像狼牙棒,它的手柄是由黑木制成并包裹着一层蜉蝣皮,它的刃锋处闪耀着粘稠的绿色液体。")
+t("deal manaburn damage equal to your mindpower in a radius 3 cone", "在半径3的锥形范围内造成相当于精神强度的法力燃烧伤害")
 t("#DARK_GREEN#You feel like Nature's Wrath incarnate!", "#DARK_GREEN#你感受到了自然的怒火!")
 
 
@@ -10408,6 +11130,7 @@ t(" of accuracy", "精准之")
 t("accuracy", "精准")
 t(" of crippling", "残废之")
 t("crippling", "致残")
+t("Cripple the target reducing mind, spell, and combat action speeds by 30%", "致残目标,降低30%攻击、施法和精神速度")
 t(" of annihilation", "湮灭之")
 t("annihilation", "湮灭")
 t("acidic ", "酸性的")
@@ -10430,6 +11153,10 @@ t(" of paradox", "时空之")
 t("paradox", "时空")
 t("elemental ", "元素的")
 t("elemental", "元素")
+t("fire", "火焰")
+t("cold", "寒冷")
+t("lightning", "闪电")
+t("acid", "酸性")
 t("Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)", "引发元素爆炸,造成#VIOLET#%d#LAST#%s伤害(每回合最多一次)")
 t("plaguebringer's ", "瘟神的")
 t("plague", "瘟疫")
@@ -10460,6 +11187,7 @@ t(" of persecution", "迫害之")
 t("persecution", "迫害")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t(" of disruption", "干扰之")
 t("disruption", "干扰")
@@ -10473,10 +11201,11 @@ t("psychokinetic", "念力")
 t("#LIGHT_GREEN#20%%#LAST# chance to knock the target back 3 spaces and deal #YELLOW#%d#LAST# physical damage", "#LIGHT_GREEN#20%%#LAST#几率击退目标三格,并造成#YELLOW#%d#LAST#物理伤害")
 t(" of amnesia", "健忘之")
 t("amnesia", "健忘")
-t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#回合冷却(需通过混乱免疫)")
+t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#LAST#回合冷却(需通过混乱免疫)")
 t("#YELLOW#%s has temporarily forgotten %s for %d turns!", "#YELLOW#%s暂时遗忘了%s,持续%d回合!")
 t(" of torment", "折磨之")
 t("torment", "折磨")
+t("#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", "#LIGHT_GREEN#20%#LAST#几率震慑、混乱、沉默、定身或致盲目标3回合")
 
 
 ------------------------------------------------
@@ -10671,7 +11400,7 @@ t(" of phasing", "相位之")
 t("phasing", "相位")
 t("blink to a nearby random location (rad %d)", "随机传送至附近的某个位置(半径 %d )")
 t("%s uses %s!", "%s 使用了 %s!")
-t(" of evasion", "闪避值")
+t(" of evasion", "闪避之")
 t("evasion", "闪避")
 t(" of speed", "速度之")
 t("speed", "速度")
@@ -10786,8 +11515,8 @@ t("thick ", "厚的")
 t("thick", "厚")
 t("shadow ", "阴影的")
 t("shadow", "阴影")
-t(" of Eldoral", "艾多拉之")
-t("eldoral", "艾多拉")
+t(" of Eldoral", "艾德瑞尔之")
+t("eldoral", "艾德瑞尔")
 t(" of the Shaloren", "永恒精灵之")
 t("shaloren", "永恒精灵")
 t(" of Iron Throne", "钢铁王座之")
@@ -11160,6 +11889,7 @@ t("You cannot split your %s while it has a tinker inside.", "你不能分裂%s
 t("You cannot split your %s while using it as a psionic focus.", "你不能分裂%s,你正用其作为灵能聚焦。")
 t("Your %s is too flawed to divide.", "你的%s有缺陷,无法拆分。")
 t("You divide your %s in two, forming a linked set.", "你分裂了%s,使其组成套装。")
+t("This mindstar would symbiotize with another like it.", "这件灵晶会和另一件类似的灵晶共鸣。")
 t("#GREEN#The mindstars pulse with life.", "#GREEN#灵晶脉动着生命")
 t("#SLATE#The link between the mindstars is broken.", "#SLATE#灵晶间的联系消失了。")
 t("wyrm's ", "龙战士的")
@@ -11180,6 +11910,7 @@ t("manaburning ", "法力燃烧之")
 t("manaburning", "法力燃烧")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t("protector's ", "保护者的")
 t("protectors", "保护者")
@@ -11208,7 +11939,7 @@ t("hungering ", "饥渴的")
 t("hungering", "饥渴")
 t("inflict %0.2f mind damage (range 10), gaining psi and hate equal to 10%%%% of the damage done", "造成%0.2f精神伤害(距离10),获得相当于造成伤害10%%%%的超能力值和仇恨值")
 t("%s feeds %s %s with psychic energy from %s!", "%s用%s%s吸收%s的精神力量!")
-t("%s resists the mind attack!", "%s 抵抗了精神攻击!")
+t("%s resists the mind attack!", "%s抵抗了精神攻击!")
 t("projecting ", "投射的")
 t("projecting", "投射")
 t("resonating ", "共鸣的")
@@ -11277,6 +12008,7 @@ t("mage-hunter's ", "猎法者的")
 t("magehunters", "猎法者")
 t("throat-seeking ", "伤喉的")
 t("throat", "伤喉")
+t("silences the target", "沉默目标")
 
 
 ------------------------------------------------
@@ -11496,6 +12228,7 @@ t("scouring ", "洗练的")
 t("scouring", "洗练")
 t("warded ", "守护的")
 t("ward", "守护")
+t("reduce the cooldown of your ward talent by 1", "减少你的守护技能1回合冷却时间")
 t("wrathful ", "愤怒的")
 t("wrathful", "愤怒")
 t("Deals #VIOLET#%d#LAST# light and fire damage to each enemy blocked", "对格挡的敌人造成 #VIOLET#%d#LAST#光系和火焰伤害。")
@@ -11510,6 +12243,7 @@ t(" of the stars", "群星之")
 t("stars", "群星")
 t(" of crushing", "粉碎之")
 t("crushing", "粉碎")
+t("Smash the target reducing mind, spell, and combat action speeds by 30%", "猛击目标,降低精神、施法和攻击速度各 30%")
 t(" of shrapnel", "弹片之")
 t("shrapnel", "弹片")
 t("Cause enemies within radius 6 to bleed for #RED#%d#LAST# physical damage over 5 turns (1/turn)", "使6码范围内的敌人流血,在5回合内受到#RED#%d#LAST#物理伤害(1/回合)")
@@ -11635,10 +12369,10 @@ Life:  %d
 Base Damage:  %d
 Armor:  %d
 All Resist:  %d]], [[(触手属性)
-生命值:  %d
-基础伤害:  %d
-护甲值:  %d
-所有抗性:  %d]])
+生命值: %d
+基础伤害: %d
+护甲值: %d
+所有抗性: %d]])
 t([[summon a resilient tentacle up to %d spaces away for %d turns.  Each turn the tentacle will strike a random enemy in range 3 dealing physical damage and attempting to pin them.
 
 %s]], [[在最多%d范围内召唤一只强韧的触手,持续%d回合。在每个汇合力,触手会打击范围3码内的随机敌人,造成物理伤害,并尝试定身它们。
@@ -11648,6 +12382,7 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A lashing tentacle.", "扭来扭曲的触手。")
 t("#Source# points %s %s at #target#, releasing a writhing tentacle!", "#Source#将%s%s指向#target#, 释放出扭曲的触手!")
+t("Summon", "召唤")
 t("%s activates %s %s!", "%s激活了%s%s!")
 
 
@@ -11693,6 +12428,7 @@ t("warbringer's ", "战争制造者的")
 t("warbringer", "战争制造者")
 t(" of crippling", "残废之")
 t("crippling", "致残")
+t("Cripple the target reducing mind, spell, and combat action speeds by 30%", "致残目标,降低30%攻击、施法和精神速度")
 t(" of evisceration", "开膛之")
 t("evisc", "开膛")
 t("Wound the target dealing #RED#%d#LAST# physical damage across 5 turns and reducing healing by %d%%", "使目标流血,在5回合内造成#RED#%d#LAST#物理伤害,并降低目标治疗系数%d%%")
@@ -11722,6 +12458,10 @@ t(" of paradox", "时空之")
 t("paradox", "时空")
 t("elemental ", "元素的")
 t("elemental", "元素")
+t("fire", "火焰")
+t("cold", "寒冷")
+t("lightning", "闪电")
+t("acid", "酸性")
 t("Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)", "引发元素爆炸,造成#VIOLET#%d#LAST#%s伤害(每回合最多一次)")
 t("plaguebringer's ", "瘟神的")
 t("plague", "瘟疫")
@@ -11749,6 +12489,7 @@ t(" of persecution", "迫害之")
 t("persecution", "迫害")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t(" of disruption", "干扰之")
 t("disruption", "干扰")
@@ -11764,10 +12505,11 @@ t("thought-forged ", "思维锻造的")
 t("thought", "思维锻造")
 t(" of amnesia", "健忘之")
 t("amnesia", "健忘")
-t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#回合冷却(需通过混乱免疫)")
+t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#LAST#回合冷却(需通过混乱免疫)")
 t("#YELLOW#%s has temporarily forgotten %s for %d turns!", "#YELLOW#%s暂时遗忘了%s,持续%d回合!")
 t(" of torment", "折磨之")
 t("torment", "折磨")
+t("#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", "#LIGHT_GREEN#20%#LAST#几率震慑、混乱、沉默、定身或致盲目标3回合")
 
 
 ------------------------------------------------
@@ -12220,9 +12962,13 @@ t("necromancer poem", "死灵法师颂")
 t("A poem written by a... Necromancer?", "一首由……死灵法师?所写的诗歌")
 t("rogues do it from behind", "盗贼在你身后")
 t("A poem written for a rogue?", "一首由盗贼所写的诗歌?")
+t("how to become a necromancer, part %d", "如何成为死灵法师,第%d章")
 t("How to become a powerful Necromancer!", "如何成为强大的死灵法师!")
 t("\"Dust to Dust\", an undead hunter's guide, by Aslabor Borys", "“尘归尘”,不死猎人指南,作者:阿斯拉伯·波利斯")
 t("An undead hunter's guide, by Aslabor Borys.", "不死猎人指南,作者:阿斯拉伯·波利斯")
+t("Rolf", "罗尔夫")
+t("Weisman", "魏斯曼")
+t("letter to %s (%d)", "ç»™%sçš„ä¿¡ (%d)")
 t("A part of the correspondence between two adventurers.", "奇怪的黑色光盘")
 t("of halfling feet", "半身人的脚")
 t("Notes about... Halfling feet??", "有关…半身人的脚??的笔记")
@@ -12437,8 +13183,18 @@ t("transmogrify all the items in your chest at once (also done automatically whe
 t("Make the Transmogrification Chest the default item's destroyer?", "将转化之盒作为默认的物品处理装置吗?")
 t("You do not have any items to transmogrify in your chest or on the floor.", "你的背包内和地板上没有任何需要转化的物品。")
 t("Transmogrify all %s item(s) on the floor?", "转化地上的所有%s个物品?")
-t("Transmogrification Chest", "转化之盒")
 t("Transmogrify all %s item(s) in your chest?", "转化盒子内的所有%s个物品?")
+t([[This chest is an extension of old Sher'Tul places of power. Any items dropped inside is transported to an other place, processed and destroyed to extract energy.
+The byproduct of this effect is the creation of gold, which is useless to process, so it is sent back to you.
+
+When you possess the chest all items you walk upon will automatically be put inside and transmogrified when you leave the level.
+To take an item out, simply go to your inventory to move them out of the chest.
+Items in the chest will not encumber you.]], [[这只宝箱是某个夏图尔古代建筑的延伸,任何扔在里面的物品会被自动传送到那个地方,进行处理并摧毁,从里面提取能量。
+这个过程的副产物是黄金,因为没有用,所以被自动传送给你。
+
+当你有这只箱子时,所有你经过地面上的物品会被自动捡起,并且当你离开地下城时会自动交易成金币。
+如果你想保留物品,只需要从宝箱里把它移到包裹中。在宝箱中的物品不会增加你的负重。]])
+t("Transmogrification Chest", "转化之盒")
 t("You cannot bring yourself to drop the %s", "你无法丢弃 %s")
 t("Bikini", "比基尼")
 t([[Revealing, pink, fun.
@@ -13046,6 +13802,7 @@ t("All your damage is converted and split into light and darkness.", "你造成
 t("shimmering gold shield", "闪耀着金色光芒的盾牌")
 t("Unsetting Sun", "永恒光辉")
 t("When Elmio Panason, captain of the Vanguard, first sought shelter for his shipwrecked crew, he reflected the last rays of the setting sun off his shield.  Where the beam hit they rested and built the settlement that would become the Sunwall.  In the dark days that followed the shield became a symbol of hope for a better future.", "当冲锋队队长艾米奥·帕纳森为他的遇难船员们寻求庇护所的时候,他的盾牌反射着落日的光辉。他们在光辉照耀的地方休息宿营,之后太阳堡垒在那里成立。在随后那些暗无天日的日子里,这面盾牌被人们当做美好未来希望的象征。")
+t("Glows brightly in the light of dawn.", "在黎明下闪耀光芒。")
 t("Scorched Boots", "烧焦的长靴")
 t("pair of blackened boots", "一双熏黑的靴子")
 t("The master blood mage Ru'Khan was the first orc to experiment with the power of the Sher'Tul farportals in the Age of Pyre.  However, that first experiment was not particularly successful, and after the explosion of energy all that could be found of Ru'Khan was a pair of scorched boots.", "血魔导师鲁·克汉是派尔纪第一个使用夏·图尔远程传送门进行试验的兽人。试验不是很成功,能量爆炸后,只剩下了一双烧焦的靴子。")
@@ -13062,8 +13819,10 @@ t("red crystalline sword", "红色的水晶剑")
 t([[This deep red sword weeps blood continuously. It was born in the labs of the orcish corrupter Hurik, who sought to make a crystal that would house his soul after death. But his plans were disrupted by a band of sun paladins, and though most died purging his keep of dread minions, their leader Raasul fought through to Hurik's lab, sword in hand. There the two did battle, blade against blood magic, till both fell to the floor with weeping wounds. The orc with his last strength crawled towards his fashioned phylactery, hoping to save himself, but Raasul saw his plans and struck the crystal with his light-bathed sword. It shattered, and in the sudden impulse of energies the steel, crystal and blood were fused into one.
 Now the broken fragments of Raasul's soul are trapped in this terrible artifact, his mind warped beyond all sanity by decades of imprisonment. Only the taste of blood calls him forth, his soul stealing the lifeblood of others to take on physical form again, that he may thrash and wail against the living.]], [[这把深红色的剑不断的向下滴血。它诞生于兽人堕落者胡里克的实验室。最初,胡里克寻找了一枚水晶来制造他的命匣,但他的计划很快被一群太阳骑士打断,尽管大部分骑士死于不死军团的阻拦,但骑士团团长瑞苏尔却单枪匹马杀入了胡里克的实验室。在那里,两位强者展开了对决,利剑与血魔法你来我往,直到他们都重伤倒地。兽人想拼尽最后一分力气,拿到他的命匣,希望能拯救自己,但是瑞苏尔识破了他的阴谋,将浸满鲜血的利剑掷向了命匣。命匣破碎的瞬间,胡里克的灵魂和利剑以及水晶融为了一体。
 现在,残存的胡里克灵魂被困在了这件可怕的武器中,他的思维因数十年的监禁而扭曲。只有鲜血的味道能引起他的兴奋,他的灵魂在不断的侵蚀他人的血肉,希望有朝一日能够重组自我,摆脱这痛苦的存在形式。]])
+t("15% chance to animate a bleeding foe's blood", "15%几率使处于流血状态的敌人大出血")
 t("A haze of blood, vibrant and pulsing through the air, possessed by a warped and cracked soul. Every now and then a scream or wail of agony garbles through it, telling of the mindless suffering undergone by its possessor.", [[这把深红色的剑不断的向下滴血。它诞生于兽人堕落者胡里克的实验室。最初,胡里克寻找了一枚水晶来制造他的命匣,但他的计划很快被一群太阳骑士打断,尽管大部分骑士死于不死军团的阻拦,但骑士团团长瑞苏尔却单枪匹马杀入了胡里克的实验室。在那里,两位强者展开了对决,利剑与血魔法你来我往,直到他们都重伤倒地。兽人想拼尽最后一分力气,拿到他的命匣,希望能拯救自己,但是瑞苏尔识破了他的阴谋,将浸满鲜血的利剑掷向了命匣。命匣破碎的瞬间,胡里克的灵魂和利剑以及水晶融为了一体。
 现在,残存的胡里克灵魂被困在了这件可怕的武器中,他的思维因数十年的监禁而扭曲。只有鲜血的味道能引起他的兴奋,他的灵魂在不断的侵蚀他人的血肉,希望有朝一日能够重组自我,摆脱这痛苦的存在形式。]])
+t("Summon", "召唤")
 t("#GOLD#As the blade touches %s's spilt blood, the blood rises, animated!", "#GOLD#饮血剑接触到%s喷出的血液,血液开始活化,动了起来!")
 t("#GOLD#%s draws power from the spilt blood!", "#GOLD#%s从分出的血液汲取能量!")
 t("Dawn's Blade", "黎明之刃")
@@ -13072,6 +13831,7 @@ t("Said to have been forged in the earliest days of the Sunwall, this longsword
 t("invoke dawn, inflicting %0.2f light damage in radius %d (based on Magic) and lighting the area within radius %d", "激发黎明的光芒,在半径%d内造成%0.2f光系伤害(基于魔法),并照明%d码。", {2,1,3})
 t("%s raises %s and sends out a burst of light!", "%s举起%s,放出一阵光芒!")
 t("#GOLD#You feel a swell of positive energy!", "#GOLD#你感受到正能量的波动!")
+t("If the sun doesn't set, dawn's power lasts forever.", "如果太阳永不落山,黎明的光辉将永恒。")
 t("#GOLD#As you wield the sword and shield of the Sunwall, you feel the Sun's light radiating from your core.", "#GOLD#当你握住晨曦之门的剑与盾,你感觉到从你身体内部散发出太阳的光辉。")
 t("#GOLD#You feel the Sun's light vanish from within you.", "#GOLD#你感受到太阳的光辉从你的身体里流失了。")
 t("Zemekkys' Broken Hourglass", "伊莫克斯的破沙漏")
@@ -13080,6 +13840,7 @@ t("This small broken hourglass hangs from a thin gold chain.  The glass is crack
 t("Mandible of Ungolmor", "阿格尔莫的上颚")
 t("curved, serrated black dagger", "弯曲的锯齿状黑色匕首")
 t("This obsidian-crafted, curved blade is studded with the deadly fangs of the Ungolmor. It seems to drain light from the world around it.", "这把黑曜石打造的利刃镶嵌有阿格尔莫的致命毒牙。光明在它周围消逝,无尽的黑暗缠绕着它。")
+t("inflicts spydric poison dealing 200 damage over 3 turns and pinning the target", "使目标感染蜘蛛毒素,在3回合内造成200伤害,并定身目标。")
 t("Kinetic Spike", "灵能钉刺")
 t("bladeless hilt", "短刃匕首")
 t("A simple, rudely crafted stone hilt, this object manifests a blade of wavering, nearly invisible force, like a heat haze, as you grasp it. Despite its simple appearance, it is capable of shearing through solid granite, in the hands of those with the necessary mental fortitude to use it properly.", "看似只是简单雕刻过的石柄,然而其前端显现着一道摇晃的刀锋。当你试图去抓住刀锋的时候,你感受到这是一股如热气般无形的力量。尽管外观粗糙,但它在意志足够坚强并且懂得使用它的人手里却可以削铁如泥。")
@@ -13170,7 +13931,7 @@ t("Telos's Staff Crystal", "泰勒斯的法杖水晶")
 t("multi-hued", "混晶石")
 t("A closer look at this pure white crystal reveals that it is really a plethora of colors swirling and scintillating.", "近距离欣赏这颗纯净的白水晶,你会发现很多种颜色在上面盘旋闪耀。")
 t("combine with a staff", "安装至法杖")
-t("You fix the crystal on the %s and create the %s.", "你将水晶安装在 %s ,制造了 %s 。")
+t("You fix the crystal on the %s and create the %s.", "你将水晶安装在%s,制造了%s。")
 t("The fusing fails!", "熔合失败了!")
 t("#CRIMSON#Telos's gem seems to flare and glows an unearthly colour.", "#CRIMSON#泰勒斯的宝石闪耀着,发出非自然的光辉。")
 t("#CRIMSON#The unearthly glow fades away.", "#CRIMSON# 非自然的光芒消退了。")
@@ -13197,22 +13958,25 @@ t("Beautifully detailed with images of King Toknor's defence of Last Hope. Despa
 t("Witch-Bane", "巫师毁灭者")
 t("an ivory handled voratun longsword", "象牙柄沃瑞钽长剑")
 t([[A thin voratun blade with an ivory handle wrapped in purple cloth.  The weapon is nearly as legendary as its former owner, Marcus Dunn, and was thought to have been destroyed after Marcus was slain near the end of the Spellhunt.
-It seems somebody well versed in antimagic could use it to its fullest potential.]], "一把沃瑞钽长剑,象牙的剑柄被紫色的布包裹着。这把兵器的传奇性跟它上一任拥有者玛库斯·丹差不多了,人们都以为这把剑在魔法狩猎末期玛库斯被害的时候被摧毁了。")
+It seems somebody well versed in antimagic could use it to its fullest potential.]], [[一把沃瑞钽长剑,象牙的剑柄被紫色的布包裹着。这把兵器的传奇性跟它上一任拥有者玛库斯·丹差不多了,人们都以为这把剑在魔法狩猎末期玛库斯被害的时候被摧毁了。
+据说只有将全身心奉献给反魔法事业的人才能充分发挥它的力量。]])
 t("#LIGHT_BLUE#You feel a great hero watching over you!", "#LIGHT_BLUE#你感到有位伟大的英雄正在注视着你!")
 t("Staff of Arcane Supremacy", "至尊法杖")
 t("silver-runed staff", "银色符文法杖")
 t([[A long slender staff, made of ancient dragon-bone, with runes emblazoned all over its surface in bright silver.
 It hums faintly, as if great power is locked within, yet alone it seems incomplete.]], "一根又细又长的法杖,由远古龙骨制成,它通体铭刻着银色的符文。它会发出微弱的嗡嗡声,似乎有一股强大的力量被锁在了里面,整体来看,它似乎是不完整的。")
+t("A true understanding of the arcane is needed to release its full power.", "只有理解奥术才能完全使用它的力量。")
 t("#STEEL_BLUE#You feel a swell of arcane energy.", "#STEEL_BLUE#你感受到一股奥术能量在膨胀。")
 t("Hat of Arcane Understanding", "奥术理解之帽")
 t("silver-runed hat", "银色符文帽子")
 t([[A traditional pointed wizard's hat, made of fine purple elven-silk and decorated with bright silver runes. You sense it has been passed from ancient times, and has been born on the heads of great mages.
 Touching the cloth you feel a sense of knowledge and power from bygone ages, yet it is partly sealed away, waiting for a trigger to release it.]], "一只传统巫师的尖帽子,由紫色的精灵丝绸制成,上面还有亮银色的装饰物。你意识到它来自远古时代,一个拥有众多伟大法师的时代。通过触摸你可以感受到远古的知识和能量,但仍有一部分被密封着,等待有缘人来释放它。")
+t("Only supremacy of the arcane can release its full power.", "只有奥术至尊才能完全发挥它的力量。")
 t("#STEEL_BLUE#The arcane energies surrounding you dissipate.", "#STEEL_BLUE#围绕着你的奥术能量消退了。")
 t("Mirror Shards", "镜影碎片")
 t("mirror lined chain", "镶有锁链的镜片")
 t("Said to have been created by a powerful mage after his home was destroyed by a mob following the Spellblaze. Though he fled, his possessions were crushed, burned, and smashed. When he returned to the ruins, he made this amulet from the remains of his shattered mirror.", "据说是由一位强大的魔法师在他的家园被猎魔行动的暴民摧毁后制造。虽然他逃脱了追捕,但是他的财产都被破坏和烧毁殆尽。当他回去时,发现家里已成废墟,墙上的斑驳和地上的碎片说明了这里曾遭到怎样的劫难。最终,他捡起了其中一块镜子残片,将其做成了这副项链。")
-t("create a reflective shield (50%% reflection rate, %d strength, based on Magic) for 5 turns", "制造反射护盾(50%%反射率, %d 吸收量,基于魔法)持续5回合。")
+t("create a reflective shield (50%% reflection rate, %d strength, based on Magic) for 5 turns", "制造反射护盾(50%%反射率,%d 吸收量,基于魔法)持续5回合。")
 t("%s activates %s, forging a reflective barrier!", "%s激活了%,制造了一层反射护盾!")
 t("Destala's Scales", "德斯塔拉之鳞片")
 t("green dragon-scale cloak", "绿色的龙鳞斗篷")
@@ -13223,6 +13987,7 @@ t("This jagged crystal glows with an unnatural light. A strap of cloth is wrappe
 t("Mercy", "慈悲")
 t("wickedly sharp dagger", "异常尖锐的匕首")
 t("This dagger was used by a nameless healer during the Age of Dusk. The plagues that ravaged his town were beyond the ability of mortal man to treat, so he took to using his dagger to as an act of mercy when faced with hopeless patients. Despite his good intentions, it is now cursed with dark power, letting it kill in a single stroke against those already weakened.", "这柄匕首曾被黄昏纪一名无名的医生使用。瘟疫袭击了城镇,而医者终究是凡人,他只能用这柄匕首结束那些绝望的病人的痛苦。尽管初衷是好的,这柄匕首现在已经被黑暗力量污染,用它伤害虚弱的敌人威力更大。")
+t("deals 60 physical damage increased by 1% for each 1% life the target has lost", "造成60物理伤害。敌人每失去1%生命值,伤害增加1%。")
 t("Thalore-Wood Cuirass", "精灵木胸甲")
 t("thick wooden plate armour", "厚木板甲")
 t("Expertly hewn from the bark of trees, this wooden armor provides excellent protection at a low weight.", "由树皮制成,做工相当精巧,重量很轻,却能提供很好的防护。")
@@ -13247,6 +14012,7 @@ t("This unique-looking staff is carved with runes of destruction.", "这个品
 t("Vargh Redemption", "瓦尔弗的救赎")
 t("sea-blue ring", "海蓝色的戒指")
 t("This azure ring seems to be always moist to the touch.", "这个海蓝色的戒指看上去总是水汪汪的。")
+t("summon a radius %d tidal wave that expands slowly over %d turns, dealing %0.2f cold and %0.2f physical damage (based on Willpower) each turn, knocking opponents back, and lowering their stun resistance", "召唤缓慢扩张的半径 %d 的潮汐,持续 %d 回合,每回合造成 %0.2f 寒冷和 %0.2f 物理伤害,击退敌人,并降低他们的震慑抗性。")
 t("%s brandishes %s, calling forth the might of the oceans!", "%s挥舞着%s,召唤了海洋的力量!")
 t("Ring of the Dead", "亡者之戒")
 t("dull black ring", "黯淡的戒指")
@@ -13265,6 +14031,7 @@ t("You can feel this strange metallic hand wriggling around, it feels as if spac
 t("Garkul's Teeth", "加库尔的牙齿")
 t("a necklace made of teeth", "一个用牙齿串成的项链")
 t("Hundreds of humanoid teeth have been strung together on multiple strands of thin leather, creating this tribal necklace.  One would have to assume that these are not the teeth of Garkul the Devourer but rather the teeth of Garkul's many meals.", "数以百计的人类牙齿被串在用多股皮革结成的绳索上,组成了这个部落项链。那些牙齿并非吞噬者加库尔自己的,而是来自于加库尔的食物。")
+t("Another of Garkul's heirlooms would bring out his spirit.", "另一件加库尔的遗物将唤醒他的英灵。")
 t("#CRIMSON#As you wear both Garkul's heirlooms you can feel the mighty warrior's spirit flowing through you.", "#CRIMSON#当你穿上整套加库尔的遗物时,你感受到战士的精神流淌在你的身上。")
 t("#CRIMSON#The spirit of Garkul fades away.", "#CRIMSON#加库尔的精神消失了。")
 t("Summertide Phial", "夏日之殇")
@@ -13306,12 +14073,13 @@ t("Black Mesh", "黑暗之网")
 t("pile of tendrils", "一堆卷须")
 t("Black, interwoven tendrils form this mesh that can be used as a shield. It reacts visibly to your touch, clinging to your arm and engulfing it in a warm, black mass.", "盾牌由许多黑色的触须交织而成。当你触摸它时,你可以感受它非常明显的反应,它缠绕住你的手臂并将其包裹在一团黑色而温暖的物质中。")
 t("Up to once per turn, pull an attacker up to 15 spaces away into melee range, pinning and asphyxiating it", "每回合一次,将15格内一名攻击者拉到身边,定身并使其窒息。")
-t("#ORCHID#Black tendrils from #Source# grab #Target#!", "#ORCHID#黑暗触须从#Source#处伸出,抓住了 #Target#!")
+t("#ORCHID#Black tendrils from #Source# grab #Target#!", "#ORCHID#黑暗触须从#Source#处伸出,抓住了#Target#!")
 t("#ORCHID##Source#'s tendrils pull #Target# in!", "#ORCHID##Source#的触须将#Target#拉近自己!")
-t("#ORCHID#%s resists the tendrils' pull!", "#ORCHID#%s 抵抗了触须的抓取!")
+t("#ORCHID#%s resists the tendrils' pull!", "#ORCHID#%s抵抗了触须的抓取!")
 t("Rogue Plight", "刺客契约")
 t("blackened leather armour", "破烂的轻皮护甲")
 t("No rogue blades shall incapacitate the wearer of this armour.", "盗贼之刃将不能加于装备者之身。")
+t("Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns.", "每4回合将一项流血、毒素或伤口效果转移给效果来源或者附近的敌人")
 t("#CRIMSON#Rogue Plight transfers an effect to its source!", "#CRIMSON#刺客契约将一项效果转移给其来源!")
 t("#CRIMSON#Rogue Plight transfers an effect to a nearby enemy!", "#CRIMSON#刺客契约将一项效果转移给周围敌人!")
 t("egg", "蛋")
@@ -13327,11 +14095,13 @@ t("#LIGHT_BLUE#The legacy of Dwarven Emperors grants you their wisdom.", "#LIGHT
 t("Silent Blade", "静寂之刃")
 t("shining dagger", "光辉的匕首")
 t("A thin, dark dagger that seems to meld seamlessly into the shadows.", "一把锋利,阴暗,完全融入了阴影中的匕首。")
+t("Enter stealth for 3 turns.", "进入潜行3回合。")
 t("Moon", "月")
 t("crescent blade", "月牙形匕首")
 t("A viciously curved blade that a folk story says is made from a material that originates from the moon.  Devouring the light around it, it fades.", "一把弧形的匕首,传说是用取自月亮的材料打造的。它吞噬了周围的光芒,显得黯淡。")
 t("Deal 200%% of your Cunning as Darkness damage (%d).", "造成相当于你200%%灵巧值的暗影伤害(%d)。")
 t("Deal %d Darkness damage.", "造成%d暗影伤害。")
+t("The moon shines alone in a starless sky.", "没有星星的天空里,月亮显得非常孤单。")
 t("#ANTIQUE_WHITE#The two blades glow brightly as they are brought close together.", "#ANTIQUE_WHITE#两把利刃互相靠近时发出耀眼的闪光。")
 t("#ANTIQUE_WHITE#The light from the two blades fades as they are separated.", "#ANTIQUE_WHITE#两把利刃分开时耀眼的闪光消失了。")
 t("Star", "星")
@@ -13339,6 +14109,7 @@ t("jagged blade", "锯齿短刃")
 t("Legend tells of a blade, shining bright as a star. Forged from a material fallen from the skies, it glows.", "传说之刃,闪耀如星。由取自陨石的材料锻造而成,它散发着光芒。")
 t("Deal 200%% of your Dexterity as Light damage (%d).", "造成相当于你200%%敏捷值的光系伤害(%d)。")
 t("Deal %d Light damage.", "造成%d光系伤害。")
+t("The star shines alone in a moonless sky.", "没有月亮的天空里,星星显得非常孤单。")
 t("Ring of the War Master", "战争领主之戒")
 t("blade-edged ring", "边缘锋利的戒指")
 t("A blade-edged ring that radiates power. As you put it on, strange thoughts of pain and destruction come to your mind.", "散发能量、边缘开刃的戒指。当你戴上它时,陌生的痛苦念头和毁灭的情景涌入你脑海。")
@@ -13348,6 +14119,7 @@ t("A huge greatmaul of incredible weight. Wielding it, you feel utterly unstoppa
 t("Crooked Club", "畸形棒槌")
 t("weird club", "不可思议的棍子")
 t("An oddly twisted club with a hefty weight on the end. There's something very strange about it.", "诡异扭曲的棒槌,尾部异常沉重。")
+t("Reduce targets accuracy and powers by 5 (stacks 5 times)", "降低目标命中和强度5,可叠加5次。")
 t("Spider-Silk Robe of Spydrë", "斯派德的蛛丝礼服")
 t("spider-silk robe", "蛛丝礼服")
 t("This set of robes is made wholly of spider silk. It looks outlandish and some sages think it came from another world, probably through a farportal.", "这套礼服完全用蛛丝制成。它看起来充满异国风情,一些智者推测它来自另一个世界,很可能穿越过时空之门。")
@@ -13356,6 +14128,7 @@ t("Huh?", "唔?")
 t("Dragon-helm of Kroltar", "库洛塔的龙盔")
 t("dragon-helm", "龙盔")
 t("A visored steel helm, embossed and embellished with gold, that bears as its crest the head of Kroltar, the greatest of the fire drakes.", "一个装饰着黄金浮雕的钢铁全盔。库洛塔的头盔上昂立着最伟大的喷火龙作为装饰。")
+t("Kroltar's power resides in his scales.", "库洛塔的力量隐藏在他的鳞片里。")
 t("#GOLD#As the helm of Kroltar approaches the your scale armour, they begin to fume and emit fire.", "#GOLD#当库洛塔的头盔和鳞甲接触时,他们开始冒烟喷火了")
 t("#GOLD#The fumes and fire fade away.", "#GOLD#烟和火消失了")
 t("Crown of Command", "领袖的皇冠")
@@ -13374,9 +14147,11 @@ t("The legendary hammer of the Dwarven master smiths. For ages it was used to fo
 t("Snow Giant Wraps", "冰霜巨人护手")
 t("fur-lined leather wraps", "毛衬里的皮护手")
 t("Two large pieces of leather designed to be wrapped about the hands and the forearms.  This particular pair of wraps has been enchanted, imparting the wearer with great strength.", "两大块皮革被设计成包裹手和前臂。这副独特的护手经过了附魔,可给予穿戴者巨大的力量。")
+t("This would be great with a mighty matching belt.", "如果有一条相衬的腰带就好了。")
 t("Mighty Girdle", "巨人腰带")
 t("massive, stained girdle", "结实而肮脏的腰带")
 t("This girdle is enchanted with mighty wards against expanding girth. Whatever the source of its wondrous strength, it will prove of great aid in the transport of awkward burdens.", "这条腰带被赋予了神秘的魔力来对抗膨胀的腰围。不管它蕴含着的是何种力量,它总是能在你负重不足时助你一臂之力。")
+t("Some giant wraps would make you feel great.", "如果有一对大些的手套就好了。")
 t("#GOLD#You grow to immense size!", "#GOLD#你身躯巨大化!")
 t("#LIGHT_BLUE#You feel a lot smaller...", "#LIGHT_BLUE#你感觉变小了……")
 t("Serpentine Cloak", "蛇纹斗篷")
@@ -13397,10 +14172,12 @@ t("A plain elven-silk robe. It would be unremarkable if not for the sheer power
 t("Temporal Augmentation Robe - Designed In-Style", "时空增益·引领时尚")
 t("stylish robe with a scarf", "有领带的时髦长袍")
 t("Designed by a slightly quirky Paradox Mage, this robe always appears to be stylish in any time the user finds him, her, or itself in. Crafted to aid Paradox Mages through their adventures, this robe is of great help to those that understand what a wibbly-wobbly, timey-wimey mess time actually is. Curiously, as a result of a particularly prolonged battle involving its fourth wearer, the robe appends a very long, multi-coloured scarf to its present wearers.", "被有些古怪的时空法师设计出来,无论穿戴者在哪个时代,这袍子都显得格外时髦。它为协助时空法师冒险而制作。这件法袍对掌握时间多样性的人来说有着巨大的作用。有趣的是,由于它第四任主人参与了一场相当漫长的战斗,长袍上附带了一条很长的幻彩领带。")
+t("Oddly it never produces a hat.", "奇怪的是,它没有一顶帽子。")
 t("Un'fezan's Cap", "Un'fezan之帽")
 t("red stylish hat", "时尚的红色毡帽")
 t([[This fez once belonged to a traveler; it always seems to be found lying around in odd locations.
 #{italic}#Fezzes are cool.#{normal}#]], "这顶土耳其毡帽曾经属于一位旅行家,他经常在奇怪的地方被人发现。#{italic}#帽子看上去很不错。#{normal}#")
+t("Needs something equally stylish and cool to go with it.", "需要一件同样时尚而炫酷的装备来搭配,")
 t("#STEEL_BLUE#A time vortex briefly appears in front of you.", "#STEEL_BLUE#一个时间漩涡在你面前出现")
 t("crude iron battle axe", "生铁战斧")
 t("Crude Iron Battle Axe of Kroll", "克罗尔的生铁战斧")
@@ -13428,6 +14205,7 @@ t("Blood drips continuously from this fell suit of iron, and dark magics churn a
 t("Scale Mail of Kroltar", "库洛塔的龙鳞甲")
 t("perfectly-wrought suit of dragon scales", "用龙甲完美打造的正装")
 t("A heavy shirt of scale mail constructed from the remains of Kroltar, whose armour was like tenfold shields.", "一件用库洛塔的遗物打造的重甲,她的护甲有盾牌的十倍重。")
+t("Kroltar's head would turn up the heat.", "库洛塔的头会被这热量唤醒。")
 t("Cuirass of the Thronesmen", "钢铁战士胸甲")
 t("heavy dwarven-steel armour", "重型矮人钢护甲")
 t("This heavy dwarven-steel armour was created in the deepest forges of the Iron Throne. While it grants incomparable protection, it demands that you rely only on your own strength.", "这件沉重的矮人钢护甲打造于钢铁王座最深的熔炉。虽然它被赋予了举世无双的防护能力,但你必须得靠自己的力量使用它。")
@@ -13435,9 +14213,11 @@ t("#LIGHT_BLUE#You feel your dwarven power swelling to meet the challenge of thi
 t("Golden Three-Edged Sword 'The Truth'", "金色三棱剑·真理")
 t("three-edged sword", "三棱剑")
 t("The wise ones say that truth is a three-edged sword. And sometimes, the truth hurts.", "有些聪明人说真理是把三刃剑。因为有些时候,“真理”是会伤到人的。")
+t("9% chance to stun or confuse the target", "9% 几率震慑或混乱目标")
 t("Ureslak's Femur", "乌尔斯拉克的大腿")
 t("a strangely colored bone", "染的稀奇古怪的骨头")
 t("A shortened femur of the mighty prismatic dragon Ureslak, this erratic club still resonates with his volatile nature.", "强大的棱晶龙乌尔斯拉克被截断的腿骨,这根奇怪的棍子仍然流动着乌尔斯拉克的天性。")
+t("10% chance to shimmer to a different hue and gain powers", "10% 几率变换不同颜色并且增加强度")
 t("#GOLD#Ureslak's Femur glows and shimmers!", "#GOLD#乌尔斯拉克的大腿发出闪光,改变了颜色!")
 t("Flaming", "火焰")
 t("Frozen", "冰冻")
@@ -13445,11 +14225,14 @@ t("Crackling", "噼啪")
 t("Venomous", "剧毒")
 t("Starry", "群星")
 t("Eldritch", "埃尔德里奇")
+t("What would happen if more of Ureslak's remains were reunited?", "当乌尔斯拉克更多遗物聚集在一起时,会发生什么呢?")
 t("Ureslak's Molted Scales", "乌尔斯拉克之皮")
 t("scaly multi-hued cloak", "多彩鳞甲")
 t("This cloak is fashioned from the scales of some large reptilian creature.  It appears to reflect every color of the rainbow.", "这件长袍用某些大型爬行动物的鳞片制成。它看上去可以反射出彩虹的每种颜色。")
-t("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)", "energ为鳞片充能16回合,让你在受 %s 伤害前增加相应抗性15%%,持续5回合,只对一种伤害生效。")
+t(", or ", " 或 ")
+t("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)", "为鳞片充能16回合,让你在受 %s 伤害前增加相应抗性15%%,持续5回合,只对一种伤害生效。")
 t("%s empowers %s %s!", "%s充能了%s%s!")
+t("It would go well with another part of Ureslak.", "另一件乌尔斯拉克的遗物会增强它的能力。")
 t("#YELLOW_GREEN#An ironic harmony surrounds Ureslak's remains as they reunite.", "#YELLOW_GREEN#乌尔斯拉克的遗物重聚时,和谐力量在此流转。")
 t("#YELLOW_GREEN#Ureslak's remains seem more unsettled.", "#YELLOW_GREEN#乌尔斯拉克的遗物似乎更加不安定了。")
 t("razor sharp war axe", "剃刀战斧")
@@ -13460,11 +14243,15 @@ It is said the wielder will slowly grow mad. This, however, has never been prove
 t("Sword of Potential Futures", "进化之剑")
 t("under-wrought blade", "未完工的剑")
 t("Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the untapped potential of time.", "传说这把长剑是一对兵器中的其中一个;这对兵器打造于时空守卫最初的年代。对于未经训练的持有者来说它还不是那么完善;对于时空守卫来说,它将随着时间展现威力。")
+t("In the past there was a dagger with it.", "过去有柄匕首和它成套")
+t("10% chance to reduce the target's resistances to all damage", "10% 几率降低目标对所有伤害的抗性。")
 t("#CRIMSON#The echoes of time resound as the blades are reunited once more.", "#CRIMSON#当剑重合在一起时出现了时间的回音。")
 t("#CRIMSON#Time seems less perfect in your eyes as the blades are separated.", "#CRIMSON#当剑分开时在你的眼中似乎时空不再完美。")
 t("Dagger of the Past", "历练之匕")
 t("rusted blade", "锈蚀的匕首")
 t("Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the opportunity to learn from the mistakes of the past.", "传说这把匕首是一对兵器中的一个;这对兵器打造于时空守卫最初的年代。对于未经训练的持有者来说它还不是那么完善;对于时空守卫来说,它表示着从以前的失误中吸取教训的机会。")
+t("Potentially it would go with a sword in the future.", "未来可能有把剑和它成套")
+t("10% chance to return the target to a much younger state", "10% 将目标退回到婴儿状态。")
 t("Stone Gauntlets of Harkor'Zun", "哈克祖的岩石臂铠")
 t("dark stone gauntlets", "黑曜石臂铠")
 t("Fashioned in ancient times by cultists of Harkor'Zun, these heavy granite gauntlets were designed to protect the wearer from the wrath of their dark master.", "古时候由哈克祖的狂热崇拜者制作,这副花岗岩臂铠被设计为可以保护穿戴者免于遭受黑暗之主的暴怒。")
@@ -13481,6 +14268,7 @@ t("This strange orange quiver is made of brass and etched with many bright red r
 t("Quiver of Domination", "统御箭袋")
 t("grey quiver", "灰色的箭袋")
 t("Powerful telepathic forces emanate from the arrows of this quiver. The tips appear dull, but touching them causes you intense pain.", "箭袋中的箭矢中散发出一股强大的意念力,尖端虽然看上去不锋利,但是当你触摸时却让你感到剧烈的疼痛。")
+t("dominate the target", "支配目标")
 t("Blightstopper", "枯萎终结者")
 t("vine coated shield", "藤蔓覆盖的盾牌")
 t("This voratun shield, coated with thick vines, was imbued with nature's power long ago by the Halfling General Almadar Riul, who used it to stave off the magic and diseases of orcish corruptors during the peak of the Pyre Wars.", "这块沃瑞坦盾牌表面被厚实的藤蔓所缠绕,其中注入了许多年前的半身人将军阿尔曼达·鲁伊尔的自然力量,他在派尔之战中用这个盾牌驱散了兽人堕落者的魔法疫病。")
@@ -13491,6 +14279,7 @@ t("#DARK_GREEN#You feel nature's power protecting you!", "#DARK_GREEN#你感到
 t("Star Shot", "星辰弹")
 t("blazing shot", "闪光的弹药")
 t("Intense heat radiates from this powerful shot.", "子弹中放射出极高的热量。")
+t("sets off a powerful explosion", "产生一次猛烈的爆炸")
 t("Nexus of the Way", "维网之核")
 t("brilliant green mindstar", "闪耀的绿色灵晶")
 t("The vast psionic force of the Way reverberates through this gemstone. With a single touch, you can sense overwhelming power, and hear countless thoughts.", "巨大的意念力在这颗宝石之中回响,仅仅轻触就可以让你获得无穷的力量和无限的思维。")
@@ -13527,6 +14316,7 @@ t("This helmet radiates a dark power. Its visor seems to twist and corrupt the v
 t("Umbral Razor", "影之刃")
 t("shadowy dagger", "黝黑的匕首")
 t("This dagger seems to be formed of pure shadows, with a strange miasma surrounding it.", "这只匕首覆盖着一层纯净的阴影,并且似乎有一团瘴气围绕着它。")
+t("20% chance to make the target bleed shadows. You heal for 15 whenever you hit an enemy bleeding shadows.", "有20%的几率让目标幻影流血。你击中幻影流血的目标时,恢复15生命值。")
 t("%s resists the shadowy cut", "%s抵抗了阴影切割")
 t("Emblem of Evasion", "闪避徽记")
 t("gold coated emblem", "镶金的纹饰腰带")
@@ -13537,16 +14327,19 @@ t("This tightly strung bow appears to have been crafted by someone of considerab
 t("Frozen Shards", "冰极碎")
 t("pouch of crystallized ice", "一袋水晶质的冰弹")
 t("In this dark blue pouch lie several small orbs of ice. A strange vapour surrounds them, and touching them chills you to the bone.", "在这个深蓝色的袋子里,躺着许多冰晶弹。一团奇异的冰雾环绕着它们,当你触摸它们时,你感到刺骨的凉意。")
+t("bursts into an icy cloud", "爆炸成一片冰雾")
 t("electrified whip", "缠绕着电弧的鞭子")
 t("Stormlash", "风暴之鞭")
 t("This steel plated whip arcs with intense electricity. The force feels uncontrollable, explosive, powerful.", "这根钢质的鞭子缠绕着许多电弧。你可以感受这根鞭子上散发出的力量强大且不可控制。")
+t("Focus the lightning forces on an enemy", "将雷霆的力量释放在敌人身上")
 t("The storm is on your side !", "风暴协助了你!")
 t("The storm betrayed you...", "风暴背叛了你…")
 t("strike an enemy within range %d (for 100%% weapon damage as lightning) and release a radius %d burst of electricity dealing %0.2f to %0.2f lightning damage (based on Magic and Dexterity)", "攻击距离 %d 内的敌人,造成 100%% 闪电武器伤害并在半径 %d 内释放电弧,造成 %0.2f 到 %0.2f 点闪电伤害 (基于魔法和敏捷)")
-t("#Source# strikes #Target# with %s %s, sending out an arc of lightning!", "#Source#用%s%s攻击了 #Target#,触发一阵电弧!")
+t("#Source# strikes #Target# with %s %s, sending out an arc of lightning!", "#Source#用%s%s攻击了#Target#,触发一阵电弧!")
 t("gemmed whip handle", "镶有宝石的柄")
 t("Focus Whip", "聚灵鞭")
 t("A small mindstar rests at top of this handle. As you touch it, a translucent cord appears, flicking with your will.", "这只手柄上镶有一颗小小的灵晶。当你触摸它时,一根半透明的绳子浮现在你面前,并随着你的意志闪烁。")
+t("Try to fry your enemies brain (25% chance to brainlock)", "试图封锁敌人的大脑(25%几率锁脑)")
 t("strike all targets in a line (for 100%% weapon damage as mind) out to range 4", [[打击一条长度为4码的直线上的所有目标,
 造成相当于100%%武器伤害的精神伤害。]])
 t("#Source# manifests a psychic assult with %s %s!", "#Source#使用%s%s发动心灵攻击!")
@@ -13566,11 +14359,16 @@ t("A thick venom drips from this mindstar.", "凝厚的毒液不断地从这个
 t("Corpathus", "束缚之剑·卡帕萨斯")
 t("bound sword", "被束缚的长剑")
 t("Thick straps encircle this blade. Jagged edges like teeth travel down the blade, bisecting it. It fights to overcome the straps, but lacks the strength.", "这把剑被厚重的带所束缚。两排锯齿状的锋刃沿着剑身直到剑柄,它试图挣脱带子的束缚,但似乎缺乏足够的力量。")
+t("grows dramatically in power", "大幅增加强度")
+t("grows in power", "增加强度")
 t("Corpathus bursts open, unleashing a horrific mass!", "卡帕萨斯脱离束缚,放出了一团恐怖的物质!!")
 t("This mass of putrid slime burst from Corpathus, and seems quite hungry.", "这团腐烂的黏液从卡帕萨斯中放出,它现在十分饥饿。")
+t("Vilespawn", "邪恶子嗣")
 t("Anmalice", "扭曲之刃·圣灵之眼")
 t("twisted blade", "扭曲的利刃")
 t("The eye on the hilt of this blade seems to glare at you, piercing your soul and mind. Tentacles surround the hilt, latching onto your hand.", "剑柄上的眼睛似乎直视着你,试图撕裂你的灵魂。剑柄上环绕的触手可以使其很好的固定在你手上。")
+t("torments the target with many mental effects", "对目标附加多种精神状态")
+t("reduces mental save penalty", "降低精神豁免惩罚")
 t("Anmalice focuses its mind-piercing eye on #Target#!", "扭曲之刃·圣灵之眼将它穿透灵魂的目光集中在了 #Target# 上!")
 t("#CRIMSON#The tentacles release your arm, sated.", "#CRIMSON#触手厌烦地释放了你的手臂。")
 t("#CRIMSON#As you tear the tentacles from your arm, horrible images enter your mind!", "#CRIMSON#当你将触手从手臂上扯下,可怕的景象进入了你的大脑!")
@@ -13579,14 +14377,16 @@ t("Morrigor", "摄魂剑·莫瑞格")
 t("jagged, segmented, sword", "锯齿状的剑")
 t("This heavy, ridged blade emanates magical power, yet as you grasp the handle an icy chill runs its course through your spine. You feel the disembodied presence of all those slain by it. In unison, they demand company.", "这把沉重的,有着锯齿状刀刃的长剑正在向外散发强大的魔法波动,当你握住剑时,一阵寒意从剑柄传来,直刺灵魂。你仿佛感觉到了葬身剑下的亡灵,他们渴望着更多同伴的到来。")
 t("deal %0.2f arcane and %0.2f darkness damage (based on Magic) in a radius 1 around the target", "在目标周围1码范围内,造成%0.2f奥术和%0.2f暗影伤害(基于魔法)")
-t("@Source@ taps the #SALMON#trapped soul#LAST# of %s, xmanifesting %s!", "@Source@ 放出了%s#SALMON#被束缚的灵魂#LAST#,模仿了%s!")
+t("swallows the victim's soul, gaining a new power", "吞噬目标的灵魂,获得新的能力。")
+t("@Source@ taps the #SALMON#trapped soul#LAST# of %s, xmanifesting %s!", "@Source@放出了%s#SALMON#被束缚的灵魂#LAST#,模仿了%s!")
 t("%s's %s #SALMON#CONSUMES THE SOUL#LAST# of %s, gaining the power of %s!", "%s的%s #SALMON#消耗了#LAST#%s#SALMON#的灵魂#LAST#,获得了%s的能力!")
 t("Hydra's Bite", "三头龙之牙")
 t("triple headed flail", "有三个头的连枷")
 t("This three-headed stralite flail strikes with the power of a hydra. With each attack it lashes out, hitting everyone around you.", "这把三头的蓝锆石连枷,使用的是一只三头龙的力量。它的攻击可以伤害到周围的所有敌人。")
+t("hit up to two adjacent enemies", "攻击目标相邻的2个单位")
 t(" and %s", "和 %s")
 t("#Source#'s three headed flail lashes at #Target#%s!", "#Source#使用三头连枷打击#Target#%s!")
-t("#Source#'s three headed flail lashes at #Target#!", "#Source# 的三头连枷扫过了 #Target# !")
+t("#Source#'s three headed flail lashes at #Target#!", "#Source#的三头连枷扫过了 #Target# !")
 t("Spellhunt Remnants", "魔法狩猎遗物")
 t("heavily corroded voratun gauntlets", "严重破损的沃瑞钽臂铠")
 t("These once brilliant voratun gauntlets have fallen into a deep decay. Originally used in the spellhunt, they were often used to destroy arcane artifacts, curing the world of their influence.", "你从这副锈迹斑斑的臂铠上勉强能看出其曾经的辉煌。它起源于魔法狩猎时期,用于摧毁奥术类装备,以惩罚法师们对这个世界的暴行。")
@@ -13603,14 +14403,17 @@ t("These brilliant voratun gauntlets shine with an almost otherworldly glow. Ori
 t("attempt to destroy all magic effects and sustains on creatures in a radius %d cone (unnatural creatures are additionally dealt %0.2f arcane damage and stunned)", "在半径%d码弧形区域摧毁生物身上的所有魔法效果和魔法持续技能(非自然生物还会额外受到%0.2f奥术伤害并被震慑)")
 t("%s unleashes antimagic forces from %s %s!", "%s从%s%s中放出反魔法力量!")
 t("%s's animating magic is disrupted by the burst of power!", "%s的魔法被强大的反魔法力量干扰了!")
+t("destroy an arcane item (of a higher tier than the gauntlets)", "摧毁一件奥术装备(比臂铠材质级别高)")
 t("#LIGHT_RED#You can not do that with a tinker attached. Remove it first.", "#LIGHT_RED#当有配件附着时,你不能这么做。先移除配件。")
+t("Destroy which item?", "摧毁哪一件物品?")
 t("You crush the %s, and the gloves take on an illustrious shine!", "你摧毁了%s,手套开始发光!")
 t("Merkul's Second Eye", "米库尔的第二只眼")
 t("sleek stringed bow", "丝弦光滑的弓")
 t("This bow is said to have been the tool of an infamous dwarven spy. Rumours say it allowed him to \"steal\" the eyes of his enemies. Adversaries struck were left alive, only to unknowingly divulge their secrets to his unwavering sight.", "这把弓据说属于一位臭名昭著的矮人间谍。更有传言称,这把弓能帮助他利用所有敌人的眼睛。被射中的敌人虽然不会丧命,但却没有意识到自己的眼睛已经把周围的秘密全都泄漏给了他。")
-t("Summertide", "夏夜")
+t("Summertide", "夏殇")
 t("shining gold shield", "闪光的金色盾牌")
 t("A bright light shines from the center of this shield. Holding it clears your mind.", "从这面盾牌的中心放射出耀眼的光芒,当你紧握这面盾牌时,你的思维变得清晰。")
+t("releases a burst of light", "发出一股光芒")
 t("send out a range %d beam, lighting its path and dealing %0.2f to %0.2f light damage (based on Willpower and Cunning)", "发射长度 %d 的射线,照亮路径,并造成 %0.2f 到 %0.2f 点光系伤害(基于意志和灵巧)")
 t("%s's %s flashes!", "%s的%s 闪光了!")
 t("Wanderer's Rest", "旅者的休憩")
@@ -13641,6 +14444,7 @@ t("An endless supply of arrows lay within this deep black quiver. Tiny white lig
 t("Hornet Stingers", "黄蜂尾钉")
 t("sting tipped arrows", "镶着尖刺的箭矢")
 t("A vile poison drips from the tips of these arrows.", "箭矢的尖端滴落着剧毒。")
+t("afflicts the target with a poison dealing 20 damage per turn and causing actions to fail 20% of the time for 6 turns", "使目标中毒,每回合造成20伤害,使用技能有20%几率失败,持续6回合。")
 t("Umbraphage", "安布瑞吉·暗影吞噬者")
 t("deep black lantern", "深黑色的灯笼")
 t("This lantern of pale white crystal holds a sphere of darkness, that yet emanates light. Everywhere it shines, darkness vanishes entirely.", "这个灰白色水晶制成的灯笼周围笼罩着一片黑暗,但是它仍放射着光芒。光之所在,黑暗尽除。")
@@ -13673,19 +14477,22 @@ t("thick coral plate", "厚重的珊瑚板甲")
 t("Coral Spray", "云雾珊瑚")
 t("A chunk of jagged coral, dredged from the ocean.", "用大块的珊瑚制成,源自大海深处。")
 t("30% chance to spray freezing water (radius 4 cone) at the target.", "30% 几率朝目标喷射4格锥形冰冷的水流。")
-t("A wave of icy water sprays out from #Source# towards #Target#!", "一束冰冷的水流从 #Source# 处喷射出来冲向 #Target# !")
+t("A wave of icy water sprays out from #Source# towards #Target#!", "一束冰冷的水流从#Source#处喷向#Target#!")
 t("Shard of Insanity", "狂乱碎片")
 t("cracked black amulet", "损坏的黑色项链")
 t("A deep red light glows from within this damaged amulet of black stone. When you touch it, you can hear voices whispering within your mind.", "从这条损坏的黑色项链上放出暗红色的光亮,当你触摸它时,你能听到脑海里的窃窃私语。")
 t("Pouch of the Subconscious", "欲望之核")
 t("familiar pouch", "常见的弹药袋")
 t("You find yourself constantly fighting an urge to handle this strange pouch of shot.", "你情不自禁的想使用这袋弹药。")
+t("50% chance to reload 1 ammo", "50% 几率装填1发弹药")
 t("Wind Worn Shot", "风化弹")
 t("perfectly smooth shot", "极其光滑的弹药")
 t("These perfectly white spheres appear to have been worn down by years of exposure to strong winds.", "这些白色的弹丸似乎饱经风霜。")
+t("35% chance for lightning to arc to a second target", "35% 几率闪电连锁至下一个目标")
 t("Spellcrusher", "奥术摧毁者")
 t("vine coated hammer", "藤蔓覆盖的锤子")
 t("This large steel greatmaul has thick vines wrapped around the handle.", "这柄巨大的铁制巨锤,其手柄上覆盖着一层厚厚的藤蔓。")
+t("50% chance to shatter magical shields", "50%几率打破魔法护盾")
 t("%s's magical shields are shattered!", "%s的魔法护盾碎裂了!")
 t("#DARK_GREEN#You feel a great power rise within you!", "#DARK_GREEN#你感到体内涌现出一股强大的力量!")
 t("Telekinetic Core", "念力之核")
@@ -13710,6 +14517,7 @@ t("tree shaped totem", "树状的图腾")
 t("This small tree-shaped totem is imbued with powerful healing energies.", "你能在这根小巧的树状图腾上感受到强大的治愈能量。")
 t("Heals all nearby living creatures by 5 points each turn.", "治疗周围的生物,每回合恢复5点。")
 t("#CRIMSON# A powerful healing aura appears around you as you equip the %s.", "#CRIMSON#当你装备%s后,强大的治疗光环在你身边出现。")
+t("take root increasing health by 300, armor by 20, and armor hardiness by 20%% but rooting you in place for 4 turns", "扎根,增加300点生命、20点护甲和20%%护甲硬度,但不能移动,持续4回合。")
 t("%s merges with %s %s!", "%s与%s%s合并!")
 t("Ring of Growth", "生命之戒")
 t("This small wooden ring has a single green stem wrapped around it. Thin leaves still seem to be growing from it.", "这枚小巧的戒指上缠绕着一根藤蔓,藤蔓似乎仍然在不断的吐出新叶。")
@@ -13730,7 +14538,9 @@ t("Eternity's Counter", "永恒沙漏")
 t("crystalline hourglass", "水晶沙漏")
 t("This hourglass of otherworldly crystal appears to be filled with countless tiny gemstones in place of sand. As they fall, you feel the flow of time change around you.", "这只漂亮的沙漏里装载着数以千计的宝石,用以代替沙子。当它们落下时,你能够感受到时间的变化。")
 t("Offers either offensive or defensive benefits, depending on the position of the sands.  Switching the direction of flow takes no time.", "根据沙的位置在进攻增益和防守增益间切换。切换沙的流向不消耗时间。")
+t("entropy", "熵")
 t("flip the hourglass (sands currently flowing towards %s)", "翻转沙漏(沙子目前流向%s)")
+t("stability", "稳定")
 t("%s flips %s %s over...", "%s翻转了%s%s…")
 t("#GOLD#The sands slowly begin falling towards %s.", "#GOLD#沙子慢慢流向%s.")
 t("#GOLD#As the final sands drop into place, you feel a surge of power.", "#GOLD#当最后一粒沙子落下,你感觉到一股力量。")
@@ -13759,6 +14569,7 @@ t("This powerful sling is said to have belonged to a warrior so strong his shots
 t("The Titan's Quiver", "泰坦之箭")
 t("gigantic ceramic arrows", "巨型陶制箭矢")
 t("These massive arrows are honed to a vicious sharpness, and appear to be nearly unbreakable. They seem more like spikes than any arrow you've ever seen.", "巨大而尖锐的箭矢,不,与其说是箭,不如说是长钉。")
+t("pin the target to the nearest wall", "将目标钉在最近的墙上")
 t("%s is knocked back and pinned!", "%s被击退并定身!")
 t("Inertial Twine", "惯性编织之戒")
 t("This double-helical ring seems resistant to attempts to move it. Wearing it seems to extend this property to your entire body.", "双螺旋状的戒指,很难将它移动,戴上它后似乎可以将其力量延展到整个身体。")
@@ -13772,6 +14583,7 @@ t("This tall staff is tipped with a pitch black sphere that yet seems to give of
 t("gore stained battleaxe", "血迹斑斑的战斧")
 t("Eksatin's Ultimatum", "阿克萨丁的最后通牒")
 t("This gore-stained battleaxe was once used by an infamously sadistic king, who took the time to personally perform each and every execution he ordered. He kept a vault of every head he ever removed, each and every one of them carefully preserved. When he was overthrown, his own head was added as the centrepiece of the vault, which was maintained as a testament to his cruelty.", "这把被血液浸满的战斧曾被一位不知名的虐待成性的国王使用,他用这把斧头亲自执行了不少死刑。国王有一个房间专门用来收藏他杀死的人的头骨,每一个都完好的保存者。当国王被推翻时,他自己的头颅也进入了这间房子,作为他暴行的证据而保存。")
+t("decapitate a weakened target", "将虚弱的敌人斩首")
 t("#RED#%s#GOLD# has been decapitated!#LAST#", "#RED#%s#GOLD#被斩首了!#LAST#")
 t("Radiance", "光辉")
 t("a sparkling, golden cloak", "闪耀光辉的金色斗篷")
@@ -13820,6 +14632,7 @@ t("eerie black dagger", "怪异的黑色匕首")
 t([[Countless mages have fallen victim to the sharp sting of this blade, betrayed by those among them with greed for ever greater power.
 Passed on and on, this blade has developed a thirst of its own.]], [[无数法师曾殒命这匕首之下,被那些渴望力量的同伴背叛。
 时光流逝,匆匆不还,这柄匕首也开始渴望杀戮。]])
+t("steals up to 50 mana from the target", "从目标处吸取至多50点法力")
 t("Frost Lord's Chain", "冰霜领主之链")
 t("ice coated chain", "寒冰覆盖的铁链")
 t("This impossibly cold chain of frost-coated metal radiates a strange and imposing aura.", "这不可思议的金属链覆盖着极度寒霜,向外放射出诡异而强大的光环能量")
@@ -13827,6 +14640,7 @@ t("Gives all your cold damage a 20% chance to freeze the target.", "你造成寒
 t("Twilight's Edge", "晨昏之刃")
 t("shining long sword", "发光的长剑")
 t("The blade of this sword seems to have been forged of a mixture of voratun and stralite, resulting in a blend of swirling light and darkness.", "这柄长剑似乎是用沃瑞坦和蓝锆石混合制成,光与暗在不断旋转交融。")
+t("release a burst of light and dark damage (scales with Magic)", "爆发光明和黑暗伤害(随魔法增加)")
 t("Mnemonic", "记忆")
 t("As long as you wear this ring, you will never forget who you are.", "只要你戴上这枚戒指,你永远不会忘却。")
 t("familiar ring", "熟悉的戒指")
@@ -13837,11 +14651,14 @@ t("This warped, blackened sword drips acid from its countless pores.", "这柄
 t("Borosk's Hate", "博瑞思科的仇恨")
 t("double-bladed sword", "双刃剑")
 t("This impressive looking sword features two massive blades aligned in parallel. They seem weighted remarkably well.", "这柄剑令人印象深刻,因为它有两个平行刀锋。")
+t("25% chance to strike the target again.", "25%几率再次攻击")
 t("Butcher", "屠夫")
 t("blood drenched shortsword", "血迹斑斑的短刃")
 t("Be it corruption, madness or eccentric boredom, the halfling butcher by the name of Caleb once took to eating his kin instead of cattle. His spree was never ended and nobody knows where he disappeared to. Only the blade remained, stuck fast in a bloodied block. Beneath, a carving said \"This was fun, let's do it again some time.\"", "或许是堕落,或许是疯狂,半身人屠夫凯莱布杀死他的亲戚代替牲口。他的疯狂还没有停止,他的人影却已经不见,只留下这把刀刃,留在了血泊之中。下面刻着一行字“真有趣,下次再试试”")
-t(" (cooling down: %d turns)", " (冷却时间: %d 回合)")
+t(" (cooling down: %d turns)", " (冷却时间:%d 回合)")
 t("Enter Rampage if health falls below 20%%%s", "当生命值降低到20%%%s时,进入暴走。")
+t("Attempt to devour a low HP enemy, striking again and possibly killing it instantly.", "试图吞噬一个低生命的敌人,再次攻击并有几率秒杀目标。")
+t("Enter a Rampage (Shared cooldown).", "进入暴走(共享冷却时间)")
 t("Ethereal Embrace", "以太之拥")
 t("wispy purple cloak", "脆弱的紫色斗篷")
 t("This cloak waves and bends with shimmering light, reflecting the depths of space and the heart of the Aether.", "这件斗篷漂浮弯曲,发出闪耀的光芒,折射出空间深处、以太核心。")
@@ -13858,6 +14675,7 @@ t("Ring of the Archlich", "大巫妖之戒")
 t("dusty, cracked ring", "布满尘土的戒指")
 t([[This ring is filled with an overwhelming, yet restrained, power. It lashes, grasps from its metal prison, searching for life to snuff out. You alone are unharmed.
 Perhaps it feels all the death you will bring to others in the near future.]], "这枚戒指含有强大的力量,但是没有显现出来。它将生命拉入金属牢笼之中,而你自己不受伤害。似乎它感觉在不久的将来你会带来无尽的死亡。")
+t("It desires to be surrounded by undeath.", "它渴望被亡灵围绕。")
 t("#DARK_GREY#Your ring releases a burst of necromantic energy!", "#DARK_GREY#你的戒指释放出一股死灵能量!")
 t("#DARK_GREY#Your ring's power fades away.", "#DARK_GREY#你的戒指的力量消退了。")
 t("wand", "魔杖")
@@ -13869,6 +14687,7 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A shining orb.", "这个镶嵌着金子的魔棒散发出超自然的强光。")
 t("#Source# points %s %s at #target#, releasing a brilliant orb of light!", "#Source#将%s%s指向#target#, 放出一个光辉的光球!")
+t("Summon", "召唤")
 t("handled hole in space", "空间之洞")
 t("Temporal Rift", "时空裂隙")
 t("Some mad Chronomancer appears to have affixed a handle to this hole in spacetime. It looks highly effective, in its own strange way.", "某些疯狂的时空法师在时空中开了一个洞。它似乎很有效,但是会以自己诡异的方式运转。")
@@ -13899,11 +14718,13 @@ t("The eye locks onto %s, freezing it in place!", "眼睛凝视着%s,将其石
 t("Shantiz the Stormblade", "风暴之刃")
 t("thin stormy blade", "很薄的短刃")
 t("This surreal dagger crackles with the intensity of a vicious storm.", "这柄超现实的匕首周围环绕有强大的风暴")
+t("Causes lightning to strike and destroy any projectiles in a radius of 10, dealing damage and dazing enemies in a radius of 5 around them.", "触发闪电,击落半径10内所有抛射物,抛射物半径5以内的敌人受到伤害并被眩晕。")
 t("#GREEN#Shantiz strikes down a projectile!", "#GREEN#风暴之刃击落了抛射物!")
 t("Swordbreaker", "破剑匕")
 t("hooked blade", "带锯齿的匕首")
 t("This ordinary blade is made of fine, sturdy voratun and outfitted with jagged hooks along the edge. This simple appearance belies a great power - the hooked maw of this dagger broke many a blade and the stride of many would-be warriors.", "这柄普通的匕首是由精制坚硬的沃瑞坦制成的,配有锯齿钩边。看似平凡的外表背后潜藏着强大的力量——它破坏过诸多刀刃,收割走那些战士的生命和未来。")
 t("Can block like a shield, potentially disarming the enemy.", "可以像盾牌一样格挡,并缴械目标。")
+t("Breaks enemy weapon.", "破坏对方武器")
 t("Shieldsmaiden", "女武神之心")
 t("icy shield", "冰冻的盾")
 t("Myths tell of shieldsmaidens, a tribe of warrior women from the northern wastes of Maj'Eyal. Their martial prowess and beauty drew the fascination of swaths of admirers, yet all unrequited. So began the saying, that a shieldsmaiden's heart is as cold and unbreakable as her shield.", "传说中的女武神,来自马基埃亚尔世界的北方荒地。她的美貌和力量吸引了众多爱慕者前去,然而所有人都空手而归。因此,有这样一句谚语:女武神的心同她的盾一样冰冷而不可打破。")
@@ -13911,6 +14732,9 @@ t("Granted talent can block up to 1 instance of damage each 10 turns.", "提供
 t("Tirakai's Maul", "提瑞卡之锤")
 t("This massive hammer is formed from a thick mass of strange crystalline growths. In the side of the hammer itself you see an empty slot; it looks like a gem of your own could easily fit inside it.", "这柄巨型锤子是用一种厚厚的古怪结晶体制成的,锤子里面能看到一个空槽,似乎很容易就能将宝石放进去。")
 t("None", "æ— ")
+t("No gem", "没有宝石")
+t("%s: %s", "%s:%s")
+t("Write a description for this gem's properties!", "写下宝石属性的说明!")
 t("Demonic", "恶魔")
 t("imbue the hammer with a gem of your choice", "把你喜欢的宝石镶嵌到锤子里。")
 t("You remove your %s.", "你移除了你的%s。")
@@ -13921,7 +14745,8 @@ t("vile gauntlets", "邪恶的手套")
 t("These fell looking gloves glow with untold power.", "这对手套看上去十分恐怖,闪耀着不明能量。")
 t([[Increases all damage by %d%% of current vim 
 Current Bonus: %d%%]], [[获得相当于你%d%%活力值的伤害加成
-当前加成: %d%%]])
+当前加成:%d%%]])
+t("Only the masochistic can unlock its full power.", "只有受虐狂才能解锁它的能量")
 t("#STEEL_BLUE#The fist and the mangled clothing glow ominously!", "#STEEL_BLUE#拳套和衣服开始发出不祥的光!")
 t("#STEEL_BLUE#The ominous glow dies down.", "#STEEL_BLUE#不祥的光芒停止了。")
 t("Masochism", "受虐狂")
@@ -13935,7 +14760,8 @@ t([[Stolen flesh,
 	秽尸复苏。]])
 t([[Reduces all damage by %d%% of current vim or 50%% of the damage, whichever is lower; but at the cost of vim equal to 5%% of the damage blocked. 
 Current Bonus: %d]], [[降低所有伤害相当于%d%%当前活力值的数值,但不超过伤害值的50%%;降低伤害时,消耗相当于5%%伤害量的活力值。
-当前活力值: %d]])
+当前活力值:%d]])
+t("With a better grip it would be the destroyer of your enemies.", "如果有更好的掌控力,它将摧毁敌人。")
 t("Obliterator", "抹杀者")
 t("titanic maul", "巨型锤子")
 t("This massive hammer strikes with deadly force. Bones crunch, splinter and grind to dust under its impact.", "这柄巨大的锤子挥击时拥有能粉碎骨头的巨力。")
@@ -13957,7 +14783,7 @@ t("absurdly large armor", "一件荒诞般巨大的铠甲")
 t("This massive suit of plate boasts an enormous bulk and overbearing weight. Said to belong to a nameless soldier who safeguarded a passage across the bridge to his village, in defiance to the cohorts of invading orcs. After days of assault failed to fell him, the orcs turned back. The man however, fell dead on the spot - from exhaustion. The armor had finally claimed his life.", "这件结实硕大的板甲有着夸张的体积和难以想象的重量。相传这件板甲属于一位不知名的士兵,为了抵御洪水般的兽人军团入侵他的家乡,这名士兵守护在通向他村庄的大桥上。经过几天几夜惨烈的进攻,兽人没能击倒他,最终敌人撤退了。而这名传奇般的士兵,也因为精疲力竭当场倒毙,这件盔甲最终夺去了他的生命。")
 t([[When your effective movement speed (global speed times movement speed) is less than 100%%, reduces all incoming damage by a percent equal to the speed detriment (up to 70%%).
 Current reduction bonus: %d%%]], [[当你的有效移动速度(整体速度乘移动速度)小于100%%的时候,降低所有伤害,比例相当于当前移动速度和100%%的差距,但最大不超过70%%。
-当前减伤比例: %d%%]])
+当前减伤比例:%d%%]])
 t("slow the movement speed of all creatures (including yourself) within range 5 by 40% for 3 turns", "将范围5内所有生物的移动速度(包括你自己)降低40%,持续3回合。")
 t("%s rebalances the bulky plates of %s %s, and things slow down a bit.", "%s重新组合了%s%s的重型装甲板,放慢了速度。")
 t("The Face of Fear", "恐惧之颜")
@@ -13972,6 +14798,7 @@ t("black, spiked armor", "一件黑色的尖刺铠甲")
 t("Worn by a villain long forgotten, this armor was powered by the blood of thousands of innocents. Decrepit and old, the dark lord died in solitude, his dominion crumbled, his subjects gone. Only this cuirass remained, dying to finally taste fresh blood again.", "这件胸甲属于一个早已被人遗忘的暴君,成千上万无辜死者的鲜血强化了这件铠甲。黑暗领主最终在衰老与虚弱中孤独的死去,他的统治分崩离析,他的人民四散而去。只有这件胸甲被保留了下来,渴望着再次品尝鲜血的味道。")
 t("drain blood from all creatures within range 5, causing them to bleed for %0.2f physical damage over 4 turns (based on your Physicalpower). For each creature drained (up to 10), the armor gains strength, which fades over 10 turns if it is not fed", "吸收半径5内所有生物的血液,令其在 4 回合内受到 %0.2f 点物理伤害。每吸收一个生物(至多10),护甲的属性增加。 10回合后复原。")
 t("%s revels in the bloodlust of %s %s!", "%s激发了%s%s的嗜血渴望!")
+t("Blood Charges: %d", "鲜血吸收:")
 t("Decayed Visage", "堕落视觉")
 t("mask of mummified skin", "木乃伊皮面罩")
 t("A desiccated mask of human skin, all that remains of a necromancer from the Age of Pyre who failed to achieve lichdom.  The transformative process partially succeeded, leaving him unable to die as his body slowly rotted from the inside out over several years.  Now his spirit resides within this last bit of mummified flesh, still hungering for eternal life.", "一小片人皮面具,是派尔纪一位死灵法师的遗物。他试图变成巫妖,但是没有成功。他的身体逐渐腐烂,但由于未成功的法术而不能死去,就这样过了数年。现在,他的灵魂仍藏身于这小块皮肤中,渴求着永恒的生命。")
@@ -13987,9 +14814,19 @@ t("torque", "项圈")
 t("The Jolt", "震撼")
 t("tingling torque", "刺痛项圈")
 t("This torque feels tingly to the touch, but seems to enhance your thinking.", "这项圈摸起来让人觉得刺痛,但似乎增强了你的思考.")
+t([[Your mind is attuned to electricity.
+Any lightning damage you do that is more than 10% of the victim's maximum life will attempt to brainlock the target.
+Upon taking lightning damage >10% of your max life, your mind fires back, dealing 30% of the original damage as mind and trying to brainlock the target.
+Upon taking mind damage >10% of your max life, you reflexively trigger the jolt, sending an arc of dazing lightning toward the target (damage based on mindpower).
+This item can have up to 2 charges, with each charge having 4 turn cooldown.]], [[你的精神与电力连接。
+你对敌人造成的超过其最大生命值10%的伤害时,会试图附加锁脑效果。
+当你受到相当于最大生命值10%的闪电伤害时,你的精神会发起反击,对敌人造成30%的原伤害,并试图附加锁脑效果。
+当你受到相当于最大生命值10%的精神伤害时,你会快速启动这个项圈,朝敌人射出一团震慑的闪电,伤害基于意志。
+这个物品可以存储两次充能,每次充能冷却时间4回合。]])
 t("damp steel battle axe", "潮湿的钢铁战斧")
 t("Stormfront", "风暴前线")
 t("The blade glows faintly blue, and reflects a sky full of stormy clouds.", "剑身泛着淡淡的蓝色,反射出了满天的乌云.")
+t("inflicts either shocked or wet, chosen at random", "造成湿润或震撼效果。")
 t("Eye of Summer", "夏日之眼")
 t("warm mindstar", "温暖的灵晶")
 t("This mindstar glows with a bright warm light, but seems somehow incomplete.", "这个灵晶散发着温暖的微光,但似乎有点残缺.")
@@ -13998,6 +14835,7 @@ t("#GREEN#The seasons no longer feel balanced.", "#GREEN#四季不再平衡")
 t("Eye of Winter", "冬日之眼")
 t("cold mindstar", "寒冰的灵晶")
 t("This mindstar glows with a dim cool light, but seems somehow incomplete.", "这个灵晶散发着寒冷的微光,但似乎有点残缺.")
+t("Nature requires balance in these matters.", "自然需要平衡的灵晶。")
 t("Ruthless Grip", "无情之握")
 t("sinister gauntlets", "邪恶的手套")
 t("Crafted for a warlord who wanted to keep his subjects under a stralite grip. Dark thoughts went into the making of these gauntlets, literally.", "一个军阀为了永远掌握他的臣民而制造的.黑暗的思想被真正的灌注进去这些手套里.")
@@ -14008,6 +14846,8 @@ One rather cold blooded killer thought of a way around this. By carving blades o
 Their killing spree ended when one of the victims got lucky and managed to stab the murderer in the heart with the icey blade. After being united with the cold heart that created it, the final ice blade has never melted.]], [[任何占卜师都知道,凶器乃是缉查凶手最重要的线索;他们往往顺着这条线索顺藤摸瓜,从人群中找出凶手的真身。
 然而,一个冷酷的杀手找到了一个办法:他用寒冰铸成了一把利刃,将其刺入受害者的胸口,让其随着受害者心脏的体温渐渐融化,消失于无形。
 最终,这名杀手仍然没有逍遥于法外。一名受害者幸运地夺下了利刃,反身刺入了杀手的心脏里。杀手冷酷的内心没有温度,而这把与其相融的利刃从此再也不会融化。]])
+t("freezes the target", "冻结目标")
+t("explodes a frozen creature (damage scales with willpower)", "令一个冻结生物爆炸(伤害受意志加成)")
 t("Thunderfall", "落雷")
 t("large echoing mace", "巨型发声狼牙棒")
 t("Tremendous power is concentrated in this heavy mace. Just dropping it can knock down nearby walls.", "巨大的力量集中在这沉重的权杖里.只是掉落在地就可以摧毁附近的墙壁.")
@@ -14025,9 +14865,13 @@ t("Electrical energies are focussed in the core of this mindstar.", "电能集
 t("Thermal Focus", "热能之核")
 t("blazing mindstar", "炽热的的灵晶")
 t("Thermal energies are focussed in the core of this mindstar.", "热能集中在这个灵晶的核心里.")
+t("You feel two unconnected psionic channels on this item.", "在这个物品里你感受到了两种不相关的能量。")
 t("Lightning Catcher", "雷电接收器")
 t("coiled metal belt", "螺旋形金属腰带")
 t("A fine mesh of metal threads held together by a sturdy chain. Sparks dance across it.", "一个坚固的铁链缠着细金属丝网。火花在上面跳舞.")
+t([[Taking lightning damage or making critical hits builds 2 energy charges, which give you +5% lightning damage and +1 to all stats.
+The charges decay at a rate of 1 per turn. Max 10 charges.]], [[每次接受雷电伤害或造成暴击雷电伤害时获得两点充能,每点充能提供 5%% 雷电伤害加成和 1 点全属性。
+每回合损失一点加成。加成最多10层。]])
 
 
 ------------------------------------------------
@@ -14177,7 +15021,7 @@ t("trap", "陷阱")
 t("sliding rock", "光滑的石块")
 t("@Target@ slides on a rock!", "@Target@滑倒在石头上!")
 t("slippery rock", "滑倒的石块")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("poison vine", "毒性藤蔓")
 t("A poisonous vine strikes at @Target@!", "@Target@受到剧毒藤蔓的攻击!")
 t("venomous vine", "剧毒藤蔓")
@@ -14197,6 +15041,7 @@ t("annoy", "烦扰")
 t("teleport", "传送")
 t("trap", "陷阱")
 t("teleport trap", "传送陷阱")
+t("Teleports the victim away.  How does anyone get close enough to disarm this trap...?", "将目标传送走。能有人成功走近并解除这个陷阱吗…?")
 t("@Target@ shimmers briefly.", "@target@在闪烁。")
 t("shimmering floor switch", "闪烁的地板开关")
 t("%s is teleported away!", "%s被传送走了!")
@@ -14212,9 +15057,11 @@ t("water", "æ°´")
 t("disturbed pocket of time", "被扭曲的时间袋。")
 t("@Target@ is caught in a distorted pocket of time!", "@target@被困在扭曲的时间中!")
 t("faint distortion", "微弱的扭曲")
+t("Creates a temporal anomaly when triggered.", "触发时制造时空异常。")
 t("extremely disturbed pocket of time", "被严重扭曲的时间袋。")
 t("@Target@ is caught in an extremely distorted pocket of time!", "@target@被困在极度扭曲的时间中!")
 t("distortion", "扭曲")
+t("Creates a major temporal anomaly when triggered.", "触发时制造时空大型异常。")
 
 
 ------------------------------------------------
@@ -14418,7 +15265,7 @@ We're really getting somewhere here... Just a shame humans are such messy creatu
 ]], [[#{bold}#红帕兰的日志记录四#{normal}#
 #{italic}#厄流纪 4544年#{normal}#
 
-我刚准备出门,实验室就被军方突然闯入并武装掌控。他们难道没有意识到这个实验的重要性吗?这些人满脑子想的就是肩上的杠杠。有传言说一些人类威胁要进攻这里, 但老子才不管你们这些微不足道的政治游戏。此外,这些愚蠢的细腿男能构成什么威胁?现在我能做的只有不折不挠的继续实验,并绕开那些疯狂的安全条款。
+我刚准备出门,实验室就被军方突然闯入并武装掌控。他们难道没有意识到这个实验的重要性吗?这些人满脑子想的就是肩上的杠杠。有传言说一些人类威胁要进攻这里,但老子才不管你们这些微不足道的政治游戏。此外,这些愚蠢的细腿男能构成什么威胁?现在我能做的只有不折不挠的继续实验,并绕开那些疯狂的安全条款。
 
 
 #{bold}#红帕兰的日志记录五#{normal}#
@@ -14641,12 +15488,14 @@ Healer Astelrid]], [[敬告所有工作人员:
 
 孔克雷夫万岁!
 医师 亚斯特莉]])
+t("age of allure", "厄流纪")
 t("investigator Churrack note", "探员查拉克的笔记")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/lore/age-pyre.lua"
 
+t("age of pyre", "派尔纪")
 t("Atamathon, the giant golem", "阿塔玛森·傀儡之王")
 t([[This giant golem was constructed by the Halflings during the Pyre Wars to fight the orcs, but was felled by Garkul the Devourer.
 Its body is made of marble, its joints of solid voratun, and its eyes of purest ruby. One of its eyes seems to be missing. At over 40 feet high it towers above you.
@@ -14739,6 +15588,7 @@ In a way, the incident lit a fire under me to pursue my studies and develop my p
 生活并不是充满了平静,数日前一名伊格兰斯的探子乔装为旅行炼金师渗透进了安格利文。这是首个恶意的来访者,他用窒息粉制服了守卫和周围的法师们,如果不是莱娜尼尔恰好散步路过的话,事态可能一发不可收拾。不过,老实说,无论这个人用以躲藏的树,或者周围的很多建筑,都已经灰飞烟灭了。
 
 这件事激发了我继续研究和修行自身力量的欲望,但不得不承认我对练习法杖搏击已是兴趣索然。我的剑术却是日益精进。呼,也许有天我能找个附魔师来为我的老剑附一下魔,说到底剑不就是一柄磨尖了的金属杖吗?]])
+t("angolwen", "安格利文")
 t("Angolwen Fountain", "安格列文的喷泉")
 t([[#{italic}#(You see here a large, elaborate fountain.  A statue of Linaniil stands in the center, her arms outstretched to welcome all; around the outside of the fountain stand statues of a dwarf manipulating earthen runes, a human with a simple healer's crosier, an elf with a tall, elaborate staff, and a halfling with a scepter in one hand and a fireball hovering over the other.  The runes and the fireball are not connected to anything, and float in a fixed position in the air.  You see a carving repeating along the border of the fountain, in small print.)#{normal}#
 
@@ -14800,7 +15650,7 @@ A thick green veil of mist permeates the air within this cavern; I'm uncertain i
 Impossible; how could spiders have grown to such an immense size? Not only that, but the markings and physical traits are unlike any arachnid I have previously encountered. The first one I encountered nearly took my left arm during its initial assault, if my reflexes had been a split second slower, I fear the worst may have transpired. If the Gates of Morning are assaulted by not only the orcs, but also this new –found species of arachnids, I fear all hope will be lost. For the sake of all Eyal, I must venture further into this spider infested cavern and destroy the source of this incursion.
 ]], [[#{bold}#第三篇#{normal}#
 
-从晨曦之门到阿尔德胡格足有半天旅程,不过我最终还是到达了。我决定在一棵大橡树的树荫下休息,享受我的妻子Melnela准备给我的甜卷面包。我不知道为什么,但是我离阿尔德胡格越近,空气就更黏稠,似乎一股异常的力量在扰乱这我每次呼吸的空气。我去过许多这个广阔世界的许多地点,但我从没感受过这样的氛围;在我把完整的报告交给艾琳之前,我必须了解这股能量的来源。
+从晨曦之门到阿尔德胡格足有半天旅程,不过我最终还是到达了。我决定在一棵大橡树的树荫下休息,享受我的妻子梅涅拉准备给我的甜卷面包。我不知道为什么,但是我离阿尔德胡格越近,空气就更黏稠,似乎一股异常的力量在扰乱这我每次呼吸的空气。我去过许多这个广阔世界的许多地点,但我从没感受过这样的氛围;在我把完整的报告交给艾琳之前,我必须了解这股能量的来源。
 
 #{bold}#第四篇#{normal}#
 
@@ -14832,13 +15682,19 @@ Incredible, the size of that arachnid is unimaginable; there is no doubt about i
 
 #{bold}#第八篇#{normal}#
 
-难以置信,这只蜘蛛的体型大的不可思议;无需怀疑,这只蜘蛛就是这里的女王。我负伤严重,而现在已经无路可退;我必须为那些等待我回归之人终结我开始的这个任务。如果我没有回去,正在阅读这份日志的人啊,请告知晨曦之门至高太阳骑士艾琳这阴暗的形势……还请告诉Melnela我很抱歉。]])
+难以置信,这只蜘蛛的体型大的不可思议;无需怀疑,这只蜘蛛就是这里的女王。我负伤严重,而现在已经无路可退;我必须为那些等待我回归之人终结我开始的这个任务。如果我没有回去,正在阅读这份日志的人啊,请告知晨曦之门至高太阳骑士艾琳这阴暗的形势……还请告诉梅涅拉我很抱歉。]])
+t("ardhungol", "阿尔德胡格")
 t("scrap of paper", "破纸片")
+t([[#{italic}#A few tattered scraps of paper lie on the ground, ruined from your fight with the creature carrying it.  It's almost completely illegible, but you can piece some of it together to read:#{normal}#
+"...pheromone signals effective on much Eyalite wildlife ineffective on species 'sun paladin.'  at current planetary core cooling rates, passive study would lead to great loss - next step of emigration program should be cleaning of local 'sun paladin' nest and establishment of..."]], [[地上有一些破烂的纸片,看来在你刚才和那个生物搏斗的时候被打碎了。纸片上的文字几乎完全无法辨认,你只能依稀拼凑出一些文字:#{normal}#
+“…对大部分埃亚尔野生生命体有效的信息素在‘太阳骑士’这种物种的身上被证明无效。在当前的行星核心冷却速率下,被动的研究会导致巨大的损失——移民计划的下一步是对本地的“太阳骑士”进行杀灭和建立…”]])
+t("#{italic}#This pile of tattered paper could theoretically be assembled into something legible, but without more text to draw back on, it'd still be in a language you could never interpret.  If only you had more Spydric text to help translate this...#{normal}#", "#{italic}#原理上,从这些破烂的纸片上可以还原出某些可以理解的信息。但缺少了足够多作为参考的语料,你是永远无法理解这种语言的内容的。也许找到更多蜘蛛语的材料能够帮助你理解这些……#{normal}#")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/lore/arena.lua"
 
+t("arena", "竞技场")
 t("Arena for dummies", "竞技场傻瓜指南")
 t([[#{italic}#You find a note with some highlighted words...
 #{bold}#SCORING IN THE ARENA
@@ -14880,6 +15736,8 @@ section "game/modules/tome/data/lore/blighted-ruins.lua"
 t("Work on my glorious project has been delayed. This displeases me. The fools from the nearby village are starting to suspect my presence, and have begun guarding their graveyards and cemeteries closely. Whatever meagre remains I can steal away are often too rotted or insubstantial to use for my project, so I have no choice but to use them as sub-par minions instead. Perhaps they will sow enough conflict and discord so that new, fresher remains will become available...", [[我伟大的计划被耽搁了。这真让我不爽。
 	附近村庄里的傻瓜们开始怀疑我来此的目的了,并在墓地周围竖起了防御,其实我从墓地得来的那些残渣早就腐烂不堪了,万般无奈下我只能将它们当做备用品使用,也许让这些家伙的互相猜忌会产生更多新鲜的尸体供我驱使……]])
 t("The cloak of deception is complete! Truly my finest work, not counting my project of course, it allows my minions to walk amongst the living without arousing their suspicions at all. Already I have taken a stroll to a nearby town alongside a ghoulish thrall, wrapped in the cloak... hah! The fools didn't even bat an eyelid! With this item, acquisition of components for my project shall be all the more simple.", "欺诈斗篷已经完成!这简直是我伟大计划以外的最高杰作,他能使我的仆人们轻易的穿梭于人群而不会引起任何怀疑。我已穿着此袍大摇大摆地裹着一个食尸鬼仆从在周围的一个小镇晃荡了一圈, 镇里的傻瓜们眼皮都不抬一下! 有了这件袍子,我计划所需的材料真是太容易获得了……")
+t("Fate smiles upon me. What did I come across today but the body of an unfortunate %s? Unfortunate indeed, but rather fortunate for me. The body displays next to no decomposition... it shall be perfect! With this new minion and the cloak of deception, the completion of my project is all but assured. I must prepare for the ritual... my dark menagerie shall soon have a new member.", "命运女神向我微笑,我今天发现了一具%s倒霉鬼的尸体?这个彻头彻尾的倒霉鬼却是我命中的福星。他的尸体还没有完全腐烂……真是完美!自从有了欺诈斗篷,我腰不酸了腿不疼了跑步也能上五楼了,我伟大计划的结晶也已变成囊中之物了。我必须尽快开始准备仪式……我的不死军队又将加入一名新成员。")
+t("blighted ruins", "荒芜废墟")
 t("note from the Necromancer", "死灵法师的笔记")
 t("My masterpiece walks! It is glorious, beautiful. While it remains unfinished, it is finished enough to serve in its purpose of protecting my lair. No would-be hero will be able to defeat it, and once it is complete it will be nigh invulnerable! Now all that remains is to animate my newest minion and bend it to my will... then they'll see. They'll ALL see. What can possibly stop me now, I ask? What?!", "我的大师之作!它闪耀着荣光,真是美极了。虽然它还没有全部完成,但却足以保护我的巢穴。绝对没有任何英雄能击败它,当它成为完全体时就是无敌的存在啊,那时我将成为世界之主,谁能挡我,我大吼三声谁来斩我!哇哈哈!")
 
@@ -14916,6 +15774,7 @@ I might not know a great deal about artifice, but I know how wild animals work,
 
 我可能不太了解盗贼工具的原理,但我知道怎么对付野生动物。尽管人们都说龙很厉害,但我可不觉得他们能比动物强多少。我不需要知道具体怎么组装这个装置才能让它在动物踩上去的时候启动——我只要把它放到什么东西里面,等到龙把它一口吞下的时候……
 #{italic}#从这张纸条毫无破损的的完整状态,以及它正处在一个装满动物内脏的袋子旁边这一微妙的位置来看,龙不仅避免了陷阱,而且还把这个东西收藏起来作为战利品。在袋子里装着一个已经被接触的陷阱,里面依稀可以辨认出一些炼金瓶子。当压力板被触发的时候,这些炼金材料可以混合起来,产生一股龙火的爆炸。你可以很容易地搞清楚如何组装和制造更多这样的陷阱。#{normal}#]])
+t("daikara", "岱卡拉")
 t("Freezing Trap", "冰冻陷阱")
 t([[#{bold}#Relle, Cornac Fighter and Expedition Leader#{normal}#
 It knows we're here.  Xann's gone, and I have to assume the worst.  Too late to run.  One option left, a contraption Sodelost ensured us he'd be able to use to get the kill...  shame he didn't leave instructions behind with it, it's unclear how to arm it, and I don't want to add "being frozen solid" to my list of troubles today.
@@ -14930,6 +15789,7 @@ I might not know a great deal about artifice, but I know how wild animals work,
 ------------------------------------------------
 section "game/modules/tome/data/lore/derth.lua"
 
+t("derth", "德斯镇")
 t("Beam Trap", "射线陷阱")
 t([[#{italic}#A villager runs up to you, carrying a hefty looking sack.#{normal}#
 You've saved us from the storms!  We can't ever repay you enough, but, well...  Shortly after you stopped them, a witch approached us and offered us some...  magical #{italic}#things#{normal}# and said they would protect our town if anything like that happened again.
@@ -15069,6 +15929,7 @@ You must feel a little betrayed of course. I promised you power beyond your imag
 汝肯定会有一点被背叛的感觉。吾答应给汝的力量远超汝的想象,相反吾抽干了你的血液,将你的肉体赐予了吾的侍从,并且奴役你的灵魂。好吧,有时吾辈都曾向着期盼的那样努力过,恩?至少汝应该感到高兴的是,吾将你扭曲的灵魂放逐在要塞里漫步,去猎食任何敢于侵入要塞的敌人。并且,吾将会赐予汝一些力量,同样这也会远超汝的想象,因为汝永远达不到吾所处的黑暗巅峰。但是,睁开汝的双眼,汝会发现汝已经永坠黑暗……欢迎你,你来到了吾内心真正黑暗的世界。
 
 ——主人]])
+t("dreadfell", "恐惧王座")
 t("a letter to Filio from the Master", "主人写给菲里奥的信")
 t([[Oh Filio, what a fun game we have had of cat and mouse! Well, perhaps to you it was a life and death struggle, but for me this past three weeks of patiently hunting you through my halls has been the most entertaining of past-times. I have enjoyed extending the game so, letting you escape my clutches when I felt it most prudent, watching as you got ever more desperate. Alas, you have now degraded too much, and it was simply too embarrassing watching you eat your own faeces to survive. I had to put an end to it - I'm sure you understand.
 
@@ -15553,7 +16414,7 @@ Was it a dream?  Some strange foretelling?  Or could it have been a true apparit
     我们就此别过,我独自一人策马回到部队的中心。我的心脏如同震耳欲聋的战鼓锤响一般怦怦直跳,尼耶拉的言语依然在我的心头回荡。她的话语激起了一个我曾经经历过的梦境,这个梦境已经在我的记忆中沉睡了许久。在梦中,我躺在床上,在上方漂浮着一团光与空气的形状,仿佛某种我从来未曾见过的生物。他用长长的触手来代替四肢,鼓动的长袍在他的身上飘扬。它没有头和眼睛,但是我可以清晰地感觉到它正凝视着我。它向我伸出了它长长的触手四肢,如同试图抵挡一个黑暗而恐怖的威胁。我突然感到一股可怕的预感,似乎隐约可以察觉到,一场这个世界从未经历的巨大灾难即将来临。当触手的尖端触及我的眉间之时,视野一片漆黑。
 
     这只是一个梦吗?还是某种未来的预兆?或者这是一个真正的幽灵,想要直接对我发出警告?然而,当时的我没有时间思考这些。魔法大爆炸的时刻即将到来,现在已经没有怀疑的余地了。我策马扬鞭,命运的车轮滚滚转动。]])
-t("The Spellblaze Chronicles(5): The Day of the Spellblaze", "魔法大爆炸纪事(5): 魔法大爆炸之日")
+t("The Spellblaze Chronicles(5): The Day of the Spellblaze", "魔法大爆炸纪事(5):魔法大爆炸之日")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Five: The Day of the Spellblaze#{normal}#
@@ -15627,7 +16488,7 @@ But mine was just one voice, one torment, a single note in the great cacophony t
 我开始在莱娜尼尔身上释放我所有的治疗魔法,但是我知道这些都远远不够,我的能力几乎全失,根本不可能有拯救她的希望。想到发生的这一切恐怖的遭遇,想到在这一瞬间我失去了我曾经拥有的一切,我开始放声痛哭。我们的希望瞬间变成了毁灭,命运的残酷让我无法承受。抱着我正在死去的爱人的脸庞,我向着天空发出怒吼。呜咽着嘶哑的嗓音,周围只剩下血肉、白骨和尘埃,我对命运的不公和这场战争的毫无意义发出绝望的咆哮。在那一瞬间,无数有着自己希望和梦想的灵魂,在顷刻间化为了风中的尘埃,他们无意义的痛苦和死亡在我的心头只留下无尽的绝望。
 
 但是,相比之下,我的痛苦只是传遍整个大陆的无尽的苦痛中多么微小的一个而已。在那一刻,数以百万的生命毁灭破碎,数以百万的人在痛苦和折磨中发出绝望的怒吼。在那一刻,终极的毁灭力量带来的无尽灾厄将会在继续在马基埃亚尔蔓延。这,就是魔法大爆炸。]])
-t("The Spellblaze Chronicles(6): A Changed Eyal", "魔法大爆炸纪事(6): 被改变的埃亚尔")
+t("The Spellblaze Chronicles(6): A Changed Eyal", "魔法大爆炸纪事(6):被改变的埃亚尔")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Six: A Changed Eyal#{normal}#
@@ -15759,7 +16620,7 @@ The Shroud of Elvala was begun, as our whole city was wreathed in cloud and smok
 
 埃尔瓦拉的帷幕升起了,整座城市被迷雾所覆盖。这是我们的盾牌,我们的面纱,我们的藏身之所。这持续了几个世纪,在此期间和外界的一切交易都被严格守秘。
 ]])
-t("The Spellblaze Chronicles(7): Into Darkness", "魔法大爆炸纪事(7): 进入黑暗")
+t("The Spellblaze Chronicles(7): Into Darkness", "魔法大爆炸纪事(7):进入黑暗")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Seven: Into Darkness#{normal}#
@@ -15825,7 +16686,8 @@ I took a deep breath and stepped forwards.]], [[#{italic}#来自 艾伦尼恩·
 她不断向前,我紧随其后,直到我们来到了一个被阴影覆盖的入口。莱娜尼尔迟疑了一会儿,望向洞口的黑暗,然后终于走了进去,从视野中消失了。我可以感受到,某种古老的力量正在这里沉睡。我的身体不禁一颤,感受到奥术连接里传来的影响。这个黑暗的洞穴里包含着某种神秘的力量,自从埃亚尔最古老的时代开始就隐藏着无数的知识。这里的某样东西可以改变这个世界的命运。
 
 我深吸一口气,向前走去。]])
-t("The Spellblaze Chronicles(8): Forbidden", "魔法大爆炸纪事(8): 禁忌力量")
+t("spellblaze", "魔法大爆炸")
+t("The Spellblaze Chronicles(8): Forbidden", "魔法大爆炸纪事(8):禁忌力量")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Eight: Forbidden#{normal}#
@@ -16029,6 +16891,7 @@ t([[You stand in a field of fire, the flames dancing back and forth like blaze-s
 
 In the distance you see looming, demonic shapes of absolute darkness, towering above the blazing land like wardens of doom. The sky is black, but above your head hangs a round world that you recognise as Eyal. Across the burning plains gather armies of fiendish figures, and glowing eyes turn up with hateful glowers to your home world. Suddenly both you and it and seem small and frail. As the flames fill your body with pain your only thought is of escape.]], [[你所站立之处烈火燎原,火焰如地狱之风般来回舞动。你站在一片火海之中。火焰在前后舞动,像地狱之种随风摇摆。火焰炙烤着你的脚、你的皮肤、你的脸,在血肉中蔓延,爬进你的喉咙。它燃烧着你的身体。狂热的思想强行侵入你的意志,告诉你这里是高达勒斯——恶魔空间。这里不欢迎你的到来。
 在远方,你看到阴森的,恶魔形状的黑暗物质笼罩在这燃烧的大地上,如同毁灭守卫一般。漆黑的天空中悬挂着一个圆形的,是被你称之为埃亚尔的世界……在这燃烧着的平原上聚集了大批的恶魔战士,他们的瞳孔中充满了对你故乡的憎恨。突然间,你和它都显得如此渺小而脆弱。当火焰将痛苦注满你的身体时,你唯一的想法就是——逃走。]])
+t("fearscape", "恶魔空间")
 t("sacrificial altar", "献祭祭坛")
 t([[You see a female human lying unconscious on a black altar, twisted sigils scored into her naked flesh.
 Around her are several figures in dark robes.
@@ -16335,6 +17198,7 @@ But by the names they kill]], [[从北方大陆来了个射手
 虽然关于他的谣言从未平息
 盗贼并不会因其杀人而为人所知
 让他们闻名天下的是所杀之人]])
+t("misc", "杂项")
 t("Dust to Dust", "土归土")
 t([[#{italic}#An undead hunter's guide, by Aslabor Borys#{normal}#
 
@@ -16573,6 +17437,7 @@ it will be
 #{italic}##FIREBRICK#太 美 好 了 #LAST##{normal}#
 
 ]])
+t("high peak", "å·…å³°")
 t("Elandar's journal (2)", "埃兰达的笔记 (2)")
 t([[I awoke early this morning to see the love of my life altering the unique farportal we've been building together.  Our plans are all on track so far, the Staff of Absorption has been integrated into the portal so it'll drain Gerlyk the moment it summons him, the orcs are too busy suspecting each other to bother investigating us...  and then I discover that she's sabotaged it.  This portal will #{italic}#em#{normal}#power Gerlyk when it summons him - and he surely must be insane from the loneliness of tumbling in the void of space all this time.  In any case, even a sane god would be devastating to life as we know it.
     
@@ -16619,6 +17484,7 @@ t([[There is an inscription here:
 Upon this blighted land!#{normal}#]], [[这里有一段提示:
 #{italic}#...释放邪恶的思想。
 在这枯萎之地之上!#{normal}#]])
+t("ruined dungeon", "地城废墟")
 t("infinite dungeon (ruined dungeon)", "无尽地下城(地下城废墟)")
 t([[There is an inscription here:
 The deceptive god Ralkur fled before the wrath of the godslayer Branzir and his dark blade Madrath. But though he fled to the depths of the dungeon he came to an end. Seeing himself cornered he used his power to delve deeper into the ground, laying traps and summoning enemies to confound his enemy. But Branzir would not be lost. He pursued his prey ever on, hunting him ever deeper. And Ralkur fled further, and faster, delving to fathoms beyond knowledge, with the godslayer always behind him, hunting relentlessly.
@@ -16667,6 +17533,7 @@ t([[Seeing the full powers of the Sher'Tul Ralkur felt paralysed with fear, and
 But the vengeful god had been hasty at the last, for Branzir was out hunting at the time. Coming back the next day he saw his home in ruins, and all his family and servants butchered, and sorrow and torment filled every corner of his being. On hearing reports of what happened he knew well the perpetrator and his fury was incandescent. He sought the aid of the other Godhunters in scouring out the stray god, but they were all divided, and each engaged in the politics that would lay the seeds for war. Perhaps if they had aided him then the popular Branzir could have helped unify the people and stop the madness that was to come. But Caldizar was gone, reportedly aggrieved and repentant at their acts, and the remaining Godslayers thought only of their own powers and making gods of themselves.]], [[在夏·图尔强盛的力量前,恐惧中的瑞尔克浑身无力,觉得自己的复仇毫无希望。但是瑞尔克依旧在等待,最终他的耐心得到了回报,在这个伟大的种族中人们的意见开始出现分歧。凯尔帝勒隐退,弑神者们分崩离析之后,瑞尔克等到了自己需要的机会。在一阵狂怒风暴之中,瑞尔克来到了布兰伊尔的丛林要塞,他尖啸着冲下云端,张开自己的翅膀,向丛林要塞释放出钢矛组成的暴雨,穿透一切阻拦在前的树木、岩石和躯体。要塞里的生命被屠杀殆尽,瑞尔克远远的飞走,只留下空中回荡的咯咯笑声。
 
 但是瑞尔克的复仇太过匆忙,布兰伊尔正好外出打猎。第二天,回来的布兰伊尔看到家园成了一片废墟,家人和下属被屠杀,所到之处痛苦和折磨充塞着每一个角落。听过事情的始末,布兰伊尔猜到了凶手的身份,燃起了无边的愤怒。他向其他弑神者们寻求援助,追缉逃跑的神灵,但是弑神者之间已经完全分裂,并且他们所代表的政治派别也已经陷入了战争的边缘。如果这时有人伸出援手,布兰伊尔就有机会利用自己的声望来阻止即将到来的疯狂。但是随着传闻中凯尔帝勒因为郁郁和追悔自己的行为而隐退,其余的弑神者们心中只剩下对力量的盲目追求,和独自成神的野心。]])
+t("infinite dungeon", "无尽地下城")
 t("The Hunter and the Hunted chapter 5", "猎人与猎物 第五章")
 t([[So Branzir set out alone, with Madrath in his sheath. It did not take long to find his prey, who had now stopped all attempts at hiding. He came upon the god in a settlement of lesser creatures who worshipped him, and he ruthlessly cut down the pathetic wretches that tried to protect their new deity. Ralkur fled at the sight of Branzir and his dark blade, filled with all-encompassing fright. But Branzir was not to be lost, and chased him into some nearby ruins. There Ralkur laid traps and summoned enemies and fled deeper into the darkness. But Branzir overcame them all and came on faster, till they reached the depths of the dungeons. And being out of space the god created new space and fled further, and kept on fleeing. And Branzir carried on chasing, not letting up for a second as the pursued god continued to delve deeper into the ground.
 
@@ -16688,42 +17555,42 @@ t([[#{bold}#3800: #{normal}#Gold accepted as standard unit of currency amongst a
 #{bold}#6827: #{normal}#Killed Kroltar the Crimson Wyrm and recovered his hoard. Value of hoard: 20 million gold. Resources lost in recovery effort: 7 million gold (estimation based on standard assessment of 350 gold per capita lost). Net profit: 13 million gold. Profit margin is 186%!
 #{bold}#6980: #{normal}#Resources based on dragon hoards are dwindling. Must reduce cull targets to allow recovery of numbers.
 #{bold}#7420: #{normal}#Major orc attacks are ruining trade arrangements. Cutting off all contracts until markets settle.
-#{bold}#7494: #{normal}#Disastrous use of magic by Shaloren elves has had an unprecedented impact on profitability of our operations. Increasing protectionist measures to prevent economic ruin.]], [[#{bold}#3800: #{normal}#在大量的游说后黄金被所有种族接受为价值尺度。这对我们来说是极为有利的,因为我们的矿脉储量很高而这种金属又没什么特别的作用。我们必须继续的囤积黄金。
-#{bold}#4200: #{normal}#能从现存矿脉中取出更多蓝锆石的技术已研发完成。这技术必须对其他种族保密。
-#{bold}#4362: #{normal}#大工匠达克顿找到了一种新的为武器和护甲附魔的方法。这个领域潜在的商业价值非常高。
-#{bold}#4550: #{normal}#第一次钢铁王座商业委员会特别会议召开。与人类和半身人的战争让我们十分忧虑,因为这会缩减我们潜在的市场规模。 市场彻底消失的威胁逼迫我们采取激烈的反制——所有的武器交易必须停止。增加更多建筑材料的囤积以期最终和解之日的来临。
-#{bold}#5967: #{normal}#永恒精灵们加入战争的可能变成了一个巨大的风险——夏·图尔的毁灭是对高等法术危险程度的极佳例证。增加投资推进伊格兰斯规则以期解决这个问题.
-#{bold}#6550: #{normal}#战争已经结束了。机遇自己显现了出来——立刻重开市场,为所有建筑材料标上高价。本次利润将极为丰厚。
-#{bold}#6827: #{normal}#杀死了赤红巨龙库洛塔并重新获得了他的财宝。财宝价值:两百万金。在获取财宝中的资源损失七十万金 (以每头牲口的损失价值350金为标准估算)。净利润:一百三十万金。利润边际系数为186%!
-#{bold}#6980: #{normal}#从龙穴中获得的财宝越来越少。需要采取龙类保护条例来让它们的族群回复数量。
-#{bold}#7420: #{normal}#大量兽人的袭击正在破坏我们的交易流程。停止所有的合同直到市场稳定下来。
-#{bold}#7494: #{normal}#永恒精灵们灾难性的魔法运用对我们经营的利润造成了空前的冲击。采取保护措施来防止其对经济毁灭性的持续打击。]])
+#{bold}#7494: #{normal}#Disastrous use of magic by Shaloren elves has had an unprecedented impact on profitability of our operations. Increasing protectionist measures to prevent economic ruin.]], [[#{bold}#3800:#{normal}#在大量的游说后黄金被所有种族接受为价值尺度。这对我们来说是极为有利的,因为我们的矿脉储量很高而这种金属又没什么特别的作用。我们必须继续的囤积黄金。
+#{bold}#4200:#{normal}#能从现存矿脉中取出更多蓝锆石的技术已研发完成。这技术必须对其他种族保密。
+#{bold}#4362:#{normal}#大工匠达克顿找到了一种新的为武器和护甲附魔的方法。这个领域潜在的商业价值非常高。
+#{bold}#4550:#{normal}#第一次钢铁王座商业委员会特别会议召开。与人类和半身人的战争让我们十分忧虑,因为这会缩减我们潜在的市场规模。 市场彻底消失的威胁逼迫我们采取激烈的反制——所有的武器交易必须停止。增加更多建筑材料的囤积以期最终和解之日的来临。
+#{bold}#5967:#{normal}#永恒精灵们加入战争的可能变成了一个巨大的风险——夏·图尔的毁灭是对高等法术危险程度的极佳例证。增加投资推进伊格兰斯规则以期解决这个问题.
+#{bold}#6550:#{normal}#战争已经结束了。机遇自己显现了出来——立刻重开市场,为所有建筑材料标上高价。本次利润将极为丰厚。
+#{bold}#6827:#{normal}#杀死了赤红巨龙库洛塔并重新获得了他的财宝。财宝价值:两百万金。在获取财宝中的资源损失七十万金 (以每头牲口的损失价值350金为标准估算)。净利润:一百三十万金。利润边际系数为186%!
+#{bold}#6980:#{normal}#从龙穴中获得的财宝越来越少。需要采取龙类保护条例来让它们的族群回复数量。
+#{bold}#7420:#{normal}#大量兽人的袭击正在破坏我们的交易流程。停止所有的合同直到市场稳定下来。
+#{bold}#7494:#{normal}#永恒精灵们灾难性的魔法运用对我们经营的利润造成了空前的冲击。采取保护措施来防止其对经济毁灭性的持续打击。]])
 t("Iron Throne Profits History: Age of Dusk", "钢铁王座的盈利历史 黄昏纪")
 t([[#{bold}#412: #{normal}#Diseases and food shortages force increased trade with other races. For the first time in our great history we are in the red. Morale amongst the people is at an all-time low, and is badly affecting productivity.
 #{bold}#1430: #{normal}#Several mages visited and used their arts to cure many of the plagues we have suffered for centuries. When offered payment they refused. How very odd...
 #{bold}#1490: #{normal}#Production now nearing pre-Spellblaze levels. Profits high, and commerce with other races increasing.
-#{bold}#1567: #{normal}#Gigantic earthquakes have completely destroyed many of our major production facilities. Loss of personnel resources is also very tragic, especially key production experts. This is having a very negative effect on our forecasts.]], [[#{bold}#412: #{normal}#疾病和食物短缺逼迫我们增加与其它种族交易的数量。这是我们有史以来第一次遇到了困境。人们的素质已经降到了史无前例的低点,这将极大的降低生产力。
-#{bold}#1430: #{normal}#数个法师来此造访并用他们的法术解除了折磨我们多个世纪的瘟疫。他们还拒绝了我们的报酬。真是群古怪的家伙。
-#{bold}#1490: #{normal}#现在生产力已经恢复到接近法术大爆炸时期前,利润很高,和其它种族的交易与日俱增。
-#{bold}#1567: #{normal}#强烈的地震几乎完全摧毁了我们所有的生产设施。人力资源的损失严重,特别是重要的生产专家们,这对我们的经济预期有极大的负面影响。]])
+#{bold}#1567: #{normal}#Gigantic earthquakes have completely destroyed many of our major production facilities. Loss of personnel resources is also very tragic, especially key production experts. This is having a very negative effect on our forecasts.]], [[#{bold}#412:#{normal}#疾病和食物短缺逼迫我们增加与其它种族交易的数量。这是我们有史以来第一次遇到了困境。人们的素质已经降到了史无前例的低点,这将极大的降低生产力。
+#{bold}#1430:#{normal}#数个法师来此造访并用他们的法术解除了折磨我们多个世纪的瘟疫。他们还拒绝了我们的报酬。真是群古怪的家伙。
+#{bold}#1490:#{normal}#现在生产力已经恢复到接近法术大爆炸时期前,利润很高,和其它种族的交易与日俱增。
+#{bold}#1567:#{normal}#强烈的地震几乎完全摧毁了我们所有的生产设施。人力资源的损失严重,特别是重要的生产专家们,这对我们的经济预期有极大的负面影响。]])
 t("Iron Throne Profits History: Age of Pyre", "钢铁王座的盈利历史 派尔纪")
 t([[#{bold}#240: #{normal}#Market forecasts recovering better than expected. Increasing expansion in external trade areas.
 #{bold}#490: #{normal}#Orcish attacks have become much worse - seem to be using higher magic and some demonic forces. Potential threat to resources.
 #{bold}#581: #{normal}#Several key cities overwhelmed from underground by attacks from orcs and strange horrors. Have collapsed lower caverns to prevent further penetration. Working on continued resource protection measures.
 #{bold}#711: #{normal}#Developed key strategic agreements with outside races to help contain orcish threat to resources and infrastructure. Relations with Toknor of the humans are seen to be especially important - have sent him some of our best armour and weapons to ensure a good return on our investments. In hindsight we should have charged more for these.
 #{bold}#713: #{normal}#Orcish threat eliminated. Profits beginning to soar due to increased external trade relations.
-]], [[#{bold}#240: #{normal}#市场预期比预料中恢复的更快。外贸领域增长尤为迅速。
-#{bold}#490: #{normal}#兽人的侵袭日益加剧——他们好像是用了更高级的魔法和恶魔的力量。他们潜在的威胁到了我们的资源。
-#{bold}#581: #{normal}#许多主要城镇的地下都被兽人和另一些奇怪的可怕生物所充斥。已经关闭了地势较低的洞穴来防止进一步的损失。资源保护措施继续进行中。
-#{bold}#711: #{normal}#与其它种族签订战略合作协议来帮助降低兽人对资源和基础设施的威胁。与人类领袖图库纳的关系看起来尤其重要,我们已向其派去数名最好的武器工匠和护甲工匠以保障在当地的投资能有较好的收益。 其实我们本能借此向他们收取一笔可观的佣金。
-#{bold}#713: #{normal}#兽人的威胁解除了。利润由于对外贸易的扩大化而急剧增加。
+]], [[#{bold}#240:#{normal}#市场预期比预料中恢复的更快。外贸领域增长尤为迅速。
+#{bold}#490:#{normal}#兽人的侵袭日益加剧——他们好像是用了更高级的魔法和恶魔的力量。他们潜在的威胁到了我们的资源。
+#{bold}#581:#{normal}#许多主要城镇的地下都被兽人和另一些奇怪的可怕生物所充斥。已经关闭了地势较低的洞穴来防止进一步的损失。资源保护措施继续进行中。
+#{bold}#711:#{normal}#与其它种族签订战略合作协议来帮助降低兽人对资源和基础设施的威胁。与人类领袖图库纳的关系看起来尤其重要,我们已向其派去数名最好的武器工匠和护甲工匠以保障在当地的投资能有较好的收益。 其实我们本能借此向他们收取一笔可观的佣金。
+#{bold}#713:#{normal}#兽人的威胁解除了。利润由于对外贸易的扩大化而急剧增加。
 ]])
 t("Iron Throne Profits History: Age of Ascendancy", "钢铁王座的盈利历史 卓越纪")
 t([[#{bold}#28: #{normal}#Mutual defence treaty signed with newly formed Allied Kingdom, and further trade routes opened. Highest ever recorded profit in final quarter of this year.
 #{bold}#115: #{normal}#Noted a return of an orcish presence in the collapsed caverns beneath the Iron Throne. Also increased reports of horrors and demons affecting mining operations. Key strategic decision taken: these must be kept hidden from the other races. Uncertainty will only destabilise the markets. Increase stockpiles of weapons and armour, especially voratun and stralite materials, in case of new war trade.
-#{bold}#120: #{normal}#Orcish raid has stolen many of our stockpiled weapons. Pressures on mining operations have increased, cutting off key stralite veins. Resource protection measures need increasing, whilst threat must be contained beneath us. Profits are stable, but under heavy threat.]], [[#{bold}#28: #{normal}#与联合王国签署了共同防御协议,向更远地区的商路被打开了。今年最后一季度的利润达到了史上最高。
-#{bold}#115: #{normal}#发现兽人于钢铁王座下方倒塌的洞穴中回归,同时接到了更多的妖怪与恶魔影响矿产开发的报告。关键性战略已经决定:这些事情必须对其他种族绝对保密。不确定性只会使得市场发生动荡。 囤积武器和护甲,特别是沃瑞钽和蓝锆石装备,以应对可能到来的军火贸易。
-#{bold}#120: #{normal}#兽人从我们的仓库中偷走了大量的武器。矿业生产的压力急剧增加。关闭主要的蓝锆石矿脉。必须加强资源保护措施,同时此次威胁必须由我们加以控制,消息绝不能走漏。盈利是稳定的,虽然受到极大的威胁。]])
+#{bold}#120: #{normal}#Orcish raid has stolen many of our stockpiled weapons. Pressures on mining operations have increased, cutting off key stralite veins. Resource protection measures need increasing, whilst threat must be contained beneath us. Profits are stable, but under heavy threat.]], [[#{bold}#28:#{normal}#与联合王国签署了共同防御协议,向更远地区的商路被打开了。今年最后一季度的利润达到了史上最高。
+#{bold}#115:#{normal}#发现兽人于钢铁王座下方倒塌的洞穴中回归,同时接到了更多的妖怪与恶魔影响矿产开发的报告。关键性战略已经决定:这些事情必须对其他种族绝对保密。不确定性只会使得市场发生动荡。 囤积武器和护甲,特别是沃瑞钽和蓝锆石装备,以应对可能到来的军火贸易。
+#{bold}#120:#{normal}#兽人从我们的仓库中偷走了大量的武器。矿业生产的压力急剧增加。关闭主要的蓝锆石矿脉。必须加强资源保护措施,同时此次威胁必须由我们加以控制,消息绝不能走漏。盈利是稳定的,虽然受到极大的威胁。]])
 t("Iron Throne Edict", "钢铁王座布告")
 t([[#{bold}#AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE.#{normal}#
 
@@ -16821,6 +17688,7 @@ Hmm, that fellow's blood was so red, spilling on the cavernous floor. I wonder w
 嗯,那家伙的血液真鲜艳,在地穴里流淌了一地。我猜他们在哪埋葬他?我很饥渴,我想尝尝,是的是的……
 
 ——工头 塔马斯]])
+t("iron throne", "钢铁王座")
 t("Deep Bellow excavation report 3", "无尽深渊挖掘报告 3")
 t([[Hah, my mouth, it tastes, it feels, hmm hmm. It grows, yes yes! The others are changing, flying, screaming, squelching, warping. Bad for profit, hmm hmm. My teeth, they grow, they hunger, yes. They want to escape!
 
@@ -17110,6 +17978,7 @@ You rise and prepare to kill again.
 那是狗吠声。紧跟着传来的,是人的声音。他们肯定是贝里斯的同伴,可惜来得太迟了。
 你缓缓地站起来,看来又要大开杀戒了……
 ]])
+t("keepsake", "往昔信物")
 t("Keepsake", "往昔信物")
 t([[Berethh lies dead. Kyless has been destroyed. The merchant caravan wiped out. Nothing of your past remains.
 You thought you might find answers in this place but you have been left with only one certainty. You are cursed.
@@ -17141,7 +18010,7 @@ But all I've found so far is rats. I hate rats...]], [[该死的伊莫克斯!
 
 好吧,因为我很穷。呸……
 
-要是我早知道传送过后会一丝不挂,我一定会重新考虑他们的提议!想象一下我尴尬的出现在一片陌生的土地上,全身赤裸一丝不挂,该死的我的内衣就这么消失了?谢天谢地……我总算是从一名和蔼的农民伯伯那借来了一件法袍, 他还雇我帮他干了些庄稼活。我用干活得来的钱买了些食物,弄了本日记还凑合搞了把破剑。当我听说这周围有些遗迹充斥着不死族时,我终于幡然醒悟,原来这都是命运的呼唤啊! 于是我来了,伟大的太阳骑士泰尔沙,将在这陌生的西方大陆正面我的实力!
+要是我早知道传送过后会一丝不挂,我一定会重新考虑他们的提议!想象一下我尴尬的出现在一片陌生的土地上,全身赤裸一丝不挂,该死的我的内衣就这么消失了?谢天谢地……我总算是从一名和蔼的农民伯伯那借来了一件法袍,他还雇我帮他干了些庄稼活。我用干活得来的钱买了些食物,弄了本日记还凑合搞了把破剑。当我听说这周围有些遗迹充斥着不死族时,我终于幡然醒悟,原来这都是命运的呼唤啊! 于是我来了,伟大的太阳骑士泰尔沙,将在这陌生的西方大陆正面我的实力!
 
 但我在那只找到了老鼠,我讨厌老鼠……]])
 t([[Aha, I have found the accursed undead that plague this nefarious dungeon! The skeletal fool was thankfully no match for me! I suppose it helped that he had no arms...
@@ -17170,6 +18039,7 @@ t([[Kor'Pul, Kor'Pul... When the farmer told me what this place was called it re
 Probably just a coincidence.]], [[卡·普尔,卡·普尔……当农民伯伯告诉我这个地方的名字时我好像想起啥事了,嗯……我现在快能想起来了。妈妈曾对我讲述过一个祖先的故事,是关于他们如何乘船逃离一名称霸大陆的邪恶巫师之手。 这名卑鄙的巫师利用了法术大爆炸和大灾变的毁灭性影响,召唤了庞大的不死军团。人们无数次的与他斗争,但即使他被打败了,数百年后也必将卷土重来。这术士的名字好像是……卡·普尔。
 
 ——大概是个巧合吧。]])
+t("kor'pul", "卡·普尔")
 t("journal page (kor'pul)", "卡·普尔游记")
 t([[It's quiet down here. And dark... very dark. I suppose I should have brought a lantern. Our motto is to bring light into dark places, but I guess I should have thought about that in practical terms. I've cleared out pretty much all of this area, and there's not much left to explore beyond this last room.
 
@@ -17272,7 +18142,7 @@ Died the 2th Summertide, Year of Ascendancy 108
 
 King of Kings, Founder of Last Hope, Purger of Orcs, Father of the Age of Ascendancy. Great is the memory of the warrior who fought for peace, and won.
 Quoth King Toknor: "I have lived for the future, a future of peace and prosperity, a future free for all. How happy I am to see that future now... Aye, and it is brighter than any sword, and stronger than any armour, and more enduring than any war. Though warrior I am in flesh and mind, my heart belongs to peace."]], [[生于派尔纪682年,厄流月23日
-死于卓越纪108年,夏至月2日
+死于卓越纪108年,夏至2日
 
 万王之王,最后的希望创始人,兽人清剿者,卓越纪的缔造者。他终生为和平而战,并获得了胜利。
 图库纳的遗言:“我奋斗未来,一个和平繁荣的未来,一个自由平等的未来。我是多么高兴现在就看到了未来……啊,它比任何刀剑都要明亮,比任何装甲都要坚固,比任何战争都要持久。虽然我的肉体依旧是战士,但我的心却早已归于宁静。”]])
@@ -17282,7 +18152,7 @@ Died the 2th Summertide, Year of Ascendancy 113
 
 Saviour of the Battle of Last Hope, Bringer of Unity, Soother of Hearts and Minds. Greatly is missed the alchemist that could change sorrow to joy, despair to hope, defeat to victory.
 Quoth Queen Mirvenia: "Nothing moves me more than seeing the sun set over Last Hope, seeing all the joy and beauty we have brought here bathed in glorious light. At moments like this I still feel him next to me, and I know I have lived a good life. Today has been a good day... Today I think I shall die."]], [[生于派尔纪688年,辉耀月5日
-死于卓越纪113年,夏至月2日
+死于卓越纪113年,夏至2日
 
 最后的希望战役的救世主,团结的缔造者,人民心中的女神。她用奇迹般的手段使我们转悲为喜,让绝望变成希望,引领我们走向胜利。
 米雯尼雅的遗言:“没有什么能比最后希望的日落更能打动我,沐浴在我们带来的欢乐和美丽阳光中是如此的美好。在这一刻我仍能感到他在我身边,并且我知道我这辈子值了。今天是一个好日子……今天我想我该走了。”]])
@@ -17346,6 +18216,7 @@ By the time Drake left the Iron Council, the Dwarves had agreed to pay thirty ti
 
 当德瑞克离开钢铁议会时,矮人们以30倍的价钱签订了协议。
 ]])
+t("southspar", "南晶岛")
 t("The Pale King, part two", "亡灵国王,第二章")
 t([[#{bold}#3. Drake and the Conclave Mages.#{normal}#
 
@@ -17461,6 +18332,7 @@ It’s a remarkable report, and one I’m minded to believe, in spite of the not
 - 埃斯蒂 阿斯米
 
 #{italic}#尾注:在这份报告印刷不久,阿斯米被发现死在最后的希望周围的某个小港口,身上值钱的东西都不见了。#{normal}#]])
+t("last hope", "最后的希望")
 t("A creased letter", "皱巴巴的信")
 t([[Oh Cecil, what must you think of me? But I remember your words to me, before the fever took you - you told me to live. And live I must... And yet that fever has now spread to me and I feel my days are numbered.
 
@@ -17944,6 +18816,7 @@ The joke was over
 这个笑话让我们从头笑到尾
 #{normal}#]])
 t("gravestone", "墓碑")
+t("last hope graveyard", "最后的希望墓地")
 
 
 ------------------------------------------------
@@ -17980,6 +18853,7 @@ I saw something! I don't know what it was... but it was big and shadowy! But whe
 呸!简直就是放屁!他以为我有那么蠢么? 另外,我现在非常享受!我正在冒险呢!!
 
 我看到了些东西!我不知道那是什么……但是他很大而且很模糊!在我试着追赶它的时候我竟然迷路了……额,可能这仅仅只是我的想象?不,我确信那一定是很酷的和令人兴奋的什么东西,我得继续探索!]])
+t("maze", "迷宫")
 t("the perfect killing device", "完美的杀人装置")
 t([[I have now devised the perfect trap for the horned beast that walks these halls! Truly he cannot avoid this amazing contraption - the perfect blend of technical mastery and nature's lethal gifts. Ah, how I look forward to having that monster's head mounted on my walls - it shall be the pride of my collection!
 
@@ -18051,6 +18925,7 @@ The same force that destroyed the Nalorën would save them. Through the Sher'Tul
 被任性消极的永恒精灵和冷漠猜忌的自然精灵背叛后,纳鲁精灵们始终保持着缄默。此时此刻,拯救种族方法的出现既显得突兀又显得理所当然。通过研究远古的夏·图尔魔法,占星师们经过长时间的思考,终于完成了最终方案。
 
 那毁灭纳鲁的力量,同样可以拯救他们。通过夏·图尔魔法,纳鲁们可以在水里自由的呼吸。他们的身体变的适合水下行动,他们的腿变成了细长的像蛇一样的尾巴。你可以想象,这种非自然的变化会带来多少恐惧。不管怎样,纳鲁们看到了未来的希望——他们沉没的大陆再次成为了他们的家园。家园将会重建,文明将会传承,历史将会延续。纳鲁一族已经随着大陆沉没在历史中,他们将建立新的自由国度——“娜迦”。]])
+t("temple of creation", "造物者神庙")
 t("personal note (Slasul)", "萨拉苏尔的个人笔记")
 t([[At long last, the temple finally reveals its secrets to me, and my plans can be set in motion. Lithe in form, faultless in combat, unmatched in speed both above the waves and beneath... nature couldn't have hoped to create such a race as nagas. With the Temple of Creation now open to me however, we may become so much more. With my guidance, my careful shaping of the Sher'Tul's magicks, under my expert hand our great race shall soon reach its zenith. A new tract shall soon be written: The Tract of the Devourer.
 ]], "终于,神庙向我敞开了神秘之门,我的计划终于可以实施了。柔软的身体,完美的战斗能力,无与伦比的两栖机动性……大自然怎么会创造出娜迦这样的种族?不管怎样,当造物主神庙之门为我打开,我们可以变的更加强大。在我的指引和对夏·图尔魔法的仔细改造下,我们的伟大种族会很快趋于巅峰。新的篇章将被谱写——吞食天地。")
@@ -18183,6 +19058,7 @@ Rolf.]], [[威斯曼,
 
 老友,
 罗尔夫]])
+t("adventures", "冒险家")
 t("Last Will of Rolf", "罗尔夫的遗嘱")
 t([[Last Will and Testament of Rolf Two-Axes
 
@@ -18249,6 +19125,7 @@ But Human did not cry, for the coal in his heart burned hot, and he knew he was
 盖里克十分难过,他看着人类说:“对不起,现在已不是创世者的时代了,我也必须离开。”
 于是盖里克缓缓步入了混沌。
 人类并未因此哭泣,不仅因为他胸中的煤炭正散发出无穷的热量,更因为他知道自己并非真正孤单。]])
+t("myths of creation", "冒险家")
 t("a logical analysis of creation, by philosopher Smythen", "创世传说的逻辑分析,哲学家斯迈森著")
 t([[Many are the tales of how our world was made, from the absurd to the romantic to the horrific. But they are all mere myths, with no more than seeds of truth to even the most reliable. The history of our race goes back far, but it is tantalisingly scant in details from before we met the other races. Indeed, it is only through our battles with the others that we halflings have any ancient records at all.
 
@@ -18283,6 +19160,7 @@ So what happened to these gods after they had made the races which we see today?
 然而夏·图尔的存在又该如何解释。很显然那是比我们更加强大的种族,尽管他们已经消失了。可以肯定我们的创造者在我们之前制造了他们,但是可能不满意他们,于是将他们返工制成了我们。虽然我们没有夏·图尔人那么强大——没有至少——但是我们有自己的礼物——那就是在我们伟大的创造者心中,我们占有着更重要的位置。这样就可以解释为什么我们是第一个打开夏·图尔传送门的种族。因为我们和我们的兄弟种族有着天然的联系。
 
 那么在那些神创造了这些种族后又发生了什么?肯定是他们之间发生了纠葛,或者他们同归于尽,亦或是他们的战场远离了这个世界。我们的创造者,看到其他众神,或是被杀或是离开,肯定是将这个世界委托给了我们半身人,因为他知道我们将代替他掌管这个世界。这使我们拥有合法继承权,我们也有职责管理好它。]])
+t("eyal", "埃亚尔")
 t("Tale of the Moonsisters", "月亮姐妹的传说")
 t([[Eyal was raised from Darkness,
 And One came who made a blinding light called Sun,
@@ -18346,6 +19224,7 @@ t([[Death mocks my experiments. I can preserve the flesh of my servants, tightly
 My days are numbered. Each night that passes saps strength from me. I must find the way to preserve my soul within my flesh. My greatness cannot be allowed to fade.]], [[死亡嘲弄着我的实验。我可以保存侍从们的血肉,将他们用盐防腐后紧紧的包裹起来,就像是对待真正的实验品一样。我可以复活他们,使他们在我阴森森的坟墓里晃悠。但他们不过是没有任何灵魂的容器。这意味着我的霸业要结束了?我需要更好的机遇……
 
 我的日子屈指可数。我的力量随着每个夜晚逐渐流逝。我必须找到将灵魂保存在肉体里的方法。我的伟大不容亵渎。]])
+t("ancient elven ruins", "古代精灵废墟")
 t("ancient papyrus scroll", "古老的莎草卷轴")
 t([[Death has met her match. My results are complete, and I am ready to step to the Beyond. I have my sword by my side, and its icy edge will freeze even the dark one in her tracks. My powers cannot be denied...
 
@@ -18376,6 +19255,7 @@ And there is something... something terrible. In the shadows, in the darkness, I
 那时我正在潜行研究着月亮石,那颗红色的星星正在黎明前的夜空升起。突然间,月亮石变得血红,从峡谷的岩石中冒出了一大堆奇怪的传送门。从传送门中跑出来了各种各样的恶魔!我连忙卷起铺盖启动隐形戒指跑进山洞,但是连山洞里也到处都是那群生物!看来,整个山洞都被他们所占领,他们饥渴地四处游荡捕猎着。
 
 而且,在他们中有一个……一个可怕的存在。在迷蒙的黑暗和阴影中,我可以感受到他正在追寻着我,这个一个隐形的猎人正在追踪着同样隐形的我——作为猎物。我现在甚至能听到恐怖的鞭打声,我必须赶紧藏起来……]])
+t("valley of the moon", "月之山谷")
 t("Rassir's journal part 3", "拉希尔的旅行日记 第三部分")
 t([[I fell asleep in a dark hollow, but my sleep was troubled by terrible dreams. The dreams are so vivid in my mind!
 
@@ -18609,6 +19489,7 @@ The origin of Demons is not wholly known, but it is clear that they are capable
 娜迦曾被认为仅存于神话中,但是据可靠消息以及死亡的标本表明他们是真实存在的。他们的上半身是人形,有着金色的头发和苗条的身段,但是下半身却极像一只巨蛇的尾巴。他们大约身高6英英尺,尽管他们的尾巴可能更长。他们在马基·埃亚尔的东岸和东南岸都有踪迹,这表明他们生活于波涛之下。有关他们的记载只有近一百年的,并且越来越多的证据表明他们并不是喝醉水手们的幻觉。他们可以在水里和陆地上呼吸,同时拥有肺和腮,并且据说在陆地上有着非常惊人的速度。有人可能认为它们只是特殊的怪物,但是他们会用海底找到的材料做成珠宝和武器装备自己,例如用鲨鱼皮制成的柔软锁甲。这表明了一种先进的文明,但是截至目前为止我们发现与他们沟通几乎是不可能的。现在还不知道他们是否有复杂的语言,但是他们目前的对外回复只是极端的暴力,并且东海的渔民们经常要提防碰上这些邪恶的生物。
 
 恶魔的起源已经不为人所知,但是很显然他们具有某种智慧,所以我觉得有必要在此写下一段。众所周知,他们是由某种魔法仪式召唤而来,并且在黄昏纪时期,小恶魔们经常与恶魔巫师们为伍。最主要的理论,由永恒精灵魔导师们得出的,恶魔们似乎来自另一个世界,一个由纯净的奥术能量链接的世界。那必然是一个地狱般的地方才能容下如此多恐怖的生物。恶魔们在外观和能力上不尽相同,正如我们世界里的生物一样。他们通常有偏蓝的血液和金属化的血肉,可以表现出超乎我们想象的形态——有些绽放在火焰中,有的藏在酸雾里或是可怕的黑暗中。这一切看起来都是建立在精通魔法的某种基础上,并且他们之中最强者具有真正可怕的力量。幸运的是他们是非常罕见的种族,而且自从魔法淡出人们的视野后,出现的更加稀少了。]])
+t("races", "种族")
 t("Loremaster Greynot's Analysis of the Races - Chapter 11 - Dragons", "博学者格雷诺特关于人种的调查——第十一章——龙族")
 t([[The common man may scoff at the idea of classifying dragons as an intelligent race, but experienced wyrmics know otherwise. Dragons are incredibly long-lived creatures, with some known to survive for thousands of years. Though in their early life they are of a bestial nature, as they advance through the centuries they gain an ever keener and more developed intellect. The eldest of wyrms are sometimes considered the most subtle and intelligent of creatures in Maj'Eyal, capable of telepathic communication and advanced mental abilities, and wyrmics speak of them with the highest reverence.
 
@@ -18627,6 +19508,7 @@ Dragons are regularly hunted for their thick scales and their elementally imbued
 龙族攻击人类和半身人聚居地的事情是少见的,但一旦出现这种情况,通常是毁灭性的灾难。通常它们是为了找牲畜吃,但有时也有来自成年巨龙的攻击,是为了寻找重金属和宝石来作储藏。龙族的财富已经成为了一种传奇,那些巨龙们都以拥有成山的金币为傲,但是现在如此多的宝藏几乎没有。矮人们在厄流纪对龙族的狩猎,使得龙族几乎趋于绝迹,现在的大部分龙族在巢穴里只有适量的财富。
 
 龙族经常由于它们结实的龙皮和元素亲和度极高的骨头而被狩猎。龙皮是护甲制作者们最喜爱的材料,因为它们通常轻薄坚硬,并且通常保留有龙皮主人生前的魔法亲和力。龙骨是法杖制作者们最喜爱的材料,因为它的魔法亲和力非常高,有时也被用于制造纤薄且柔韧的弓箭。然而,对龙族的不断狩猎引起了许多龙战士们的强烈不满,并且交易“自然衰老”的龙族材料的市场也日益增多——那些人只取自然死亡的龙族身上的材料。仍然,由于龙族全身都是宝的原因,每年都有许多在龙族的尖牙利齿下度日,被欲望冲昏了头脑的人死亡。]])
+t("shatur", "夏特尔")
 t("Lament for Lands now Lost", "失去的大陆的挽歌")
 t([[You see a moss covered statue of a Thalore reciting a poem, over and over.
 #{italic}#"Where bright and berried yews did stand,
@@ -18687,6 +19569,7 @@ Your honour or your shoes!]], [[逃跑者,逃跑者
 现在是时候去选择
 逃跑者,逃跑者
 你的名誉或你的鞋!]])
+t("artifacts", "神器")
 t("Gifts of Nature", "自然的恩赐")
 t([[In Age of Allure rose an archmage high
 With power beyond compare
@@ -18785,6 +19668,7 @@ Now to Nature you are dust"]], [[厄流纪崛起一位黑魔导
 大自然恩赐的信任不再
 你的信念转向了法术
 现在落叶归根吧”]])
+t("dreamscape", "梦境空间")
 t("If I Should Die Before I Wake", "从噩梦中惊醒,还是在梦魇中永眠?")
 t([[You wake suddenly from your unexpected slumber and attempt to quickly regain your bearings. However, you are not prepared for the bizarre vision that greets you: instead of land and sky you see only amorphous shapes and varying degrees of light. A strange psychedelic haze permeates the air and otherworldly colors and shadows flicker in and out of your peripheral vision. 
 As you begin to come to grips with this strange environment, you realize with horror that you cannot move! Your body feels as if it is completely without weight and try as you may you cannot budge an inch. You experience a sense of Déjà Vu as you recall past nightmares of being paralyzed. That's when it strikes you: you never woke up at all, you're still asleep! This epiphany is only reinforced when you notice a strange phenomenon: mirror copies of yourself are being slowly projected from where you stand and are moving about of their own volition.
@@ -18795,6 +19679,7 @@ Free now to face this nightmare, you turn to find your foe. While you have a sen
 他们似乎都集中精神于某个东西,但那个是什么?正在你思考你的梦境守卫在面对什么时,你感觉到了它。虽然恐惧,但你意识到自己并不孤单。
 你的敌人侵入了你的潜意识,开始在梦境中攻击你。虽然依旧不能动,但你的大脑也开始思考如何在这疯狂而恐怖的处境下存活。当你试着集中精神到你的梦境守卫上时,你发现你能够控制它。
 专心面对眼前的噩梦,你开始寻找你的敌人,虽然你感觉到让你的一个梦境守卫被摧毁似乎不会成为灾难,但如果许多个守卫被一起摧毁呢?那会发生什么,你不愿去想,只是专心来击退敌人。]])
+t("vault", "宝库")
 t("Mocking Note", "奚落")
 t([[Dear graverobber,
 
@@ -18805,12 +19690,14 @@ Love, #{italic}#Eden#{normal}#]], [[亲爱的盗墓贼,
 下次记得快一点。
 
 你钟爱的#{italic}#艾登#{normal}#]])
+t("magic", "魔法")
 t("Nature vs Magic", "自然与魔法的对抗")
 t([[Your arcane abilities have been interfered with!
 
 Eyal is a torn world, and the forces of nature can react strongly to the arcane energies that seek to manipulate them. Some items and areas are imbued with anti-magic, a natural energy that disrupts magical abilities and effects. There are even those who have learned to harness anti-magic into their own wild abilities, and who use them to hunt down and destroy those who practise magic. So beware, caster! It is a hostile world ye wander in.]], [[你的奥术能量被干扰了!
 
 埃亚尔是一块被撕裂的大陆,自然力量对奥术能量反应激烈,试图彻底控制它。某些物品和地方被灌输了反魔力量,这是一种能干扰魔法能力和魔法效果的自然力量。甚至还有一些人,将反魔力量和他们本身的自然力量结合起来,用于猎捕并摧毁魔法使用者。小心,施法者!你漫游的世界并不友好!]])
+t("highfin", "赫菲因")
 t("On Adventuring", "关于冒险")
 t([[I must say, as time grows, I feel so do I grow more and more inclined to distance myself from the calling of an 'adventurer', like so many you can find roaming the countryside. I feel like the myth of a wandering hero has blinded too many with promise of easy fame and riches, with no eye for the other kind of fortune.
 
@@ -18837,6 +19724,7 @@ It is important to remember, that every artifact has a meaning, beings of great
 要记住重要的是,每一件神器都有其自己的意义,如同曾经手持他们的那些值得在史册留名的伟大英雄。尽管他们的故事已经被人们渐渐淡忘,他们的遗物仍然在世间永存。这就是为什么说,真正的英雄并不是因为他的财富扬名立万。真正的冒险家永远无畏于挑战前人所不敢为之事,无论他们的功绩是否为人所记载。无论如何,你伟大的冒险经历将开创属于你自己的史诗。
 
 ——#{italic}#科斯汀·赫菲因#{normal}#]])
+t("point zero", "零点圣域")
 t("Warden-Master Galsamae's Orientation Notes", "时空守卫大师加尔萨麦的时空导航笔记")
 t([[Congratulations, sir and/or madam. Whether by invitation, discovering it on your own, or simply being enough of a thorn in our side to recruit rather than dispose of, you have gained the secrets of chronomancy. The ultimate power of time - the ability to reset and try again if you fail, the ability to save time by seeing the results of investigations before they happen. Though our powers are bound to post-Spellblaze Eyal, they are those of nigh-omnipotence with enough patience.
 
@@ -18866,6 +19754,8 @@ PS: You might encounter a... benefactor of sorts in your travels. You'll know it
 [i]-加尔萨麦[/i]
 
 注:你可能会在旅途中遇到一些……某种意义上的恩人。当你看到它时,你就会明白的。如果你亲眼见证了这一切,也就是在死亡的边缘挣扎的时候,我们必须很遗憾的告知你,你已经向着E4-RL时间轴走向了一条注定灭亡的单程旅行,除非“他愿意”重新把你编织进时空的路线——而且他似乎一般只会青睐那些通过无可替代的力量或运气来避免自己被设计好的灭亡的人。如果你被它的方案所选择了,那么你可能会从E4-EXPADV时间轴子网络的时间坟场回来。 我们不知道它是什么 —— 到底是我们自己失控的创造物,是某个竞争对手的武器,或者远远超出我们自己的东西 —— 但是如果它有敌意,它已经赢了。到目前为止,它一直是……处在合作的状态。请注意不要提醒它我们是它的竞争对手。]])
+t("spydrë", "蜘蛛族")
+t("Mantra of a Shiiak", "希阿克真言")
 t([[Each morning I wake, happy I'm alive;
 the traps of this tomb won't claim me today.
 Though its curse of hunger eats at my insides,
@@ -18921,6 +19811,7 @@ Oh, look. He is trying to harm me with spells, but all he can manage is a corrup
 
 不朽的兹基克,哈!多么愚蠢的小丑。我很高兴他的骄傲最终毁掉了自己。然而讨厌的是,这个年轻的傻小子在制作他的命匣时用光了艾德瑞尔之石,所以我也必须为我自己做一只命匣。从好的一面来说,我那不成器的学徒从反面说明了为什么我们应该使用亲手杀死的生物的骨架作为死亡转化的道具:他所选择的那具龙骨正在发霉溃烂,并且附在上面的霉菌似乎利用了骨头内的魔法能量转化了自己,成为了一种新的魔法形式。我真心希望任何发现这篇手稿的人能以最残忍的方式杀死这只“巫妖”并且将他弃置于光明之地。
 哦,看呐,它正在试图用法术攻击我,不过他所能做的只是拥有一个堕落的名字:兹基克茨。]])
+t("boss", "Boss")
 t("Walrog", "乌尔罗格")
 t([[Dirge of the Naloren
 
@@ -18988,6 +19879,7 @@ I woke up with my flesh drenched in blood. Or is it blood? Is it my flesh? The g
 我甚至没有埋葬尸骨的勇气。我迅速的离开了,随着恐惧充斥了我的心脏,天空也呈现出鲜血般的颜色,大地也变的黝黑,蜘蛛们也跳了出来——它们的面孔在不断的变化。它们嘲笑我并向我喷射蛛丝。我撕开了它们,蛛丝缠绕着我的手指,毒液在不断的侵蚀我的皮肤,一股强烈的厌恶感油然而生。突然手中的蛛丝蒸发了,蜘蛛们也凝聚成了一张脸,它的嘴就像一朵巨大的红色花朵。我掉进了这朵花里,然后它便爆裂成了一团粘糊糊的液体,遮住了我的所有视线和意识。
 
 当我醒来时,我发现全身是血。是血吗?是我的?还是……?我的呻吟声回荡在大地上,我的叹息声消散在雾气中。我现在离火山腹地更近了,也离真相更近了一步。是时候出发了,寻找真相,寻找自我……]])
+t("dogroth caldera", "达格罗斯火山")
 t("tattered paper scrap", "破烂的碎纸片")
 t([[Broken land and broken thoughts. If I think clearly the land runs smooth. But my thoughts are not clear. I think.
 
@@ -19050,6 +19942,7 @@ t([[#{italic}#From the notes of Darwood Oakton, explorer:
 #{bold}#第四章:不得不提的……
 
 #{normal}#在我继续之前,我得明确一件事:我可不是魔法师们的好朋友。某些力量根本就不能简单的被凡人的双手和头脑驾驭。通过夏·图尔人的覆灭和魔法大爆炸带来的灾难和瘟疫,历史一次又一次的教会我们,魔法通常坏处大于益处。但是对我现在的任务来讲,恐怕使用魔法是必须的。在我停留德斯镇的日子里,我和一个年轻的旅行者成为了要好的朋友,我们常在小旅馆一起喝酒。我不能确切的指出,但是我相信他是一个魔法师——他身边总有一股解释不清的能量围绕着他,更别提一顶值得炫耀的法师帽。我在思考他对水中呼吸术有什么想法……?]])
+t("old forest", "古老森林")
 t("journal entry (old forest)", "古老森林冒险日志")
 t([[#{italic}#From the notes of Darwood Oakton, explorer:
 #{bold}#CHAPTER FIVE: HORR...
@@ -19091,6 +19984,7 @@ If any come after, I bid you turn ... horrors ... too much. If you are foolish e
 如果以后有任何人进来,我劝告你回……恐惧……太多了。如果你够蠢的话……我唯一的建议是……
 
 #{italic}#你在这个手稿旁发现了一枚小巧的、微微闪光的水晶球……这就是手稿中提到的钥匙吗?#{normal}#]])
+t("lake of nur", "纳尔湖")
 t("magical barrier", "魔法屏障")
 t("As you descend to the next level you traverse a kind of magical barrier keeping the water away. You hear terrible screams.", "当你进入下一层时,你感觉自己穿过了某种隔绝水的魔法屏障。你听到了恐怖的尖叫声。")
 
@@ -19474,6 +20368,7 @@ I see his notes also suggest the mothers may be in pain. I will allow a doping i
 我在他的报告中也看到了,母亲们也许会在此过程中承受痛苦。我会在实验中使用输液方式来避免这种痛苦。我们不希望母亲们受罪……
 
 ]])
+t("orc prides", "兽人部落")
 t("Ukruk's log", "乌克鲁克的日志")
 t([[Sher'Tul ruin matches description from high command. Investigation begun, but slow. Looks like it crashed into the ground long ago - hard to access many areas. Target item has been described by command as a staff. Do not know why a staff so important. Surely the ultimate weapon should be a sword or axe, like that wielded by the great Garkul?
 
@@ -19574,6 +20469,7 @@ One day soon he will return to us, and bring us to our proper glory. Look forwar
 
 -- 审判者
 ]])
+t("rhaloren", "罗兰精灵")
 t("carefully preserved letter (rhaloren camp)", "小心保存的信(罗兰精灵营地)")
 t([[My dearest,
 
@@ -19655,6 +20551,7 @@ Of the legendary worm so great!]], [[这沙虫变得越来越强大
 寻找属于我自己的命运
 我是多么的渴望尝到那跳动的心脏
 传说沙虫跳动的心脏美味无比!]])
+t("sandworm lair", "沙虫巢穴")
 t("song of the sands", "流沙之歌")
 t([[I have seen the Queen in glory true
 And she has moved me to my soul
@@ -19726,6 +20623,7 @@ I see now the path that lies before me. The Spellblaze was not a curse, it was a
 我能感觉到它在触摸我,我能感到它钻进我的心底向我灌输它的力量。当它把能量灌输给我时,我兴高采烈的站在原地。啊,我热血沸腾了!血液被真正的能量所同化!
 
 我看到了未来的道路。魔法大爆炸不是诅咒,它是一种祝福。我必须使人们正视我族开启的荣耀!我将把这堕落的奇迹带给世界!]])
+t("scintillating caves", "闪光洞穴")
 t("exploration journal", "探险笔记")
 t([[#{italic}#10th Mirth, Year 122 of the Age of Ascendancy#{normal}#
 The council has seen fit to allow me to investigate the scintillating caverns after that Rhaloren madman started raving on the streets about how someone had "befouled" them... I do not see any such befoulment, but neither do I see the moving crystals this place was rumoured to have. There are oddly misplaced crystal shards, which seem to have sheared off of something larger, but hardly anything spectacular.
@@ -19752,43 +20650,43 @@ t([[You see here a mural showing a dark and tortured world. Large, god-like figu
 There is some text underneath ]], [[你能在这壁画上看到一个黑暗和痛苦的世界。有着强大领域的上古巨神们在互相厮杀,大地在他们脚下龟裂。
 下面有一行文字]])
 t("#{italic}#'In the beginning the world was dark, and the petty gods fought over their broken lands.'#{normal}#", "#{italic}#'刚开始世界充满了黑暗,众神为了各自的领土而竞争。'#{normal}#")
-t("which you do not understand: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#", "不明意义的文字: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#")
+t("which you do not understand: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#", "不明意义的文字:#{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#")
 t("second mural painting", "第二幅壁画")
 t([[In this picture a huge god with glowing eyes towers above the land, and in his right hand he holds high the sun. The other gods are running from him, wincing from the light.
 There is some text underneath ]], [[在这幅画上有一位铁塔一样的巨神,他目光如炬,右手高举着太阳。众神逃离他,害怕他手中的光芒。
 下面有一行文字]])
 t("#{italic}#'But AMAKTHEL came, and his might surpassed all else, and the petty gods fled before his glory. And he made the Sun from his breath and held it above the world and said, \"All that this light touches shall be mine, and this light shall touch all the world.'#{normal}#", "#{italic}#但阿马克泰尔来了,他的勇武震慑了众人,伪神们慑服于他的荣耀。他深呼吸后把太阳高举到了世界之上,说:“阳光所至,即我所至,这光芒将照亮全世界。”#{normal}#")
-t("which you do not understand: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#", "不明意义的文字: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#")
+t("which you do not understand: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#", "不明意义的文字:#{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#")
 t("third mural painting", "第三幅壁画")
 t([[This picture shows the huge god holding some smaller figures in his hands and pointing out at the lands beyond. You imagine these figures must be the Sher'Tul.
 There is some text beneath ]], [[这幅画显示了真神将一个小巧的遗迹托在手心,并指向远方的大陆。你猜这遗迹也许就是夏·图尔。
 下面有一行文字]])
 t("#{italic}#'And AMAKTHEL made the SHER'TUL, and gave unto us the powers to achieve all that we set our will to, and said to us \"Go forth to where the light touches and take all for your own.\"'#{normal}#", "#{italic}#并且阿马克泰尔制造了夏·图尔,给予我们完成自我意志的力量,他对我们说:“走向世界,为自己取得一切。”#{normal}#")
-t("which you do not understand: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#", "不明意义的文字: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#")
+t("which you do not understand: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#", "不明意义的文字:#{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#")
 t("fourth mural painting", "第四幅壁画")
 t([[You see a mural showing a huge metropolis made of crystal, with small islands of stone floating in the air behind it. In the foreground is sitting a Sher'Tul, with a hand stretched up to the sky.
 There is some text beneath ]], [[你在壁画上看到一个巨大的水晶之城,有数个浮空岛悬浮在周围。在画面的最前端坐着的是夏·图尔人,他向天空笔直的举起手臂。
 下面有一行文字]])
 t("#{italic}#'We conquered the world, and built for ourselves towering cities of crystal and fortresses that travelled the skies. But some were not content...'#{normal}#", "#{italic}#我们征服了世界,为自己建造高楼大厦,水晶般梦幻的都市和悬浮天空的堡垒,但有些人还不满足……#{normal}#")
-t("which you do not understand: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#", "不明意义的文字: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#")
+t("which you do not understand: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#", "不明意义的文字:#{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#")
 t("fifth mural painting", "第五幅壁画")
 t([[This mural shows nine Sher'Tul standing side by side, each holding aloft a dark weapon. Your eyes are drawn to a runed staff held by the red-robed figure in the centre. It seems familiar somehow...
 There is some text beneath ]], [[这幅壁画显示了九个夏·图尔人肩并肩站着,每人手里都高举着一件一模一样的黑色武器。你的注意力集中在画面中间——被红袍者举起的符文法杖上。它看起来很眼熟……
 下面有一行文字]])
 t("#{italic}#'Of pride we accepted no equals, and of greed we accepted no servitude. We made for ourselves terrible weapons - the Godslayers - and nine were chosen to wield them.'#{normal}#", "#{italic}#我们无视那高傲的公平,我们拒绝那贪婪的奴役。我们给自己打造了强大的武器——弑神之刃,并选出了九名精英来使用它们。#{normal}#")
-t("which you do not understand: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#", "不明意义的文字: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#")
+t("which you do not understand: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#", "不明意义的文字:#{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#")
 t("sixth mural painting", "第六幅壁画")
 t([[You see images of epic battles, with Sher'Tul warriors fighting and slaying god-like figures over ten times their size.
 There is some text underneath ]], [[你在这幅画上看到一场史诗战争——夏·图尔的战士们在和10倍大于他们的神祗战斗。
 下面有一行文字]])
 t("#{italic}#'The petty gods were hunted down and slain, and their spirits rent to nothing. The land became our own. But one god remained...'#{normal}#", "#{italic}#那些神祗被一个个击败,他们的灵魂化为虚无。大陆终于为我们所拥有。但是还有一位神祗存在……#{normal}#")
-t("which you do not understand: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#", "不明意义的文字: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#")
+t("which you do not understand: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#", "不明意义的文字:#{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#")
 t("seventh mural painting", "第七幅壁画")
 t([[You see the red-robed Sher'Tul striking the huge god with the dark, runed staff. Bodies litter the floor around them, and the golden throne behind is bathed in blood. The light in the god's eyes seems faded.
 There is some text underneath ]], [[你看到红袍夏·图尔人用那根又黑又亮的法杖攻击巨大的神祗。碎肉撒了一地,鲜血染遍了整个黄金王座。神祗眼中的神采似乎消散了……
 下面有一行文字]])
 t("#{italic}#'The almighty AMAKTHEL was assaulted on his golden throne, and though many died before his feet, he was finally felled.'#{normal}#", "#{italic}#真神阿马克泰尔最终倒在了他的黄金王座下,虽然数以千计的人死在他的脚下,他最终还是陨落了。#{normal}#")
-t("which you do not understand: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#", "不明意义的文字: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#")
+t("which you do not understand: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#", "不明意义的文字:#{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#")
 t("eighth mural painting", "第八幅壁画")
 t([[The large mural shows the great god spread on the ground, with the dark staff held against his chest. Sher'Tul surround him, some hacking off his limbs, cutting out his tongue, and binding him with chains. A burst of light flares up from where a tall Sher'Tul warrior is gouging his eye with a black-bladed halberd. In the background a Sher'Tul mage beckons to a huge chasm in the ground.
 The text beneath says simply ]], [[T这幅巨大的壁画上,真神被摊开在地上,那根黑色的法杖穿透了他的胸口。夏·图尔人围绕着他,有的在切他的肢体,有的在割他的舌头,还有的在用锁链捆绑他。一位高个子夏·图尔人对他的眼睛射出了一束激光,他在用锋利的长戟切割真神的眼睛。远处,一个夏·图尔法师在地上召唤了一道沟壑。
@@ -19800,6 +20698,7 @@ t("Yiilkgur raising toward the sky", "伊克格,飞向天空")
 t("Yiilkgur, the Sher'Tul Fortress is re-activated and raises from the depths of Nur toward the sky.", "伊克格重新激活了夏·图尔要塞,它从湖底伸向天空。")
 t("a living Sher'Tul?!", "活着的夏·图尔人?!")
 t("You somehow got teleported to an other Sher'Tul Fortress, in a very alien location. There you saw a living Sher'Tul.", "不管怎样,你传送到了另一个异次元的夏·图尔要塞。在那里,你看到了一位活着的夏·图尔人。")
+t("sher'tul", "夏·图尔")
 t("lost farportal", "失落的传送门")
 t("%s boldly entering a Sher'Tul farportal.", "%s勇敢地进入了一个夏·图尔传送门。")
 
@@ -19851,6 +20750,7 @@ t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ea
 "踏浪者塔米尔报告。外围一圈确认安全,尽管如此,我还是派了一些手下去探索外围地域。当我们探索完整个大陆并且训练出一个更加成熟的部队时,我才会安心吧。当然,由于陆地毁灭者不知道我们在哪,我们现在应该很安全。即使他们胆敢过来,佐西拉的魔法也会让他们吃不了兜着走。
 
 "我就怕有些分队没有认真执行我们的命令。他们知道主交给我们的责任吗?在这片远方的大陆,我们就是他的左膀右臂,我们也有义务去保护那将带给我们更多力量的传送门。我们就是他对抗那些很久以前背叛我们的近亲种族的第一道防线。并且,通过我们的努力,我们将带领整个种族达到巅峰,走向主所赐予的辉煌的未来。萨拉苏尔万岁!吞噬者军团万岁!"]])
+t("slazish fens", "斯拉伊什沼泽")
 t("conch (3)", "海螺 (3)")
 t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ear you hear a charismatic and commanding voice emanating from within:#{normal}#
 
@@ -19874,6 +20774,7 @@ t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ea
 ------------------------------------------------
 section "game/modules/tome/data/lore/spellblaze.lua"
 
+t("spellblaze", "魔法大爆炸")
 t("draft letter (mark of the spellblaze)", "草稿(魔法大爆炸之痕)")
 t([[Dear Father,
 
@@ -19995,6 +20896,7 @@ Remember to show no mercy, for they will give you none.]], [[那些破坏自然
 诅咒者们会使恐惧降临到你们身上,你们最好准备一个纹身来解除这些堕落魔法,因为总有一天你们会面对他们。另外,一个促进自然恢复的纹身在战斗中也是非常有必要的。
 
 记住不要有怜悯之心,因为不是你死,就是他亡。]])
+t("age of dusk", "黄昏纪")
 t("Spellhunter's Guide part 3: How to Kill a Magic-User", "猎魔人指南第三部分:如何杀死法师")
 t([[When a magic-user is captured, they must be slain, and slain fast. Captivity is too great a risk. Preferably they should be killed in a way that utterly removes any means for the body to recover through arcane force. Remember that coming back from the dead is no alien feat to these abominations.
 
@@ -20040,6 +20942,7 @@ This Thanchir guy really, really needs to find a more urban spot with accessible
 t([[However, I have been repeatedly told by the powers that be, that I need to get on with this and turn in another report on how a different race got here. So, I will temporarily pause my researches on whether or not Maj'Eyal is real or just an Elf legend. (Can't trust everything they say despite their long memories.) Instead, I am on to meet the keeper of the Eastern Historical Society who has the best collection of lore about how Humans got here. As such, I will be travelling to northern Vor to use their archives.
 And yes, unfortunately I will be travelling by adventurer again. By all the gods, why don't I get a better budget? This is absolutely terrible. It has been a particularly long walk. Longer than I thought it would be, truthfully, so I have run out of food. Foolish, I know, but I figured I could ask the escort for some of his. The snobby piece of troll-liver says he doesn't eat! Now talk about a terrible lie. Did he really think that would fool me? This Eastern Historical Society had better be good...]], [[不管怎样,我被这个故事深深的吸引住了,以至于我很想去调查一个来自外地的种族是如何适应这里环境的。所以,我将暂时中止对马基·埃亚尔的考证,说不定这只是个精灵族的传说。(即便他们有相当长的记忆,也不能随便相信他们。)相反,我将去拜会这边的东方历史协会(EHS)——他们有着关于人类如何在这发展的最好典籍。这样,我将去沃省的北部借用他们的档案。
 并且是的,倒霉啊,我又要和冒险者一起旅行了。苍天啊,我为什么不做更多的准备?这真是件可怕的事。这是一段相当长的旅途,长的远超我的想象,实际上,我已经断粮了。这很傻,我知道,我可以向护卫要一些。这狗娘养的小子居然说他不吃饭!现在来看看这个弥天巨谎。他认为他这样可以糊弄我?EHS最好快点到啊……]])
+t("history of the Sunwall", "太阳堡垒的日记")
 t("Loremaster Verutir's note", "博学者温罗提的报告")
 t([[Finally arrived in Vor safe and mostly sound. (Though I do have some burns on my stomach from mage fire and my coat is a complete wreck. I wonder if I can expense a new coat.) However, the Eastern Historical Society is everything I could have hoped. Who can doubt that Humans are the superior race! You'd never see an Elf or an orc keep neat paper records like this!
 In short: Aethidry was the first Human to map out these shores. EHS has his map preserved in good crackly yellow parchment. However, he travelled on and later died on distant shores, so he was neither the first Human to arrive here, nor the one who organized the first settlement. Some historians guess that the first Human to arrive in the east was one Vaeryn Gorthol. At the least, many of the first explorers mention him as a precursor, so he may well have been. A few of the important first settlers were Oweodry Arandur, Aethor (or perhaps Aethur) the Wronged, and Bloran the Black.]], [[终于疲惫不堪但安全地抵达了沃省。(尽管我已经吃过一些魔法烧烤,但我的外套现在是一团糟。我甚至怀疑我是否买得起一件新外套。)不管怎样,东方历史协会(EHS)是我最后的希望了。谁能质疑人类不是最伟大的?你可不会看到一位精灵或者兽人像我现在这样在纸上记录!
@@ -20108,6 +21011,7 @@ Now, I just need to get a genuine orb before the demons catch on...]], [[嗯…
 我最终同意了它们的交易——它们供应给我材料、实验品、以及他们对传送门所有已经获得的知识(虽然少得可怜),而我研发了一个修改过的水晶球送给它们,这个水晶球在传送门中使用时会自动产生读数。不用说,这些读数全都是错的,如果他们真的试着去用这些读数自己再建造一个传送门,估计会把他们全都炸上天。不过,他们给我的那些东西都十分有用!我已经使用了他们的知识动手制造了第二个传送门祭坛——虽然它和恶魔空间还有这丝丝缕缕的微弱联系,但是只需要使用一个真正的多元水晶球进行一次传送,它就会被自动校准,切断与恶魔空间的任何联系。这样,使用我的智慧和神器就可以轻松逃脱它们的追踪,它们再也无法抓到我了。
 
 现在,只需要在恶魔们开始行动之前赶紧把多元水晶球弄到手……]])
+t("tannen's tower", "泰恩之塔")
 t("Demon Orders", "恶魔的军令")
 t([[Order to the Portal Excursion Team:
 
@@ -20141,6 +21045,7 @@ t([[You find a tattered page scrap. Perhaps this is part of a diary entry.
 “……又一只巨魔, 但是这次是只又老又蠢的巨魔,想让它闻不到我的气味实在太简单了。”
 ……
 “……发现他的宝藏就藏在不远处了,但是不得不返回来。如果你看到这个场景,救命啊!”]])
+t("trollmire", "食人魔沼泽")
 t("tattered paper scrap (trollmire)", "破烂的碎纸片(巨魔沼泽)")
 t([[You find a tattered page scrap. Perhaps this is part of a diary entry.
 "...writing this in a tree and he's at the bottom of it. Waiting. His club is the size of a tall dwarf. Don't think I'm going to make it..."
@@ -20244,6 +21149,7 @@ I have no voice now to tell my story to others, and so I write it down instead,
 
 因为不能说话,我无法将我的故事告诉别人,所以我将它写下来,让它随风飘散。和魔法的接触给我带来了无比的痛苦,也会给别人带来痛苦。不要相信这些邪恶伎俩的可怕力量。它们会背叛你、伤害你。拒绝魔法,醒悟他人。在木已成舟前找到快乐的自然救赎之路。
 ]])
+t("zigur", "伊格")
 t("Purging Trap", "净化陷阱")
 t([[[As you begin to leave, Protector Myssil stops you.]
 
@@ -20256,6 +21162,28 @@ Actually...  You fight in a more subtle way than most, do you not?  It is a poin
 (她递给了你一个卷轴。)就是这个——我们中的一员最近发明了一种装置,它可以吸收任何触发这个装置的人身上的魔法。我唯一要提醒你的就是,使用这种东西的时候要考虑慎重。不管我们#{italic}#上一个#{normal}#刺客是怎么想的,把这玩意儿放在某个小小的符文师的商店门口…对我们的事业长期来讲比较有害无利。]])
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/gates-of-morning.lua"
+
+t("Limmir the Jeweler", "珠宝匠利米尔")
+t("Melnela", "梅涅拉")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/last-hope.lua"
+
+t("Statue of King Tolak the Fair", "公正王托拉克的雕像")
+t("Statue of King Toknor the Brave", "狮心王图库纳的雕像")
+t("Statue of Queen Mirvenia the Inspirer", "智慧王后米雯尼雅的雕像")
+t("Declaration of the Unification of the Allied Kingdoms", "联合王国统一公告")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/shatur.lua"
+
+t("Moss covered statue", "长满苔藓的雕像")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua"
 
@@ -20274,8 +21202,11 @@ t("Something in the floor clicks ominously.", "什么东西在地上发出了不
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua"
 
-t("#Source# emits dark energies at your feet.", "#Source# 朝你脚下喷吐黑暗能量.")
+t("corrupted lava floor", "被污染的熔岩地板")
+t("#Source# emits dark energies at your feet.", "#Source#朝你脚下喷吐黑暗能量.")
 t("The corrupted lava reanimates %s's corpse!", "腐化熔岩重新支配了%s的尸体!")
+t("human sun-paladin", "人类太阳骑士")
+t("A Human in shining plate armour.", "穿着闪亮盔甲的人类。")
 
 
 ------------------------------------------------
@@ -20288,6 +21219,9 @@ t("#YELLOW#You overcome intense #LIGHT_BLUE#REPULSIVE FORCES#LAST# as you traver
 t("Cancel", "取消")
 t("Teleport", "传送")
 t("#YELLOW#Nothing happens when you use the Portal.", "#YELLOW#当你使用传送门的时候,什么事也没有发生。")
+t("A strange portal to some place else.", "通向其他地方的传送门。")
+t("Portal", "传送门")
+t("A portal out of this place.", "离开这里的传送门。")
 
 
 ------------------------------------------------
@@ -20305,6 +21239,13 @@ section "game/modules/tome/data/maps/vaults/auto/lesser/loot-vault.lua"
 t("A small scrap of paper written in a mocking tone.", "用嘲弄的语调书写的小纸片。")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/vaults/collapsed-tower.lua"
+
+t("collapsed tower", "倒塌的塔")
+t("stairs back to %s", "返回%s的楼梯")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/greater-crypt.lua"
 
@@ -20327,17 +21268,58 @@ t("#YELLOW#The air comes alive with terrible magics!", "#YELLOW#在可怕的魔
 t("#YELLOW#The world spins around you!", "#YELLOW#你周围的世界开始旋转!")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/wilderness/eyal.lua"
+
+t("Island of Rel", "瑞尔岛")
+t("Charred Scar", "灼烧之痕")
+t("Far East", "远东")
+t("Tar'Eyal", "塔·埃亚尔")
+t("Maj'Eyal", "马基埃亚尔")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/zones/halfling-ruins-last.lua"
 
+t("Long tunnel to the island of Rel", "通向夺心魔之岛的通道")
 t("As you enter the tunnel you feel a strange compulsion to go backward.", "在你试图进入隧道时,有种奇怪的力量把你推了回去。")
 t("Long tunnel", "长长的通道")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua"
+
+t("Control Room", "控制室")
+t("Exploratory Farportal", "异度传送门")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tannen-tower-1.lua"
+
+t("open sky", "晴朗的天空")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tempest-peak-top.lua"
+
+t("open sky", "晴朗的天空")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/valley-moon.lua"
+
+t("A dark hole in the mountain", "山岭间的黑暗洞穴")
+t("Passage to the caverns", "通向山洞的通道")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/mapscripts/lib/subvault.lua"
 
+t("Hidden Vault - %s", "隐藏宝库 - %s")
+t("stairs back to %s", "返回%s的楼梯")
 t("hidden vault", "隐藏的宝库")
+t("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
+t("collapsing hidden vault", "快要坍塌的隐藏宝库")
 t("collapsed hidden vault", "坍塌的隐藏宝库")
 t("It is fully collapsed, no way down.", "楼梯彻底倒塌了,再也没法下去了。")
 t("#VIOLET# The stairway is about to collapses completely, you may still go back but it will be the last time!", "#VIOLET# 楼梯很快就要坍塌了,你还可以回去一次,但是这将会是最后一次了!")
@@ -20384,6 +21366,7 @@ section "game/modules/tome/data/quests/arena.lua"
 t("The Arena", "竞技场")
 t("Seeking wealth, glory, and a great fight, you challenge the Arena!", " 寻找财富、荣耀和强大的对手,去挑战竞技场吧! ")
 t("Can you defeat your foes and become Master of Arena?", " 你能打败你的对手,甚至打败竞技场主宰么? ")
+t("Winner", "游戏胜利")
 t("#GOLD#Well done! You have won the Arena: Challenge of the Master#WHITE#", "#GOLD#干得好!你赢得了竞技场:竞技之王的挑战#WHITE#")
 t("You valiantly fought every creature the arena could throw at you and you emerged victorious!", " 你勇敢地战胜了竞技场里的所有生物并赢得了最终胜利! ")
 t("Glory to you, you are now the new master and your future characters will challenge you.", " 荣耀归于你,现在你是新的竞技场主宰,你可以用以后的角色来挑战你自己。")
@@ -20398,12 +21381,12 @@ t("#RED#You aided various denizens of Maj'Eyal in their attempts to join the Bro
 t("#LIGHT_BLUE#Various alchemists around Maj'Eyal are competing to gain entry into the great Brotherhood of Alchemists, and one or more have enlisted your aid.#WHITE#", "#LIGHT_BLUE#很多马基埃亚尔的炼金术士想竞争加入强大的炼金术士兄弟会,其中有一个或者几个人请求你的帮助。#WHITE#")
 t("#GREEN#You have aided %s in creating an %s.#WHITE#", "#GREEN#你帮助%s制造了%s。#WHITE#")
 t("#RED#%s has completed an %s without your aid.#WHITE#", "#RED#%s已经制造了%s,并没有获得你的帮助。#WHITE#")
-t("#SLATE#Having failed to gain admittance to the Brotherhood of the Alchemists, %s no longer needs your help making the %s.", "#SLATE#无法获得炼金术士兄弟会的承认, %s不再需要你帮忙制作 %s。")
+t("#SLATE#Having failed to gain admittance to the Brotherhood of the Alchemists, %s no longer needs your help making the %s.", "#SLATE#无法获得炼金术士兄弟会的承认,%s不再需要你帮忙制作 %s。")
 t("%s needs your help making an %s. He has given you some notes on the ingredients:", "%s 需要你帮忙制作 %s。他给了你一张写着配方的小纸条:")
 t("#SLATE#  * 'Needed: one %s. %s'#WHITE#", "#SLATE#  * '需要:一个%s。 %s'#WHITE#")
 t("#LIGHT_GREEN#  * You've found the needed %s.#WHITE#", "#LIGHT_GREEN#  * 你找到了所需要的%s。#WHITE#")
 t("#VIOLET#You can check the ingredients you possess by pressing Escape and selecting 'Show ingredients'.", "#VIOLET#你现在可以按ESC调出游戏菜单,选择“查看材料”检查自己所拥有的材料。")
-t("You receive: %s", "你收到: %s 。")
+t("You receive: %s", "你收到:%s 。")
 t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as this.", "#CRIMSON#你的时间穿越对这种已经预设好的结局没有任何作用。")
 t("elixir of the fox", " 狡诈药剂 ")
 t("elixir of avoidance", " 闪避药剂 ")
@@ -20470,6 +21453,7 @@ t("#LIGHT_GREEN#* The portal to the Far East is now functional and can be used t
 t("Tannen points to the location of Telmur on your map.", "泰恩在你的地图上指出了泰尔玛的位置。")
 t("A portal appears in the center of the tower!", "在塔的中间出现了一个传送门!")
 t("Back and there again", "穿越过去")
+t("Meranas, Herald of Angolwen", "安格列文传令官 梅拉纳斯")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back in Last Hope.", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了最后的希望。")
 
 
@@ -20504,7 +21488,7 @@ t("#LIGHT_RED#%s is dead, quest failed!", "#LIGHT_RED#%s 死了,任务失败
 t("something", "某物")
 t("Recall Portal", "回归传送门")
 t("%s of %s", "%s的第%s层", {2,1})
-t("Escort: %s (level %s)", "护送: %s (%s)")
+t("Escort: %s (level %s)", "护送:%s (%s)")
 
 
 ------------------------------------------------
@@ -20533,11 +21517,13 @@ t("#LIGHT_GREEN#* You encountered Sun Paladin Aeryn who blamed you for the loss
 t("#LIGHT_GREEN#* You defeated the Sorcerers before the Void portal could open.#LAST#", "#LIGHT_GREEN#* 你在虚空传送门打开之前击败了那些法师。#LAST#")
 t("#LIGHT_GREEN#* You defeated the Sorcerers and Aeryn sacrificed herself to close the Void portal.#LAST#", "#LIGHT_GREEN#* 你击败了那些法师,艾伦牺牲了她自己关闭了虚空传送门。#LAST#")
 t("#LIGHT_GREEN#* You defeated the Sorcerers and sacrificed yourself to close the Void portal.#LAST#", "#LIGHT_GREEN#* 你击败了那些法师,并牺牲了自己关闭虚空传送门。#LAST#")
+t("Endgame", "游戏结束")
 t("#LIGHT_RED#As you enter the level you hear a familiar voice.", "#LIGHT_RED#当你进入地图你听到了一个熟悉的声音。")
 t("#LIGHT_RED#Fallen Sun Paladin Aeryn: '%s YOU BROUGHT ONLY DESTRUCTION TO THE SUNWALL! YOU WILL PAY!'", "#LIGHT_RED#堕落太阳骑士艾琳:“%s 你只给太阳堡垒带来了毁灭!你会为此付出代价!”")
 t("Ruins of the Gates of Morning", "晨曦之门的废墟")
 t("The Sunwall was destroyed while you were trapped in the High Peak.", "当你在巅峰被困的时候,太阳堡垒被摧毁了。")
-t("#GOLD#Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy#WHITE#", "#GOLD#干的好!你赢得了马基埃亚尔的传说:卓越时代#WHITE#")
+t("Winner", "游戏胜利")
+t("#GOLD#Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy#WHITE#", "#GOLD#干的好!你赢得了马基埃亚尔的传说:卓越纪#WHITE#")
 t("The Sorcerers are dead, and the Orc Pride lies in ruins, thanks to your efforts.", " 那些法师死了,兽人部落被埋葬在废墟之中,感谢你为此付出的努力。")
 t("Your sacrifice worked. Your mental energies were imbued with farportal energies. The Way radiated from the High Peak toward the rest of Eyal like a mental tidal wave.", " 你的牺牲起作用了,你的精神能量被原自传送门的能量所感染,从巅峰通往埃亚尔的辐射状维网形成了一股精神冲击波。")
 t("Every sentient being in Eyal is now part of the Way. Peace and happiness are enforced for all.", " 所有埃亚尔有感觉的生物都成为了维网的一部分,和平和幸福被传输给大家。")
@@ -20583,6 +21569,7 @@ t("#VIOLET#You find yourself in a dream.", "#VIOLET#你发现你在一个梦境
 t("#VIOLET#Your hate surges. You refuse to succumb to death!", "#VIOLET#你仇恨涌动,你不屈服于死亡!")
 t("#VIOLET#You have discovered a small iron acorn, a link to your past.", "#VIOLET#你发现了一个小铁橡果,它和你的过去有关。")
 t("#VIOLET#The merchant caravan from the past has appeared in your dream.", "#VIOLET#很久以前商队的往事出现在你的梦里。")
+t("Last of the Caravan", "商队的最后一人")
 t("secret path to the cave", "通向山洞的秘密通道")
 t("#VIOLET#You have begun your hunt for Kyless!", "#VIOLET#你开始追杀克里斯!")
 t("#VIOLET#You have a marker to the entrance of Kyless' cave!", "#VIOLET#你在通往克里斯洞穴的入口上有一个记号!")
@@ -20592,6 +21579,7 @@ t("#VIOLET#The shadows have noticed you!", "#VIOLET#阴影注意到了你!")
 t("A Second Vault", "另一处宝库")
 t("You recoginize this door as the entrance to a second vault. There are some scuffling noises and heavy breathing coming from the other side of the door.", "你认出来这扇门是通向另一处宝库的门户。你可以听到门的另一边有拖曳的脚步声和沉重的呼吸声")
 t("#VIOLET#You have found Kyless. You must destroy him.", "#VIOLET#你找到了克里斯,你必须杀死他。")
+t("Death of Kyless", "克里斯之死")
 t("#VIOLET#Kyless is dead.", "#VIOLET#克里斯死了。")
 t("Berethh", "贝里斯")
 t("#VIOLET#Berethh lies dead.", "#VIOLET#贝利斯死了。")
@@ -20614,7 +21602,7 @@ section "game/modules/tome/data/quests/lichform.lua"
 t("From Death, Life", "起死回")
 t("The affairs of this mortal world are trifling compared to your true goal: To conquer death.", " 凡人世界的那些琐事对于你的终极目标:超越死亡来说是微不足道的。")
 t("Your studies have uncovered much surrounding this subject, but now you must prepare for your glorious rebirth.", " 你关于这个主题的研究已经令你发现了很多东西,现在,你必须准备你辉煌的重生仪式。")
-t("You will need:", " 你需要: ")
+t("You will need:", " 你需要:")
 t("#LIGHT_GREEN#* You are experienced enough.#WHITE#", "#LIGHT_GREEN#* 你有足够的经验。#WHITE#")
 t("#SLATE#* The ceremony will require that you are worthy, experienced, and possessed of a certain amount of power#WHITE#", "#SLATE#* 仪式需要你有足够的财富、经验并拥有足够的力量。#WHITE#")
 t("#LIGHT_GREEN#* You have 'extracted' the heart of one of your fellow necromancers.#WHITE#", "#LIGHT_GREEN#* 你已经取得了你死灵法师同类的心脏。#WHITE#")
@@ -20640,6 +21628,7 @@ t(" * You have learned the real threat comes from a rogue Archmage, a Tempest na
 t(" * You have learned the real threat comes from a rogue Archmage, a Tempest. You have been shown a secret entrance to his stronghold.", " * 你得知真正的威胁来自于一个叛逃的元素法师,是一个风暴法师。你得知了通向它秘密据点的一条隐藏通道。")
 t(" * You have slain Urkis.  Return to Angolwen or Zigur for a reward.", " * 你干掉了厄奇斯。现在返回安格列文或者伊格领取奖励吧。")
 t(" * Urkis has been dealt with. Permanently.", " * 厄奇斯被永远解决掉了。.")
+t("Scared Halfling", "惊恐的半身人")
 t([[You step out on unfamiliar grounds. You are nearly on top of one of the highest peaks you can see.
 The storm is raging above your head.]], [[你进入了一个不熟悉的地方。你几乎站在了你能看到的最高峰位置。
 风暴在你的头顶肆虐。]])
@@ -20702,7 +21691,7 @@ t("#SLATE#* Collect an artifact arcane powered item.#WHITE#", "#SLATE#* 收集
 t("Offer which item?", "交出什么物品?")
 t("#LIGHT_RED#As the apprentice touches the staff he begins to scream, flames bursting out of his mouth. Life seems to be drained away from him, and in an instant he collapses in a lifeless husk.", "#LIGHT_RED#当学徒触摸这根法杖,他开始尖叫,火焰从他的嘴里喷射了出来。他的生命似乎被从他的体内吸取了出来。瞬间他只剩下一具毫无生机的空壳。")
 t("You have no more %s", "你不再拥有%s。")
-t("You receive: %s", "你收到: %s 。")
+t("You receive: %s", "你收到:%s 。")
 
 
 ------------------------------------------------
@@ -20716,6 +21705,7 @@ t("#VIOLET#This tome seems to be about the power of gems. Maybe you should bring
 t("Limmir points to the entrance to a cave on your map. This is supposed to be the way to the valley.", "利米尔在你的地图上指出了山洞的入口。这是一条通往山谷的路。")
 t("You must be near the moonstone to summon Limmir.", "你必须在月亮石附近召唤利米尔。")
 t("You do not have the summoning scroll!", "你没有召唤卷轴!")
+t("Limmir (Quest)", "利米尔(任务)")
 t("Limmir the Master Jeweler", "珠宝匠人利米尔")
 
 
@@ -20731,6 +21721,13 @@ t("#LIGHT_BLUE#There is a loud crack. The way is open.", "#LIGHT_BLUE#随着一
 ------------------------------------------------
 section "game/modules/tome/data/quests/orc-breeding-pits.lua"
 
+t("Desperate Measures", "绝望手段")
+t("You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.", "你遇到了一个垂死的太阳骑士,他告诉了你有关兽人育种棚的消息,那是一个真正的梦魇。")
+t("You have decided to report the information to Aeryn so she can deal with it.", "你已经决定把这个消息报告给艾琳,让她处理此事。")
+t("Aeryn said she would send troops to deal with it.", "艾琳说她会派军队去处理。")
+t("You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.", "你决定自己行动,清理了它,对兽人造成了致命的打击。")
+t("The abominable task is done.", "这个可怕的任务完成了。")
+t("Entrance to the orc breeding pit", "兽人育种棚的入口")
 
 
 ------------------------------------------------
@@ -20879,7 +21876,14 @@ t("You should bring it to the elders of Last Hope in the southeast.", " 你应
 t("#00FFFF#You can feel the power of this staff just by carrying it. This is both ancient and dangerous.", "#00FFFF#你拿着法杖就可以感受到它的力量。它既古老又危险。")
 t("#00FFFF#It should be shown to the wise elders in Last Hope!", "#00FFFF#应该把它交给最后的希望的智慧长老看看!")
 t("#VIOLET#As you come out of the Dreadfell, you encounter a band of orcs!", "#VIOLET#当你走出恐惧王座,你遭遇了一队兽人!")
+t([[You wake up after a few hours, surprised to be alive, but the staff is gone!
+#VIOLET#Go at once to Last Hope to report those events!]], [[几个小时以后,你醒了过来,惊讶地发现自己还活着,不过法杖已经不见了!
+#VIOLET#立刻返回最后的希望报告这件事!]])
 t("Ukruk the Fierce", "凶残的乌克鲁克")
+t("Ambush", "伏击")
+t([[You are surprised to still be alive.
+#VIOLET#Go at once to Last Hope to report those events!]], [[令人惊讶,你竟然活了下来!
+#VIOLET#立刻返回最后的希望报告这件事!]])
 
 
 ------------------------------------------------
@@ -20926,6 +21930,7 @@ t("When you arrived there you found nothing but orcs, well organized and very po
 t("Most of your team was killed there and now you and Norgan (the sole survivor besides you) must hurry back to the Iron Council to bring the news.", " 你队伍中大多数人被杀死,现在你和诺尔甘 ( 除你以外的唯一幸存者 ) 必须赶紧突围回到钢铁议会去汇报这里的情况。")
 t("Let nothing stop you.", " 不惜一切代价冲出去。")
 t("Both Norgan and you made it home.", " 你和诺尔甘都回到了家。")
+t("Norgan", "诺尔甘")
 
 
 ------------------------------------------------
@@ -21151,7 +22156,7 @@ t("Mana represents your reserve of magical energies. Most spells cast consume ma
 t("Equilibrium", "失衡值")
 t("Equilibrium represents your standing in the grand balance of nature. The closer it is to 0 the more balanced you are. Being out of equilibrium will adversely affect your ability to use Wild Gifts.", "失衡值代表你大自然和谐的程度。失衡值越低,你和自然和谐的能力就越强。失衡值过高将会影响你使用自然系技能的能力。")
 t("%d (%d%%%% fail)", "%d (%d%%%% 失败率)")
-t("%d(fail: %s)", "%d(失败率: %s)")
+t("%d(fail: %s)", "%d(失败率:%s)")
 t("Vim", "活力值")
 t("Vim represents the amount of life energy/souls you have stolen. Each corruption talent requires some.", "活力值代表你窃取的生命能量/灵魂。堕落系技能需要活力值。")
 t("Positive energy", "正能量")
@@ -21162,7 +22167,7 @@ t("Hate", "仇恨值")
 t("Hate represents your soul's primal antipathy towards others.  It generally decreases whenever you have no outlet for your rage, and increases when you are damaged or destroy others.", "仇恨值代表你的灵魂对其他生物的憎恶。它会随着你的怒气消退而慢慢减少,在你受到伤害或攻击敌人的时候会增加。")
 t("Paradox", "紊乱值")
 t("Paradox represents how much damage you've done to the space-time continuum. A high Paradox score makes Chronomancy less reliable and more dangerous to use but also amplifies its effects.", "紊乱值代表你对时空连续性造成的损害。较高的紊乱值会使时空法术变得更难控制,更加危险,但也会提升时空法术的效果。")
-t("%d/%d(anom: %s)", "%d/%d(异常: %s)")
+t("%d/%d(anom: %s)", "%d/%d(异常:%s)")
 t("Psi", "超能力值")
 t("Psi represents your reserve of psychic energy.", "超能力值代表你存储的精神力量")
 t("Souls", "灵魂")
@@ -21172,11 +22177,13 @@ t("This is the number of soul fragments you have extracted from your foes for yo
 ------------------------------------------------
 section "game/modules/tome/data/rooms/greater_vault.lua"
 
+t("#GOLD#PLACED GREATER VAULT: %s", "#GOLD#放置大型宝库: %s")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/rooms/lesser_vault.lua"
 
+t("#GOLD#PLACED LESSER VAULT: %s", "#GOLD#放置小型宝库: %s")
 
 
 ------------------------------------------------
@@ -21235,7 +22242,7 @@ section "game/modules/tome/data/talents/celestial/chants.lua"
 t("Chant of Fortitude", "坚韧赞歌")
 t([[You chant the glory of the Sun, granting you %d Mental Save and increasing your maximum life by %0.1f%% (Currently:  %d).
 		You may only have one Chant active at once.
-		The effects will increase with your Spellpower.]], [[颂赞日之荣耀,使你获得 %d 精神豁免,并增加 %0.1f%% 最大生命值(当前加成: %d )。
+		The effects will increase with your Spellpower.]], [[颂赞日之荣耀,使你获得 %d 精神豁免,并增加 %0.1f%% 最大生命值(当前加成:%d )。
 		同时只能激活一种赞歌。
 		效果受法术强度加成。
 		]])
@@ -21267,8 +22274,8 @@ t([[You have learned to sing the praises of the Sun, in the form of three defens
 			Chant of Fortress: Increases your physical save by %d, your physical resistance by %d%%, your armour by %d and your armour hardiness by 15%%.
 			Chant of Resistance: Increases you spell save by %d, your fire/cold/lightning/acid resistances by %d%% and reduces all damage that comes from distant enemies (3 spaces or more) by %d%%.
 			You may only have one Chant active at a time.]], [[你学会了三种防御赞歌,以此咏唱对太阳的赞颂:
-			坚韧赞歌:增加 %d 精神豁免, %d%% 最大生命值 
-			堡垒赞歌:增加 %d 物理豁免, %d%% 物理抗性, %d 护甲, 15%% 护甲硬度 
+			坚韧赞歌:增加 %d 精神豁免, %d%% 最大生命值
+			堡垒赞歌:增加 %d 物理豁免, %d%% 物理抗性, %d 护甲, 15%% 护甲硬度
 			元素赞歌:增加 %d 法术豁免, %d%% 火焰 /寒冷 /闪电 /酸性抗性,减少三格外敌人对你造成的伤害 %d%% 。
 			你同时只能激活一种赞歌。]])
 t("Chant Illuminate", "初现光芒")
@@ -21282,7 +22289,7 @@ t([[Your skill at Chanting now extends the cloak of light, increasing your light
 		Chant of Fortitude cures mental effects.
 		Chant of Fortress cures physical effects.
 		Chant of Resistance cures magical effects.]], [[咏唱赞歌的娴熟技艺让光明得以扩散,增加 %d 光照半径。
-		每次你咏唱新的赞歌时,你将解除自身所有 CT 效果,并解除 %d 项相应类型的负面状态。
+		每次你咏唱新的赞歌时,你将解除自身的失去平衡、法术冲击和锁脑效果,并额外解除 %d 项相应类型的负面状态。
 		坚韧赞歌:解除精神负面状态 
 		堡垒赞歌:解除物理负面状态 
 		元素赞歌:解除魔法负面状态 ]])
@@ -21443,9 +22450,9 @@ t([[Destabilize your glyphs, triggering every glyph in radius 10 with an enemy s
 		#7f7f7f#Moonlight#LAST#:  %0.2f darkness damage.
 		#9D9DC9#Twilight#LAST#:  %0.2f light and %0.2f darkness damage]], [[激发所有圣印,10格内所有上方站着敌人的圣印将被触发。
 		技能等级2时,该效果触发的圣印将在地面遗留能量,在%d回合内持续造成伤害。
-		#ffd700#日光圣印#LAST#:  %0.2f 光系伤害。
-		#7f7f7f#月光圣印#LAST#:  %0.2f 暗影伤害。
-		#9D9DC9#暮光圣印#LAST#:  %0.2f 光系和 %0.2f 暗影伤害。]])
+		#ffd700#日光圣印#LAST#: %0.2f 光系伤害。
+		#7f7f7f#月光圣印#LAST#: %0.2f 暗影伤害。
+		#9D9DC9#暮光圣印#LAST#: %0.2f 光系和 %0.2f 暗影伤害。]])
 
 
 ------------------------------------------------
@@ -21466,7 +22473,7 @@ t([[Hits the target with your weapon doing %d%% damage, and with a shield strike
 		受法术强度影响,光系伤害有额外加成。]])
 t("Retribution", "惩戒之盾")
 t("You cannot use Retribution without a shield!", "必须装备一面盾牌!")
-t("#RED#Absorb Remaining: %d", "#RED#剩余吸收量: %d")
+t("#RED#Absorb Remaining: %d", "#RED#剩余吸收量:%d")
 t([[Retribution negates half of all damage you take while it is active. Once Retribution has negated %0.2f damage, your shield will explode in a burst of light, inflicting damage equal to the amount negated in a radius of %d and deactivating the talent.
 		The amount absorbed will increase with your Spellpower.
 		%s]], [[吸收你收到的一半伤害。一旦惩戒之盾吸收 %0.2f 伤害值,它会产生光系爆炸,在 %d 码半径范围内造成等同吸收值的伤害并中断技能效果。 
@@ -21477,7 +22484,7 @@ t("You cannot use Crusade without a shield!", "使用十字军打击必须使用
 t([[You demonstrate your dedication to the light with a measured attack striking once with your weapon for %d%% Light damage and once with your shield for %d%% Light damage.
 			If the first strike connects %d random talent cooldowns are reduced by 1.
 			If the second strike connects you are cleansed of %d debuffs.]], [[你用武器攻击造成 %d%% 光系伤害,再用盾牌攻击造成 %d%% 光系伤害。
-			如果第一次攻击命中,随机 %d 个技能 cd 时间减 1 。
+			如果第一次攻击命中,随机 %d 个技能冷却时间减少1回合 。
 			如果第二次攻击命中,除去你身上至多 %d 个 debuff。]])
 
 
@@ -21681,7 +22688,7 @@ t([[Infuse yourself with the raging fury of the Sun, increasing your physical an
 		If Sun Ray was on cooldown, the remaining turns are reduced by one instead.
 		This effect can only happen once per turn.]], [[让阳光的怒火充满自身,增加 %d%% 物理和法术暴击率。
 		每次物理或法术暴击时,有 %d%% 几率获得阳光之怒效果,持续两回合。
-		当效果激活时,你的阳光烈焰变为瞬发,同时伤害增加 25%% 。 
+		当效果激活时,你的阳光烈焰变为瞬间技能,同时伤害增加 25%% 。
 		如果阳光烈焰处于冷却中,则减少 1 回合冷却时间。 
 		该效果一回合至多触发一次。]])
 t("Suncloak", "阳光护体")
@@ -21781,22 +22788,22 @@ t([[You revert your body to a previous state, healing yourself for %0.2f life an
 section "game/modules/tome/data/talents/chronomancy/anomalies.lua"
 
 t("Anomaly Rearrange", "异常:重排")
-t("@Source@ causes a spacetime hiccup.", "@Source@ 引起了时空轻微重排。")
+t("@Source@ causes a spacetime hiccup.", "@Source@引起了时空轻微重排。")
 t("Teleports up to five targets in a radius of %d up to ten tiles away.", "将半径 %d 范围内最多五个单位传送到十格外。")
 t("Anomaly Teleport", "异常:传送")
-t("@Source@ shifts reality.", "@Source@ 改变了现实。")
+t("@Source@ shifts reality.", "@Source@改变了现实。")
 t("Teleports up to five targets in a radius of %d up to %d tiles away.", "将半径 %d 范围内最多五个单位传送到 %d 格外。")
 t("Anomaly Swap", "异常:换位")
-t("@Source@ swaps places with a nearby target.", "@Source@ 和附近一名目标交换了位置。")
+t("@Source@ swaps places with a nearby target.", "@Source@和附近一名目标交换了位置。")
 t("The spell fizzles!", "法术失败了!")
 t("You swap locations with a random target.", "你和一个随机目标交换位置")
 t("Anomaly Displacement Shield", "异常:偏转护盾")
-t("@Source@ transfers damage to a nearby target.", "@Source@ 将伤害转移至附近一名目标。")
+t("@Source@ transfers damage to a nearby target.", "@Source@将伤害转移至附近一名目标。")
 t([[50%% chance that damage the caster takes will be warped to a set target.
 		Once the maximum damage (%d) is absorbed, the time runs out, or the target dies, the shield will crumble.]], [[施法者所承受的伤害有 50%% 的概率转移给指定连接的目标。 
 		一旦吸收伤害达到上限( %d ),持续时间到了或目标死亡,护盾会破碎掉。]])
 t("Anomaly Wormhole", "异常:虫洞")
-t("@Source@ folds the space between two points.", "@Source@ 折叠了两点间的空间。")
+t("@Source@ folds the space between two points.", "@Source@折叠了两点间的空间。")
 t("wormhole", "虫洞")
 t("@Target@ moves onto the wormhole.", "@Target@踩中了虫洞。!")
 t("%s tries to enter the wormhole but a violent force pushes it back.", "%s试图进入虫洞但是一股猛力将其强行推送了回来。")
@@ -21804,105 +22811,113 @@ t("%s ignores the wormhole.", "%s无视了虫洞。")
 t("Reality asserts itself and forces the wormhole shut.", "现实世界进行自我调谐强行关闭了虫洞。")
 t("Creates a wormhole nearby and a second wormhole up to ten tiles away.", "建立一个连接附近的随机格子和十格外的随机格子的虫洞。")
 t("Anomaly Probability Travel", "异常:相位移动")
-t("@Source@ places several targets out of phase.", "@Source@ 让数名目标从相位空间移出。")
+t("@Source@ places several targets out of phase.", "@Source@让数名目标从相位空间移出。")
 t("Allows up to five targets in a radius of %d to travel up to %d tiles through walls.", "将半径 %d 范围内最多五个单位可以穿墙移动 %d 格")
 t("Anomaly Blink", "异常:闪烁")
-t("@Source@ makes several targets blink uncontrollably.", "@Source@ 让数名目标不受控制地在空间中闪烁。")
+t("@Source@ makes several targets blink uncontrollably.", "@Source@让数名目标不受控制地在空间中闪烁。")
 t("Up to five targets in a radius of %d are teleporting %d tiles every turn.", "让半径 %d 范围内最多五个单位每回合在 %d 格内传送。")
 t("Anomaly Summon Townsfolk", "异常:召唤村民")
 t("Some innocent bystanders have been teleported into the fight.", "一些无辜的旁观者被传送到战斗中。")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("human farmer", "人类农民")
+t("A weather-worn Human farmer, looking at a loss as to what's going on.", "一个饱经风霜的人类农民,他茫然不知所措。")
+t("halfling gardener", "半身人园丁")
+t("A rugged Halfling gardener, looking quite confused as to what he's doing here.", "一个粗犷的半身人园丁,他对在这里做什么感到困惑。")
+t("shalore scribe", "永恒精灵书记员")
+t("A scrawny Elven scribe, looking bewildered at his surroundings.", "一个瘦骨嶙峋的精灵书记员,他困惑地看着周围的环境。")
+t("dwarven lumberjack", "矮人伐木工")
+t("A brawny Dwarven lumberjack, looking a bit upset at his current situation.", "一个强壮的矮人伐木工,他对自己现在的处境有点不安。")
 t("Pulls innocent people into the fight.", "将无辜的村民拖入战斗。")
 t("Anomaly Slow", "异常:减速")
-t("@Source@ creates a bubble of slow time.", "@Source@ 制造出减速时间气泡。")
+t("@Source@ creates a bubble of slow time.", "@Source@制造出减速时间气泡。")
 t("Slows up to five targets in a radius %d ball by %d%%.", "让半径 %d 范围内最多五个单位减速 %d%% 。")
 t("Anomaly Haste", "异常:加速")
-t("@Source@ creates a bubble of fast time.", "@Source@ 制造出加速时间气泡。")
+t("@Source@ creates a bubble of fast time.", "@Source@制造出加速时间气泡。")
 t("Increases global speed of up to five targets in a radius %d ball by %d%%.", "让半径 %d 范围内最多五个单位增加整体速度 %d%% 。")
 t("Anomaly Stop", "异常:停止")
-t("@Source@ creates a bubble of nul time.", "@Source@ 制造出停滞时间气泡。")
+t("@Source@ creates a bubble of nul time.", "@Source@制造出停滞时间气泡。")
 t("Stuns up to five targets in a radius %d ball.", "震慑半径 %d 范围内最多五个单位。")
 t("Anomaly Temporal Bubble", "异常:时空气泡")
-t("@Source@ removes several targets from time.", "@Source@ 将数名目标从时间流中移除。")
+t("@Source@ removes several targets from time.", "@Source@将数名目标从时间流中移除。")
 t("Time Prisons up to five targets in a radius %d ball.", "将半径 %d 范围内最多五个单位从时光的流动中移出。")
 t("Anomaly Temporal Shield", "异常:时间盾")
-t("@Source@ creates a temporal shield around several targets.", "@Source@ 制造出覆盖数名目标的时间护盾。")
+t("@Source@ creates a temporal shield around several targets.", "@Source@制造出覆盖数名目标的时间护盾。")
 t("Time Shields up to five targets in a radius of %d.", "将半径 %d 范围内最多五个单位覆盖时光之盾。")
 t("Anomaly Invigorate", "异常:鼓舞")
-t("@Source@ energizes several targets.", "@Source@ 鼓舞了数名目标。")
+t("@Source@ energizes several targets.", "@Source@鼓舞了数名目标。")
 t("Invigorates up to five targets in a radius of %d.", "鼓舞半径 %d 范围内最多五个单位。")
 t("Anomaly Temporal Clone", "异常:克隆")
-t("@Source@ clones a nearby creature.", "@Source@ 克隆了周围随机目标。")
+t("@Source@ clones a nearby creature.", "@Source@克隆了周围随机目标。")
 t("Clones a random creature within range.", "克隆范围内一个随机单位。")
 t("Anomaly Temporal Storm", "异常:时空风暴")
-t("@Source@ creates a temporal storm.", "@Source@ 制造出时空风暴。")
+t("@Source@ creates a temporal storm.", "@Source@制造出时空风暴。")
 t("Creates a temporal storm for %d to %d turns that deals between %0.2f and %0.2f temporal damage each turn.", "召唤一场时空风暴 %d ~ %d 回合,每回合造成 %0.2f ~ %0.2f 时空伤害。")
 t("Anomaly Gravity Pull", "异常:重力牵引")
 t("%s is drawn in by gravity!", "%s被重力拖动!")
 t("Increases localized gravity, pulling in targets in a radius of %d.", "增加周围的重力,吸引半径 %d 范围内的目标。")
 t("Anomaly Dig", "异常:挖掘")
-t("@Source@ turns matter to dust.", "@Source@ 将周围的物质化为尘土。")
+t("@Source@ turns matter to dust.", "@Source@将周围的物质化为尘土。")
 t("Digs out all terrain in a radius %d ball.", "挖掘半径 %d 范围内的所有地形。")
 t("Anomaly Entomb", "异常:埋葬")
-t("@Source@ creates a stone wall.", "@Source@ 制造出岩石墙壁。")
+t("@Source@ creates a stone wall.", "@Source@制造出岩石墙壁。")
 t("stone wall", "石墙")
 t("a summoned wall of stone", "召唤的岩石墙壁")
 t("Entombs a single target in a wall of stone.", "将一个单位用岩石墙环绕。")
 t("Anomaly Entropy", "异常:熵")
-t("@Source@ increases local entropy.", "@Source@ 增加了局部的熵。")
-t("%s's %s is disrupted!", "%s 的%s被打断了!")
+t("@Source@ increases local entropy.", "@Source@增加了局部的熵。")
+t("%s's %s is disrupted!", "%s的%s被打断了!")
 t("Places between three and six talents of up to 5 targets in a radius %d ball on cooldown for up to %d turns.", "让半径 %d 范围内最多五个单位的三到六个技能进入冷却 %d 回合。")
 t("Anomaly Gravity Well", "异常:重力井")
-t("@Source@ increases local gravity.", "@Source@ 增加了局部重力。")
+t("@Source@ increases local gravity.", "@Source@增加了局部重力。")
 t("Creates a gravity well in a radius %d ball, pinning up to five targets.", "在半径 %d 范围内制造重力井,定身最多五个单位。")
 t("Anomaly Quake", "异常:地震")
-t("@Source@ causes an earthquake.", "@Source@ 制造出地震。")
+t("@Source@ causes an earthquake.", "@Source@制造出地震。")
 t("Causes an earthquake in a radius of %d.", "在半径 %d 范围内制造地震。")
 t("Anomaly Flawed Design", "异常:不完美设计")
-t("@Source@ crumbles the resistances of several targets.", "@Source@ 让数名目标的抗性下降。")
+t("@Source@ crumbles the resistances of several targets.", "@Source@让数名目标的抗性下降。")
 t("Reduces the resistances of up to five targets in a ball of radius %d by %d%%.", "将半径 %d 范围内最多五个单位的抗性降低 %d%% 。")
 t("Anomaly Dust Storm", "异常:尘土风暴")
-t("@Source@ causes a dust storm.", "@Source@ 制造了尘土风暴。")
+t("@Source@ causes a dust storm.", "@Source@制造了尘土风暴。")
 t("Summons three to six dust storms.", "召唤三到六个尘土风暴。")
 t("Anomaly Blazing Fire", "异常:燃烧之炎")
-t("@Source@ causes a fire.", "@Source@ 制造出火焰。")
+t("@Source@ causes a fire.", "@Source@制造出火焰。")
 t("Summons three to six blazing fires.", "召唤三到六个燃烧之炎。")
 t("Anomaly Calcify", "异常:石化")
-t("@Source@ calcifies several targets.", "@Source@ 石化了数名目标。")
+t("@Source@ calcifies several targets.", "@Source@石化了数名目标。")
 t("Turns up to 5 targets in a radius %d ball to stone for %d turns.", "将半径 %d 范围内最多五个单位变成石头 %d 回合。")
 t("Anomaly Call", "异常:召唤")
-t("@Source@ teleports several targets to @Source@'s location.", "@Source@ 将数名目标传送到 @Source@ 的位置。")
+t("@Source@ teleports several targets to @Source@'s location.", "@Source@将数名目标传送到@Source@的位置。")
 t("Teleports between 3 and 6 targets to the caster.", "将三到六个单位召唤到施法者身边。")
 t("Anomaly Deus Ex", "异常:神佑")
 t("The odds have tilted.", "几率发生了倾斜。")
 t("Substantially toughens and hastes one target for %d turns.", "显著强化和加速目标 %d 回合。")
 t("Anomaly Evil Twin", "异常:邪恶双生子")
-t("@Source@'s evil twin has come from another timeline.", "@Source@ 的邪恶双胞胎从另一个时间线赶来。")
+t("@Source@'s evil twin has come from another timeline.", "@Source@的邪恶双胞胎从另一个时间线赶来。")
 t("Clones the caster.", "复制施法者。")
 t("Anomaly Intersecting Threads", "异常:时间线紊乱")
-t("@Source@ has caused two threads to merge.", "@Source@ 让两条时间线合并。")
+t("@Source@ has caused two threads to merge.", "@Source@让两条时间线合并。")
 t("Clones all creatures in a radius of 10.", "复制半径十格范围内所有生物。")
 t("Anomaly Mass Dig", "异常:范围挖掘")
-t("@Source@ digs out a huge area.", "@Source@ 挖掘了一大片区域。")
+t("@Source@ digs out a huge area.", "@Source@挖掘了一大片区域。")
 t("Digs out all terrain in between three and six radius %d balls.", "在三到六个半径 %d 范围的圆里摧毁所有地形。")
 t("Anomaly Sphere of Destruction", "异常:毁灭之球")
-t("@Source@ creates a sphere of destruction.", "@Source@ 制造了毁灭之球。")
+t("@Source@ creates a sphere of destruction.", "@Source@制造了毁灭之球。")
 t("Summons a sphere of destruction.", "召唤一个毁灭之球。")
 t("Anomaly Tornado", "异常:龙卷风")
-t("@Source@ causes a tornado storm.", "@Source@ 制造了龙卷风。")
+t("@Source@ causes a tornado storm.", "@Source@制造了龙卷风。")
 t("%s resists the tornado!", "%s抵抗了龙卷风!")
 t("Summons three to six tornados.", "召唤三到六道龙卷风")
 t("Anomaly Meteor", "异常:陨石")
-t("@Source@ causes a meteor to fall from the sky.", "@Source@ 让陨石从天而降。")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ causes a meteor to fall from the sky.", "@Source@让陨石从天而降。")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t("Causes a meteor to fall from the sky.", "召唤一颗陨石从天空坠落。")
 t("Anomaly Spacetime Tear", "异常:空间撕裂")
-t("@Source@ tears a hole in the fabric of spacetime.", "@Source@ 在空间中撕裂出漏洞。")
+t("@Source@ tears a hole in the fabric of spacetime.", "@Source@在空间中撕裂出漏洞。")
 t("Spacetime Tear", "空间撕裂")
-t("%s forces the tear shut!", "%s 令空间撕裂停止!")
+t("%s forces the tear shut!", "%s令空间撕裂停止!")
 t("Tears a hole in the fabric of spacetime.", "在空间的构造上撕开一个洞。")
 t("Anomaly Summon Time Elemental", "异常:召唤时间元素")
-t("Some Time Elementals have been attracted by @Source@'s meddling.", "一些时空元素被 @Source@ 吸引过来。")
+t("Some Time Elementals have been attracted by @Source@'s meddling.", "一些时空元素被@Source@吸引过来。")
 t("Time elementals have been attracted to the timeline.", "召唤时间元素。")
 
 
@@ -21945,7 +22960,7 @@ t([[Fire an arrow for %d%% weapon damage and call up to 2 wardens, depending on
 		
 		激活螺旋灵弓技能可以自由切换到你的弓(必须装备在副武器栏位上)。此外,当你使用远程攻击时也会触发这个效果。]])
 t("Singularity Arrow", "奇点之矢")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("%s is drawn in by the singularity!", "%s 被拖向时空奇点!")
 t([[Fire an arrow for %d%% weapon damage. When the arrow reaches its destination or hits a target it will draw in all other targets in a radius of %d and inflict %0.2f physical damage.
 		Each target moved beyond the first increases the damage %0.2f (up to %0.2f bonus damage).
@@ -22017,6 +23032,7 @@ t("Spacetime anomalies that can randomly occur when paradox is to high.", "æ—¶
 t("anomalies", "异常")
 t("chronomancy", "时空")
 t("%s's temporal clone", "%s的时空克隆体")
+t("A creature from another timeline.", "来自另一条时间线的生物。")
 
 
 ------------------------------------------------
@@ -22039,7 +23055,7 @@ t([[Choose an activatable spell that affects only you, does not require a target
 		This spell will cast even if it is currently on cooldown, will not consume a turn or resources, and uses the talent level of Contingency or its own, whichever is lower.
 		This effect can only occur once every %d turns and takes place after the damage is resolved.
 
-		Current Contingency Spell: %s]], [[选择一个只会影响你并且不需要选中目标的非固定 CD 主动法术。当你受到伤害并使生命值降低到 %d%% 以下时,自动释放这个技能。
+		Current Contingency Spell: %s]], [[选择一个只会影响你并且不需要选中目标的非固定冷却时间主动法术。当你受到伤害并使生命值降低到 %d%% 以下时,自动释放这个技能。
 		即使选择的技能处于冷却状态也可以释放  ,并且不消耗回合或资源,技能等级为该技能和指定技能当中较低的一方。		这个效果每 %d 回合只能触发一次,并且在伤害结算之后生效。
 
 		当前选择技能: %s ]])
@@ -22066,7 +23082,7 @@ t([[Partially dissipates all incoming damage, reducing it by 30%%, up to a maxim
 		The maximum damage reduction will scale with your Spellpower.]], [[分解一部分受到的伤害。减少 30%% 伤害 , 最多减少 %d 。
 		受法术强度影响,减少伤害的最大值有额外加成。]])
 t("Energy Absorption", "能量吸收")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("%s's %s is disrupted by the Energy Absorption!", "%s 的 %s 被能量吸收所打断!")
 t([[You sap the target's energy and add it to your own, placing up to %d random talents on cooldown for %d turns.
 		For each talent put on cooldown, you reduce the cooldown of one of your talents currently on cooldown by %d turns.]], [[你吸收目标的能量并化为己用,最多使 %d 个随机技能进入 %d 回合冷却。
@@ -22092,10 +23108,10 @@ t([[Activate to Seal Fate for %d turns.  When you damage a target while Seal Fat
 		If you have Spin Fate active the chance will be increased by 33%% per Spin (for %d%% at three Spin.)
 		The duration increase can occur up to %d times per turn and the bonus Spin once per turn.]], [[激活这个技能封印命运 %d 回合。
 		在这个技能激活期间,每当你对目标造成伤害,你获得一层命运之丝效果,并有 %d%% 几率延长目标的一个负面效果一回合。
-		每层命运之茧将使负面状态延长的概率增加 33%% ( 三层效果时增加 %d%% 。 )
+		每层命运之丝将使负面状态延长的概率增加 33%% ( 三层效果时增加 %d%% 。 )
 		负面状态延长每回合只能触发 %d 次,该效果获得的命运之丝每回合最多一层。]])
 t("Fateweaver", "命运编织")
-t("You now gain %d combat accuracy, physical power, spellpower, and mindpower per Spin.", "现在每层命运之网使你获得 %d 命中,物理、法术和精神强度。")
+t("You now gain %d combat accuracy, physical power, spellpower, and mindpower per Spin.", "现在每层命运之丝使你获得 %d 命中,物理、法术和精神强度。")
 t("Webs of Fate", "命运之网")
 t([[For the next %d turns you displace %d%% of any damage you receive onto a random enemy.
 		While Webs of Fate is active you may gain one additional Spin per turn and your maximum Spin is doubled.]], [[接下来的 %d 回合中,你将受到的 %d%% 伤害转移给随机的敌人。
@@ -22113,7 +23129,7 @@ t([[Create an anomaly, reducing your Paradox by %d.  This spell will never produ
 		然而,当学会扭曲命运后,你可以选中引导异变作为目标。
 		受法术强度影响,紊乱值减少效果有额外加成。]])
 t("Reality Smearing", "弥散现实")
-t("#LIGHT_BLUE##Source# converts damage to paradox!", "#LIGHT_BLUE##Source# 将伤害转化为紊乱值!")
+t("#LIGHT_BLUE##Source# converts damage to paradox!", "#LIGHT_BLUE##Source#将伤害转化为紊乱值!")
 t("#LIGHT_BLUE#(%d converted)#LAST#", "#LIGHT_BLUE#(%d 转化)#LAST#")
 t([[While active 30%% of all damage you take is converted into %0.2f Paradox per point.
 		The Paradox is gained over three turns.]], [[当激活这个技能时,你受到伤害的 30%% 被转化为 %0.2f 的紊乱值。
@@ -22155,7 +23171,7 @@ t([[Sends out a blast wave of gravity in a radius %d cone, dealing %0.2f base ph
 		被击飞至墙上或其他单位的目标受到额外 25%% 伤害,并对被击中的单位造成 25%% 伤害。
 		离你越近的目标将会被击飞得更远。受法术强度影响,伤害按比例加成。]])
 t("Gravity Spike", "重力钉刺")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("%s is drawn in by the singularity!", "%s 被拖向时空奇点!")
 t([[Creates a gravity spike in a radius of %d that moves all targets towards the spell's center and inflicts %0.2f physical (gravity) damage.
 		Each target moved beyond the first increases the damage by %0.2f (up to a maximum of %0.2f bonus damage).
@@ -22184,7 +23200,8 @@ t([[Increases weapon damage by %d%% and physical power by 30 when using swords,
 		当装备武器、弹药或者计算武器伤害时,你使用魔法取代你的力量属性进行计算。
 		这个技能的奖励伤害取代武器掌握、匕首掌握和弓箭掌握的加成。]])
 t("Guardian Unity", "守卫融合")
-t("#STEEL_BLUE##Source# shares damage with %s guardian!", "#STEEL_BLUE##Source# 和 %s 的守卫共享伤害!")
+t("Guardian", "守卫")
+t("#STEEL_BLUE##Source# shares damage with %s guardian!", "#STEEL_BLUE##Source#和%s的守卫共享伤害!")
 t("#STEEL_BLUE#(%d shared)#LAST#", "#STEEL_BLUE#(%d 伤害共享)#LAST#")
 t("Not enough space to summon warden!", "没有足够的空间召唤守卫!")
 t([[When a single hit deals more than %d%% of your maximum life another you appears and takes %d%% of the damage as well as %d%% of all damage you take for the next %d turns.
@@ -22207,10 +23224,35 @@ t([[Attack the target with either your ranged or melee weapons for %d%% weapon d
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/induced-phenomena.lua"
 
+t("Cosmic Cycle", "宇宙圈")
+t("#LIGHT_BLUE#Your cosmic cycle expands.", "#LIGHT_BLUE#你的宇宙圈膨胀了。")
+t("#LIGHT_RED#Your cosmic cycle contracts.", "#LIGHT_RED#你的宇宙圈收缩了。")
+t([[Tune yourself into the ebb and flow of spacetime.  When your Paradox crosses a 100 point threshold, your Cosmic Cycle gains or loses one radius.
+		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]], [[调整你自己进入时空的涨落。当你的紊乱值超过100点的临界点时,你的宇宙轮回会膨胀或收缩一个半径。
+		当宇宙圈膨胀时,你的时空抗性穿透将增加 %d%% 。当它收缩时,你计算紊乱值时的意志力将增加 %d%% 。]])
+t("Polarity Shift", "奇点切换")
+t("You must have Cosmic Cycle active to use this talent.", "你必须开启宇宙圈才能使用这一技能")
+t([[Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.
+		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.
+		The damage will scale with your Spellpower.]], [[逆转你宇宙圈的极性。如果它正在收缩,它将开始膨胀,向半径范围内的每个目标发射一枚瞄准的飞弹,造成 %0.2f 时空伤害。
+		如果它目前正在扩张,它将开始收缩,将半径范围内所有目标的生命线编织 %d 回合。被编织目标承受对其他编织目标造成的所有伤害的 %d%% 。
+		伤害受法术强度加成。]])
+t("Reverse Causality", "逆转因果")
+t([[When a creature enters your expanding Cosmic Cycle, you heal %d life at the start of your next turn.
+		When a creature leaves your contracting Cosmic Cycle, you reduce the duration of one detrimental effect on you by %d at the start of your next turn.
+		The healing will scale with your Spellpower.]], [[当一个生物进入你膨胀的宇宙圈时,你在下一回合开始时治疗 %d 生命。
+		当一个生物离开你收缩的宇宙圈时,你在下一回合开始时将对你造成一个负面效果的持续时间减少 %d 。
+		治疗量受法术强度加成。]])
 t("Epoch", "亚伯契")
-t("%s resists the blindness!", "%s 抵抗了致盲!")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists the confusion!", "%s 抵抗了混乱!")
+t("%s resists the blindness!", "%s抵抗了致盲!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists the confusion!", "%s抵抗了混乱!")
+t([[While your cosmic cycle is expanding, creatures in its radius have a %d%% chance to suffer the effects of aging; pinning, blinding, or confusing them for 3 turns.
+		While your cosmic cycle is contracting, creatures in its radius suffer from age regression; reducing their three highest stats by %d.
+		The chance and stat reduction will scale with your Spellpower.]], [[当你的宇宙圈在扩展时,其半径内的生物有%d%的机会遭受老化的影响;定身、致盲或混乱它们3回合。
+		当你的宇宙圈在收缩时,其半径内的生物会遭受年龄退行的痛苦;它们的三个最高属性会减少%d。
+		几率和属性降低效果受法术强度加成。
+		]])
 
 
 ------------------------------------------------
@@ -22246,6 +23288,7 @@ t([[While active your physical and temporal damage has a %d%% chance to remove o
 section "game/modules/tome/data/talents/chronomancy/other.lua"
 
 t("Spacetime Tuning", "时空调谐")
+t("What's your preferred paradox level?", "你希望将紊乱值调整到多少?")
 t([[Use to set your preferred Paradox.  While resting or waiting you'll adjust your Paradox towards this number at the rate of %d per turn.
 		Your Paradox modifier is factored into the duration and spellpower of all chronomancy spells.
 
@@ -22258,13 +23301,13 @@ t([[Use to set your preferred Paradox.  While resting or waiting you'll adjust y
 		Current Anomaly Chance :  %d%%]], [[设置自己的紊乱值。
 		休息或等待时,你每回合将自动调节 %d 点紊乱值趋向于你的设定值。
 		你的紊乱值会修正所有时空法术的持续时间和法术强度。
-		设定的紊乱值: %d
-		紊乱值修正率: %d%%
-		时空法术强度: %d
-		意志修正数值: -%d
-		紊乱维持数值: +%d
-		修正后紊乱值: %d
-		当前异常几率: %d%%]])
+		设定的紊乱值:%d
+		紊乱值修正率:%d%%
+		时空法术强度:%d
+		意志修正数值:-%d
+		紊乱维持数值:+%d
+		修正后紊乱值:%d
+		当前异常几率:%d%%]])
 t("Slow", "减速")
 t([[Creates a time distortion in a radius of %d that lasts for %d turns, decreasing global speed by %d%% for 3 turns and inflicting %0.2f temporal damage each turn to all targets within the area.
 		The slow effect and damage dealt will scale with your Spellpower.]], [[在 %d 码半径范围内制造 1 个时间扭曲力场,持续 %d 回合。同时减少 %d%% 目标整体速度,持续 3 回合,当目标处于此范围内时每回合造成 %0.2f 时空伤害。 
@@ -22302,14 +23345,14 @@ t([[You partially remove yourself from the timeline for 10 turns.
 		增加你 %d%% 所有伤害抵抗,减少 %d%% 负面状态持续时间并减少 20%% 你造成的伤害。 
 		抵抗加成、状态减少值和伤害惩罚会随法术持续时间的增加而逐渐减少。 
 		受法术强度影响,效果按比例加成。]])
-t("Paradox Clone", "无序克隆")
 t("%s's Paradox Clone", "%s的无序克隆")
-t("The real %s... or so %s says.", "真正的%s... 或者 %s 这样说。")
+t("The real %s... or so %s says.", "真正的%s... 或者%s这样说。")
+t("Paradox Clone", "无序克隆")
 t([[You summon your future self to fight alongside you for %d turns.  At some point in the future, you'll be pulled into the past to fight alongside your past self after the initial effect ends.
 		This spell splits the timeline.  Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.]], [[你召唤未来的自己和你一起战斗,持续 %d 回合。当技能结束后,在未来的某个时间点,你会被拉回到过去,协助你自己战斗。 
 		这个法术会使时间线分裂,所以其他同样能使时间线分裂的技能在此期间不能成功释放。]])
 t("Displace Damage", "伤害转移")
-t("#PINK##Source# displaces some damage onto #Target#!", "#PINK##Source# 将部分伤害转移至 #Target#!")
+t("#PINK##Source# displaces some damage onto #Target#!", "#PINK##Source#将部分伤害转移至#Target#!")
 t([[You bend space around you, displacing %d%% of any damage you receive onto a random enemy within range.
 		]], [[空间在你身边折叠,转移 %d%% 伤害到范围内随机 1 个敌人身上。
 		]])
@@ -22319,8 +23362,8 @@ t([[You surround yourself with a radius %d distortion of gravity, knocking back
 		The damage will scale with your Spellpower.]], [[你用 %d 码半径范围的重力吸收光环围绕自己,击退所有单位并造成 %0.2f 物理伤害。此效果持续 %d 回合。对定身状态目标额外造成 50%% 伤害。 
 		这股爆炸性冲击波可能会对目标造成多次伤害,这取决于攻击半径和击退效果。 
 		受法术强度影响,伤害按比例加成。]])
-t("Temporal Clone", "时空复制")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("Temporal Clone", "时空复制")
 t([[Clones the target creature for up to %d turns.  The duration of the effect will be divided by half the target's rank, and the target will have have %d%% of its normal life and deal %d%% less damage.
 		If you clone a hostile creature the clone will target the creature it was cloned from.
 		The life and damage penalties will be lessened by your Spellpower.]], [[你复制目标,从其他时间线上召唤出复制体,持续 %d 回合。持续时间将会除以目标分级的一半,且复制体只拥有目标 %d%% 的生命,造成的伤害减少 %d%% 。
@@ -22332,16 +23375,16 @@ t([[You convert %d%% of all non-temporal damage you receive into temporal damage
 		This damage will bypass resistance and affinity.]], [[你转化所有受到的 %d%% 的非时空伤害为持续 %d 回合的时空伤害释放出去。 
 		造成的伤害无视抗性和伤害吸收。]])
 t("Phase Shift", "相位切换")
-t("Phase shift yourself for %d turns; any damage greater than 10%% of your maximum life will teleport you to an adjacent tile and be reduced by 50%% (can only happen once per turn).", "切换你的相位 %d 回合;任何将会对你造成超过你最大生命值 10%% 伤害的攻击会把你传送到一个相邻的格子里,并且这次伤害减少50%% (每回合只能发生一次)。")
+t("Phase shift yourself for %d turns; any damage greater than 10%% of your maximum life will teleport you to an adjacent tile and be reduced by 50%% (can only happen once per turn).", "切换你的相位 %d 回合;任何将会对你造成超过你最大生命值 10%% 伤害的攻击会把你传送到一个相邻的格子里,并且这次伤害减少50%%(每回合只能发生一次)。")
 t("Swap", "时空交换")
-t("%s resists the swap!", "%s 抵抗了时空交换!")
+t("%s resists the swap!", "%s抵抗了时空交换!")
 t([[You manipulate the spacetime continuum in such a way that you switch places with another creature with in a range of %d.  The targeted creature will be confused (power %d%%) for %d turns.
 		The spell's hit chance will increase with your Spellpower.]], [[你控制时间的流动来使你和 %d 码范围内的某个怪物交换位置。目标会混乱( %d%% 强度) %d 回合。 
 		受法术强度影响,法术命中率有额外加成。]])
 t("Temporal Wake", "时空苏醒")
 t("You do not have line of sight.", "你没有视线")
 t("The spell fizzles!", "法术失败了!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[Violently fold the space between yourself and another point within range.
 		You teleport to the target location, and leave a temporal wake behind that stuns for %d turns and deals %0.2f temporal and %0.2f physical warp damage to targets in the path.
 		The damage will scale with your Spellpower.]], [[暴力地折叠你和另外一个点之间的空间。你传送到目标地点并造成时空的苏醒,震慑路径上的所有目标 %d 回合并造成 %0.2f 时空伤害和 %0.2f 物理(折叠)伤害 
@@ -22360,11 +23403,11 @@ t([[Destabilizes the target, inflicting %0.2f temporal damage per turn for 10 tu
 		受法术强度影响,伤害有额外加成。]])
 t("Quantum Spike", "量子钉刺")
 t("%s has been pulled apart at a molecular level!", "%s 被分崩离析!")
-t("%s resists the quantum spike!", "%s 抵抗了量子钉刺!")
+t("%s resists the quantum spike!", "%s抵抗了量子钉刺!")
 t([[Attempts to pull the target apart at a molecular level, inflicting %0.2f temporal damage and %0.2f physical damage.  If the target ends up with low enough life (<20%%), it might be instantly killed.
 		Quantum Spike deals 50%% additional damage to targets affected by temporal destabilization and/or continuum destabilization.
 		The damage will scale with your Spellpower.]], [[试图将目标分离为分子状态,造成 %0.2f 时空伤害和 %0.2f 物理伤害 , 技能结束后若目标生命值不足 20%% 则可能会被立刻杀死。 
-		量子钉刺对受时空紊乱和 / 或连续紊乱的目标会多造成 50%%的伤害。 
+		量子钉刺对受时空紊乱和/或连续紊乱的目标会多造成 50%%的伤害。
 		受和法术强度影响,伤害按比例加成。]])
 
 
@@ -22373,7 +23416,7 @@ section "game/modules/tome/data/talents/chronomancy/spacetime-folding.lua"
 
 t("away", "远离")
 t("toward", "接近")
-t("warp mine: %s", "时空地雷: %s")
+t("warp mine: %s", "时空地雷:%s")
 t("Warp Mine Toward", "时空地雷:接近")
 t([[Lay Warp Mines in a radius of 1 that teleport enemies to you and inflict %0.2f physical and %0.2f temporal (warp) damage.
 		The mines are hidden traps (%d detection and %d disarm power based on your Magic) and last for %d turns.
@@ -22403,7 +23446,7 @@ t("You can't place a tether here", "你不能在这里放置时空系绳。")
 t("%s's spatial tether", "%s的时空系绳")
 t("The teleport fizzles!", "传送失败了!")
 t("#CRIMSON#%s has been yanked back to the tether!", "#CRIMSON#%s 被时空系绳拉了回去!")
-t("%s resists the teleport!", "%s 抵抗了传送!")
+t("%s resists the teleport!", "%s抵抗了传送!")
 t([[Tether the target to the location for %d turns.  
 		Each turn the target has a %d%% chance per tile it's travelled away from the tether to be teleported back, inflicting %0.2f physical and %0.2f temporal (warp) damage to all enemies in a radius of %d at both the entrance and exit locations.
 		The damage will scale with your Spellpower.]], [[将目标系于某处 %d 回合。
@@ -22412,7 +23455,7 @@ t([[Tether the target to the location for %d turns.
 t("Banish", "放逐")
 t("The spell fizzles on %s!", "法术在 %s 上失败了!")
 t("#CRIMSON#%s has been banished!", "#CRIMSON#%s 被放逐了!")
-t("%s resists the banishment!", "%s 抵抗了放逐!")
+t("%s resists the banishment!", "%s抵抗了放逐!")
 t([[Randomly teleports all enemies within a radius of three.  Enemies will be teleported between %d and %d tiles from you and may be stunned, blinded, confused, or pinned for %d turns.
 		The chance of teleportion will scale with your Spellpower.]], [[将半径 3 以内的敌人随机传送。
 		敌人将会传送至距离你 %d 至 %d 码的范围内,并被震慑、致盲、混乱或者定身 %d 回合。
@@ -22430,11 +23473,11 @@ section "game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua"
 
 t("Dimensional Step", "空间跳跃")
 t("You do not have line of sight.", "你没有视线")
-t("#Source# folds space with with #target#!", "#Source# 折叠了与 #target# 之间的空间!")
-t("#Source#'s space-time folding with #target# fizzles!", "#Source# 和 #target# 的时空折叠失败了!")
-t("#Source# resists #target#'s space-time folding!", "#Source# 抵抗了 #target# 的时空折叠!")
-t("%s's space-time folding fizzles!", "%s 的时空折叠失败了!")
-t("%s emerges from a space-time rift!", "%s 从时空虫洞中出现!")
+t("#Source# folds space with with #target#!", "#Source#折叠了与#target#之间的空间!")
+t("#Source#'s space-time folding with #target# fizzles!", "#Source#和#target#的时空折叠失败了!")
+t("#Source# resists #target#'s space-time folding!", "#Source#抵抗了#target#的时空折叠!")
+t("%s's space-time folding fizzles!", "%s的时空折叠失败了!")
+t("%s emerges from a space-time rift!", "%s从时空虫洞中出现!")
 t([[Teleports you to up to %d tiles away, to a targeted location in line of sight.
 		At talent level 5 you may swap positions with a target creature.]], [[将你传送到 %d 码视野范围内的指定地点。
 		在等级 5 时,你可以与指定的目标交换位置。]])
@@ -22448,7 +23491,7 @@ t("@Target@ moves onto the wormhole.", "@Target@踩中了虫洞。!")
 t("%s tries to enter the wormhole but a violent force pushes it back.", "%s试图进入虫洞但是一股猛力将其强行推送了回来。")
 t("%s ignores the wormhole.", "%s无视了虫洞。")
 t("Reality asserts itself and forces the wormhole shut.", "现实世界进行自我调谐强行关闭了虫洞。")
-t("%s folds the space between two points.", "%s 折叠了两点之间的空间。")
+t("%s folds the space between two points.", "%s折叠了两点之间的空间。")
 t([[You fold the space between yourself and a second point within a range of %d, creating a pair of wormholes.  Any creature stepping on either wormhole will be teleported near the other (radius %d accuracy).  
 		The wormholes will last %d turns and must be placed at least two tiles apart.
 		The chance of teleporting enemies will scale with your Spellpower.]], [[你创造一对虫洞,使你所在之处和 %d 码范围内一点的空间重叠。  任何踏入虫洞的生物会被传送至另一个虫洞附近 (精度半径 %d )。  
@@ -22467,7 +23510,7 @@ t("Celerity", "迅捷")
 t("When you move you gain %d%% movement speed for %d turns.  This effect stacks up to three times but can only occur once per turn.", "当你移动时,你获得 %d%% 移动速度,持续 %d 回合。  这个效果可以叠加三次,每回合只能触发一次。")
 t("Time Dilation", "时间膨胀")
 t([[When you use a non-instant chronomancy spell you gain %d%% attack, spell, and mind speed for %d turns.  This effect stacks up to three times but can only occur once per turn.
-		]], [[当你使用非瞬发时空系法术,你获得 %d%% 战斗、施法和精神速度,持续 %d 回合。这个效果可以叠加三次,每回合只能触发一次。 
+		]], [[当你使用非瞬间时空系法术,你获得 %d%% 战斗、施法和精神速度,持续 %d 回合。这个效果可以叠加三次,每回合只能触发一次。
 		]])
 t("Haste", "加速")
 t("Increases your global speed by %d%% for %d game turns.", "增加你的整体速度 %d%% ,持续 %d 游戏回合。")
@@ -22538,6 +23581,18 @@ t([[For the next %d turns you may not create minor anomalies.  You do not regain
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/temporal-archery.lua"
 
+t("Phase Shot", "相位射击")
+t("You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.", "你射出一枚在相位空间外的子弹,这使它可以忽视敌方护甲。此次射击会对目标造成 %d%% 时空武器伤害。")
+t("Unerring Shot", "必中射击")
+t("You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.", "你集中注意力射出极精准的一箭,造成 %d%% 武器伤害。接下来的一回合内,因时空延续,攻击加成保留。")
+t("Perfect Aim", "完美瞄准")
+t([[You focus your aim, increasing your critical damage multiplier by %d%% and your physical and spell critical strike chance by %d%%
+		The effect will scale with your Spellpower.]], [[集中你的注意力瞄准,增加你的暴击加成 %d%% 并提高你的物理和法术暴击率 %d%% 。
+		受魔法影响,效果按比例加成。]])
+t("Quick Shot", "快速射击")
+t([[You pause time around you long enough to fire a single shot, doing %d%% damage.
+		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]], [[你暂停时间给你足够的空闲射出一支箭,造成 %d%% 伤害。
+		伤害受紊乱值影响,按比例加成,另外技能等级提高可以降低冷却时间。]])
 
 
 ------------------------------------------------
@@ -22564,7 +23619,7 @@ t([[When you hit with Weapon Folding you have a %d%% chance of dealing an additi
 t("Weapon Folding", "武器折叠")
 t([[Folds a single dimension of your weapons (or ammo) upon itself, adding %0.2f temporal damage to your strikes.
 		Additionally you have a %d%% chance to gain 10%% of a turn when your weapons hit.
-		The damage will scale with your Spellpower.]], [[将时空折叠在武器 \ 弹药上,造成额外 %0.2f 时空伤害。
+		The damage will scale with your Spellpower.]], [[将时空折叠在武器/弹药上,造成额外 %0.2f 时空伤害。
 		同时武器命中时你有 %d%% 几率获得 10%% 回合的时间。
 		伤害受法术强度加成。]])
 t("Invigorate", "鼓舞")
@@ -22595,6 +23650,8 @@ t([[Attack the target with either your ranged or melee weapons for %d%% damage.
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/temporal-hounds.lua"
 
+t("A trained hound that appears to be all at once a little puppy and a toothless old dog.", "一条受训的猎犬,它的形态在小狗崽到掉牙的老狗之间来回切换")
+t("temporal-hound", "时空守卫")
 t("Temporal Hounds", "时空猎犬")
 t([[Upon activation summon a Temporal Hound.  Every %d turns another hound will be summoned, up to a maximum of three hounds. If a hound dies you'll summon a new hound in %d turns.  
 		Your hounds inherit your increased damage percent, have %d%% physical resistance and %d%% temporal resistance, and are immune to teleportation effects.
@@ -22678,7 +23735,8 @@ t([[Rethread the timeline, dealing %0.2f temporal damage to the target before mo
 		伤害受法术强度加成。]])
 t("Temporal Fugue", "时间复制")
 t("%s's Fugue Clone", "%s 的时间复制体")
-t("The real %s... or so %s says.", "真正的%s... 或者 %s 这样说。")
+t("The real %s... or so %s says.", "真正的%s... 或者%s这样说。")
+t("Fugue Clone", "时间复制")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t([[For the next %d turns two alternate versions of you enter your timeline.  While the effect is active all damage done by you or your copies is reduced by two thirds and all damage received is split between the three of you.
 		Temporal Fugue does not normally cooldown while active.  You may take direct control of your clones, give them orders, and set their talent usage.
@@ -22695,7 +23753,7 @@ t("Cease to Exist", "存在抹杀")
 t("The timeline is too fractured to do this now.", "目前的时间线过于破碎。")
 t("#LIGHT_BLUE#%s never existed, this never happened!", "#LIGHT_BLUE#%s 不存在,也不会发生!")
 t("#LIGHT_STEEL_BLUE#%s tries to remove %sself from existance!", "#LIGHT_STELL_BLUE#%s试图抹杀%s自己!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[Over the next %d turns, you attempt to remove the target from the timeline, lowering its resistance to physical and temporal damage by %d%%.
 		If you manage to kill the target while the spell is in effect, you'll be returned to the point in time you cast this spell and the target will be slain.
 		This spell splits the timeline.  Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.
@@ -22713,17 +23771,17 @@ t([[Pull a bolt of temporal energy back through time.  The bolt will home in on
 		The bolt gains 5%% damage each time it moves and the damage will scale with your Spellpower.
 		At talent level five cooldowns are reduced by two.]], [[ 将一道时空之箭射入时间线中。
 		时空之箭会返回你的位置,对路径上目标造成 %0.2f 时空伤害。每飞行 1 格,伤害增加 5%% 。
-		每命中一个目标会减少你随机一个冷却中的时空技能一回合 CD。
-		技能等级 5 时,减少 2 回合cd。]])
+		每命中一个目标,你随机一个时空技能冷却时间减少1回合。
+		技能等级 5 时,改为减少 2 回合。]])
 t("Time Skip", "时间跳跃")
 t("%s is immune!", "%s 免疫了!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Something has prevented the timetravel.", "某物阻止了时空旅行")
 t("temporal instability", "时间不稳定性")
-t("%s has moved forward in time!", "%s 的时间被向前推移!")
+t("%s has moved forward in time!", "%s的时间向前推移!")
 t([[Inflicts %0.2f temporal damage.  If your target survives, it may be removed from time for %d turns.
 		The damage will scale with your Spellpower.]], [[造成 %0.2f 时空伤害。如果你的目标存活,他将被从这个时空放逐 %d 回合。
-		伤害受到法术强度加成。	]])
+		伤害受到法术强度加成。]])
 t("Temporal Reprieve", "时空避难所")
 t("This talent cannot be used from within the reprieve.", "该技能不能在此时使用。")
 t("This talent cannot be used here.", "该技能不能在此处使用。")
@@ -22809,11 +23867,11 @@ section "game/modules/tome/data/talents/corruptions/bone.lua"
 
 t("Bone Spear", "白骨之矛")
 t([[Conjures up a spear of bones, doing %0.2f physical damage to all targets in a line.  Each target takes an additional %d%% damage for each magical debuff they are afflicted with up to a max of %d%% (%d).
-		The damage will increase with your Spellpower.]], [[ 释放一根骨矛,对一条线上的目标造成 %0.2f 物理伤害。这些目标每具有一个魔法负面效果,就额外受到 %d%% 的伤害,最多达到 %d%% ( %d 个)。
+		The damage will increase with your Spellpower.]], [[ 释放一根骨矛,对一条线上的目标造成 %0.2f 物理伤害。这些目标每具有一个魔法负面效果,就额外受到 %d%% 的伤害,最多达到 %d%%( %d 个)。
 		受法术强度影响,伤害有额外加成。]])
 t("Bone Grab", "白骨之握")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists being teleported by Bone Grab!", "%s 抵抗了骨矛的传送!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists being teleported by Bone Grab!", "%s抵抗了骨矛的传送!")
 t([[Grab a target and teleport it to your side or if adjacent up to 6 spaces away from you, pinning it there with a bone rising from the ground for %d turns.
 		The bone will also deal %0.2f physical damage.
 		The damage will increase with your Spellpower.]], [[抓住目标将其传送到你的身边,或将身边的目标丢到最多 6 格之外。从地上冒出一根骨刺,将其定在那里,持续 %d 回合。
@@ -22821,7 +23879,7 @@ t([[Grab a target and teleport it to your side or if adjacent up to 6 spaces awa
 		伤害受法术强度加成。]])
 t("Bone Spike", "白骨尖刺")
 t([[Whenever you use a non-instant talent you launch a spear of bone at all enemies afflicted by 3 or more magical detrimental effects dealing %d physical damage to all enemies it passes through.
-		The damage will increase with your Spellpower.]], [[每当你使用一个非瞬发的技能,你朝周围所有具有 3 个或以上魔法负面效果的敌人射出骨矛,对一条直线上的敌人造成 %d 伤害。
+		The damage will increase with your Spellpower.]], [[每当你使用一个非瞬间的技能,你朝周围所有具有 3 个或以上魔法负面效果的敌人射出骨矛,对一条直线上的敌人造成 %d 伤害。
 		伤害受法术强度加成。]])
 t("Bone Shield", "白骨护盾")
 t("#SLATE#(%d to bones)#LAST#", "#SLATE#(%d 骨盾)#LAST#")
@@ -22931,7 +23989,7 @@ t([[Make your target's diseases burst, doing %0.2f blight damage for each diseas
 		受法术强度影响,伤害有额外加成。]])
 t("Catalepsy", "僵硬瘟疫")
 t("Diseases #DARK_GREEN#BURN THROUGH#LAST# %s!", "疾病在 %s 身上 #DARK_GREEN#燃烧#LAST# !")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t("All your foes within a radius %d ball infected with a disease enter a cataleptic state, stunning them for %d turns and dealing %d%% of all remaining disease damage instantly.", "所有 %d 码球形范围内感染疾病的目标进入僵硬状态,震慑它们 %d 回合并立即爆发 %d%% 剩余所有疾病伤害。")
 t("Epidemic", "传染病")
 t("The diseases of %s spread!", "%s的疾病在传播!")
@@ -22980,14 +24038,15 @@ t([[Your blood turns into an acidic mixture. When you get hit, the attacker is s
 section "game/modules/tome/data/talents/corruptions/rot.lua"
 
 t("Infectious Bite", "传染性啃咬")
-t("@Source@ bites blight poison into @target@.", "@Source@ 将枯萎毒素注入 @target@。")
+t("@Source@ bites blight poison into @target@.", "@Source@将枯萎毒素注入 @target@。")
 t([[Bite the target, dealing %d%% melee damage  
 		If the attack hits you'll inject blight poison into the target, dealing %0.2f blight damage and a further %0.2f blight damage over 4 turns.
 		The bonus damage improves with your Spellpower.]], [[啃咬目标,造成 %d%% 武器伤害。 
 		如果攻击击中目标你会注入瘟疫病毒, 造成 %0.2f 枯萎伤害并在 4 回合内造成 %0.2f 枯萎伤害。
 		伤害受法术强度加成。]])
 t("A worm spawned from a damaged horror.  Destroying it may have consequences.", "虫子从受伤的恐魔身上产生,消灭它会带来某些后果。")
-t("%s exudes a corrupted gas as it dies.", "%s 死亡时释放出腐气。")
+t("%s exudes a corrupted gas as it dies.", "%s死亡时释放出腐气。")
+t("Summon", "召唤")
 t("Infestation", "侵扰")
 t([[Your body has become a mass of living corruption, increasing your blight and acid resistance by %d%% and blight affinity by %d%%.
 On taking damage greater than 15%% of your maximum health, the damage will be reduced by %d%% and a carrion worm mass will burst forth onto a nearby tile, attacking your foes for 5 turns.
@@ -23091,11 +24150,11 @@ t([[Call upon the essence of the supreme demon overlord Urh'Rok to turn into a d
 		当你处于恶魔形态时,恶魔空间的火焰会治疗你。 
 		受法术强度影响,抵抗和治疗量有额外加成。]])
 t("Fearscape", "恶魔空间")
-t("This spell cannot be used from within the Fearscape.", "该技能不能在恐惧长廊使用。")
+t("This spell cannot be used from within the Fearscape.", "该技能不能在恶魔空间使用。")
 t("This spell cannot be cast here.", "该技能不能在这里使用。")
 t("The spell fizzles...", "法术失败了...")
-t("#LIGHT_RED#You are taken to the Fearscape!", "#LIGHT_RED#你被带到了恐惧长廊!")
-t("#LIGHT_RED#You are brought back from the Fearscape!", "#LIGHT_RED#你被带回了恐惧长廊!")
+t("#LIGHT_RED#You are taken to the Fearscape!", "#LIGHT_RED#你被带到了恶魔空间!")
+t("#LIGHT_RED#You are brought back from the Fearscape!", "#LIGHT_RED#你被带回了恶魔空间!")
 t([[Summon a part of the Fearscape to intersect with the current level.
 		You and your target are taken to the Fearscape, trapped there until you end the spell or until your target dies.
 		While inside, a constant aura of flames will burn both of you for %0.2f fire damage (demons are healed instead) each turn.
@@ -23166,7 +24225,7 @@ t([[You manipulate the vim of your target to temporarily invert all healing done
 		5 回合内目标受到的所有治疗将变成 %d%% 治疗量的枯萎伤害。
 		效果受法术强度加成。]])
 t("Vile Transplant", "邪恶移植")
-t("#CRIMSON##Source# transfers an effect (%s) to #Target#!", "#CRIMSON##Source# 将一项效果 (%s) 转移至 #Target#!")
+t("#CRIMSON##Source# transfers an effect (%s) to #Target#!", "#CRIMSON##Source#将一项效果(%s)转移至#Target#!")
 t([[You transfer up to %d physical or magical detrimental effects currently affecting you to a nearby creature by touching it.
 		The transfer takes %0.1f%% of your remaining life for each effect transferred and heals the target for the same amount.
 		The chance to transfer each effect increases with your Spellpower.]], [[你将至多 %d 个物理与魔法负面状态转移给附近的一个生物。
@@ -23194,7 +24253,7 @@ t("Vimsense", "活力感知")
 t([[Feel the very existence of creatures around you for %d turns, in a radius of 10.
 		The evil touch will reduce their blight resistance by %d%% and all saves by %d, but also make them aware of you.
 		The resistance and save reduction will improve with your Spellpower.]], [[感受你周围 10 码半径范围内怪物的位置,持续 %d 回合。 
-		这个邪恶的力量同时会降低目标 %d%% 枯萎抵抗和 %d 全体豁免,但也会使它们察觉到你。 
+		这个邪恶的力量同时会降低目标 %d%% 枯萎抵抗和 %d 全体豁免,但也会使它们察觉到你。
 		受法术强度影响,抵抗的降低效果有额外加成。]])
 t("Leech", "活力吸取")
 t("Each time a creature affected by vimsense hurts you, you regain %0.2f vim and %0.2f health.", "每当被活力感知发现的敌人攻击你时,你回复 %0.2f 活力值和 %0.2f 生命值。")
@@ -23244,7 +24303,7 @@ section "game/modules/tome/data/talents/cunning/artifice.lua"
 t([[#YELLOW#%s (prepared, level %s)#LAST#:
 ]], [[#YELLOW#%s (已准备, 等级 %s)#LAST#:
 ]])
-t("#GREY#You notice %s has prepared: %s.", "#GREY#你发现 %s 准备了: %s。")
+t("#GREY#You notice %s has prepared: %s.", "#GREY#你发现 %s 准备了:%s。")
 t("Rogue's Tools", "盗贼工具箱")
 t([[With some advanced preparation, you learn to create and equip one of a number of useful tools (at #YELLOW#level %d#WHITE#):
 
@@ -23290,16 +24349,16 @@ Mastering a new tool places it (and its special effects, as appropriate) on cool
 效果取决于技能等级。
 强化工具将使其进入冷却。]])
 t("Hidden Blades", "隐匿刀锋")
-t("#Source# strikes #target# with hidden blades!", "#Source# 使用隐藏的刀片击中了 #target# !")
+t("#Source# strikes #target# with hidden blades!", "#Source#使用隐藏的刀片击中了#target#!")
 t("Melee criticals trigger an extra unarmed attack, inflicting %d%% damage. 4 turn cooldown.", "近战暴击触发额外 %d%% 伤害徒手攻击, 4 回合冷却。")
 t([[You conceal spring loaded blades within your equipment. On scoring a critical strike, you follow up with your blades for %d%% damage (as an unarmed attack).
 This talent has a cooldown.
 #YELLOW#Prepared with: %s#LAST#]], [[你将刀片隐藏在装备中,当你对临近目标造成暴击时,刀片自动弹出,造成 %d%% 徒手武器伤害。
 该技能有冷却时间。 
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Assassinate", "暗杀")
 t("You must have Hidden Blades prepared to use this talent.", "你必须准备好隐藏刀片来使用该技能。")
-t("#Source# strikes at a vital spot on #target#!", "#Source# 攻向 #target#的要害!")
+t("#Source# strikes at a vital spot on #target#!", "#Source#攻向#target#的要害!")
 t("You prime your Hidden Blades to cause bleeding and facilitate the Assassinate ability, which allows you to strike twice for %d%% unarmed damage, hitting automatically while ignoring armor and resistance.", "你的隐匿刀锋会触发流血效果,同时强化暗杀技能,自动攻击两次造成 %d%% 徒手伤害,无视护甲与抗性。")
 t([[You strike your target with your Hidden Blades twice in a vital spot for %d%% unarmed (physical) damage.  You must be able to see your target to use this attack, but it always hits and ignores all armor and physical resistance.
 In addition, your hidden blades now inflict a further %d%% of all damage dealt as bleeding over 5 turns.]], [[你用隐匿刀锋攻击两次,每次造成 %d%% 徒手伤害。需要看见目标来使用该技能,该技能无视护甲和物理抗性。
@@ -23309,7 +24368,7 @@ t("%s is cured!", "%s 被治愈!")
 t("Prepare a potion that restores %d life, %d stamina, and cures %d negative physical effects. 20 turn cooldown.", "准备药剂,回复 %d 生命, %d 体力, 解除 %d 项物理负面状态。20 回合冷却。")
 t([[Imbibe a potent mixture of energizing and restorative substances, restoring %d life, %d stamina and curing %d detrimental physical effects.  The restorative effects improve with your Cunning.
 	#YELLOW#Prepared with: %s#LAST#]], [[制造强效恢复药酒, 使用后回复 %d 生命, %d 体力并解除 %d 项物理负面效果。该效果受灵巧加成。
-	#YELLOW#准备于: %s#LAST#]])
+	#YELLOW#准备于:%s#LAST#]])
 t("Rogue's Brew Mastery", "佳酿强化")
 t("Your Rogue's Brew fortifies you for 8 turns, preventing you from dying until you reach -%d life.", "调整配方,8 回合内生命底限增加 %d 。")
 t("Adjust your Rogue's Brew formulation so that it fortifies you for 8 turns, preventing you from dying until you reach -%d life.", "调整配方,8 回合内生命底限增加 %d 。")
@@ -23319,28 +24378,28 @@ t([[Throw a vial of volatile liquid that explodes in a radius %d cloud of smoke
 		Use of this talent will not break stealth, and creatures affected by the smokes can never prevent you from activating stealth, even if their proximity would normally forbid it.
 		#YELLOW#Prepared with: %s#LAST#]], [[扔出烟雾弹,产生半径 %d 的烟雾,持续 %d 回合。烟雾阻挡视野,所有烟雾中的敌人视野下降 %d 。
 		使用该技能不解除潜行。被烟雾影响的生物不能阻止你潜行。
-		#YELLOW#准备于: %s#LAST#]])
+		#YELLOW#准备于:%s#LAST#]])
 t("Smokescreen Mastery", "强化烟雾弹")
 t("Your Smokescreen is infused with chokedust. Enemies in the smoke take %0.2f nature damage and may be silenced.", "你的烟雾弹中加入了窒息粉尘。每回合烟雾中的敌人将受到 %0.2f 自然伤害并有几率被沉默。")
 t("You infuse your smoke bomb with chokedust. Each turn, enemies in the smoke take %0.2f nature damage and are 50%% likely to be silenced.", "你的烟雾弹中加入了窒息粉尘。每回合烟雾中的敌人将受到 %0.2f 自然伤害并有 50%% 几率被沉默。")
 t("Dart Launcher", "飞镖发射器")
-t("%s resists the sedation!", "%s 抵抗了睡眠!")
+t("%s resists the sedation!", "%s抵抗了睡眠!")
 t("Fire a poisoned dart dealing %0.2f physical damage that puts the target to sleep for 4 turns. 10 turn cooldown.", "发射毒镖,造成 %0.2f 物理伤害,沉睡 4 回合。10 回合冷却时间。")
 t([[Fire a poisoned dart from a silent, concealed launcher on your person that deals %0.2f physical damage and puts the target (living only) to sleep for 4 turns, rendering them unable to act. Every %d points of damage the target takes brings it closer to waking by 1 turn.
 This can be used without breaking stealth.
 #YELLOW#Prepared with: %s#LAST#]], [[从无声发射器中发射毒镖,造成 %0.2f 物理伤害,并催眠生物 4 回合。每受到 %d 点伤害,睡眠时间减少一回合。
 使用该技能不解除潜行。
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Dart Launcher Mastery", "毒镖强化")
 t("Your darts ignore poison and sleep immunity and waking targets are slowed by %d%% for 4 turns.", "睡眠毒素无视免疫,且使目标醒来后减速 %d%% 4 回合。")
 t("The sleeping poison of your Dart Launcher becomes potent enough to ignore immunity, and upon waking the target is slowed by %d%% for 4 turns.", "睡眠毒素无视免疫,且使目标醒来后减速 %d%% 4 回合。")
 t("Grappling Hook", "钩爪")
 t("You are too close to your target to swing your hook effectively!", "你距离目标太近了,不方便使用钩爪!")
-t("#Source# throws a grappling hook at #target#!", "#Source# 朝 #target# 扔出钩爪!")
-t("#Source#'s grappling hook latches onto #target#!", "#Source# 的钩爪命中了 #target#!")
-t("#Source# is dragged towards #target#!", "#Source# 被拉向 #target#!")
-t("#Target# is dragged towards #source#!", "#Target# 被拉向 #source#!")
-t("%s resists the pin!", "%s 抵抗了定身!")
+t("#Source# throws a grappling hook at #target#!", "#Source#朝#target#扔出钩爪!")
+t("#Source#'s grappling hook latches onto #target#!", "#Source#的钩爪命中了#target#!")
+t("#Source# is dragged towards #target#!", "#Source#被拉向#target#!")
+t("#Target# is dragged towards #source#!", "#Target#被拉向#source#!")
+t("%s resists the pin!", "%s抵抗了定身!")
 t("You cannot move!", "你无法移动!")
 t("You need more room to swing your hook effectively.", "你需要更多空间来使用钩爪。")
 t("%s uses a grappling hook to pull %s %s!", "%s使用钩爪来拉动%s向%s!")
@@ -23350,7 +24409,7 @@ t([[Toss out a grappling hook to a target within range %d.  If this strikes eith
 		Your grapple target must be at least 2 tiles from you.
 #YELLOW#Prepared with: %s#LAST#]], [[朝 %d 格范围内的目标发射钩爪,如果目标是墙壁、目标不能移动或目标体型比你大,你将被拉过去,否则将目标拉过来。之后,目标将被定身 2 回合。
 		钩爪至少要发射到两格外。
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Grappling Hook Mastery", "钩爪强化")
 t("Your grappling hook deals %d%% unarmed damage when it hits, plus a further %0.2f physical and %0.2f nature damage over 4 turns.", "被钩爪击中的生物受到 %d%% 徒手伤害 ,在 4 回合内受到 %0.2f 流血伤害和 %0.2f 自然毒素伤害。")
 t("Your grappling hook is tipped with vicious, venomous barbs. Creatures struck by it will be hit for %d%% unarmed damage, bleed for %0.2f physical damage and be poisoned for %0.2f nature damage over 4 turns.", "你的钩爪上涂有毒素且装有尖刺,被击中的生物受到 %d%% 徒手伤害 ,在 4 回合内受到 %0.2f 流血伤害和 %0.2f 自然毒素伤害。")
@@ -23367,7 +24426,7 @@ t([[Strike your opponent in the knee (or other critical point in an ambulatory a
 		这个射击将会穿过你和目标间的其他敌人。
 		受灵巧影响,减速效果有额外加成。]])
 t("Kill Shot", "致命狙击")
-t("#DARK_ORCHID##Source# snipes #Target# (%+d%%%%%%%% weapon bonus for range)!#LAST#", "#DARK_ORCHID##Source# 狙击了 #Target# (%+d%%%%%%%% 远程武器伤害加成)!#LAST#")
+t("#DARK_ORCHID##Source# snipes #Target# (%+d%%%%%%%% weapon bonus for range)!#LAST#", "#DARK_ORCHID##Source#狙击了#Target#(%+d%%%%%%%% 远程武器伤害加成)!#LAST#")
 t([[Employ a specialized sniping shot at a target.
 		This shot is focused on precision at long range and deals base %d%% ranged damage with a bonus that increases with distance.
 		The ranged bonus is %d%% (penalty) at point blank range, while at your maximum range of %d it is %d%%.
@@ -23421,6 +24480,8 @@ t("artifice", "诡计")
 t("Artificer's tools.", "诡计大师的工具。")
 t("tools", "工具")
 t("cunning", "灵巧")
+t("Called Shots", "精准射击")
+t("Inflict maximum pain to specific places on your enemies.", "向指定位置射出弹药造成大量伤害。")
 
 
 ------------------------------------------------
@@ -23475,7 +24536,7 @@ t("Your quick wits allow you to reset the cooldown of up to %d of your combat ta
 section "game/modules/tome/data/talents/cunning/poisons.lua"
 
 t("Apply Poison", "涂毒")
-t("%s resists the vile poison!", "%s 抵抗了邪恶毒素!")
+t("%s resists the vile poison!", "%s抵抗了邪恶毒素!")
 t([[Learn how to coat your melee weapons, throwing knives, sling and bow ammo with poison, giving your attacks a %d%% chance to poison the target for %d nature damage per turn for %d turns. Every application of the poison stacks, up to a maximum of %d nature damage per turn.
 		The damage scales with your Cunning.]], [[学会如何在近战武器、飞刀、弹药上涂毒,命中后有 %d%% 几率使目标中毒,每回合受到 %d 自然伤害,持续 %d 回合。毒素效果可以叠加至 %d 伤害每回合。
 		伤害受灵巧加成。]])
@@ -23540,7 +24601,7 @@ t("Stoning Poison", "石化毒素")
 t([[Enhance your Deadly Poison with a stoning agent.  Whenever you apply Deadly Poison, you afflict your target with an additional earth-based poison that inflicts %d nature damage per turn (stacking up to %d damage per turn) for %d turns.
 		After either %d turns or the poison has run its course (<100%% chance, see effect description), the target will be turned to stone for %d turns.
 		The damage scales with your Cunning.]], [[在你的武器上涂上石化毒素,额外造成每轮 %d 点自然伤害(可叠加至 %d ),持续 %d 回合。。 
-		%d 回合后或者毒素效果结束后(几率小于100%%,请参见效果介绍),目标将被石化 %d 回合。 
+		%d 回合后或者毒素效果结束后(几率小于100%%,请参见效果介绍),目标将被石化 %d 回合。
 		受灵巧影响,伤害按比例加成。]])
 
 
@@ -23718,8 +24779,12 @@ section "game/modules/tome/data/talents/cunning/traps.lua"
 t("#CADET_BLUE#Placing %s...", "CADET_BLUE#放置%s中")
 t("You cannot place a trap there.", "你不能在这里放置陷阱。")
 t("#CADET_BLUE#Your %s has expired.", "CADET_BLUE#你的%s消失了")
-t("@Source@ activates a prepared device.", "@Source@ 启动了预先准备好的装置。")
+t("@Source@ activates a prepared device.", "@Source@启动了预先准备好的装置。")
+t("shadowy assassin", "阴影刺客")
+t("A shadowy figure, garbed all in black.", "一名身穿黑衣的刺客。")
 t("#PINK#A %s materializes from the shadows!", "#PINK#A %s 从阴影中实体化!")
+t("bladestorm construct", "剑刃风暴装置")
+t("A lethal contraption of whirling blades.", "一堆旋转刀片的致命组合。")
 t("Trap Mastery", "陷阱专精")
 t("\
 #YELLOW#Newly prepared traps are put on cooldown.#LAST#", "\
@@ -23769,7 +24834,7 @@ t("#LIGHT_BLUE#Cancelled Trap Priming.", "#LIGHT_BLUE#取消即爆陷阱")
 t("#YELLOW_GREEN#Dismantling %s (instant trigger)", "#YELLOW_GREEN#放置 %s中(立刻触发)")
 t("#LIGHT_GREEN#Preparing %s (instant trigger)", "#LIGHT_GREEN#准备%s中(立刻触发)")
 t([[%sTier %d: %s#LAST#
-%s]], [[%s材质等级 %d : %s#LAST#
+%s]], [[%s材质等级 %d :%s#LAST#
 %s]])
 t([[You prepare an additional trap (up to tier %d) with a special primed trigger that causes it to activate immediately when deployed. (Use this ability to select the trap.)
 		Not all traps can be prepared this way and each trap can have only one type of preparation.
@@ -23783,7 +24848,7 @@ A trap with a primed trigger gains %+d%% effectiveness (replacing the normal bon
 %s 
 
 带有特殊启动机关的陷阱强度增加 %+d%% (取代陷阱专精的加成 ) ,有 %d%% 几率不破坏潜行。
-#YELLOW#当前选择的陷阱 : %s#LAST#]])
+#YELLOW#当前选择的陷阱 :%s#LAST#]])
 t("Springrazor Trap", "刀锋陷阱")
 t("springrazor trap", "刀锋陷阱")
 t("Shrapnel (radius 2) deals %0.2f physical damage, reduces accuracy, armour, and defence by %d.", "刀片(范围2) %0.2f 物理伤害, 减少命中、护甲和闪避 %d 。")
@@ -23796,7 +24861,7 @@ t("Deals %0.2f physical damage and pins, slows (30%%), and wounds for an additio
 t("Lay a pressure triggered bear trap that snaps onto the first creature passing over it.  Victims are dealt %0.2f physical damage and become snared (pinned and slowed 30%%) and wounded for %0.2f bleeding damage over 5 turns.  Creatures that avoid being snared still suffer bleeding damage.%s", "放置一个压力感应的捕熊陷阱,会捕获第一个经过的生物,造成 %0.2f 物理伤害,定身并减速 30%% ,持续 5 回合,并在期间受到 %0.2f 流血伤害。 %s")
 t("Disarming Trap", "缴械陷阱")
 t("disarming trap", "缴械陷阱")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Deals %0.2f acid damage, disarms for %d turns.", "%0.2f 酸性伤害, 缴械 %d 回合。")
 t("Lay a tricky trap that maims creatures passing by with acid doing %0.2f damage and disarming them for %d turns.", "放置一个缴械陷阱。经过的目标受到 %0.2f 点酸性伤害,并被缴械 %d 回合。")
 t("Pitfall Trap", "落穴陷阱")
@@ -23839,7 +24904,7 @@ t([[Lay a trap that releases a radius 3 cloud of thick poisonous gas lasting 4 t
 		该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Freezing Trap", "冰冻陷阱")
 t("freezing trap", "冻结陷阱")
-t("Explodes (radius 2):  Deals %0.2f cold damage and pins for 3 turns.  Area freezes (%0.2f cold damage, 25%% freeze chance) for 5 turns.", "爆炸 (范围 2): %0.2f 寒冷伤害并定身 3 回合。范围冻结 ( %0.2f 寒冷伤害, 25%% 冻结几率) 5回合。")
+t("Explodes (radius 2):  Deals %0.2f cold damage and pins for 3 turns.  Area freezes (%0.2f cold damage, 25%% freeze chance) for 5 turns.", "爆炸 (范围 2):%0.2f 寒冷伤害并定身 3 回合。范围冻结 ( %0.2f 寒冷伤害, 25%% 冻结几率) 5回合。")
 t([[Lay a trap that explodes into a radius 2 cloud of freezing vapour when triggered.  Foes take %0.2f cold damage and are pinned for 3 turns.
 		The freezing vapour persists for 5 turns, dealing %0.2f cold damage each turn to foes with a 25%% chance to freeze.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个陷阱,激活后产生半径 2 的冰冻气体,造成 %0.2f 寒冷伤害并定身 3 回合。
@@ -23847,18 +24912,18 @@ t([[Lay a trap that explodes into a radius 2 cloud of freezing vapour when trigg
 		该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Dragonsfire Trap", "龙火陷阱")
 t("dragonsfire trap", "龙火陷阱")
-t("Explodes (radius 2): stuns and combusts for %0.2f fire damage per turn for 3 turns.  Area deflagrates (%0.2f fire damage) for 5 turns.", "爆炸 (范围 2): 震慑并在3回合内每回合造成 %d 火焰伤害。范围火焰 ( %0.2f 火焰伤害) 持续5 回合。")
+t("Explodes (radius 2): stuns and combusts for %0.2f fire damage per turn for 3 turns.  Area deflagrates (%0.2f fire damage) for 5 turns.", "爆炸 (范围 2):震慑并在3回合内每回合造成 %d 火焰伤害。范围火焰 ( %0.2f 火焰伤害) 持续5 回合。")
 t([[Lay a pressure triggered trap that explodes in a radius 2 cloud of searing flames when triggered, stunning foes with the blast (%0.2f fire damage per turn) for 3 turns.
 		The deflagration persists in the area for 5 turns, burning foes for %0.2f fire damage each turn.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个压力感应陷阱,激活后产生半径 2 的火云 ,震慑敌人 (每回合 %0.2f 火焰伤害 ) 3 回合。
 		火焰持续 5 回合,每回合燃烧造成 %0.2f 火焰伤害。
 	 	 该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Gravitic Trap", "引力陷阱")
-t("@Source@ deploys a warped device.", "@Source@ 放置了一个扭曲的装置。")
+t("@Source@ deploys a warped device.", "@Source@放置了一个扭曲的装置。")
 t("gravitic trap", "引力陷阱")
 t("#LIGHT_STEEL_BLUE#%s distorts time and space!", "#LIGHT_STEEL_BLUE#%s 扭曲了时空!")
-t("#LIGHT_STEEL_BLUE##Target# pulls #Source# in!", "#LIGHT_STEEL_BLUE##Target# 将 #Source# 拉了过来!")
-t("#LIGHT_STEEL_BLUE##Source# resists the pull of #Target#!", "#LIGHT_STEEL_BLUE##Source# 抵抗了 #Target#的拉力!")
+t("#LIGHT_STEEL_BLUE##Target# pulls #Source# in!", "#LIGHT_STEEL_BLUE##Target# 将#Source#拉了过来!")
+t("#LIGHT_STEEL_BLUE##Source# resists the pull of #Target#!", "#LIGHT_STEEL_BLUE##Source#抵抗了#Target#的拉力!")
 t("Creates a radius 5 gravitic anomaly lasting up to %d turns.  Hostile creatures are dealt %d temporal damgae and pulled in.  Triggers out to range 1.", "制造范围 5 的重力异常,持续 %d 回合。敌对生物受到 %0.2f 时空伤害并被拉过去。触发距离最小为1。")
 t([[Lay a trap that creates a radius 5 gravitic anomaly when triggered by foes approaching within range 1.  Each turn, the anomaly deals %0.2f temporal damage (based on your Magic) to foes whle pulling them towards its center (chance increases with your combat accuracy or spell power, whichever is higher).
 		Each anomaly lasts %d turns (up to the amount of time since the last anomaly dissipated, based on your Trap Mastery skill).
@@ -23879,7 +24944,7 @@ They disappear after %d turns or when their work is done.]], [[放置一个魔
 杀死目标或者存在 %d 回合后,盗贼消失。]])
 t("Purging Trap", "净化陷阱")
 t("purging trap", "净化陷阱")
-t("Radius 2 antimagic: Drains up to %d mana, %d vim, %d positive/negative, deals up to %0.2f arcane damage.  Removes %d magical effects and silences for %d turns.", "半径 2 反魔: 吸收至多 %d 法力, %d 活力, %d 正负能量, 造成至多 %0.2f 奥术伤害。解除 %d 项魔法效果,沉默 %d 回合。")
+t("Radius 2 antimagic: Drains up to %d mana, %d vim, %d positive/negative, deals up to %0.2f arcane damage.  Removes %d magical effects and silences for %d turns.", "半径 2 反魔:吸收至多 %d 法力, %d 活力, %d 正负能量, 造成至多 %0.2f 奥术伤害。解除 %d 项魔法效果,沉默 %d 回合。")
 t([[Lay a trap that releases a burst of antimagic energies (radius 2), draining up to %d mana, %d vim, %d positive and %d negative energies from affected targets, while inflicting up to %0.2f arcane damage based on the resources drained, silencing for %d turns, and removing up to %d beneficial magical effects or sustains.
 		The draining effect scales with your Willpower, and you must have 25 Willpower to prepare this trap.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个陷阱,触发后释放半径 2 的反魔能量波,吸取至多 %d 法力 , %d 活力 , %d 正能量和 %d 负能量 , 并造成至多 %0.2f 奥术伤害(基于吸取能量),沉默 %d 回合,并解除至多 %d 项正面魔法状态或者维持技能。
@@ -23945,7 +25010,10 @@ t("Defiling Touch", "诅咒之触")
 t("curse", "诅咒")
 t("The %s lying nearby catches your attention. What draws you to it is not the thing itself, but something burning inside you. You feel contempt for it and all worldly things. This feeling is not new but the power of it overwhelms you. You reach out to touch the object, to curse it, to defile it. And you notice it begin to change. The colors of it begin to fade and are replaced with an insatiable hate. For a moment you hesitate. You know you must choose to resist this manifestation of your curse now and forever, or fall further into your madness.", "地上的%s引起了你的注意。吸引你的并不是物体本身,而是在你心底熊熊燃烧的憎恨之火。你对它充满着憎恨,正如你憎恨着世间万物一般。对你而言,这种感觉已经相当的熟悉,但是这一次,这股憎恨已经快要支配你了。你伸出手拾起了它 , 发自内心地诅咒它、污染它。紧接着,你发现它发生了变化。它的光泽开始暗淡,继而充斥着无尽的憎恨。那一瞬间,你犹豫了。你知道命运的抉择正放在面前,要么从今天起抵抗身上的诅咒,并与之对抗终身;要么继续放纵自我,任由诅咒带你堕入这疯狂的深渊。")
 t("The %s lies defiled at your feet. An aura of hatred surrounds you and you now feel truly cursed. You have gained the Cursed Aura talent tree and 1 point in Defiling Touch, but at the cost of 2 Willpower.", "你的脚下躺着受诅咒的%s。一个诅咒光环笼罩了你,你感到自己被诅咒了。你获得了诅咒光环技能树和等级 1 的诅咒之触,但是需永久消耗 2 点意志。")
+t("Cursed Fate", "被诅咒的命运")
 t("The %s returns to normal and your hate subsides.", "这个%s变回原样,你的仇恨消弭了。")
+t("Release your hate upon the object", "将你的憎恨释放到物品上")
+t("Suppress your affliction", "压制你的憎恨之意")
 t([[Your defiling touch permeates everything around you, permanently imparting a random curse on each item you find. When you equip a cursed item, you gain the effects of that curse (shown as a beneficial effect). Each item with the same curse that is equipped increases the curse's power.  Initially curses are harmful, but powerful benefits accumulate as the power of the curse increases.
 		The Dark Gifts talent unlocks higher level curse effects and increases their power.
 		Your aura permeates your equipment more thoroughly with talent level and can affect items as follows:
@@ -23967,7 +25035,7 @@ t([[Your defiling touch permeates everything around you, permanently imparting a
 		等级 6 ——诅咒戒指
 		等级 7 ——诅咒项链
 		等级 8 ——诅咒灯具
-		等级 9 ——诅咒工具 / 图腾 / 项圈 /魔棒
+		等级 9 ——诅咒工具/图腾/项圈/魔棒
 		等级 10 ——诅咒弹药
 		在等级 5 时,你可以激活此技能形成 1 个光环,增加 2 级你选择的诅咒效果( 当前 %s)。 
 		同时,技能等级在 5 以上时会减轻诅咒的负面效果(现在减少 %d%% ) ]])
@@ -23980,12 +25048,12 @@ t("Ruined Earth", "毁灭大地")
 t("Curse the earth around you in a radius of %d for %d turns. Any who stand upon it are weakened, reducing the damage they inflict by %d%%", [[诅咒你周围 %d 码半径范围的大地,持续 %d 回合。 
 		任何站在大地上的目标将会被虚弱,减少它们 %d%% 的伤害。]])
 t("Choose Cursed Sentry", "选择诅咒守卫")
-t("Cursed Sentry", "诅咒护卫")
 t("You cannot use %s without a weapon in your inventory!", "使用 %s 你的物品栏内必须得有装备!")
 t("animated %s", "活化的%s")
 t("A weapon imbued with a living curse. It seems to be searching for its next victim.", "被诅咒唤醒的武器,似乎正在寻找下一名受害者。")
 t("#ffa0ff#%s returns to your bags!", "#ffa0ff#%s 回到背包中!")
 t("Your animated sentry struggles for a moment and then returns to your inventory inexplicably.", "你的诅咒守卫挣扎了一会,返回了你的物品栏。")
+t("Cursed Sentry", "诅咒护卫")
 t([[Instill a part of your living curse into a weapon in your inventory, and toss it nearby. This nearly impervious sentry will attack all nearby enemies for %d turns. When the curse ends, the weapon will drop to the ground.
 			Cursed Sentry attack speed (currently %d%%) will improve with talent level.
 			When you first select a weapon, it will be remembered and used as long as it's in your inventory. Use Choose Cursed Sentry talent to alter your selection.
@@ -24003,7 +25071,7 @@ section "game/modules/tome/data/talents/cursed/cursed-form.lua"
 
 t("Unnatural Body", "诅咒之体")
 t([[Your body's strength is fed by your hatred. This causes most forms of healing to be between 50%% effective (at 0 Hate) to 100%% effective (at 100+ Hate). In addition, after each kill, you store the waning life force to invigorate yourself, restoring %d life (limited by the foe's maximum life, up to a maximum of %d at any time).  You can heal no more than %0.1f life per turn this way, and it is not affected by your hatred level or other effects.
-		Healing from kills improves with your Willpower.]], [[你的力量来源于心底的憎恨,这使得大部分治疗效果减至原来的 50%% ( 0 仇恨)~ 100%% ( 100+ 仇恨)。 
+		Healing from kills improves with your Willpower.]], [[你的力量来源于心底的憎恨,这使得大部分治疗效果减至原来的50%%(0仇恨)~100%%(100+仇恨)。
 		另外,每次击杀敌人你将存储生命能量来治疗自己,回复 %d 点生命(受敌人最大生命值限制,任何时候不能超过 %d 点)。这个方式带来的每回合回复量不能超过 %0.1f 点生命,也不受仇恨等级或治疗加成等因素影响。 
 		受意志影响,通过杀死敌人获得的治疗量有额外加成。]])
 t("Relentless", "鲜血渴望")
@@ -24095,8 +25163,8 @@ t([[Enhances your feeding by reducing your targeted foe's damage by %d%%, and in
 		受精神强度影响,效果有额外加成。]])
 t("Feed Strengths", "腐蚀吸食")
 t([[Enhances your feeding by reducing your targeted foe's resistances, multiplying them by %0.2f and increasing your resistances by the amount drained. Resistance to "all" is not affected.
-		Improves with your Mindpower.]], [[提高你的吸食能力,将目标的伤害抗性降低到原来的 %0.2f 倍,并增加你同样数值的状态抵抗。 
-		对“所有”抗性无效。 
+		Improves with your Mindpower.]], [[提高你的吸食能力,将目标的伤害抗性降低到原来的 %0.2f 倍,并增加你同样数值的状态抵抗。
+		对“所有”抗性无效。
 		受精神强度影响,效果有额外加成。]])
 
 
@@ -24139,9 +25207,9 @@ t([[When you focus your attacks on a single foe and strike them in melee for two
 		Bonus level 3: +%d Accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit
 		The accuracy bonus improves with your Willpower, and the melee damage bonus with your Strength.]], [[当你连续两回合持续近战攻击同一个目标时,你将憎恨目标并追踪目标,效果持续 %d 回合或直到目标死亡。 
 		你每回合攻击追踪目标都将获得可叠加增益效果,该效果在你不攻击会减少 1 重效果。 
-		1 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
-		2 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
-		3 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
+		1 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
+		2 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
+		3 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
 		受意志影响,命中有额外加成。 
 		受力量影响,近战伤害有额外加成。]])
 t("Harass Prey", "痛苦折磨")
@@ -24149,7 +25217,7 @@ t("#F53CBE#%s's %s is disrupted!", "#F53CBE#%s的%s中断了!")
 t([[Harass your stalked victim with two quick attacks for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage each. Each attack that scores a hit disrupts one talent, rune or infusion for %d turns. Your opponent will be unnerved by the attacks, reducing the damage they deal by %d%% for %d turns.
 		Damage reduction increases with the Willpower stat.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[用两次快速的攻击折磨你追踪的目标 , 每次攻击造成 %d%% ( 0 仇恨)~ %d%% ( 100+ 仇恨)的伤害。并且每次攻击都将干扰目标某项技能、纹身或符文,持续 %d 回合。目标会因为你的攻击而气馁,它的伤害降低 %d%% ,持续 %d 回合。 
+		This talent will also attack with your shield, if you have one equipped.]], [[用两次快速的攻击折磨你追踪的目标 , 每次攻击造成 %d%% (0仇恨)~ %d%% (100+仇恨)的伤害。并且每次攻击都将干扰目标某项技能、纹身或符文,持续 %d 回合。目标会因为你的攻击而气馁,它的伤害降低 %d%% ,持续 %d 回合。
 		受意志影响,伤害降低有额外加成。
 		
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
@@ -24174,8 +25242,8 @@ t([[Let hate fuel your movements. While active, you gain %d%% movement speed. Th
 section "game/modules/tome/data/talents/cursed/fears.lua"
 
 t("Instill Fear", "恐惧灌输")
-t("%s resists the fear!", "%s 抵抗了恐惧!")
-t("#F53CBE#%s resists the fear!", "#F53CBE#%s 抵抗了恐惧!")
+t("%s resists the fear!", "%s抵抗了恐惧!")
+t("#F53CBE#%s resists the fear!", "#F53CBE#%s抵抗了恐惧!")
 t([[Instill fear in your foes within %d radius of a target location dealing %0.2f mind and %0.2f darkness damage and causing one of 4 possible fears that last for %d turns.
 		The targets can save vs your Mindpower to resist the effect.
 		Fear effects improve with your Mindpower.
@@ -24212,11 +25280,11 @@ t("Panic your enemies within a range of %d for %d turns. Anyone who fails to mak
 section "game/modules/tome/data/talents/cursed/force-of-will.lua"
 
 t("Willful Strike", "偏执打击")
-t("#Source# was blasted %d spaces into #Target#!", "#Source# 被推送 %d 格进入 #Target# !")
-t("#Source# was blasted into #Target#!", "#Source# 撞向 #Target#!")
-t("%s was smashed back %d spaces!", "%s 被击退 %d 格!")
-t("%s was smashed!", "%s 被粉碎!")
-t("%s was blasted back %d spaces!", "%s 被击退 %d 格!")
+t("#Source# was blasted %d spaces into #Target#!", "#Source# 被推送%d格进入#Target#!")
+t("#Source# was blasted into #Target#!", "#Source#撞向#Target#!")
+t("%s was smashed back %d spaces!", "%s被击退%d格!")
+t("%s was smashed!", "%s被粉碎!")
+t("%s was blasted back %d spaces!", "%s被击退%d格!")
 t([[Focusing your hate, you strike your foe with unseen force for %d damage and %d knockback.
 		In addition, your ability to channel force with this talent increases all critical damage by %d%% (currently: %d%%)
 		Damage increases with your Mindpower.]], [[专注你的仇恨,你用无形的力量打击敌人造成 %d 点伤害和 %d 码击退效果。 
@@ -24224,10 +25292,10 @@ t([[Focusing your hate, you strike your foe with unseen force for %d damage and
 		受精神强度影响,伤害有额外加成。]])
 t("Deflection", "念力折射")
 t("Deflection (%d)", "念力折射 (%d)")
-t("You have deflected %d incoming damage!", "你偏转了 %d 所受伤害。")
+t("You have deflected %d incoming damage!", "你偏转了%d所受伤害。")
 t([[Create a barrier that siphons hate from you at the rate of 0.2 a turn. The barrier will deflect 50%% of incoming damage with the force of your will, up to %d damage. The barrier charges at a rate of 1/%d of its maximum charge per turn.
 		In addition, your ability to channel force with this talent increases all critical damage by %d%% (currently: %d%%)
-		The maximum damage deflected increases with your Mindpower.]], [[用你的意志力折射 50%% 的伤害。你可以折射最多 %d 点伤害,护盾值每回合回复最大值的 1 / %d 。(技能激活时 -0.2 仇恨值回复)。 
+		The maximum damage deflected increases with your Mindpower.]], [[用你的意志力折射 50%% 的伤害。你可以折射最多 %d 点伤害,护盾值每回合回复最大值的 1/%d 。(技能激活时-0.2仇恨值回复)。
 		你灌注力量的能力使你增加 %d%% 所有暴击伤害。(当前: %d%% ) 
 		受精神强度影响,最大伤害折射值有额外加成。]])
 t("Blast", "怒火爆炸")
@@ -24271,7 +25339,7 @@ t([[Enhance your mental attacks with a single gesture. You gain +%d mindpower an
 		Requires two free or mindstar-equipped hands; does not require Gesture of Pain to be sustained.]], [[通过一个手势来增强你的精神攻击。你获得 +%d 精神强度和 +%d%% 几率增加精神攻击的暴击率(当前几率为 %d%% )。 
 		需要至少一只空手或者装备灵晶。不需要痛苦手势持续激活。]])
 t("Gesture of Guarding", "守护手势")
-t("#F53CBE##Source# lashes back at #Target#!", "#F53CBE##Source# 反击 #Target#!")
+t("#F53CBE##Source# lashes back at #Target#!", "#F53CBE##Source#反击#Target#!")
 t([[You guard against melee damage with a sweep of your hand. So long as you can use Gestures (Requires two free or mindstar-equipped hands), you deflect up to %d damage (%0.1f%% of your best free hand melee damage) from up to %0.1f melee attack(s) each turn (based on your cunning). Deflected attacks cannot be crits.
 		If Gesture of Pain is active, you also have a %0.1f%% chance to counterattack.]], [[ 你通过手势来防御近战伤害。只要你能使用手势(要求空手或双持灵晶),你最多偏移 %d 点伤害(你的单手最大伤害的 %0.1f%% ),每回合最多触发 %0.1f 次(基于你的灵巧)。成功防御的攻击不会暴击。
 		如果痛苦手势被激活,你将有 %0.1f%% 的概率造成反击状态。]])
@@ -24330,9 +25398,9 @@ t("#GOLD#%d decoy#LAST#", "#GOLD#%d 阴影诱饵#LAST#")
 t([[Your shadows guard you with their lives.
 		When you would receive a fatal blow, you instantly transpose with a random shadow that takes the blow instead, putting this talent on cooldown.
 		For the next 4 turns you only die if you reach -%d life.
-		Effect increases with Mindpower.]], [[ 你的阴影用生命来守护你。
+		Effect increases with Mindpower.]], [[你的阴影用生命来守护你。
 		当你受到致命攻击时,你将立刻和随机一个阴影换位,让它代替承受攻击,并将此技能打入冷却。
-		在接下来的 4 个回合,除非你的生命降至 - %d 下,否则你不会死去。
+		在接下来的 4 个回合,除非你的生命降至 -%d 下,否则你不会死去。
 		受精神强度影响,效果有额外加成。]])
 
 
@@ -24361,8 +25429,22 @@ t("Focus your predation on the most worthy prey. Upon entering a level for the f
 ------------------------------------------------
 section "game/modules/tome/data/talents/cursed/primal-magic.lua"
 
+t("Arcane Bolts", "奥术飞弹")
+t([[Each turn for 4 turns you fire a bolt of arcane energy at your nearest enemy inflicting %d damage.
+		The damage will increase with the Magic stat.]], [[连续4个回合向你最近目标发射奥术能量弹,造成 %d 伤害。
+		受魔法影响,伤害有额外加成。]])
+t("Displace", "位移")
 t("Selects a displacement location...", "选择一个转移目标...")
 t("Your attempt to displace fails!", "你尝试置换术但是失败了!")
+t("Instantaneously displace yourself within line of sight up to 3 squares away.", "瞬间将你移动至视线内3码以外。")
+t("Primal Skin", "原始皮肤")
+t([[Years of magic have permeated your skin leaving it resistant to the physical world. Your armor is increased by %d.
+		The bonus will increase with the Magic stat.]], [[魔法渗透进你的皮肤,增加你的物理抗性,提高你的护甲值 %d 。
+		受魔法影响,增益效果有额外加成。]])
+t("Vaporize", "蒸发")
+t([[Bathes the target in raw magic inflicting %d damage. Such wild magic is difficult to control and if you fail to keep your wits you will be confused for 4 turns.
+		The damage will increase with the Magic stat.]], [[蒸腾你的目标造成 %d 伤害。这个魔法难以驾驭,如果施放失败你会被混乱4回合。
+		受魔法影响,伤害有额外加成。]])
 
 
 ------------------------------------------------
@@ -24396,7 +25478,7 @@ t([[You enter a terrible rampage for %d turns (up to a maximum of %d turns), des
 		Any talent, rune or infusion you use while rampaging becomes a distraction, and reduces the duration of the rampage by 1. Your first movement while rampaging increases the rampage duration by 1.
 		Rampage Bonus: +%d%% movement speed.
 		Rampage Bonus: +%d%% attack speed.
-		Rampage Bonus: +%d%% mind speed.]], [[你进入暴走状态 %d 回合(最多 %d 回合),摧毁在你路径上的所有东西,该技能瞬发,同时也有 50%% 几率在你受到 8%% 最大生命值以上的伤害时自动激活。暴走状态下你使用任何技能、符文或纹身都无法专心使得技能效果持续时间缩短 1 回合,暴走状态下的第一次移动可延长暴走效果 1 回合。 
+		Rampage Bonus: +%d%% mind speed.]], [[你进入暴走状态 %d 回合(最多 %d 回合),摧毁在你路径上的所有东西。主动进入暴走状态不需要时间,同时也有 50%% 几率在你受到 8%% 最大生命值以上的伤害时自动激活。暴走状态下你使用任何技能、符文或纹身都无法专心使得技能效果持续时间缩短 1 回合,暴走状态下的第一次移动可延长暴走效果 1 回合。
 		暴走加成: +%d%% 移动速度。 
 		暴走加成: +%d%% 攻击速度。
 		暴走加成: +%d%% 精神速度。]])
@@ -24443,6 +25525,7 @@ t("Reform", "重组")
 t("When a shadow is hit and killed, there is a %d%% chance it will reform unhurt.", "当阴影受到伤害或被杀死,有 %d%% 几率重组并免受伤害。")
 t("Call Shadows", "召唤阴影")
 t("Your hate is too low to call another shadow!", "你的仇恨值不足,无法召唤阴影。")
+t("Summon", "召唤")
 t([[While this ability is active, you will continually call up to %d level %d shadows to aid you in battle. Each shadow costs 5 hate to summon. Shadows are weak combatants that can: Use Arcane Reconstruction to heal themselves (level %d), Blindside their opponents (level %d), and Phase Door from place to place.
 		Shadows ignore %d%% of the damage dealt to them by their master.]], [[当此技能激活时,你可以召唤 %d 个等级 %d 的阴影帮助你战斗。每个阴影需消耗 6 点仇恨值召唤。 
 		阴影是脆弱的战士,它们能够:使用奥术重组治疗自己(等级 %d ),使用灵异打击突袭目标(等级 %d ),使用相位之门进行传送。
@@ -24458,7 +25541,7 @@ t([[Infuse magic into your shadows to give them fearsome spells. Your shadows re
 		At level 5 when your shadows are struck down they will attempt to Reform, becoming whole again (50%% chance).]], [[灌输魔力给你的阴影使它们学会可怕的法术。你的阴影获得 %d 点法术强度加成。 
 		你的阴影可以用闪电术攻击附近的目标(等级 %d , %d%% 几率 1 码范围)。 
 		等级 3 时你的阴影可以远距离使用火焰术灼烧你的敌人(等级 %d , %d%% 几率 2 到 6 码范围)。 
-		等级 5 时你的阴影在被击倒时有一定几率重组并重新加入战斗( 50%% 几率)。]])
+		等级 5 时你的阴影在被击倒时有一定几率重组并重新加入战斗(50%% 几率)。]])
 t("Focus Shadows", "聚集阴影")
 t("#PINK#The shadows converge on #Target#!", "#PINK#阴影被集中至 #Target# !")
 t("There are no shadows to heed the call!", "没有阴影可以召唤!")
@@ -24479,7 +25562,7 @@ t([[You slash wildly at your target for %d%% (at 0 Hate) to %d%% (at 100+ Hate)
 		At level 3, any wound you inflict with this carries a part of your curse, reducing the effectiveness of healing by %d%% for %d turns. The effect will stack.
 		The damage multiplier increases with your Strength.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[野蛮的削砍你的目标造成 %d%% ( 0 仇恨)至 %d%% ( 100+ 仇恨)伤害。 
+		This talent will also attack with your shield, if you have one equipped.]], [[野蛮的削砍你的目标造成 %d%% (0仇恨)至 %d%% (100+仇恨)伤害。
 		等级 3 时攻击附带诅咒,降低目标治疗效果 %d%% 持续 %d 回合,效果可叠加。 
 		伤害比例受力量值加成。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
@@ -24489,20 +25572,20 @@ t([[Assault nearby foes with 4 fast attacks for %d%% (at 0 Hate) to %d%% (at 100
 		At level 3 the intensity of your assault overwhelms anyone who is struck, reducing their Defense by %d for 4 turns.
 		The damage multiplier and Defense reduction increase with your Strength.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[对附近目标进行 4 次攻击每个目标造成 %d%% ( 0 仇恨值)至 %d%% ( 100+ 仇恨值)。附近被追踪的目标会被优先攻击。 
+		This talent will also attack with your shield, if you have one equipped.]], [[对附近目标进行 4 次攻击每个目标造成 %d%% (0仇恨值)至 %d%% (100+仇恨值)。附近被追踪的目标会被优先攻击。
 		等级 3 时你的猛烈攻击会同时降低目标 %d 的闪避,持续 4 回合。 
 		伤害加成和闪避减值受力量值加成。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Reckless Charge", "鲁莽冲撞")
-t("#Source# knocks back #Target#!", "#Source# 击退了 #Target#!")
+t("#Source# knocks back #Target#!", "#Source#击退了#Target#!")
 t("#Target# blocks #Source#!", "#Target# 格挡了 #Source#!")
-t("Charge through your opponents, attacking anyone near your path for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. %s opponents may be knocked away from your path. You can attack a maximum of %d times, and can hit targets along your path more than once.", "冲过你的目标,途经的所有目标受到 %d%% ( 0 仇恨)至 %d%% ( 100+ 仇恨)伤害。 %s 体型的目标会被你弹开。你最多可以攻击 %d 次,并且你对路径上的敌人可造成不止 1 次攻击。")
+t("Charge through your opponents, attacking anyone near your path for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. %s opponents may be knocked away from your path. You can attack a maximum of %d times, and can hit targets along your path more than once.", "冲过你的目标,途经的所有目标受到 %d%% (0仇恨)至 %d%% (100+仇恨)伤害。 %s 体型的目标会被你弹开。你最多可以攻击 %d 次,并且你对路径上的敌人可造成不止 1 次攻击。")
 t("Cleave", "分裂攻击")
-t("#Source# cleaves through #Target#!", "#Source# 劈中了#Target#!")
+t("#Source# cleaves through #Target#!", "#Source#劈中了#Target#!")
 t([[While active, every swing of your weapon strikes strikes other adjacent enemies for %d%% (at 0 hate) to %d%% (at 100 hate) physical damage. The recklessness of your attacks brings you bad luck (luck -3).
 		Cleave, Repel and Surge cannot be active simultaneously, and activating one will place the others in cooldown.
 		Cleave will deal 25%% additional damage while using a two-handed weapon.
-		The Cleave damage increases with your Strength.]], [[当激活时,你的每一次武器攻击都会攻击一个临近的目标,造成 %d%% (0 仇恨值)到 %d%% (100 仇恨值)的物理伤害。不顾一切的杀戮会带给你厄运(-3 幸运)。
+		The Cleave damage increases with your Strength.]], [[当激活时,你的每一次武器攻击都会攻击一个临近的目标,造成 %d%% (0仇恨值)到 %d%% (100+仇恨值)的物理伤害。不顾一切的杀戮会带给你厄运(-3 幸运)。
 		分裂攻击、杀意涌动和无所畏惧不能同时开启,并且激活一个也会使另外两个进入冷却。
 		当使用双手武器时,分裂攻击会造成 25%% 的额外伤害。
 		分裂攻击伤害受力量值加成。]])
@@ -24528,7 +25611,7 @@ t([[Your preternatural senses aid you in your hunt for the next victim. You sens
 t("Blindside", "闪电突袭")
 t("The blindside fizzles!", "闪电突袭失败了!")
 t([[With blinding speed, you suddenly appear next to a target up to %d spaces away and attack for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. Your sudden appearance catches everyone off-guard, giving you %d extra Defense for 1 turn.
-		The Defense boost improves with your Strength.]], [[你闪电般的出现在 %d 码范围内的敌人身边,造成 %d%% ( 0 仇恨)~ %d%% ( 100+ 仇恨)的伤害。 
+		The Defense boost improves with your Strength.]], [[你闪电般的出现在 %d 码范围内的敌人身边,造成 %d%% (0仇恨)~ %d%% (100+仇恨)的伤害。
 		你闪电般的突袭使敌人没有提防,增加 %d 点额外闪避,持续 1 回合。 
 		受力量影响,闪避值有额外加成。
 		如果你装备盾牌的话,这一技能也可以使用你的盾牌攻击。]])
@@ -24536,7 +25619,7 @@ t("Repel", "无所畏惧")
 t([[Rather than hide from the onslaught, you face down every threat. While active you have a %d%% chance of repelling a melee attack. The recklessness of your defense brings you bad luck (Luck -3).
 		Cleave, Repel and Surge cannot be active simultaneously, and activating one will place the others in cooldown.
 		Repel chance increases with your Strength and by 20%% when equipped with a shield.]], [[在猛烈的攻击面前,你选择直面威胁而不是躲藏。 
-		当技能激活时,你有 %d%% 概率抵挡一次近程攻击。不顾一切的防御会带给你厄运( -3 幸运)。 
+		当技能激活时,你有 %d%% 概率抵挡一次近程攻击。不顾一切的防御会带给你厄运(-3幸运)。
 		分裂攻击,杀意涌动和无所畏惧不能同时开启,并且激活其中一个也会使另外两个进入冷却。 
 		抵挡概率受力量加成。
 		装备盾牌时,抵挡概率增加 20%% ]])
@@ -24545,6 +25628,14 @@ t([[Rather than hide from the onslaught, you face down every threat. While activ
 ------------------------------------------------
 section "game/modules/tome/data/talents/cursed/traveler.lua"
 
+t("Hardened", "坚韧")
+t("Your travels have hardened you. You gain +%d armor.", "你的经历使你的护甲值增加 +%d 。")
+t("Wary", "谨慎")
+t("You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.", "你的行动变得更加谨慎,有 %d%% 几率不会触发陷阱。")
+t("Weathered", "风化")
+t("You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%", "你更适应元素攻击,增加你火焰和寒冷抵抗 %d%% 。")
+t("Savvy", "领悟")
+t("You have become a keen observer in your travels. Each kill gives you %d%% more experience.", "你在旅途中逐渐成长为一个敏锐的观察者,杀死敌人获得 %d%% 更多经验值。")
 
 
 ------------------------------------------------
@@ -24582,6 +25673,9 @@ t([[Surround yourself with a shield that will absorb at most %d non-physical, no
 		每吸收 30 点伤害都会增加 1 点失衡值,并进行一次失衡值鉴定,若鉴定失败,则护盾会破碎且技能会进入冷却状态。 
 		受精神或物理强度较高者影响,护盾的最大伤害吸收值有额外加成。]])
 t("Mana Clash", "奥术对撞")
+t("\
+#GREEN#Antimagic Adept:  #LAST#4 magical sustains from the target will be removed.", "\
+#GREEN#反魔专家: #LAST#你的奥术对撞技能还会从目标身上移除 4 个持续魔法技能。")
 t([[Drain %d mana, %d vim, %d positive and negative energies from your target, triggering a chain reaction that explodes in a burst of arcane damage.
 		The damage done is equal to 100%% of the mana drained, 200%% of the vim drained, or 400%% of the positive or negative energy drained, whichever is higher. This effect is called a manaburn.
 		The effect will increase with your Mindpower or Physical power (whichever is greater).
@@ -24647,7 +25741,7 @@ t([[Summons an icy wall of %d length for %d turns. Ice walls are transparent, bu
 		冰墙会释放极度寒气,每格墙壁对半径 %d 内的敌人造成 %0.2f 伤害,并有 25%% 几率冻结。寒气不会伤害释放者及其召唤物。
 		每一点冰龙系技能同时也能增加你的寒冷抵抗 1%% 。]])
 t("Ice Breath", "冰息术")
-t("@Source@ breathes ice!", "@Source@ 呼出寒冰!")
+t("@Source@ breathes ice!", "@Source@呼出寒冰!")
 t("%s resists the freeze!", "%s抵抗了冻结!")
 t([[You breathe ice in a frontal cone of radius %d. Any target caught in the area will take %0.2f cold damage and be frozen for 3 turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Freeze apply power is based on your Mindpower.
@@ -24669,7 +25763,7 @@ t([[You gain %d%% Acid resistance.
 		This damage bonus will improve up to 4 times (no more than once each turn) with later Nature damage you do, up to a maximum of %0.1f%%.
 		The resistance and damage increase improve with your Mindpower.]], [[ 你的酸性抗性增加 %d%% 。
 		当你造成自然伤害时,你的酸性伤害增加 %0.1f%% ,持续 %d 回合。
-		伤害加成能够积累到最多 4 倍( 1 回合至多触发 1 次),最大值 %0.1f%% 。
+		伤害加成能够积累到最多4倍(1回合至多触发1次),最大值 %0.1f%% 。
 		受精神强度影响,抗性和伤害加成有额外加成。]])
 t("Corrosive Seeds", "腐蚀之种")
 t("You somehow fail to set the corrosive seed.", "你没能设置腐蚀之种。")
@@ -24698,7 +25792,9 @@ t([[Conjures %d missile-shaped rocks that you target individually at any target
 		受法术强度影响,伤害有额外加成。]])
 t("Elemental Split", "元素分裂")
 t("A crystaline structure that has taken the form of %s.", "有着%s的形象的水晶分身。")
+t("Crystaline Half", "水晶分身")
 t("A stone structure that has taken the form of %s.", "有着%s的形象的岩石分身。")
+t("Stone Half", "岩石分身")
 t([[Reach inside your dwarven core and summon your stone and crystaline halves to fight alongside you for %d turns.
 		Your Crystaline Half will attack your foes with earthen missiles.
 		Your Stone Half will taunt your foes to protect you.
@@ -24713,8 +25809,8 @@ t([[Your halves learn new talents.
 		Crystaline Half: Rain of Spikes - A massive effect that makes all nearby foes bleed.
 		Stone Half: Stone Link - A protective shield that will redirect all damage against nearby allies to your Stone Half.
 		The level of those talents is %d.]], [[你的分身学会新的技能。
-		水晶分身 : 尖刺之雨——被动技能,令周围敌人流血。
-		岩石分身 : 岩石链接——一层保护护盾,将周围友方受到的所有伤害转移至岩石分身。
+		水晶分身 :尖刺之雨——被动技能,令周围敌人流血。
+		岩石分身 :岩石链接——一层保护护盾,将周围友方受到的所有伤害转移至岩石分身。
 		技能等级为 %d 。]])
 t("Dwarven Unity", "矮人的团结")
 t([[You call upon the immediate help of your Halves.
@@ -24846,7 +25942,7 @@ t([[You summon a powerful gust of wind, knocking back your foes within a radius
 		每点火龙系的技能可以使你增加火焰抵抗 1%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Bellowing Roar", "怒意咆哮")
-t("@Source@ roars!", "@Source@ 发出咆哮!")
+t("@Source@ roars!", "@Source@发出咆哮!")
 t([[You let out a powerful roar that sends your foes in radius %d into utter confusion (power: %d%%) for 3 turns.
 		The sound wave is so strong, your foes also take %0.2f physical damage.
 		The damage improves with your Strength.
@@ -24863,7 +25959,7 @@ t([[Spit a cloud of flames, doing %0.2f fire damage in a radius of %d each turn
 		伤害受精神强度加成。技能可暴击。 
 		每点火龙系的技能可以使你增加火焰抵抗 1%% 。]])
 t("Fire Breath", "火焰吐息")
-t("@Source@ breathes fire!", "@Source@ 喷出火焰!")
+t("@Source@ breathes fire!", "@Source@喷出火焰!")
 t([[You breathe fire in a frontal cone of radius %d. Any target caught in the area will take %0.2f fire damage over 3 turns.
 		The damage will increase with your Strength and the critical chance is based on your Mental crit rate.
 		Each point in fire drake talents also increases your fire resistance by 1%%.]], [[你在前方 %d 码锥形范围内喷出火焰。此范围内的目标会在 3 回合内受到 %0.2f 火焰伤害。
@@ -24887,7 +25983,7 @@ t([[The fungus on your body allows regeneration effects to last longer.
 		每当你获得一个回复类的增益效果,你会让它的持续时间增加 %d%% +1,向上取整。
 		技能效果受意志值加成。]])
 t("Ancestral Life", "原始生命")
-t("#LIGHT_GREEN##Source# gains %d%%%% of a turn from Ancestral Life.#LAST#", "#LIGHT_GREEN##Source# 从原始生命处获得 %d%%%% 回合。#LAST#")
+t("#LIGHT_GREEN##Source# gains %d%%%% of a turn from Ancestral Life.#LAST#", "#LIGHT_GREEN##Source#从原始生命处获得%d%%%%回合。#LAST#")
 t([[Your fungus reaches into the primordial ages of the world, granting you ancient instincts.
 		Each time you receive non-regeneration healing you gain %d%% of a turn per 100 life healed.  This effect can't add energy past 2 stored turns and overhealing is not counted.
 		Also, regeneration effects on you will decrease your equilibrium by %0.1f each turn.
@@ -24897,7 +25993,7 @@ t([[Your fungus reaches into the primordial ages of the world, granting you anci
 		同时,每当你受到回复作用时,每回合你的失衡值将会减少 %0.1f 。 
 		受精神强度影响,增益回合有额外加成。]])
 t("Sudden Growth", "疯狂成长")
-t("A wave of energy passes through your fungus, making it release immediate healing energies on you, healing you for %d%% of your current life regeneration rate (#GREEN#%d#LAST#).", "一股强大的能量穿过你的孢子,使其立刻对你释放治愈性能量,治疗你 %d%% 当前生命回复值 (#GREEN#%d#LAST#)。")
+t("A wave of energy passes through your fungus, making it release immediate healing energies on you, healing you for %d%% of your current life regeneration rate (#GREEN#%d#LAST#).", "一股强大的能量穿过你的孢子,使其立刻对你释放治愈性能量,治疗你 %d%% 当前生命回复值(#GREEN# %d #LAST#)。")
 
 
 ------------------------------------------------
@@ -24943,6 +26039,8 @@ t("Your body and internal organs are becoming more ooze-like in nature, allowing
 t("ooze", "软泥")
 t("You learn to control moss, making it grow at will to help you on the battlefield.", " 你学会控制苔藓生长,帮助战斗。")
 t("moss", "苔藓")
+t("Your body's anatomy is starting to blur.", "你身体的解剖结构开始模糊。")
+t("malleable body", "可塑形体")
 t("You channel ooze through your psiblades.", " 你向心灵利刃里灌注软泥能量。")
 t("oozing blades", "软泥利刃")
 t("You channel acid through your psiblades.", " 你向心灵利刃里灌注酸性能量。")
@@ -24957,6 +26055,7 @@ t("Learn to harness the innate power of your race.", " 学会强化自身的种
 t("dwarven nature", "矮人之自然力量")
 t("wild-gift", "自然")
 t("#PINK#You can manage a maximum of %d summons at any time. You need %d Cunning to increase your limit.", "#PINK#你能同时拥有最多 %d 名召唤物。你需要 %d 灵巧来提升上限。")
+t("Summon", "召唤")
 
 
 ------------------------------------------------
@@ -25009,7 +26108,7 @@ t([[Unleash raw, chaotic elemental damage upon your enemy.
 		五灵挥击还会增加你的物理、法术和精神速度 %d%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Venomous Breath", "剧毒吐息")
-t("@Source@ breathes venom!", "@Source@ 呼出毒液!")
+t("@Source@ breathes venom!", "@Source@呼出毒液!")
 t([[You breathe crippling poison in a frontal cone of radius %d. Any target caught in the area will take %0.2f nature damage each turn for 6 turns.
 		The poison also gives enemies a %d%% chance to fail actions more complicated than basic attacks and movement, while it is in effect.
 		The damage will increase with your Strength, and the critical chance is based on your Mental crit rate.
@@ -25034,6 +26133,31 @@ t([[You have gained the full power of the various drakes throughout the world, a
 ------------------------------------------------
 section "game/modules/tome/data/talents/gifts/malleable-body.lua"
 
+t([[Your body is more like that of an ooze, you can split into two for %d turns.
+		Your original self has the original ooze aspect while your mitosis gains the acid aspect.
+		If you know the Oozing Blades tree all the talents inside are exchanged for those of the Corrosive Blades tree.
+		Your two selves share the same healthpool.
+		While you are split both of you gain %d%% all resistances.
+		Resistances will increase with Mindpower.]], [[你的身体变的像软泥怪一样,你可以分裂成2个,持续 %d 回合。
+		你的本体获得原始的软泥特性,而分裂体则获得酸性特性。
+		如果你习得软泥之刃系技能树,则该技能树会变为腐蚀之刃技能树。
+		你和分裂体共享生命。
+		当你分裂时,你增加 %d%% 所有抵抗。
+		受精神强度影响,抵抗有额外加成。]])
+t([[Improve your fungus to allow it to take a part of any healing you receive and improve it.
+		Each time you are healed you get a regeneration effect for 6 turns that heals you of %d%% of the direct heal you received.
+		The effect will increase with your Mindpower.]], [[强化你的孢子使其能够参与到你的治疗作用中。
+		每当你受到治疗时,你会得到一个持续6回合的回复效果,回复值为你所受治疗值的 %d%% 。
+		受精神强度影响,效果有额外加成。]])
+t([[Both of you swap place in an instant, creatures attacking one will target the other.
+		While swaping you briefly merge together, boosting all your nature and acid damage by %d%% for 6 turns and healing you for %d.
+		Damage and healing increase with Mindpower.]], [[你和分裂体相互交换位置,误导敌人,使敌人的目标锁定为另一个分身。
+		当你和分裂体交换位置时,双方进行了短暂的融合。增加 %d%% 自然和酸性伤害,持续6回合,同时治疗你 %d 点生命值。
+		受精神强度影响,伤害和治疗量有额外加成。]])
+t("Indiscernible Anatomyblabla", "不可思议的骨骼")
+t([[Your body's internal organs are melted together, making it much harder to suffer critical hits.
+		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]], [[你身体的内部器官融化在一起,使你更难遭受致命打击。
+		所有对你产生的直接暴击(物理、精神、法术)都会有 %d%% 几率变成普通攻击。]])
 
 
 ------------------------------------------------
@@ -25189,10 +26313,10 @@ t([[Your body is more like that of an ooze.
 		You may have up to %d Bloated Oozes active at any time (limited by talent level and the summoning limit), and all damage you take will be split equally between you and them so long as this talent is active.
 		Bloated Oozes last for %d turns, are very resilient (%d%% all damage resistance to damage not coming through your shared link), and regenerate life quickly.
 		%sThe chance to split increases with your Cunning.]], [[你的身体构造变的像软泥怪一样。 
-		当你受到攻击时,你有几率分裂出一个浮肿软泥怪,其生命值为你所承受的伤害值的两倍(最大 %d ,基于你的精神强度和最大生命值。)。 
+		当你受到攻击时,你有几率分裂出一个浮肿软泥怪,其生命值为你所承受的伤害值的两倍(最大 %d ,基于你的精神强度和最大生命值。)。
 		分裂几率为你损失生命百分比的 %0.2f 倍。
-		你同时最多只能拥有 %d 只浮肿软泥怪,你所承受的所有伤害会在你和浮肿软泥怪间均摊。 
-		每只浮肿软泥怪存在%d回合,对非均摊的伤害的抗性很高( %d%% 对全部伤害的抗性),同时生命回复快。
+		你同时最多只能拥有 %d 只浮肿软泥怪,你所承受的所有伤害会在你和浮肿软泥怪间均摊。
+		每只浮肿软泥怪存在 %d 回合,对非均摊的伤害的抗性很高( %d%% 对全部伤害的抗性),同时生命回复快。
 		%s受灵巧影响,几率有额外加成。]])
 t("Reabsorb", "强化吸收")
 t([[You randomly merge with an adjacent bloated ooze, granting you 40%% all damage resistance for %d turns.
@@ -25201,7 +26325,7 @@ t([[You randomly merge with an adjacent bloated ooze, granting you 40%% all dama
 		The damage, duration and Equilibrium restoration increase with your Mindpower.]], [[ 你随机吸收一个紧靠你的浮肿软泥怪,获得 40%% 对全部伤害的抗性,持续 %d 个回合。 
 		同时你会释放一股反魔能量,在 %d 半径内造成 %0.2f 点法力燃烧伤害。 
 		如果有丝分裂技能开启,每回合你将回复 %0.1f 点失衡值。
-		受精神强度影响,伤害、持续时间和失衡值回复有额外加成。]])
+		受精神强度影响,伤害、持续时间和失衡值回复有额外加成。]], {1,3,2,4})
 t("Call of the Ooze", "软泥召唤")
 t([[Instantly call all of your bloated oozes to your aid.
 		If you have less than the maximum number of oozes allowed by the Mitosis talent, up to %d will be created with %d life (%d%% of the maximum life allowed by Mitosis).
@@ -25230,7 +26354,7 @@ t([[You gain %d%% Nature resistance.
 		This damage bonus will improve up to 4 times (no more than once each turn) with later Acid damage you do, up to a maximum of %0.1f%%.
 		The resistance and damage increase improve with your Mindpower.]], [[ 你的自然抗性增加 %d%% 。
 		当你造成酸性伤害时,你的自然伤害增加 %0.1f%% ,持续 %d 回合。
-		伤害加成能够积累到最多 4 倍( 1 回合至多触发 1 次),最大值 %0.1f%% 。
+		伤害加成能够积累到最多4倍(1回合至多触发1次),最大值 %0.1f%% 。
 		受精神强度影响,抗性和伤害加成有额外加成。]])
 t("Mind Parasite", "精神寄生")
 t([[You use your psiblades to fire a small worm at a foe.
@@ -25250,8 +26374,8 @@ t([[Surround yourself with natural forces, ignoring %d%% nature resistance of yo
 section "game/modules/tome/data/talents/gifts/sand-drake.lua"
 
 t("Swallow", "吞噬")
-t("#Source# tries to swallow #Target#!", "#Source# 尝试吞噬 #Target#!")
-t("%s resists!", "%s 抵抗了效果!")
+t("#Source# tries to swallow #Target#!", "#Source#尝试吞噬 #Target#!")
+t("%s resists!", "%s抵抗了效果!")
 t([[Attack the target for %d%% Nature weapon damage.
 		If the attack brings your target below a percent of its max life (based on talent level and relative size) or kills it, you attempt to swallow it, killing it automatically and regaining life and equilibrium depending on its level.
 		The target may save against your physical power to prevent this attempt.
@@ -25273,14 +26397,14 @@ t([[Attack the target for %d%% Nature weapon damage.
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。
 
 		基于你目前的体型,吞噬的生命值上限如下所示:
-		微小: %d%%
-		矮小: %d%%
-		中等: %d%%
-		高大: %d%%
-		庞大: %d%%
-		巨型: %d%%]])
+		微小:%d%%
+		矮小:%d%%
+		中等:%d%%
+		高大:%d%%
+		庞大:%d%%
+		巨型:%d%%]])
 t("Quake", "地震")
-t("@Source@ shakes the ground!", "@Source@ 使大地震动!")
+t("@Source@ shakes the ground!", "@Source@使大地震动!")
 t([[You slam the ground, shaking the area around you in a radius of %d.
 		Creatures caught by the quake will be damaged for %d%% weapon damage, and knocked back up to 3 tiles away.
 		The terrain will also be moved around within the radius, and the user will be shifted to a random square within the radius.
@@ -25294,10 +26418,10 @@ t([[Allows you to burrow into earthen walls for %d turns.
 		At Talent Level 5, this talent can be used instantly, and the cooldown will reduce with levels.
 		Each point in sand drake talents also increases your physical resistance by 0.5%%.]], [[允许你钻进墙里,持续 %d 回合。
 		你强大的挖掘能力让你能挖掘敌人的防御弱点;处于该状态下时你获得 %d 护甲穿透和 %d%% 物理抗性穿透。
-     在技能等级 5 时,这个技能变成瞬发。冷却时间随技能等级升高而降低。
+     在技能等级 5 时,这个技能变成瞬间。冷却时间随技能等级升高而降低。
 		每点土龙系的天赋可以使你增加物理抵抗 0.5%% 。]])
 t("Sand Breath", "沙瀑吐息")
-t("@Source@ breathes sand!", "@Source@ 呼出流沙!")
+t("@Source@ breathes sand!", "@Source@呼出流沙!")
 t([[You breathe sand in a frontal cone of radius %d. Any target caught in the area will take %0.2f physical damage, and will be blinded for %d turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Blind apply power is based on your Mindpower.
 		Each point in sand drake talents also increases your physical resistance by 0.5%%.]], [[你在前方 %d 码锥形范围内喷出流沙。此范围内的目标会受到 %0.2f 物理伤害并被致盲 %d 回合。 
@@ -25317,14 +26441,14 @@ t([[Spit slime at your target doing %0.1f nature damage and slowing it down by 3
 		弹射距离最多为 6 码,同时每弹一次会减少 %0.1f%% 伤害。
 		受精神强度影响,伤害有额外加成。]])
 t("Poisonous Spores", "毒性孢子")
-t("@Source@ releases poisonous spores at @target@.", "@Source@ 朝 @target@ 释放毒素孢子。")
+t("@Source@ releases poisonous spores at @target@.", "@Source@朝@target@释放毒素孢子。")
 t([[Releases poisonous spores at an area of radius %d, infecting the foes inside with a random poison doing %0.1f Nature damage over 10 turns.
 		This attack can crit and deals %d%% additional critical damage.
 		The damage and critical bonus increase with your Mindpower.]], [[向 %d 码半径范围释放毒性孢子,使范围内的敌方单位感染随机类型的毒素,造成 %0.1f 自然伤害,持续 10 回合。
 		这个攻击能够暴击,造成额外 %d%% 暴击伤害。
 		受精神强度影响,伤害和暴击加成有额外加成。]])
 t("Acidic Skin", "酸性皮肤")
-t("The skin of @Source@ starts dripping acid.", "@Source@ 的皮肤开始滴落酸液。")
+t("The skin of @Source@ starts dripping acid.", "@Source@的皮肤开始滴落酸液。")
 t([[Your skin drips with acid, damaging all that hit you for %0.1f disarming acid damage.
 		The damage increases with your Mindpower.]], [[你的皮肤浸泡着酸液,对所有攻击你的目标造成 %0.1f 酸性缴械伤害。
 		受精神强度影响,伤害有额外加成。]])
@@ -25362,7 +26486,7 @@ t([[Generate an electrical field around you in a radius of %d. Any creature caug
 		每点雷龙系的天赋可以使你增加闪电抵抗 1%% 。]])
 t("Tornado", "龙卷风")
 t("%s is knocked back!", "%s 被击退。")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Summon a tornado that moves very slowly towards the target, following it if it changes position.
 		Each time it moves every foes within radius 2 takes %0.2f lightning damage and is knocked back 2 spaces.
 		When it reaches the target it explodes in a radius of %d, knocking back targets and dealing %0.2f lightning and %0.2f physical damage.
@@ -25374,8 +26498,8 @@ t([[Summon a tornado that moves very slowly towards the target, following it if
 		受精神强度影响,伤害有额外加成。 
 		每点雷龙系的天赋可以使你增加闪电抵抗 1%% 。]])
 t("Lightning Breath", "闪电吐息")
-t("@Source@ breathes lightning!", "@Source@ 呼出闪电!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ breathes lightning!", "@Source@呼出闪电!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[You breathe lightning in a frontal cone of radius %d. Any target caught in the area will take %0.2f to %0.2f lightning damage (%0.2f average) and be stunned for 3 turns.
 		The damage will increase with your Strength, and the critical chance is based on your Mental crit rate, and the Stun apply power is based on your Mindpower.
 		Each point in storm drake talents also increases your lightning resistance by 1%%.]], [[你在前方 %d 码锥形范围内喷出闪电。此范围内的目标会受到 %0.2f ~ %0.2f 闪电伤害(平均 %0.2f )并被震慑 3 回合。 
@@ -25494,7 +26618,7 @@ t("Switches places with one of your summons. This disorients your foes, granting
 section "game/modules/tome/data/talents/gifts/summon-distance.lua"
 
 t("Flamespit", "火焰喷射")
-t("@Source@ spits flames!", "@Source@ 喷射火焰!")
+t("@Source@ spits flames!", "@Source@喷射火焰!")
 t([[Spits a bolt of fire, doing %0.2f fire damage.
 		The damage will increase with your Mindpower.]], [[吐出一枚火球造成 %0.2f 火焰伤害。 
 		受精神强度影响,伤害有额外加成。]])
@@ -25503,32 +26627,32 @@ t([[A wave of fire emanates from you with radius %d, knocking back anything caug
 		The damage will increase with your Mindpower.]], [[发射一道火焰波,范围 %d 码内的敌人被击退并引燃,造成 %0.2f 火焰伤害持续 3 回合。 
 		受精神强度影响,伤害有额外加成。]])
 t("Acid Breath", "酸液吐息")
-t("@Source@ breathes acid!", "@Source@ 呼出酸液!")
+t("@Source@ breathes acid!", "@Source@呼出酸液!")
 t([[Breathe acid on your foes, doing %0.2f damage.
 		The damage will increase with your Willpower.]], [[向单体目标喷射酸液造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Acid Spit", "酸液喷吐")
-t("@Source@ spits acid!", "@Source@ 喷射酸液!")
+t("@Source@ spits acid!", "@Source@喷射酸液!")
 t([[Spit acid on a foe, doing %0.2f damage.
 		The damage will increase with your Willpower.]], [[向敌人喷射酸液造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Lightning Breath", "闪电吐息")
-t("@Source@ breathes lightning!", "@Source@ 呼出闪电!")
+t("@Source@ breathes lightning!", "@Source@呼出闪电!")
 t([[Breathe lightning on your foes, doing %d to %d damage.
 		The damage will increase with your Willpower.]], [[向敌人喷出闪电吐息造成 %d 到 %d 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Lightning Spit", "闪电喷吐")
-t("@Source@ spits lightning!", "@Source@ 喷射闪电!")
+t("@Source@ spits lightning!", "@Source@喷射闪电!")
 t([[Spit lightning on your foe, doing %d to %d damage.
 		The damage will increase with your Willpower.]], [[向单体敌人喷吐闪电造成 %d 到 %d 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Poison Breath", "毒性吐息")
-t("@Source@ breathes poison!", "@Source@ 呼出毒素!")
+t("@Source@ breathes poison!", "@Source@呼出毒素!")
 t([[Breathe poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Willpower.]], [[向敌人喷射酸液,在几回合内造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Poison Spit", "毒性喷吐")
-t("@Source@ spits poison!", "@Source@ 喷射毒素!")
+t("@Source@ spits poison!", "@Source@喷射毒素!")
 t([[Spit poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Willpower.]], [[向单体敌人施放剧毒喷吐至你的目标造成 %d 伤害,持续数回合。 
 		受意志影响,伤害有额外加成。]])
@@ -25551,7 +26675,7 @@ t([[Summon a Ritch Flamespitter for %d turns to burn your foes to death. Flamesp
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Willpower and Cunning will increase with your Mindpower.]], [[召唤一只火焰里奇来燃烧敌人,持续 %d 回合。火焰里奇很脆弱,但是它们可以远远地燃烧敌人。 
 		它拥有 %d 点意志, %d 点灵巧和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,火焰里奇的意志和灵巧有额外加成。]])
 t("Hydra", "契约:三头蛇")
 t("@Source@ summons a 3-headed hydra!", "@Source@召唤了一只三头蛇!")
@@ -25562,7 +26686,7 @@ t([[Summon a 3-headed Hydra for %d turns to destroy your foes. 3-headed hydras a
 		Their Willpower will increase with your Mindpower.]], [[召唤一只三头蛇来摧毁敌人,持续 %d 回合。 
 		三头蛇可以喷出毒系、酸系、闪电吐息。 
 		它拥有 %d 点意志, %d 点体质和 18 点力量。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,三头蛇的意志有额外加成。]])
 t("Rimebark", "契约:雾凇")
 t("@Source@ summons a Rimebark!", "@Source@召唤了一只雾凇!")
@@ -25573,20 +26697,21 @@ t([[Summon a Rimebark for %d turns to harass your foes. Rimebarks cannot move, b
 		Their Willpower and Cunning will increase with your Mindpower.]], [[召唤 1 棵雾凇来来骚扰敌人,持续 %d 回合。 
 		雾凇不可移动,但是永远有寒冰风暴围绕着它们,伤害并冰冻 3 码半径范围内的任何人。 
 		它拥有 %d 点意志, %d 点灵巧和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,雾凇的意志和灵巧有额外加成。]])
 t("Fire Drake", "契约:火龙")
 t("@Source@ summons a Fire Drake!", "@Source@召唤了一只火龙!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A mighty fire drake.", "一只强力火龙。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Fire Drake for %d turns to burn and crush your foes to death. Fire Drakes are behemoths that can burn foes from afar with their fiery breath.
 		It will get %d Strength, %d Constitution and 38 Willpower.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Strength and Constitution will increase with your Mindpower.]], [[召唤一只火龙来摧毁敌人,持续 %d 回合。 
 		火龙是可以从很远的地方烧毁敌人的强大生物。 
 		它拥有 %d 点力量, %d 点体质和 38 点意志。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,火龙的力量和体质有额外加成。]])
 
 
@@ -25606,12 +26731,12 @@ t([[Summon a War Hound for %d turns to attack your foes. War hounds are good bas
 		The hound's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只战争猎犬来攻击敌人,持续 %d 回合。 
 		战争猎犬是非常好的基础近战单位。 
 		它拥有 %d 点力量, %d 点敏捷和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,猎犬的力量和敏捷有额外加成。]])
 t("Jelly", "契约:果冻怪")
 t("@Source@ summons a Jelly!", "@Source@召唤了一只果冻怪!")
 t("A strange blob on the dungeon floor.", "地板上的一团奇怪胶状物体。")
-t("#GREEN##Target# absorbs some damage. #Source# is closer to nature.", "#GREEN##Target# 吸收了伤害, #Source# 更贴近自然了。")
+t("#GREEN##Target# absorbs some damage. #Source# is closer to nature.", "#GREEN##Target#吸收了伤害, #Source#更贴近自然了。")
 t([[Summon a Jelly for %d turns to attack your foes. Jellies do not move, but your equilibrium will be reduced by 10%% of all damage received by the jelly.
 		It will get %d Constitution and %d Strength.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
@@ -25619,7 +26744,7 @@ t([[Summon a Jelly for %d turns to attack your foes. Jellies do not move, but yo
 		果冻怪不会移动。 
 		它拥有 %d 点体质和 %d 点力量。 
 		每当果冻怪受到伤害时,你降低等同于它受到伤害值的 10 %%失衡值。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,果冻怪的体质有额外加成。]])
 t("Minotaur", "契约:米诺陶")
 t("@Source@ summons a Minotaur!", "@Source@召唤了一只米诺陶!")
@@ -25629,19 +26754,20 @@ t([[Summon a Minotaur for %d turns to attack your foes. Minotaurs cannot stay su
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		The minotaur's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只米诺陶来攻击敌人,持续 %d 回合。米诺陶不会呆很长时间,但是它们会造成极大伤害。 
 		它拥有 %d 点力量, %d 点体质和 %d 点敏捷。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,米诺陶的力量和敏捷有额外加成。]])
 t("Stone Golem", "契约:岩石傀儡")
 t("@Source@ summons a Stone Golem!", "@Source@召唤了一只岩石傀儡!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("It is a massive animated statue.", "一座巨型活化傀儡。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Stone Golem for %d turns to attack your foes. Stone golems are formidable foes that can become unstoppable.
 		It will get %d Strength, %d Constitution and %d Dexterity.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		The golem's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只岩石傀儡来攻击敌人,持续 %d 回合。岩石傀儡是可怕的敌人并且不可阻挡。 
 		它有 %d 点力量, %d 点体质和 %d 点敏捷。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,傀儡的力量和敏捷有额外加成。]])
 
 
@@ -25663,19 +26789,20 @@ t([[Summon a Turtle for %d turns to distract your foes. Turtles are resilient, b
 		乌龟具有很强的生命力,并不能造成很多伤害。 
 		然而,它们会周期性的嘲讽敌人并用龟壳保护自己。
 		它拥有 %d 点体质, %d 点敏捷和 18 点意志。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,乌龟的体质有额外加成。]])
 t("Spider", "契约:蜘蛛")
 t("@Source@ summons a Spider!", "@Source@召唤了一只蜘蛛!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Spider for %d turns to harass your foes. Spiders can poison your foes and throw webs to pin them to the ground.
 		It will get %d Dexterity, %d Strength, 18 Willpower and %d Constitution.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Dexterity will increase with your Mindpower.]], [[召唤一只蜘蛛来扰乱敌人,持续 %d 回合。 
 		蜘蛛可以使敌人中毒并向目标撒网,将目标固定在地上。 
 		它拥有 %d 点敏捷, %d 点力量, 18 点意志和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,蜘蛛的敏捷有额外加成。]])
 t("Frantic Summoning", "疯狂召唤")
 t([[You focus yourself on nature, allowing you to summon natural creatures much faster (%d%% of a normal summon time) and with no chance to fail from high equilibrium for %d turns.
@@ -25693,7 +26820,7 @@ t([[Mark a creature with pheromones, signalling to all of your summons within %d
 section "game/modules/tome/data/talents/gifts/venom-drake.lua"
 
 t("Acidic Spray", "酸雾喷射")
-t("@Source@ spits acid!", "@Source@ 喷射酸液!")
+t("@Source@ spits acid!", "@Source@喷射酸液!")
 t([[Spray forth a glob of acidic moisture at your enemy.
 		The target will take %0.2f Mindpower-based acid damage.
 		Enemies struck have a 25%% chance to be Disarmed for three turns, as their weapon is rendered useless by an acid coating.
@@ -25723,7 +26850,7 @@ t([[You strike the enemy with a rain of fast, acidic blows. You strike four time
 		每一点毒龙系技能同时也能增加你的酸性抵抗 1%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Corrosive Breath", "腐蚀吐息")
-t("@Source@ breathes acid!", "@Source@ 呼出酸液!")
+t("@Source@ breathes acid!", "@Source@呼出酸液!")
 t([[You breathe acid in a frontal cone of radius %d. Any target caught in the area will take %0.2f acid damage.
 		Enemies caught in the acid are disarmed for 3 turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Disarm apply power is based on your Mindpower.
@@ -25750,17 +26877,17 @@ t("Unclassified talents of the various horrors of the world.", "世界上各种
 t("horror powers", "恐魔力量")
 t("other", "其他")
 t("Frenzied Bite", "狂乱撕咬")
-t("In a frenzy @Source@ bites at @Target@!", "@Source@ 在狂热中咬向@Target@!")
+t("In a frenzy @Source@ bites at @Target@!", "@Source@在狂热中咬向@Target@!")
 t([[A nasty bite that hits for %d%% weapon damage, reduces the targets healing by %d%%, and causes the target to bleed for %d%% weapon damage over 5 turns.
 		Only usable while frenzied.]], [[撕咬目标造成 %d%% 武器伤害。减少目标治疗效果 %d%% 并造成 %d%% 武器伤害的流血伤害持续 5 回合。 
 		只有在狂乱状态下可以使用。]])
 t("Frenzied Leap", "狂乱跳跃")
-t("@Source@ leaps forward in a frenzy!", "@Source@ 在狂热中向前跳跃!")
+t("@Source@ leaps forward in a frenzy!", "@Source@在狂热中向前跳跃!")
 t([[Leaps toward a target within range.
 		Only usable while frenzied.]], [[跳向范围内目标。
 		只有在狂乱状态下可以使用。]])
 t("Gnashing Teeth", "咬牙切齿")
-t("@Source@ tries to bite @Target@ with razor sharp teeth!", "@Source@ 尝试用尖锐的牙齿咬 @Target@ !")
+t("@Source@ tries to bite @Target@ with razor sharp teeth!", "@Source@尝试用尖锐的牙齿咬 @Target@ !")
 t("The scent of blood sends the %ss into a frenzy!", "鲜血的气味使得%s们变得狂热!")
 t("%s resists the cut!", "%s抵抗了流血!")
 t([[Bites the target for %d%% weapon damage, potentially causing it to bleed for %d%% weapon damage over five turns.
@@ -25771,10 +26898,10 @@ t([[Bites the target for %d%% weapon damage, potentially causing it to bleed for
 t("Abyssal Shroud", "堕入深渊")
 t("Creates a shroud of darkness over a radius 3 area that lasts %d turns.  The shroud causes %0.2f darkness damage each turn, reduces light radius by %d, and darkness resistance by %d%% of those within.", "制造一个 3 码范围的黑暗深渊持续 %d 回合。深渊会造成每回合 %0.2f 黑暗伤害并降低 %d 光照范围,同时使其中生物的暗影抵抗减少 %d%% 。")
 t("Echoes From The Void", "虚空回音")
-t("@Source@ shows @Target@ the madness of the void.", "@Source@ 向 @Target@ 展示了虚空的疯狂。")
+t("@Source@ shows @Target@ the madness of the void.", "@Source@向 @Target@ 展示了虚空的疯狂。")
 t("Shows the target the madness of the void.  Each turn for 6 turns the target must make a mental save or suffer %0.2f mind damage as well as resource damage (based off the mind damage and nature of the resource).", " 释放虚空的混乱,使目标每回合强制进行精神豁免鉴定,持续 6 回合,未通过豁免则在原伤害基础上造成 %0.2f 精神伤害(由精神和自然伤害基础伤害决定)。")
 t("Void Shards", "虚空碎片")
-t("@Source@ summons void shards.", "@Source@ 召唤出虚空碎片。")
+t("@Source@ summons void shards.", "@Source@召唤出虚空碎片。")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("void shard", "虚空碎片")
 t("It looks like a small hole in the fabric of spacetime.", "看起来像空间中的一小块破洞。")
@@ -25797,7 +26924,7 @@ t([[A wall of slime oozes out from the caster with radius 1, increasing once eve
 		The damage and duration will increase with your Mindpower.]], [[在 1 码范围内形成一个史莱姆墙,每隔 2 回合范围会扩大,直至 %d 码,造成 %0.2f 史莱姆伤害持续 %d 回合。 
 		受精神强度影响,伤害及持续时间有额外加成。]])
 t("Tentacle Grab", "触须之握")
-t("%s resists the grab!", "%s 抵抗了抓取!")
+t("%s resists the grab!", "%s抵抗了抓取!")
 t([[Grab a target and drag it to your side, holding it in place and silencing non-undead and creatures that need to breathe for %d turns.
 		The grab will also deal %0.2f slime damage per turn.
 		The damage will increase with your Mindpower.]], [[抓住一个目标并将其拉至身边,并抓取 %d 回合。需要呼吸的非亡灵类生物还会被窒息。
@@ -25817,7 +26944,7 @@ t([[Blast a wave of water all around you with a radius of %d, making all creatur
 		The damage will increase with your Spellpower.]], [[在你身边 %d 范围内制造水流,令所有生物湿润。
 		效果受法术强度加成。]])
 t("Blood Suckers", "吸血者")
-t("@Source@ tries to latch on and suck blood!", "@Source@ 尝试抓住目标吸血!")
+t("@Source@ tries to latch on and suck blood!", "@Source@尝试抓住目标吸血!")
 t([[Latch on to the target and suck their blood, doing %0.2f physical and %0.2f acid damage per turn.
 		After 5 turns of drinking, drop off and gain the ability to Multiply.
 		Damage scales with your level.
@@ -25830,6 +26957,7 @@ t([[Latch on to the target and suck their blood, doing %0.2f physical and %0.2f
 ------------------------------------------------
 section "game/modules/tome/data/talents/misc/inscriptions.lua"
 
+t("- will only auto use when no saturation effect exists", "- 只会在没有纹身/符文饱和效果的时候使用。")
 t("\
 Its effects scale with your %s stat.", "\
 效果随你的%s属性提升。")
@@ -25844,7 +26972,7 @@ t("%s is cured!", "%s 被治愈!")
 t(" and ", "和")
 t([[Activate the infusion to cure yourself of one random %s effect and reduce all damage taken by %d%% for %d turns.
 Also removes cross-tier effects of the affected types for free.]], [[激活纹身解除你随机一个 %s 效果并减少所有伤害 %d%% 持续 %d 回合。 
-同时除去对应类型的 CT 效果(失去平衡、法术冲击和锁脑)。]])
+同时除去对应类型的越层负面效果(失去平衡、法术冲击和锁脑)。]])
 t("res %d%%; %s; dur %d; cd %d", "减伤 %d%%; 解除 %s; 持续 %d; 冷却 %d")
 t("Infusion: Primal", "纹身:原初")
 t("Activate the infusion to heal for %d%% of all damage taken (calculated before resistances) and reduce the duration of a random debuff by %d each turn for %d turns.", "激活这个纹身,你受到的伤害将部分转化为治疗(在伤害减免之前计算),转化比例为 %d%% 。此外,每回合减少一个随机负面效果的持续时间 %d 回合,持续 %d 回合。")
@@ -25870,7 +26998,7 @@ t([[Activate the infusion to endure even the most grievous of wounds for %d turn
 t("die at -%d; dur %d; cd %d", "-%d 死亡底线; 持续 %d; 冷却 %d")
 t("Infusion: Wild Growth", "纹身:野性成长")
 t([[Causes thick vines to spring from the ground and entangle all targets within %d squares for %d turns, pinning them in place for 5 turns and dealing %0.2f physical damage and %0.2f nature damage.
-		The vines also grow all around you, increasing your armour by %d and armour hardiness by %d.]], [[从土地中召唤坚硬的藤蔓,缠绕 %d 码范围内所有生物,持续 %d 回合。将其定身5回合并造成每回合 %0.2f 物理和 %0.2f 自然伤害。 
+		The vines also grow all around you, increasing your armour by %d and armour hardiness by %d.]], [[从土地中召唤坚硬的藤蔓,缠绕 %d 码范围内所有生物,持续 %d 回合。将其定身5回合并造成每回合 %0.2f 物理和 %0.2f 自然伤害。
 		藤蔓也会生长在你的身边,增加 %d 护甲和 %d 护甲硬度。]])
 t("rad %d; dur %d;", "范围 %d 持续 %d")
 t("Rune: Teleportation", "符文:传送")
@@ -25904,10 +27032,10 @@ t([[Activate the rune to unleash a manasurge upon yourself, increasing mana rege
 t("regen %d%% over %d turns; mana %d; cd %d", "回复 %d%% 持续 %d 回合 ; %d 法力瞬回; 冷却 %d")
 t("Rune of the Rift", "符文:时空裂隙")
 t("%s is immune!", "%s 免疫了!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Something has prevented the timetravel.", "某物阻止了时空旅行")
 t("temporal instability", "时间不稳定性")
-t("%s has moved forward in time!", "%s 的时间被向前推移!")
+t("%s has moved forward in time!", "%s的时间向前推移!")
 t([[Inflicts %0.2f temporal damage.  If your target survives, it will be sent %d turns into the future.
 		It will also lower your paradox by 25 (if you have any).
 		Note that messing with the spacetime continuum may have unforeseen consequences.]], [[造成 %0.2f 时空伤害。如果你的目标存活,则它会被传送 %d 回合至未来。 
@@ -25934,6 +27062,7 @@ t("Rune: Mirror Image", "符文:镜像")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Mirror Image", "镜像")
 t("A blurred image.", "一个模糊的镜像。")
+t("Summon", "召唤")
 t([[Activate the rune to create up to 3 images of yourself that taunt nearby enemies each turn and immediately after being summoned.
 			Only one image can be created per enemy in radius 10 with the first being created near the closest enemy.
 			Images inherit all of your life, resistance, armor, defense, and armor hardiness.]], [[激活符文,最多召唤你的 3 个镜像,镜像会嘲讽周围的敌人。
@@ -25944,15 +27073,15 @@ t("Rune: Shatter Afflictions", "符文:粉碎痛苦")
 t([[Activate the rune to instantly dissipate the energy of your ailments, cleansing all cross tier effects and 1 physical, mental, and magical effect.
 		You use the dissipated energy to create a shield lasting 3 turns and blocking %d damage per debuff cleansed (not counting cross-tier ones).
 		If there were only cross-tier effects to cleanse, no shield is created and the rune goes on a 75%% reduced cooldown.]], [[激活符文,立刻清除你身上的负面效果。
-		清除所有 CT 效果(失去平衡、法术冲击和锁脑),以及物理、精神和魔法负面效果各 1 个。
+		清除所有越层负面效果(失去平衡、法术冲击和锁脑),以及物理、精神和魔法负面效果各 1 个。
 		每清除一个负面效果,你都会获得一个抵挡 %d 伤害的护盾,持续 3 回合。
-		如果只清除了CT效果,不会产生护盾且冷却时间减少75%%]])
+		如果只清除了越层负面效果,不会产生护盾且冷却时间减少75%%]])
 t("absorb %d; cd %d", "吸收 %d; 冷却 %d")
 t("Rune: Dissipation", "符文:耗散")
 t("Activate the rune to remove 8 beneficial magical sustains from an enemy target or all magical debuffs from you.", "激活这个符文,从敌人身上移除 4 个正面魔法持续效果,或从自己身上移除所有魔法负面效果。")
 t("Taint: Devourer", "堕落印记:吞噬")
 t("Activate the taint on a foe, removing up to %d magical or physical effects or sustains from it and healing you for %d for each effect.", "对目标激活此印记,移除其 %d 魔法或物理效果,或是持续技能,每移除一个治疗 %d 生命值。")
-t("%d effects / %d heal", "%d 效果 / %d 治疗")
+t("%d effects / %d heal", "%d 效果 / %d 回复量")
 t("Taint: Purging", "堕落印记:清除")
 t([[Activate the taint to purge your body of physical afflictions for %d turns.
 			Each turn the purge will attempt to cleanse 1 physical debuff from you, and if one is removed, increase its duration by 1.]], [[激活这个堕落印记,清除你身上的物理效果,持续 %d 回合。
@@ -26033,7 +27162,7 @@ t("Taints are not class abilities, you must find them or learn them from other p
 t("inscriptions", "纹身和符文")
 t("taints", "堕落印记")
 t("Attack", "攻击")
-t("#Source# attacks empty space.", "#Source# 打到了空地。")
+t("#Source# attacks empty space.", "#Source#打到了空地。")
 t("Hack and slash, baby!", "尽情砍杀吧,宝贝!")
 t("Psi Pool", "超能力槽")
 t("Feedback Pool", "反馈值槽")
@@ -26101,23 +27230,23 @@ t("Acidic Crawl", "酸爪")
 t("@Source@ envelops @target@ with acid.", "@Source@用酸液覆盖@target@。")
 t("Crawl onto the target, covering it in acid.", "爪击你的目标并附带酸性效果。")
 t("Blinding Spores", "致盲孢子")
-t("@Source@ releases blinding spores at @target@.", "@Source@ 向 @target@ 喷射致盲孢子。")
-t("%s resists the blinding!", "%s 抵抗了致盲!")
+t("@Source@ releases blinding spores at @target@.", "@Source@向@target@喷射致盲孢子。")
+t("%s resists the blinding!", "%s抵抗了致盲!")
 t("Releases stinging spores at the target, blinding it for %d turns.", "向目标喷射孢子,使目标致盲 %d 回合。")
 t("Poisonous Spores", "毒性孢子")
-t("@Source@ releases poisonous spores at @target@.", "@Source@ 朝 @target@ 释放毒素孢子。")
+t("@Source@ releases poisonous spores at @target@.", "@Source@朝@target@释放毒素孢子。")
 t("Releases poisonous spores at the target, doing %d%% damage and poisoning it.", "向目标喷射毒性孢子,造成 %d%% 伤害并使其中毒。")
 t("Stun", "震慑")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hits the target doing %d%% damage. If the attack hits, the target is stunned for %d turns.
 		The chance to stun improves with your Physical Power.]], [[攻击目标造成 %d%% 伤害。如果攻击命中则可震慑目标 %d 回合。 
 		受物理强度影响,震慑几率有额外加成。]])
 t("Disarm", "缴械")
-t("%s resists the blow!", "%s 抵抗了攻击!")
+t("%s resists the blow!", "%s抵抗了攻击!")
 t("Hits the target doing %d%% damage and trying to disarm the target for %d turns. The chance improves with your Physical Power.", [[攻击目标造成 %d%% 伤害,并试图缴械目标 %d 回合。 
 		受物理强度影响,缴械几率有额外加成。]])
 t("Constrict", "压迫")
-t("%s resists the constriction!", "%s 抵抗了重构!")
+t("%s resists the constriction!", "%s抵抗了重构!")
 t([[Hits the target doing %d%% damage. If the attack hits, the target is constricted for %d turns.
 		The constriction power improves with your Physical Power.]], [[攻击目标造成 %d%% 伤害,如果攻击命中则可令目标进入压迫状态 %d 回合。 
 		受物理强度影响,压迫强度有额外加成]])
@@ -26129,14 +27258,14 @@ t("Bites the target (an unarmed attack), doing %d%% damage and injecting it with
 t("Summon", "召唤")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
-t("#Source# summons #Target#!", "#Source# 召唤了 #Target#!")
+t("#Source# summons #Target#!", "#Source#召唤了#Target#!")
 t("Summon allies.", "召唤盟友。")
 t("Rotting Disease", "腐烂疫病")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing constitution by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其体质 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Decrepitude Disease", "衰老疫病")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing dexterity by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其敏捷 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Weakness Disease", "衰弱疫病")
-t("@Source@ performs a diseased attack against @target@.", "@Source@ 向@target@传播疾病。")
+t("@Source@ performs a diseased attack against @target@.", "@Source@向@target@传播疾病。")
 t("%s resists the disease!", "%s抵抗了疫病!")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing strength by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其力量 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Mind Disruption", "精神崩溃")
@@ -26174,7 +27303,7 @@ t([[Call upon the forces of nature to regenerate your body for %d life every tur
 		The life healed increases with Spellpower.]], [[召唤自然的力量治愈你的身体,每回合回复 %d 生命值持续 10 回合。 
 		受法术强度影响,治疗量有额外加成。]])
 t("Grab", "抓取")
-t("%s resists the grab!", "%s 抵抗了抓取!")
+t("%s resists the grab!", "%s抵抗了抓取!")
 t("Hits the target doing %d%% damage; if the attack hits, the target is pinned to the ground for %d turns.  The chance to pin improves with Physical Power.", "攻击目标造成 %d%% 伤害,如果攻击命中可定身目标 %d 回合,定身几率受物理强度影响。")
 t("Blinding Ink", "致盲墨汁")
 t("@Source@ projects ink!", "@Source@喷出墨汁!")
@@ -26206,14 +27335,14 @@ t("@Source@ seems to search the ground...", "@Source@好像在地上寻找着什
 t("sticky web", "粘粘的网")
 t("@Target@ is caught in a web!", "@Target@陷入网中!")
 t("Pins non spiderkin for %d turns. Decays over time.", "定身所有非蜘蛛族 %d 回合。会随时间消失")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Lay a concealed web (%d detect 'power', %d disarm 'power') under yourself that lasts %d turns and pins all non-spiderkin that pass through it for %d turns.  The web weakens over time.", "投掷一个隐形的蜘蛛网(侦察强度 %d , 解除强度 %d ),持续 %d 回合,困住所有经过它的非蜘蛛生物 %d 回合。")
 t("Darkness", "黑暗")
 t("Weave darkness (power %d) in a radius of %d, blocking all light but the most powerful and teleporting you a short range.", [[制造黑暗,阻挡所有光线(强度 %d 范围 %d 码),并能使你传送一小段距离。 
 		受敏捷影响,伤害有额外加成。]])
 t("Throw Boulder", "投掷巨石")
 t("something", "某物")
-t("#Source# hurls a huge boulder at #target#!", "#Source# 朝 #target# 投掷巨石!")
+t("#Source# hurls a huge boulder at #target#!", "#Source#朝#target#投掷巨石!")
 t([[Throw a huge boulder, dealing %0.2f physical damage and knocking targets back %d tiles within radius %d.
 		The damage will increase with your Strength.]], [[向目标投掷一块巨大的石头,造成 %0.2f 伤害并将其击退 %d 码,投掷半径 %d 。 
 		受力量影响,伤害有额外加成。]])
@@ -26235,7 +27364,7 @@ t([[Sends a telekinetic attack, knocking back the target up to 3 grids and doing
 		受精神强度影响,伤害有额外加成。]])
 t("Blightzone", "枯萎区域")
 t([[Corrupted vapour rises at the target location (radius 4) doing %0.2f blight damage every turn for %d turns.
-		The damage increases with Spellpower.]], [[蒸腾目标区域( 4 码范围)造成每回合 %0.2f 枯萎伤害持续 %d 回合。 
+		The damage increases with Spellpower.]], [[蒸腾目标区域(4码范围)造成每回合 %0.2f 枯萎伤害持续 %d 回合。
 		受法术强度影响,伤害有额外加成。]])
 t("Invoke Tentacle", "召唤触须")
 t("%s spawns one of its tentacles!", "%s 产生了一只触手!")
@@ -26325,7 +27454,7 @@ t([[Grab a target and pull it next to you, covering it with frost while reducing
 		伤害受你的法术强度加成。]])
 t("Body Shot", "崩拳")
 t("@Source@ throws a body shot.", "@Source@打出崩拳。")
-t("%s resists the body shot!", "%s 抵抗了崩拳!")
+t("%s resists the body shot!", "%s抵抗了崩拳!")
 t([[A punch to the body that deals %d%% damage, drains %d of the target's stamina per combo point, and dazes the target for %d to %d turns, depending on the amount of combo points you've accumulated.
 		The daze chance will increase with your Physical Power.
 		Using this talent removes your combo points.]], [[对目标的身体发出强烈的一击,造成 %d%% 伤害,每点连击点消耗 %d 目标体力并眩晕目标 %d 到 %d 回合(由你的连击点数决定)。 
@@ -26355,7 +27484,7 @@ t("Designate a target as a martyr for 10 turns. When the martyr deals damage, it
 t("Overpower", "压制")
 t("You require a weapon and a shield to use this talent.", "你需要一把武器一个盾牌来施展这个技能。")
 t("You cannot use Overpower without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Hits the target with your weapon doing %d%% damage and two shield strikes doing %d%% damage each, trying to overpower your target.
 		If the last attack hits, the target is knocked back 4 grids. The chance for knockback increases with your Accuracy.]], [[用你的武器和盾牌压制目标并分别造成 %d%% 武器和 %d%% 2 次盾牌反击伤害。
 		如果上述攻击命中,那么目标会被击退。
@@ -26371,8 +27500,8 @@ t([[You expend massive amounts of energy to launch yourself across %d squares at
 		路径上的敌人会被击退并受到 %d 至 %d 点物理伤害。
 		技能等级 5 时你能冲过墙壁。]])
 t("Telekinetic Throw", "动能投掷")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source# 抵抗了 #Target#的投掷!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source#抵抗了#Target#的投掷!")
 t([[Use your telekinetic power to enhance your strength, allowing you to pick up an adjacent enemy and hurl it anywhere within radius %d.
 		Upon landing, your target takes %0.1f Physical damage and is stunned for 4 turns.  All other creatures within radius 2 of the landing point take %0.1f Physical damage and are knocked away from you.
 		This talent ignores %d%% of the knockback resistance of the thrown target, which takes half damage if it resists being thrown.
@@ -26412,7 +27541,7 @@ t([[Throws a vial of sticky smoke that explodes in radius %d on your foes, reduc
 		受烟雾弹影响的生物永远不会阻止你潜行,即使通常情况下接近它们会导致无法潜行。
 		使用这个技能不会打破潜行。]])
 t("Switch Place", "换位")
-t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了 #Source# 与 #Target#的换位.")
+t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了#Source#与#Target#的换位.")
 t([[Using a series of tricks and maneuvers, you switch places with your target.
 		Switching places will confuse your foes, granting you Evasion (50%%) for %d turns.
 		While switching places, your weapon(s) will connect with the target; this will not do weapon damage, but on hit effects of the weapons can trigger.]], [[通过一系列的技巧和动作,你可以和你的目标交换位置。
@@ -26477,7 +27606,7 @@ t("When dual wielding, increases attack speed by %d%%, but drains stamina quickl
 t("Defensive Throw", "闪身投掷")
 t("#Source# slams #Target# into the ground!", "#Source将#Target#掀翻在地!")
 t("#Source# throws #Target# to the ground!", "#Source#将#Target#扔到地上!")
-t("#Source# misses a defensive throw against #Target#!", "#Source# 对#Target#的反击没有命中!")
+t("#Source# misses a defensive throw against #Target#!", "#Source#对#Target#的反击没有命中!")
 t([[When you avoid a melee blow while unarmed, you have a %d%% chance to throw the target to the ground.  If the throw lands, the target will take %0.2f damage and be dazed for 2 turns, or %0.2f damage and be stunned for 2 turns if the target is grappled.  You may attempt up to %0.1f throws per turn.
 		The chance of throwing increases with your Accuracy, the damage scales with your Physical Power, and the number of attempts with your Strength and Dexterity.]], [[当你闪避一次近战攻击时,如果你没有装备武器你有 %d%% 概率将目标摔到地上。
 		如果目标被成功摔倒,则会造成 %0.2f 伤害且目标被眩晕2回合或承受 %0.2f 伤害。同时目标若被抓取,则会被震慑2回合。
@@ -26499,6 +27628,7 @@ t([[You reach out with shadowy vines toward your target, pulling it to you and s
 t("Ambuscade", "影分身")
 t("Not enough space to invoke your shadow!", "没有足够的空间召唤阴影。")
 t("A dark shadowy form in the shape of %s.", "一团黑暗的形体模仿了%s的形态。")
+t("Shadow of %s", "%s的影子")
 t([[You take full control of your own shadow for %d turns.
 		Your shadow possesses your talents and stats, has %d%% life and deals %d%% damage, -30%% all resistances, -100%% light resistance and +100%% darkness resistance.
 		Your shadow is permanently stealthed (%d power), and all melee damage it deals is converted to darkness damage.
@@ -26508,7 +27638,7 @@ t([[You take full control of your own shadow for %d turns.
 		你的影子处于永久潜行状态( %d 潜行强度)并且它所造成的所有近战伤害均会转化为暗影伤害。 
 		如果你提前解除控制或者它离开你的视野时间过长,你的影分身会自动消失。]])
 t("Shadow Leash", "暗影束缚")
-t("%s resists the shadow!", "%s 抵抗了阴影!")
+t("%s resists the shadow!", "%s抵抗了阴影!")
 t([[For an instant, your weapons turn into a shadow leash that tries to grab the target's weapon, disarming it for %d turns.
 		The chance to hit improves with your Accuracy.]], [[使你的武器立刻转化为暗影之缚形态,夺取目标武器,缴械目标 %d 回合。 
 		受命中影响,技能命中率有额外加成。]])
@@ -26548,12 +27678,12 @@ t("charms", "护符")
 t("Arcane Supremacy", "奥术至尊")
 t("Removes up to %d detrimental magical effects and empowers you with arcane energy for ten turns, increasing spellpower and spell save by 5 plus 5 per effect removed.", "移除 %d 个负面魔法效果,并且使你进入奥术强化状态 10 回合,增加 5 点法术强度和法术豁免,每移除一个 DEBUFF,额外增加 5 点法术强度和法术豁免。")
 t("Attune Mindstar", "灵晶调谐")
-t("@Source@ refocuses the energies of %s mindstar.", "@Source@ 重新汇集%s灵晶中的能量。")
+t("@Source@ refocuses the energies of %s mindstar.", "@Source@重新汇集%s灵晶中的能量。")
 t("You attune your %s to deal #ORANGE#mind#LAST# damage.", "你调谐了你的 %s ,使其造成#ORANGE#精神#LAST#伤害。")
 t("You attune your %s to deal #LIGHT_GREEN#nature#LAST# damage.", "你调谐了你的 %s ,使其造成#ORANGE#自然#LAST#伤害。")
 t("Alter the flow of energies of your equiped mindstars, changing their damage type between nature and mind.", "改变灵晶中流动的能量性质,将伤害类型在自然伤害和精神伤害间切换。")
 t("Command Staff", "法杖掌控")
-t("@Source@ refocuses the energies of %s staff.", "@Source@ 重新汇集%s法杖中的能量。")
+t("@Source@ refocuses the energies of %s staff.", "@Source@重新汇集%s法杖中的能量。")
 t("You must be holding a staff.", "你必须持有法杖。")
 t("Command Staff: ", "法杖掌控: ")
 t("Alter the flow of energies through a staff.", "改变法杖中流动的能量性质。")
@@ -26578,7 +27708,7 @@ t([[Raise your shield into blocking position for 2 turns reducing all non-Mind d
 		如果有任何伤害被成功格挡,此效果将在回合开始时移除。
 		如果盾牌对格挡伤害类型有伤害抗性,则格挡值增加50%% 。
 		
-		当前加成: %s%s%s%s]])
+		当前加成:%s%s%s%s]])
 t("Bloom Heal", "夏花之愈")
 t([[Call upon the power of nature to regenerate your body for %d life every turn for 6 turns.
 		The life healed will increase with the Willpower stat.]], [[呼唤自然的力量每回合恢复你 %d 生命值持续 6 回合。 
@@ -26595,6 +27725,8 @@ t("Soul Purge", "解放灵魂")
 t("Remove any talent Morrigor has absorbed.", "除去 Morrigor 吸收的所有技能。")
 t("Dig", "挖掘")
 t("You require a digger to dig.", "挖掘需要装备锄头。")
+t("digging", "正在挖掘")
+t("dug", "挖掘了")
 t("You have been interrupted!", "你被打断!")
 t([[Dig/cut a tree/...
 		Digging takes %d turns (based on your currently best digger available).]], " 挖掘消耗 %d 回合 ( 基于你携带的最好锄头 )。")
@@ -26729,7 +27861,7 @@ t([[Halflings have always been a very organised and methodical race; the more fo
 t("Indomitable", "不屈意志")
 t([[Halflings have one of the most powerful military forces in the known world and have been at war with most other races for thousands of years.
 		Removes %d stun, daze, or pin effects and grants immunity to stuns, dazes and pins for %d turns.]], [[半身人以骁勇善战闻名于世,他们曾经在战场上对抗其他种族上千年。 
-		立刻移除 %d 种震慑、眩晕和定身状态,并使你对震慑、眩晕和定身免疫 %d 回合。 
+		立刻移除 %d 种震慑、眩晕和定身状态,并使你对震慑、眩晕和定身免疫 %d 回合。
 		使用此技能不消耗回合。]])
 t("orc", "兽人")
 t("Orcish Fury", "兽族之怒")
@@ -26837,7 +27969,7 @@ section "game/modules/tome/data/talents/misc/tutorial.lua"
 t("Tutorial-specific talents.", "只能用于教程的技能。")
 t("tutorial", "教程")
 t("Shove", "击退攻击")
-t("%s resists the shove!", "%s 抵抗了推拉!")
+t("%s resists the shove!", "%s抵抗了推拉!")
 t("Give the target a good old-fashioned shove, knocking it back a square.", "给目标一个老式的击退攻击,将它击退一格。")
 t("Mana Gale", "魔法风暴")
 t("%s is knocked back by the gale!", "%s 被大风吹了回来!")
@@ -26849,7 +27981,7 @@ t("%s holds its ground!", "%s 站稳在了原地!")
 t("Knock the target backwards with a powerful telekinetic blow.", "使用强大的念力攻击,将目标击退。")
 t("Blink", "闪烁")
 t("%s is teleported a short distance!", "%s 传送了一小段距离!")
-t("%s resists the teleportation!", "%s 抵抗了传送!")
+t("%s resists the teleportation!", "%s抵抗了传送!")
 t("Attempts to magically teleport a target slightly farther from you.", "使用魔法,将目标轻微的传送至远处。")
 t("Fear", "恐惧")
 t("%s retreats in terror!", "%s 在恐惧中撤退!")
@@ -26923,7 +28055,7 @@ t([[Briefly extend your telekinetic reach to grab an enemy and haul them towards
 		至多对半径 %d 的敌人有效。
 		范围和冷却时间受技能等级影响。]])
 t("Telekinetic Leap", "灵能跳跃")
-t("@Source@ performs a telekinetically enhanced leap!", "@Source@ 在灵能的帮助下跳跃!")
+t("@Source@ performs a telekinetically enhanced leap!", "@Source@在灵能的帮助下跳跃!")
 t("You can not jump onto a creature.", "你不能跳到另一个生物上。")
 t("You perform a precise, telekinetically-enhanced leap, landing up to %d squares from your starting point.", "使用灵能,精准地跳向 %d 码外的地点。")
 
@@ -26932,7 +28064,7 @@ t("You perform a precise, telekinetically-enhanced leap, landing up to %d square
 section "game/modules/tome/data/talents/psionic/augmented-striking.lua"
 
 t("Kinetic Strike", "动能打击")
-t("%s resists the pin!", "%s 抵抗了定身!")
+t("%s resists the pin!", "%s抵抗了定身!")
 t([[Focus kinetic energy and strike an enemy for %d%% weapon damage as physical.
 		They will be pinned to the ground for %d turns by the force of this attack.
 		Any frozen creature hit by this attack will take an extra %0.2f physical damage.
@@ -26985,7 +28117,7 @@ t([[For %d turns your electrokinesis transcends your normal limits, increasing y
 		你的电能护盾获得 100%% 的吸收效率,并可以吸收两倍伤害。
 		头脑风暴附带致盲效果。
 		电能吸取附带混乱效果( %d%% 概率)。
-		电能打击的第二次闪电 / 致盲攻击将会对半径 3 格之内的最多 3 名敌人产生连锁反应。
+		电能打击的第二次闪电/致盲攻击将会对半径 3 格之内的最多 3 名敌人产生连锁反应。
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个卓越技能产生效果。]])
 t("Thought Sense", "思维感知")
@@ -27006,7 +28138,7 @@ t("Heartstart", "心跳复苏")
 t([[Store an electric charge for saving your life at a later time.
 		If you are reduced to less than zero life while this is active, it will deactivate, cure you of all stun/daze/freeze effects and allow you to survive with up to %d negative health for %d turns.
 		The negative health limit scales with your Mindpower and maxium life.]], [[储存一次电力充能用来在之后挽救你的生命。
-		当这个技能激活时,如果你的生命值被减低到 0 以下,这个技能将会进入冷却,解除你的震慑 / 晕眩 / 冰冻状态,使你的生命值最多为 - %d 时不会死亡,效果持续 %d 回合。
+		当这个技能激活时,如果你的生命值被减低到 0 以下,这个技能将会进入冷却,解除你的震慑/晕眩/冰冻状态,使你的生命值最多为 -%d 时不会死亡,效果持续 %d 回合。
 		受精神强度和最大生命值影响,承受的致命伤害有额外加成。.]])
 
 
@@ -27100,7 +28232,7 @@ t([[When an attack would deal 15%% or more of your effective total health, you f
 		At talent level 5, the block effect will last two turns.
 		This damage reduction scales with your Mindpower.]], [[当你将要承受一次超过 15 %%最大生命值的攻击时,你会锻造一个熔炉屏障来保护自己,减少 %0.2f 点所有该类型攻击伤害于下 %d 回合。 
 		熔炉屏障能够同时格挡多种类型的伤害,但是每一种已拥有的格挡类型会使伤害临界点上升 15 %%。
-		如果你完全格挡了某一攻击者的伤害,则此攻击者受到持续 1 回合的反击 DEBUFF( 200 %%普通近身或远程伤害)。 
+		如果你完全格挡了某一攻击者的伤害,则此攻击者受到持续 1 回合的反击 DEBUFF(200 %%普通近身或远程伤害)。
 		在等级 5 时,格挡效果将持续 2 回合。 
 		受精神强度影响,格挡值按比例加成。]])
 t("Forge Bellows", "熔炉风箱")
@@ -27151,7 +28283,7 @@ t([[Throw your Dream Hammer at a distant location, inflicting %d%% weapon damage
 		Learning this talent increases the Accuracy of your Dream Hammer by %d.]], [[将你的梦之巨锤扔向远处,对沿途所有敌方单位造成 %d%% 武器伤害。在到达目标点后,梦之巨锤会自动返回,再次对沿途目标造成伤害。 
 		学习此技能会增加梦之巨锤 %d 点命中。]])
 t("Dream Crusher", "雷霆一击")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Crush your enemy with your Dream Hammer, inflicting %d%% weapon damage.  If the attack hits, the target is stunned for %d turns.
 		Stun chance improves with your Mindpower.  Learning this talent increases your Physical Power for Dream Hammer damage calculations by %d and all damage with Dream Hammer attacks by %d%%.
 		]], [[用你的梦之巨锤碾碎敌人,造成 %d%% 武器伤害。如果攻击命中,则目标会被震慑 %d 回合。 
@@ -27202,7 +28334,7 @@ section "game/modules/tome/data/talents/psionic/feedback.lua"
 
 t("Biofeedback", "生物反馈")
 t([[Your Feedback decay now heals you for %0.1f times the loss, and the decay rate is reduced to %d%% of the normal rate (up to %0.1f%% per turn).  As a result, you are healed for %0.2f%% of your feedback pool each turn.
-		The healing effect improves with your Willpower.]], [[ 你的反馈值衰减的 %0.1f 倍会转换成治疗,同时衰减速率下降 %d%% (每回合最多 %0.1f%% )。总而言之,每回合你将受到治疗量等于你的反馈池 %0.2f%% 的治疗。 
+		The healing effect improves with your Willpower.]], [[ 你的反馈值衰减的 %0.1f 倍会转换成治疗,同时衰减速率下降至 %d%% (每回合最多 %0.1f%% )。总而言之,每回合你将受到治疗量等于你的反馈池 %0.2f%% 的治疗。
 		受精神强度影响,治疗效果按比例加成。]])
 t("Resonance Field", "共鸣领域")
 t([[Activate to create a resonance field that will absorb 50%% of all damage you take (%d max absorption).  The field will not interfere with Feedback gain.
@@ -27211,7 +28343,7 @@ t([[Activate to create a resonance field that will absorb 50%% of all damage you
 		此技能最多维持 10 回合。]])
 t("Amplification", "强化反馈")
 t([[Increases your maximum Feedback by %d, and increases your base Feedback gain ratio to %d%%.
-		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加到 %d%% 。 
+		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加到 %d%% 。
 		受精神强度影响,反馈值增加率按比例加成。]])
 t([[Increases your maximum Feedback by %d, and increases the Feedback you gain from damage by %0.1f%% (to %0.1f%% of damage received).
 		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加 %0.1f%% (相比于你受到伤害的 %0.1f%% ) 。 
@@ -27279,6 +28411,20 @@ t("Your Iron Will improves your stun immunity by %d%% and gives you a %d%% chanc
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/grip.lua"
 
+t("Bind", "灵能捆绑")
+t([[Bind the target in crushing bands of telekinetic force, immobilizing it for %d turns. 
+		The duration will improve with your Mindpower.]], [[用巨大的束缚超能力值捆住目标 %d 回合。
+		受精神强度影响,持续时间有额外加成。]])
+t("Greater Telekinetic Grasp", "灵能支配")
+t([[Use finely controlled forces to augment both your flesh-and-blood grip, and your telekinetic grip. This does the following:
+		Increases disarm immunity by %d%%.
+		Allows %d%% of Willpower and Cunning (instead of the usual 60%%) to be substituted for Strength and Dexterity for the purposes of determining damage done by telekinetically-wielded weapons.
+		At talent level 5, telekinetically wielded gems and mindstars will be treated as one material level higher than they actually are.
+		]], [[用细致的操控来增加你的肉体支配和灵能支配。此技能有以下效果:
+		增加 %d%% 缴械免疫。
+		当使用灵能武器造成伤害时,用 %d%% 意志和灵巧(通常60%%)来代替力量和敏捷决定伤害。
+		在等级5时,意念装备的宝石或灵晶的品质提升一级。
+		]])
 
 
 ------------------------------------------------
@@ -27305,8 +28451,8 @@ t([[For %d turns your telekinesis transcends your normal limits, increasing your
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个卓越技能产生效果。]])
 t("Kinetic Surge", "动能爆发")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source# 抵抗了 #Target#的投掷!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source#抵抗了#Target#的投掷!")
 t([[Build telekinetic power and dump it into an adjacent creature or yourself.
 		This will launch them to a targeted location in radius %d.
 
@@ -27340,8 +28486,18 @@ t([[Bind the target mercilessly with constant, bone-shattering pressure, pinning
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/mental-discipline.lua"
 
+t("Aura Discipline", "光环训练")
+t([[Your expertise in the art of energy projection grows.
+		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]], [[你增加了在超能力值运用方面的知识。
+		所有光环的冷却时间减少 %d 回合。光环消耗超能力值变的更慢(消耗每点超能力值所需伤害值 +%0.2f )。]])
+t("Shield Discipline", "护盾训练")
+t("Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.", "你增加了在超能力值吸收方面的知识。所有护盾的冷却时间减少 %d 回合。护盾额外增加超能力值所需伤害值减少 %0.1f ,每个护盾的最大能量吸收量增加 %0.1f 每回合。")
 t("Iron Will", "钢铁意志")
 t("Improves Mental Saves by %d, and stun immunity by %d%%.", " 钢铁意志提高 %d 精神抗性和%d%% 震慑免疫。")
+t("Highly Trained Mind", "精神训练")
+t([[A life of the mind has had predictably good effects on your Willpower and Cunning.
+		Increases Willpower and Cunning by %d.]], [[一次精神训练加强了你的意志和灵巧。
+		增加 %d 点意志和灵巧。]])
 
 
 ------------------------------------------------
@@ -27357,8 +28513,8 @@ t("Clears your mind of current mental effects, and blocks additional ones over 6
 		此技能使用时不消耗回合。]])
 t("Projection", "灵魂出窍")
 t("Not enough space to invoke your spirit!", "没有空间激发你的灵魂!")
-t("Projection of %s", "%s的投影。")
 t("A ghostly figure.", "一个隐约的形象。")
+t("Projection of %s", "%s的投影。")
 t([[Activate to project your mind from your body for %d turns.  In this state you're invisible (+%d power), can see invisible and stealthed creatures (+%d detection power), can move through walls, and do not need air to survive.
 		All damage you suffer is shared with your physical body, and while in this form you may only deal damage to 'ghosts' or through an active mind link (mind damage only in the second case.)
 		To return to your body, simply release control of the projection.]], [[激活此技能可以使你的灵魂出窍,持续 %d 回合。在此效果下,你处于隐形状态( +%d 强度),并且可以看到隐形和潜行单位( +%d 侦查强度),还可以穿过墙体,并且无需呼吸。 
@@ -27388,7 +28544,7 @@ t("Inner Demons", "心魔")
 t("%s's Inner Demon", "%s的心魔")
 t("A hideous, demonic entity that resembles the creature it came from.", "一种可怕的、恶魔般的实体,类似于它来自的生物。")
 t("#F53CBE#%s's Inner Demon manifests!", "#F53CBE#%s的心魔出现了!")
-t("%s resists the demons!", "%s 抵抗了心魔!")
+t("%s resists the demons!", "%s抵抗了心魔!")
 t([[Brings the target's inner demons to the surface.  Each turn, for %d turns, there's a %d%% chance that a demon will surface, requiring the target to make a Mental Save to keep it from manifesting.
 		If the target is sleeping, the chance to save will be halved, and fear immunity will be ignored.  Otherwise, if the summoning is resisted, the effect will end early.
 		The summon chance will scale with your Mindpower and the demon's life will scale with the target's rank.
@@ -27398,16 +28554,16 @@ t([[Brings the target's inner demons to the surface.  Each turn, for %d turns, t
 		受目标分级影响,心魔的生命值有额外加成。
 		心魔具现化时,会移除目标身上的所有睡眠类效果,本技能除外]])
 t("Waking Nightmare", "梦魇复苏")
-t("%s resists the nightmare!", "%s 抵抗了噩梦!")
+t("%s resists the nightmare!", "%s抵抗了噩梦!")
 t([[Inflicts %0.2f darkness damage each turn for %d turns, and has a %d%% chance to randomly cause blindness, stun, or confusion (lasting 3 turns).
 		If the target is sleeping, the chance of avoiding a negative effect will be halved and fear immunity will be ignored.
 		The damage will scale with your Mindpower.]], [[每回合造成 %0.2f 暗影伤害,持续 %d 回合,并且有 %d%% 几率随机造成致盲、震慑或混乱效果(持续 3 回合)。 
 		如果目标处于睡眠状态,则其不受负面状态的几率减半。 
 		受精神强度影响,伤害按比例加成。]])
-t("Night Terror", "梦魇降临")
 t("You can't cast this on friendly targets.", "该技能不能对友军释放。")
 t("terror", "暗夜恐魔")
 t("A formless terror that seems to cut through the air, and its victims, like a knife.", "这只形态模糊的恐魔,将敌人连同周围的空气一起切成两半。")
+t("Night Terror", "梦魇降临")
 t([[Increases your damage and resistance penetration on sleeping targets by %d%%.  Additionally, every time you slay a sleeping target, a Night Terror will be summoned for %d turns.
 		The Night Terror's stats will scale with your Mindpower, as will the damage bonus to sleeping targets.]], [[增加 %d%% 你对睡眠状态目标的伤害和抵抗穿透效果。另外每当你杀死一个睡眠状态的目标,你可以召唤一只持续 %d 回合的暗夜恐魔。 
 		受精神强度影响,伤害和暗夜恐魔的属性按比例加成。]])
@@ -27426,6 +28582,21 @@ t("#Source#'s mindstar telekinetically grabs #target#!", "#Source#的灵晶念
 t("%s telekinetically grabs %s!", "%s念力抓取了%s!")
 t("You require a telekinetically wielded weapon or gem for your psionic focus.", "你需要念力武器或者宝石来使用灵能聚焦")
 t("%s's %s", "%sçš„%s")
+t([[Allows you to wield a physical melee or ranged weapon, a mindstar or a gem telekinetically, gaining a special effect for each.
+		A gem will provide a +3 bonus to all primary stats per tier of the gem.
+		A mindstar will randomly try to telekinetically grab a far away foe (10% chance and range 3 for a tier 1 mindstar, +1 range and +5% chance for each tier above 1) and pull it into melee range.
+		A physical melee weapon will act as a semi independant entity, automatically attacking adjacent foes each turn, while a ranged weapon will fire at your target whenever you perform a ranged attack.
+		While this talent is active, all melee and ranged attacks use 60% of your Cunning and Willpower in place of Dexterity and Strength for accuracy and damage calculations respectively.
+		
+
+		]], [[允许你用念力来装备一件武器,用你的意念来操纵它,使它能在每回合随机攻击一个近战范围的目标。
+		也可以装备灵晶或者宝石,并获得特殊效果。
+		宝石:每一级材质等级,使全部属性加 3 ,同时部分技能的攻击范围增加 1 。
+		灵晶:每一级材质等级,有 5% 几率将额外 1 半径内一个随机敌人抓取到身边。
+		开启后,使用 60% 意志和灵巧来分别代替力量和敏捷以决定武器的攻击。
+		
+
+		]])
 t("The telekinetically-wielded gem grants you +%d stats.", "念动宝石增加你 %d 属性。")
 t("The telekinetically-wielded mindstar has a %d%% chance to grab a foe up to %d range away.", "念动灵晶有 %d%% 几率抓取 %d 半径内的敌人。")
 t([[The telekinetically-wielded ranged weapon uses Willpower in place of Strength, and Cunning in place of Dexterity, to determine Accuracy and damage respectively.
@@ -27514,6 +28685,34 @@ t([[Overcharge your psionic focus with energy for %d turns, producing a differen
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/psi-archery.lua"
 
+t("Guided Shot", "导引箭")
+t("Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.", "射出一支导引箭精确的飞向敌人。造成普通伤害,但是命中和暴击率提高 %d 。")
+t("Augmented Shot", "强力射击")
+t("Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.", "使用精神超能力以增强弓的耐久和张力,使射出的箭具有无与伦比的威力。增加 %d 点护甲穿透并造成 %d%% 伤害。")
+t("Thought-quick Shot", "意念射击")
+t("Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.", "用飞翔的思绪射出一支箭矢。此攻击不消耗回合数。随着技能等级提高,冷却时间缩短。")
+t("Masterful Telekinetic Archery", "灵能射击掌握")
+t("You cannot do that without a telekinetically-wielded bow.", "你没有灵能持握弓箭,无法这么做。")
+t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.
+			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
+			You are not telekinetically wielding anything right now.]], [[你暂时分出一部分精神去控制念动之弓。它会在 %d 回合内自动攻击1个目标。
+			念动弓使用意志和灵巧来代替力量和敏捷决定攻击。
+			你暂时还没有装备任何念动武器。]])
+t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack a target each turn for %d turns.
+			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
+		Combat stats:
+		Accuracy: %d
+		Damage: %d
+		APR: %d
+		Crit: %0.2f
+		Speed: %0.2f]], [[你暂时分出一部分精神去控制念动之弓。它会在 %d 回合内自动攻击1个目标。
+		念动弓使用意志和灵巧来代替力量和敏捷决定攻击。
+		战斗属性:
+		命中:%d
+		伤害:%d
+		护甲穿透:%d
+		暴击率:%0.2f
+		攻击速度:%0.2f]])
 
 
 ------------------------------------------------
@@ -27621,7 +28820,7 @@ t([[Sends a telepathic attack, trying to destroy the brains of any target in the
 		The damage will increase with your Mindpower.]], [[向前方发出一道心灵光束,摧毁范围内所有目标的神经系统,造成 %0.2f 精神伤害。 
 		受精神强度影响,伤害有额外加成。]])
 t("Psychic Lobotomy", "精神切断")
-t("%s resists the lobotomy!", "%s 抵抗了脑叶切断!")
+t("%s resists the lobotomy!", "%s抵抗了脑叶切断!")
 t([[Inflicts %0.2f mind damage and cripples the target's higher mental functions, reducing cunning by %d and confusing (%d%% power) the target for %d turns.
 		The damage, cunning penalty, and confusion power will scale with your Mindpower.]], [[造成 %0.2f 精神伤害,并摧毁目标的高级精神系统,降低 %d 灵巧并混乱目标( %d%% 强度),持续 %d 回合。 
 		受精神强度影响,伤害、灵巧降幅和混乱强度按比例加成。]])
@@ -27700,10 +28899,10 @@ t([[You now substitute %d%% of your Mental Save for %d%% of your Physical and Sp
 		学习此技能也会增加你 10 %%唯我临界点(当前 %d%% )。]])
 t("Clarity", "唯我论:明晰")
 t([[For every percent that your Psi pool exceeds %d%%, you gain 1%% global speed (up to a maximum of %+d%%).
-		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25 and will increase your solipsism threshold by 10%% (currently %d%%).]], [[当你的超能力值超过 %d%% 时,每超过 1%% 你增加 1%% 整体速度(最大值 %+d%% )。 
+		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25 and will increase your solipsism threshold by 10%% (currently %d%%).]], [[当你的超能力值超过 %d%% 时,每超过 1%% 你增加 1%% 整体速度(最大值 %+d%% )。
 		学习此技能时,(高于基础值 10 的)每点意志会额外增加 0.5 点超能力值上限,而(高于基础值 10 的)每点体质会减少 0.25 点生命上限(若低于基础值 10 则增加生命上限),增加你 10%% 唯我临界点(当前 %d%% )。]])
 t("Dismissal", "唯我论:豁免")
-t("#TAN##Source# mentally dismisses some damage!", "#TAN##Source# 精神上豁免了部分伤害!")
+t("#TAN##Source# mentally dismisses some damage!", "#TAN##Source#精神上豁免了部分伤害!")
 t("#TAN#(%d dismissed)#LAST#", "#TAN#(%d 唯我论:豁免)#LAST#")
 t([[Each time you take damage, you roll %d%% of your mental save against it.  A successful saving throw can crit and will reduce the damage by at least 50%%.
 		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25.
@@ -27715,7 +28914,13 @@ t([[Each time you take damage, you roll %d%% of your mental save against it.  A
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/telekinetic-combat.lua"
 
+t("Telekinetic Assault", "灵能打击")
 t("You cannot do that without a weapon in your hands.", "你必须装备一把武器施展该技能。")
+t([[Assault your target with all weapons, dealing two strikes with your telekinetically-wielded weapon for %d%% damage followed by an attack with your physical weapon for %d%% damage.
+		This physical weapon attack uses your Willpower and Cunning instead of Strength and Dexterity to determine Accuracy and damage.
+		Any active Aura damage bonusses will extend to your main weapons for this attack.]], [[用你的所有武器打击目标,使用你的灵能武器打击两次,造成 %d%% 伤害,然后使用你的物理武器打击一次,造成 %d%% 伤害。
+		物理武器将会使用意志值和灵巧值代替力量值和敏捷值决定命中和伤害。
+		在这次攻击中,所有启用的光环伤害加成效果也会适用到你的主武器上。]])
 
 
 ------------------------------------------------
@@ -27738,7 +28943,7 @@ t([[For %d turns your pyrokinesis transcends your normal limits, increasing your
 		你的热能护盾获得 100%% 的吸收效率,并可以吸收两倍伤害。
 		意念风暴附带火焰冲击效果。
 		热能吸取将会降低敌人的伤害 %d%% 。
-		热能打击的第二次寒冷 / 冻结攻击将会产生半径为 1 的爆炸。
+		热能打击的第二次寒冷/冻结攻击将会产生半径为 1 的爆炸。
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个超能系技能产生效果。]])
 t("Brainfreeze", "锁脑极寒")
@@ -27768,6 +28973,7 @@ t([[You seek balance between fire and cold based on your current Psi level.
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/thought-forms.lua"
 
+t("thought-form", "精神体")
 t("Thought-Form: Bowman", "具象之弧:弓箭手")
 t("thought-forged bowman", "精神体弓箭手")
 t("A thought-forged bowman.  It appears ready for battle.", "一位身穿皮甲的精神体弓箭手。他时刻准备着战斗。")
@@ -27829,6 +29035,28 @@ t([[You now gain %d%% mind speed while Thought-Form: Bowman is active, %d Mindpo
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/trance.lua"
 
+t("Trance of Purity", "净化之幻")
+t([[Activate to purge negative status effects (100%% chance for the first effect, -%d%% less chance for each subsequent effect).  While this talent is sustained all your saving throws are increased by %d.
+		The chance to purge and saving throw bonus will scale with your mindpower.
+		Only one trance may be active at a time.]], [[激活以清除负面状态(100%% 清除第一个状态,-%d%% 几率清除后续状态)。当此技能激活时,你的所有豁免值增加 %d 。
+		受精神强度影响,净化几率和豁免增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Trance of Well-Being", "治疗之幻")
+t([[Activate to heal yourself for %0.2f life.  While this talent is sustained your healing modifier will be increased by %d%% and your life regen by %0.2f.
+		The effects will scale with your mindpower.
+		Only one trance may be active at a time.]], [[激活以治疗你 %0.2f 生命值。当此技能激活时,你的治疗量会增加 %d%% ,同时你的生命回复会提高 %0.2f 点。
+		受精神强度影响,增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Trance of Focus", "集中之幻")
+t([[Activate to increase your critical strike damage by %d%% for 10 turns.  While this talent is sustained your critical strike chance is improved by +%d%%.
+		The effects will scale with your mindpower.
+		Only one trance may be active at a time.]], [[激活以增加你 %d%% 暴击伤害,持续10回合。当此技能激活时,你的暴击率会增加 +%d%% 。
+		受精神强度影响,增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Deep Trance", "深度幻想")
+t([[When you wield or wear an item infused by psionic, nature, or arcane-disrupting forces you improve all values under its 'when wielded/worn' field %d%%.
+		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]], [[当你穿戴由超能力、自然或反魔力量灌注的装备时,你增加 %d%% "当使用或装备时:"的增益属性。
+		注意此技能不会改变装备属性,它的效果只作用于你自身。(此技能的增益也不会在装备描述上反映出来)。]])
 
 
 ------------------------------------------------
@@ -27840,24 +29068,24 @@ t([[You draw kinetic energy from your surroundings to replenish your Psi.
 		This will slow all targets within radius %d by %d%% (max %d%%) for four turns, draining %0.1f (max %0.1f) stamina from each.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取动能,来增加自己的超能力值。
-		减少 %d 码半径范围内的敌人 %d%% (最多 %d%% ) 速度,同时每个目标吸取 %0.1f ( 最多 %0.1f ) 点体力。 
-		从第一个目标处你获得 %d ( 最多 %d ) 超能力值,之后每个目标减少 20%%.
+		减少 %d 码半径范围内的敌人 %d%% (最多 %d%% )速度,同时每个目标吸取 %0.1f (最多 %0.1f )点体力。
+		从第一个目标处你获得 %d (最多 %d ) 超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Thermal Leech", "热能吸取")
 t([[You draw thermal energy from your surroundings to replenish your Psi.
 		This will freeze all targets within radius %d for %d (max %d) turns, and deal %0.1f (max %0.1f) Cold damage.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The damage and the strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取热能,来增加自己的超能力值。
-		冻结 %d 码半径范围内的敌人 %d (最多 %d )回合,同时对每个目标造成 %0.1f (最  多 %0.1f )点寒冷伤害。 
-		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少 20%%.
+		冻结 %d 码半径范围内的敌人 %d (最多 %d )回合,同时对每个目标造成 %0.1f (最多 %0.1f )点寒冷伤害。
+		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Charge Leech", "电能吸取")
 t([[You draw electical potential energy from your surroundings to replenish your Psi.
 		This deals %0.1f (max %0.1f) Lightning damage to all targets around you within radius %d, and has a %d%% (max %d%%) chance to daze them for 3 turns.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取电能,来增加自己的超能力值。
-		对 %d 码半径范围内的敌人造成 %0.1f ( 最多 %0.1f )点闪电伤害,同时有 %d%% (  最多 %d%% )几率使之眩晕 3 回合。 
-		从第一个目标处你获得 %d ( 最多 %d ) 超能力值,之后每个目标减少 20%%.
+		对 %d 码半径范围内的敌人造成 %0.1f (最多 %0.1f )点闪电伤害,同时有 %d%% (最多 %d%% )几率使之眩晕 3 回合。
+		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Insatiable", "贪得无厌")
 t("Increases your maximum energy by %d. You also gain %0.1f Psi for each kill and %0.1f Psi for each mind critical.", "增加超能力值上限 %d. 每次杀死敌人获得 %0.1f 超能力值,每次精神暴击获得 %0.1f 超能力值。")
@@ -27888,7 +29116,7 @@ t("Dissolving Acid", "酸液溶解")
 t([[Acid erupts all around your target, dealing %0.1f acid damage.
 		The acid attack is extremely distracting, and may remove up to %d physical or mental temporary effects or mental sustains (depending on the Spell Save of the target).
 		The damage and chance to remove effects will increase with your Spellpower.]], [[ 酸液在目标周围爆发,造成 %0.1f 点酸性伤害。
-		酸性伤害具有腐蚀性,有一定概率除去至多 %d 个物理 / 精神状态效果或是精神持续效果。
+		酸性伤害具有腐蚀性,有一定概率除去至多 %d 个物理/精神状态效果或是精神持续效果。
 		受法术强度影响,伤害和几率额外加成。]])
 
 
@@ -27922,6 +29150,9 @@ t([[Increases your golem's life, mana and stamina regeneration rates by %0.2f.
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua"
 
+t("A towering creature, made from the bones of dozens of dead bodies. It is covered by an unholy aura.", "像铁塔一样的生物,由数不清的骨头构成。它全身围绕着邪恶的气息。")
+t("A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.", "像铁塔一样的生物,由数不清的骨头构成。它全身围绕着邪恶的气息。")
+t("A towering creature, made from the bones of hundreds of dead bodies, rune-etched and infused with hateful sorceries.", "像铁塔一样的生物,由数不清的骨头构成,它的骨头上布满符文和充斥着憎恨的魔法印记。")
 t("Undead Explosion", "亡灵爆炸")
 t([[Minions are only tools. You may dispose of them... Violently.
 		Makes the targeted minion explode for %d%% of its maximum life in a radius of %d as blight damage.
@@ -27995,7 +29226,7 @@ t([[You focus the aether into a spinning beam of arcane energies, doing %0.2f ar
 		The beam spins with incredible speed (1600%%) and can only hit the same target up to 3 times inbetween their turns.
 		The damage will increase with your Spellpower.]], [[你凝聚以太能量,释放出一个以太螺旋,对周围目标造成 %0.2f 奥术伤害并且有 25 %%几率沉默目标。 
 		以太螺旋每回合也会对中心点造成 10 %%的伤害(但是不会沉默目标)。 
-		螺旋会以难以置信的速度旋转。( 1600 %%基础速度),对每个单位最多一个回合击中3次。 
+		螺旋会以难以置信的速度旋转。(1600 %%基础速度),对每个单位最多一个回合击中3次。
 		受法术强度影响,伤害有额外加成。]])
 t("Aether Breach", "以太裂隙")
 t([[Rupture reality to temporarily open a passage to the aether, triggering %d random arcane explosions in the target area.
@@ -28066,7 +29297,8 @@ t([[Your hunger for souls grows ever more. When you kill a creature you rip away
 		In addition you are able to store %d more souls.]], " 你对灵魂的渴望与日俱增。当你杀死一个生物时,你利用强大的力量抹去它的仇恨,有 %d%% 概率获得额外一个灵魂,同时你能获得的最大灵魂数增加 %d 。")
 t("Animus Purge", "仇恨净化")
 t("Your husk is out of sight; you cannot establish direct control.", "你的傀儡在视线外,你无法直接控制它。")
-t("#GREY##Source# rips apart the animus of #target# and creates an undead husk.", "#GREY##Source# 抹杀了 #target# 的灵魂,制造了一个不死傀儡。")
+t("Lifeless Husk", "无魂傀儡")
+t("#GREY##Source# rips apart the animus of #target# and creates an undead husk.", "#GREY##Source#抹杀了#target#的灵魂,制造了一个不死傀儡。")
 t([[Try to crush the soul of your foe, doing %0.2f darkness damage (that can never kill the target).
 		If the target is left with less than %d%% life you try to take control of its body.
 		Should this succeed the target becomes your permanent minion (unaffected by your aura) and you regain 2 souls.
@@ -28128,7 +29360,7 @@ t([[Creates a vortex of arcane energies on the target for 6 turns. Each turn the
 		受法术强度影响,伤害有额外加成。]])
 t("Disruption Shield", "干扰护盾")
 t("#VIOLET#%s's disruption shield collapses and then explodes in a powerful manastorm!", "#VIOLET#%s的干扰护盾破碎并爆炸产生了一股强力的法力风暴!")
-t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 伤害吸收)#LAST#")
+t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 护盾吸收)#LAST#")
 t("#PURPLE#(%d mana)#LAST#", "#PURPLE#(%d 法力值)#LAST#")
 t("%s restores Disruption Shield (+%d) and gains %d mana with Aegis!", "%s使用守护印记复原了干扰护盾(+%d)并获得%d法力值!")
 t("%s restores Disruption Shield (+%d) with Aegis!", "%s使用守护印记复原了干扰护盾(+%d)!")
@@ -28150,7 +29382,7 @@ t([[Surround yourself with arcane forces, disrupting any attempts to harm you by
 		最大储存能量受原始法力值上限加成(无视已经启用的维持技能),在 %d 法力值的时候达到上限。
 
 		当前护盾值:%d
-		当前储能: %d]])
+		当前储能:%d]])
 
 
 ------------------------------------------------
@@ -28306,7 +29538,7 @@ section "game/modules/tome/data/talents/spells/eldritch-shield.lua"
 
 t("Eldritch Blow", "奥术盾击")
 t("You cannot use Eldritch Blow without a shield!", "没有盾牌,无法使用奥术盾击!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[Channel eldritch forces into a melee attack, hitting the target with your weapon and shield for %d%% arcane damage.
 		If either attack hits, the target will be stunned for %d turns and you automatically Block.
 		The chance for the attack to stun increases with your Physical Power, but it is considered a magical attack and thus is resisted with spell save, rather than physical save.
@@ -28393,7 +29625,7 @@ t([[Infuse your body with lightning energy, bolstering your movement speed by +%
 		The effects increase with your Spellpower.]], [[ 将闪电能量填充到身体中,增加 %d%% 移动速度。
 		每回合半径 %d 内的一个生物将会被闪电击中,造成 %0.1f 点闪电伤害。
 		另外,对你的伤害会激活你。
-		每次你的回合开始时,如果自从上个回合结束你受到至少 %d 点伤害( 20%% 最大生命值),你将获得 %d%% 个额外回合。
+		每次你的回合开始时,如果自从上个回合结束你受到至少 %d 点伤害(20%% 最大生命值),你将获得 %d%% 个额外回合。
 		受法术强度影响,伤害有额外加成。]])
 
 
@@ -28416,7 +29648,7 @@ t([[Engulfs your hands (and weapons) in a sheath of fire, dealing %0.2f fire dam
 t("Shock Hands", "闪电之触")
 t([[Engulfs your hands (and weapons) in a sheath of lightning, dealing %d lightning damage with a chance to daze (25%%) per melee attack and increasing all lightning damage dealt by %d%%.
 		Each hit will also regenerate %0.2f mana.
-		The effects will increase with your Spellpower.]], [[你的双手笼罩在雷电中,每次近战攻击会造成 %d 闪电伤害( 25%% 几率眩晕敌人),并提高 %d%% 所有闪电系伤害。 
+		The effects will increase with your Spellpower.]], [[你的双手笼罩在雷电中,每次近战攻击会造成 %d 闪电伤害(25%% 几率眩晕敌人),并提高 %d%% 所有闪电系伤害。
 		每次攻击同时也会回复 %0.2f 法力值。 
 		受法术强度影响,效果有额外加成。]])
 t("Inner Power", "心灵之力")
@@ -28543,7 +29775,7 @@ t([[Turn your body into pure ice, increasing your Cold damage affinity by %d%% a
 section "game/modules/tome/data/talents/spells/golem.lua"
 
 t("Knockback", "击退")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Your golem rushes to the target, dealing %d%% damage and knocking it back.
 		Knockback chance will increase with talent level.
 		While rushing the golem becomes ethereal, passing harmlessly through creatures on the path to its target.]], [[你的傀儡冲向目标,将其击退并造成 %d%% 伤害。 
@@ -28559,7 +29791,7 @@ t([[Your golem rushes to the target, crushing it into the ground for %d turns an
 		受技能等级影响,定身几率有加成。]])
 t("Pound", "敲击")
 t("Your golem cannot do that currently.", "你的傀儡现在不能使用该技能。")
-t("%s resists the dazing blow!", "%s 抵抗了眩晕打击!")
+t("%s resists the dazing blow!", "%s抵抗了眩晕打击!")
 t([[Your golem rushes to the target and creates a shockwave with radius 2, dazing all foes for %d turns and doing %d%% damage.
 		Daze chance increases with talent level.
 		While rushing the golem becomes ethereal, passing harmlessly through creatures on the path to its target.]], [[你的傀儡冲向目标,践踏周围 2 码范围,眩晕所有目标 %d 回合并造成 %d%% 伤害。 
@@ -28600,7 +29832,7 @@ t([[The golem automatically reconfigures heavy mail and massive armours designed
 	%screases armour value by %d, armour hardiness by %d%%, and provides %d%% critical hit reduction when wearing heavy mail or massive armour.]], [[傀儡学会重新组装重甲和板甲,以便更加适用于傀儡。 
 		当装备重甲或板甲时, %s 增加护甲强度 %d 点 , 护甲韧性 %d%% ,并且减少 %d%% 暴击伤害。]])
 t("Poison Breath", "毒性吐息")
-t("@Source@ breathes poison!", "@Source@ 呼出毒素!")
+t("@Source@ breathes poison!", "@Source@呼出毒素!")
 t([[Breathe poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Magic.]], " 对你的敌人喷吐毒雾,在几个回合内造成 %d 点伤害。受魔法影响,伤害有额外加成。")
 
@@ -28608,11 +29840,19 @@ t([[Breathe poison on your foes, doing %d damage over a few turns.
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/golemancy.lua"
 
+t("Golem has no master", "傀儡没有主人")
+t("Master must know the Gem Golem talent", "主人必须拥有宝石傀儡技能")
+t("impossible to use this gem", "无法使用该宝石")
+t("Master's Gem Golem talent too low for this gem", "主人宝石傀儡等级过低,无法使用该宝石")
 t("Your golem is out of sight; you cannot establish direct control.", "你的傀儡在视线外,你无法直接控制它。")
 t("Interact with the Golem", "检查傀儡")
 t([[Interact with your golem to check its inventory, talents, ...
 		Note: You can also do that while taking direct control of the golem.]], "和你的傀儡交互,检查它的物品、技能等。")
 t("Refit Golem", "改装傀儡")
+t("Golem", "傀儡")
+t("%s (servant of %s)", "%s (%s的仆人)")
+t("refitted", "配置了")
+t("refitting", "正在配置")
 t("You have been interrupted!", "你被打断!")
 t("You need to ready 2 alchemist gems in your quiver to heal your golem.", "你至少在你的弹药栏内装备2枚炼金宝石,才能够修理你的傀儡。")
 t("You need to ready 15 alchemist gems in your quiver to heal your golem.", "你至少在你的弹药栏内装备15枚炼金宝石,才能够修理你的傀儡。")
@@ -28787,10 +30027,10 @@ t([[This is your true goal and the purpose of all necromancy - to become a power
 		如此微小的代价! 
 		* 等级 2 :无 
 		* 等级 3 : +3 魔法和意志, +1 每等级增加生命值(不追加前面等级的生命值)。 
-		* 等级 4 : +3 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,天空 / 星怒系技能树( 0.7 )和每回合 0.1 负能量回复。 
-		* 等级 5 : +5 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,所有抵抗上限增加 10%% ,天空 / 星怒系技能树( 0.9 )和每回合 0.5 负能量回复。 
-		* 等级 6 : +6 魔法、意志和灵巧, +3 每等级增加生命值(不追加前面等级的生命值), +15 法术和精神豁免,所有抵抗上限增加 15%% ,天空 / 星怒系技能树( 1.1 )和每回合 1.0 负能量回复。 
-		* 等级 7 : #CRIMSON##{bold}#你的力量无比强大 !#{normal}##LAST# +12 魔法, 意志和灵巧, 60%% 几率无视暴击,+4 每等级增加生命值(不追加前面等级的生命值), +35 法术和精神豁免, 所有抵抗上限增加 15%% ,天空 / 星怒系技能树( 1.3 )和每回合 1.0 负能量回复。
+		* 等级 4 : +3 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,天空/星怒系技能树(0.7)和每回合 0.1 负能量回复。
+		* 等级 5 : +5 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,所有抵抗上限增加 10%% ,天空/星怒系技能树(0.9)和每回合 0.5 负能量回复。
+		* 等级 6 : +6 魔法、意志和灵巧, +3 每等级增加生命值(不追加前面等级的生命值), +15 法术和精神豁免,所有抵抗上限增加 15%% ,天空/星怒系技能树(1.1 )和每回合 1.0 负能量回复。
+		* 等级 7 : #CRIMSON##{bold}#你的力量无比强大 !#{normal}##LAST# +12 魔法, 意志和灵巧, 60%% 几率无视暴击,+4 每等级增加生命值(不追加前面等级的生命值), +35 法术和精神豁免, 所有抵抗上限增加 15%% ,天空/星怒系技能树( 1.3 )和每回合 1.0 负能量回复。
 		不死族无法使用此天赋。 
 		当此技能激活时,每回合消耗 4 法力值。]])
 
@@ -28830,7 +30070,14 @@ t([[Emits a necrotic aura, sustaining your undead minions in a radius of %d. Min
 		Retch from your ghouls will also heal you, even if you are not undead.]], [[产生一个死灵光环,维持你亡灵随从的生存, %d 码有效范围。在光环以外的随从每回合减少 %d%% 生命。 
 		所有在你光环中被杀死的敌人灵魂可以吸收以召唤随从。 
 		食尸鬼的呕吐同时也能治疗你,即使你不是不死族。]])
+t("It is a humanoid with an aura of power. You notice a sharp set of front teeth.", "这是一只成年吸血鬼,你注意到他有一副獠牙。")
+t("It is a humanoid form dressed in robes. Power emanates from its chilling frame.", "这是一只穿着长袍的人形吸血鬼,魔法波动不断的从他手中的冰焰溢出。")
+t("It is a ghostly form with eyes that haunt you.", "它呈幽灵形态,眼睛一直盯着你。")
+t("It is a ghostly nightmare of an entity.", "它是幽灵般的梦靥。")
+t("It is a form that screams its presence against the eye. Death incarnate, its hideous black body seems to struggle against reality as the universe itself strives to banish it.", "它的可怕形象冲击着你的双眼。它是死亡的化身,它丑恶的身体似乎在向宇宙宣告着它与现实的格格不入。")
+t("Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.", "为了探索永恒的生命,这些人允许不死族剥夺他们的生趣。现在,他们同样在毁灭生者。")
 t("Create Minions", "亡灵召唤")
+t(": %d%%", ":%d%%")
 t([[Fires powerful undead energies through your necrotic aura. For each recent death that happened inside your aura, you will raise an undead minion (up to %d minions). These minions will be raised within a cone that extends to the edge of your necrotic aura.
 		The minions level is your level %+d.
 		Each minion has a chance to be%s:%s]], [[通过你的亡灵光环释放强烈的不死能量。在你的光环里,每有 1 个刚死亡的目标,你召唤 1 个亡灵随从(最多 %d 个)。 
@@ -28917,7 +30164,7 @@ t([[The caster fades from sight, granting %d bonus to invisibility.
 		The invisibility bonus will increase with your Spellpower.]], [[施法者从视线中淡出,额外增加 %d 点隐形强度。 
 		注意:你必须取下装备中的灯具,否则你仍然会被轻易发现。 
 		由于你变的不可见,你脱离了相位现实。你的所有攻击降低 70%% 伤害。 
-		当此技能激活时,它会持续消耗你的法力( 2 法力 / 回合)。 
+		当此技能激活时,它会持续消耗你的法力( 2 法力/回合)。
 		受法术强度影响,隐形强度有额外加成。]])
 
 
@@ -28930,14 +30177,25 @@ t([[Surround your minions in a veil of darkness. The darkness will teleport them
 		黑暗会传送他们到你身边并使他们增加 %d%% 闪避,持续 5 回合。 
 		受法术强度影响,闪避率有额外加成。]])
 t("Curse of the Meek", "驯服诅咒")
+t("human farmer", "人类农民")
+t("A weather-worn human farmer, looking at a loss as to what's going on.", "一个饱经风霜的人类农民,他茫然不知所措。")
+t("halfling gardener", "半身人园丁")
+t("A rugged halfling gardener, looking quite confused as to what he's doing here.", "一个粗犷的半身人园丁,他对在这里做什么感到困惑。")
+t("shalore scribe", "永恒精灵书记员")
+t("A scrawny elven scribe, looking bewildered at his surroundings.", "一个瘦骨嶙峋的精灵书记员,他困惑地看着周围的环境。")
+t("dwarven lumberjack", "矮人伐木工")
+t("A brawny dwarven lumberjack, looking a bit upset at his current situation.", "一个强壮的矮人伐木工,他对自己现在的处境有点不安。")
+t("cute bunny", "可爱的小白兔")
+t("It is so cute!", "真可爱!")
 t([[Reaches through the shadows into quieter places, summoning %d harmless creatures.
 		Those creatures are then cursed with a Curse of Hate, making all hostile foes try to kill them.
 		If the summoned creatures are killed by hostile foes, you have 70%% chance to gain a soul.]], [[通过阴影,从安全地区召唤 %d 个无害生物。 
 		这些生物会受到仇恨诅咒,吸引附近所有的敌人的攻击。 
 		若这些生物被敌人杀死,你有 70%% 概率增加 1 个灵魂。]])
-t("Forgery of Haze", "暗影分身")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("Forgery of Haze (%s)", "暗影分身 (%s)")
 t("A dark shadowy shape whose form resembles %s.", "一个看起来像是%s的黑暗阴影。")
+t("Forgery of Haze", "暗影分身")
 t([[Through the shadows, you forge a temporary copy of yourself, existing for %d turns.
 		The copy possesses your exact talents and stats, has %d%% life and deals %d%% damage.]], [[你使用暗影复制自己,生成一个分身,持续 %d 回合。 
 		你的分身继承你的天赋和属性,继承 %d%% 生命值和 %d%% 伤害。]])
@@ -29034,6 +30292,7 @@ t("eldritch stone", "魔法岩石")
 t("Harness the power of the world to turn into a Deeprock Form.", "利用世界的力量,进入深岩形态。")
 t("deeprock", "深岩形态")
 t("spell", "法术")
+t("Necrotic Minion", "死灵随从")
 t("#{bold}#%s decays into a pile of ash!#{normal}#", "#{bold}#%s变成了一堆灰烬。#{normal}#")
 t("A soul returns to %s.", "一个灵魂回到了%s手中。")
 
@@ -29056,7 +30315,7 @@ t("Adopt a defensive posture, increasing your Defense and Armour by %d.", "采
 t("Blunt Thrust", "钝器挥击")
 t("You need a staff to use this spell.", "你需要一把法杖来施展该技能。")
 t("You cannot use Blunt Thrust without a staff weapon!", "你需要一把法杖来施展该技能。")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hit a target for %d%% melee damage and stun it for %d turns.
 		Stun chance will improve with Spellpower.
 		At level 5, this attack cannot miss.]], [[挥动法杖对目标造成 %d%% 近程伤害并震慑目标 %d 回合。 
@@ -29074,7 +30333,7 @@ t([[Carve 40 to 80 alchemist gems out of a natural gemstone.
 		许多法术需要使用炼金宝石。 
 		每种宝石拥有不同的特效。]])
 t("Extract Gems", "宝石提炼")
-t("You extract %s from %s", "你从 %s 中提炼了 %s 。")
+t("You extract %s from %s", "你从%s中提炼了%s。")
 t([[Extract magical gems from metal weapons and armours. At this skill level you can work with:
 		%s]], [[从金属武器和护甲中提取宝石。在此技能下你可以从以下材料中提取: 
 		%s]])
@@ -29266,7 +30525,7 @@ t("Surround yourself with Wildfire, increasing all your fire damage by %0.1f%%,
 section "game/modules/tome/data/talents/techniques/2h-assault.lua"
 
 t("Stunning Blow", "震慑打击")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hit the target twice with your two-handed weapon, doing %d%% damage. Each hit will try to stun the target for %d turns.
 		The stun chance increases with your Physical Power.]], [[用你的双持武器攻击目标两次并造成 %d%% 伤害。每次攻击都会试图震慑目标 %d 回合。 
 		受物理强度影响,震慑概率有加成。]])
@@ -29310,7 +30569,7 @@ t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside w
 t("Death Blow", "致命打击")
 t("You cannot use Death Blow without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
 t("%s feels the pain of the death blow!", "%s 感受到了死亡一击的疼痛!")
-t("%s resists the death blow!", "%s 抵抗了死亡一击!")
+t("%s resists the death blow!", "%s抵抗了死亡一击!")
 t([[Tries to perform a killing blow, doing %d%% weapon damage and dealing an automatic critical hit. If the target ends up with low enough life (<20%%), it might be instantly killed.
 		At level 4, it drains half your remaining stamina, and uses it to increase the blow damage by 100%% of it.
 		The chance to instantly kill will increase with your Physical Power.]], [[试图施展一次致命打击,造成 %d%% 武器伤害,本次攻击自动变成暴击。 
@@ -29319,7 +30578,7 @@ t([[Tries to perform a killing blow, doing %d%% weapon damage and dealing an aut
 		受物理强度影响,目标即死的概率有额外加成。]])
 t("Stunning Blow", "震慑打击")
 t("You cannot use Stunning Blow without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hits the target with your weapon, doing %d%% damage. If the attack hits, the target is stunned for %d turns.
 		The stun chance increases with your Physical Power.]], [[用你的武器攻击目标并造成 %d%% 伤害。如果此次攻击命中,则目标会震慑 %d 回合。 
 		受物理强度影响,震慑概率有额外加成。]])
@@ -29340,7 +30599,7 @@ t("Blood Frenzy", "血之狂暴")
 t("You require a two handed weapon to use this talent.", "你需要装备一把双手武器来施展这个技能。")
 t("You cannot use Blood Frenzy without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
 t([[Enter a blood frenzy, draining stamina quickly (-2 stamina/turn). Each time you kill a foe while in the blood frenzy, you gain a cumulative bonus to Physical Power of %d.
-		Each turn, this bonus decreases by 2.]], [[进入血之狂暴状态,快速消耗体力( -4 体力 / 回合)。每次你在血之狂暴状态下杀死一个敌人,你可以获得 %d 物理强度增益。 
+		Each turn, this bonus decreases by 2.]], [[进入血之狂暴状态,快速消耗体力( -4 体力/回合)。每次你在血之狂暴状态下杀死一个敌人,你可以获得 %d 物理强度增益。
 		每回合增益减 2 。]])
 
 
@@ -29350,7 +30609,7 @@ section "game/modules/tome/data/talents/techniques/acrobatics.lua"
 t("Vault", "撑杆跳")
 t("You cannot land in that space.", "你不能在这个位置落地。")
 t("You must vault over someone adjacent to you.", "你只能用撑杆跳跳过某个邻近的目标。")
-t("#Source# #YELLOW#vaults#LAST# over #target#!", "#Source# #YELLOW#撑杆跳过#LAST# #target#!")
+t("#Source# #YELLOW#vaults#LAST# over #target#!", "#Source##YELLOW#撑杆跳过#LAST# #target#!")
 t([[Use an adjacent friend or foe as a springboard, vaulting over them to another tile within range.
 		This maneuver grants you a burst of speed from your momentum, allowing you run %d%% faster (movement speed bonus) in the same direction you vaulted for 3 turns.
 		The increased speed ends if you change directions or stop moving.
@@ -29472,7 +30731,7 @@ t([[You fire a crippling shot, doing %d%% damage and reducing your target's spee
 		The status power and status hit chance improve with your Accuracy.]], [[你射出致残一箭 ,造成 %d%% 伤害,并降低目标 %d%% 速度 7 回合。
 		状态效果受命中加成。]])
 t("Pinning Shot", "定身射击")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[You fire a pinning shot, doing %d%% damage and pinning your target to the ground for %d turns.
 		The pinning chance increases with your Dexterity.]], [[你射出定身一箭 , 造成 %d%% 伤害,并定身目标 %d 回合。
 		定身几率受敏捷加成。]])
@@ -29484,8 +30743,8 @@ section "game/modules/tome/data/talents/techniques/assassination.lua"
 t("Coup de Grace", "致命一击!")
 t("You require two weapons to use this talent.", "你只有在双持状态下才能使用这个技能。")
 t("You cannot use Coup de Grace without dual wielding!", "你需要双持武器来施展这个技能。")
-t("#Source# delivers a Coup de Grace against #Target#!", "#Source# 对 #Target# 发起致命一击!")
-t("%s resists the Coup de Grace!", "%s 抵抗了致命一击!")
+t("#Source# delivers a Coup de Grace against #Target#!", "#Source#对#Target#发起致命一击!")
+t("%s resists the Coup de Grace!", "%s抵抗了致命一击!")
 t("#GREY#%s slips into shadow.", "#GREY#%s 潜入阴影。")
 t([[Attempt to finish off a wounded enemy, striking them with both weapons for %d%% increased by 50%% if their life is below 30%%.  A target brought below 20%% of its maximum life must make a physical save against your Accuracy or be instantly slain.
 		You may take advantage of finishing your foe this way to activate stealth (if known).]], [[尝试终结一名受伤的敌人,用双持武器攻击对方,造成 %d%% 武器伤害,如果对方的生命值在30%% 以下,伤害还会增加50%% 。 20%% 生命以下的目标将用物理豁免对抗你的命中,若未通过则会被立刻秒杀。
@@ -29497,7 +30756,7 @@ t([[When you exit stealth, you reveal yourself dramatically, intimidating foes a
 		%d 范围内看到你脱离潜行状态的敌人将陷入恐惧,随机触发震慑、减速(40%%)、或者混乱 (50%%) 状态,持续 %d 回合。
 		恐惧几率受命中加成。]])
 t("Garrote", "绞杀")
-t("#Target# avoids a garrote from #Source#!", "#Target# 避免了被 #Source# 勒住喉咙!")
+t("#Target# avoids a garrote from #Source#!", "#Target#避免了被#Source#勒住喉咙!")
 t([[When attacking from stealth, you slip a garrote over the target’s neck (or other vulnerable part).  This strangles for %d turns and silences for %d turns.  Strangled targets are pinned and suffer an automatic unarmed attack for %d%% damage each turn. 
 		Your chance to apply the garrote increases with your Accuracy and you must stay adjacent to your target to maintain it.
 		This talent has a cooldown.]], [[每次在潜行状态下发起进攻时,你尝试绞杀目标。目标将被勒住 %d 回合,沉默 %d 回合。被勒住的目标不能移动,每回合受到一次 %d%% 伤害的徒手攻击。 
@@ -29551,7 +30810,7 @@ t([[Take a defensive stance to resist the onslaught of your foes.
 section "game/modules/tome/data/talents/techniques/bloodthirst.lua"
 
 t("Mortal Terror", "致命恐惧")
-t("%s resists the terror!", "%s 抵抗了恐惧!")
+t("%s resists the terror!", "%s抵抗了恐惧!")
 t([[Your mighty blows inspire utter terror on your foes. Any melee strike you do that deals more than %d%% of the target's total life puts them in a mortal terror, dazing them for 5 turns.
 		Your critical strike chance also increase by %d%%.
 		The daze chance increase with your Physical Power.]], [[你强力的攻击引发敌人深深的恐惧。 
@@ -29562,7 +30821,7 @@ t("Bloodbath", "æµ´è¡€")
 t([[Delight in spilling the blood of your foes.  After scoring a critical hit, your maximum hit points will be increased by %d%%, your life regeneration by %0.2f per turn, and your stamina regeneration by %0.2f per turn for %d turns.
 		The life and stamina regeneration will stack up to five times, for a maximum of %0.2f and %0.2f each turn, respectively.]], [[沐浴着敌人的鲜血令你感到兴奋。 
 		在成功打出一次暴击后,会增加你 %d%% 的最大生命值、 %0.2f 每回合生命回复点数和 %0.2f 每回合体力回复点数持续 %d 回合。 
-		生命与体力回复可以叠加 5 次直至 %0.2f 生命和 %0.2f 体力回复 / 回合。]])
+		生命与体力回复可以叠加 5 次直至 %0.2f 生命和 %0.2f 体力回复/回合。]])
 t("Bloody Butcher", "血之屠夫")
 t([[You delight in the inflicting of wounds, providing %d physical power.
 		In addition when you make a creature bleed its physical damage resistance is reduced by %d%% (but never below 0%%).
@@ -29609,7 +30868,7 @@ t([[Allows shields to be equipped, using Cunning instead of strength as a requir
 		受到灵巧影响,偏斜几率有加成。]])
 t("Bash and Smash", "击退射击")
 t("You require a ranged weapon and a shield to use this talent.", "你必须装备一把远程武器和一面盾牌。")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("Bash an enemy in melee range with your shield (twice for talent level 5 or more), doing %d%% damage and knocking them back %d squares. You may then follow with a deadly short-range sling attack, dealing %d%% damage. The shield bash will use Dexterity instead of Strength for the shield's bonus damage.", [[用盾牌重击近战范围内的一名敌人(当技能等级在 5 级或更高时重击 2 次),造成 %d%% 伤害并击退 %d 格。紧接着用投石索发动一次致命的攻击,造成 %d%% 伤害。 
 		盾牌攻击使用敏捷取代力量来计算盾牌伤害加成。]])
 t("Buckler Mastery", "格挡大师")
@@ -29617,7 +30876,7 @@ t(" At talent level 5, your Bash and Smash shield hits are guaranteed criticals.
 t(" At talent level 5, your Bash and Smash shield hit is a guaranteed critical.", "技能等级 5 时,你的击退射击必定暴击。")
 t("When you are hit by a projectile, physical or otherwise, you have a %d%% chance to deflect it up to %d squares away.%s", "当你被抛射物攻击时,不论是否为物理类型,你有 %d%% 的几率使其偏斜最多 %d 格。%s")
 t("Counter Shot", "以牙还牙")
-t("#ORCHID##Source# follows up with a countershot.#LAST#", "#ORCHID##Source# 启动了反击射击.#LAST#。")
+t("#ORCHID##Source# follows up with a countershot.#LAST#", "#ORCHID##Source#启动了反击射击.#LAST#。")
 t([[Any time you block an attack with Buckler Expertise or Buckler Mastery you instantly counterattack with your sling for %d%% damage  This can only occur up to %d time(s) per turn.
 			]], [[每当你的格挡专家或者格挡大师技能挡住攻击时,你立刻使用投石索发动一次伤害 %d%% 的反击。每回合最多只能发动 %d 次反击。
 			]])
@@ -29627,7 +30886,7 @@ t([[Any time you block an attack with Buckler Expertise or Buckler Mastery you i
 section "game/modules/tome/data/talents/techniques/combat-techniques.lua"
 
 t("Rush", "冲锋")
-t("@Source@ rushes out!", "@Source@ 冲了出去!")
+t("@Source@ rushes out!", "@Source@冲了出去!")
 t("You can only rush to a creature.", "你只能冲向生物。")
 t("You are too close to build up momentum!", "离开目标太近无法施展!")
 t([[Rush toward a target enemy with incredible speed and perform a melee attack for 120%% weapon damage that can daze the target for 3 turns if it hits.
@@ -29642,9 +30901,9 @@ t("You have learned to focus your blows to hit your target, granting +%d accurac
 t("Blinding Speed", "急速")
 t("Through rigorous training, you have learned to focus your actions for a short while, increasing your speed by %d%% for 5 turns.", "通过严格的训练你已经学会在短时间内爆发你的速度,提高你 %d%% 速度 5 回合。")
 t("Quick Recovery", "快速恢复")
-t("Your combat focus allows you to regenerate stamina faster (+%0.1f stamina/turn).", "你专注于战斗,使得你可以更快的回复体力( +%0.1f 体力 / 回合)。")
+t("Your combat focus allows you to regenerate stamina faster (+%0.1f stamina/turn).", "你专注于战斗,使得你可以更快的回复体力( +%0.1f 体力/回合)。")
 t("Fast Metabolism", "快速代谢")
-t("Your combat focus allows you to regenerate life faster (+%0.1f life/turn).", "你专注于战斗,使你可以更快的回复生命值( +%0.1f 生命值 / 回合)。")
+t("Your combat focus allows you to regenerate life faster (+%0.1f life/turn).", "你专注于战斗,使你可以更快的回复生命值( +%0.1f 生命值/回合)。")
 t("Spell Shield", "法术抵抗")
 t("Rigorous training allows you to be more resistant to some spell effects (+%d spell save).", "严格的训练使得你对某些法术效果具有更高的抗性( +%d 法术豁免)。")
 t("Unending Frenzy", "无尽怒火")
@@ -29753,7 +31012,7 @@ t([[You have learned how to carefully manage contact between you and your oppone
 		此外,该技能开启时,你能反弹 %d%% 伤害。]])
 t("Offhand Jab", "副手猛击")
 t("You must dual wield to perform an Offhand Jab!", "你只有在双持状态下才能使用这个技能。")
-t("%s resists the surprise strike!", "%s 抵抗了这次打击!")
+t("%s resists the surprise strike!", "%s抵抗了这次打击!")
 t([[With a quick shift of your momentum, you execute a surprise unarmed strike in place of your normal offhand attack.
 		This allows you to attack with your mainhand weapon for %d%% damage and unarmed for %d%% damage.  If the unarmed attack hits, the target is confused (%d%% power) for %d turns.
 		The chance to confuse increases with your Accuracy.]], [[你迅速移动,用徒手攻击敌人。
@@ -29762,7 +31021,7 @@ t([[With a quick shift of your momentum, you execute a surprise unarmed strike i
 		混乱几率受命中加成。]])
 t("Dual Strike", "双持打击")
 t("You cannot use Dual Strike without dual wielding!", "你只有在双持状态下才能使用这个技能。")
-t("%s resists the stunning strike!", "%s 抵抗了震慑打击!")
+t("%s resists the stunning strike!", "%s抵抗了震慑打击!")
 t([[Attack with your offhand weapon for %d%% damage. If the attack hits, the target is stunned for %d turns, and you hit it with your mainhand weapon doing %d%% damage.
 		The stun chance increases with your Accuracy.]], [[用副手武器造成 %d%% 伤害。 
 		如果攻击命中,目标将会被震慑 %d 回合并且你会使用主武器对目标造成 %d%% 伤害。 
@@ -29801,7 +31060,7 @@ t([[The flow of battle invigorates you, allowing you to press your advantage as
 t("Feint", "佯攻")
 t("You must be able to move to use this talent.", "你必须处于可以移动的状态才能使用该技能。")
 t("%s cannot move!", "%s 无法移动!")
-t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了 #Source# 与 #Target#的换位.")
+t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了#Source#与#Target#的换位.")
 t([[Make a cunning feint that tricks your target into swapping places with you.  While moving, you take the opportunity to trip them, pinning and dazing them for 2 turns.
 		Switching places distracts your foes and allows you to improve your defenses:  For %d turns, Dual Weapon Mastery yields one extra parry each turn and you are %d%% less likely to miss your parry opportunities.
 		The chance to pin and to daze increases with your Accuracy]], [[假装攻击敌人,欺骗敌人和你换位。在移动时趁机削弱敌人,使其定身并眩晕 2 回合。
@@ -29810,7 +31069,7 @@ t([[Make a cunning feint that tricks your target into swapping places with you.
 t("Lunge", "刺击")
 t("You require two weapons to use this talent.", "你只有在双持状态下才能使用这个技能。")
 t("You cannot use Lunge without dual wielding!", "你需要双持武器来施展这个技能。")
-t("%s resists the blow!", "%s 抵抗了攻击!")
+t("%s resists the blow!", "%s抵抗了攻击!")
 t([[Exploiting a gap in your target's defenses, you make a lethal strike with your offhand weapon for %d%% damage that causes them to drop their weapon, disarming them for %d turns.
 		Tempo will reduce the cooldown of this talent by 1 turn each time it is triggered defensively.
 		The chance to disarm increases with your Accuracy.]], [[你攻其不备,用副手发起致命打击,造成 %d%% 伤害并使其武器脱落,缴械 %d 回合。
@@ -29822,7 +31081,7 @@ t([[Exploiting a gap in your target's defenses, you make a lethal strike with yo
 section "game/modules/tome/data/talents/techniques/excellence.lua"
 
 t("Shoot Down", "强制击落")
-t("#Source# shoots down '#Target#'!", "#Source# 击落了 '#Target#'!")
+t("#Source# shoots down '#Target#'!", "#Source#击落了'#Target#'!")
 t([[Your reflexes are lightning-fast, if you spot a projectile (arrow, shot, spell, ...) you can instantly shoot at it without taking a turn to take it down.
 		You can shoot down up to %d projectiles.]], [[ 你的反射神经像闪电一样快。当你瞄准抛射物(箭矢、弹药、法术等)时,你能马上击落它而不消耗时间。 
 		你最多能击落 %d 个目标。]])
@@ -29844,7 +31103,7 @@ t([[You fire a shot at your target's throat, mouth, or equivalent body part, doi
 section "game/modules/tome/data/talents/techniques/field-control.lua"
 
 t("Heave", "前踢")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[A mighty kick that pushes your target away %d grids.
 		If another creature is in the way, it will also be pushed away.
 		The Knockback chance increases with your Accuracy or your Physical Power, whichever is greater.]], [[一次强力的前踢使你的目标被击退 %d 码。 
@@ -29858,15 +31117,15 @@ t("Your great dexterity allows you to see incoming projectiles (spells, arrows,
 section "game/modules/tome/data/talents/techniques/finishing-moves.lua"
 
 t("Uppercut", "上钩拳")
-t("@Source@ throws a finishing uppercut.", "@Source@ 打出终结性的上勾拳。")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ throws a finishing uppercut.", "@Source@打出终结性的上勾拳。")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[A finishing uppercut that deals %d%% damage, and attempts to stun your target for %d to %d turns, depending on the amount of combo points you've accumulated.
 		The stun chance will improve with your Physical Power.
 		Using this talent removes your combo points.]], [[一次终结的上钩拳,对目标造成 %d%% 伤害并可能震慑目标 %d 到 %d 回合(由你的连击点数决定)。 
 		受物理强度影响,震慑概率有额外加成。 
 		使用此技能会消耗当前的所有连击点。]])
 t("Concussive Punch", "震荡拳")
-t("@Source@ throws a concussive punch.", "@Source@ 打出震荡拳。")
+t("@Source@ throws a concussive punch.", "@Source@打出震荡拳。")
 t([[A powerful concussive punch that deals %d%% weapon damage to your target. If the punch hits, all targets in a radius of %d will take %0.2f to %0.2f damage, depending on the amount of combo points you've accumulated.
 		The area damage will scale with your Strength, and the radius will increase by 1 per combo point.
 		Using this talent removes your combo points.]], [[一次强力的冲击,对目标造成 %d%% 武器伤害。如果此次攻击命中,则会对 %d 码半径内所有目标造成 %0.2f ~ %0.2f 物理伤害(由你的连击点数决定)。 
@@ -29878,9 +31137,9 @@ t([[You spin into a flying leap and deliver a powerful kick dealing %d%% weapon
 		每一点连击点增加 1 点攻击范围和 10%% 伤害。
 		使用该技能需要至少一点连击点。]])
 t("Haymaker", "致命重拳")
-t("@Source@ throws a wild haymaker!", "@Source@ 打出狂暴的重拳!")
+t("@Source@ throws a wild haymaker!", "@Source@打出狂暴的重拳!")
 t("%s feels the pain of the death blow!", "%s 感受到了死亡一击的疼痛!")
-t("%s resists the death blow!", "%s 抵抗了死亡一击!")
+t("%s resists the death blow!", "%s抵抗了死亡一击!")
 t([[A vicious finishing strike that deals %d%% damage increased by 20%% per combo point you have up to a max of %d%%. If the target ends up with low enough life (<20%%), it might be instantly killed.
 		Killing a target with Haymaker will instantly restore %d%% to %d%% of your maximum stamina, depending on the amount of combo points you've accumulated.
 		Using this talent removes your combo points.]], [[一次强烈的终结追击,对目标造成 %d%% 伤害,每 1 点连击点额外造成 20%% 的伤害,至多 %d%% 。 
@@ -29938,7 +31197,7 @@ t([[Allows you to use melee weapons to focus your spells, granting a %d%% chance
 		Allowed spells: %s %s]], [[允许你使用近战武器附魔法术。在你每次的近战攻击中都有 %d%% 概率附加一次火球术、闪电术或岩石飞弹。 
 		你可以选择触发某一种法术,或者选择随机触发任意一种法术。
 		当双持或持有盾牌时,每把武器触发概率减半。
-		通过这种方式触发的法术不会造成对应技能进入 CD 状态。
+		通过这种方式触发的法术不会造成对应技能进入冷却。
 		受灵巧影响,触发概率有额外加成。
 		允许法术: %s %s]])
 t("Arcane Cunning", "奥术灵巧")
@@ -30009,6 +31268,8 @@ t([[In an extreme feat of agility, you move to a spot you can see within range,
 t("Trained Reactions", "特种训练")
 t("%s is not usable while wearing heavy armour.", "%s 在身着重甲时无法使用")
 t("#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.", "#FIREBRICK##Target# 对#Source#的%s迅速反应,降低了伤害!#LAST#.")
+t("an attack", "一次攻击")
+t("damage", "伤害")
 t(" #ffcc80#, -%d stam#LAST#", " #ffcc80#, -%d 体力#LAST#")
 t("%s(%d reacted#LAST#%s%s)#LAST#", "%s(%d 反应#LAST#%s%s)#LAST#")
 t([[You have trained to be very light on your feet and have conditioned your reflexes to react faster than thought to damage you take.
@@ -30094,24 +31355,24 @@ t([[Increases your Accuracy by %d, the damage multiplier of your striking talent
 		The offensive bonuses scale with your Dexterity and the damage reduction with your Strength.]], [[增加你 %d 命中。你攻击系技能 ( 拳术、终结技 ) 伤害增加 %d%% , 同时减少 %d 受到的伤害。
 		受敏捷影响,伤害按比例加成。受力量影响,伤害减免有额外加成。]])
 t("Double Strike", "双重打击")
-t("@Source@ throws two quick punches.", "@Source@ 快速打出两次拳击。")
+t("@Source@ throws two quick punches.", "@Source@快速打出两次拳击。")
 t([[Deliver two quick punches that deal %d%% damage each, and switch your stance to Striking Stance. If you already have Striking Stance active and Double Strike isn't on cooldown, this talent will automatically replace your normal attacks (and trigger the cooldown).
 		If either jab connects, you earn one combo point. At talent level 4 or greater, if both jabs connect, you'll earn two combo points.]], [[对目标进行 2 次快速打击,每次打击造成 %d%% 伤害并使你的姿态切换为攻击姿态,如果你已经在攻击姿态且此技能已就绪,那么此技能会自动取代你的普通攻击 ( 并触发冷却 )。 
 		任何一次打击都会使你获得 1 点连击点。在等级 4 或更高等级时若 2 次打击都命中你可以获得 2 点连击点。]])
 t("Spinning Backhand", "旋风打击")
-t("@Source@ lashes out with a spinning backhand.", "@Source@ 冲出去打出旋风打击。")
+t("@Source@ lashes out with a spinning backhand.", "@Source@冲出去打出旋风打击。")
 t([[Attack your foes in a frontal arc with a spinning backhand, doing %d%% damage. If you're not adjacent to the target, you'll step forward as you spin, gaining up to %d%% bonus damage, which increases the farther you move.
 		This attack will remove any grapples you're maintaining, and earn one combo point (or one combo point per attack that connects, if the talent level is 4 or greater).]], [[对你面前的敌人使用一次旋风打击,造成 %d%% 伤害。 
 		如果你离目标较远,旋转时你会自动前行,根据移动距离增加至多 %d%% 伤害。 
 		此次攻击会移除任何你正在维持的抓取效果并增加 1 点连击点。 
 		在等级 4 或更高时,你每次连击均会获得 1 点连击点。]])
 t("Axe Kick", "斧踢")
-t("@Source@ raises their leg and snaps it downward in a devastating axe kick.", "@Source@ 抬起腿,迅速踢出毁灭性的斧踢。")
+t("@Source@ raises their leg and snaps it downward in a devastating axe kick.", "@Source@抬起腿,迅速踢出毁灭性的斧踢。")
 t([[Deliver a devastating axe kick dealing %d%% damage. If the blow connects your target is brain damaged, causing all talents to fail for %d turns and earning 2 combo points.
 		This effect cannot be saved against, though it can be dodged and checks confusion immunity.]], [[ 施展一次毁灭性的的踢技,造成 %d%% 伤害。
 		如果攻击命中,对方的大脑受到伤害,不能使用技能,持续 %d 回合,同时你获得 2 连击点。]])
 t("Flurry of Fists", "流星拳")
-t("@Source@ lashes out with a flurry of fists.", "@Source@ 冲出去打出流星拳。")
+t("@Source@ lashes out with a flurry of fists.", "@Source@冲出去打出流星拳。")
 t([[Lashes out at the target with three quick punches that each deal %d%% damage.
 		Earns one combo point. If your talent level is 4 or greater, this instead earns one combo point per blow that connects.]], [[对目标造成 3 次快速打击,每击造成 %d%% 伤害。 
 		此攻击使你得到 1 点连击点。 
@@ -30122,7 +31383,7 @@ t([[Lashes out at the target with three quick punches that each deal %d%% damage
 section "game/modules/tome/data/talents/techniques/reflexes.lua"
 
 t("Shoot Down", "强制击落")
-t("#Source# shoots down '#Target#'!", "#Source# 击落了 '#Target#'!")
+t("#Source# shoots down '#Target#'!", "#Source#击落了'#Target#'!")
 t([[Your reflexes are lightning-fast, if you spot a projectile (arrow, shot, spell, ...) you can instantly shoot at it without taking a turn to take it down.
 		You can shoot down up to %d projectiles.
 		In addition, your heightened senses also reduce the speed of incoming projectiles by %d%%, and prevents your own projectiles from striking you.]], [[你的反射像闪电一样快, 如果你发现一个抛射物 (箭矢, 弹丸, 法术, ...) 你可以不消耗时间立刻射击之。
@@ -30135,7 +31396,7 @@ t([[Activating this talent enhances your reflexes to incredible levels.  Each ti
 t("Sentinel", "哨兵")
 t("%s's %s is disrupted by the shot!", "%s的%s被射击干扰了!")
 t([[You take close notice of the target for the next 5 turns. If they attempt to use a non-instant talent you react with incredible speed, firing a shot dealing 25%% damage that causes the talent to fail and go on cooldown.
-This shot is instant, cannot miss, and puts %d other talents on cooldown for %d turns.]], [[你在接下来的 5 回合内密切关注目标. 当其使用非瞬发技能时, 你立刻做出反应, 射出一箭造成 25%% 伤害打断技能并使其进入冷却.
+This shot is instant, cannot miss, and puts %d other talents on cooldown for %d turns.]], [[你在接下来的 5 回合内密切关注目标. 当其使用非瞬间技能时, 你立刻做出反应, 射出一箭造成 25%% 伤害打断技能并使其进入冷却.
 该攻击为瞬间击中, 必中, 并使其它 %d 个技能进入冷却 %d 回合.]])
 t("Escape", "逃脱")
 t([[You put all your focus into escaping combat for 4 turns. While under this effect you gain %d%% increased resistance to all damage, %0.1f increased stamina regeneration, immunity to stun, pin, daze and slowing effects and %d%% increased movement speed. 
@@ -30169,7 +31430,7 @@ t([[Increases weapon damage by %d%% and physical power by 30 when using slings.
 		Also, increases your reload rate by %d.]], [[使用投石索时提高 %d%% 武器伤害,获得 30 物理强度。
 		同时增加 %d 装填效果。]])
 t("Eye Shot", "致盲射击")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[You fire a shot into your target's eyes, blinding it for %d turns and doing %d%% damage.
 		The blind chance increases with your Accuracy.]], [[你对目标的眼睛射出一发子弹,致盲目标 %d 回合并造成 %d%% 伤害。 
 		受命中影响,致盲概率有额外加成。]])
@@ -30221,7 +31482,7 @@ section "game/modules/tome/data/talents/techniques/strength-of-the-berserker.lua
 t("Warshout", "战争怒吼")
 t("@Source@ uses Warshout.", "@Source@发出战吼.")
 t("@Source@ uses Warsqueak.", "@Source@发出吱吱的战吼.")
-t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside will be confused (50%% confusion power) for %d turns.", "在你的正前方大吼形成 %d 码半径的扇形战争怒吼。任何在其中的目标会被混乱 %d ( 50%% 混乱强度)回合。")
+t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside will be confused (50%% confusion power) for %d turns.", "在你的正前方大吼形成 %d 码半径的扇形战争怒吼。任何在其中的目标会被混乱(50%%强度) %d 回合。")
 t("Berserker Rage", "狂战之怒")
 t("#Source#'s rage awakens!", "#Source#的愤怒被激发!")
 t("#Source#'s rage subsides!", "#Source#的愤怒消退了!")
@@ -30263,7 +31524,7 @@ t([[Concentrate on the battle, ignoring some of the damage you take.
 t("Onslaught", "猛攻")
 t([[Take an offensive stance. As you attack your foes, you knock your target and foes adjacent to them in a frontal arc back (up to %d grids).
 		This consumes stamina rapidly (-1 stamina/turn).]], [[采取一个猛攻姿态,当你攻击你的敌人时,你会把目标和目标周围的敌人全部击退。(上限 %d 码)。 
-		这个姿态会快速减少体力值( -1 体力 / 回合)。]])
+		这个姿态会快速减少体力值( -1 体力/回合)。]])
 t("Battle Call", "挑衅")
 t("%s is called to battle!", "%s 被拉进战斗!")
 t("Call all foes in a radius of %d around you into battle, getting them into melee range in an instant.", "挑衅你周围 %d 码半径范围内的敌人进入战斗,使它们立刻进入近战状态。")
@@ -30338,6 +31599,14 @@ t("Take advantage of speed and shield to fight in close quarters.", "利用速
 t("agility", "敏捷")
 t("Stealth and specialised long range archery techniques.", "隐匿的远程狙击箭术。")
 t("sniper", "狙击")
+t("Acrobatics", "杂耍")
+t("For light footed Rogues who prefer flight to fighting fair!", "敏捷的盗贼喜欢出其不意,跳到别人头上!")
+t("Buckler Training", "盾牌训练")
+t("Mastery over their shields separates Skirmishers from Archers, and gives them an edge.", "对盾牌的掌握令散兵和一般的弓手有了明显区别,带来了优势。")
+t("Skirmisher - Slings", "散兵-投石索")
+t("Slings! Pow Pow!", "投石索!投石!")
+t("Tireless Combatant", "不倦战斗")
+t("Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.", "即使身着重甲,你不会像他人一样被疲惫拖垮。")
 t("Unarmed Boxing techniques that may not be practiced in massive armor or while a weapon or shield is equipped.", " 徒手拳击格斗技术,你不能装备板甲、武器和盾牌。")
 t("pugilism", "拳术")
 t("Finishing moves that use combo points and may not be practiced in massive armor or while a weapon or shield is equipped.", " 使用你累积的连击点数发动致命的终结一击,你不能装备板甲、武器和盾牌。")
@@ -30361,6 +31630,8 @@ t("You do not have enough ammo left!", "你没有足够的弹药!")
 section "game/modules/tome/data/talents/techniques/throwing-knives.lua"
 
 t("Throwing Knives", "飞刀投掷")
+t("Throwing Knife", "飞刀")
+t("%d%% %s", "%d%%%s")
 t([[Range: %d
 Net Damage: %d - %d
 Accuracy: %d (%s)
@@ -30368,13 +31639,13 @@ APR: %d
 Crit Chance: %+d%%
 Crit mult: %d%%
 Uses Stats: %s
-]], [[射程: %d
-基础伤害: %d - %d
-命中: %d (%s)
-护甲穿透: %d
-暴击几率: %+d%%
-暴击伤害: %d%%
-使用属性: %s
+]], [[射程:%d
+基础伤害:%d - %d
+命中:%d (%s)
+护甲穿透:%d
+暴击几率:%+d%%
+暴击伤害:%d%%
+使用属性:%s
 ]])
 t([[Equip a bandolier holding up to %d throwing knives, allowing you to attack from range.  You automatically reload %d knives per turn while resting, or half as many while moving.
 		The base power, Accuracy, Armour penetration, and critical strike chance of your knives increase with talent level, and damage is improved with Dagger Mastery.
@@ -30413,7 +31684,7 @@ t([[Throw a knife coated with venom, doing %d%% damage as nature and inflicting
 section "game/modules/tome/data/talents/techniques/thuggery.lua"
 
 t("Skullcracker", "铁头功")
-t("%s resists the headblow!", "%s 抵抗了铁头功!")
+t("%s resists the headblow!", "%s抵抗了铁头功!")
 t([[You smack your forehead against your enemy's head (or whatever sensitive part you can find), causing %0.1f Physical damage.
 		If the attack hits, the target is confused (%d%% effect) for %d turns.
 		Damage done increases with the quality of your headgear, your Strength, and your physical damage bonuses.
@@ -30454,7 +31725,7 @@ t([[For each turn you spend stamina, you gain %0.1f%% resist all and %0.1f%% all
 section "game/modules/tome/data/talents/techniques/unarmed-discipline.lua"
 
 t("Combination Kick", "组合踢")
-t("@Source@ unleashes a flurry of disrupting kicks.", "@Source@ 使出一连串干扰性的踢技。")
+t("@Source@ unleashes a flurry of disrupting kicks.", "@Source@使出一连串干扰性的踢技。")
 t([[Unleash a flurry of disruptive kicks at your target's vulnerable areas. For each combo point you attack for %d%% weapon damage and deactivate one physical sustain.
 			At talent level 3 #DARK_ORCHID#Magical#LAST# sustains will also be effected.
 			At talent level 5 #YELLOW#Mental#LAST# sustains will also be effected.
@@ -30465,17 +31736,17 @@ t([[Unleash a flurry of disruptive kicks at your target's vulnerable areas. For
 t("Relentless Strikes", "无情打击")
 t("When gaining a combo point, you have a %d%% chance to gain an extra combo point. Additionally, every time you earn a combo point, you will regain %0.2f stamina, or %0.2f stamina if you would exceed 5 combo points.", "当获得一个连击点时, 你有 %d%% 几率获得一个额外的连击点. 另外, 每当你获得连击点时, 你会恢复 %0.2f 体力,如果你将超过 5 个连击点改为获得 %0.2f 体力 .")
 t("Open Palm Block", "空手格挡")
-t("@Source@ prepares to block incoming attacks.", "@Source@ 准备格挡接下来的攻击。")
+t("@Source@ prepares to block incoming attacks.", "@Source@准备格挡接下来的攻击。")
 t([[Toughen your body blocking up to %d damage per combo point (Max %d) across 2 turns.
 			Current block value: %d
 			Using this talent removes your combo points.
 			The damage absorbed scales with your Physical Power.]], [[硬化身体,每有一点连击点就能格挡 %d 点伤害(至多 %d ),持续 2 回合。
-			当前格挡值: %d
+			当前格挡值:%d
 			使用该技能会除去所有连击点。
 			伤害吸收受物理强度加成。]])
 t("Touch of Death", "点穴术")
-t("@Source@ strikes a deadly pressure point on the target.", "@Source@ 击中了目标的致命穴道。")
-t("#Source# strikes at a vital spot on #target#!", "#Source# 攻向 #target#的要害!")
+t("@Source@ strikes a deadly pressure point on the target.", "@Source@击中了目标的致命穴道。")
+t("#Source# strikes at a vital spot on #target#!", "#Source#攻向#target#的要害!")
 t([[Using your deep knowledge of anatomy, you strike a target in a vital pressure point for %d%% weapon damage, bypassing their defense and evasion.
 		This strike inflicts terrible wounds inside the target's body, causing them to take physical damage equal to 100%% of any damage dealt during the attack each turn for 4 turns, increasing by %d%% each turn (so after 4 turns, they would have taken a total of %d%% damage).
 		If the target dies while under or from this effect their body will explode in a radius %d shower of bone and gore, inflicting physical damage equal to the current tick to all enemies and granting you 4 combo points.]], [[使用你深刻的解剖学知识,击中敌人的穴道造成 %d%% 武器伤害, 无视防御和闪避.
@@ -30492,7 +31763,7 @@ t([[Grants %d Physical Power when fighting unarmed (or with gloves or gauntlets)
 		受技能等级影响,效果有额外加成。]])
 t("Unarmed Mastery", "徒手大师")
 t([[Increases all unarmed damage by %d%% and physical power by 30 (including grapples and kicks).
-		Note that brawlers naturally gain 0.5 Physical Power per character level while unarmed (current brawler physical power bonus: %0.1f) and attack 20%% faster while unarmed.]], [[增加 %d%% 所有徒手伤害,提高 30 物理强度(包括抓取 / 徒手技)。 
+		Note that brawlers naturally gain 0.5 Physical Power per character level while unarmed (current brawler physical power bonus: %0.1f) and attack 20%% faster while unarmed.]], [[增加 %d%% 所有徒手伤害,提高 30 物理强度(包括抓取/徒手技)。
 		注意:徒手战斗时,格斗家具有随等级每级增加 0.5 物理强度。(当前提高 %0.1f 物理强度)和攻击速度提高 20%% 的固有属性。]])
 t("Unified Body", "强化身躯")
 t("Your mastery of unarmed combat unifies your body. Increases your Strength by %d based on Cunning and your Constitution by %d based on Dexterity.", "你对徒手格斗的掌握强化了你的身体,增加 %d 力量(基于灵巧), %d 体质(基于敏捷)。")
@@ -30508,7 +31779,7 @@ t("Your understanding of physiology allows you to apply your reflexes in new way
 section "game/modules/tome/data/talents/techniques/warcries.lua"
 
 t("Shattering Shout", "狮子吼")
-t("#Source# shatters '#Target#'.", "#Source# 击落了 '#Target#'.")
+t("#Source# shatters '#Target#'.", "#Source#击落了'#Target#'。")
 t([[Release a powerful shout, doing %0.2f physical damage in a radius %d cone in front of you.
 		At level 5 the shout is so strong it shatters all incomming projectiles caught inside.
 		The damage increases with your Strength.]], [[一次强有力的怒吼,在你前方锥形区域内造成 %0.2f 物理伤害(有效半径 %d 码)。
@@ -30533,7 +31804,7 @@ section "game/modules/tome/data/talents/techniques/weaponshield.lua"
 
 t("Shield Pummel", "盾牌连击")
 t("You cannot use Shield Pummel without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the shield bash!", "%s 抵抗了盾牌猛击!")
+t("%s resists the shield bash!", "%s抵抗了盾牌猛击!")
 t([[Hits the target with two shield strikes, doing %d%% and %d%% shield damage. If it hits a second time, it stuns the target for %d turns.
 		The stun chance increases with your Accuracy and your Strength.]], [[连续使用 2 次盾牌攻击敌人并分别造成 %d%% 和 %d%% 盾牌伤害。
 		如果此技能连续命中目标 2 次则目标会被震慑 %d 回合。
@@ -30552,7 +31823,7 @@ t([[Improves your ability to perform counterstrikes after blocks in the followin
 t("Shield Slam", "拍击")
 t("You cannot use Shield Slam without a shield!", "必须装备一面盾牌施展该技能!")
 t("Hit your target with your shield 3 times for %d%% damage then quickly return to a blocking position.  The bonus block will not check or trigger Block cooldown.", [[用盾牌拍击目标 3 次,造成 %d%% 武器伤害,然后迅速进入格挡状态。
-		该格挡不占用盾牌的格挡技能 CD。]])
+		该格挡不占用盾牌的格挡技能冷却。]])
 t("Assault", "强袭")
 t("You cannot use Assault without a mainhand weapon and shield!", "必须装备武器和一面盾牌施展该技能!")
 t("Hits the target with your shield, doing %d%% damage. If it hits, you follow up with two automatic critical hits with your weapon, doing %d%% base damage each.", "用你的盾牌攻击目标并造成 %d%% 伤害,如果此次攻击命中,那么你将会发动 2 次武器暴击,每击分别造成 %d%% 基础伤害。")
@@ -30567,7 +31838,7 @@ t([[Enter a protective battle stance allowing you to defend yourself more profic
 		护甲和格挡值加成受你的敏捷和力量值影响。]])
 t("Repulsion", "盾牌猛击")
 t("You cannot use Repulsion without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Smash your shield into the face of all adjacent foes dealing %d%% shield damage and knocking them back %d grids.
 		In addition, all creatures knocked back will also be dazed for %d turns.
 		If known, activating this talent will refresh your Rush cooldown if the attack hits.
@@ -30652,7 +31923,7 @@ t([[When moving over 800%% speed for at least 3 steps in the same direction, you
 t("Tricky Defenses", "欺诈护盾")
 t("Antimagic", "反魔法")
 t([[You are full of tricks and surprises; your Antimagic Shield can absorb %d%% more damage.
-		The increase scales with your Cunning.]], [[由于你精通欺诈和伪装,你的反魔盾可以多吸收 %d%% 伤害。 
+		The increase scales with your Cunning.]], [[由于你精通欺诈和伪装,你的反魔盾可以多吸收 %d%% 伤害。
 		受灵巧影响,效果按比例加成。]])
 t("Endless Woes", "无尽灾厄")
 t("Have dealt over 10000 acid, blight, darkness, mind or temporal damage", "曾造成超过 50000 点酸性、枯萎、暗影、精神或时空伤害")
@@ -30676,7 +31947,7 @@ t([[Surround yourself with a malevolent aura that stores damage you deal.
 		The damage and effect power increase with your Cunning, the threshold with your level, and the apply power is the highest of your mind or spell power.
 		%s]], [[你被灾厄光环笼罩,存储你造成的元素伤害。
 		当你积累的元素伤害达到 %d 时,你会向一个随机的敌人发射一次强力的爆炸,在半径 %d 范围内造成 %d 的该类型伤害,并对敌人附加以下的附加效果:
-		物理: 降低 20%% 攻击、施法和精神速度
+		物理:降低 20%% 攻击、施法和精神速度
 		#GREEN#酸性 :#LAST#  每回合受到 %d 酸性伤害,持续 5 回合。
 		#DARK_GREEN#枯萎 :#LAST#  每回合受到 %d 枯萎伤害,力量、体质和敏捷减少 %d ,持续 5 回合	
 		#GREY#黑暗 :#LAST#  造成的所有伤害减少 %d%% ,持续 5 回合。
@@ -30715,7 +31986,7 @@ t([[Surround yourself with an elemental aura that stores damage you deal.
 		%s]], [[你被元素光环笼罩,存储你造成的元素伤害。
 		当你积累的元素伤害达到 %d 时,你会向一个随机的敌人发射一次强力的爆炸,在半径 %d 范围内造成 %d 的该类型伤害,并对你自己附加以下的附加效果:
 
-		物理 : 清除 1 个物理负面特效并给予 2 回合物理负面特效豁免。
+		物理 :清除 1 个物理负面特效并给予 2 回合物理负面特效豁免。
 		#PURPLE#奥术 :#LAST# 增加你的精神和施法速度 30%% ,持续 3 回合。
 		#LIGHT_RED#火焰 :#LAST# 增加你所造成的所有伤害 %d%% ,持续 3 回合。
 		#1133F3#寒冷 :#LAST# 将你的皮肤变成冰,增加护甲 %d ,对攻击者造成 %d 冰冻伤害,持续 3 回合 
@@ -30728,10 +31999,10 @@ t([[Surround yourself with an elemental aura that stores damage you deal.
 		%s]])
 t("All physical criticals reduce the remaining cooldown of a random technique or cunning talent by 2.", "所有的物理暴击减少随机的 1 个冷却中的格斗或灵巧系技能 2 回合冷却时间。")
 t("All spell criticals reduce the remaining cooldown of a random spell/corruption/celestial/chronomancy talent by 2.", "所有的法术暴击减少随机的 1 个冷却中的法术/ 堕落/ 天空/时空系技能 2 回合冷却时间。")
-t("All mind criticals reduce the remaining cooldown of a random wild gift/psionic/afflicted talent by 2.", "所有的精神暴击减少随机的 1 个冷却中的自然 / 心灵 / 痛苦系技能 2 回合冷却时间。")
+t("All mind criticals reduce the remaining cooldown of a random wild gift/psionic/afflicted talent by 2.", "所有的精神暴击减少随机的 1 个冷却中的自然/心灵/痛苦系技能 2 回合冷却时间。")
 t("Eye of the Tiger", "猛虎之眼")
 t([[%s		
-		This can only happen once per turn per type, and cannot affect the talent that triggers it.]], [[%s		
+		This can only happen once per turn per type, and cannot affect the talent that triggers it.]], [[%s
 		每种类型每回合最多触发一次,不能影响触发该效果的技能。]])
 t("Worldly Knowledge", "渊博学识")
 t([[Gain 5 generic talent points and learn a new talent category from one of the below at 1.0 mastery, unlocked. Group 1 categories are available to anyone; Group 2 are available only to people without any spells or runes, and Group 3 are not available to followers of Zigur.
@@ -30758,24 +32029,24 @@ t([[Gain 5 generic talent points and learn a new talent category from one of the
 		分组 2 中的技能,只适用于不学法术和符文的职业。
 		分组 3 中的技能,不适用于反魔神教的信徒。
 		分组 1:
-		- 格斗 / 体质强化系
-		- 灵巧 / 生存系
-		- 自然 / 自然协调系
+		- 格斗/体质强化系
+		- 灵巧/生存系
+		- 自然/自然协调系
 		分组 2:
-		- 自然 / 自然召唤系
-		- 自然 / 灵晶掌握系
-		- 超能 / 梦境系
-		- 超能 / 强化移动系
-		- 超能 / 反馈系
+		- 自然/自然召唤系
+		- 自然/灵晶掌握系
+		- 超能/梦境系
+		- 超能/强化移动系
+		- 超能/反馈系
 		分组 3:
-		- 法术 / 侦查系 
-		- 法术 / 法杖格斗系
-		- 法术 / 岩石炼金系
-		- 堕落 / 邪恶生命系
-		- 堕落 / 邪术系
-		- 堕落 / 诅咒系
-		- 天空 / 赞歌系
-		- 时空 / 时空系]])
+		- 法术/侦查系
+		- 法术/法杖格斗系
+		- 法术/岩石炼金系
+		- 堕落/邪恶生命系
+		- 堕落/邪术系
+		- 堕落/诅咒系
+		- 天空/赞歌系
+		- 时空/时空系]])
 t("Adept", "熟能生巧")
 t("Your talent masteries are increased by 0.3.  Note that many talents will not benefit from this increase.", "你的技能树系数增加 0.3 。请注意,许多技能不会从这一增长中受益。")
 t("Tricks of the Trade", "欺诈圣手")
@@ -30783,7 +32054,7 @@ t("Have sided with the Assassin Lord", "与盗贼领主同流合污")
 t([[You have friends in low places and have learned some underhanded tricks.
 		Gain 0.2 Category Mastery to the Cunning/Stealth Category (or unlock it, if you have the tree and it is locked), and either gain +0.1 to the Cunning/Scoundrel category or learn and unlock the category at 0.9 if you lack it.
 		Additionally, all of your damage penalties from invisibility are permanently halved.]], [[你结交了狐朋狗友,学到了一些下三滥的技巧。 
-		增加灵巧 / 潜行系 0.2 系数值(需习得该技能树,未解锁则会解锁此技能),同时增加灵巧 / 街头格斗系 0.1 系数值(未习得则以 0.9 的技能系数解锁此技能树)。
+		增加灵巧/潜行系 0.2 系数值(需习得该技能树,未解锁则会解锁此技能),同时增加灵巧/街头格斗系 0.1 系数值(未习得则以 0.9 的技能系数解锁此技能树)。
 		此外,你隐形时的伤害惩罚永久减半。]])
 
 
@@ -30866,7 +32137,7 @@ t([[Your study of arcane forces has let you develop a new way of applying your a
 		You learn the following talents:
 %s]], [[通过对奥术之力的研究,你开发出了新的陷阱和毒药(由学习此进阶时掌握的技能决定) 
 
-你在灵巧 / 毒药系和灵巧 / 陷阱系技能树上获得 1.0 系数。
+你在灵巧/毒药系和灵巧/陷阱系技能树上获得 1.0 系数。
 		你的毒素爆发技能冷却时间减少 3。
 		你的诱饵技能冷却时间减少 5。
 
@@ -30887,7 +32158,7 @@ t("Have cast over 1000 spells and visited a zone outside of time", "曾释放过
 t([[You can wrap temporal threads around you, assuming the form of a telugoroth for 10 turns.
 		While in this form you gain pinning, bleeding, blindness and stun immunity, 30%% temporal resistance, your temporal damage bonus is set to your current highest damage bonus + 30%%, 50%% of the damage you deal becomes temporal, and you gain 20%% temporal resistance penetration.
 		You also are able to cast anomalies: Anomaly Rearrange, Anomaly Temporal Storm, Anomaly Flawed Design, Anomaly Gravity Pull and Anomaly Wormhole.]], [[你可以扭曲周围的时间线,转换成时空元素“泰鲁戈洛斯”形态,持续 10 回合。 
-		在这种形态中,你对定身、流血、致盲、震慑免疫,获得 30%% 时空抵抗和 20%% 的时空抵抗穿透。 
+		在这种形态中,你对定身、流血、致盲、震慑免疫,获得 30%% 时空抗性和 20%% 的时空抵抗穿透。
 		你造成的伤害的 50%% 转化为时空伤害。 
 		同时,你的时空伤害增益等于你所有类型的伤害增益中的最大值,此外,还增加 30%% 额外时空伤害增益。
 		你在时空形态下能释放以下异常:异常:重排, 异常:时空风暴 , 异常:不完美设计 , 异常:重力井和异常:虫洞。]])
@@ -30917,24 +32188,24 @@ t([[You infuse blighted energies into all of your summons, granting them Bone Sh
 		]], [[你把枯萎能量灌注进你的召唤生物中,让他们获得白骨护盾(等级 3),并获得相当于你魔法值的法术强度加成。
 		你的自然召唤和死灵随从将会得到特殊的枯萎技能(等级 3),其他的召唤物将会获得 10%% 枯萎伤害转换,并获得剧毒瘟疫(等级 3)。
 		#GREEN#自然召唤:#LAST#
-		- 战争猎犬: 食尸鬼侵蚀
-		- 果冻怪: 衰竭诅咒
-		- 米诺陶: 毁伤
-		- 岩石傀儡: 酸性血液
-		- 火焰里奇: 生命源泉
-		- 九头蛇: 鲜血喷射
-		- 雾凇: 剧毒风暴
-		- 火龙: 乌鲁洛克之焰
-		- 乌龟: 元素狂乱
-		- 蜘蛛: 鲜血支配
+		- 战争猎犬:食尸鬼侵蚀
+		- 果冻怪:衰竭诅咒
+		- 米诺陶:毁伤
+		- 岩石傀儡:酸性血液
+		- 火焰里奇:生命源泉
+		- 九头蛇:鲜血喷射
+		- 雾凇:剧毒风暴
+		- 火龙:乌鲁洛克之焰
+		- 乌龟:元素狂乱
+		- 蜘蛛:鲜血支配
 		#GREY#死灵随从:#LAST#
-		- 骷髅法师: 白骨之矛
-		- 骷髅弓箭手: 白骨尖刺
-		- 骷髅战士: 毁伤
-		- 骨巨人: 白骨尖刺和 毁伤
-		- 食尸鬼: 剧毒瘟疫
-		- 吸血鬼 / 巫妖: 鲜血支配和 鲜血沸腾
-		- 幽灵 / 尸妖: 鲜血狂怒和 死亡诅咒
+		- 骷髅法师:白骨之矛
+		- 骷髅弓箭手:白骨尖刺
+		- 骷髅战士:毁伤
+		- 骨巨人:白骨尖刺和 毁伤
+		- 食尸鬼:剧毒瘟疫
+		- 吸血鬼/巫妖:鲜血支配和 鲜血沸腾
+		- 幽灵/尸妖:鲜血狂怒和 死亡诅咒
 		]])
 t("Revisionist History", "修正历史")
 t("Have time-travelled at least once", "曾经至少进行过一次时空穿越")
@@ -30972,9 +32243,9 @@ t([[You deal a massive blow to your foe, smashing it for 350%% weapon damage, kn
 		所有受影响的目标都会被震慑 3 回合。
 		体型超过“巨大”时,每增加一级,额外增加 80%% 武器伤害。]])
 t("Massive Blow", "巨人之锤")
-t("Have dug at least 30 walls/trees/etc. and have dealt over 50000 damage with two-handed weapons", "曾挖掉至少 30 块石头 / 树木 / 等等,并且使用双手武器造成超过 50000 点伤害")
+t("Have dug at least 30 walls/trees/etc. and have dealt over 50000 damage with two-handed weapons", "曾挖掉至少 30 块石头/树木/等等,并且使用双手武器造成超过 50000 点伤害")
 t([[You deal a massive blow to your foe, smashing it for 150%% weapon damage and knocking it back 4 tiles (ignoring knockback resistance or physical save).
-		If the knockback makes it hit a wall, it will smash down the wall, deal an additional 350%% weapon damage and apply the Counterstrike effect.]], [[对敌人进行一次猛击,造成 150%% 的武器伤害并击退目标 4 码。(无视击退免疫和物理豁免) 
+		If the knockback makes it hit a wall, it will smash down the wall, deal an additional 350%% weapon damage and apply the Counterstrike effect.]], [[对敌人进行一次猛击,造成 150%% 的武器伤害并击退目标 4 码。(无视击退免疫和物理豁免)
 		如果敌人在击退时撞上墙壁,墙壁会被撞毁且对敌人造成额外的 350%% 武器伤害,并附加被反击特效。]])
 t("Steamroller", "压路机")
 t("Know the Rush talent", "习得冲锋技能")
@@ -31036,7 +32307,7 @@ t([[Your body is like that of a drake, easily resisting detrimental effects.
 		在 5 回合内对负面效果免疫。]])
 t("Meteoric Crash", "落星")
 t("Have witnessed a meteoric crash", "曾亲眼目睹过陨石坠落")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[When casting damaging spells or mind attacks, the release of your willpower can call forth a meteor to crash down near your foes.
 		The meteor deals %0.2f fire and %0.2f physical damage in radius 2 and stuns enemies for 3 turns.
 		Lava is created in radius 3 around the impact dealing %0.2f fire damage per turn for 8 turns.  This will overwrite tiles that already have modified terrain.
@@ -31068,7 +32339,7 @@ t([[Your will is so strong that you simply ignore mental effects used against yo
 		这一技能每 5 回合最多触发一次。]])
 t("Spell Feedback", "反魔干扰")
 t("Antimagic", "反魔法")
-t("#LIGHT_BLUE##Source# punishes #Target# for casting a spell!", "#LIGHT_BLUE##Source# 惩罚了 #Target# 的施法!")
+t("#LIGHT_BLUE##Source# punishes #Target# for casting a spell!", "#LIGHT_BLUE##Source#惩罚了#Target#的施法!")
 t([[Your will is a shield against assaults from crazed arcane users.
 		Each time that you take damage from a spell, you punish the spellcaster with %0.2f mind damage.
 		Also, they will suffer a 35%% spell failure chance (with duration equal to the cooldown of the spell they used on you).
@@ -31109,6 +32380,7 @@ t("Gnaw", "食尸鬼侵蚀")
 t("Risen Ghoul", "复生食尸鬼")
 t("Flesh is falling off in chunks from this decaying abomination.", "肉块正在不断的从这个腐朽的身体上掉落。")
 t("A #GREY##Source##LAST# rises from the corpse of #Target#.", "一个#GREY##Source##LAST#从的尸体上站了起来#Target#。")
+t("Ghoulish Minion", "食尸鬼随从")
 t("%s resists the disease!", "%s抵抗了疫病!")
 t([[Gnaw your target for %d%% damage.  If your attack hits, the target may be infected with Ghoul Rot for %d turns.
 		Each turn, Ghoul Rot inflicts %0.2f blight damage.
@@ -31393,6 +32665,21 @@ After days of travel, you have found the caves and entered it. What will you fin
 ------------------------------------------------
 section "game/modules/tome/data/texts/intro-orc.lua"
 
+t([[Welcome #LIGHT_GREEN#@name@#WHITE#.
+You are a member of the feared race of the Orcs.
+BLAH BLAH BLAH
+
+You have been sent to a remote island on the southwest coast of the Far East to crush an outpost of the Sunwall, the last remaining bastion of men, elves and dwarves on this continent.
+
+A little to the south lies the outpost. Your task: destroy it and bathe in the blood of its people!
+]], [[欢迎你#LIGHT_GREEN#@name@#WHITE#。
+你是令人望风丧胆的兽人种族的一员。
+BLAH BLAH BLAH
+
+你被派往远东大陆西南边的一个最近的陆地,去摧毁太阳之墙的一个前哨站——这个大陆幸存的最后一批人类、精灵和矮人的聚居地。
+
+南方去一点点就是那个前哨站。你的目标:烧光、抢光、杀光!
+]])
 
 
 ------------------------------------------------
@@ -31664,7 +32951,7 @@ Now open the levelup screen and assign your points.
 * #GOLD#职业技能点数#WHITE#:职业技能是你的职业的核心能力,每升一级获得1点,每5级额外获得1点。
 * #GOLD#通用技能点数#WHITE#:通用技能是非职业限定的一些角色提升技能,你每升一级获得1点,但每5级是没有
 额外点数的。
-* #GOLD#技能树解锁点#WHITE#: 可以提高你对某一技能树内所有技能的掌握程度,或者也可以解锁一个新的技能树。
+* #GOLD#技能树解锁点#WHITE#:可以提高你对某一技能树内所有技能的掌握程度,或者也可以解锁一个新的技能树。
 
 每当你的经验值获得达到100%时你就升级了。你可以通过杀死和你等级差不多的怪物
 来获得经验值。
@@ -32075,11 +33362,11 @@ For each tier, here's the cost of increasing your score by one:
 
 对于每个层级,每提高1点属性需要的点数如下:
 
-#B4B4B4#层级 1#WHITE#: 1 点
-#FFFFFF#层级 2#WHITE#: 2 点
-#00FF80#层级 3#WHITE#: 3 点
-#0080FF#层级 4#WHITE#: 4 点
-#8d55ff#层级 5#WHITE#: 5 点
+#B4B4B4#层级 1#WHITE#:1 点
+#FFFFFF#层级 2#WHITE#:2 点
+#00FF80#层级 3#WHITE#:3 点
+#0080FF#层级 4#WHITE#:4 点
+#8d55ff#层级 5#WHITE#:5 点
 ]])
 
 
@@ -33000,7 +34287,7 @@ All your new characters will now start with a transmogrification chest at birth.
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua"
 
-t("New birth power: #LIGHT_GREEN#Ziguranth Sacrifice", "新选项: #LIGHT_GREEN#献祭到伊格兰斯")
+t("New birth power: #LIGHT_GREEN#Ziguranth Sacrifice", "新选项:#LIGHT_GREEN#献祭到伊格兰斯")
 t([[You have discovered Zigur, the bastion of Nature fighting against all arcane magics.
 Magic has caused so much pain and suffering on the world, it needs to stop.
 
@@ -33220,7 +34507,7 @@ Vim is the life force of all beings. It does not regenerate, and can only be sto
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_bikini.lua"
 
-t("New Cosmetic Option: #LIGHT_GREEN#Bikini and Mankini", "新时装选项: #LIGHT_GREEN#比基尼和男性比基尼")
+t("New Cosmetic Option: #LIGHT_GREEN#Bikini and Mankini", "新时装选项:#LIGHT_GREEN#比基尼和男性比基尼")
 t([[You have saved Melinda again at the beach.
 
 You may now create characters that start equiped with either bikini or mankini.
@@ -33264,7 +34551,7 @@ Drolems look awesome and can eventually learn to breathe poison.
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_race_dwarf_female_beard.lua"
 
-t("New Cosmetic Race Option: #LIGHT_GREEN#Facial Pilosity for Female Dwarves", "新的种族皮肤 : #LIGHT_GREEN# 女性矮人的胡子")
+t("New Cosmetic Race Option: #LIGHT_GREEN#Facial Pilosity for Female Dwarves", "新的种族皮肤 :#LIGHT_GREEN# 女性矮人的胡子")
 t([[You have saved the Iron Council from untold horrors from the deep.
 
 You may now create female dwarf characters sporting proudly facial pilosity as is the norm in the upper classes of dwarven society.
@@ -33283,7 +34570,7 @@ This has no effect on gameplay at all but it is fun!
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_race_human_redhead.lua"
 
-t("New Cosmetic Race Option: #LIGHT_GREEN#Redhead Characters", "新的种族皮肤 : #LIGHT_GREEN# 红发皮肤")
+t("New Cosmetic Race Option: #LIGHT_GREEN#Redhead Characters", "新的种族皮肤 :#LIGHT_GREEN# 红发皮肤")
 t([[You have saved Melinda from untold horrors and torments.
 
 You may now create human, elf, halfling and dwarf characters with red hair.
@@ -33302,7 +34589,7 @@ This has no effect on gameplay at all but it is fun!
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-difficulty_insane.lua"
 
-t("New game difficulty mode: #LIGHT_GREEN#Insane", "新游戏难度: #LIGHT_GREEN#疯狂")
+t("New game difficulty mode: #LIGHT_GREEN#Insane", "新游戏难度:#LIGHT_GREEN#疯狂")
 t([[You won the game on Nightmare mode.  You are a big tough player!
 You thought you had seen it all, done it all...
 
@@ -33337,7 +34624,7 @@ Insane features:#YELLOW#
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-difficulty_madness.lua"
 
-t("New game difficulty mode: #LIGHT_GREEN#Madness", "新游戏难度: #LIGHT_GREEN#绝望")
+t("New game difficulty mode: #LIGHT_GREEN#Madness", "新游戏难度:#LIGHT_GREEN#绝望")
 t([[You won the game on Insane mode.  You are one of the best players!
 But fear not because the game is just about to get even more unfair on you!
 
@@ -33542,7 +34829,7 @@ Talents:
 
 技能:
 - #YELLOW# 岩石飞弹: #WHITE# 发射数个岩石飞弹向多个目标进行攻击。
-- #YELLOW# 岩石身躯: #WHITE# 进入岩石形态,降低大多数石系 / 大地系技能的冷却时间。
+- #YELLOW# 岩石身躯: #WHITE# 进入岩石形态,降低大多数石系/大地系技能的冷却时间。
 - #YELLOW# 地震: #WHITE# 创造一个区域性地震,震慑其中的目标。
 - #YELLOW# 水晶力场: #WHITE# 掌握石系魔法使你能穿透物理免疫的生物对其造成伤害。
 ]])
@@ -33729,7 +35016,7 @@ They require energy to do so, which they recover naturally over time, and throug
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-race_ogre.lua"
 
-t("New Race: #LIGHT_GREEN#Ogre", "新种族: #LIGHT_GREEN#食人魔")
+t("New Race: #LIGHT_GREEN#Ogre", "新种族:#LIGHT_GREEN#食人魔")
 t([[Ogres are magically-altered Humans, taking refuge in Elvala among the Shalore. 
 Their enormous bodies, bolstered by (and dependent on) an intricate web of glowing runes covering their skin, make them an intimidating sight that belies their conscientious and modest nature.
 Ogres were created (and subsequently abandoned) by the Conclave during the Allure Wars, to serve as their warriors and workers.  Their massive size and glowing runes made it impossible for them to hide during the Spellhunt, and only those who fled to Shalore lands survived extermination.
@@ -33815,7 +35102,7 @@ Talents:
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-rogue_skirmisher.lua"
 
-t("New Class: #LIGHT_GREEN#Skirmisher (Rogue)", "新职业: #LIGHT_GREEN#散兵(盗贼)")
+t("New Class: #LIGHT_GREEN#Skirmisher (Rogue)", "新职业:#LIGHT_GREEN#散兵(盗贼)")
 t([[In Maj'Eyal threats are everywhere when you walk the wildlands, some rogues prefer to forgo the use of stealth instead using their cunning skills to kill silently from afar with a sling well protected with a buckler.
 
 You have learned the power of counterstriking from afar and can now create characters with the #LIGHT_GREEN#Skirmisher class#WHITE#.
@@ -33932,7 +35219,7 @@ Brawlers use stamina and must remain at least semi-mobile.  As such they cannot
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-wilder_oozemancer.lua"
 
-t("New Class: #LIGHT_GREEN#Oozemancer (Wilder)", "新职业: #LIGHT_GREEN#软泥使 ( 野性系 )")
+t("New Class: #LIGHT_GREEN#Oozemancer (Wilder)", "新职业:#LIGHT_GREEN#软泥使 ( 野性系 )")
 t([[The long Nature's hatred of all arcane forces has managed to create Oozemancers as the ultimate answer to archmagi.
 You have met and destroyed a corrupted one and can now create new characters with the #LIGHT_GREEN#Oozemancer class#WHITE#.
 
@@ -33963,7 +35250,38 @@ The higher it gets the more off-balance they are with it. A high Equilibrium mak
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-wilder_stone_warden.lua"
 
-t("New Class: #LIGHT_GREEN#Stone Warden (Wilder)", "新职业: #LIGHT_GREEN#岩石守卫(野性系)")
+t("New Class: #LIGHT_GREEN#Stone Warden (Wilder)", "新职业:#LIGHT_GREEN#岩石守卫(野性系)")
+t([[While most races of Eyal firmly believe that arcane and nature forces are opposites, Dwarves have found a way to bind them together and meld them into a power to be reckoned with.
+
+You have mastered some arcane and wild talents at a crude level can now create new dwarf characters with the #LIGHT_GREEN#Stone Warden class#WHITE#.
+
+Stone Wardens are Wilders, who are at home in the wilds and draw their power from their connection with nature and arcane
+Class features:#YELLOW#
+- Dual wield shields and bash your foes with arcane enhanced shield strikes
+- Combine arcane and nature forces to split yourself into two powerful halves
+- Use vines of stone to grab and assail your foes
+- Turn into a huge earth elemental and summon volcanos
+- Dwarf race exclusive class (Select it at birth for the option to even appear)#WHITE#
+
+All Wilder classes use Equilibrium for their powers. It represents their connection to nature. 
+The higher it gets the more off-balance they are with it. A high Equilibrium makes for a chance to fail to use a power and lose a turn.
+Stone Wardens also use Mana.
+]], [[尽管大部分埃亚尔的种族都坚信奥术和自然的力量势不两立,矮人们找到了一种方法,可以将它们联结起来,组成一种让人无法忽视的强大力量。
+
+你对奥术和自然能力两项的精通达到了一个十分深入的程度,你创建的新矮人角色可以选择#LIGHT_GREEN#岩石守卫职业#WHITE#。
+
+岩石守卫是野性系职业,它们植根于自然,从自然和奥术的联结中汲取力量。
+职业特性:#YELLOW#
+- 双持盾牌,使用奥术强化的盾牌打击攻击敌人
+- 结合奥术和自然的力量,产生两个强大的分身。
+- 使用岩石藤蔓抓取并攻击敌人。
+- 变化成巨大的岩石元素,召唤火山。
+- 这是矮人专属的职业,只有在创建角色画面选择矮人才能看到。#WHITE#
+
+所有野性系职业使用自然失衡值作为其能量,它与自然之间的联系密切相关。
+对自然平衡的破坏越大这个值会越高。高自然失衡值会导致一定几率技能失败而损失一个回合。
+岩石守卫同样使用法力值。
+]])
 
 
 ------------------------------------------------
@@ -34067,16 +35385,27 @@ t("%s from %s", "%sçš„%s", {2,1})
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/floor.lua"
 
+t("Icy Floor", "冰面")
 t("The target is walking on an icy floor. Increasing movement speed by 20%, providing +20% cold damage piercing and -30% stun immunity.", "目标行走在冰面上。增加 20%移动速度,提供 20%的冰冷伤害穿透,同时减少 30%的震慑免疫。")
+t("Font of Life", "生命之泉")
 t("The target is near a font of life, granting %+0.2f life regeneration, %+0.2f equilibrium regeneration, %+0.2f stamina regeneration and %+0.2f psi regeneration.  (Only living creatures benefit.)", "目标靠近生命之泉,增加 +%0.2f 生命回复, +%0.2f 失衡值回复, +%0.2f 体力回复和 +%0.2f 超能力回复。不死族无法获得此效果。")
+t("Spellblaze Scar", "奥术之痕")
 t("The target is near a spellblaze scar, granting +25% spell critical chance, +10% fire and blight damage but critical spells will drain arcane forces.", "目标接近奥术之痕,获得 25%法术暴击率,增加 10%火焰和枯萎伤害,但是法术暴击会消耗法力值。")
+t("Blighted Soil", "荒芜之地")
 t("The target is walking on blighted soil, reducing diseases resistance by 60% and giving all attacks a 40% chance to infect the target with a random disease (can only happen once per turn).", "目标行走在荒芜之地上,减少 60%疾病抵抗并且对目标的所有攻击有 40%的几率使其感染某种疾病。(每回合只能触发一次)")
+t("Glimmerstone", "闪光石")
 t("The target is affected by a glimmerstone, its next attack will try to daze.", "目标被闪光石影响,它的下一次攻击可能造成眩晕。")
+t("Protective Aura", "防御光环")
 t("The target is near a protective aura, granting +%d armour and +%d physical save.", "目标靠近防御光环,获得 +%d 点护甲和 +%d 物理豁免。")
+t("Antimagic Bush", "反魔光环")
 t("The target is near an antimagic bush, granting +20%% nature damage, +20%% nature resistance penetration and -%d spellpower.", "目标靠近反魔灌木,增加 20%% 自然伤害, 20%% 自然抵抗穿透。同时 -%d 法术强度。")
+t("Necrotic Air", "死灵瘴气")
 t("The target is in a zone of necrotic air, granting -40% healing mod. Undead creatures also get +15% to all resistances.", "目标位于死灵瘴气中,减少 40% 治疗效果。不死族则增加 15% 所有抵抗。")
+t("Whistling Vortex", "尖啸漩涡")
 t("The target is in a whistling vortex, granting +%d ranged defense, -%d ranged accuracy and incoming projectiles are 30%% slower.", "目标靠近尖啸漩涡,增加 +%d 远程闪避,同时 -%d 远程命中,并且抛射物减缓 30%% 。")
+t("Fell Aura", "毁灭光环")
 t("The target is surrounded by a fell aura, granting 40% critical damage bonus but -20% to all resistances.", "目标被毁灭光环所包围,增加 40% 暴击伤害,同时减少 20% 所有抵抗。.")
+t("Slimey Pool", "史莱姆地板")
 t("The target is walking on slime. Decreasing movement speed by 20% and dealing 20 slime damage to any creatures attacking it.", "目标行走在史莱姆上。减少 20% 移动速度并对任何攻击它的目标造成 20 点史莱姆伤害。")
 
 
@@ -34093,18 +35422,20 @@ t("#Target#'s armor corrodes!", "#Target#的护甲被腐蚀了!")
 t("#Target# is fully armored again.", "#Target#的护甲重新变得完整。")
 t("Surging mana", "法力潮汐")
 t("The mana surge engulfs the target, regenerating %0.2f mana per turn.", "法力潮汐淹没目标,每回合回复 %0.2f 法力值。")
-t("#Target# starts to surge mana.", "#Target# 开始快速回复法力。")
+t("#Target# starts to surge mana.", "#Target#开始快速回复法力。")
 t("+Manasurge", "+法力潮汐")
-t("#Target# stops surging mana.", "#Target# 停止快速回复法力。")
+t("#Target# stops surging mana.", "#Target#停止快速回复法力。")
 t("-Manasurge", "-法力潮汐")
 t("Mana Overflow", "法力溢出")
 t("The mana is overflowing, increasing your max mana by %d%%.", "法力溢出,提升你的法力上限 %d%% 。")
-t("#Target# starts to overflow mana.", "#Target# 法力溢出了。")
+t("#Target# starts to overflow mana.", "#Target#法力溢出了。")
 t("+Mana Overflow", "+法力溢出")
-t("#Target# stops overflowing mana.", "#Target# 停止法力溢出。")
+t("#Target# stops overflowing mana.", "#Target#停止法力溢出。")
 t("-Mana Overflow", "-法力溢出")
 t("Stoned", "石化")
 t("The target has been turned to stone: it is rooted in place, unable to act, and may be shattered by a single blow dealing more than 30% of its maximum life.  It's new form makes it immune to being poisoned or cut, and grants improved physical(+20%), fire(+80%) and lightning(+50%) resistances.", "目标被石化:被定身在此位置,无法行动,在受到超过 30% 最大生命的伤害将被击碎,但提高物理抵抗( +20% )火焰抵抗( + 80% )和闪电抵抗( + 50% )。")
+t("stone", "石")
+t("stun", "震慑")
 t("#Target# turns to #GREY#STONE#LAST#!", "#Target#变成了#GREY#石头#LAST#!")
 t("+Stoned", "+石化")
 t("#Target# is no longer a #GREY#statue#LAST#.", "#Target#不再是#GREY#石头#LAST#了.")
@@ -34113,72 +35444,77 @@ t("Arcane Storm", "奥术风暴")
 t("The target is the epicenter of a terrible arcane storm, providing +%d%% arcane resistance.", "目标处于巨大奥术风暴的中心,提供 +%d%% 奥术抵抗。")
 t("Earthen Barrier", "大地屏障")
 t("Reduces physical damage received by %d%%.", "减少物理伤害 %d%% 。")
-t("#Target# hardens its skin.", "#Target# 的皮肤变得坚硬。")
+t("#Target# hardens its skin.", "#Target#的皮肤变得坚硬。")
 t("+Earthen barrier", "+大地屏障")
 t("-Earthen barrier", "-大地屏障")
 t("Molten Skin", "炽热皮肤")
 t("Reduces fire damage received by %d%%.", "减少火焰伤害 %d%% 。")
-t("#Target#'s skin turns into molten lava.", "#Target# 的皮肤变成火山岩浆。")
+t("#Target#'s skin turns into molten lava.", "#Target#的皮肤变成火山岩浆。")
 t("+Molten Skin", "+炽热皮肤")
 t("-Molten Skin", "-炽热皮肤")
 t("Reflective Skin", "反射皮肤")
 t("Magically returns %d%% of any damage done to the attacker.", "反射 %d%% 魔法伤害。")
-t("#Target#'s skin starts to shimmer.", "#Target# 的皮肤开始闪光。")
+t("#Target#'s skin starts to shimmer.", "#Target#的皮肤开始闪光。")
 t("+Reflective Skin", "+反射皮肤")
-t("#Target#'s skin returns to normal.", "#Target# 的皮肤恢复了正常状态。")
+t("#Target#'s skin returns to normal.", "#Target#的皮肤恢复了正常状态。")
 t("-Reflective Skin", "-反射皮肤")
 t("Vimsense", "活力感知")
 t("Reduces blight resistance by %d%% and all saves by %d.", "降低枯萎抵抗 %d%% ,所有豁免 %d 。")
 t("Invisibility", "隐形")
-t("Improves/gives invisibility (power %d), reducing damage dealt by %d%%%s.", "提升 / 获得隐形状态( %d 隐形等级),减少其所造成的伤害%d%%%s。")
-t("#Target# vanishes from sight.", "#Target# 从视线中消失。")
+t("Improves/gives invisibility (power %d), reducing damage dealt by %d%%%s.", "提升/获得隐形状态( %d 隐形等级),减少其所造成的伤害%d%%%s。")
+t("#Target# vanishes from sight.", "#Target#从视线中消失。")
 t("+Invis", "+隐身")
-t("#Target# is no longer invisible.", "#Target# 不再隐形。")
+t("#Target# is no longer invisible.", "#Target#不再隐形。")
 t("-Invis", "-隐身")
 t("Ethereal", "虚幻形态")
 t("Invisible (power %d), damage dealt reduced by %d%%, all resistances increased by %d%%, movement speed increased by %d%%.", "隐形 ( 隐形等级 %d), 造成的伤害减少 %d%%, 所有抗性增加 %d%%, 移动速度增加 %d%%.")
-t("#Target# becomes ethereal.", "#Target# 变得虚幻。")
+t("phantasm", "幻术")
+t("#Target# becomes ethereal.", "#Target#变得虚幻。")
 t("+Ethereal", "+虚幻形态")
-t("#Target# is no longer ethereal.", "#Target# 变得不再虚幻。")
+t("#Target# is no longer ethereal.", "#Target#变得不再虚幻。")
 t("-Ethereal", "-虚幻形态")
 t("Stormshield", "风暴之盾")
 t("The target is protected a raging storm deflecting up to %d instances of damage over %d.", "单位被一团风暴保护,可转移来自 %d 个目标的超过 %d 的伤害。")
 t("#Target# summons a storm to protect them!", "#Target#召唤风暴来保护自己!")
 t("+Stormshield", "+风暴之盾")
-t("#Target#'s storm dissipates.", "#Target# 的风暴消失了。")
+t("#Target#'s storm dissipates.", "#Target#的风暴消失了。")
 t("-Stormshield", "-风暴之盾")
 t("%s(%d stormshielded#LAST#%s)#LAST#", "%s(%d 风暴护盾#LAST#%s)#LAST#")
 t("#BLUE##Target#'s stormshield is out of charges and disspitates!#LAST#.", "#BLUE##Target#的风暴护盾超过吸收次数而消失了!#LAST#.")
 t("Prismatic Shield", "多彩护盾")
-t("The target is protected by a prismatic shield blocking many instances of damage.  Remaining:  %s", "目标受到棱彩护盾的保护,可以阻挡许多伤害。剩余时间:  %s")
-t("#Target# summons a prismatic shield to protect him!", "#Target# 召唤出多彩护盾来保护自己!")
+t("The target is protected by a prismatic shield blocking many instances of damage.  Remaining:  %s", "目标受到棱彩护盾的保护,可以阻挡许多伤害。剩余次数:%s")
+t("ward", "守护")
+t("#Target# summons a prismatic shield to protect him!", "#Target#召唤出多彩护盾来保护自己!")
 t("+Prismatic", "+多彩护盾")
-t("#Target#'s prismatic shield fades.", "#Target# 的多彩护盾消失了。")
+t("#Target#'s prismatic shield fades.", "#Target#的多彩护盾消失了。")
 t("-Prismatic", "-多彩护盾")
 t("%s(%d to prism#LAST#%s)#LAST#", "%s(%d 多彩护盾#LAST#%s)#LAST#")
 t("PURGING", "净化")
 t("The target is being purged of 1 physical ailment each turn.", "目标每回合清除一项物理负面状态。")
-t("#Target# is being purged of his physical ailments!", "#Target# 正在净化自身物理疾病!")
+t("#Target# is being purged of his physical ailments!", "#Target#正在净化自身物理疾病!")
 t("+Purging", "+清除")
-t("#Target#'s is no longer being purged.", "#Target# 不再被净化")
+t("#Target#'s is no longer being purged.", "#Target#不再被净化")
 t("-Purging", "-清除")
 t("Sensing (Vim)", "感知(活力)")
 t("Improves senses, allowing the detection of unseen things.", "强化感知,可以看到看不到的东西")
 t("Sense Hidden", "感知隐藏生物")
-t("Improves/gives the ability to see invisible and stealthed creatures (power %d).", "提升 / 获得侦测隐形或者潜行生物( %d 侦测等级)")
-t("#Target#'s eyes tingle.", "#Target# 的眼睛闪出光芒。")
-t("#Target#'s eyes tingle no more.", "#Target# 的眼睛恢复了正常状态。")
+t("Improves/gives the ability to see invisible and stealthed creatures (power %d).", "提升/获得侦测隐形或者潜行生物( %d 侦测等级)")
+t("#Target#'s eyes tingle.", "#Target#的眼睛闪出光芒。")
+t("#Target#'s eyes tingle no more.", "#Target#的眼睛恢复了正常状态。")
 t("Bane of Blindness", "致盲灾祸")
 t("The target is blinded, unable to see anything and takes %0.2f darkness damage per turn.", "目标被致盲,不能看到任何东西并每回合受到 %0.2f 暗影伤害。")
-t("#Target# loses sight!", "#Target# 失明了!")
+t("blind", "致盲")
+t("#Target# loses sight!", "#Target#失明了!")
 t("+Blind", "+致盲")
-t("#Target# recovers sight.", "#Target# 恢复了视力。")
+t("#Target# recovers sight.", "#Target#恢复了视力。")
 t("-Blind", "-致盲")
 t("Bane of Confusion", "混乱灾祸")
 t("The target is confused, acting randomly (chance %d%%), unable to perform complex actions and takes %0.2f darkness damage per turn.", "目标处于混乱,随机行动 ( %d%% 几率 ),不能完成复杂的动作,每回合受到 %0.2f 暗影伤害。")
-t("#Target# wanders around!.", "#Target# 陷入昏迷而无目的地四处游荡!")
+t("bane", "灾祸")
+t("confusion", "æ··ä¹±")
+t("#Target# wanders around!.", "#Target#陷入昏迷而无目的地四处游荡!")
 t("+Confused", "+æ··ä¹±")
-t("#Target# seems more focused.", "#Target# 恢复了理智。")
+t("#Target# seems more focused.", "#Target#恢复了理智。")
 t("-Confused", "-æ··ä¹±")
 t("Supercharge Golem", "超载傀儡")
 t("The target is supercharged, increasing life regen by %0.2f and damage done by 20%%.", "目标被超载,增加 %0.2f 生命回复并增加 20%%伤害。")
@@ -34192,9 +35528,9 @@ t("#Target# seems less dangerous.", "#Target#平静了下来。")
 t("-Overload", "-过载")
 t("Life Tap", "生命分流")
 t("The target taps its blood's hidden power, healing for %d%% of all damage they deal.", "目标发掘血液中的隐藏力量,将其造成伤害的 %d%% 转化为治疗。")
-t("#Target# looks healthier as he deals damage.", "#Target# 造成伤害后看上去更健康了。")
+t("#Target# looks healthier as he deals damage.", "#Target#造成伤害后看上去更健康了。")
 t("+Life Tap", "+生命分流")
-t("#Target# stops leeching life.", "#Target# 不再吸取生命。")
+t("#Target# stops leeching life.", "#Target#不再吸取生命。")
 t("-Life Tap", "-生命分流")
 t("Arcane Eye", "奥术之眼")
 t("You have an arcane eye observing for you in a radius of %d.", "你召唤奥术之眼侦查 %d 码区域。")
@@ -34205,27 +35541,28 @@ t("All primary stats of the target are increased by %d.", "目标所有基础属
 t("Displacement Shield", "偏转护盾")
 t("The target is surrounded by a space distortion that randomly sends (%d%% chance) incoming damage to another target (%s). Absorbs %d/%d damage before it crumbles.", "目标被一层扭曲空间包围, %d%% 几率偏转伤害至另一目标( %s )。吸收 %d/%d 伤害。")
 t("+Displacement Shield", "+偏转护盾")
-t("The very fabric of space alters around #target#.", "#Target# 周围的空间扭曲了。")
+t("The very fabric of space alters around #target#.", "#Target#周围的空间扭曲了。")
 t("-Displacement Shield", "-偏转护盾")
 t("The fabric of space around #target# stabilizes to normal.", "#target#周围的时空稳定了下来。")
 t("Damage Shield", "伤害吸收")
-t("(reflecting %d%% back to the attacker)", "(反射 %d%% 伤害给攻击者 )")
-t("The target is surrounded by a magical shield, absorbing %d/%d damage %s before it crumbles.", "目标被一层魔法护盾包围,吸收( %d / %d ) 伤害 %s 直到其破裂。")
+t("(reflecting %d%% back to the attacker)", "(反射%d%%伤害给攻击者 )")
+t("The target is surrounded by a magical shield, absorbing %d/%d damage %s before it crumbles.", "目标被一层魔法护盾包围,吸收(%d/%d)伤害%s直到其破裂。")
 t("+Shield", "+护盾")
-t("A shield forms around #target#.", "#Target# 的周围产生了一道护盾。")
+t("A shield forms around #target#.", "#Target#的周围产生了一道护盾。")
 t("-Shield", "-护盾")
-t("The shield around #target# crumbles.", "#Target# 周围的护盾消失了。")
+t("The shield around #target# crumbles.", "#Target#周围的护盾消失了。")
 t("Martyrdom", "殉难")
 t("All damage done by the target will also hurt it for %d%%.", "目标造成伤害的同时对自身造成 %d%% 伤害。")
-t("#Target# is a martyr.", "#Target# 成为了一个殉道者。")
+t("#Target# is a martyr.", "#Target#成为了一个殉道者。")
 t("+Martyr", "+殉难")
-t("#Target# is no longer influenced by martyrdom.", "#Target# 不再受殉难影响。")
+t("#Target# is no longer influenced by martyrdom.", "#Target#不再受殉难影响。")
 t("-Martyr", "-殉难")
 t("Radiance Lost", "光辉暗淡")
 t("You have expended the power of your Radiance temporarily reducing its radius to 1.", "你身边的光亮变得暗淡了,光照半径降低到1码。")
-t("#Target#'s aura dims.", "#Target# 的光环变得暗淡了。")
+t("radiance", "光辉")
+t("#Target#'s aura dims.", "#Target#的光环变得暗淡了。")
 t("+Dim", "+黯淡")
-t("#Target# shines with renewed light.", "#Target# 身边光明再次闪耀。")
+t("#Target# shines with renewed light.", "#Target#身边光明再次闪耀。")
 t("-Dim", "-黯淡")
 t("Curse of Vulnerability", "弱点诅咒")
 t("The target is cursed, reducing all resistances by %d%%.", "目标被诅咒,所有抵抗降低 %d%% 。")
@@ -34236,32 +35573,35 @@ t("The target is cursed, reducing defence and all saves by %d.", "目标被诅
 t("Curse of Death", "死亡诅咒")
 t("The target is cursed, taking %0.2f darkness damage per turn and preventing natural life regeneration.", "目标被诅咒,每回合受到 %0.2f 暗影伤害并停止自然生命回复。")
 t("Curse of Hate", "仇恨诅咒")
-t("#Target# is cursed.", "#Target# 被诅咒了。")
+t("The target is cursed, force all foes in a radius of 5 to attack it.", "目标被诅咒,强制所有 5 码内目标攻击他。")
+t("curse", "诅咒")
+t("#Target# is cursed.", "#Target#被诅咒了。")
 t("+Curse", "+诅咒")
-t("#Target# is no longer cursed.", "#Target# 不再被诅咒")
+t("#Target# is no longer cursed.", "#Target#不再被诅咒")
 t("-Curse", "-诅咒")
 t("Corrupting Strike", "黑暗连击")
 t("The targets natural essence in corrupted reducing disease resistance by 100%%.", "目标自然力量被腐蚀,疾病抗性降低100%%。")
-t("#Target# is completely vulnerable to disease!", "#Target# 对疾病毫无抵抗力!")
-t("#Target# no longer vulnerable to disease.", "#Target# 恢复了对疾病的抵抗力!")
+t("#Target# is completely vulnerable to disease!", "#Target#对疾病毫无抵抗力!")
+t("#Target# no longer vulnerable to disease.", "#Target#恢复了对疾病的抵抗力!")
 t("Bloodlust", "嗜血杀戮")
 t("The target is in a magical frenzy, improving spellpower by %d.", "目标进入魔法狂暴状态,提升法术强度 %d 。")
 t("Acid Splash", "酸液飞溅")
 t("The target has been splashed with acid, taking %0.2f acid damage per turn, reducing armour by %d and attack by %d.", "目标被酸液飞溅,造成每回合 %0.2f 酸性伤害。降低 %d 护甲值和 %d 伤害。")
+t("sunder", "腐蚀")
 t("Bloodfury", "鲜血狂怒")
 t("The target's blight and acid damage is increased by %d%%.", "目标的酸性和枯萎伤害增加 %d%% 。")
 t("Reviving Phoenix", "凤凰涅磐")
 t("Target is being brought back to life.", "目标正在起死回生。")
-t("#Target# is consumed in a burst of flame. All that remains is a fiery egg.", "#Target# 化成了一道火光,留下了一个火红色的蛋。")
+t("#Target# is consumed in a burst of flame. All that remains is a fiery egg.", "#Target#化成了一道火光,留下了一个火红色的蛋。")
 t("+Phoenix", "+凤凰涅磐")
-t("#Target# bursts out from the egg.", "#Target# 从蛋中冲出。")
+t("#Target# bursts out from the egg.", "#Target#从蛋中冲出。")
 t("-Phoenix", "-凤凰涅磐")
 t("Hurricane", "风暴之怒")
 t("The target is in the center of a lightning hurricane, doing %0.2f to %0.2f lightning damage to itself and others around every turn.", "目标处于闪电飓风中心,使自身和周围目标每回合受到 %0.2f ~ %0.2f 闪电伤害。")
-t("#Target# is caught inside a Hurricane.", "#Target# 卷入了飓风之中。")
+t("#Target# is caught inside a Hurricane.", "#Target#卷入了飓风之中。")
 t("+Hurricane", "+风暴之怒")
 t("-Hurricane", "-风暴之怒")
-t("The Hurricane around #Target# dissipates.", "#Target# 身边的飓风被驱散了。")
+t("The Hurricane around #Target# dissipates.", "#Target#身边的飓风被驱散了。")
 t("Teleport: Angolwen", "传送:安格利文")
 t("The target is waiting to be recalled back to Angolwen.", "目标等待被传送至安格利文。")
 t("There are creatures that could be watching you; you cannot take the risk of teleporting to Angolwen.", "有生物可以看见你,你不能冒这个险传送安格利文。")
@@ -34269,6 +35609,7 @@ t("You are yanked out of this place!", "你“呼”的一下被带离了这个
 t("Space restabilizes around you.", "你周围的空间稳定了下来。")
 t("Timeport: Point Zero", "传送:零点圣域")
 t("The target is waiting to be recalled back to Point Zero.", "目标等待被传送回零点圣域。")
+t("timeport", "延时传送")
 t("There are creatures that could be watching you; you cannot take the risk of timeporting to Point Zero.", "有生物看着你;你不能冒着这个风险传送到零点圣城。")
 t("You are yanked out of this time!", "你“呼”的一下被带离了这个地方!")
 t("Time restabilizes around you.", "你周围的时间稳定了下来。")
@@ -34307,12 +35648,14 @@ t("Light damage has been increased by %d%% to +%d%%.", "光系伤害加成增加
 t("Shrouded in Darklight", "光暗环绕")
 t("%d%% of the targets damage is being split between light and darkness and they are taking %d light and %d darkness damage each turn.", "目标造成的 %d%% 伤害将被平分然后转为光系和暗影伤害。每回合受到 %d 光系和 %d 暗影伤害。")
 t("Sanctity", "圣洁之阵")
+t("The target is protected from silence effects.", "目标免疫沉默。")
 t("Shifting Shadows", "暗影之阵")
 t("The target's defense is increased by %d.", "目标闪避值增加 %d 。")
 t("Blazing Light", "炽焰之阵")
 t("The target is gaining %d positive energy each turn.", "目标每回合获得 %d 正能量。")
 t("Warding", "守护之阵")
 t("Projectiles aimed at the target are slowed by %d%%.", "目标受到的投射物减速 %d%% 。")
+t("circle", "法阵")
 t("Turn Back the Clock", "时光倒流")
 t("The target has been returned to a much younger state, reducing all its stats by %d.", "目标被倒退回幼儿时代,降低 %d 所有属性值。")
 t("#Target# is returned to a much younger state!", "#Target#回到了幼儿时代。")
@@ -34321,9 +35664,9 @@ t("#Target# has regained its natural age.", "#Target#回到了自然年龄。")
 t("-Turn Back the Clock", "-时光倒流")
 t("Wasting", "时间耗竭")
 t("The target is wasting away, taking %0.2f temporal damage per turn.", "消耗目标使其受到每回合 %0.2f 时空伤害。")
-t("#Target# is wasting away!", "#Target# 的时间被消耗!")
+t("#Target# is wasting away!", "#Target#的时间被消耗!")
 t("+Wasting", "+时间耗竭")
-t("#Target# stops wasting away.", "#Target# 停止了时间消耗。")
+t("#Target# stops wasting away.", "#Target#停止了时间消耗。")
 t("-Wasting", "-时间耗竭")
 t("Prescience", "预知")
 t("The target's awareness is fully in the present, increasing stealth detection, see invisibility, defense, and accuracy by %d.", "目标对当前状况了如指掌,增加隐形和潜行侦测等级、命中、近身闪避 %d 。")
@@ -34333,6 +35676,7 @@ t("#Target#'s awareness returns to normal.", "#Target#恢复了正常。")
 t("-Prescience", "-预知")
 t("Invigorate", "鼓舞")
 t("The target is regaining %d life per turn and refreshing talents at twice the normal rate.", "目标每回合回复 %d 体力值并且以两倍正常速度刷新技能。")
+t("regeneration", "回复")
 t("#Target# is invigorated.", "#Target#开始快速恢复体力。")
 t("+Invigorate", "+鼓舞")
 t("#Target# is no longer invigorated.", "#Target#停止快速恢复体力。")
@@ -34357,6 +35701,7 @@ t("#Target# is no longer infected.", "#Target#不再受到感染。")
 t("-Manaworm", "-法力蠕虫")
 t("Surge of Undeath", "不死狂潮")
 t("Increases the target combat power, spellpower, accuracy by %d, armour penetration by %d and critical chances by %d.", "增加目标 %d 攻击强度、法术强度和命中 , 增加 %d 护甲穿透并提高 %d 暴击率。")
+t("frenzy", "疯狂")
 t("#Target# is engulfed in dark energies.", "#Target#被黑暗能量包围。")
 t("+Undeath Surge", "+不死狂潮")
 t("#Target# seems less powerful.", "#Target#恢复了正常。")
@@ -34413,6 +35758,7 @@ t("+Spin Fate", "+命运之丝")
 t("#Target# stops spinning fate.", "#Target#停止编织命运。")
 t("-Spin Fate", "-命运之丝")
 t("Spellshocked", "法术冲击")
+t("cross tier", "越层效果")
 t("+Spellshocked", "+法术冲击")
 t("-Spellshocked", "-法术冲击")
 t("Rotting Disease", "腐烂疫病")
@@ -34439,12 +35785,12 @@ t("#Target# looks more determined.", "#Target#看起来更加坚定了。")
 t("-Woeful Darkness", "-恐怖黑暗")
 t("Woeful Corrosion", "恐怖酸蚀")
 t("The target has been splashed with acid, taking %0.2f acid damage per turn.", "目标被酸液溅射,每回合受到 %0.2f 酸性伤害。")
-t("#Target# is covered in acid!", "#Target# 被酸液覆盖!")
-t("#Target# is free from the acid.", "#Target# 身上的酸液消失了。")
+t("#Target# is covered in acid!", "#Target#被酸液覆盖!")
+t("#Target# is free from the acid.", "#Target#身上的酸液消失了。")
 t("Woeful Cripple", "恐怖致残")
 t("The target is crippled, reducing melee, spellcasting and mind speed by %d%%.", "目标被致残,降低 %d%% 近战、施法和精神速度。")
 t("#Target# is crippled.", "#Target#被致残。")
-t("#Target# is not crippled anymore.", "#Target# 不再被致残。")
+t("#Target# is not crippled anymore.", "#Target#不再被致残。")
 t("Epidemic", "传染病")
 t([[The target is infected by a disease, doing %0.2f blight damage per turn and reducing healing received by %d%%.
 Each non-disease blight damage done to it will spread the disease.]], [[目标被感染疾病,每回合受到 %0.2f 枯萎伤害并降低治疗效果 %d%% 。 
@@ -34460,11 +35806,14 @@ t("#Target# is free from the worm rot.", "#Target#摆脱了腐肉虫。")
 t("#LIGHT_RED#A carrion worm mass bursts out of %s!", "%s处出现成熟的蠕虫!")
 t("Ghoul Rot", "尸鬼腐蚀")
 t("The target is infected by a disease doing %0.2f blight damage per turn.%s", "目标感染疾病,每回合造成 %0.2f 点枯萎伤害。 %s")
+t("disease", "疾病")
 t("#Target# is afflicted by ghoul rot!", "#Target#被食尸鬼的疾病感染!")
 t("#Target# is free from the ghoul rot.", "#Target#摆脱了食尸鬼的疾病!")
 t("Bloodcasting", "血祭施法")
+t("Corruptions consume health instead of vim.", "堕落者消耗生命值来取代活力值。")
 t("Sanguine Infusion", "鲜血充能")
 t("Maximum life increased by %d.", "最大生命值提升 %d 。")
+t("corruption", "堕落")
 t("Arcane Supremacy", "奥术至尊")
 t("The target's spellpower and spell save has been increased by %d", "目标法术强度及法术豁免提升 %d")
 t("#Target# is surging with arcane energy.", "#Target#受到奥术能量强化。")
@@ -34473,7 +35822,7 @@ t("-Arcane Supremacy", "-奥术至尊")
 t("The arcane energy around #target# has dissipated.", "#Target#周围的奥术能量消失。")
 t("Ward", "守护")
 t("Fully absorbs %d %s attack%s.", "完全吸收 %d 次 %s 攻击。")
-t("#Target# warded against %s!", "#Target# 吸收了 %s 的攻击!")
+t("#Target# warded against %s!", "#Target#吸收了%s的攻击!")
 t("+Ward", "+守护")
 t("#Target#'s %s ward fades", "#Target#不再守护自己免受%s伤害。")
 t("-Ward", "-守护")
@@ -34494,35 +35843,37 @@ t("#Target# is no longer out of phase.", "#Target#回到了正常空间。")
 t("-Phased", "-相位")
 t("Blood Lock", "鲜血禁锢")
 t("Cannot heal higher than %d life.", "受到治疗时,生命值维持在 %d 点以下。")
+t("blood", "è¡€")
 t("#Target# is blood locked.", "#Target#的鲜血受到禁锢。")
 t("+Blood Lock", "+鲜血禁锢")
 t("#Target# is no longer blood locked.", "#Target#的鲜血不再受到禁锢。")
 t("-Blood Lock", "-鲜血禁锢")
 t("Congeal Time", "时间凝固")
 t("Reduces global action speed by %d%% and all outgoing projectiles speed by %d%%.", "减少 %d%% 整体速度和 %d%% 周围的抛射物速度。")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("+Congeal Time", "+时间凝固")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("-Congeal Time", "-时间凝固")
 t("Arcane Vortex", "奥术漩涡")
 t("An arcane vortex follows the target. Each turn a manathrust fires from it to a random foe in sight doing %0.2f arcane damage to all. If no foes are found the main target takes 50%% more arcane damage this turn. If the target dies the remaining damage is dealt as a radius 2 ball of arcane.", "一个奥术漩涡跟随着目标。每回合一发奥术射线从它身上释放出来,随机对附近视野内的目标造成 %0.2f 奥术伤害。如果视野内没有任何其他目标,则该回合会对初始目标附加额外的 50%%奥术伤害。如果目标死亡,残余伤害引发半径为 2 的奥术爆炸。")
-t("#Target# is focused by an arcane vortex!.", "#Target# 被奥术漩涡缠绕!.")
+t("#Target# is focused by an arcane vortex!.", "#Target#被奥术漩涡缠绕!.")
 t("+Arcane Vortex", "+奥术漩涡")
 t("#Target# is free from the arcane vortex.", "#Target#摆脱了奥术漩涡。")
 t("-Arcane Vortex", "-奥术漩涡")
 t("Aether Breach", "以太裂隙")
 t("Fires an arcane explosion each turn doing %0.2f arcane damage in radius 2.", "每回合触发一个奥术爆炸, 在 2 码范围内造成 %0.2f 奥术伤害。")
-t("#Target# begins channeling arcane through a breach in reality!", "#Target# 从现实的裂口中传导奥术能量!")
+t("#Target# begins channeling arcane through a breach in reality!", "#Target#从现实的裂口中传导奥术能量!")
 t("+Aether Breach", "+以太裂隙")
 t("-Aether Breach", "-以太裂隙")
-t("The aetheric breach around #Target# seals itself.", "#Target# 周围的以太裂隙自动关闭了。")
+t("The aetheric breach around #Target# seals itself.", "#Target#周围的以太裂隙自动关闭了。")
 t("Aether Avatar", "以太之体")
+t("Filled with pure aether forces!", "充满以太力量!")
 t("Vulnerability Poison", "脆弱毒素")
 t(" and poison resistance is reduced by %s%%", " 毒素免疫下降 %s%%")
 t("The target is afflicted with a magical poison and is suffering %0.2f arcane damage per turn.  All resistances are reduced by 10%%%s.", "目标被魔法毒素感染,每回合受到 %0.2f 奥术伤害,所有伤害抗性下降 10%% %s.")
-t("#Target# is magically poisoned!", "#Target# 被魔法毒素感染!")
+t("#Target# is magically poisoned!", "#Target#被魔法毒素感染!")
 t("+Vulnerability Poison", "+脆弱毒素")
-t("#Target# is no longer magically poisoned.", "#Target# 不再被魔法毒素感染。")
+t("#Target# is no longer magically poisoned.", "#Target#不再被魔法毒素感染。")
 t("-Vulnerability Poison", "-脆弱毒素")
 t("Irresistible Sun", "无御之日")
 t("The target is attracting all toward it, also dealing fire, light and physical damage each turn..", "所有目标被拉向它,每回合造成火焰、光系和物理伤害。")
@@ -34533,9 +35884,9 @@ t("-Irresistible Sun", "-无御之日")
 t("%s is pulled in!", "%s 被拉了进去!")
 t("Weight of the Sun", "太阳引力")
 t("The target is struggling against immense gravity, all damage it does is reduced by %d%%.", "目标正在抵抗强大的重力,造成的所有伤害减少 %d%%.")
-t("#Target# can barely stand!", "#Target# 难以站立!")
+t("#Target# can barely stand!", "#Target#难以站立!")
 t("+Weight of the Sun", "+太阳引力")
-t("#Target# can move freely once more.", "#Target# 可以自由移动了。")
+t("#Target# can move freely once more.", "#Target#可以自由移动了。")
 t("-Weight of the Sun", "-太阳引力")
 t("Temporal Form", "时空形态")
 t("The target assumes the form of a telugoroth.", "目标呈现出泰鲁戈洛斯形态 ")
@@ -34545,6 +35896,7 @@ t("#Target# is no longer embeded in time.", "#Target#不再深入时间长河中
 t("-Temporal Form", "-时空形态")
 t("Corrupted Losgoroth Form", "堕落的罗斯戈洛斯形态")
 t("The target has assumed the form of a corrupted losgoroth, gaining immunity to poison, disease, bleeding, and confusion.  It does not need to breathe, and converts half of all damage to life draining blight.", "目标呈现出堕落的罗斯戈洛斯形态。获得毒素、疾病、流血和混乱免疫。不需要呼吸,将所造成的的一半伤害转化为枯萎吸血伤害。")
+t("arcane", "奥术")
 t("#Target# turns into a losgoroth!", "#Target#变成了罗斯戈洛斯。")
 t("+Corrupted Losgoroth Form", "+堕落的罗斯戈洛斯形态")
 t("-Corrupted Losgoroth Form", "-堕落的罗斯戈洛斯形态")
@@ -34558,20 +35910,27 @@ t("Keepers of Reality Rally Call", "现实守护者的接力召唤")
 t("The keepers of reality have called upon all to defend Point Zero. Life increased by 5000, damage by 300%.", "现实守护者召唤一切可能的防护来守卫零点圣域,生命值提高 5000 ,伤害增加 300% 。")
 t("Receptive Mind", "大脑开放")
 t("You can sense the presence of all %s around you.", " 你能感知周围的 %s")
+t("rune", "符文")
 t("Born into Magic", "魔法亲和")
 t("%s damage increased by 20%%.", "%s 伤害增加 20%%.")
+t("race", "种族技能")
 t("Essence of the Dead", "亡者精华")
 t("The target consumed souls to gain new powers. %d spells affected.", "目标消耗灵魂来获取额外力量,   %d 个法术受到影响。")
+t("necrotic", "死灵")
 t("Ice Armour", "寒冰护甲")
 t("The target is covered in a layer of ice. Its armour is increased by %d, it deals %0.1f Cold damage to attackers that hit in melee, and 50%% of its damage is converted to cold.", " 目标被冰覆盖,增加 %d 护甲,对攻击者造成 %0.1f 点寒冷伤害 , 同时将 50%% 伤害转化为寒冷伤害。")
+t("armour", "护甲")
+t("cold", "寒冷")
 t("#Target# is covered in icy armor!", "#Target#被寒冰护甲覆盖!")
 t("#Target#'s ice coating crumbles away.", "#Target#的寒冰护甲消散了。")
 t("Caustic Golem", "酸化傀儡")
 t("The target is coated with acid. When struck in melee, it has a %d%% chance to spray a cone of acid towards the attacker doing %0.1f damage.", " 目标被酸液覆盖。当被近战攻击时,有 %d%% 几率喷射锥形酸液造成 %0.1f 伤害。")
+t("acid", "酸性")
+t("coating", "涂层")
 t("#Target# is coated in acid!", "#Target#被酸液覆盖!")
 t("#Target#'s acid coating is diluted.", "#Target#覆盖的酸液消散了。")
 t("Sun's Vengeance", "阳光之怒")
-t("The target is filled with the Sun's fury, next Sun Beam will be instant cast.", " 目标充满了阳光的愤怒!下一发阳光烈焰变为瞬发。")
+t("The target is filled with the Sun's fury, next Sun Beam will be instant cast.", " 目标充满了阳光的愤怒!下一发阳光烈焰变为瞬间。")
 t("#Target# is filled with the Sun's fury!", "#Target#充满了阳光的愤怒!")
 t("+Sun's Vengeance", "+阳光之怒")
 t("-Sun's Vengeance", "-阳光之怒")
@@ -34609,18 +35968,23 @@ t("+Light Burst", "+光芒爆发")
 t("-Light Burst", "-光芒爆发")
 t("Light Burst Speed", "光芒爆发加速")
 t("The target is invigorated from Searing Sight, increasing movement speed by %d%%.", "当使用灼热之矛时被激发, 增加 %d%% 移动速度。")
+t("sun", "太阳")
 t("+Light Burst Speed", "+光芒爆发加速")
 t("-Light Burst Speed", "-光芒爆发加速")
 t("Healing Inversion", "治疗逆转")
 t("All healing done to the target will instead turn into %d%% blight damage.", "目标受到的所有治疗会逆转为 %d%% 枯萎伤害.")
+t("heal", "治疗")
 t("+Healing Inversion", "+治疗逆转")
 t("-Healing Inversion", "-治疗逆转")
 t("Shocked", "震撼")
 t("Target is reeling from an lightning shock, halving its stun and pinning resistance.", "目标被强力的闪电所震撼,震慑与定身免疫减半.")
+t("lightning", "闪电")
 t("+Shocked", "+震撼")
 t("-Shocked", "-震撼")
 t("Wet", "湿润")
 t("Target is drenched with magical water, halving its stun resistance.", "目标全身湿透了,震慑抗性减半。")
+t("ice", "寒冰")
+t("water", "æ°´")
 t("+Wet", "+湿润")
 t("-Wet", "-湿润")
 t("Probability Travel", "次元移动")
@@ -34633,6 +35997,7 @@ t("+Blink", "+闪烁")
 t("-Blink", "-闪烁")
 t("Dimensional Anchor", "时空锚")
 t("The target is unable to teleport and takes %0.2f temporal and %0.2f physical damage if they try.", "目标不能传送,试图传送时将受到 %0.2f 时空 %0.2f 物理伤害。")
+t("slow", "减速")
 t("#Target# is anchored.", "#Target#被时空锚锁定。")
 t("+Anchor", "+时空锚")
 t("#Target# is no longer anchored.", "#Target#不再被时空锚锁定。")
@@ -34647,10 +36012,11 @@ t("#Target#'s lifeline has been braided.", "#Target#的生命线被编织了。"
 t("+Braided", "+生命线编织")
 t("#Target#'s lifeline is no longer braided.", "#Target#的生命线不再被编织。")
 t("-Braided", "-生命线编织")
-t("#CRIMSON##Source# damages #Target# through the Braid!", "#CRIMSON##Source# 通过生命编织伤害了 #Target# !")
-t("#PINK#%d braided #LAST#", "#PINK#%d 生命编织 #LAST#")
+t("#CRIMSON##Source# damages #Target# through the Braid!", "#CRIMSON##Source#通过生命编织伤害了#Target#!")
+t("#PINK#%d braided #LAST#", "#PINK#%d 生命编织#LAST#")
 t("Precognition", "预知未来")
 t("Peer into the future, detecting enemies, increasing defense by %d, and granting a %d%% chance to ignore critical hits.", "预知未来,感知敌人,并增加 %d 闪避与 %d%% 暴击摆脱率。")
+t("sense", "感知")
 t("Webs of Fate", "命运之网")
 t("Displacing %d%% of all damage on to a random enemy.", "将 %d%% 伤害转移至随机敌人。")
 t("+Webs of Fate", "+命运之网")
@@ -34658,12 +36024,14 @@ t("-Webs of Fate", "-命运之网")
 t("%s(%d webs of fate)#LAST#", "%s(%d 命运之网)#LAST#")
 t("Seal Fate", "命运封印")
 t("The target has a %d%% chance of increasing the duration of one detrimental status effects on targets it damages by one.", "有 %d%% 几率延长受到你的伤害的目标的负面状态持续时间 1 回合。")
+t("focus", "聚焦")
 t("+Seal Fate", "+命运封印")
 t("-Seal Fate", "-命运封印")
 t("Unravel", "解体")
 t("The target is immune to further damage but is dealing %d%% less damage.", "目标免疫伤害,但造成的伤害减少 %d%% 。")
 t("#Target# has started to unravel.", "#Target#开始解体。")
 t("+Unraveling", "+解体")
+t("Unravels!", "解体!")
 t("%s has unraveled!", "%s 被解体了!")
 t("Entropy", "熵")
 t("The target is losing one sustain per turn.", "每回合失去一项维持技能。")
@@ -34697,20 +36065,23 @@ t("Ogre Fury", "食人魔的怒火")
 t("Increases crit chance by %d%% and critical power by %d%%. %d charge(s).", "增加 %d%% 暴击率与 %d%% 暴击强度。叠加: %d .")
 t("Writ Large", "符文亲和")
 t("Inscriptions cooldown twice as fast.", "纹身符文冷却速度加倍。")
+t("runic", "符文")
 t("+Writ Large", "+符文亲和")
 t("-Writ Large", "-符文亲和")
 t("Static History", "静态历史")
 t("Chronomancy spells cast by the target will not produce minor anomalies.", "时空法术不会制造小异常。")
 t("+Static History", "+静态历史")
-t("Spacetime has stabilized around #Target#.", "#Target# 周围的时空变得稳定。")
+t("Spacetime has stabilized around #Target#.", "#Target#周围的时空变得稳定。")
 t("-Static History", "-静态历史")
-t("The fabric of spacetime around #Target# has returned to normal.", "#Target# 周围的时空回到了正常。")
+t("The fabric of spacetime around #Target# has returned to normal.", "#Target#周围的时空回到了正常。")
 t("Arrow Echoes", "灵矢回声")
 t("Each turn will fire an arrow at %s.", "每轮都会有箭射向 %s。")
+t("time", "时间")
 t("+Arrow Echoes", "+灵矢回声")
 t("-Arrow Echoes", "-灵矢回声")
 t("Warden's Focus", "专注守卫")
 t("Focused on %s, +%d%% critical damage and +%d%% critical hit chance against this target.", "集中于 %s, 对其增加 %d%% 暴击伤害与 %d%% 暴击率。")
+t("tactic", "战术")
 t("+Warden's Focus", "+专注守卫")
 t("-Warden's Focus", "-专注守卫")
 t("%s(%d focus)#LAST#", "%s(%d 专注)#LAST#")
@@ -34726,36 +36097,41 @@ t("#Target# is nearing the end.", "#Target#接近末日!")
 t("+Fold Fate", "+命运折叠")
 t("Spatial Tether", "时空系绳")
 t("The target has been tethered to the location and has a %d%% chance of being teleported back, creating an explosion for %0.2f physical and %0.2f temporal warp damage at both ends of the teleport.", "目标被系于某地,有 %d%% 几率被传送回去,并造成 %0.2f 物理和 %0.2f 时空翘曲爆炸伤害。")
+t("teleport", "传送")
+t("temporal", "时空")
 t("#Target# has been tethered!", "#Target#被时空系绳固定!")
 t("+Tether", "+系绳")
 t("#Target# is no longer tethered.", "#Target#不再被时空系绳固定。")
 t("-Tether", "-系绳")
 t("Blight Poison", "枯萎毒素")
 t("The target is poisoned, taking %0.2f blight damage per turn.", "目标中毒,每回合受到 %0.2f 枯萎伤害。")
-t("#Target# is poisoned with blight!", "#Target# 中了枯萎毒素!")
+t("#Target# is poisoned with blight!", "#Target#中了枯萎毒素!")
 t("+Blight Poison", "+枯萎毒素")
-t("#Target# is free from the blighted poison.", "#Target# 的枯萎毒素解除了。")
+t("#Target# is free from the blighted poison.", "#Target#的枯萎毒素解除了。")
 t("-Blight Poison", "-枯萎毒素")
 t("Insidious Blight", "阴险枯萎毒素")
 t("The target is poisoned, taking %0.2f blight damage per turn and decreasing all heals received by %d%%.", "目标中毒,每回合受到 %0.2f 枯萎伤害并降低所有治疗效果 %d%% 。")
-t("#Target# is poisoned with insidious blight!!", "#Target# 中了阴险枯萎毒素!!")
+t("#Target# is poisoned with insidious blight!!", "#Target#中了阴险枯萎毒素!!")
 t("+Insidious Blight", "+阴险枯萎毒素")
-t("#Target# is free from the insidious blight.", "#Target# 的阴险枯萎毒素解除了。")
+t("#Target# is free from the insidious blight.", "#Target#的阴险枯萎毒素解除了。")
 t("-Insidious Blight", "-阴险枯萎毒素")
 t("Crippling Blight", "致残枯萎毒素")
 t("The target is poisoned and sick, doing %0.2f blight damage per turn. Each time it tries to use a talent there is %d%% chance of failure.", "目标中毒,每回合受到 %0.2f 枯萎伤害,每次使用技能时有 %d%% 概率失败。")
-t("#Target# is poisoned with crippling blight!", "#Target# 中了致残枯萎毒素!")
+t("#Target# is poisoned with crippling blight!", "#Target#中了致残枯萎毒素!")
 t("+Crippling Blight", "+致残枯萎毒素")
-t("#Target# is free from the crippling blight.", "#Target# 的致残枯萎毒素解除了。")
+t("#Target# is free from the crippling blight.", "#Target#的致残枯萎毒素解除了。")
 t("-Crippling Blight", "-致残枯萎毒素")
 t("Numbing Blight", "痳痹枯萎毒素")
 t("The target is poisoned and sick, doing %0.2f blight damage per turn. All damage it does is reduced by %d%%.", "目标中毒,每回合受到 %0.2f 枯萎伤害并减少其造成伤害 %d%% 。")
-t("#Target# is poisoned numbing blight!", "#Target# 中了麻痹枯萎毒素!")
+t("blight", "枯萎")
+t("poison", "毒素")
+t("#Target# is poisoned numbing blight!", "#Target#中了麻痹枯萎毒素!")
 t("+Numbing Blight", "+痳痹枯萎毒素")
-t("#Target# is free from the numbing blight.", "#Target# 的麻痹枯萎毒素解除了。")
+t("#Target# is free from the numbing blight.", "#Target#的麻痹枯萎毒素解除了。")
 t("-Numbing Blight", "-痳痹枯萎毒素")
 t("Eldritch Stone Shield", "岩石护盾")
 t("The target is surrounded by a stone shield absorbing %d/%d damage.  When the shield is removed, it will explode for up to %d (currently %d) Arcane damage in a radius %d.", "目标被一层岩石护盾围绕,吸收 %d/%d 伤害。当护盾消失时,破碎的岩石会产生一次爆炸,造成至多 %d(当前 %d)点伤害,爆炸半径为 %d。")
+t("shield", "盾牌")
 t("#Target# is encased in a stone shield.", "#Target#进入了岩石护盾中。")
 t("The stone shield around #Target# %s", "#Target#周围的岩石护盾%s")
 t("Deeprock Form", "深岩形态")
@@ -34763,22 +36139,28 @@ t(", +%d%% Arcane damage and +%d%% Arcane damage penetration,", ", +%d%% 奥术
 t(", +%d%% Nature damage and +%d%% Nature damage penetration", ", +%d%% 自然伤害加成和 +%d%% 自然抗性穿透 ")
 t(", %d%% bleeding, poison, disease, and stun immunity", "以及 %d%% 震慑、流血、毒素和疾病免疫 ")
 t("The target has turned into a huge deeprock elemental.  It gains 2 size categories%s and +%d%% Physical damage and +%d%% Physical damage penetration.%s", "目标化作巨大的深岩元素形态。体型 + 2 ,并获得 +%d%% 物理伤害加成和 +%d%% 物理伤害抗性穿透 %s", {2,3})
+t("earth", "土")
+t("elemental", "元素")
 t("#Target# is imbued by the power of the Stone.", "#Target#充满了岩石力量。")
 t("+Deeprock Form", "+深岩形态")
 t("#Target# is abandoned by the Stone's power.", "#Target#被岩石力量抛弃了。")
 t("-Deeprock Form", "-深岩形态")
 t("Bathe in Light", "光之洗礼")
 t("Fire and Light damage increased by %d%%.", "火焰和光系伤害增加 %d%%.")
-t("#Target# glows intensely!", "#Target# 发出强光!")
-t("#Target# is no longer glowing .", "#Target# 不再发光。")
+t("celestial", "天空")
+t("light", "光系")
+t("#Target# glows intensely!", "#Target#发出强光!")
+t("#Target# is no longer glowing .", "#Target#不再发光。")
 t("Overseer of Nations", "远见卓识")
 t("Detects creatures of type %s/%s in radius 15.", "在15格范围内感知以下种族: %s/%s ")
+t("higher", "高等人类")
 t("Pacification Hex", "宁神邪术")
 t("The target is hexed, granting it %d%% chance each turn to be dazed for 3 turns.", "目标受邪术影响,每回合有 %d%% 概率眩晕 3 回合。")
 t("+Pacification Hex", "+宁神邪术")
 t("-Pacification Hex", "-宁神邪术")
 t("Burning Hex", "燃烧邪术")
 t("The target is hexed.  Each time it uses an ability it takes %0.2f fire damage, and talent cooldowns are increased by %s plus 1 turn.", "目标受邪术影响,每次施放技能都会受到 %0.2f 火焰伤害, 技能冷却延长 %s 再延长 1 回合。")
+t("fire", "火焰")
 t("#Target# is hexed!", "#Target#受邪术影响!")
 t("+Burning Hex", "+燃烧邪术")
 t("-Burning Hex", "-燃烧邪术")
@@ -34788,7 +36170,9 @@ t("+Empathic Hex", "+转移邪术")
 t("-Empathic hex", "-转移邪术")
 t("Domination Hex", "支配邪术")
 t("The target is hexed, temporarily changing its faction to %s.", "目标受邪术影响,暂时改变阵营至 %s 。")
-t("#Target# is hexed.", "#Target# 被邪术影响。")
+t("dominate", "支配")
+t("hex", "邪术")
+t("#Target# is hexed.", "#Target#被邪术影响。")
 t("+Domination Hex", "+支配邪术")
 t("#Target# is free from the hex.", "#Target#摆脱了邪术。")
 t("-Domination hex", "-支配邪术")
@@ -34799,28 +36183,36 @@ t("+Shadowguard", "+暗影守护")
 t("#Target#'s can be afflicted again.", "#Target#可以被影响了。")
 t("Shadowguard", "暗影守护")
 t("The target is enveloped in shadows gaining %d spellpower and defense.", "目标进入自身的阴影,获得 %d 法术强度和闪避。")
+t("shadow", "阴影")
 t("#Target#'s fully exits the shadows.", "#Target#完全离开了阴影。")
 t("-Shadowguard", "-暗影守护")
 t("Retched", "亡灵唾液")
 t("The target is walking in its own retch, negating the natural ghoul's speed penalty.", " 目标站在自己的亡灵唾液上,暂时取消了食尸鬼种族的速度惩罚。")
-t("#Target# speeds up in the retch.", "#Target# 站在唾液中恢复了速度。")
+t("speed", "速度")
+t("undead", "亡灵")
+t("#Target# speeds up in the retch.", "#Target#站在唾液中恢复了速度。")
 t("+Retched", "+亡灵唾液")
-t("#Target# speeds down outside of the retch.", "#Target# 站在唾液外,速度降低了。")
+t("#Target# speeds down outside of the retch.", "#Target#站在唾液外,速度降低了。")
 t("-Retched", "-亡灵唾液")
 t("Shadow Cut", "暗影伤口")
 t("Huge shadow cut that bleeds, doing %0.2f darkness damage per turn. Anytime you hit it you get healed for %d.", "正在流血的巨大的暗影伤口,每回合造成 %0.2f 暗影伤害。每次你击中目标将受到 %d 点治疗。")
-t("#Target# starts to bleed darkness.", "#Target# 流出黑暗的血液。")
+t("bleed", "流血")
+t("cut", "流血")
+t("wound", "创伤")
+t("#Target# starts to bleed darkness.", "#Target#流出黑暗的血液。")
 t("+Shadow Cut", "+暗影伤口")
 t("#Target# stops bleeding darkness.", "#Target#的黑暗伤口愈合了。")
 t("-Shadow Cut", "-暗影伤口")
 t("Draining Moonlight", "吸能月光")
 t("The target has been drained by a glyph, all damage it does is reduced by %d%%.", "目标被圣印汲取能量,造成的所有伤害降低 %d%%")
-t("#Target# is weakened by the glyph of moonlight!", "#Target# 被月光圣印削弱!")
+t("darkness", "æš—å½±")
+t("#Target# is weakened by the glyph of moonlight!", "#Target#被月光圣印削弱!")
 t("+Draining Moonlight", "+吸能月光")
-t("#Target# looks shakes off the effect of the glyph of moonlight.", "#Target# 摆脱了月光圣印的效果。")
+t("#Target# looks shakes off the effect of the glyph of moonlight.", "#Target#摆脱了月光圣印的效果。")
 t("-Draining Moonlight", "-吸能月光")
 t("Auger of Destruction", "粉碎之力")
 t("Physical damage increased by %d%%.", "物理伤害增加 %d%% 。")
+t("physical", "物理")
 
 
 ------------------------------------------------
@@ -34829,7 +36221,7 @@ section "game/modules/tome/data/timed_effects/mental.lua"
 t("Exposed", "暴露")
 t("Mind and body exposed to effects and attacks, reducing all saves and defense by %d.", "精神和身体暴露于攻击和效果中,闪避和豁免减少 %d 。")
 t("#Target#'s is vulnerable to attacks and effects!", "#Target#易受攻击和效果的影响!")
-t("#Target# is less vulnerable.", "#Target#不在易受攻击。")
+t("#Target# is less vulnerable.", "#Target#不再易受攻击。")
 t("Numbing Darkness", "黑暗麻痹")
 t("The target is losing hope, all damage it does is reduced by %d%%.", "目标失去希望,造成的伤害减少 %d%% 。")
 t("#Target# is weakened by the darkness!", "#Target#被黑暗削弱!")
@@ -34838,9 +36230,10 @@ t("#Target# regains their energy.", "#Target#恢复了斗志。")
 t("-Numbing Darkness", "-黑暗麻痹")
 t("Silenced", "沉默")
 t("The target is silenced, preventing it from casting spells and using some vocal talents.", "目标被沉默,无法施法和使用语言类技能。")
-t("#Target# is silenced!", "#Target# 被沉默!")
+t("silence", "沉默")
+t("#Target# is silenced!", "#Target#被沉默!")
 t("+Silenced", "+沉默")
-t("#Target# is not silenced anymore.", "#Target# 不再被沉默。")
+t("#Target# is not silenced anymore.", "#Target#不再被沉默。")
 t("-Silenced", "-沉默")
 t("Pheromones", "信息素")
 t("The target has been marked as the focus for all nature summons within %d radius, receiving %d%% increased damage from nature summons.", "目标被半径 %d 内所有自然召唤物集火,从自然召唤物那里受到的伤害增加 %d%% 。")
@@ -34848,72 +36241,76 @@ t("Summons flock towards #Target#.", "召唤物围向#Target#。")
 t("#Target# is no longer being targeted by summons.", "#Target#不再被召唤物激活。")
 t("Confused", "æ··ä¹±")
 t("The target is confused, acting randomly (chance %d%%) and unable to perform complex actions.", "目标陷入混乱,随机行动( %d%% 概率)不能完成复杂的动作。")
-t("#Target# wanders around!.", "#Target# 陷入昏迷而无目的地四处游荡!")
-t("#Target# seems more focused.", "#Target# 恢复了理智。")
+t("#Target# wanders around!.", "#Target#陷入昏迷而无目的地四处游荡!")
+t("#Target# seems more focused.", "#Target#恢复了理智。")
 t("The target's mind has been shattered. Its body remains as a thrall to %s.", "目标的心智被扰乱,身体被 %s 所奴役。")
-t("#Target#'s mind is shattered.", "#Target# 的精神被操控。")
+t("#Target#'s mind is shattered.", "#Target#的精神被操控。")
+t("Thrall", "精神控制")
 t("%s's mind recovers from the domination.", "%s 的精神摆脱了支配。")
 t("%s collapses.", "%s 的精神瓦解。")
 t("Mental Domination", "精神控制")
 t("The target's mind has been shaken. It is temporarily aligned with %s and immune to all damage.", "目标的精神被支配,暂时处于 %s 阵营并免疫所有伤害。")
-t("#Target#'s mind is dominated.", "#Target# 的精神被操控。")
+t("#Target#'s mind is dominated.", "#Target#的精神被操控。")
 t("+Dominant Will", "+精神控制")
 t("Battle Shout", "战斗鼓舞")
 t("Increases maximum life and stamina by %d%%. When the effect ends, the extra life and stamina will be lost.", "增加 %d%% 生命值和体力值上限。当效果结束后,增加的生命和体力会消失。")
 t("Battle Cry", "战斗怒喝")
 t("The target's will to defend itself is shattered by the powerful battle cry, reducing defense by %d.", "目标的防御意识被战斗怒喝所扰乱,降低 %d 闪避值。")
-t("#Target#'s will is shattered.", "#Target# 的意志受到扰乱。")
+t("#Target#'s will is shattered.", "#Target#的意志受到扰乱。")
 t("+Battle Cry", "+战斗怒喝")
-t("#Target# regains some of its will.", "#Target# 恢复了他的意志。")
+t("#Target# regains some of its will.", "#Target#恢复了他的意志。")
 t("-Battle Cry", "-战斗怒喝")
 t("Willful Combat", "战斗意志")
 t("The target puts all its willpower into its blows, improving physical power by %d.", "目标投入所有战斗意志,提升 %d 物理强度。")
-t("#Target# lashes out with pure willpower.", "#Target# 的意志受到鼓舞。")
-t("#Target#'s willpower rush ends.", "#Target# 鼓舞意志消失了。")
+t("#Target# lashes out with pure willpower.", "#Target#的意志受到鼓舞。")
+t("#Target#'s willpower rush ends.", "#Target#鼓舞意志消失了。")
 t("Gloom Weakness", "黑暗虚弱")
 t("The gloom reduces damage the target inflicts by %d%%.", "黑暗降低目标造成的伤害 %d%% 。")
 t("#F53CBE##Target# is weakened by the gloom.", "#F53CBE##Target#被黑暗所削弱。")
 t("#F53CBE##Target# is no longer weakened.", "#F53CBE##Target#不再被削弱。")
 t("Slowed by the gloom", "黑暗减速")
 t("The gloom reduces the target's global speed by %d%%.", "降低目标整体速度 %d%% 。")
-t("#F53CBE##Target# moves reluctantly!", "#F53CBE##Target# 移动受黑暗影响。")
-t("#Target# overcomes the gloom.", "#Target# 战胜了黑暗。")
+t("#F53CBE##Target# moves reluctantly!", "#F53CBE##Target#移动受黑暗影响。")
+t("#Target# overcomes the gloom.", "#Target#战胜了黑暗。")
 t("Stunned by the gloom", "黑暗震慑")
 t("The gloom has stunned the target, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被黑暗光环震慑,伤害降低 50 %%,随机 4 个技能进入 CD,移动速度降低 50%%。在震慑时技能冷却速度变慢一倍。")
-t("#F53CBE##Target# is stunned with fear!", "#F53CBE##Target# 被恐惧所震慑。")
+t("#F53CBE##Target# is stunned with fear!", "#F53CBE##Target#被恐惧所震慑。")
 t("Confused by the gloom", "黑暗混乱")
 t("The gloom has confused the target, making it act randomly (%d%% chance) and unable to perform complex actions.", "目标因黑暗光环陷入混乱,使其随机行动( %d%% 概率)且不能完成复杂动作。")
-t("#F53CBE##Target# is lost in despair!", "#F53CBE##Target# 在绝望中迷失。")
+t("#F53CBE##Target# is lost in despair!", "#F53CBE##Target#在绝望中迷失。")
 t("#Target# overcomes the gloom", "#Target#克服了黑暗光环的影响。")
 t("Dismayed", "惊慌失措")
-t("#F53CBE##Target# is dismayed!", "#F53CBE##Target# 陷入惊慌失措。")
+t("The target is dismayed. The next melee attack against the target will be a guaranteed critical hit.", "目标惊慌失措,下一次对该目标的近战攻击会造成暴击。")
+t("gloom", "黑暗光环")
+t("#F53CBE##Target# is dismayed!", "#F53CBE##Target#陷入惊慌失措。")
 t("+Dismayed", "+惊慌失措")
-t("#Target# overcomes the dismay", "#Target# 恢复了理智。")
+t("#Target# overcomes the dismay", "#Target#恢复了理智。")
 t("-Dismayed", "-惊慌失措")
 t("Stalking", "追踪")
 t("Stalking %d/%d +%d ", "追踪 %d/%d +%d ")
-t("Stalking %s. Bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "追踪 %s. 等级 %d: +%d 命中, +%d%% 近战伤害, 攻击目标时 +%0.2f 仇恨/回合")
+t("Stalking %s. Bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "追踪 %s. 等级 %d:+%d 命中, +%d%% 近战伤害, 攻击目标时 +%0.2f 仇恨/回合")
 t("Prey damage modifier: %d%%.", "猎捕伤害加成: %d%% 。")
-t("#F53CBE##Target# is being stalked by #Source#!", "#F53CBE##Target# 被 #Source# 追踪!。")
-t("#F53CBE##Target# is no longer being stalked by #Source#.", "#F53CBE##Target# 不再被 #Source# 追踪。")
+t("#F53CBE##Target# is being stalked by #Source#!", "#F53CBE##Target#被#Source#追踪!。")
+t("#F53CBE##Target# is no longer being stalked by #Source#.", "#F53CBE##Target#不再被#Source#追踪。")
 t("Stalked", "被追踪")
 t("Being stalked.", "被追踪。")
-t("Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "目标被 %s 追踪。追踪等级 %d: +%d 命中, +%d%% 近战伤害,击中目标时 +%0.2f 仇恨/回合。")
+t("Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "目标被 %s 追踪。追踪等级 %d:+%d 命中, +%d%% 近战伤害,击中目标时 +%0.2f 仇恨/回合。")
 t(" Prey damage modifier: %d%%.", " 猎捕伤害加成: %d%% 。")
+t("veil", "猎杀")
 t("Beckoned", "被诱惑")
 t("The target has been beckoned by %s and is heeding the call. There is a %d%% chance of moving towards the beckoner each turn.", "目标被 %s 诱惑并响应其呼唤,每回合有 %d%% 概率向召唤者移动。")
 t(" (spellpower: %d, mindpower: %d", " (法术强度: %d ,精神强度: %d ")
-t("#Target# has been beckoned.", "#Target# 被召唤。")
+t("#Target# has been beckoned.", "#Target#被召唤。")
 t("+Beckoned", "+被诱惑")
-t("#Target# is no longer beckoned.", "#Target# 不再被召唤。")
+t("#Target# is no longer beckoned.", "#Target#不再被召唤。")
 t("-Beckoned", "-被诱惑")
-t("#F53CBE#%s struggles against the beckoning.", "#F53CBE#%s 挣扎着摆脱召唤。")
-t("#F53CBE#%s is jolted to attention by the damage and is no longer being beckoned.", "#F53CBE#%s 受到伤害,召唤被打断了。")
+t("#F53CBE#%s struggles against the beckoning.", "#F53CBE#%s挣扎着摆脱召唤。")
+t("#F53CBE#%s is jolted to attention by the damage and is no longer being beckoned.", "#F53CBE#%s受到伤害,召唤被打断了。")
 t("Overwhelmed", "压制")
 t("The target has been overwhemed by a furious assault, reducing defence by %d.", "目标被强力的攻击所压制,减少 %d 闪避。")
-t("#Target# has been overwhelmed.", "#Target# 被压制。")
+t("#Target# has been overwhelmed.", "#Target#被压制。")
 t("+Overwhelmed", "+压制")
-t("#Target# is no longer overwhelmed.", "#Target# 不再受到压制。")
+t("#Target# is no longer overwhelmed.", "#Target#不再受到压制。")
 t("-Overwhelmed", "-压制")
 t("Cursed Miasma", "诅咒瘴气")
 t("The target is enveloped in a cursed miasma.", "目标被包裹在诅咒瘴气中。")
@@ -34923,48 +36320,52 @@ t("-Cursed Miasma", "-诅咒瘴气")
 t("The cursed miasma around #target# dissipates.", "#Target#周围的诅咒瘴气消失了。")
 t("Harassed", "疲倦")
 t("The target has been harassed by its stalker, reducing damage by %d%%.", "目标被追踪至疲倦,伤害减低 %d%% 。")
-t("#Target# has been harassed.", "#Target# 陷入疲倦。")
+t("#Target# has been harassed.", "#Target#陷入疲倦。")
 t("+Harassed", "+疲倦")
-t("#Target# is no longer harassed.", "#Target# 摆脱了疲倦。")
+t("#Target# is no longer harassed.", "#Target#摆脱了疲倦。")
 t("-Harassed", "-疲倦")
 t("Dominated", "支配意志")
 t("The target has been dominated.  It is unable to move and has lost %d armor and %d defense. Attacks from %s gain %d%% damage penetration.", " 目标被支配。不能移动并减少 %d 护甲和 %d 闪避。 %s 对目标的攻击增加 %d%% 抗性穿透。")
-t("#F53CBE##Target# has been dominated!", "#F53CBE##Target# 受到支配!")
+t("#F53CBE##Target# has been dominated!", "#F53CBE##Target#受到支配!")
 t("+Dominated", "+支配意志")
-t("#F53CBE##Target# is no longer dominated.", "#F53CBE##Target# 不再受到支配。")
+t("#F53CBE##Target# is no longer dominated.", "#F53CBE##Target#不再受到支配。")
 t("-Dominated", "-支配意志")
 t("Agony", "极度痛苦")
 t("%s is writhing in agony, suffering from %d to %d damage over %d turns.", "%s 陷入挣扎,遭受 %d 至 %d 伤害持续 %d 回合。")
-t("#Target# is writhing in agony!", "#Target# 陷入极度痛苦!")
+t("pain", "痛苦")
+t("#Target# is writhing in agony!", "#Target#陷入极度痛苦!")
 t("+Agony", "+极度痛苦")
-t("#Target# is no longer writhing in agony.", "#Target# 摆脱了极度痛苦。")
+t("#Target# is no longer writhing in agony.", "#Target#摆脱了极度痛苦。")
 t("-Agony", "-极度痛苦")
 t("Hateful Whisper", "憎恨私语")
-t("%s has heard the hateful whisper.", "%s 听到了憎恨私语。")
-t("#Target# has heard the hateful whisper!", "#Target# 听到了憎恨私语!")
+t("%s has heard the hateful whisper.", "%s听到了憎恨私语。")
+t("#Target# has heard the hateful whisper!", "#Target#听到了憎恨私语!")
 t("+Hateful Whisper", "+憎恨私语")
 t("#Target# no longer hears the hateful whisper.", "#Target#不再听到憎恨私语。")
 t("-Hateful Whisper", "-憎恨私语")
 t("Slowed by madness", "疯狂减速")
 t("Madness reduces the target's global speed by %d%% and lowers mind resistance by %d%%.", "目标因疯狂降低整体速度 %d%% ,同时降低精神抵抗 %d%% 。")
+t("slow", "减速")
 t("#F53CBE##Target# slows in the grip of madness!", "#F53CBE##Target#陷入疯狂之中速度减缓了。")
 t("+Slow", "+减速")
 t("#Target# overcomes the madness.", "#Target#摆脱了疯狂。")
 t("-Slow", "-减速")
 t("Stunned by madness", "疯狂震慑")
 t("Madness has stunned the target, reducing damage by 50%%, lowering mind resistance by %d%%, putting 4 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被疯狂震慑,伤害降低 50%%,精神豁免降低 %d%% ,随机 4 个技能进入 CD,移动速度降低 50%%。在震慑时技能冷却速度变慢一倍。")
+t("stun", "震慑")
 t("#F53CBE##Target# is stunned by madness!", "#F53CBE##Target#陷入疯狂之中而被震慑!")
 t("+Stunned", "+震慑")
 t("-Stunned", "-震慑")
 t("Confused by madness", "疯狂混乱")
 t("Madness has confused the target, lowering mind resistance by %d%% and making it act randomly (%d%% chance)", "疯狂使目标混乱,降低目标 %d%% 精神抵抗,使目标随机行动( %d%% 概率)。")
+t("power", "能量")
 t("#F53CBE##Target# is lost in madness!", "#F53CBE##Target#陷入了疯狂!")
 t("+Confused", "+æ··ä¹±")
 t("#Target# overcomes the madness", "#Target#战胜了疯狂。")
 t("-Confused", "-æ··ä¹±")
 t("Maligned", "恶性感染")
 t("The target is under a malign influence. All resists have been lowered by %d%%.", "目标被恶性感染,所有抵抗降低 %d%% 。")
-t("#F53CBE##Target# has been maligned!", "#F53CBE##Target# 被恶性感染!")
+t("#F53CBE##Target# has been maligned!", "#F53CBE##Target#被恶性感染!")
 t("+Maligned", "+恶性感染")
 t("#Target# is no longer maligned", "#Target#不再被恶性感染。")
 t("-Maligned", "-恶性感染")
@@ -34975,14 +36376,14 @@ t("%s feels a little less afraid!", "%s感到不那么恐惧了!")
 t("Tyrant", "精神专制")
 t("Paranoid", "妄想")
 t("Paranoia has gripped the target, causing a %d%% chance they will physically attack anyone nearby, friend or foe. Targets of the attack may become paranoid themselves.", "目标被妄想纠缠,有 %d%% 概率以物理攻击附近任一目标,不分敌我,被攻击者也可能陷入妄想。")
-t("#F53CBE##Target# becomes paranoid!", "#F53CBE##Target# 陷入了妄想!")
+t("#F53CBE##Target# becomes paranoid!", "#F53CBE##Target#陷入了妄想!")
 t("+Paranoid", "+妄想")
-t("#Target# is no longer paranoid", "#Target# 摆脱了妄想。")
+t("#Target# is no longer paranoid", "#Target#摆脱了妄想。")
 t("-Paranoid", "-妄想")
 t("#F53CBE#%s struggles against the paranoia.", "#F53CBE#%s挣扎着摆脱妄想。")
 t("#F53CBE##Source# attacks #Target# in a fit of paranoia.", "#F53CBE##Source#妄想发作攻击了#Target#。")
-t("#F53CBE#%s ignores the fear!", "%s 无视了恐惧!")
-t("%s resists the fear!", "%s 抵抗了恐惧!")
+t("#F53CBE#%s ignores the fear!", "%s无视了恐惧!")
+t("%s resists the fear!", "%s抵抗了恐惧!")
 t("Despair", "绝望")
 t("The target is in despair, reducing their armour, defence, mindsave and mind resist by %d.", "目标陷入绝望,护甲,闪避,精神豁免和精神抵抗降低 %d 。")
 t("#F53CBE##Target# is in despair!", "#F53CBE##Target#陷入绝望!")
@@ -35003,6 +36404,7 @@ t("#Target# is no longer haunted", "#Target#摆脱了纠缠。")
 t("-Haunted", "-纠缠")
 t("Panicked", "恐慌")
 t("The target has been panicked by %s, causing them to have a %d%% chance of fleeing in terror instead of acting.", "目标对 %s 感到恐慌,使其有 %d%% 概率因为害怕而逃跑。")
+t("fear", "恐惧")
 t("#F53CBE##Target# becomes panicked!", "#F53CBE##Target#陷入恐慌!")
 t("+Panicked", "+恐慌")
 t("#Target# is no longer panicked", "#Target#摆脱了恐慌。")
@@ -35012,11 +36414,12 @@ t("#F53CBE#You panic and flee from %s.", "#F53CBE#你因为恐惧而逃离%s。"
 t("#F53CBE##Source# panics but fails to flee from #Target#.", "F53CBE##Target#恐惧而试图逃离#Target#,但是失败了。")
 t("Quick", "提速")
 t("Increases global speed by %d%%.", "整体速度提升 %d%% 。")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("+Quick", "+提速")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("-Quick", "-提速")
 t("Frenzied Focus", "灵能狂热")
+t("This creatures psionic focus item is supercharged!", "这个生物用念力控制的物品进入了暴走模式!")
 t("#Target# enters a frenzy!", "#Target#进入狂热状态!")
 t("#Target# is no longer frenzied.", "#Target#的狂热状态消失了。")
 t("Spiked Kinetic Shield", "念力护盾")
@@ -35025,7 +36428,7 @@ t("A powerful kinetic shield forms around #target#.", "#Target#四周形成了
 t("The powerful kinetic shield around #target# crumbles.", "#Target#的念力护盾消失了。")
 t("Spiked Thermal Shield", "热能护盾")
 t("The target erects a powerful thermal shield capable of absorbing %d/%d fire%s or cold damage before it crumbles.", "目标施放一个热能护盾吸收 %d/%d 热能 %s 或寒冷伤害。")
-t("A powerful thermal shield forms around #target#.", "#Target# 获得了热能护盾。")
+t("A powerful thermal shield forms around #target#.", "#Target#获得了热能护盾。")
 t("The powerful thermal shield around #target# crumbles.", "#Target#的热能护盾消失了。")
 t("Spiked Charged Shield", "充电护盾")
 t("The target erects a powerful charged shield capable of absorbing %d/%d lightning%s or blight damage before it crumbles.", "目标施放一个充电护盾吸收 %d/%d 闪电 %s 或枯萎伤害。")
@@ -35035,11 +36438,14 @@ t("Perfect control", "完美控制")
 t("The target's combat attack and crit chance are improved by %d and %d%%, respectively.", "分别目标提高目标 %d 攻击强度和 %d%% 暴击率。")
 t("Matter is energy", "物能转化")
 t("The gem's matter gradually transforms, granting %0.2f psi per turn.", "宝石缓慢转化,每回合产生 %0.2f 超能力值。")
+t("psychic_drain", "超能力吸收")
 t("+Energy", "+能量")
 t("Energy starts pouring from the gem into #Target#.", "#Target#从宝石中吸收能量。")
 t("-Energy", "-能量")
 t("The flow of energy from #Target#'s gem ceases.", "#Target#停止从宝石中吸收能量。")
 t("Telekinetic Archery", "念力射击")
+t("Your telekinetically-wielded bow automatically attacks the nearest target each turn.", "你的念动弓箭每回合会向最近目标自动射击。")
+t("telekinesis", "念力")
 t("#Target# enters a telekinetic archer's trance!", "#Target#进入念动射击状态!")
 t("+Telekinetic archery", "+念动弓箭")
 t("#Target# is no longer in a telekinetic archer's trance.", "#Target#脱离了念动射击状态。")
@@ -35048,12 +36454,14 @@ t("Receptive Mind", "大脑开放")
 t("Decreases mind save by %d and increases mindpower by %d.", "降低精神豁免 %d 并增加精神强度 %d.")
 t("Void Echoes", "虚空回音")
 t("The target is seeing echoes from the void and will take %0.2f mind damage as well as some resource damage each turn it fails a mental save.", "目标收到虚空的回声,每回合进行精神豁免检定,失败则在造成原伤害的同时附加 %0.2f 精神伤害。")
+t("madness", "疯狂")
 t("#Target# is being driven mad by the void.", "#Target#被卷入虚空变得疯狂。")
 t("+Void Echoes", "+虚空回音")
 t("#Target# has survived the void madness.", "#Target#从虚空的疯狂中幸存了下来。")
 t("-Void Echoes", "-虚空回音")
 t("Waking Nightmare", "梦魇复苏")
 t("The target is lost in a nightmare that deals %0.2f mind damage each turn and has a %d%% chance to cause a random detrimental effect.", "目标陷入清醒状态的噩梦之中,每回合造成 %0.2f 暗影伤害,并有 %d%% 概率受到一个随机不良效果。")
+t("darkness", "æš—å½±")
 t("+Night Terrors", "+梦魇恐怖")
 t("-Night Terrors", "-梦魇恐怖")
 t("#F53CBE#%s succumbs to the nightmare!", "#F53CBE#%s受噩梦控制!")
@@ -35064,6 +36472,8 @@ t("+Inner Demons", "+心魔")
 t("#Target# is freed from the demons.", "#Target#摆脱了心魔。")
 t("-Inner Demons", "-心魔")
 t("Enthralled", "迷惑")
+t("The target is enthralled, temporarily changing its faction.", "目标被迷惑,暂时改变了其阵营。")
+t("dominate", "支配")
 t("#Target# is entralled.", "#Target#被迷惑。")
 t("+Enthralled", "+迷惑")
 t("#Target# is free from the domination.", "#Target#摆脱了支配。")
@@ -35076,6 +36486,7 @@ t("Perfect Accuracy", "完美命中")
 t("The target's accuracy is improved by %d.", "目标的命中提高 %d 。")
 t("Deadly Strikes", "致命打击")
 t("The target's armour penetration is increased by %d.", "目标护甲穿透提高 %d 。")
+t("focus", "聚焦")
 t("#Target# aims carefully.", "#Target#仔细地瞄准。")
 t("#Target# aims less carefully.", "#Target#不再仔细瞄准。")
 t("Frenzy", "狂热")
@@ -35085,9 +36496,11 @@ Additionally the target will continue to fight until its Life reaches -%d%%.]],
 t("#Target# goes into a killing frenzy.", "#Target#陷入杀戮狂热。")
 t("+Frenzy", "+狂热")
 t("-Frenzy", "-狂热")
+t("Falls dead!", "死亡!")
 t("%s dies when its frenzy ends!", "%s死于它的狂热!")
 t("Bloodbath", "æµ´è¡€")
 t("The thrill of combat improves the target's maximum life by %d%%, life regeneration by %0.2f, and stamina regeneration by %0.2f.", "目标被战斗激励提升生命上限 %d%% 、提升生命回复 %0.2f 、提升体力回复 %0.2f 。")
+t("regeneration", "回复")
 t("+Bloodbath", "+æµ´è¡€")
 t("-Bloodbath", "-æµ´è¡€")
 t("%s's blood frenzy intensifies!", "%s狂热加剧!")
@@ -35097,6 +36510,7 @@ t("Bloodrage", "血怒")
 t("The target's strength is increased by %d by the thrill of combat.", "由于紧张的战斗,目标力量属性增加 %d 。")
 t("Increased Life", "提升生命")
 t("The target's maximum life is increased by %d.", "目标生命上限增加 %d 。")
+t("heal", "治疗")
 t("#Target# gains extra life.", "#Target#获得了额外的生命值。")
 t("+Life", "+生命")
 t("#Target# loses extra life.", "#Target#失去了额外的生命值。")
@@ -35105,10 +36519,13 @@ t("%s's increased life fades, leaving it stunned by the loss.", "%s失去了额
 t("Guarded", "守护")
 t(" with a %d%% chance to counterattack", ",并有 %d%% 几率让对方处于被反击状态 ")
 t("Guarding against melee damage:  Will dismiss up to %d damage from the next %0.1f attack(s)%s.", "防御近战伤害:减少 %d 点伤害,剩余次数 %0.1f%s.")
+t("curse", "诅咒")
 t("Rampaging", "æš´èµ°")
 t("The target is rampaging! (+%d%% movement speed, +%d%% attack speed, +%d%% mind speed", "目标进入暴走状态! (+%d%% 移动速度, +%d%% 攻击速度, +%d%% 精神速度")
 t(", +%d%% physical damage, +%d physical save, +%d mental save", ", +%d%% 物理伤害, +%d 物理豁免, +%d 精神豁免")
 t(", %d/%d damage shrugged off this turn", ", %d/%d 本回合无视伤害")
+t("evade", "闪避")
+t("speed", "速度")
 t("#F53CBE##Target# begins rampaging!", "#F53CBE##Target#开始暴走!")
 t("+Rampage", "+æš´èµ°")
 t("#F53CBE##Target# is no longer rampaging.", "#F53CBE##Target#停止了暴走。")
@@ -35122,10 +36539,12 @@ t("#Target# enters a state of bloodlust.", "#Target#获得嗜血状态。")
 t("#Target# calms down.", "#Target#冷静了下来。")
 t("Orcish Triumph", "兽人凯旋")
 t("Inspired by a recent kill increasing all resistance by %d%%.", "你的胜利增加了你 %d%%  全体伤害抗性。")
+t("frenzy", "疯狂")
 t("#Target# roars triumphantly.", "#Target#扬起怒吼。")
 t("#Target# is no longer inspired.", "#Target#冷静了下来。")
 t("Brainlocked", "思维封锁")
 t("Renders a random talent unavailable. Talent cooldown is halved until the effect has worn off.", "随机使一个技能无法使用。该状态下所有技能冷却速度减半。")
+t("cross tier", "越层效果")
 t("+Brainlocked", "+思维封锁")
 t("-Brainlocked", "-思维封锁")
 t("Frantic Summoning", "疯狂召唤")
@@ -35136,8 +36555,10 @@ t("#Target#'s frantic summoning ends.", "#Target#的疯狂召唤效果消失了
 t("-Frantic Summoning", "-疯狂召唤")
 t("Wild Summon", "野性召唤")
 t("%d%% chance to get a more powerful summon.", "%d%% 概率提升召唤能力。")
+t("summon", "召唤")
 t("Lobotomized (confused)", "脑叶切断 (混乱)")
 t("The target's mental faculties have been severely impaired, making it act randomly each turn (%d%% chance) and reducing its cunning by %d.", "目标的精神判断力严重受损,每回合 (%d%% 概率) 随机动作并降低灵巧 %d 。")
+t("confusion", "æ··ä¹±")
 t("#Target# higher mental functions have been imparied.", "#Target#的高级精神功能受到破坏。")
 t("+Lobotomized", "+脑叶切除")
 t("#Target#'s regains its senses.", "#Target#恢复了感知。")
@@ -35183,6 +36604,8 @@ t("#Target# is no longer sleeping.", "#Target#从沉睡中清醒。")
 t("-Slumber", "-催眠")
 t("Nightmare", "梦魇")
 t("The target is in a nightmarish sleep, suffering %0.2f mind damage each turn and unable to to perform most actions.  Every %d damage it takes will reduce the duration of the effect by one turn.", "目标陷入噩梦,每回合遭受 %0.2f 精神伤害并无法活动。每受到 %d 伤害缩短 1 回合持续时间。")
+t("nightmare", "梦魇")
+t("sleep", "睡眠")
 t("#F53CBE##Target# is lost in a nightmare.", "#F53CBE##Target#陷入噩梦中。")
 t("+Nightmare", "+梦魇")
 t("#Target# is free from the nightmare.", "#Target#摆脱了噩梦。")
@@ -35207,6 +36630,7 @@ t("#Target# regains its senses.", "#Target#恢复了感知。")
 t("-Sundered Mind", "-碾碎心灵")
 t("Broken Dream", "梦境破碎")
 t("The target's dreams have been broken by the dreamforge, reducing its mental save by %d and reducing its chance of successfully casting a spell by %d%%.", "目标的梦境被破坏,降低精神豁免 %d 并降低施法成功率 %d%% 。")
+t("morale", "士气")
 t("#Target#'s dreams have been broken.", "#Target#的梦境破碎了。")
 t("+Broken Dream", "+梦境破碎")
 t("#Target# regains hope.", "#Target#恢复了希望。")
@@ -35215,6 +36639,7 @@ t("Forge Shield", "熔炉屏障")
 t("Absorbs %d damage from the next blockable attack.  Currently Blocking: %s.", "吸收 %d 下一次可格挡的伤害,当前格挡 %s 。")
 t("Hidden Resources", "潜能爆发")
 t("The target does not consume any resources.", "目标不再消耗任何资源。")
+t("willpower", "意志")
 t("#Target#'s focuses.", "#Target#的潜能爆发了。")
 t("+Hidden Ressources", "+潜能爆发")
 t("#Target#'s loses some focus.", "#Target#不再集中意志。")
@@ -35227,6 +36652,7 @@ t("#Target#'s antimagic forces vanishes.", "#Target#周身的反魔能量消失
 t("-Spell Feedback", "-反魔干扰")
 t("Mind Parasite", "精神寄生")
 t("The target is infected with a mind parasite. Each time it uses a talent it has a %d%% chance to have %d random talent(s) put on cooldown for %d turns.", "目标被精神寄生虫感染,每次使用技能时有 %d%% 几率让 %d 个随机技能进入 %d 回合的冷却.")
+t("nature", "自然")
 t("#Target# is infected with a mind parasite.", "#Target#被精神寄生虫感染")
 t("+Mind Parasite", "+精神寄生")
 t("#Target# is free from the mind parasite.", "#Target#摆脱了精神寄生虫")
@@ -35237,6 +36663,7 @@ t("Shadow Empathy", "阴影链接")
 t("%d%% of all damage is redirected to a random shadow.", "%d%% 的总伤害被转移至随机某个阴影。")
 t("Shadow Decoy", "阴影诱饵")
 t("A random shadow absorbed a fatal blow for you, granting you a negative shield of %d.", "随机的一个阴影将吸收一次你受到的致命伤害 ,   并给你带来一个 %d 的临时盾.")
+t("mind", "精神")
 t("Crystal Resonance", "水晶共振")
 t("The power released by the %s resonates.", "%s周围环绕的能量共鸣了。")
 t("#Target# glints with a crystaline aura", "#Target#周围闪烁着水晶领域")
@@ -35245,21 +36672,26 @@ t("#Target# is no longer glinting.", "#Target#周围不再闪光。")
 t("-Crystal Resonance", "-水晶共振")
 t("Weapon Warding", "武器格挡")
 t("Target is using %s telekinetically wielded weapon defensively and will block the next melee attack and retaliate.", "目标正使用%s念力武器进行防御,能格挡下一次近战攻击并自动反击。")
-t("#CRIMSON##Source# blocks #Target#'s attack and retaliates with %s telekinetically wielded weapon!#LAST#", "#CRIMSON##Source# 格挡了 #Target# 的攻击,并用 %s 灵能武器进行反击!#LAST#")
+t("#CRIMSON##Source# blocks #Target#'s attack and retaliates with %s telekinetically wielded weapon!#LAST#", "#CRIMSON##Source#格挡了#Target#的攻击,并用%s灵能武器进行反击!#LAST#")
 t("Thought Sense", "思维感知")
 t("Detect nearby thoughts, revealing creature locations in a radius of %d and boosting defense by %d.", "探测周围的思维,揭示半径 %d 以内的怪物位置,并增加你的闪避 %d 点。")
+t("tactic", "战术")
 t("Static Charge", "静电充能")
-t("You have accumulated an electric charge. Your next melee hit does %d extra lightning damage.", "你使用了静电充能,下一次近战攻击将造  成额外 %d 点闪电伤害。")
+t("You have accumulated an electric charge. Your next melee hit does %d extra lightning damage.", "你使用了静电充能,下一次近战攻击将造成额外 %d 点闪电伤害。")
 t("Heart Started", "强心电击")
 t("A psionic charge is keeping your heart pumping, allowing you to survive to %+d health.", "一股超能力正维持你的心脏跳动,令你能在 %+d 生命下存活。")
 t("Transcendent Telekinesis", "卓越动能")
 t("Your telekinesis transcends normal limits. +%d Physical damage and +%d%% Physical damage penetration, and improved kinetic effects.", "你的动能操控能力超越了极限,增加 %d 物理伤害与 %d%% 物理抗性穿透,同时你的动能效果得到强化。")
+t("physical", "物理")
 t("Transcendent Pyrokinesis", "卓越热能")
-t("Your pyrokinesis transcends normal limits. +%d%% Fire/Cold damage and +%d%% Fire/Cold damage penetration, and improved thermal effects.", "你的热能操控能力超越了极限,增加 %d%% 火焰 /寒冷伤害与 %d%% 火焰 / 寒冷抗性穿透,同时你的热能效果得到强化。")
+t("Your pyrokinesis transcends normal limits. +%d%% Fire/Cold damage and +%d%% Fire/Cold damage penetration, and improved thermal effects.", "你的热能操控能力超越了极限,增加 %d%% 火焰/寒冷伤害与 %d%% 火焰/寒冷抗性穿透,同时你的热能效果得到强化。")
+t("cold", "寒冷")
+t("fire", "火焰")
 t("Transcendent Electrokinesis", "卓越电能")
 t("Your electrokinesis transcends normal limits. +%d%% Lightning damage and +%d%% Lightning damage penetration, and improved charged effects.", "你的电能操控能力超越了极限,增加 %d%% 闪电伤害与 %d%% 闪电抗性穿透,同时你的电能效果得到强化。")
 t("Psionic Damage Shield", "灵能伤害护盾")
 t("The target is surrounded by a psionic shield, absorbing %d/%d damage before it crumbles.", "目标被超能力护盾保护,吸收 %d/%d 伤害直至破碎。")
+t("shield", "盾牌")
 t("+Shield", "+护盾")
 t("A psionic shield forms around #target#.", "#Target#周围形成一层灵能护盾。")
 t("-Shield", "-护盾")
@@ -35269,8 +36701,10 @@ t("An unseen force begins to swirl around %s!", "一股无形的力量开始围
 t("The unseen force around %s subsides.", "围绕%s旋转的无形力量消失了。")
 t("Psionic Maelstrom", "灵能风暴")
 t("This creature is standing in the eye of a powerful storm of psionic forces.", "这个生物站在强大的灵能风暴中心。")
+t("psionic", "超能")
 t("Caught Lightning", "捕获闪电")
-t("Lightning Catcher has caught energy and is empowering you for +%d%% lightning damage and +%d to all stats.", "闪电捕捉器捕获了能量,增加 %d%% 闪电伤害与 %d 全属性。")
+t("Lightning Catcher has caught energy and is empowering you for +%d%% lightning damage and +%d to all stats.", "闪电捕捉器捕获了能量,增加%d%%闪电伤害与%d点全属性。")
+t("lightning", "闪电")
 
 
 ------------------------------------------------
@@ -35279,8 +36713,11 @@ section "game/modules/tome/data/timed_effects/other.lua"
 t("Ethereal Form", "虚幻形态")
 t("Ethereal Form bonuses reduced by %d%%", "虚幻形态加成减少 %d%% 。")
 t("Elemental Surge: Arcane", "元素狂潮:奥术")
+t("Spell and mind speed increased by 30%", "法术和精神速度增加 30%")
 t("Elemental Surge: Physical", "元素狂潮:物理")
+t("Immune to detrimental physical effects", "对物理负面状态免疫")
 t("Elemental Surge: Nature", "元素狂潮:自然")
+t("Immune to detrimental magical effects", "对魔法负面状态免疫")
 t("Elemental Surge: Fire", "元素狂潮:火焰")
 t("All damage increased by %d%%", "所有伤害增加 %d%% 。")
 t("Elemental Surge: Cold", "元素狂潮:寒冷")
@@ -35289,10 +36726,11 @@ t("Elemental Surge: Lightning", "元素狂潮:闪电")
 t("Movement speed increased by %d%%.", "移动速度增加 %d%% 。")
 t("Elemental Surge: Light", "元素狂潮:光明")
 t("All talent cooldowns reduced by %d%%.", "所有技能冷却减少 %d%% 。")
+t("elemental", "元素")
 t("Circle Surge", "法阵潮涌")
 t("Protected by the Sun", "被太阳保护")
 t("The Sun has granted a brief immunity to all damage.", "太阳使其免疫伤害。")
-t("#Target# whirls around and a radiant shield surrounds them!", "#Target# 旋转一圈,一层光明护盾在他周围形成!")
+t("#Target# whirls around and a radiant shield surrounds them!", "#Target#旋转一圈,一层光明护盾在他周围形成!")
 t("+Divine Shield", "+神圣盾")
 t("Absorption Strike", "吸能一击")
 t("The target's light has been drained, reducing light resistance by %d%% and damage by %d%%.", "目标的光明被吸收了,减少光系抗性 %d%% 和伤害 %d%% 。")
@@ -35318,24 +36756,28 @@ t("#LIGHT_BLUE##Target# is no longer a badass tree.", "#Target#不再扎根。")
 t("-Pinned", "-定身")
 t("Infusion Saturation", "纹身饱和")
 t("The more you use infusions, the longer they will take to recharge (+%d cooldowns).", "你使用纹身的次数越多,纹身冷却时间越长 (+%d 冷却时间 )。")
+t("infusion", "纹身")
 t("Runic Saturation", "符文饱和")
 t("The more you use runes, the longer they will take to recharge (+%d cooldowns).", "你使用符文的次数越多,符文冷却时间越长 (+%d 冷却时间 )。")
+t("rune", "符文")
 t("Tainted", "印记饱和")
 t("The more you use taints, the longer they will take to recharge (+%d cooldowns).", "你使用堕落印记的次数越多,堕落印记的冷却时间越长 (+%d 冷却时间 )。")
+t("taint", "堕落印记")
 t("Path of the Sun", "阳光大道")
 t("The target is able to instantly travel alongside Sun Paths.", "目标可以在阳光大道上瞬间行走。")
 t("Time Prison", "时光牢笼")
 t("The target is removed from the normal time stream, unable to act but unable to take any damage. Time does not pass for this creature.", "目标被移出时间线,不能行动也不能受到伤害,该生物的时间停止。")
-t("#Target# is removed from time!", "#Target# 被从时间中移除!")
+t("#Target# is removed from time!", "#Target#被从时间中移除!")
 t("+Out of Time", "+移出时间")
-t("#Target# is returned to normal time.", "#Target# 返回了正常时间。")
+t("#Target# is returned to normal time.", "#Target#返回了正常时间。")
 t("-Out of Time", "-移出时间")
 t("Time Shield", "时间盾")
 t("The target is surrounded by a time distortion, absorbing %d/%d damage and sending it forward in time. While active all newly applied status effects durations are reduced by %d%%.", "目标被一层扭曲时空的护盾所包围,吸收 %d/%d 伤害并将伤害向后推移。当激活时,所有新获得的状态持续时间都会减少 %d%% 。")
+t("shield", "盾牌")
 t("+Time Shield", "+时间盾")
-t("The very fabric of time alters around #target#.", "#Target# 周围的时间网开始变化。")
+t("The very fabric of time alters around #target#.", "#Target#周围的时间网开始变化。")
 t("-Time Shield", "-时间盾")
-t("The fabric of time around #target# stabilizes to normal.", "#Target# 周围的时间网恢复了稳定。")
+t("The fabric of time around #target# stabilizes to normal.", "#Target#周围的时间网恢复了稳定。")
 t("Temporal Restoration Field", "时间储能")
 t("The time distortion has created a restoration field, healing the target for %d each turn.", "时间的扭曲制造了一个能量场,每回合治疗目标 %d 点.")
 t("+Temporal Restoration Field", "+时间储能")
@@ -35344,7 +36786,7 @@ t("-Temporal Restoration Field", "-时间储能")
 t("The fabric of time around #target# returns to normal.", "#Target#周围的时间线恢复正常。")
 t("Golem out of sight", "傀儡在视线外")
 t("The golem is out of sight of the alchemist; direct control will be lost!", "傀儡在炼金术师的视线以外,你将失去对它的控制!")
-t("#LIGHT_RED#You lost sight of your golem for too long; direct control is broken!", "#LIGHT_RED#傀儡离开你的视线时间太长, 控制被中断了!")
+t("#LIGHT_RED#You lost sight of your golem for too long; direct control is broken!", "#LIGHT_RED#傀儡离开你的视线时间太长,控制被中断了!")
 t("golem out of sight", "傀儡在视线外")
 t("Shadow out of sight", "阴影在视线外")
 t("The shadow is out of sight of its host; direct control will be lost!", "阴影在视线以外,你将失去对它的控制!")
@@ -35352,26 +36794,26 @@ t("#LIGHT_RED#You lost sight of your shadow for too long; it dissipates!", "#LIG
 t("shadow out of sight", "阴影在视线外")
 t("Husk out of sight", "傀儡在视线外")
 t("The husk is out of sight of its host; direct control will be lost!", "傀儡在视线以外,你将失去对它的控制!")
-t("#LIGHT_RED##Target# is out of sight of its master; direct control will break!.", "#LIGHT_RED##Target# 在主人视野外;直接控制中断了!")
+t("#LIGHT_RED##Target# is out of sight of its master; direct control will break!.", "#LIGHT_RED##Target#在主人视野外;直接控制中断了!")
 t("+Out of sight", "+视野外")
 t("#LIGHT_RED#You lost sight of your husk for too long; it disintegrates!", "#LIGHT_RED#傀儡脱离视线太久;它碎裂了!")
 t("husk out of sight", "傀儡在视线外")
 t("Continuum Destabilization", "è¿žç»­ç´Šä¹±")
 t("The target has been affected by space or time manipulations and is becoming more resistant to them (+%d).", "目标受时空操纵的影响,提升抵抗 (+%d)。")
-t("#Target# looks a little pale around the edges.", "#Target# 看上去变得暗淡了。")
+t("#Target# looks a little pale around the edges.", "#Target#看上去变得暗淡了。")
 t("+Destabilized", "+ç´Šä¹±")
-t("#Target# is firmly planted in reality.", "#Target# 返回了现实世界。")
+t("#Target# is firmly planted in reality.", "#Target#返回了现实世界。")
 t("-Destabilized", "-ç´Šä¹±")
 t("Summoning Destabilization", "召唤紊乱")
 t("The more the target summons creatures the longer it will take to summon more (+%d turns).", "目标召唤的生物越多,施放召唤技能所需时间越长 (+%d turns)。")
 t("Damage Smearing", "时空转化")
 t("Damage received in the past is returned as %0.2f temporal damage per turn.", "过去受到的伤害被转化为每回合 %0.2f 时空伤害。")
-t("#Target# is taking damage received in the past!", "#Target# 受到过去累积的伤害!")
+t("#Target# is taking damage received in the past!", "#Target#受到过去累积的伤害!")
 t("+Smeared", "+转化")
-t("#Target# stops taking damage received in the past.", "#Target# 不再受到过去累积的伤害。")
+t("#Target# stops taking damage received in the past.", "#Target#不再受到过去累积的伤害。")
 t("-Smeared", "-转化")
 t("See the Threads", "命运螺旋")
-t("You walk three different timelines, choosing the one you prefer at the end (current timeline: %d).", "你可以从三条时间线中选择一条进入。 ( 当前时间线 : %d)。")
+t("You walk three different timelines, choosing the one you prefer at the end (current timeline: %d).", "你可以从三条时间线中选择一条进入。 ( 当前时间线 :%d)。")
 t("#LIGHT_RED#The see the threads spell fizzles and cancels, leaving you in this timeline.", "#LIGHT_RED#命运螺旋法术失败了,你停留在了当前时间线。")
 t("#LIGHT_BLUE#You unfold the space time continuum to the start of the time threads!", "#LIGHT_BLUE#你折叠了时空,回到时间线开头")
 t("Imminent Paradox Clone", "无序克隆迫近")
@@ -35389,17 +36831,19 @@ t("#Target#'s lifeline is being severed!", "#Target#的生命线被收割了!")
 t("+Sever Lifeline", "+生命离断")
 t("Fade From Time", "时光凋零")
 t("The target is partially removed from the timeline, reducing all damage dealt by %d%%, all damage received by %d%%, and the duration of all detrimental effects by %d%%.", "目标暂时被从时间线中移除,造成的伤害减少 %d%% ,减少受到伤害 %d%% ,并减少 %d%% 回合所有不良效果持续时间。")
-t("#Target# has partially removed itself from the timeline.", "#Target# 部分从时间线中消失。")
+t("#Target# has partially removed itself from the timeline.", "#Target#部分从时间线中消失。")
 t("+Fade From Time", "+时光凋零")
-t("#Target# has returned fully to the timeline.", "#Target# 完全返回了时间线内。")
+t("#Target# has returned fully to the timeline.", "#Target#完全返回了时间线内。")
 t("-Fade From Time", "-时光凋零")
 t("Shadow Veil", "暗影面纱")
 t("You veil yourself in shadows and let them control you. While in the veil you become immune to status effects, and gain %d%% all damage reduction. Each turn you blink to a nearby foe within range %d, hitting it for %d%% darkness weapon damage. While this goes on you cannot be stopped unless you are killed, and you cannot control your character.", "你融入暗影并被其支配,当你笼罩在阴影里时你对所有状态免疫,并减少 %d%% 所受伤害,每回合你可以闪到 1 个附近的敌人身边 (半径 %d),对其造成 %d%% 暗影武器伤害。当此技能激活时除非死亡否则无法被打断,且你无法控制你的角色。")
-t("#Target# is covered in a veil of shadows!", "#Target# 笼罩在暗影之中!")
+t("#Target# is covered in a veil of shadows!", "#Target#笼罩在暗影之中!")
 t("+Assail", "+暗影笼罩")
-t("#Target# is no longer covered by shadows.", "#Target# 不再遮蔽在暗影中。")
+t("#Target# is no longer covered by shadows.", "#Target#不再遮蔽在暗影中。")
 t("-Assail", "-暗影笼罩")
 t("Zero Gravity", "失重")
+t("There is no gravity here; you float in the air. Movement is three times as slow, and any melee or archery blows have a chance to knockback. Maximum encumbrance is greatly increased.", "这里没有重力,你漂浮在空中。移动速度下降三倍,所有近战攻击或射击有一定几率击退目标。负重上限大幅增加。")
+t("spacetime", "时空")
 t("#LIGHT_BLUE#You enter a zero gravity zone, beware!", "#LIGHT_BLUE#注意!你进入了失重区域!")
 t("Curse of Corpses", "尸体诅咒")
 t("Corpses", "尸体")
@@ -35410,11 +36854,13 @@ t([[An aura of death surrounds you.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Strength, %+d Magic
 #CRIMSON#Power 3+: %sLiving Death: Ghoulish retch heals you. Once every %d turns, retch (level %d) when you fall below %d%% health
 #CRIMSON#Power 4+: %sReprieve from Death: Humanoids you slay have a %d%% chance to rise to fight beside you as ghouls for 6 turns.]], [[一个死亡的光环笼罩着你.
-#CRIMSON# 惩罚 : #WHITE# 死亡恐惧: %+d%% 对亡灵的伤害抵抗。 
-#CRIMSON# 强度 1+: %s 死亡力量: %+d%% 对亡灵的伤害加成。 
-#CRIMSON# 强度 2+: %s%+d 幸运 , %+d 力量 , %+d 魔法 
-#CRIMSON# 强度 3+: %s 活死人之躯: 亡灵唾液能治愈你。当你的生命值降低到 %d%% 以下时,你会释放一次 %d 等级的亡灵唾液,冷却时间为 %d 回合。
-#CRIMSON# 强度 4+: %s 死缓:你杀死的人形生物有 %d%% 几率变成食尸鬼并替你作战持续 6 回合。]])
+#CRIMSON# 惩罚 :#WHITE# 死亡恐惧: %+d%% 对亡灵的伤害抵抗。
+#CRIMSON# 强度 1+:%s 死亡力量: %+d%% 对亡灵的伤害加成。
+#CRIMSON# 强度 2+:%s%+d 幸运 , %+d 力量 , %+d 魔法
+#CRIMSON# 强度 3+:%s 活死人之躯:亡灵唾液能治愈你。当你的生命值降低到 %d%% 以下时,你会释放一次 %d 等级的亡灵唾液,冷却时间为 %d 回合。
+#CRIMSON# 强度 4+:%s 死缓:你杀死的人形生物有 %d%% 几率变成食尸鬼并替你作战持续 6 回合。]])
+t("This corpse was recently alive but moves as though it is just learning to use its body.", "这具尸体刚刚被复活,它活动起来就像刚刚学会使用自己的身体一样。")
+t("Summon", "召唤")
 t("#F53CBE#The corpse of the %s pulls itself up to fight for you.", "#F53CBE#%s的尸体又站了起来,协助你战斗。")
 t("Curse of Madness", "疯狂诅咒")
 t("Madness", "绝望")
@@ -35425,11 +36871,11 @@ t([[You feel your grip on reality slipping.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Dexterity
 #CRIMSON#Power 3+: %sConspirator: Your madness is contagious. Every time you critically damage a foe there is a %d%% chance to spread one of your current detrimental mental effect to them.
 #CRIMSON#Power 4+: %sMania: Once per turn, when an attack does more than %0.1f%% of your life, the remaining cooldown of all your talents is reduced by 1.]], [[你觉得你对现实失去控制。
-#CRIMSON# 惩罚 : #WHITE# 扰乱心智: %+d%% 精神抵抗 , %+d%% 混乱免疫 
-#CRIMSON# 强度 1+: %s 解除束缚: %+d%% 暴击伤害, %+d%% 副手武器伤害。 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 敏捷 
-#CRIMSON# 强度 3+: %s 阴谋: 你的疯狂是会传染的。每次你对敌人造成暴击伤害时,都有 %d%% 的几率将你当前的负面精神效果传播给他们。
-#CRIMSON# 强度 4+: %s 狂热: 每回合一次,当一次攻击超过你生命的 %0.1f%% 时,你所有技能的剩余冷却时间减少 1 。]])
+#CRIMSON# 惩罚 :#WHITE# 扰乱心智: %+d%% 精神抵抗 , %+d%% 混乱免疫
+#CRIMSON# 强度 1+:%s 解除束缚: %+d%% 暴击伤害, %+d%% 副手武器伤害。
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 敏捷
+#CRIMSON# 强度 3+:%s 阴谋:你的疯狂是会传染的。每次你对敌人造成暴击伤害时,都有 %d%% 的几率将你当前的负面精神效果传播给他们。
+#CRIMSON# 强度 4+:%s 狂热:每回合一次,当一次攻击超过你生命的 %0.1f%% 时,你所有技能的剩余冷却时间减少 1 。]])
 t("#F53CBE#%s's mania hastens cooldowns.", "#F53CBE#%s的狂热降低了冷却时间")
 t("#F53CBE##Source# spreads the madness to #Target#.", "#F53CBE##Source#的疯狂传播到#Target#。")
 t("Curse of Shrouds", "屏障诅咒")
@@ -35441,11 +36887,11 @@ t([[A shroud of darkness seems to fall across your path.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Constitution
 #CRIMSON#Power 3+: %sShroud of Passing: Your form seems to fade as you move, reducing all damage taken by %d%% for 1 turn after movement.
 #CRIMSON#Power 4+: %sShroud of Death: The power of every kill seems to envelop you like a shroud, reducing all damage taken by %d%% for 3 turns.]], [[一道黑暗屏障降临在你的面前。
-#CRIMSON# 惩罚 : #WHITE# 虚弱屏障:小概率被包裹在虚弱屏障内 ( 降低所造成伤害 %d%%) 持续 4 回合。 
-#CRIMSON# 强度 1+: %s 暗夜行者: %+d 暗影抵抗, %+d%% 最大暗影抵抗, %+d 看破隐形强度 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 体质 
-#CRIMSON# 强度 3+: %s 穿越屏障:你的身形在移动时消失,移动后 1 回合减少 %d%% 所受伤害。 
-#CRIMSON# 强度 4+: %s 死亡屏障:每一次杀死目标可以让你笼罩在一个屏障内,减少 %d%% 所受伤害持续 3 回合。]])
+#CRIMSON# 惩罚 :#WHITE# 虚弱屏障:小概率被包裹在虚弱屏障内 ( 降低所造成伤害 %d%%) 持续 4 回合。
+#CRIMSON# 强度 1+:%s 暗夜行者: %+d 暗影抵抗, %+d%% 最大暗影抵抗, %+d 看破隐形强度
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 体质
+#CRIMSON# 强度 3+:%s 穿越屏障:你的身形在移动时消失,移动后 1 回合减少 %d%% 所受伤害。
+#CRIMSON# 强度 4+:%s 死亡屏障:每一次杀死目标可以让你笼罩在一个屏障内,减少 %d%% 所受伤害持续 3 回合。]])
 t("Shroud of Weakness", "虚弱屏障")
 t("The target is enveloped in a shroud that seems to hang upon it like a heavy burden. (Reduces damage dealt by %d%%).", "目标笼罩在一个虚弱屏障内。 ( 减少造成伤害 %d%%)。")
 t("Shroud of Passing", "屏障穿越")
@@ -35453,7 +36899,7 @@ t("Shroud of Death", "死亡屏障")
 t("The target is enveloped in a shroud that seems to not only obscure it but also to fade its form (+%d%% resist all).", "笼罩在一个屏障内使目标身形逐渐消失 (+%d%% 全抗 )。")
 t("Curse of Nightmares", "噩梦诅咒")
 t("Nightmares", "噩梦")
-t("Curse of Nightmares (power %0.1f): %d%%", "噩梦诅咒 (强度 %0.1f): %d%%")
+t("Curse of Nightmares (power %0.1f): %d%%", "噩梦诅咒 (强度 %0.1f):%d%%")
 t("Curse of Nightmares (power %0.1f)", "噩梦诅咒 (强度 %0.1f)")
 t([[Horrible visions fill your mind.
 #CRIMSON#Penalty : #WHITE#Plagued by Visions: Your mental save has a 20%% chance to be reduced by %d%% when tested.
@@ -35461,13 +36907,14 @@ t([[Horrible visions fill your mind.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Willpower
 #CRIMSON#Power 3+: %sHarrow: When a foe attempts to inflict a detrimental effect upon you, your harrowing aura retaliates against a random foe in range 10, dealing %d mind and %d darkness damage.
 #CRIMSON#Power 4+: %sNightmare: Each time you are damaged by a foe there is a chance (currently %d%%) of triggering a radius %d nightmare (summon Terrors and chances to slow, deal %d Mind damage, and deal %d Darkness damage) for 8 turns. The chance grows each time you are struck but fades over time.]], [[你的脑海中充斥恐怖景象。
-#CRIMSON# 惩罚 : #WHITE# 扰乱幻象:当鉴定时,你的精神豁免有 20%%概率减少 %d%% 
-#CRIMSON# 强度 1+: %s 从现实消失: %+d 物理抵抗, %+d 物理抵抗上限 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 意志 
-#CRIMSON# 强度 3+: %s 折磨 : 当敌人试图对你造成负面效果时,你的折磨光环会对 10 范围内的一个随机敌人进行报复,造成 %d 精神和 %d 黑暗伤害。
-#CRIMSON# 强度 4+: %s 噩梦: 每次受到目标攻击有概率 (当前 %d%%) 触发一个范围为 %d 码的噩梦(有减速、召唤梦魇和直接造成%d精神、%d暗影伤害的效果)持续 8 回合。  触发几率  在每次你受到打击时提高,同时随时间下降。]])
+#CRIMSON# 惩罚 :#WHITE# 扰乱幻象:当鉴定时,你的精神豁免有 20%%概率减少 %d%%
+#CRIMSON# 强度 1+:%s 从现实消失: %+d 物理抵抗, %+d 物理抵抗上限
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 意志
+#CRIMSON# 强度 3+:%s 折磨 :当敌人试图对你造成负面效果时,你的折磨光环会对 10 范围内的一个随机敌人进行报复,造成 %d 精神和 %d 黑暗伤害。
+#CRIMSON# 强度 4+:%s 噩梦:每次受到目标攻击有概率 (当前 %d%%) 触发一个范围为 %d 码的噩梦(有减速、召唤梦魇和直接造成%d精神、%d暗影伤害的效果)持续 8 回合。  触发几率  在每次你受到打击时提高,同时随时间下降。]])
 t("#F53CBE#%s harrows %s!", "#F53CBE#%s惊扰%s!")
 t("A formless terror that seems to cut through the air, and its victims, like a knife.", "这只形态模糊的恐魔,将敌人连同周围的空气一起切成两半。")
+t("Nightmare", "梦魇")
 t("#F53CBE#The air around %s grows cold and terrifying shapes begin to coalesce. A nightmare has begun.", "#F53CBE#%s周围的空气开始变得冰冷并形成了一种令人恐怖的形状,噩梦开始了。")
 t("Curse of Misfortune", "厄运诅咒")
 t("Misfortune", "厄运")
@@ -35478,24 +36925,27 @@ t([[Mayhem and destruction seem to follow you.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Cunning
 #CRIMSON#Power 3+: %sMissed Opportunities: Opportunities are fleeting, and those close to you begin to miss them (+%d%% evasion).
 #CRIMSON#Power 4+: %sUnfortunate End: The damage you deal will increase by %d%% if the increase would be enough to kill your opponent.]], [[重伤和毁灭追随着你。
-#CRIMSON# 惩罚 : #WHITE# 霉运:在你的旅途中找到的金币减少。 
-#CRIMSON# 强度 1+: %s 失败的努力: 围绕你的努力都会失败  (+%d%% 检测陷阱的几率 )。
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 灵巧 
-#CRIMSON# 强度 3+: %s 错失良机: 机会转瞬即逝,你身边的人会错失良机 (+%d%% 闪避攻击概率)。
-#CRIMSON# 强度 4+: %s 厄运终结: 如果提高后的伤害足够杀死对手的话,你将可以提高 %d%% 的伤害]])
+#CRIMSON# 惩罚 :#WHITE# 霉运:在你的旅途中找到的金币减少。
+#CRIMSON# 强度 1+:%s 失败的努力:围绕你的努力都会失败  (+%d%% 检测陷阱的几率 )。
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 灵巧
+#CRIMSON# 强度 3+:%s 错失良机:机会转瞬即逝,你身边的人会错失良机 (+%d%% 闪避攻击概率)。
+#CRIMSON# 强度 4+:%s 厄运终结:如果提高后的伤害足够杀死对手的话,你将可以提高 %d%% 的伤害]])
 t("#F53CBE#%s suffers an unfortunate end.", "#F53CBE#%s遭受厄运。")
 t("#F53CBE#%s suffers an unfortunate blow.", "#F53CBE#%s遭受了厄运的打击。")
 t("Unstable Probabilites", "不稳定可能性")
 t("The target has recently blinked through a wall using probability travel.", "目标刚才用次元移动穿过了一面墙。")
+t("space", "空间")
 t("Cursed Form", "诅咒形态")
+t("curse", "诅咒")
 t("The target's unnatural body has responded to damage taken.", "目标的诅咒之体对其所承受的苦难做出了回应。")
 t(" All damage that the target inflicts is increased by %d%%.", " 目标造成的所有伤害增加 %d%% 。")
 t(" Strength and Willpower are increased by %d. Poisons and diseases have a %d%% chance of being neutralized each turn.", " 力量和意志增加 %d 。每回合有 %d%% 免疫疾病和毒素效果。")
 t("Marked Prey", "标记猎物")
-t("Hunting:", "猎杀中:")
+t("Hunting:", "猎杀中:")
 t("\
 %d%% Received damage reduction against:", "\
-从以下目标受到的伤害降低 %d%% :")
+从以下目标受到的伤害降低 %d%% :")
+t("predator", "猎杀")
 t("Faded", "隐匿")
 t("The target has faded and is no longer taking damage.", "目标消隐了,不会受到伤害。")
 t("#Target# fades!", "#Target#消失了!")
@@ -35504,16 +36954,19 @@ t("Highborn's Bloom", "生命绽放")
 t("The target is using talents without consuming resources.", "目标使用技能时不再消耗能量。")
 t("Victory Rush", "胜利冲锋")
 t("The thrill of victory makes this creature invulnerable.", "胜利的激励使目标刀枪不入。")
+t("arcane", "奥术")
 t("Solipsism", "唯我论")
 t("This creature has fallen into a solipsistic state and is caught up in its own egoic thoughts (-%d%% global speed).", "目标进入唯我状态并且被自己的思维所干扰 (-%d%% 整体速度 )。")
 t("Clarity", "唯我论:明晰")
 t("The creature has found a state of clarity and sees the world for what it is (+%d%% global speed).", "目标对这个世界有着更加清晰的认识 (+%d%% 整体速度 )。")
 t("Dreamscape", "梦境空间")
 t("This target has invaded %s's dreams and has gained a %d%% bonus to all damage.", "目标进入了 %s 的梦境,并且增加 %d%% 所有伤害。")
+t("psionic", "超能")
 t("You could not find enough space to form a dream projection...", "你找不到可以进行梦境投影的空间……")
 t("%s's dream projection", "%s的梦境投影")
 t("#LIGHT_RED#%s writhes in agony as a fragment of its mind is destroyed!", "#LIGHT_RED#%s作为精神碎片被摧毁了。")
 t("#LIGHT_BLUE#%s has spawned a dream projection to protect its mind!", "#LIGHT_BLUE#%s产生了一个梦境守卫来保护自己!")
+t("Dream Self", "梦境投影")
 t("#LIGHT_RED#%s's mind shatters into %d tiny fragments!", "#LIGHT_RED#%s的精神破碎为%d块碎片!")
 t("#LIGHT_BLUE#You are brought back from the Dreamscape!", "#LIGHT_BLUE#你脱离了梦境空间!")
 t("#LIGHT_RED#%s suffered a %s of self in the Dreamscape!", "#LIGHT_RED#%s在梦境空间中受到了%s!")
@@ -35522,21 +36975,35 @@ t("While this effect holds you can decide recent history did not happen the way
 t("#LIGHT_RED#The spell fizzles.", "#LIGHT_RED#法术失败了。")
 t("#LIGHT_BLUE#You go back in time to rewrite history!", "#LIGHT_BLUE#你及时返回,改写了历史!")
 t("Oil mist", "油雾")
+t("Zone-wide effect: +10% fire damage, -10% fire resistance, -10% armour, -2 sight range.", "范围效果: +10% 火焰伤害, -10% 火焰抗性, -10% 护甲值, -2 可视范围。")
 t("Grave chill", "墓地深寒")
+t("Zone-wide effect: +10% cold damage, -10% cold resistance, -10% physical save, -20% confusion immunity.", "范围效果: +10% 寒冰伤害, -10% 寒冰抗性, -10% 物理豁免, -20% 混乱抗性。")
 t("Static discharge", "静电放射")
+t("Zone-wide effect: +10% lightning damage, -10% lightning resistance, -10% physical power, -20% stun immunity.", "范围效果: +10% 闪电伤害, -10% 闪电抗性, -10% 物理强度, -20% 震慑抗性。")
 t("Noxious fumes", "毒性气体")
+t("Zone-wide effect: +10% acid damage, -10% acid resistance, -10% defense, -20% disarm immunity.", "范围效果: +10% 酸性伤害, -10% 酸性抗性, -10% 闪避, -20% 缴械抗性。")
 t("Echoes of the void", "虚空回音")
+t("Zone-wide effect: +10% darkness damage, -10% darkness resistance, -10% mental save, -20% fear immunity.", "范围效果: +10% 暗影伤害, -10% 暗影抗性, -10% 精神豁免, -20% 恐惧抗性。")
 t("Eerie silence", "恐惧噤声")
+t("Zone-wide effect: +10% mind damage, -10% mind resistance, -10% spellpower, -20% silence immunity.", "范围效果: +10% 精神伤害, -10% 精神抗性, -10% 法术强度, -20% 沉默抗性。")
 t("Aura of light", "圣光光环")
+t("Zone-wide effect: +10% light damage, -10% light resistance, -10% accuracy, -20% blind immunity.", "范围效果: +10% 光系伤害, -10% 光系抗性, -10% 命中, -20% 致盲抗性。")
 t("Aether residue", "以太残渣")
+t("Zone-wide effect: +10% arcane damage, -10% arcane resistance, -10% armour hardiness, -20% stoning immunity.", "范围效果: +10% 奥术伤害, -10% 奥术抗性, -10% 护甲强度, -20% 石化抗性。")
 t("Impossible geometries", "扭曲空间")
+t("Zone-wide effect: +10% temporal damage, -10% temporal resistance, -10% spell save, -20% pinning immunity.", "范围效果: +10% 时空伤害, -10% 时空抗性, -10% 法术豁免, -20% 定身抗性。")
 t("Uncontrolled anger", "无边愤怒")
+t("Zone-wide effect: +10% physical damage, -10% physical resistance, -10% mindpower, -20% knockback immunity.", "范围效果: +10% 物理伤害 , -10% 物理抵抗 , -10% 精神强度 , -20% 击退免疫。")
 t("Miasma", "瘴气")
+t("Zone-wide effect: +10% blight damage, -10% blight resistance, -20% healing mod, -20% disease immunity.", "范围效果: +10% 枯萎伤害, -10% 枯萎抗性, -20% 治疗加成, -20% 疾病抗性。")
 t("Slimy floor", "泥泞之地")
+t("Zone-wide effect: +10% nature damage, -10% nature resistance, -10% ranged defense, -20% poison immunity.", "范围效果: +10% 自然伤害, -10% 自然抗性, -10% 远程闪避, -20% 毒素抗性。")
 t("In Vault", "陷入迷宫")
 t("The target is part of a vault and cannot act until it has been openend.", "目标在宝藏房间里。除非房间被打开,否则不会行动。")
+t("vault", "宝库")
 t("Cauterize", "灼烧")
 t("Your body is cauterizing, burning for %0.2f damage each turn.", "你的躯体开始灼烧,每回合受到 %0.2f 伤害。")
+t("fire", "火焰")
 t("#CRIMSON##Target# is wreathed in flames on the brink of death!", "#CRIMSON##Target#在死亡边缘被火焰笼罩!")
 t("+Cauterize", "+灼烧")
 t("#CRIMSON#The flames around #target# vanish.", "#CRIMSON##Target#周围的火焰消散了。")
@@ -35544,31 +37011,40 @@ t("-Cauterize", "-灼烧")
 t("Something", "某物")
 t("Protected by the Eidolon", "受艾德隆保护")
 t("The target is protected by the Eidolon, no creature may harm it (except self-harm).", "目标受到艾德隆保护,没有生物可以伤害它(自残除外……)")
+t("eidolon", "艾德隆")
 t("Cloak of Deception", "欺诈斗篷")
 t("The target is under the effect of the cloak of deception, making it look human.", "目标受到欺诈斗篷的效果影响,使它看上去像活人一样。")
+t("undead", "亡灵")
 t("#LIGHT_BLUE#An illusion appears around #Target# making %s appear human.", "#LIGHT_BLUE##Target#周围的幻影让%s看起来像活着一样。")
 t("+CLOAK OF DECEPTION", "+欺诈斗篷")
 t("#LIGHT_BLUE#The illusion covering #Target# disappears.", "#LIGHT_BLUE##Target#周围的幻影消失了。")
 t("-CLOAK OF DECEPTION", "-欺诈斗篷")
 t("Suffocating", "窒息")
 t("You are suffocating! Each turn you lose an ever increasing percent of your total life (currently %d%%)", "你正在窒息 ! 每回合按比例损失生命,且越来越多(现在 %d%% )")
+t("suffocating", "窒息")
 t("#Target# is suffocating.", "#Target#进入窒息状态。")
 t("+SUFFOCATING", "+窒息")
 t("#Target# can breathe again.", "#Target#可以呼吸了。")
 t("-Suffocating", "-窒息")
+t("suffocated to death", "窒息而死")
 t("Antimagic Disruption", "反魔干扰")
 t("Your arcane powers are disrupted by your antimagic equipment.  Arcane talents fail %d%% of the time and arcane sustains have a %0.1f%% chance to deactivate each turn.", "你的奥术力量被反魔法装备干扰。奥术技能有 %d%% 几率失败,奥术持续技能每回合有 %0.1f%% 几率自动解除。")
+t("antimagic", "反魔法")
 t("Swift Hands", "无影手")
 t("You swaped an item without taking time this turn.", "这回合你切换了物品,没有消耗时间。")
+t("prodigy", "天赋")
 t("Hunter!", "捕猎中!")
 t("Knows where you are!", "知道你在哪里!")
+t("madness", "疯狂")
 t("Through The Crowd", "穿梭人群")
 t("Increases physical save, spell save, and mental save by %d. Global speed increased by %d%%.", "增加物理、法术、精神豁免 %d 点,增加整体速度 %d%% 。")
+t("miscellaneous", "杂项")
 t("Reloading", "装填弹药")
 t("The target has replenished some ammo.", "目标装填弹药中。")
-t("#Target# is disarmed!", "#Target# 被缴械!")
+t("disarm", "缴械")
+t("#Target# is disarmed!", "#Target#被缴械!")
 t("+Disarmed", "+缴械")
-t("#Target# rearms.", "#Target# 重新拿起了武器。")
+t("#Target# rearms.", "#Target#重新拿起了武器。")
 t("-Disarmed", "-缴械")
 t("Spacetime Tuning", "时空调谐")
 t("Tuning Paradox at a rate of %+d per turn.", "调整紊乱值,每回合调整 %+d 点。")
@@ -35581,7 +37057,7 @@ t("This target has retreated to a safe place.", "目标被传送至安全位置
 t("#STEEL_BLUE#You are brought back from your repreive!", "#STEEL_BLUE#被从避难所带了回去!")
 t("Temporal Fugue", "时间复制")
 t("This target is splitting all damage with its fugue clones.", "目标将伤害和时空复制体共享。")
-t("#STEEL_BLUE##Source# shares damage with %s fugue clones!", "#STEEL_BLUE##Source# 和 %s 时空克隆共享伤害!")
+t("#STEEL_BLUE##Source# shares damage with %s fugue clones!", "#STEEL_BLUE##Source#和%s时空克隆共享伤害!")
 t("#STEEL_BLUE#(%d shared)#LAST#", "#STEEL_BLUE#(%d 伤害共享)#LAST#")
 t("Draconic Will", "龙族意志")
 t("The target is immune to all detrimental effects.", "目标免疫所有异常状态。")
@@ -35592,43 +37068,61 @@ t("-Draconic Will", "-龙族意志")
 t("Reality Smearing", "弥散现实")
 t("Damage received in the past is returned as %0.2f paradox damage per turn.", "过去受到的伤害被转化为每回合 %0.2f 点紊乱。")
 t("+Smearing", "+弥散现实")
-t("Reality smears around #Target#.", "#Target# 周围的时空扭曲了。")
+t("Reality smears around #Target#.", "#Target#周围的时空扭曲了。")
 t("-Smearing", "-弥散现实")
-t("Reality around #Target# is coherent again.", "#Target# 周围的时空恢复了连贯。")
+t("Reality around #Target# is coherent again.", "#Target#周围的时空恢复了连贯。")
 t("Aeons Stasis", "沉睡千年")
 t("The target is in temporal stasis.", "目标处于静滞时空中。")
+t("temporal", "时空")
 t("#Target#'s is back to the normal timeflow.", "在#Target#中沉睡了无数年的生物被唤醒了!")
 t("-Aeons Stasis", "-沉睡千年")
 t("Unstoppable", "势不可挡")
 t("The target is unstoppable! It refuses to die and cannot heal.  When the effect ends, it will heal %d Life (%d%% of maximum life per foe slain during the frenzy).", "目标无可阻挡!拒绝死亡,效果结束时回复 %d 生命(每杀一个怪回复 %d%% 最大生命 )。")
+t("frenzy", "疯狂")
 t("Hit Penalty", "双手惩罚")
 t("The target is using a two handed weapon in a single hand, reducing accuracy, physical power, spellpower and mindpower by %d%% (based on size); also all damage procs from your offhand are reduced by 50%%.", "目标单手使用双手武器,命中、物理、法术、精神强度下降 %d%% ( 受体型影响 );同时副手附  加伤害减少 50%% 。")
+t("combat", "战斗")
+t("penalty", "惩罚")
 t("Twist Fate", "扭曲命运")
 t([[Currently Twisted Anomlay: %s
 
 		%s]], [[当前异常: %s
 
 		%s]])
+t("time", "时间")
 t("+Twist Fate", "+扭曲命运")
 t("-Twist Fate", "-扭曲命运")
 t("Warden's Focus Target", "选定的目标")
-t("%s is focusing on this target.", "%s 被选为目标.")
+t("%s is focusing on this target.", "%s被选为目标.")
 t("+Warden's Focus", "+专注守卫")
 t("-Warden's Focus", "-专注守卫")
 t("Death in a Dream", "梦中死亡")
+t("mind", "精神")
 t("The target had breathed in noxious sleep-induced fumes and is losing %d life per turn.", "目标吸入有毒的催眠气体,每回合损失 %d 生命。")
 t("Natural Aura", "自然光环")
+t("Zone-wide effect: +20 mindpower, +2 life regen, -1 equilibrium per turn, -20% resistance penetration.", "地图效果 : +20 精神强度 , +2 生命恢复 , -1 失衡值 / 回合, -20% 抗性穿透。")
 t("Sorcerous Aura", "魔法光环")
+t("Zone-wide effect: +20 magic, +2 mana regen, -20 accuracy, -20 stealth power.", "地图效果 : +20 魔法 , +2 法力回复 , -20 命中, -20 潜行强度。")
 t("Disciplined Aura", "纪律光环")
+t("Zone-wide effect: +20 defense, +20 all saves, -20 spell power.", "地图效果 : +20 闪避, +20 全豁免 , -20 法术强度。")
 t("Sinister Aura", "危险光环")
+t("Zone-wide effect: +10% critical chance, +20% critical damage, -20% nature and blight resistance.", "地图效果 : +10% 暴击几率 , +20% 暴击伤害 , -20% 自然枯萎抗性。")
 t("Underwater Zone", "水下区域")
+t("Zone-wide effect: Air decreases over time. If you run out of air you will start losing life. Look for bubbles to recover air. The water also reduces stun resistance by 10% and fire damage is reduced by 10%, however cold damage is increased by 10%.", "地图效果 :  空气值随时间损失,空气用光后将损失生命。寻找气泡来回复空气值。水同时令震慑免疫和火焰伤害下降 10% ,同时增加 10% 寒冷伤害。")
 t("Fearscape Zone", "恶魔空间")
+t("Zone-wide effect: The flames of the Fearscape increase all fire and blight damage by 10%, but the weird gravity reduces knockback resistance by 20%.", "地图效果 :  恶魔空间的火焰将增加 10% 火焰和枯萎伤害,同时减少 20% 击退抗性。")
 t("Out of Time Zone", "异常时空")
+t("Zone-wide effect: You seem to be outside the normal spacetime continuum. +10% physical resistance, -10% temporal resistance and -20% teleport resistance.", "地图效果 : 你似乎处于通常时空之外。 +10% 物理抗性, -10% 时空抗性  , -20% 传送免疫。")
 t("Spellblaze Aura", "魔法大爆炸区域")
+t("Zone-wide effect: The power of the Spellblaze still burns here. -10% resistance to fire, arcane and blight damage, but +10% cold resistance. WARNING: The powerful magic here reflects teleportation magic!", "地图效果 : 魔法大爆炸的火焰仍在燃烧, -10% 火焰、枯萎、奥术抗性 , +10% 寒冷抗性。警告:强大的魔法能量可能干扰传送法术!")
 t("Heady Scent", "催眠区域")
+t("Zone-wide effect: Strong scents fill the air and make you feel drowsy. If the timer reaches 0 you will fall into a dreaming sleep state. -10% mind resistance, -20% sleep resistance, +10% nature damage.", "地图效果 :  强烈的气味充满了空气,让你感觉困倦。倒计时结束时,你将进入梦境。-10% 精神抗性,-20% 睡眠免疫, +10% 自然伤害。")
 t("Thunderstorm", "闪电风暴")
+t("Zone-wide effect: A huge thunderstorm rages above you. +10 lightning damage, -10% stun resistance.", "地图效果 :  强大的雷暴在你头顶轰鸣。 +10% 闪电伤害, -10% 震慑免疫。")
 t("Abashed Expanse", "次元浮岛")
+t("Zone-wide effect: Your Phase Door spell is super easy to use here, allowing you to target it regardless of level. Any projectiles is slowed down by 80%.", "地图效果 : 你的相位之门法术在这里极其容易施展,不论等级如何,都能指定位置。所有抛射物速度减慢 80% 。")
 t("Challenge", "挑战")
+t("aura", "光环")
 t("Throwing Knives", "飞刀投掷")
 t([[Has %d throwing knives prepared:
 
@@ -35652,34 +37146,40 @@ t("+Marked!", "+标记!")
 t("-Marked", "-标记")
 t("Flare", "闪光弹")
 t("The target is lit up by a flare, reducing its stealth and invisibility power by %d, defense by %d and removing all evasion bonus from being unseen.", "目标被照明弹照亮,潜行和隐身强度减少 %d, 闪避减少 %d 并失去不可见状态带来的闪避加成。")
+t("sun", "太阳")
 t("+Illumination", "+照明")
 t("-Illumination", "-照明")
 t("Pinned Down", "击倒")
 t("The next Steady Shot or Shoot has 100%% chance to be a critical hit and mark.", "下一次稳固射击或者射击100%%暴击并触发标记。")
+t("tactic", "战术")
 t("Demigod Mode", "半神模式")
 t("DEMI-GODMODE: Target has 10000 additional life and regenerates 2000 life per turn.  It deals +500%% damage, and has full ESP.", "半神模式 : 目标获得 10000 额外生命,每回合回复 2000 点生命值。造成 +500%% 伤害,感应所有生物。")
 t("God Mode", "天神模式")
 t("GODMODE: Target is invulnerable to damage, immune to bad status effects, deals +10000%% damage (100%% penetration), does not need to breathe, and has full ESP.", "天神模式:目标不会受到伤害,不会受到负面状态的影响,造成 +10000%% 伤害 (100%% 抗性穿透 ) ,不需要呼吸,感应所有生物。")
+t("cheat", "作弊")
 t("Slippery Ground", "地面光滑")
 t("The target is having trouble keeping their balance. Each time it tries to use a talent there is %d%% chance of failure.", "目标很难保持平衡。每次它尝试使用一个技能,都有 %d%% 的失败几率。")
 t("#Target# is struggling to keep his footing!", "#Target#很难保持平衡!")
 t("+Slippery Ground", "+地面光滑")
-t("#Target# regains their balance.", "#Target# 恢复了平衡。")
+t("#Target# regains their balance.", "#Target#恢复了平衡。")
 t("-Slippery Ground", "-地面光滑")
 t("Frozen Ground", "冻结大地")
 t("The target is energized by the cold while wearing the Frost Treads, gaining 20%% increased cold damage.", "目标穿着踏雪时受到寒冷的激励,增加 20%% 的寒冷伤害。")
-t("#Target# is energized by the cold!", "#Target# 被寒冷强化!")
+t("nature", "自然")
+t("#Target# is energized by the cold!", "#Target#被寒冷强化!")
 t("+Frozen Ground", "+冻结大地")
-t("#Target# regains balance.", "#Target# 重新恢复了平衡.")
+t("#Target# regains balance.", "#Target#重新恢复了平衡.")
 t("-Frozen Ground", "-冻结大地")
 t("Recalling", "召回")
 t("The target is waiting to be recalled back to the worldmap.", "目标等待被召回至世界地图。")
+t("unknown", "未知")
 t("You are yanked out of this place!", "你“呼”的一下被带离了这个地方!")
 t("Space restabilizes around you.", "你周围的空间稳定了下来。")
 t("Skeptical", "怀疑")
 t("The target doesn't believe its ally truly saw anything in the shadows.", "目标不相信它的盟友真的看到了阴影中的任何东西。")
 t("Empowered by the shadows", "黑暗强化")
 t("Gain %d%% all damage and %d%% all res.", "全体伤害增加 %d%% ,全体伤害抗性增加 %d%% 。")
+t("darkness", "æš—å½±")
 t("Intimidated", "胆怯")
 t("The target's morale is weakened, reducing its attack power, mind power, and spellpower by %d.", "目标士气低落,物理、法术和精神强度减少 %d 。")
 t("#Target#'s morale has been lowered.", "#Target#的斗志被削弱。")
@@ -35687,46 +37187,52 @@ t("+Intimidated", "+胆怯")
 t("#Target# has regained its confidence.", "#Target#恢复了斗志。")
 t("-Intimidated", "-胆怯")
 t("Feeding", "吞食")
-t("%s is feeding from %s.", "%s 正在从 %s 身上吸食精华。")
+t("%s is feeding from %s.", "%s正在从%s身上吸食精华。")
 t("Fed Upon", "被吞食")
-t("%s is fed upon by %s.", "%s 被 %s 吸食精华。")
+t("%s is fed upon by %s.", "%s被%s吸食精华。")
+t("psychic_drain", "超能力吸收")
+t("Sensing Everything", "感知一切")
 t("Improves senses, allowing the detection of everything.", "强化感知,可以侦测一切事物。")
+t("sense", "感知")
 t("Dozing", "打盹")
 t("The target is completely asleep, unable to act.", "目标完全睡着了,无法行动。")
+t("sleep", "睡眠")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/physical.lua"
 
 t("Scoured", "冲刷")
-t("Scoured by natural acid, reducing their offensive power ratings by %d%%.", "被自然酸液冲  刷,降低攻击强度 %d%%.")
-t("#Target#'s power is greatly reduced!", "#Target# 的强度急剧下降!")
-t("#Target# power has recovered.", "#Target# 的强度恢复了!")
+t("Scoured by natural acid, reducing their offensive power ratings by %d%%.", "被自然酸液冲刷,降低攻击强度 %d%%.")
+t("#Target#'s power is greatly reduced!", "#Target#的强度急剧下降!")
+t("#Target# power has recovered.", "#Target#的强度恢复了!")
 t("Relentless Tempo", "无尽节奏")
 t([[Attuning to the flow of combat, increasing their combat stats.  
 Defense:  %d
 All Damage:  %d%%
 Stamina Regeneration:  %d
-%s]], [[进入战斗节奏。增  加以下数据:
-闪避:  %d
-全体伤害:  %d%%
-体力回复:  %d
+%s]], [[进入战斗节奏。增加以下数据:
+闪避: %d
+全体伤害: %d%%
+体力回复: %d
 %s]])
-t("#Target# is gaining tempo.", "#Target# 开始进入节奏。")
+t("tempo", "节奏")
+t("#Target# is gaining tempo.", "#Target#开始进入节奏。")
 t("+Tempo", "+节奏")
-t("#Target# loses their tempo.", "#Target# 丢失了节奏。")
+t("#Target# loses their tempo.", "#Target#丢失了节奏。")
 t("-Tempo", "-节奏")
 t("Concussion", "脑震荡")
 t("The target can't think straight, causing their actions to fail.", "目标不能正常思考,使用技能会失败。")
-t("#Target#'s brain isn't quite working right!", "#Target# 的大脑不能正常工作了!")
+t("concussion", "æ··ä¹±")
+t("#Target#'s brain isn't quite working right!", "#Target#的大脑不能正常工作了!")
 t("+Concussion", "+脑震荡")
-t("#Target# regains their concentration.", "#Target# 恢复了注意力。")
+t("#Target# regains their concentration.", "#Target#恢复了注意力。")
 t("-Concussion", "-脑震荡")
 t("Bleeding", "流血")
 t("Huge cut that bleeds, doing %0.2f physical damage per turn.", "巨大的伤口使你流失血液,造成每回合 %0.2f 物理伤害。")
-t("#Target# starts to bleed.", "#Target# 开始流血。")
+t("#Target# starts to bleed.", "#Target#开始流血。")
 t("+Bleeds", "+流血")
-t("#Target# stops bleeding.", "#Target# 停止流血。")
+t("#Target# stops bleeding.", "#Target#停止流血。")
 t("-Bleeds", "-流血")
 t("Deep Wound", "重伤")
 t("Huge cut that bleeds, doing %0.2f physical damage per turn and decreasing all heals received by %d%%.", "巨大的伤口使你流失血液,造成每回合 %0.2f 物理伤害并降低 %d%% 所有治疗效果。")
@@ -35736,18 +37242,18 @@ t("#Target#'s deep wound closes.", "#Target#的重伤愈合了。")
 t("-Deep Wounds", "-重伤")
 t("Regeneration", "再生")
 t("A flow of life spins around the target, regenerating %0.2f life per turn.", "生命之流环绕目标,每回合回复 %0.2f 生命值。")
-t("#Target# starts regenerating health quickly.", "#Target# 开始快速回复生命值。")
+t("#Target# starts regenerating health quickly.", "#Target#开始快速回复生命值。")
 t("+Regen", "+再生")
-t("#Target# stops regenerating health quickly.", "#Target# 停止了快速回复生命值。")
+t("#Target# stops regenerating health quickly.", "#Target#停止了快速回复生命值。")
 t("-Regen", "-再生")
 t("Poison", "毒素")
 t("The target is poisoned, taking %0.2f nature damage per turn.", "目标中毒,每回合受到 %0.2f 自然伤害。")
 t("+Poison", "+毒素")
-t("#Target# stops being poisoned.", "#Target# 中毒效果消失。")
+t("#Target# stops being poisoned.", "#Target#中毒效果消失。")
 t("-Poison", "-毒素")
 t("Spydric Poison", "蜘蛛之毒")
 t("The target is poisoned, taking %0.2f nature damage per turn and unable to move (but can otherwise act freely).", "目标中毒,每回合受到 %0.2f 自然伤害并不能移动(但其他动作不受影响)。")
-t("#Target# is poisoned and cannot move!", "#Target# 中毒并且无法移动!")
+t("#Target# is poisoned and cannot move!", "#Target#中毒并且无法移动!")
 t("+Spydric Poison", "+蜘蛛之毒")
 t("-Spydric Poison", "-蜘蛛之毒")
 t("Insidious Poison", "阴险毒素")
@@ -35768,7 +37274,7 @@ t("#Target# is infused with stone poison!", "#Target#被石化毒素影响!")
 t("+Stoning Poison", "+石化毒素")
 t("#Target# is free of the stone poison!", "#Target#脱离了石化毒素影响!")
 t("-Stoning Poison", "-石化毒素")
-t("#GREY#%s looks stony for a moment, but resists the transformation.", "#GREY#%s 似乎短暂地变成了石头,但马上抵抗了变形。")
+t("#GREY#%s looks stony for a moment, but resists the transformation.", "#GREY#%s似乎短暂地变成了石头,但马上抵抗了变形。")
 t("Burning", "燃烧")
 t("The target is on fire, taking %0.2f fire damage per turn.", "目标受到灼烧效果,每回合受到 %0.2f 火焰伤害。")
 t("#Target# is on fire!", "#Target#着火了!")
@@ -35776,48 +37282,49 @@ t("+Burn", "+燃烧")
 t("#Target# stops burning.", "#Target#身上的火熄灭了。")
 t("-Burn", "-燃烧")
 t("Burning Shock", "火焰冲击")
-t("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents cooldown twice as slow.", "目标起火,每回合受到 %0.2f 火焰伤害,造成的伤害降低 50%%,随机 4 个技能进入 CD 并降低移动速度 50%% 。受火焰震慑影响,技能冷却速度减半。")
-t("#Target# is stunned by the burning flame!", "#Target# 被燃烧的火焰震慑!")
+t("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents cooldown twice as slow.", "目标起火,每回合受到 %0.2f 火焰伤害,造成的伤害降低 50%%,随机 4 个技能进入冷却并降低移动速度 50%% 。受火焰震慑影响,技能冷却速度减半。")
+t("#Target# is stunned by the burning flame!", "#Target#被燃烧的火焰震慑!")
 t("+Burning Shock", "+火焰冲击")
 t("-Burning Shock", "-火焰冲击")
 t("Stunned", "震慑")
-t("The target is stunned, reducing damage by 50%%, putting 3 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被震慑,减少造成伤害 50%%, 随机 3 个技能进入 CD 并降低移动速度 50%% 。  震慑时技能冷却时间加倍。")
-t("#Target# is stunned!", "#Target# 被震慑!")
+t("The target is stunned, reducing damage by 50%%, putting 3 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被震慑,减少造成伤害 50%%, 随机 3 个技能进入冷却并降低移动速度 50%% 。  震慑时技能冷却速度减半。")
+t("#Target# is stunned!", "#Target#被震慑!")
 t("+Stunned", "+震慑")
-t("#Target# is not stunned anymore.", "#Target# 不再被震慑。")
+t("#Target# is not stunned anymore.", "#Target#不再被震慑。")
 t("-Stunned", "-震慑")
 t("Disarmed", "缴械")
 t("The target is maimed, unable to correctly wield a weapon.", "目标被残废,无法正确抓握武器。")
-t("#Target# is disarmed!", "#Target# 被缴械!")
+t("disarm", "缴械")
+t("#Target# is disarmed!", "#Target#被缴械!")
 t("+Disarmed", "+缴械")
-t("#Target# rearms.", "#Target# 重新拿起了武器。")
+t("#Target# rearms.", "#Target#重新拿起了武器。")
 t("-Disarmed", "-缴械")
 t("Constricted", "扼制")
 t("The target is constricted, preventing movement and making it suffocate (loses %0.2f air per turn).", "目标被扼制,不能移动且使其窒息(每回合丢失 %0.2f 空气)。")
-t("#Target# is constricted!", "#Target# 被扼制!")
+t("#Target# is constricted!", "#Target#被扼制!")
 t("+Constricted", "+扼制")
-t("#Target# is free to breathe.", "#Target# 恢复了呼吸。")
+t("#Target# is free to breathe.", "#Target#恢复了呼吸。")
 t("-Constricted", "-扼制")
 t(" was constricted to death by %s.", "被%s扼制而死。")
 t("Dazed", "眩晕")
 t("The target is dazed, rendering it unable to move, halving all damage done, defense, saves, accuracy, spell, mind and physical power. Any damage will remove the daze.", "目标被眩晕,无法移动,所有攻击伤害、闪避、豁免、命中、法术、精神和物理强度减半。任何伤害均会打断眩晕效果。")
-t("#Target# is dazed!", "#Target# 被眩晕!。")
+t("#Target# is dazed!", "#Target#被眩晕!。")
 t("+Dazed", "+眩晕")
-t("#Target# is not dazed anymore.", "#Target# 从眩晕中恢复。")
+t("#Target# is not dazed anymore.", "#Target#从眩晕中恢复。")
 t("-Dazed", "-眩晕")
 t("Evasion", "闪避")
 t(" and gains %d defense", " 并增加 %d 点闪避。")
 t("The target has %d%% chance to evade melee and ranged attacks", "目标有 %d%% 概率躲避近战和远程攻击 ")
-t("#Target# tries to evade attacks.", "#Target# 闪避攻击。")
+t("#Target# tries to evade attacks.", "#Target#闪避攻击。")
 t("+Evasion", "+闪避")
-t("#Target# is no longer evading attacks.", "#Target# 不再闪避攻击。")
+t("#Target# is no longer evading attacks.", "#Target#不再闪避攻击。")
 t("-Evasion", "-闪避")
 t("Speed", "加速")
 t("Slow", "减速")
 t("Reduces global action speed by %d%%.", "整体速度下降 %d%% 。")
 t("+Slow", "+减速")
 t("-Slow", "-减速")
-t("#Target# loses sight!", "#Target# 失明了!")
+t("#Target# loses sight!", "#Target#失明了!")
 t("+Blind", "+致盲")
 t("Stoneskin", "石化皮肤")
 t("The target's skin reacts to damage, granting %d armour.", "目标皮肤抵抗伤害,提升 %d 护甲值。")
@@ -35829,42 +37336,43 @@ t("#Target# is less thorny now.", "#Target#的皮肤不再坚硬")
 t("-Thorny Skin", "-荆棘皮肤")
 t("Frozen Feet", "冻足")
 t("The target is frozen on the ground, able to act freely but not move.", "目标被冻结在原地,可以做其他任何动作但无法移动。")
-t("#Target# is frozen to the ground!", "#Target# 被冻结在原地!")
-t("#Target# warms up.", "#Target# 的坚冰融化了。")
+t("#Target# is frozen to the ground!", "#Target#被冻结在原地!")
+t("#Target# warms up.", "#Target#的坚冰融化了。")
 t("Frozen", "冰冻")
 t("The target is encased in ice. All damage done to it will be split, 40%% absorbed by the ice and 60%% by the target. The target's defense is nullified while in the ice, and it may only attack the ice, but it is also immune to any new detrimental status effects (except Wet and Frozen Feet). The target cannot teleport or heal while frozen. %d HP on the iceblock remaining.", "目标被冻结在冰块中,对其造成的所有伤害有 40%%被冰块吸收,目标则受到余下的 60%%伤害。冰冻状态下你的闪避无效,你只能攻击冰块,但同时你也不会受到其他负面状态影响(潮湿和冻结双脚除外)。目标被冻结时无法传送也不能回复生命。冰块剩余 %d HP。")
-t("#Target# is encased in ice!", "#Target# 被冻结在冰块中!")
+t("cold", "寒冷")
+t("#Target# is encased in ice!", "#Target#被冻结在冰块中!")
 t("+Frozen", "+冰冻")
-t("#Target# is free from the ice.", "#Target# 从冰块中解脱。")
+t("#Target# is free from the ice.", "#Target#从冰块中解脱。")
 t("-Frozen", "-冰冻")
 t("Wrath of the Woods", "丛林的愤怒")
 t("Wrath of the Highborn", "高等人类之怒")
 t("The target calls upon its inner resources, improving all damage by %d%% and reducing all damage taken by %d%%.", "目标召唤其内心的力量,提高所有伤害加成%d%%,减少受到的所有伤害%d%%。")
-t("#Target# radiates power.", "#Target# 辐射出力量。")
-t("#Target#'s aura of power vanishes.", "#Target# 的力量光环消失。")
+t("#Target# radiates power.", "#Target#辐射出力量。")
+t("#Target#'s aura of power vanishes.", "#Target#的力量光环消失。")
 t("Shell Shield", "甲壳护盾")
 t("The target takes cover in its shell, gaining %d%% all resist.", "目标被甲壳覆盖,全体伤害抗性增加%d%% 。")
-t("#Target# takes cover under its shell.", "#Target# 以它的甲壳作为护盾。")
+t("#Target# takes cover under its shell.", "#Target#以它的甲壳作为护盾。")
 t("+Shell Shield", "+甲壳护盾")
-t("#Target# leaves the cover of its shell.", "#Target# 失去了甲壳护盾。")
+t("#Target# leaves the cover of its shell.", "#Target#失去了甲壳护盾。")
 t("-Shell Shield", "-甲壳护盾")
 t("Serpentine Nature", "巨蟒特质")
 t("The target takes on the properties of the hydra, gaining %d%% affinity to lightning, acid, and nature damage and regenerating %d life per turn.", "目标展现出多头蛇的特性,获得 %d%% 闪电、酸性和自然伤害吸收,每回合回复 %d 生命。")
 t("Pain Suppression", "痛苦压制")
 t("The target ignores pain, reducing all damage taken by %d%%.", "目标忽视疼痛,减少所受伤害 %d%% 。")
-t("#Target# lessens the pain.", "#Target# 可以无视疼痛。")
+t("#Target# lessens the pain.", "#Target#可以无视疼痛。")
 t("+Pain Suppression", "+痛苦压制")
-t("#Target# feels pain again.", "#Target# 重新感受到疼痛。")
+t("#Target# feels pain again.", "#Target#重新感受到疼痛。")
 t("-Pain Suppression", "-痛苦压制")
 t("Primal Attunement", "自然协调")
 t("The target is attuned to the wild, increasing all damage affinity by %d%% and reducing a random debuff duration by %d each turn.", "目标和自然协调 , 增加全体伤害吸收 %d%% ,每回合随机减少一个负面状态 %d 回合持续时间 。")
 t("#Target# attunes to the wild.", "#Target#和自然相和谐。")
 t("+Primal", "+原初")
-t("#Target# is no longer one with nature.", "#Target# 重新感受到疼痛。")
+t("#Target# is no longer one with nature.", "#Target#重新感受到疼痛。")
 t("-Primal", "-原初")
 t("Purge Blight", "枯萎净化")
 t("The target is infused with the power of nature, reducing all blight damage taken by %d%%, increasing spell saves by %d, and granting immunity to diseases.", "目标得到了自然的力量,减少所有枯萎伤害 %d%% ,提升法术豁免 %d ,并使其对疾病免疫。")
-t("#Target# rejects blight!", "#Target# 抵抗了枯萎能量!")
+t("#Target# rejects blight!", "#Target#抵抗了枯萎能量!")
 t("+Purge", "+净化")
 t("#Target# is susceptible to blight again.", "#Target#目标重新会被枯萎影响了。")
 t("-Purge", "-净化")
@@ -35874,52 +37382,55 @@ t("Heroism", "英勇")
 t("Keeps you from dying even if your life drops to %+d", "使你直到生命降至 %+d 时才会死去")
 t("Sunder Armour", "破甲")
 t("The target's armour and saves are broken, reducing them by %d.", "目标护甲破损,护甲值和豁免降低 %d。")
-t("#Target#'s armour is damaged!", "#Target# 的护甲破损了!")
+t("#Target#'s armour is damaged!", "#Target#的护甲破损了!")
 t("+Sunder Armor", "+破甲")
 t("-Sunder Armor", "-破甲")
 t("Sunder Arms", "破刃")
 t("The target's combat ability is reduced, reducing its attack by %d.", "目标战斗能力下降,降低 %d 点命中。")
-t("#Target#'s fighting ability is impaired!", "#Target# 的战斗能力被削弱了!")
+t("#Target#'s fighting ability is impaired!", "#Target#的战斗能力被削弱了!")
 t("+Sunder Arms", "+破刃")
-t("#Target#'s ability to fight has recovered.", "#Target# 的战斗能力恢复了。")
+t("#Target#'s ability to fight has recovered.", "#Target#的战斗能力恢复了。")
 t("-Sunder Arms", "-破刃")
 t("+Pinned", "+定身")
 t("-Pinned", "-定身")
 t("Pinned to the ground", "定身")
 t("The target is pinned to the ground, unable to move.", "目标被定身在原地,无法移动。")
-t("#Target# is pinned to the ground.", "#Target# 被定身在原地。")
+t("#Target# is pinned to the ground.", "#Target#被定身在原地。")
 t("+Bone Grab", "+骨爪")
-t("#Target# is no longer pinned.", "#Target# 摆脱了定身。")
+t("#Target# is no longer pinned.", "#Target#摆脱了定身。")
 t("-Bone Grab", "-骨爪")
 t("Mighty Blows", "猛力攻击")
 t("The target's combat damage is improved by %d.", "目标战斗伤害值提高 %d。")
+t("golem", "傀儡")
 t("#Target# looks menacing.", "#Target#看上去更具威胁。")
 t("#Target# looks less menacing.", "#Target#看上去不再更具威胁。")
 t("Cripple", "致残")
 t("The target is crippled, reducing melee, spellcasting and mind speed by %d%%.", "目标被致残,降低 %d%% 近战、施法和精神速度。")
+t("cripple", "致残")
 t("#Target# is crippled.", "#Target#被致残。")
-t("#Target# is not crippled anymore.", "#Target# 不再被致残。")
+t("#Target# is not crippled anymore.", "#Target#不再被致残。")
 t("Burrow", "土遁")
 t("The target is able to burrow into walls, and additionally has %d more APR and %d%% more physical resistance penetration.", "目标可以挖入墙中,获得%d护甲穿透,%d%%物理抗性穿透。")
 t("Reduced Vision", "视力下降")
 t("The target's vision range is decreased by %d.", "目标的视觉范围减少 %d。")
+t("sense", "感知")
 t("+Dim Vision", "+黯淡视野")
 t("-Dim Vision", "-黯淡视野")
 t("The smoke around #target# dissipates.", "#Target#周围的浓烟消失了。")
 t("Resolve", "分解")
 t(" and ", "和")
-t("You gain %d%% resistance against %s.", "你获得 %d%% %s 抵抗。")
+t("You gain %d%% resistance against %s.", "你获得%d%%%s抗性。")
 t("#Target# attunes to the damage.", "#Target#能忍受伤害。")
 t("+Resolve", "+分解")
 t("#Target# is no longer attuned.", "#Target#忍受伤害能力消失。")
 t("-Resolve", "-分解")
 t("Wild Speed", "狂暴加速")
 t("Moving at extreme speed (%d%% faster) and gains 100%% stun, daze and pinning immunity. Any action other than movement will cancel it.", "以极快的速度移动 (加速 %d%%) 并获得 100%% 震慑、眩晕和定身免疫。任何非移动动作都会取消这一效果。")
-t("#Target# is moving at extreme speed!", "#Target# 走得飞快!")
+t("#Target# is moving at extreme speed!", "#Target#走得飞快!")
 t("+Wild Speed", "+狂暴加速")
 t("-Wild Speed", "-狂暴加速")
 t("Hunter", "猎手")
-t("Movement is %d%% faster.  Any action other than movement will end this effect.", "你正在寻找下一个目标,  移动速度增加 %d%% 。")
+t("Movement is %d%% faster.  Any action other than movement will end this effect.", "你正在寻找下一个目标,移动速度增加 %d%% 。")
 t("#Target# prepares %s!", "#Target#准备了%s!")
 t("+Hunter", "+猎手")
 t("-Hunter", "-猎手")
@@ -35930,12 +37441,14 @@ t("+Step Up", "+步步为营")
 t("-Step Up", "-步步为营")
 t("Lightning Speed", "闪电加速")
 t("Turn into pure lightning, moving %d%% faster. It also increases your lightning resistance by 100%% and your physical resistance by 30%%.", "成为一道闪电,提高 %d%% 移动速度。并提高 100%%闪电抵抗和 30%%物理抵抗。")
+t("lightning", "闪电")
 t("#Target# turns into pure lightning!.", "#Target#变成了一道闪电!")
 t("+Lightning Speed", "+闪电加速")
 t("#Target# is back to normal.", "#Target#恢复了正常。")
 t("-Lightning Speed", "-闪电加速")
 t("Dragon's Fire", "龙之焰")
 t("Dragon blood runs through your veins. You can breathe fire (or have it improved if you already could).", "你流淌着龙的血液,你能吐出火焰或者提升火焰吐息的威力。")
+t("fire", "火焰")
 t("#Target#'s throat seems to be burning.", "#Target#的喉咙里喷射出火焰。")
 t("+Dragon's fire", "+龙之焰")
 t("#Target#'s throat seems to cool down.", "#Target#的火焰平息了下来。")
@@ -35969,6 +37482,7 @@ t("#Target# has escaped the crushing hold.", "#Target#脱离了击碎效果。")
 t("-Crushing Hold", "-关节技:折颈")
 t("Strangle Hold", "扼喉")
 t("The target is being strangled and may not cast spells and suffers %d damage each turn.", "目标被扼住喉咙,不能施法且每回合受到 %d 伤害。")
+t("silence", "沉默")
 t("#Target# is being strangled.", "#Target#被掐住了喉咙。")
 t("+Strangle Hold", "+扼喉")
 t("#Target# has escaped the strangle hold.", "#Target#从扼喉中逃脱。")
@@ -36012,6 +37526,7 @@ t("-Reflexive Dodging", "-闪避反射")
 t("Weakened Defenses", "碎甲")
 t("The target's physical resistance has been reduced by %d%%.", "目标物理抵抗下降 %d%% 。")
 t("Waters of Life", "生命之水")
+t("The target purifies all diseases and poisons, turning them into healing effects.", "目标净化所有毒素和疾病效果,并将它们转化为治疗。")
 t("Elemental Harmony", "元素和谐")
 t("Increases global speed by %d%%.", "整体速度提升 %d%% 。")
 t("Increases armour by %d.", "增加护甲值 %d 。")
@@ -36020,10 +37535,10 @@ t("Increases life regen by %0.2f.", "增加生命回复 %0.2f 。")
 t("Increases all resists by %d%%.", "增加所有抵抗 %d%% 。")
 t("Healing Nexus Redirection", "治疗被转移")
 t("All direct healing done to the target fails, and is instead redirected to %s at %d%% effectiveness.", "目标受到的直接治疗将被转移至 %s ( %d%% 效率).")
-t("#YELLOW_GREEN##Source# steals healing from #Target#!", "#YELLOW_GREEN##Source# 从 #Target# 偷取了治疗!")
+t("#YELLOW_GREEN##Source# steals healing from #Target#!", "#YELLOW_GREEN##Source#从#Target#偷取了治疗!")
 t("Healing Nexus", "治疗转移")
 t("All direct healing done to the target is increased by %d%% and each heal restores %0.1f equilibrium.", "目标所有受到的治疗增加 %d%%,每次治疗恢复 %0.1f 失衡值。")
-t("#YELLOW_GREEN##Source#'s healing is amplified!", "#YELLOW_GREEN##Source# 的治疗被增幅了!")
+t("#YELLOW_GREEN##Source#'s healing is amplified!", "#YELLOW_GREEN##Source#的治疗被增幅了!")
 t("Immobilized", "固定")
 t("Immobilized by telekinetic forces.", "被念力困住。")
 t("#F53CBE##Target# is bound by telekinetic forces!", "#F53CBE##Target#被念力困住。")
@@ -36032,6 +37547,7 @@ t("#Target# shakes free of the telekinetic binding", "#Target#从念力约束中
 t("-Paralyzed", "-麻痹")
 t("Imploding (slow)", "碎骨压制(减速)")
 t("Slowed by 50%% and taking %d crushing damage per turn.", " 整体速度下降 50%% , 每回合受到 %d 碾压伤害。")
+t("telekinesis", "念力")
 t("#Target# is being crushed.", "#Target#被击碎。")
 t("+Imploding", "+压制")
 t("#Target# shakes off the crushing forces.", "#Target#脱离压碎效果。")
@@ -36044,14 +37560,19 @@ t("#Target# is moving less freely.", "#Target#自由移动效果消失。")
 t("-Free Action", "-自由行动")
 t("Adrenaline Surge", "肾上腺素")
 t("The target's combat damage is improved by %d and it an continue to fight past the point of exhaustion, supplementing life for stamina.", "目标战斗伤害提高 %d 能量枯竭时消耗生命值代替体力值继续战斗。")
+t("frenzy", "疯狂")
 t("#Target# feels a surge of adrenaline.", "#Target#被注入了肾上腺素。")
 t("#Target#'s adrenaline surge has come to an end.", "#Target#的肾上腺素效果消失。")
 t("Blindside Bonus", "攻其不备")
 t("The target has appeared out of nowhere! It's defense is boosted by %d.", "目标不知从哪里冒出来!闪避值增加 %d。")
+t("evade", "闪避")
 t("Off-balance", "-失去平衡")
+t("Badly off balance. Global damage is reduced by 15%.", "严重失去平衡,降低整体伤害 15%。")
 t("+Off-balance", "+-失去平衡")
 t("-Off-balance", "-失去平衡")
 t("Off-guard", "-猝不及防")
+t("Badly off guard. Attackers gain a 10% bonus to physical critical strike chance and physical critcal strike power.", "目标失去防备,攻击者获得 10%额外物理暴击概率和暴击加成。")
+t("cross tier", "越层效果")
 t("+Off-guard", "+-猝不及防")
 t("-Off-guard", "-猝不及防")
 t("Slow movement", "减速")
@@ -36060,6 +37581,7 @@ t("+Slow movement", "+减速")
 t("-Slow movement", "-减速")
 t("Weakened", "削弱")
 t("The target has been weakened, reducing all damage inflicted by %d%%.", "目标被弱化,降低 %d%% 所有伤害。")
+t("curse", "诅咒")
 t("#Target# has been weakened.", "#Target#被削弱。")
 t("#Target#'s is no longer weakened.", "#Target#不再被削弱。")
 t("Lowered fire resistance", "火焰抗性下降")
@@ -36095,6 +37617,7 @@ t("-Cursed Wound", "-诅咒创伤")
 t("%s has re-opened a cursed wound!", "%s再次遭受被诅咒的创伤。")
 t("Luminescence ", "冷光")
 t("The target has been revealed, reducing its stealth power by %d.", "目标被显形,降低潜行等级 %d。")
+t("light", "光系")
 t("#Target# has been illuminated.", "#Target#受到冷光效果。")
 t("+Luminescence", "+冷光")
 t("#Target# is no longer illuminated.", "#Target#的冷光效果消失。")
@@ -36104,7 +37627,7 @@ t("The target has a %d%% chance to fail any spell it casts and a chance each tur
 t("#Target#'s magic has been disrupted.", "#Target#的魔法力量被干扰。")
 t("#Target#'s is no longer disrupted.", "#Target#的魔法力量不再被干扰。")
 t("Resonance", "共鸣")
-t("+%d%% %s damage.", "+%d%% %s 伤害。")
+t("+%d%% %s damage.", "+%d%% %s伤害。")
 t("#Target# resonates with the damage.", "#Target#与受到的伤害产生共鸣。")
 t("+Resonance", "+共鸣")
 t("#Target# is no longer resonating.", "#Target#不再与伤害共鸣。")
@@ -36117,12 +37640,12 @@ t("#Target# is protected by a layer of thick leaves.", "#Target#被一层厚厚
 t("+Leaves Cover", "+叶之守护")
 t("#Target# cover of leaves falls apart.", "#Target#的叶刃保护消失了。")
 t("-Leaves Cover", "-叶之守护")
-t("Parrying melee attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).", " 阻挡近战攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害, ( 剩余次数 %0.1f ) ")
+t("Parrying melee attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).", " 阻挡近战攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害,( 剩余次数 %0.1f ) ")
 t("Parrying", "抵挡攻击")
 t(" and ranged", "和远程")
-t("Parrying melee%s attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).  Parried attacks cannot crit.", "阻挡近战%s攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害, ( 剩余次数 %0.1f )。被阻挡的攻击不会暴击。")
+t("Parrying melee%s attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).  Parried attacks cannot crit.", "阻挡近战%s攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害,( 剩余次数 %0.1f )。被阻挡的攻击不会暴击。")
 t("Reduces all damage taken by %d.", "减少受到的所有伤害 %d 点。")
-t("#CRIMSON##Source# heals from blocking with %s shield!", "#CRIMSON##Source# 用 %s 盾牌格挡,获得了治疗!")
+t("#CRIMSON##Source# heals from blocking with %s shield!", "#CRIMSON##Source#用%s盾牌格挡,获得了治疗!")
 t("%s resists the disarming attempt!", "%s抵抗了缴械!")
 t("Counterstrike", "反击")
 t("Vulnerable to deadly counterstrikes. Next melee attack will inflict double damage.", "容易受到致命的反击。下一次近战攻击将造成双倍伤害。")
@@ -36131,7 +37654,7 @@ t("-Counter", "-反击")
 t("Counter Attacking", "反击攻击")
 t("Countering melee attacks: Has a %d%% chance to get an automatic counter attack when avoiding a melee attack. (%0.1f counters remaining)", " 反击近战攻击:有 %d%% 几率在闪避近战攻击后反击对方。(剩余次数 %0.1f ) ")
 t("Blocking", "格挡")
-t("Blocking up to %d total damage.", "格挡至多%d 伤害。")
+t("Blocking up to %d total damage.", "格挡至多%d伤害。")
 t("#STEEL_BLUE#(%d blocked)#LAST#", "#STEEL_BLUE#(%d 格挡)#LAST#")
 t("#ORCHID#You cannot block any more attacks!#LAST#", "#ORCHID#你不能格挡更多攻击了!#LAST#")
 t("Grappling Defensively", "反击投技")
@@ -36146,6 +37669,7 @@ t("-Ravage", "-疯狂扭曲")
 t("#LIGHT_RED#%s is being ravaged by distortion!", "#LIGHT_RED#%s被疯狂扭曲了。")
 t("Distortion", "扭曲")
 t("The target has recently taken distortion damage, is vulnerable to distortion effects, and has its physical resistance decreased by %d%%.", " 目标最近承受了扭曲伤害,对扭曲效果更敏感,同时物理抗性下降 %d%% 。")
+t("distortion", "扭曲")
 t("+Distortion", "+扭曲")
 t("#Target# is no longer distorted.", "#Target#不再被扭曲。")
 t("-Distortion", "-扭曲")
@@ -36167,24 +37691,29 @@ t("#Target# is speeding up.", "#Target#速度加快。")
 t("+Fast As Lightning", "+迅如雷电")
 t("#Target# is slowing down.", "#Target#速度减慢。")
 t("-Fast As Lightning", "-迅如雷电")
+t("Resets Rush cooldown if killed.", "被杀时重置冲锋冷却时间。")
 t("Steamroller", "压路机")
 t("Grants a +%d%% damage bonus.", "获得 +%d%% 伤害加成。")
 t("Spine of the World", "世界之脊")
+t("Immune to physical effects.", "对物理效果免疫。")
+t("status", "状态")
 t("#Target# become impervious to physical effects.", "#Target#对物理状态免疫。")
 t("+Spine of the World", "+世界之脊")
 t("#Target# is less impervious to physical effects.", "#Target#不再对物理状态免疫。")
 t("-Spine of the World", "-世界之脊")
 t("Fungal Blood", "真菌血液")
 t("You have %d fungal energies stored. Release them to heal by using the Fungal Blood prodigy.", "已储存 %d 真菌能量。使用真菌血液天赋来释放能量治疗。")
+t("heal", "治疗")
 t("+Fungal Blood", "+真菌血液")
 t("-Fungal Blood", "-真菌血液")
 t("Mucus", "粘液")
 t("You lay mucus where you walk.", "在你行走过的地方留下粘液。")
+t("mucus", "粘液")
 t("+Mucus", "+粘液")
 t("-Mucus", "-粘液")
 t("Corrosive Nature", "自然腐蚀")
 t("Acid damage increased by %d%%.", "酸性伤害增加 %d%%.")
-t("#Target#'s acid damage is more potent.", "#Target# 的酸性伤害增加。")
+t("#Target#'s acid damage is more potent.", "#Target#的酸性伤害增加。")
 t("+Corrosive Nature", "+自然腐蚀")
 t("#Target#'s acid damage is no longer so potent.", "#Target#的酸性伤害不再增加。")
 t("-Corrosive Nature", "-自然腐蚀")
@@ -36198,17 +37727,20 @@ t("-Nature Acid", "-自然酸化")
 t("%s's natural acid becomes more concentrated!", "%s的自然酸化之力增强了!")
 t("Corrode", "腐蚀")
 t("The target is corroded, reducing their accuracy by %d, their armor by %d, and their defense by %d.", "目标被侵蚀,降低 %d 命中、 %d 护甲值和 %d 闪避。")
+t("acid", "酸性")
 t("#Target# is corroded.", "#Target#被侵蚀。")
 t("#Target# has shook off the effects of their corrosion.", "#Target#不再被侵蚀。")
 t("Slippery Moss", "光滑苔藓")
 t("The target is covered in slippery moss. Each time it tries to use a talent there is %d%% chance of failure.", "目标被光滑苔藓覆盖,每次使用技能时有 %d%% 几率失败。")
+t("moss", "苔藓")
 t("#Target# is covered in slippery moss!", "#Target#被光滑苔藓覆盖")
 t("+Slippery Moss", "+光滑苔藓")
 t("#Target# is free from the slippery moss.", "#Target#摆脱了光滑苔藓")
 t("-Slippery Moss", "-光滑苔藓")
 t("Juggernaut", "战场主宰")
 t("Reduces physical damage received by %d%% and provides a %d%% chance to ignore critical hits.", "减少 %d%% 物理伤害并有  %d%% 几率无视暴击伤害。")
-t("#Target# hardens its skin.", "#Target# 的皮肤变得坚硬。")
+t("superiority", "战术优化")
+t("#Target# hardens its skin.", "#Target#的皮肤变得坚硬。")
 t("+Juggernaut", "+战场主宰")
 t("-Juggernaut", "-战场主宰")
 t("Natural Replenishment", "自然充能")
@@ -36222,12 +37754,14 @@ t("Increases critical hit chance by %d%%.", "增加 %d%% 暴击率")
 t("Relentless Fury", "无尽怒火")
 t("Increases stamina regeneration by %d, movement and attack speed by %d%%.", "增加 %d 体力回复,  %d%% 攻击和移动速度.")
 t("Directed Speed", "定向加速")
-t("#Target# loses speed.", "#Target# 速度减慢。")
+t("#Target# loses speed.", "#Target#速度减慢。")
 t("-Directed Speed", "-定向加速")
 t("Target is currently moving with %d%% additional speed in a single direction (%s). Stopping or changing directions will remove this effect.", "目标单方向(%s)移动时获得 %d%% 额外速度。停止或者改变方向将取消此效果。")
 t("Stun Lengthen", "震慑延长")
+t("stun", "震慑")
 t("#Target# is stunned further! (now %d turns)", "#Target#被进一步震慑了!(现在%d回合)")
 t("Eternal Warrior", "永恒战士")
+t("morale", "士气")
 t("+Eternal Warrior", "+永恒战士")
 t("-Eternal Warrior", "-永恒战士")
 t("The target stands strong, increasing all resistances by %0.1f%% and resistance caps by %0.1f%%.", "目标十分强大,增加全体抗性 %0.1f%%, 全体抗性上限 %0.1f%%.")
@@ -36235,9 +37769,10 @@ t("Tactical Position", "策略走位")
 t("The target has relocated to a favorable position, giving them +%d%% physical critical chance.", "目标重新移动到自己喜欢的位置,增加 %d%% 物理暴击率。")
 t("#Target# is poised to strike!", "#Target#准备作战!")
 t("Defensive Roll", "防御滚动")
-t("#Target# assumes an extreme defensive posture, avoiding some damage!", "#Target# 进入了极端防守姿态,躲避伤害!")
+t("#Target# assumes an extreme defensive posture, avoiding some damage!", "#Target#进入了极端防守姿态,躲避伤害!")
 t("The target is in an extreme defensive posture, avoiding %d%% of all incoming damage.", "目标进行了防御性的滚动,减少 %d%% 受到的伤害。")
 t("Trained Reactions Cooldown", "特种训练冷却")
+t("cooldown", "冷却")
 t("#LIGHT_BLUE##Target# may dodge again.", "#LIGHT_BLUE##Target#可以再次躲避了。")
 t("+Trained Reactions", "+特种训练")
 t("Trained Reactions may not trigger.", "特种训练暂时不能触发。")
@@ -36246,29 +37781,32 @@ t("#Target# has sped up!", "#Target#速度上升!")
 t("The target's reactions have quickened, giving +%d%% global speed.", "目标的反应速度变快了,整体速度提升 %d%% 。")
 t("Anti-Gravity", "-反重力")
 t("Target is caught in an anti-gravity field, halving its knockback resistance.", "目标被反重力力量击中,减半击退免疫。")
+t("spacetime", "时空")
 t("+Anti-Gravity", "+-反重力")
 t("-Anti-Gravity", "-反重力")
 t("Parasitic Leeches", "寄生虫")
-t("Parasitic Leeches: ", "寄生虫: ")
+t("Parasitic Leeches: ", "寄生虫:")
 t("The target is being fed upon by %d masses of parasitic leeches for %0.2f physical and %0.2f acid damage each turn.  After a %d turn feeding period, one mass will drop off and multiply.", "目标被 %d 堆寄生虫寄生,每回合受到 %0.2f 物理和 %0.2f 酸性伤害。每隔 %d 回合,一堆寄生虫将脱落并繁殖。")
+t("parasite", "寄生")
 t("#Target# is #GREEN#INFESTED#LAST# with parasitic leeches!", "#Target#被寄生虫#GREEN#寄生#LAST#了! ")
 t("+Parasitic Leeches", "+寄生虫")
 t("Some leeches drop off %s!", "寄生虫从%s处脱落! ")
 t("Garrote", "绞杀")
 t("  It is silenced for the next %d turn(s), preventing it from casting spells and using some vocal talents.", "  目标还被沉默 %d 回合,不能释放法术或使用声音技能。")
 t("The target is being garrotted by %s, rendering it unable to move and subject to an automatic unarmed attack (at %d%% damage) each turn.%s", "目标被 %s 绞杀,无法移动,每回合会收到一次自动的徒手打击(造成 %d%% 武器伤害)。%s")
+t("grapple", "抓取")
 t("%s has garroted #Target#!", "%s 绞杀 #Target#!")
 t("+Garrote", "+绞杀")
 t("Something", "某物")
-t("#Target# is free from %s's garrote.", "#Target# 从 %s 的绞杀中脱离")
+t("#Target# is free from %s's garrote.", "#Target#从%s的绞杀中脱离")
 t("-Garrote", "-绞杀")
 t("something", "某物")
-t("#Source# #LIGHT_RED#strangles#LAST# #Target#!", "#Source# #LIGHT_RED#绞杀#LAST# #Target#!")
+t("#Source# #LIGHT_RED#strangles#LAST# #Target#!", "#Source##LIGHT_RED#绞杀#LAST##Target#!")
 t("Marked for Death", "死亡标记")
 t("The target takes %d%% increased damage from all sources.  If this effect runs its full course, the target will take an additional %0.1f physical damage (increased by %d%% of all damage taken while this effect is active).", "目标承受额外 %d%% 伤害。效果结束时,目标将受到 %0.1f 物理伤害(已追加标记期间受到总伤害的 %d%%)。")
-t("#Target# is marked for death!", "#Target# 被死亡标记!")
+t("#Target# is marked for death!", "#Target#被死亡标记!")
 t("+Marked for Death!", "+死亡标记!")
-t("#Target# is free from the deathmark.", "#Target# 脱离死亡标记。")
+t("#Target# is free from the deathmark.", "#Target#脱离死亡标记。")
 t("-Marked for Death", "-死亡标记")
 t("Deadly Poison", "致命毒素")
 t(" Healing received is reduced by %d%%.", " 治疗系数下降 %d%%.")
@@ -36281,8 +37819,9 @@ t("+Deadly Poison", "+致命毒素")
 t("-Deadly Poison", "-致命毒素")
 t("Razorwire", "刀片切割")
 t("The target's equipment has been shredded by razorwire, reducing its accuracy by %d, armour by %d, and defense by %d.", "目标的装备被刀片切割,命中减少 %d, 护甲减少 %d, 闪避减少 %d 。")
-t("#Target# is entangled in razorwire!", "#Target# 被刀片切割!")
-t("#Target# has shook off the razorwire.", "#Target# 脱离了刀片。")
+t("physical", "物理")
+t("#Target# is entangled in razorwire!", "#Target#被刀片切割!")
+t("#Target# has shook off the razorwire.", "#Target#脱离了刀片。")
 t("Dirty Fighting", "卑劣攻击")
 t("The target is reeling in pain. Stun, pin, blindness, and confusion immunity are halved and physical save is reduced by %d.", "目标在痛苦中挣扎,震慑、定身、目盲、混乱免疫减半,物理豁免减少 %d 。")
 t("+Dirty Fighting", "+卑劣攻击")
@@ -36291,12 +37830,15 @@ t("Soothing Darkness", "黑暗亲和")
 t("The target is wreathed in shadows, increasing life regeneration by %0.1f", "目标沐浴黑暗,增加 %0.1f 生命回复。")
 t(", stamina regeneration by %0.1f and all damage resistance by %d%%.", ",%0.1f体力恢复以及所有伤害抗性 %d%% 。")
 t(" and stamina regeneration by %0.1f.", "以及%0.1f体力恢复。")
+t("healing", "治疗")
+t("regeneration", "回复")
 t("Shadow Dance", "暗影之舞")
 t("The target is able to make actions and attacks while remaining stealthed.", "目标能在潜行状态下采取行动。")
 t("#GREY#You begin your Shadow Dance.", "#GREY#你开始了你的暗影之舞")
 t("#GREY#You end your Shadow Dance.", "#GREY#你结束了你的暗影之舞")
 t("Sedated", "被镇静")
 t("The target is in a deep sleep and unable to act.  Every %d damage it takes will reduce the duration of the effect by one turn.", "目标进入沉睡状态,不能行动。每受到 %d 伤害,持续时间减少 1 回合。")
+t("sleep", "睡眠")
 t("#Target# is in a deep sleep.", "#Target#陷入沉睡。")
 t("#Target# is no longer sleeping.", "#Target#从沉睡中清醒。")
 t("-Sedated", "-被镇静")
@@ -36305,7 +37847,9 @@ t("The target will not die until falling below -%d life.", "目标直到生命
 t("Bear Trap", "捕熊陷阱")
 t("slowed (%d%%)", "减速 (%d%%)")
 t("taking %0.2f physical damage each turn", "每回合受到 %0.2f 物理伤害")
-t("Caught in a bear trap: ", "被捕熊陷阱捕获: ")
+t("Caught in a bear trap: ", "被捕熊陷阱捕获:")
+t("bleed", "流血")
+t("wound", "创伤")
 t("+Bear Trap", "+捕熊陷阱")
 t("A bear trap snaps onto #Target#!", "捕熊陷阱抓住了#Target#")
 t("#Target# is freed from a bear trap.", "#Target#从捕熊陷阱中解脱")
@@ -36313,6 +37857,7 @@ t("-Bear Trap", "-捕熊陷阱")
 t("Stone Vine", "石藤")
 t(" and %0.1f Arcane", " 和 %0.1f 奥术伤害")
 t("A living stone vine holds the target in place, inflicting %0.1f Nature%s damage per turn.", "岩石藤蔓将目标钉在地上,每回合造成 %0.1f 点物理%s 伤害。")
+t("pin", "定身")
 t("#Target# is seized by a stone vine.", "#Target#被岩石藤蔓抓住了。")
 t("+Stone Vine", "+石藤")
 t("#Target# is free from the stone vine.", "#Target#脱离了岩石藤蔓。")
@@ -36321,12 +37866,14 @@ t("Dwarven Resilience", "矮人坚韧")
 t("The target's skin turns to stone, granting %d armour, %d physical save and %d spell save. Also applies %d armour to all non-physical damage.", "目标皮肤石化,提升 %d 护甲值,提升 %d 物理豁免和 %d 法术豁免。同时所有非物理伤害减免 %d 点。")
 t("The target's skin turns to stone, granting %d armour, %d physical save and %d spell save.", " 目标皮肤石化,提升 %d 护甲值,提升 %d 物理豁免和 %d 法术豁免。")
 t("#Target#'s skin turns to stone.", "#Target#的皮肤变成了石头")
-t("#Target#'s skin returns to normal.", "#Target# 的皮肤恢复了正常状态。")
+t("#Target#'s skin returns to normal.", "#Target#的皮肤恢复了正常状态。")
 t("The target protects all those around it in radius %d by redirecting all damage against them to itself.", "目标保护身边半径 %d 内所有友方生物,将伤害转移至自身。")
 t("#Target# begins protecting %s friends with a stone shield.", "#Target#开始用岩石护盾保护周围的%s朋友。")
 t("#Target# is no longer protecting anyone.", "#Target#不再保护任何人。")
 t("Stone Link", "岩石链接")
 t("The target is protected by %s, redirecting all damage to it.", "目标被%s保护,所有伤害转移到它")
+t("earth", "土")
+t("shield", "盾牌")
 t("#Target# is protected by a stone shield.", "#Target#被岩石护盾保护。")
 t("+Stone Link", "+岩石链接")
 t("#Target# is less protected.", "#Target#不再被保护。")
@@ -36338,23 +37885,26 @@ t("stamina regeneration by %0.1f and ", "%0.1f体力回复和")
 t("Increases %sdefense by %d.", "增加 %s %d闪避。")
 t("Ghoulish Leap", "定向跳跃")
 t("The target's global speed is increased by %d%%.", "目标的整体速度增加 %d%% 。")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("+Fast", "+加速")
 t("-Fast", "-加速")
 t("Feint", "佯攻")
 t("The target gains 1 extra parry opportunity each turn, and its chance to fail each parry is reduced by %d%%.", "目标每回合获得一次额外的用匕首抵挡攻击的机会  ,抵挡失败率下降 %d%% 。")
+t("tactical", "战术")
 t("Mana Clash", "奥术对撞")
 t("All damage you do also trigget a manaburn for %d%% of the damage done.", "你造成的所有伤害会触发一次伤害值 %d%% 的法力燃烧。")
-t("#Target# exudes antimagic forces.", "#Target# 散发出反魔法的力量。")
-t("#Target# is no longer toxic to arcane users.", "#Target# 不再克制奥术使用者。")
+t("antimagic", "反魔法")
+t("#Target# exudes antimagic forces.", "#Target#散发出反魔法的力量。")
+t("#Target# is no longer toxic to arcane users.", "#Target#不再克制奥术使用者。")
 t("Bullseye", "靶心")
 t("Trueshot", "专注射击")
 t("Increases attack speed by %d%%, grants infinite ammo, and causes all marking shots to have a 100%% increased chance to mark.", "攻击速度增加 %d%%,弹药无限,攻击时标记概率增加100%% 。")
 t("Escape", "逃脱")
 t("Focusing on defense and mobility, reducing all damage taken by %d%%, stamina regeneration by %0.1f and movement speed by %d%%. Melee and ranged attacks will break this effect.", "集中精力移动闪避,减少受到的伤害 %d%%, 体力回复增加 %0.1f,移动速度增加 %d%%。近战或远程攻击会终止该效果。")
-t("#Target# enters an evasive stance!.", "#Target# 进入闪避姿态!")
+t("speed", "速度")
+t("#Target# enters an evasive stance!.", "#Target#进入闪避姿态!")
 t("+Escape!", "+逃脱!")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("-Escape", "-逃脱")
 t("Sentinel", "哨兵")
 t("Target is watched, causing the next talent used to fail and trigger a counterattack.", "目标被警戒,下一次使用技能将被打断,并触发被反击。")
@@ -36364,74 +37914,90 @@ t("Rapid Movement", "高速移动")
 t("Increases movement speed by %d%%.", "增加移动速度 %d%% 。")
 t("Sticky Pitch", "粘稠沥青")
 t("The target's global speed is reduced by %d%% and fire resistance by %d%%.", "目标整体速度减少 %d%%,火焰抗性减少 %d%% 。")
-t("#Target# is covered in sticky, flammable pitch.", "#Target# 被粘稠易燃的沥青覆盖。")
+t("slow", "减速")
+t("#Target# is covered in sticky, flammable pitch.", "#Target#被粘稠易燃的沥青覆盖。")
 t("+Pitch", "+沥青")
-t("#Target# is free from the pitch.", "#Target# 脱离了沥青覆盖。")
+t("#Target# is free from the pitch.", "#Target#脱离了沥青覆盖。")
 t("-Pitch", "-沥青")
 t("Punctured Armour", "护甲贯通")
 t("Armour has been punctured, increasing all damage taken by %d%%.", "目标的护甲被刺穿了,受到的所有伤害增加 %d%% 。")
+t("sunder", "腐蚀")
 t("#Target#'s armour is punctured!", "#Target#的护甲被刺穿了!")
 t("+Punctured Armour!", "+护甲贯通!")
-t("#Target#'s armour is more intact.", "#Target# 的护甲恢复了。")
+t("#Target#'s armour is more intact.", "#Target#的护甲恢复了。")
 t("-Punctured Armour", "-护甲贯通")
 t("Leeching Poison", "吸血毒素")
 t("The target is poisoned, doing %0.2f nature damage per turn and restoring life to the attacker equal to the damage dealt.", "目标中毒,每回合受到 %0.2f 自然伤害,并为施毒者提供等量治疗。")
-t("#Target# is poisoned!", "#Target# 中毒了!")
+t("poison", "毒素")
+t("#Target# is poisoned!", "#Target#中毒了!")
 t("+Leeching Poison", "+吸血毒素")
-t("#Target# is no longer poisoned.", "#Target# 中毒效果消失。")
+t("#Target# is no longer poisoned.", "#Target#中毒效果消失。")
 t("-Leeching Poison", "-吸血毒素")
 t("Maim", "伤残")
 t("The target is maimed, doing %0.2f physical damage per turn. All damage it does is reduced by %d%%.", "目标身受重伤 , 每回合受到 %0.2f 物理伤害,造成的伤害减少%d%% 。")
-t("#Target# is maimed!", "#Target# 伤残了!")
+t("cut", "流血")
+t("#Target# is maimed!", "#Target#伤残了!")
 t("+Maim", "+伤残")
-t("#Target# is no longer maimed.", "#Target# 不再伤残。")
+t("#Target# is no longer maimed.", "#Target#不再伤残。")
 t("-Maim", "-伤残")
 t("Snipe", "狙击")
 t("The target is preparing a deadly sniper shot.", "目标正为一发致命狙击做准备。")
-t("#Target# takes aim...", "#Target# 瞄准目标…")
+t("#Target# takes aim...", "#Target#瞄准目标…")
 t("+Snipe", "+狙击")
-t("#Target# is no longer aiming.", "#Target# 停止瞄准。")
+t("#Target# is no longer aiming.", "#Target#停止瞄准。")
 t("-Snipe", "-狙击")
 t("Concealment", "隐匿")
 t("The target is concealed, increasing sight and attack range by %d and chance to avoid damage by %d%%.", "目标处于隐匿状态,增加攻击范围和视野 %d格,有%d%% 几率闪避攻击。")
 t("Shadow Smoke", "影之烟雾")
 t("The target is wrapped in disorientating smoke, reducing vision range by %d.", "目标被烟雾包围,处于混乱状态,视野减少 %d 。")
-t("#Target# is surrounded by a thick smoke.", "#Target# 被浓烟围绕。")
+t("blind", "致盲")
+t("#Target# is surrounded by a thick smoke.", "#Target#被浓烟围绕。")
 t("+Shadow Smoke", "+影之烟雾")
 t("-Shadow Smoke", "-影之烟雾")
 t("The smoke around #target# dissipate.", "#Target#周围的浓烟消散了。")
 t("Shadowstrike", "影袭")
 t("The target's critical strike damage bonus is increased by %d%%.", "目标的暴击系数增加 %d%%。")
+t("darkness", "æš—å½±")
 t("Chromatic Resonance", "多彩共振")
 t("Preemptively reacts to %s damage, increasing the appropriate resistance by %d for 5 turns.", "对 %s 伤害共振,增加 %d 相应抗性 5 回合。")
 t("#Target##OLIVE_DRAB# shimmers in multiple hues.", "#Target##OLIVE_DRAB# 发出多彩的闪光。")
 t("#Target#'s#OLIVE_DRAB# multi-hued shimmer fades.", "#Target##OLIVE_DRAB# 的多彩闪光消退了。")
 t("Chromatic Resistance", "多彩抵抗")
 t("%sresistance increased by %d%%.", "%s抗性增加 %d%%。")
+t("resist", "抵抗")
 t("#Target##OLIVE_DRAB# resonates with %s%s#LAST# damage!", "#Target##OLIVE_DRAB#和%s%s#LAST#伤害共鸣!")
 t("#Target##OLIVE_DRAB# no longer resonates with %s%s#LAST# damage!", "#Target##OLIVE_DRAB# 不再和%s%s#LAST#伤害共鸣!")
 t("Swift Shot", "快速射击")
 t("Increases attack speed by %d%%.", "攻击速度增加 %d%% 。")
+t("tactic", "战术")
 t("Crooked", "扭曲")
 t("The target becomes more and more primitive, reducing accuracy and powers by %d", "目标变得越来越原始,命中和强度减少%d")
 t("Eldoral", "艾德瑞尔")
 t("Firing slings does not consume shots.", "投石索不消耗弹药。")
-t("#Target# is focused on firing.", "#Target# 集中精力射击。")
+t("#Target# is focused on firing.", "#Target#集中精力射击。")
 t("+Eldoral", "+艾德瑞尔")
-t("#Target# is less focused.", "#Target# 不再集中精力。")
+t("#Target# is less focused.", "#Target#不再集中精力。")
 t("-Eldoral", "-艾德瑞尔")
 t("Stealthed", "潜行")
 t("Gain %d stealth power", "获得 %d 潜行强度")
-t("#Target# is more stealthy.", "#Target# 更加隐秘。")
+t("#Target# is more stealthy.", "#Target#更加隐秘。")
 t("+Silent stealth", "+隐秘潜行")
-t("#Target# is visible again.", "#Target# 变得可见。")
+t("#Target# is visible again.", "#Target#变得可见。")
 t("-Silent stealth", "-隐秘潜行")
 t("Blinded", "致盲")
 t("The target is blinded, unable to see anything.", "目标被致盲,什么都看不见。")
-t("#Target# recovers sight.", "#Target# 恢复了视力。")
+t("#Target# recovers sight.", "#Target#恢复了视力。")
 t("-Blind", "-致盲")
 t("Gift of the Woods", "森林的恩赐")
 t("Increases the effectiveness of all healing the target receives by %d%%.", "提升目标受到的所有治疗效果 %d%% 。")
+t("nature", "自然")
+
+
+------------------------------------------------
+section "game/modules/tome/data/wda/eyal.lua"
+
+t("Maj'Eyal", "马基埃亚尔")
+t("Far East", "远东")
 
 
 ------------------------------------------------
@@ -36493,8 +38059,10 @@ t("ancient papyrus scroll", "古老的莎草卷轴")
 t("This seems to be an account of the last days of a great Shaloren mage.", "这里记录着一位伟大永恒精灵法师的最后时日。")
 t("Bindings of Eternal Night", "永夜绷带")
 t("Woven through with fell magics of undeath, these bindings suck the light and life out of everything they touch. Any who don them will find themselves suspended in a nightmarish limbo between life and death.", "这根由亡灵能量编织成的绷带,给任何它们接触到的东西带来死亡。任何穿上它们的人会发现他处于生死的边缘。")
+t("A complementing item would be your crowning glory.", "能与其匹敌的只有永夜无上的荣耀。")
 t("Crown of Eternal Night", "永夜王冠")
 t("This crown looks useless, yet you can feel it is woven with fell magics of undeath. Maybe it has a use.", "这顶王冠看起来毫无用处,尽管如此你仍能感受到它是由亡灵能量编织而成的。可能会有些用处吧。")
+t("You need to find something to bind its powers.", "你需要找到一样东西来给予它力量。")
 t("#ANTIQUE_WHITE#The Crown of Eternal Night seems to react with the Bindings, you feel tremendous dark power.", "#ANTIQUE_WHITE#永夜王冠似乎与永夜绷带有某种联系,你感受到了强大的黑暗力量。")
 t("#ANTIQUE_WHITE#The powerful darkness aura you felt wanes away.", "#ANTIQUE_WHITE#你感受到身边的黑暗光环消退了。")
 
@@ -36519,9 +38087,11 @@ section "game/modules/tome/data/zones/ardhungol/npcs.lua"
 t("Ungolë", "温格勒")
 t("A huge spider, shrouded in darkness, her red glowing eyes darting to fix on you. She looks hungry.", "一只被黑暗围绕的巨大蜘蛛,她用血红的眼睛盯着你。她看起来很饥渴。")
 t("and devoured alongside a Sun Paladin", "并和那位太阳骑士一起葬身蛛腹")
-t("xhaiak arachnomancer", "蜘蛛学家Xhaiak")
+t("xhaiak", "哉阿克")
+t("xhaiak arachnomancer", "哉阿克蛛网术士")
 t("A strange looking humanoid spiderkin, its body half covered by a light flowing robe. It looks like tiny spiders are crawling on his skin.", "一个奇怪的人形蜘蛛,它的身体一半被流光的长袍覆盖。看起来小蜘蛛正在他的皮肤上爬行。")
-t("shiaak venomblade", "毒刃Shiaak")
+t("shiaak", "希阿克")
+t("shiaak venomblade", "希阿克毒刃")
 t("A strange looking humanoid, covered in black chitinous skin. He dual wields sinuous daggers and seems bent on plunging them in your body.", "一个奇怪的人形,覆盖着黑色的角质皮肤。他双手挥舞着蜿蜒的匕首,似乎一心想把它们插入你的身体里。")
 
 
@@ -36534,6 +38104,7 @@ t("scrap of paper", "破纸片")
 t("A scrap of paper.", "一张纸片")
 t("Rod of Spydric Poison", "蜘蛛毒枝")
 t("This rod carved out of a giant spider fang continuously drips venom.", "这根法杖由巨大蜘蛛的毒牙雕刻而成,它往下不断的滴落毒液。")
+t("shoot a bolt of spydric poison out to range %d, dealing %0.2f nature damage (based on Magic) over %d turns while rendering the target unable to move", "发射蜘蛛毒素, 对%d码内的敌人造成%0.2f点自然伤害(基于魔法), 并使其在%d回合内无法移动")
 t("%s activates %s %s!", "%s激活了%s%s!")
 
 
@@ -36599,7 +38170,8 @@ t("gladiator", "角斗者")
 t("reaver", "收割者")
 t("A warrior of death.", "致命的战士。")
 t("headless horror", "无头恐魔")
-t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当 %s 倒下时它的眼睛掉落在了地上。")
+t("A headless gangly humanoid with a large distended stomach. Was captured and tamed by the first master of the arena.", "一只高高瘦瘦的无头人形怪物,它有着巨大的胃。它被竞技场的第一任主人捕获并生存至今。")
+t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当%s倒下时它的眼睛掉落在了地上。")
 t("Ryal", "ç‘žå°”")
 t("A gargantuan bone giant resembling a wingless wyrm. He is fully sentient and surprisingly fast.", "一只巨大的骨头巨兽,它的前身似乎是一只地行龙。它有着敏锐的意识和惊人的速度。")
 t("Fryjia Loren", "弗里嘉·劳伦")
@@ -36675,14 +38247,17 @@ t("#VIOLET#Boss round starts!!!", "#VIOLET#BOSS回合开始!!!")
 t("#LIGHT_RED#Final round starts!!!!", "#LIGHT_RED#最后回合开始!!!!")
 t("#YELLOW#The gates open!", "#YELLOW#大门打开了!")
 t("#LIGHT_RED#The gates close!", "#LIGHT_RED#门关上了!")
+t("RANK UP!!", "阶级提升!!")
 t("#LIGHT_GREEN#The public is pleased by your performance! You now have the rank of #WHITE#%s#LIGHT_GREEN#!", "#LIGHT_GREEN#观众为你精彩的表现所折服!你获得了新级别#WHITE#%s#LIGHT_GREEN#!")
+t(" kills!", "击杀!")
 t("#YELLOW#You killed %d enemies in a single turn! The public is excited!", "#YELLOW#你在一回合内干掉了%d个敌人!观众们很兴奋!")
 t("#YELLOW#Items lying around will disappear in #WHITE#%d#YELLOW# turns!#LAST#", "#YELLOW#地上的物品将会在#WHITE#%d#YELLOW#回合内小时!#LAST#")
 t("#VIOLET#Boss round!!!", "#VIOLET#Bossè½®!!!")
 t("#GOLD#Miniboss round!", "#GOLD#小Boss轮!")
 t("#LIGHT_RED#Final round!!!", "#LIGHT_RED#最终轮!!!")
+t("Round Clear! +%s EXP!", "全清! +%s 经验!")
 t("%sWave clear!", "%s波次已全清!")
-t("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", "%s全清奖励: %s%s%s! 分数奖励: %s%s%s! 危险度奖励: %s%s%s! 级别奖励: %s%s%s!")
+t("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", "%s全清奖励:%s%s%s! 分数奖励:%s%s%s! 危险度奖励:%s%s%s! 级别奖励:%s%s%s!")
 t("%sYour experience increases by %s%s%s!", "%s你的经验值增加了%s%s%s!")
 t("%sYou earn %s gold for your victory!", "%s你胜利了,你赢得了%s金币!")
 
@@ -36706,8 +38281,11 @@ t([[A towering creature, made from the bones of hundreds of dead bodies. It is c
 This specimen looks like it was hastily assembled and is not really complete yet.]], [[一只铁塔一样的怪物,由上百只尸体的骨头组成。它周身环绕着不洁的光环。
 这只看起来体型较小,似乎尚未完成。]])
 t("fleshy experiment", "血肉试验品")
+t("This pile of rotting flesh twitches and makes horrid noises.", "这团腐肉抽动着,发出可怕的噪音。")
 t("boney experiment", "骨骸试验品")
+t("This pile of bones appears to move on its own, but it can't seem to organise itself into something dangerous.", "这团骨头试着想要自己移动起来,但是看来它好像没法把自己变成更加强大的形态。")
 t("sanguine experiment", "鲜血试验品")
+t("It looks like a giant blood clot. Is that what its creator intended?", "它看起来就像一个巨大的血块。它的创造者到底想做啥?")
 
 
 ------------------------------------------------
@@ -36754,6 +38332,7 @@ section "game/modules/tome/data/zones/charred-scar/grids.lua"
 t("floor", "地板")
 t("lava", "岩浆")
 t("Farportal: the Far East", "远古传送门:至远东大陆")
+t("A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.", " 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back to the far east.", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你回到了远东大陆。")
 
 
@@ -36880,6 +38459,7 @@ t("You cannot abandon Melinda here!", "你不能放弃米琳达!")
 ------------------------------------------------
 section "game/modules/tome/data/zones/daikara/grids.lua"
 
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
 t("Are you sure you want to enter? There's no telling where you will end up or if you will be able to make it back.", "你确定要进去么?没人知道这会把你带到哪里,你也无法知道你是否还能设法返回。")
 t("Temporal Rift", "时空裂隙")
 t("The rift is too unstable to cross it.", "裂隙太不稳定而无法穿越。")
@@ -36938,7 +38518,7 @@ t([[This disgusting... thing crawls on the floor toward you with great speed.
 It seems to come from the digestive system of the mouth.]], [[这只恶心的……东西在地板上迅速的向你爬来。
 似乎它是由某个消化系统中的嘴部演化而来。]])
 t("#AQUAMARINE#With the Mouth's death its crawler also falls lifeless on the ground!", "#AQUAMARINE#当大嘴怪死去时,它的爬虫也毫无生机的倒在了地上!")
-t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source# 倒下时,你发现#Target#似乎因为痛苦而颤抖!")
+t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source#倒下时,你发现#Target#似乎因为痛苦而颤抖!")
 t("The Abomination", "憎恶")
 t("A horrid mass of pustulent flesh, sinew, and bone; this creature seems to constantly be in pain. Two heads glare malevolently at you, an intruder in its domain.", "一只由无数碎肉、肌腱和骨头组成的恐怖混合体,它看起来痛苦万分。它的双头恶毒的看着你,因为你闯入了它的地盘。")
 t("A parchment falls to the floor near The Abomination.", "一张羊皮纸掉落在了憎恶的身边。")
@@ -36947,6 +38527,7 @@ t("A parchment falls to the floor near The Abomination.", "一张羊皮纸掉落
 ------------------------------------------------
 section "game/modules/tome/data/zones/deep-bellow/objects.lua"
 
+t("Deep Bellow excavation report %d", "无尽深渊挖掘报告 %d")
 t("letter to Rolf (3)", "写给罗尔夫的信 (3)")
 t("letter to Weisman (4)", "写给威斯曼的信 (4)")
 t("Last Will of Rolf", "罗尔夫的遗嘱")
@@ -36962,8 +38543,8 @@ t("The Deep Bellow", "无尽深渊")
 ------------------------------------------------
 section "game/modules/tome/data/zones/demon-plane-spell/grids.lua"
 
-t("#Source# burns #Target#!", "#Source# 灼烧了 #Target#!")
-t("#Source# heals #Target#!", "#Source# 治疗了 #Target#!")
+t("#Source# burns #Target#!", "#Source#灼烧了#Target#!")
+t("#Source# heals #Target#!", "#Source#治疗了#Target#!")
 
 
 ------------------------------------------------
@@ -36976,9 +38557,12 @@ t("Fearscape", "恶魔空间")
 section "game/modules/tome/data/zones/demon-plane/grids.lua"
 
 t("Demonic Portal", "恶魔传送门")
+t("This portal seems to be connected with Maj'Eyal; you could probably use it to go back.", "这个传送门似乎与马基·埃亚尔相连,你也许能通过它回去。")
 t("Back and there again", "穿越过去")
 t("Enter the portal back to Maj'Eyal? (Warning loot Draebor first)", "进入传送门回到马基埃亚尔?(记得先捡走德瑞宝的掉落)")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back to Maj'Eyal, near the Daikara.", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了马基埃亚尔的岱卡拉附近!")
+t("Enter", "进入")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -37148,7 +38732,7 @@ t("A ripple in the void that somehow seems... alive, this creature stares at you
 section "game/modules/tome/data/zones/eidolon-plane/zone.lua"
 
 t("Eidolon Plane", "艾德隆位面")
-t("The Eidolon Plane seems not to physically exist in the same way the normal world does. You cannot seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西, %s 又回到了你的手中。")
+t("The Eidolon Plane seems not to physically exist in the same way the normal world does. You cannot seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西,%s 又回到了你的手中。")
 t("#LIGHT_RED#You are sent back to the material plane!", "#LIGHT_RED#你被传送回现实世界!")
 
 
@@ -37156,6 +38740,9 @@ t("#LIGHT_RED#You are sent back to the material plane!", "#LIGHT_RED#你被传
 section "game/modules/tome/data/zones/eruan/grids.lua"
 
 t("Farportal: Charred Scar", "远古传送门:灼烧之痕")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the west, to Charred Scar. A fiery volcano that can only spell death...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向西方,通向灼烧之痕——一个能带来死亡的活火山…… ]])
 t("#VIOLET#You enter the swirling portal while it fades away and in the blink of an eye you set foot on hellish land, the heart of a volcano...", "#VIOLET#你进入了快要消逝的传送漩涡,一眨眼的功夫你便到了危险之地——一座火山的腹地……")
 
 
@@ -37192,6 +38779,7 @@ t("Flooded Cave", "淹没的洞穴")
 ------------------------------------------------
 section "game/modules/tome/data/zones/gladium/grids.lua"
 
+t("Gladium Control Orb", "竞技场控制水晶")
 t("floor", "地板")
 t("wall", "墙壁")
 t("glass wall", "玻璃墙")
@@ -37200,6 +38788,7 @@ t("glass wall", "玻璃墙")
 ------------------------------------------------
 section "game/modules/tome/data/zones/gladium/zone.lua"
 
+t("Fortress Gladium", "堡垒竞技场")
 
 
 ------------------------------------------------
@@ -37259,6 +38848,7 @@ t("floor", "地板")
 t("door", "é—¨")
 t("roost", "龙巢")
 t("open door", "敞开的门")
+t("This rock seems to have been sealed off. You need to find a way to open it.", "这块石头被封锁了。你需要找到一种方法来打开它。")
 t("#VIOLET#You hear a rock crumbling opening.", "#VIOLET#你听到了石头破碎的声音。")
 t("sand", "æ²™")
 t("wall", "墙壁")
@@ -37331,6 +38921,8 @@ t([[As you approach you come upon an other Wayist and receive a very clear menta
 #{italic}##UMBER#RUN AWAY! I am done for but you can save yourself still!#{normal}#]], [[当你走向维网的另一个成员,你收到了一个清晰的灵能消息:
 #{italic}##UMBER#快跑! 我已经完蛋了,但是你还可以得救!#{normal}#]])
 t("Space around you starts to dissolve...", "你周围的空间开始消解...")
+t("Emergency recall", "紧急启动回归之杖")
+t("Stay and fight!", "留下继续战斗!")
 t("Halfling?! DIE!!!!!", "半身人?!去死吧!!!")
 t("The Way sent you?", "是维网带你来的吗?")
 t("You.. saved me?", "你…救了我?")
@@ -37370,6 +38962,12 @@ t("tree", "æ ‘")
 ------------------------------------------------
 section "game/modules/tome/data/zones/heart-gloom/npcs.lua"
 
+t("deformed ", "畸形的")
+t("gloomy ", "黑暗的")
+t("sick ", "病态的")
+t("dozing ", "瞌睡的")
+t("dreaming ", "睡梦的")
+t("slumbering ", "沉眠的")
 t("The Withering Thing", "凋零")
 t("This deformed beast might have been a wolf before, but now it is just... terrible.", "这只畸形的巨兽之前或许是头狼,不过现在……它很可怕。")
 t("and corrupted into a pile of writhing worms", "并被无数蠕虫腐蚀吞噬")
@@ -37390,16 +38988,27 @@ t("Heart of the Gloom", "黑暗之心")
 section "game/modules/tome/data/zones/high-peak/grids.lua"
 
 t("Farportal: the Far East", "远古传送门:至远东大陆")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向远东。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the Far East, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了远东大陆,此间毫无传送门的痕迹……")
 t("Farportal: Iron Throne", "远古传送门:钢铁王座")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Iron Throne in the West.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向西方的钢铁王座。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the slopes of the Iron Throne, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经到了钢铁王座附近,此间毫无传送门的痕迹……")
 t("Farportal: the Void", "远古传送门:虚空")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to an unknown place, seemingly out of this world. You dare not use it.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向未知之地,似乎为世外之地,你不太敢使用它。]])
 t("#LIGHT_BLUE#You use the orb on the portal, shutting it down easily.", "#LIGHT_BLUE#你在传送门上使用了水晶球,很轻易的关闭了它。")
 t("Invocation Portal: Undeath", "符文传送门:亡灵")
 t("Invocation Portal: Elements", "符文传送门:元素")
 t("Invocation Portal: Dragons", "符文传送门:龙")
 t("Invocation Portal: Destruction", "符文传送门:毁灭")
+t("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 t("Portal: The Sanctum", "圣所传送门")
+t("This portal seems to connect to another part of this level.", "这个传送门似乎连接到地图上的另一个区域。")
 t("#VIOLET#You enter the swirling portal and appear in a large room with other portals and the two wizards.", "#VIOLET#你进入了传送漩涡,当你反应过来时,你发现你来到了一个有着数个传送门和两名魔导师的巨大房间里。")
 t("next level", "前往下一层")
 
@@ -37428,13 +39037,16 @@ t("A strangely wet athame.", "奇怪的潮湿祭剑")
 t("journal", "日记")
 t("A magically-preserved journal.", "魔法保存的日记")
 t("Awakened Staff of Absorption", "觉醒的吸能法杖")
+t("ominous, dark runed staff", "不祥的,黑暗符文的法杖")
 t([[Carved with runes of power, this staff seems to have been made long ago, yet it bears no signs of tarnish.
 Light around it seems to dim and you can feel its tremendous power simply by touching it.
 The Sorcerers seem to have awakened its power.
 #{italic}#"And lo they came to Amakthel himself, and thousands were killed in the assault on his throne, and three of the Godslayers were broken beneath his feet. But Falion with his dying breath pierced the great god on his knee with the icy sword Arkil, and seeing his opportunity Caldizar, leader of the Godslayers, advanced with the Staff of Absorption and struck a terrifying blow against Amakthel. So fell the greatest of the gods by the hands of his own children, and his face was forced into the dust."#{normal}#]], [[杖身铭刻着符文,这根法杖似乎是很久以前制造的,虽然它毫无侵蚀的痕迹。它周围的光线会变的暗淡,当你触摸它时可以感受到惊人的魔力。
 恶魔法师们似乎唤醒了它的力量。
 #{italic}#“终于他们直面了阿马克泰尔,并且上千人牺牲在了他的王座前,其中有三名弑神者倒在了他的脚下。但是法利恩用他死前最后的力量将冰刃阿奇尔插入了真神的膝盖,看到这一机会,凯尔帝勒,弑神者的首领,立刻上前并用吸能法杖对阿马克泰尔造成了致命的一击。这样真神最终倒在了他自己的儿女手中,他的头颅也化作了尘埃。”#{normal}#]])
-t("#Source# brandishes %s %s, absorbing the essence of #target#!", "#Source# 挥舞着 %s%s, 吸收了#target#的精华!")
+t("absorb the essence (ignoring resistance and bypassing most defenses) of a target in range %d, draining 30%% of its life and increasing your own damage by 30%% for %d turns", "吸收%d码范围内某个目标生物的精华(无视抵抗和大部分防御技能),直接吸收30%%生命值,并增加自身伤害加成30%%,持续%d回合")
+t("was absorbed by the %s held by %s", "被%s手中的%s吸能致死")
+t("#Source# brandishes %s %s, absorbing the essence of #target#!", "#Source#挥舞着%s%s, 吸收了#target#的精华!")
 t("gem", "珠宝")
 t("white", "白宝石")
 t("Pearl of Life and Death", "生死珍珠")
@@ -37445,6 +39057,8 @@ t("A pearl, three times the size of a normal pearl, that glitters in infinite co
 section "game/modules/tome/data/zones/high-peak/zone.lua"
 
 t("High Peak", "å·…å³°")
+t("High Peak: The Sanctum", "巅峰:圣所")
+t("High Peak (%d)", "å·…å³° (%d)")
 
 
 ------------------------------------------------
@@ -37470,6 +39084,7 @@ t("rock", "岩石")
 t("snowy_grass", "落雪的草地")
 t("snowy passage", "落雪的道路")
 t("Temporal Rift", "时空裂隙")
+t("The rift leads to another floor of the dungeon.", "裂缝连接到地图上的另一个楼层。")
 t("rift", "裂隙")
 t("crack in spacetime", "时空裂隙")
 t("coral wall", "珊瑚墙")
@@ -37660,6 +39275,7 @@ t("heart", "心脏")
 t("misc", "杂项")
 t("Celia's Still Beating Heart", "赛利亚的跳动心脏")
 t("The living heart of the necromancer Celia, carved out of her chest and preserved with magic.", "死灵法师赛利亚的跳动心脏,取自她的胸膛,上面充满了魔法的力量。")
+t("extract a tiny part of Celia's soul", "抽取希利娅灵魂的一小块")
 t("You squeeze Celia's heart in your hand, absorbing part of her soul into your necrotic aura.", "你把希利娅的心脏放在手中挤压,将她的部分灵魂吸收进你的死灵光环里。")
 
 
@@ -37727,6 +39343,8 @@ t("Crack in the floor", "地板上的洞")
 t([[This area appears to have been hit by a huge tremor, breaking the floor in a huge crack.
 You think you can jump to the level below.]], [[这块区域似乎经历过巨大的震动,将地板砸出了一个大洞。
 你觉得你可以跳进下面的楼层。]])
+t("Jump", "跳下")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -37928,6 +39546,7 @@ t("You arrive in a small underground structure. There are orcs there and as soon
 section "game/modules/tome/data/zones/paradox-plane/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
 
 
 ------------------------------------------------
@@ -37968,7 +39587,9 @@ t("A massive, shifting, ethereal form floats in the air around an orb of frozen
 t("Heavy Sentinel", "笨重的森提内尔")
 t("A towering creature, made from the bones of countless bodies. An aura of flame billows from within its chest.", "像铁塔一样的生物,由数不清的骨头构成。它的胸前缠绕着一圈烈焰。")
 t("Arch Zephyr", "阿克·伊法")
+t("The robes of this ancient vampire billow with intense winds. Bolts of lightning arc along its body. In its hand it holds a bow, electricity streaking across it.", "这只远古吸血鬼的长袍无风自动。闪电在他的周身环绕。他手里握着一把长弓,电弧在这把弓上流转。")
 t("Void Spectre", "虚空亡魂")
+t("Intense Arcane energy whirls in the air around this ethereal form.", "无尽的奥术能量在它永恒的身躯周围环绕。")
 
 
 ------------------------------------------------
@@ -38019,9 +39640,13 @@ t("Escape from Reknor", "从瑞库纳逃亡")
 ------------------------------------------------
 section "game/modules/tome/data/zones/reknor/grids.lua"
 
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Far East, a continent of which only rumours are known...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向远东大陆,一块传说中的大陆…… ]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on an unfamiliar cave, with no trace of the portal...", "#VIOLET#你进入了传送门,一眨眼功夫你发现你到达了一个陌生的洞穴,此间毫无传送门的痕迹……")
 t("Farportal: the Far East", "远古传送门:至远东大陆")
 t("Iron Throne Edict", "钢铁王座布告")
+t("\"AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE\"", "“向钢铁王座所有公民发布的公告。我们的王国将继续隐忍。”")
 
 
 ------------------------------------------------
@@ -38132,7 +39757,7 @@ t("Bloodcaller", "鲜血呼唤")
 t("You won the Ring of Blood trial, and this is your reward.", "你赢得了鲜血之环的试炼,这是对你的奖赏。")
 t([[You heal for 2.5%% of the damage you deal.
 Healing during current combat:  #GREEN#%0.2f#LAST#]], [[你造成的所有伤害将会回复你相当于伤害值2.5%%的生命值。
-在本次战斗中的回复量:  #GREEN#%0.2f#LAST#]])
+在本次战斗中的回复量: #GREEN#%0.2f#LAST#]])
 
 
 ------------------------------------------------
@@ -38339,6 +39964,11 @@ section "game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua"
 
 t("Sher'Tul Control Orb", "夏·图尔控制水晶球")
 t("Exploratory Farportal", "异度传送门")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
+It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
+ 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
+ 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t("Farportal", "远古传送门")
 t("The farportal seems to be inactive", "这个远古传送门关闭着")
 
@@ -38347,6 +39977,7 @@ t("The farportal seems to be inactive", "这个远古传送门关闭着")
 section "game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua"
 
 t("Caldizar", "凯尔帝勒")
+t("A creature stands before you, with long tentacle-like appendages and a squat bump in place of a head. An intense aura of power radiates from this being unlike anything you've ever felt before. It can only be a Sher'Tul. A living Sher'Tul!", "四肢是触须,头部由某种突起代替的奇怪生物。一种强烈的能量在他周围流动,这股能量不同于你之前认识的任何一种。他只能是夏·图尔人。一名活生生的夏·图尔人!")
 
 
 ------------------------------------------------
@@ -38363,6 +39994,11 @@ t("stair back to the lake of Nur", "返回纳尔湖的台阶")
 t("teleportation circle to the surface", "通往地面的传送阵")
 t("teleportation circle for Melinda", "为米琳达准备的传送阵")
 t("Sher'Tul Control Orb", "夏·图尔控制水晶球")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
+It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
+ 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
+ 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in a strangely familiar zone, right next to a farportal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个熟悉的地方,在另一个远古传送门旁边...")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in strange empty space...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个陌生的空地…")
 t("The farportal seems to be inactive", "这个远古传送门关闭着")
@@ -38375,6 +40011,8 @@ t("#VIOLET#As %s falls you notice a portal appearing.", "#VIOLET#当 %s 倒下
 t("#VIOLET#Your rod of recall shakes, a portal appears beneath you.", "#VIOLET#你的召唤之杖开始震动,你的脚下出现了一道传送门。")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in an unfamiliar zone, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个陌生的地方,传送门不见了...")
 t("Library of Lost Mysteries", "失落秘密图书库")
+t("Receiving the lost knowledge of the universe...", "正在接受多元宇宙的失落知识…")
+t("Yiilkgur's Library of Lost Mysteries", "伊克格的失落秘密图书库")
 t("floor", "地板")
 t("wall", "墙壁")
 t("mural painting", "壁画")
@@ -38390,6 +40028,7 @@ t("Weirdling Beast", "异形触手")
 t("A roughly humanoid creature, with tentacle-like appendages in the place of arms and legs. You gasp in horror as you notice it has no head. Putrid warts form quickly on its skin and explode as quickly.", "一只类人生物,在四肢的位置它长出了触须状的关节。当你发现他没有头时你吓了一跳。瘤状物在它的皮肤上不断的冒出又爆炸。")
 t("and slowly consumed", "并被慢慢消化")
 t("#LIGHT_RED#As the Weirdling beast falls it shrieks one last time and the door behind it shatters and explodes, revealing the room behind it. The stair up vanishes!", "#LIGHT_RED#随着维德林兽的倒下,它发出了最后一身尖叫。它身后的门被炸开,里面出现了一个房间,楼梯消失了!")
+t("Teleportation portal to the Sher'Tul Fortress", "通向夏·图尔堡垒的传送阵")
 t("Sher'Tul", "夏·图尔")
 t("Fortress Shadow", "堡垒之影")
 t("The shadow created by the fortress, it resembles somewhat the horrors you saw previously, but it is not the same.", "堡垒制造的阴影,就像你之前看到的恐怖生物一样,不过显然它们有着本质的区别。")
@@ -38410,6 +40049,7 @@ t("simple gown", "简单的长袍")
 ------------------------------------------------
 section "game/modules/tome/data/zones/shertul-fortress/zone.lua"
 
+t("%s (Yiilkgur, the Sher'Tul Fortress)", "%s (夏图尔堡垒,伊克格)")
 t("Yiilkgur, the Sher'Tul Fortress", "夏·图尔堡垒 伊克格")
 t("This level seems to be removed from the rest of the ruins. The air is fresh and the level is lighted. You hear the distant crackling of magical energies.", "这个区域似乎独立于世,空气清新,天空晴朗。你听到远处传来魔法的撞击声。")
 t([[As you enter the familiar Fortress you notice a small orange cat has followed you somehow.
@@ -38430,6 +40070,8 @@ t("tree", "æ ‘")
 t("bog water", "沼泽泥水塘")
 t("coral portal", "珊瑚传送门")
 t("#VIOLET#The portal is already broken!", "#VIOLET#传送门已经被破坏!")
+t("destroyed the portal", "摧毁传送门")
+t("destroying the portal", "摧毁传送门中")
 t("#VIOLET#The portal starts to break down, run!", "#VIOLET#传送门要爆炸了,快跑!")
 
 
@@ -38479,6 +40121,11 @@ t("orb pedestal (destruction)", "水晶球基座:毁灭")
 t("sealed door", "被封印的门")
 t("exit to Grushnak Pride", "离开前往格鲁希纳克部落")
 t("Entrance to the High Peak", "巅峰入口")
+t("The way forward is blocked. There must be some way around here to unlock those doors.", "向前的道路被阻挡了。这里一定有能打开这些大门的方法。")
+t([[As you stand on the stairs you can feel this is a "do or die" one way trip. If you enter there will be no coming back.
+Enter?]], [[当你站在楼梯上时,你能感觉到这是一次不能回头的战斗,非生既死,一旦进去就不能回来。
+现在进去么?]])
+t("High Peak", "å·…å³°")
 
 
 ------------------------------------------------
@@ -38561,12 +40208,15 @@ t("Look over there!", "快看那里!")
 section "game/modules/tome/data/zones/stellar-system-shandral/grids.lua"
 
 t("Shandral (Sun)", "珊德拉 (恒星)")
+t("The sun of the Shandral star system.", "珊德拉星系的恒星。")
 t("Eyal (Planet)", "埃亚尔 (星球)")
 t("Summertide (Moon of Eyal)", "夏殇 (埃亚尔的卫星)")
 t("Wintertide (Moon of Eyal)", "霜华 (埃亚尔的卫星)")
+t("One of the moons of Eyal.", "埃亚尔的一个卫星。")
 t("Kolal (Planet)", "克拉尔 (星球)")
 t("Luxam (Planet)", "卢克萨姆 (星球)")
 t("Ponx (Gaz Planet)", "波尼克斯 (气态巨星)")
+t("One of the main planets of the Shandral system.", "珊德拉星系的众多星球之一。")
 
 
 ------------------------------------------------
@@ -38579,8 +40229,11 @@ t("Stellar System: Shandral", "恒星系:珊德拉")
 section "game/modules/tome/data/zones/tannen-tower/grids.lua"
 
 t("Portal to Last Hope", "通往最后的希望的传送门")
+t("This portal seems to be connected with Last Hope; you could probably use it to go back.", "这道传送门似乎通向最后的希望,你也许能通过它回去。")
 t("Back and there again", "穿越过去")
 t("Enter the portal back to Last Hope?", "进入传送门,回到最后的希望?")
+t("Enter", "进入")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -38610,6 +40263,7 @@ t("orb", "水晶球")
 t("Orb of Many Ways", "多元水晶球")
 t([[The orb projects images of distant places, some that seem not to be of this world, switching rapidly.
 If used near a portal, it could probably activate it.]], "这个球体可以折射出远处的景象并快速的切换着,有些景象甚至不属于这个世界。如果你在传送点附近使用它,它可能会激活传送。")
+t("activate a portal", "激活一个传送门")
 t("There is no portal to activate here.", "这里没有可用的传送门。")
 t("You cannot bring yourself to drop the %s", "你无法丢弃 %s")
 t("tattered paper scrap", "破烂的碎纸片")
@@ -38632,6 +40286,8 @@ t("undead", "亡灵")
 t("The Shade of Telos", "泰勒之影")
 t("Everybody thought Telos dead and his spirit destroyed, but it seems he still lingers in his old place of power.", "所有人都认为泰勒已经形神俱灭了,但现在看起来他似乎仍徘徊在他的能量之源。")
 t("and was savagely mutilated, a show of his rage towards all living things", "并被残忍肢解,作为他对所有生物的无尽怒火的体现")
+t("As the shade dissipates, you see no sign of the text entitled \"Inverted and Reverted Probabilistic Fields\". You should go back to Tannen.", "当阴影消退,你没有找到任何《关于力场翻转与回复的可能性研究》标题的文本。你必须回到泰恩那。")
+t("Back and there again", "穿越过去")
 
 
 ------------------------------------------------
@@ -38711,6 +40367,8 @@ t("Temporal Reprieve", "时空避难所")
 section "game/modules/tome/data/zones/temporal-rift/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
+t("Temporal Warden", "时空守卫")
 
 
 ------------------------------------------------
@@ -38923,6 +40581,9 @@ section "game/modules/tome/data/zones/town-gates-of-morning/grids.lua"
 t("floor", "地板")
 t("old road", "古老的路")
 t("Farportal: Last Hope", "远古传送门:至最后的希望")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go near the town of Last Hope in Maj'Eyal.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这扇门似乎通向马基 · 埃亚尔大陆上最后的希望之所在区域。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the outskirts of Last Hope, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你回到了最后的希望的郊外,传送的踪迹再不可寻……")
 t("grass", "草地")
 t("rockwall", "岩石墙")
@@ -39061,6 +40722,9 @@ section "game/modules/tome/data/zones/town-last-hope/grids.lua"
 t("floor", "地板")
 t("old road", "古老的路")
 t("Farportal: Gates of Morning", "远古传送门:晨曦之门")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go near the Gates of Morning in the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这扇门似乎通向远东的晨曦之门附近。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in sight of the Gates of Morning, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经到了晨曦之门的山脚下,此间毫无传送门的痕迹……")
 
 
@@ -39085,9 +40749,13 @@ t("A clean-looking Halfling resident of Last Hope.", "一位面容清秀的最
 section "game/modules/tome/data/zones/town-last-hope/objects.lua"
 
 t("last hope foundation", "最后的希望的建立")
+t("The Diaries of King Toknor the Brave (%d)", "狮心王图库纳的日记 (%d)")
 t("A part of the history of Last Hope, and King Toknor the Brave.", "有关最后的希望和狮心王图库纳的历史。")
 t("analysis", "分析")
 t("southspar", "南晶岛")
+t("one", "一")
+t("the Pale King part %s", "亡灵国王 第%s章")
+t("two", "二")
 t("A study of Southspar's most unusual ruler.", "有关南晶岛不寻常的统治者的研究。")
 t("oceans", "æµ·æ´‹")
 t("The Oceans of Eyal", "埃亚尔之海")
@@ -39145,6 +40813,7 @@ t("You hear screaming not too far from you.", "你听到了不远处的尖叫声
 section "game/modules/tome/data/zones/town-point-zero/grids.lua"
 
 t("Temporal Rift to Maj'Eyal", "通向马基·埃亚尔的时空裂隙")
+t("The rift leads to Maj'Eyal.", "裂隙通往马基·埃亚尔")
 t("wall", "墙壁")
 t("cold forest", "冰冷森林")
 t("floor", "地板")
@@ -39240,6 +40909,7 @@ t("Shatur", "夏特尔")
 section "game/modules/tome/data/zones/town-zigur/grids.lua"
 
 t("Zigur Postsign", "伊格的岗哨")
+t("The laws of the Ziguranth", "伊格兰斯的规则")
 t("lava pit", "熔岩矿坑")
 t("cultivated fields", "耕地")
 t("cobblestone road", "鹅卵石路")
@@ -39343,26 +41013,35 @@ t("Trollmire", "巨魔沼泽")
 section "game/modules/tome/data/zones/tutorial-combat-stats/grids.lua"
 
 t("Lobby Portal", "前厅传送门")
+t("This portal will bring you back to the Tutorial Lobby.", " 这道传送门将把你带回教程大厅。")
 t("Enter the portal back to the lobby?", "你要进入传送门返回教学大厅么?")
 t("Tutorial Lobby Portal", "传送至大厅")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back in the lobby.", "#VIOLET#你进入了传送漩涡,一眨眼功夫你回到了大厅。")
 t("grass", "草地")
 t("Rune of Enlightenment: Summer Vacation", "启蒙符文:暑假")
+t("Causes the player's brain to jettison all recently-acquired knowledge.", " 可以净化玩家的大脑,使玩家遗忘所有最近所学的技能。")
 t("#VIOLET#You feel unenlightened.", "#VIOLET#你感到很无知。")
 t("Rune of Enlightenment: Shove", "启蒙符文:冲撞")
+t("Teaches the player 'Shove'.", " 可习得技能“推挤” ")
 t("#VIOLET#You have learned the talent Shove.", "#VIOLET#你学会了技能推挤。")
 t("#VIOLET#The sound of an ancient door grinding open echoes down the tunnel!", "#VIOLET#推开古老大门产生的吱呀声音回荡在通道里!")
 t("Rune of Enlightenment: Mana Gale", "启蒙符文:法力风暴")
+t("Teaches the player 'Mana Gale'.", " 可习得技能“法力风暴” ")
 t("#VIOLET#You have learned the talent Mana Gale.", "#VIOLET#你学会了技能法力风暴")
 t("Rune of Enlightenment: Telekinetic Punt", "启蒙符文:念力推送")
+t("Teaches the player 'Telekinetic Punt'.", " 可习得技能“念力打击” ")
 t("#VIOLET#You have learned the talent Telekinetic Punt.", "#VIOLET#你学会了技能念力冲撞")
 t("Rune of Enlightenment: Blink", "启蒙符文:闪现")
+t("Teaches the player 'Blink'.", " 可习得技能“闪光术” ")
 t("#VIOLET#You have learned the talent Blink.", "#VIOLET#你学会了技能闪现")
 t("Rune of Enlightenment: Fear", "启蒙符文:恐惧")
+t("Teaches the player 'Fear'.", " 可习得技能“恐惧” ")
 t("#VIOLET#You have learned the talent Fear.", "#VIOLET#你学会了技能恐惧术")
 t("Rune of Enlightenment: Bleed", "启蒙符文:流血")
+t("Teaches the player 'Bleed'.", " 可习得技能“流血” ")
 t("#VIOLET#You have learned the talent Bleed.", "#VIOLET#你学会了技能流血")
 t("Rune of Enlightenment: Confusion", "启蒙符文:混乱")
+t("Teaches the player 'Confusion'.", " 可习得技能“混乱” ")
 t("#VIOLET#You have learned the talent Confusion.", "#VIOLET#你学会了技能混乱")
 t("floor", "地板")
 t("wall", "墙壁")
@@ -39370,6 +41049,7 @@ t("glowing door", "发光的门")
 t("#VIOLET#You must achieve Enlightenment before you can pass. Seek ye to the west to discover the ancient art of Shoving Stuff.", "#VIOLET#你必须完成地下城启蒙成就才能通过。往西部寻找古代宝物:冲击法杖。")
 t("sealed door", "被封印的门")
 t("Sign", "标记")
+t("Contains a snippet of ToME wisdom.", " 包含了 ToME 智慧的残片 ")
 
 
 ------------------------------------------------
@@ -39439,6 +41119,7 @@ t("tutorial4", "教程4")
 t("tutorial5", "教程5")
 t("tutorial", "教程")
 t("tutorial6", "教程6")
+t("A tutorial", "教程")
 t("Movement", "移动")
 t("Melee Combat", "近战格斗")
 t("Objects", "物品")
@@ -39481,6 +41162,7 @@ t("It is a large wolf with eyes full of cunning, only 3 times bigger than a norm
 section "game/modules/tome/data/zones/tutorial/traps.lua"
 
 t("tutorial", "教程")
+t("A tutorial", "教程")
 t("Movement", "移动")
 t("Melee Combat", "近战格斗")
 t("Objects", "物品")
@@ -39503,6 +41185,7 @@ t("Tutorial", "教程")
 section "game/modules/tome/data/zones/unhallowed-morass/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads to another part of the morass.", "裂隙通往混沌之沼的另一个区域。")
 t("Point Zero", "零点圣域")
 t([[The rift has brought you back to Point Zero, and the source of the disturbances.
 A temporal defiler is attacking the town, all the Keepers in range are attacking it!]], [[这个裂隙将你带回到了零点圣域——紊乱能量的发源地。
@@ -39589,6 +41272,7 @@ t("moonstone", "月亮石")
 t("floor", "地板")
 t("grass", "草地")
 t("Fearscape Portal", "恶魔空间传送门")
+t("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 
 
 ------------------------------------------------
@@ -39614,6 +41298,8 @@ t("Ithilthum, Valley of the Moon", "伊塞尔森`月之谷")
 section "game/modules/tome/data/zones/void/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
+t("Temporal Warden", "时空守卫")
 
 
 ------------------------------------------------
@@ -39789,6 +41475,7 @@ t("The arid wastes of Erúan", "艾露安·腐化之地")
 section "game/modules/tome/data/zones/wilderness/zone.lua"
 
 t("World of Eyal", "埃亚尔世界")
+t("Eyal", "埃亚尔")
 
 
 ------------------------------------------------
@@ -39798,7 +41485,7 @@ t("Arena mode", "竞技场模式")
 t("#LIGHT_GREEN#No high scores. This should not happen.", "#LIGHT_GREEN#没有最高分。这不应该发生")
 t([[%s (%s %s %s)
  Score %d[%s]) - Wave: %d]], [[%s (%s %s %s)
- 分数 %d[%s]) - 波次: %d]])
+ 分数 %d[%s]) - 波次:%d]])
 t("unknown", "未知")
 t("#LIGHT_BLUE#You resurrect! CHEATER !", "#LIGHT_BLUE#你复活了!作弊者!")
 t("Resurrect by cheating", "使用作弊复活")
@@ -39821,12 +41508,12 @@ t("Select custom tile", "选择自定义角色贴图")
 t("Tutorial", "教程")
 t("Customize", "自定义")
 t("Extra Options", "附加选项")
-t("Name: ", "名称: ")
+t("Name: ", "名称:")
 t("Female", "女性")
 t("Male", "男性")
-t("Campaign: ", "战役: ")
-t("Difficulty: ", "难度: ")
-t("Permadeath: ", "死亡模式: ")
+t("Campaign: ", "战役:")
+t("Difficulty: ", "难度:")
+t("Permadeath: ", "死亡模式:")
 t("Overwrite character?", "覆盖角色?")
 t("There is already a character with this name, do you want to overwrite it?", "已经有一个这个名称的角色了,你要覆盖这个角色吗?")
 t("Antimagic Magic combo", "反魔和魔法的组合")
@@ -39837,10 +41524,16 @@ t("Cancel", "取消")
 t([[This is the name of your character.
 Right mouse click to generate a random name based on race and sex.]], [[这是你的角色名。
 右键该选框会随机起名,名字组合取决于你的种族和性别。]])
+t("\
+\
+#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available.", "\
+\
+#GOLD#本选项被锁定,完成特定的任务或条件可以永久解锁这个战役,种族,职业。")
+t("-- locked --", "-- 需解锁 --")
 t("Characters Vault", "角色仓库")
 t(" Load ", " 读取 ")
 t("Delete", "删除")
-t("Really delete premade: %s", "确认删除预设: %s")
+t("Really delete premade: %s", "确认删除预设:%s")
 t("Custom tiles", "自定义角色贴图")
 t([[Custom Tiles have been added as a thank you to everyone that has donated to ToME.
 They are a fun cosmetic feature that allows you to choose a tile for your character from a list of nearly 180 (with more to be added over time), ranging from special humanoid tiles to downright wonky ones!
@@ -39888,7 +41581,7 @@ t("Confirm", "确认")
 ------------------------------------------------
 section "game/modules/tome/dialogs/CharacterSheet.lua"
 
-t("Character Sheet: %s", "角色面板: %s")
+t("Character Sheet: %s", "角色面板:%s")
 t("[G]eneral", "常规[G]")
 t("[A]ttack", "攻击[A]")
 t("[D]efense", "防御[D]")
@@ -39896,11 +41589,11 @@ t("[T]alents", "技能[T]")
 t("main", "主手")
 t("off", "副手")
 t("#RED#Displaying %s set for %s (equipment NOT switched)", "#RED#展示 %s 套装给 %s 看 (装备未切换)")
-t("[E]quipment: %s set", "装备[E]: %s 套装")
-t("Sort: %s", "排序: %s")
+t("[E]quipment: %s set", "装备[E]:%s 套装")
+t("Sort: %s", "排序:%s")
 t("Groups", "分组")
 t("Name", "名称")
-t("Sort:  %s", "排序:  %s")
+t("Sort:  %s", "排序: %s")
 t("Type", "类型")
 t("Manage [I]nventory", "管理 物品栏[I]")
 t("[L]evelup", "升级[L]")
@@ -39919,10 +41612,10 @@ t([[#GOLD#Days adventuring / current month:#LAST# %d / %s
 #GOLD#Time playing:#LAST# %s
 #GOLD#Creatures killed:           #ANTIQUE_WHITE#%d
 #GOLD#Elites/Rares/Bosses killed: #YELLOW#%d/#SALMON#%d/#ORANGE#%d
-]], [[#GOLD#冒险日/月:#LAST# %d / %s
+]], [[#GOLD#冒险日/月:#LAST# %d/%s
 #GOLD#游戏时间:#LAST# %s
-#GOLD#杀死的总生物数:           #ANTIQUE_WHITE#%d
-#GOLD#杀死的精英/稀有/Boss数: #YELLOW#%d/#SALMON#%d/#ORANGE#%d
+#GOLD#杀死的总生物数:          #ANTIQUE_WHITE#%d
+#GOLD#杀死的精英/稀有/Boss数:#YELLOW#%d/#SALMON#%d/#ORANGE#%d
 ]])
 t("Poison", "毒素")
 t("Bleed", "流血")
@@ -39944,115 +41637,130 @@ t("#ORANGE#Mental Status  ", "#ORANGE#精神状态")
 t("#ORANGE#Physical Status", "#ORANGE#物理状态")
 t("#ORANGE#Magical Status ", "#ORANGE#魔法状态")
 t("Inventory", "物品栏")
-t("Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#", "在线网址: #LIGHT_BLUE##{underline}#%s#{normal}#")
+t("Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#", "在线网址:#LIGHT_BLUE##{underline}#%s#{normal}#")
 t("You can find your character sheet online", "你可以在网上找到你的角色面板。")
 t("Female", "女性")
 t("Male", "男性")
-t("Sex  : ", "性别: ")
-t("Race : ", "种族: ")
-t("Type : ", "类型: ")
-t("Class: ", "职业: ")
-t("Stype: ", "子类: ")
+t("Sex  : ", "性别:")
+t("Race : ", "种族:")
+t("Type : ", "类型:")
+t("Class: ", "职业:")
+t("Stype: ", "子类:")
 t("Antimagic adherent", "反魔志愿者")
 t("Zigur follower", "伊格追随者")
-t("Size : ", "体积: ")
-t("Level: #00ff00#%d", "等级: #00ff00#%d")
-t("Exp  : #00ff00#%2d%%", "经验: #00ff00#%2d%%")
-t("Gold : #00ff00#%0.2f", "金钱: #00ff00#%0.2f")
-t("#LIGHT_BLUE#Resources:", "#LIGHT_BLUE#资源:")
-t("#c00000#Life    : #00ff00#%d/%s", "#c00000#生命值: #00ff00#%d/%s")
+t("Size : ", "体积:")
+t("Level: #00ff00#%d", "等级:#00ff00#%d")
+t("Exp  : #00ff00#%2d%%", "经验:#00ff00#%2d%%")
+t("Gold : #00ff00#%0.2f", "金钱:#00ff00#%0.2f")
+t("#LIGHT_BLUE#Resources:", "#LIGHT_BLUE#资源:")
+t("%+.0f max", "%+.0f 最大值")
+t("#c00000#Life    : #00ff00#%d/%s", "#c00000#生命值:#00ff00#%d/%s")
+t("max", "最大值")
+t("min", "最小值")
 t("No Description", "没有介绍")
-t("%s%-8.8s: #00ff00#%s ", "%s%s: #00ff00#%s ")
+t("%s%-8.8s: #00ff00#%s ", "%s%s:#00ff00#%s ")
 t([[#GOLD#%s Recovery/Depletion#LAST#
 The amount of %s automatically gained or lost each turn.]], [[#GOLD#%s 回复/削减#LAST#
 每回合自动获得/减少 %s 的量。]])
 t("Current Feedback gain is %0.1f%% of damage taken.", "现在获得的反馈值为受到伤害的 %0.1f%% 。")
-t("#7fffd4#Feedback: #00ff00#%d/%s", "#7fffd4#反馈值: #00ff00#%d/%s")
-t("#LIGHT_BLUE#Speeds:", "#LIGHT_BLUE#速度:")
-t("Global speed  : #00ff00#%s", "整体速度: #00ff00#%s")
-t("Movement speed: #00ff00#%s", "移动速度: #00ff00#%s")
-t("Spell speed   : #00ff00#%s", "法术速度: #00ff00#%s")
-t("Attack speed  : #00ff00#%s", "攻击速度: #00ff00#%s")
-t("Mental speed  : #00ff00#%s", "精神速度: #00ff00#%s")
-t("Times died     : #00ff00#%s", "死亡次数: #00ff00#%s")
+t("#7fffd4#Feedback: #00ff00#%d/%s", "#7fffd4#反馈值:#00ff00#%d/%s")
+t("#LIGHT_BLUE#Speeds:", "#LIGHT_BLUE#速度:")
+t("Global speed  : #00ff00#%s", "整体速度:#00ff00#%s")
+t("Movement speed: #00ff00#%s", "移动速度:#00ff00#%s")
+t("Spell speed   : #00ff00#%s", "法术速度:#00ff00#%s")
+t("Attack speed  : #00ff00#%s", "攻击速度:#00ff00#%s")
+t("Mental speed  : #00ff00#%s", "精神速度:#00ff00#%s")
+t("Times died     : #00ff00#%s", "死亡次数:#00ff00#%s")
 t("#DARK_RED#Blood of Life", "#DARK_RED#生命之血")
-t("Lives left     : #00ff00#%s", "剩余生命: #00ff00#%s")
-t("Healing mod.   : #00ff00#%s", "治疗系数: #00ff00#%s")
-t("Life regen     : #00ff00#%s", "生命回复: #00ff00#%s")
-t("(with heal mod): #00ff00#%s", "(治疗系数加成后): #00ff00#%s")
-t("#LIGHT_BLUE#Vision:", "#LIGHT_BLUE#视野:")
-t("Light radius   : #00ff00#%s", "光照范围: #00ff00#%s")
-t("Vision range   : #00ff00#%s", "视野范围: #00ff00#%s")
-t("Heighten Senses: #00ff00#%s", "强化感知: #00ff00#%s")
-t("Detect Traps   : #00ff00#%s", "侦测陷阱: #00ff00#%s")
-t("Stealth        : #00ff00#%s", "潜行强度: #00ff00#%s")
-t("See stealth    : #00ff00#%s", "侦测潜行: #00ff00#%s")
-t("Invisibility   : #00ff00#%s", "隐形强度: #00ff00#%s")
-t("See invisible  : #00ff00#%s", "侦测隐形: #00ff00#%s")
-t("Telepathy range: #00ff00#%s", "感应范围: #00ff00#%s")
-t("#LIGHT_BLUE#Stats:        Base/Current", "#LIGHT_BLUE#属性值:        基础值/当前值")
+t("Lives left     : #00ff00#%s", "剩余生命:#00ff00#%s")
+t("Healing mod.   : #00ff00#%s", "治疗系数:#00ff00#%s")
+t("Life regen     : #00ff00#%s", "生命回复:#00ff00#%s")
+t("(with heal mod): #00ff00#%s", "(治疗系数加成后):#00ff00#%s")
+t("#LIGHT_BLUE#Vision:", "#LIGHT_BLUE#视野:")
+t("Light radius   : #00ff00#%s", "光照范围:#00ff00#%s")
+t("Vision range   : #00ff00#%s", "视野范围:#00ff00#%s")
+t("Heighten Senses: #00ff00#%s", "强化感知:#00ff00#%s")
+t("Detect Traps   : #00ff00#%s", "侦测陷阱:#00ff00#%s")
+t("Stealth        : #00ff00#%s", "潜行强度:#00ff00#%s")
+t("See stealth    : #00ff00#%s", "侦测潜行:#00ff00#%s")
+t("Invisibility   : #00ff00#%s", "隐形强度:#00ff00#%s")
+t("See invisible  : #00ff00#%s", "侦测隐形:#00ff00#%s")
+t("Telepathy range: #00ff00#%s", "感应范围:#00ff00#%s")
+t("#LIGHT_BLUE#Stats:        Base/Current", "#LIGHT_BLUE#属性值:       基础值/当前值")
 t("#AQUAMARINE#Inscriptions (%d/%d)", "#AQUAMARINE#纹身槽 (%d/%d)")
-t("Telepathy of: ", "心灵感应: ")
+t("Telepathy of: ", "心灵感应:")
 t("%sAll ", "%s所有 ")
-t("#LIGHT_BLUE#Current effects:", "#LIGHT_BLUE#目前状态效果:")
+t("#LIGHT_BLUE#Current effects:", "#LIGHT_BLUE#目前状态效果:")
 t("Two-Handed, ", "双手, ")
 t("Weapon", "武器")
-t("Accuracy     : #00ff00#%s", "命中值: #00ff00#%s")
-t("Damage       : #00ff00#%s", "伤害: #00ff00#%s")
-t("Block : #00ff00#%s", "格挡值: #00ff00#%s")
-t("APR          : #00ff00#%s", "护甲穿透: #00ff00#%s")
-t("Crit. chance : #00ff00#%s", "暴击率: #00ff00#%s")
-t("Crit. power  : #00ff00#%s", "暴击伤害: #00ff00#%s")
-t("Attack Speed : #00ff00#%s", "攻击速度: #00ff00#%s")
+t("Accuracy     : #00ff00#%s", "命中值:#00ff00#%s")
+t("Damage       : #00ff00#%s", "伤害:#00ff00#%s")
+t("Block : #00ff00#%s", "格挡值:#00ff00#%s")
+t("APR          : #00ff00#%s", "护甲穿透:#00ff00#%s")
+t("Crit. chance : #00ff00#%s", "暴击率:#00ff00#%s")
+t("Crit. power  : #00ff00#%s", "暴击伤害:#00ff00#%s")
+t("Attack Speed : #00ff00#%s", "攻击速度:#00ff00#%s")
 t("range %2d", "范围 %2d")
 t("speed %3d%%", "速度 %3d%%")
-t("Archery      : #00ff00#%s, %s", "弓箭: #00ff00#%s, %s")
+t("Archery      : #00ff00#%s, %s", "弓箭:#00ff00#%s, %s")
 t("#LIGHT_BLUE#Main Hand", "#LIGHT_BLUE#主手")
 t("#LIGHT_BLUE#Unarmed", "#LIGHT_BLUE#徒手")
 t("#LIGHT_BLUE#Offhand%s", "#LIGHT_BLUE#副手%s")
 t(" (disabled)", " (被禁用)")
 t("#LIGHT_BLUE#Offhand-Dual Weapon%s", "#LIGHT_BLUE#副手双持武器%s")
 t("#LIGHT_BLUE#Psionic Focus", "#LIGHT_BLUE#念力武器")
-t("#LIGHT_BLUE#Physical:", "#LIGHT_BLUE#物理属性:")
-t("Phys. Power: #00ff00#%s", "物理强度: #00ff00#%s")
-t("#LIGHT_BLUE#Magical:", "#LIGHT_BLUE#魔法属性:")
-t("Spellpower  : #00ff00#%s", "法术强度: #00ff00#%s")
-t("Spell speed : #00ff00#%s", "法术速度: #00ff00#%s")
-t("Spell cooldown: #00ff00#%s", "法术冷却时间: #00ff00#%s")
-t("#LIGHT_BLUE#Mental:", "#LIGHT_BLUE#精神属性:")
-t("Mindpower: #00ff00#%s", "精神强度: #00ff00#%s")
-t("Crit. chance: #00ff00#%s", "暴击率: #00ff00#%s")
-t("Mind speed : #00ff00#%s", "精神速度: #00ff00#%s")
-t("#LIGHT_BLUE#Damage Modifiers:", "#LIGHT_BLUE#伤害修正:")
-t("Critical mult.: #00ff00#%s", "暴击伤害: #00ff00#%s")
+t("#LIGHT_BLUE#Physical:", "#LIGHT_BLUE#物理属性:")
+t("Phys. Power: #00ff00#%s", "物理强度:#00ff00#%s")
+t("#LIGHT_BLUE#Magical:", "#LIGHT_BLUE#魔法属性:")
+t("Spellpower  : #00ff00#%s", "法术强度:#00ff00#%s")
+t("Spell speed : #00ff00#%s", "法术速度:#00ff00#%s")
+t("Spell cooldown: #00ff00#%s", "法术冷却时间:#00ff00#%s")
+t("#LIGHT_BLUE#Mental:", "#LIGHT_BLUE#精神属性:")
+t("Mindpower: #00ff00#%s", "精神强度:#00ff00#%s")
+t("Crit. chance: #00ff00#%s", "暴击率:#00ff00#%s")
+t("Mind speed : #00ff00#%s", "精神速度:#00ff00#%s")
+t("#LIGHT_BLUE#Damage Modifiers:", "#LIGHT_BLUE#伤害修正:")
+t("Critical mult.: #00ff00#%s", "暴击伤害:#00ff00#%s")
+t("vs ", "对")
 t([[#GOLD#Restance Penetration#LAST#
 Ability to reduce opponent resistances to your damage]], [[#GOLD#抗性穿透#LAST#
 降低对手对你造成的伤害的抗性。]])
-t("#LIGHT_BLUE#Damage penetration:", "#LIGHT_BLUE#抗性穿透:")
-t("#LIGHT_BLUE#Additional Melee Damage:", "#LIGHT_BLUE#近战附加伤害:")
-t("#LIGHT_BLUE#Additional Ranged Damage:", "#LIGHT_BLUE#远程附加伤害:")
+t("#LIGHT_BLUE#Damage penetration:", "#LIGHT_BLUE#抗性穿透:")
+t("#LIGHT_BLUE#Additional Melee Damage:", "#LIGHT_BLUE#近战附加伤害:")
+t("#LIGHT_BLUE#Additional Ranged Damage:", "#LIGHT_BLUE#远程附加伤害:")
 t("Heavy armor", "重甲")
 t("Massive armor", "板甲")
 t("Light armor", "轻甲")
-t("Fatigue         : #00ff00#%s", "疲劳值: #00ff00#%s")
-t("Armor Hardiness : #00ff00#%s", "护甲强度: #00ff00#%s")
-t("Armor           : #00ff00#%s", "护甲值: #00ff00#%s")
-t("Defense         : #00ff00#%s", "近身闪避: #00ff00#%s")
-t("Ranged Defense  : #00ff00#%s", "远程闪避: #00ff00#%s")
-t("Crit. Reduction : #00ff00#%s", "暴击减免: #00ff00#%s")
-t("Crit. Shrug Off : #00ff00#%s", "暴击摆脱: #00ff00#%s")
-t("#LIGHT_BLUE#Saves:", "#LIGHT_BLUE#豁免:")
-t("Physical: #00ff00#%s", "物理: #00ff00#%s")
-t("Spell   : #00ff00#%s", "法术: #00ff00#%s")
-t("Mental  : #00ff00#%s", "精神: #00ff00#%s")
-t("#LIGHT_BLUE#Resistances   : base / cap:", "#LIGHT_BLUE#伤害抗性   : 基础 / 上限:")
+t("Fatigue         : #00ff00#%s", "疲劳值:#00ff00#%s")
+t("Armor Hardiness : #00ff00#%s", "护甲强度:#00ff00#%s")
+t("Armor           : #00ff00#%s", "护甲值:#00ff00#%s")
+t("Defense         : #00ff00#%s", "近身闪避:#00ff00#%s")
+t("Ranged Defense  : #00ff00#%s", "远程闪避:#00ff00#%s")
+t("Crit. Reduction : #00ff00#%s", "暴击减免:#00ff00#%s")
+t("Crit. Shrug Off : #00ff00#%s", "暴击摆脱:#00ff00#%s")
+t("#LIGHT_BLUE#Saves:", "#LIGHT_BLUE#豁免:")
+t("Physical: #00ff00#%s", "物理:#00ff00#%s")
+t("Spell   : #00ff00#%s", "法术:#00ff00#%s")
+t("Mental  : #00ff00#%s", "精神:#00ff00#%s")
+t("#LIGHT_BLUE#Resistances   : base / cap:", "#LIGHT_BLUE#伤害抗性   :基础/上限:")
+t("All", "所有")
 t("Absolute", "绝对抗性")
 t("Speed Res", "速度抗性")
-t("#LIGHT_BLUE#Damage affinities:", "#LIGHT_BLUE#伤害吸收:")
-t("#LIGHT_BLUE#Flat resistances:", "#LIGHT_BLUE#固定数值伤害减免:")
-t("All damage    : #00ff00#%s", "所有伤害    : #00ff00#%s")
-t("#LIGHT_BLUE#Effect resistances:", "#LIGHT_BLUE#状态效果免疫:")
-t("#LIGHT_BLUE#Damage when hit:", "#LIGHT_BLUE#被击中后反击伤害:")
+t("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s", "#ORANGE#对%-11s#LAST#:#00ff00#%3s %s")
+t("#LIGHT_BLUE#Damage affinities:", "#LIGHT_BLUE#伤害吸收:")
+t("#LIGHT_BLUE#Flat resistances:", "#LIGHT_BLUE#固定数值伤害减免:")
+t("All damage    : #00ff00#%s", "所有伤害    :#00ff00#%s")
+t("#LIGHT_BLUE#Effect resistances:", "#LIGHT_BLUE#状态效果免疫:")
+t("#LIGHT_BLUE#Damage when hit:", "#LIGHT_BLUE#被击中后反击伤害:")
+t("race/.*", "种族技能/.*")
+t("Inscriptions", "纹身")
+t("Prodigies", "觉醒技")
+t("Item_Talents", "物品技能")
+t("Talents", "技能")
+t("Passive", "被动技能")
+t("Sustained", "持续技能")
+t("Activated", "主动技能")
+t("Instant", "瞬发技能")
 
 
 ------------------------------------------------
@@ -40097,6 +41805,8 @@ section "game/modules/tome/dialogs/Donation.lua"
 
 t("Donations", "捐赠")
 t("#GOLD#Character cosmetic customization and special tiles#WHITE#", "#GOLD#角色时装和自定义角色图像。#WHITE#")
+t("#GOLD#Exploration mode (infinite lives)#WHITE#", "#GOLD#探索模式 (无限命)#WHITE#")
+t("#GOLD#Item's appearance change (Shimmering)#WHITE#", "#GOLD#改变物品外观(幻化)#WHITE#")
 t([[Hi, I am Nicolas (DarkGod), the maker of this game.
 It is my dearest hope that you find my game enjoyable, and that you will continue to do so for many years to come!
 
@@ -40109,14 +41819,14 @@ Donators are also granted a few special features: %s.]], [[你好,我是Nicola
 ToME是免费开源的游戏,并且会一直保持这样。但是我仍然需要钱来生活,所以我来这里打扰你,希望得到你的帮助
 如果你觉得在游戏中体验的时间充满了快乐,你可以考虑捐赠一下,让这个游戏的未来变得更好。
 
-捐赠者将会得到一些游戏的附加功能: %s.]])
+捐赠者将会得到一些游戏的附加功能:%s.]])
 t(" and ", "和")
 t([[Thank you for supporting ToME, your donation was greatly appreciated.
 If you want to continue supporting ToME you are welcome to make a new donation or even a reccuring one which helps ensure the future of the game.
 Thank you for your kindness!]], [[感谢你支持ToME,你的捐款对这个游戏意义重大。
 如果你想要继续支持ToME,你也可以随时选择继续捐赠,乃至持续捐赠,以确保这个游戏的未来发展。
 感谢你的慷慨资助!]])
-t("Donation amount: ", "捐赠数额: ")
+t("Donation amount: ", "捐赠数额:")
 t("Monthly donation", "每月捐赠")
 t("euro", "欧元")
 t("Cancel", "取消")
@@ -40347,9 +42057,9 @@ t([[Allow various events that are pushed by the server when playing online
 #{bold}#Technical help only#{normal}#: Allow administrator to help in case of bugs or weirdness and allows website services (data reset, steam achievements push, ...) to work.
 #{bold}#Disabled#{normal}#: Disallow all.
 #WHITE#]], [[在线游戏的时候,允许服务器向你推送各种事件
-#{bold}#全部#{normal}#: 允许各种服务器事件(活动地图,随机事件,…)
-#{bold}#仅技术支持#{normal}#: 允许管理员来解决你的游戏Bug和问题,并且允许网站服务(数据重置,Steam成就推送等)发挥作用。
-#{bold}#禁用#{normal}#: 全部不允许。
+#{bold}#全部#{normal}#:允许各种服务器事件(活动地图,随机事件,…)
+#{bold}#仅技术支持#{normal}#:允许管理员来解决你的游戏Bug和问题,并且允许网站服务(数据重置,Steam成就推送等)发挥作用。
+#{bold}#禁用#{normal}#:全部不允许。
 #WHITE#]])
 t("#GOLD##{bold}#Allow online events#WHITE##{normal}#", "#GOLD##{bold}#允许在线事件#WHITE##{normal}#")
 t("all", "所有")
@@ -40372,17 +42082,17 @@ If you do not want that, simply run the game directly: the #{bold}#only#{normal}
 #{bold}##CRIMSON#This is an extremely restrictive setting. It is recommended you only activate it if you have no other choice as it will remove many fun and acclaimed features.
 A full exit and restart of the game is neccessary to apply this setting.#{normal}#]], [[禁止所有网络请求
 包括但不仅限于:
-- 用户信息: 不能登录或者注册。
-- 角色备份: 不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
-- 物品仓库: 不能访问你的在线物品仓库(包括存入和取回)。
-- 游戏内聊天: 聊天要联网, 谢谢。
-- 氪金福利: 联网才能获取你的氪金状态。
-- 扩展包&DLC: 和氪金状态一样, 无法获取DLC的购买状态。
-- 便捷的插件安装: 无法在游戏内看见插件列表, 但是你还可以手动安装插件。
-- 插件版本更新: 无法更新插件的版本。
-- Steam: 无法使用Steam相关的任何功能。
-- Discord: 无法同步到Discord的实时状态。
-- 游戏内新闻: 主菜单将不再显示新闻。
+- 用户信息:不能登录或者注册。
+- 角色备份:不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
+- 物品仓库:不能访问你的在线物品仓库(包括存入和取回)。
+- 游戏内聊天:聊天要联网, 谢谢。
+- 氪金福利:联网才能获取你的氪金状态。
+- 扩展包&DLC:和氪金状态一样, 无法获取DLC的购买状态。
+- 便捷的插件安装:无法在游戏内看见插件列表, 但是你还可以手动安装插件。
+- 插件版本更新:无法更新插件的版本。
+- Steam:无法使用Steam相关的任何功能。
+- Discord:无法同步到Discord的实时状态。
+- 游戏内新闻:主菜单将不再显示新闻。
 注意这个设置只影响游戏本身。如果你使用游戏启动器,它的唯一目的就是确保游戏是最新的,因此它仍然会连接网络。
 如果你不想这样,直接运行游戏即可。启动器#{bold}#只#{normal}#是用来更新游戏的。
 
@@ -40429,27 +42139,27 @@ You must place all files of your tileset in a subfolder of the modules's data/gf
 Each tile must be correctly named according to the existing tilesets.]], [[你可以设置游戏的自定义贴图。
 你必须把你的贴图材质文件放在模组文件中的 data/gfx/ 文件夹内,和当前的贴图一样。
 所有材质的文件名必须和已存在的默认材质文件名相同。]])
-t("Folder: ", "文件夹: ")
+t("Folder: ", "文件夹:")
 t("Use moddable tiles (equipment showing on player)", "使用纸娃娃 (在玩家身上显示装备)")
-t("Use advanced tiles (transitions, wide tiles, ...)", "使用高级贴图 (渐变, 大型贴图, ...)")
+t("Use advanced tiles (transitions, wide tiles, ...)", "使用高级贴图 (渐变,大型贴图, ...)")
 t("Use custom tileset", "使用自定义贴图")
 t("Cancel", "取消")
 t("From 10 to 128", "从 10 到 128")
 t("Tile size", "图块大小")
-t("Select style [current: %s]", "选择风格 [当前: %s]")
-t("Select tiles size [current: %s]", "选择图块大小 [当前: %s]")
+t("Select style [current: %s]", "选择风格 [当前:%s]")
+t("Select tiles size [current: %s]", "选择图块大小 [当前:%s]")
 t("Custom", "自定义")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/LevelupDialog.lua"
 
-t("Levelup: %s, level %s", "升级: %s, 等级 %s")
+t("Levelup: %s, level %s", "升级:%s, 等级 %s")
 t("Do you accept changes?", "你确认接受更改吗?")
 t("Finish", "完成")
-t("You cannot learn this talent(s): ", "你无法学习该技能: ")
+t("You cannot learn this talent(s): ", "你无法学习该技能:")
 t([[#LIGHT_BLUE#Warning: You have increased some of your statistics or talent. Talent(s) actually sustained: 
- %s If these are dependent on one of the stats you changed, you need to re-use them for the changes to take effect.]], [[警告: 你改变了你的某些技能或属性。你目前开启的持续技能:
+ %s If these are dependent on one of the stats you changed, you need to re-use them for the changes to take effect.]], [[警告:你改变了你的某些技能或属性。你目前开启的持续技能:
  %s 如果其中某些技能和你改变的属性点相关,你需要重新使用该技能来使新的属性生效。]])
 t("Not enough stat points", "属性点不足")
 t("You have no stat points left!", "你的属性点不足!")
@@ -40541,27 +42251,27 @@ t("You can learn %d new slot(s). Do you wish to buy one with one category point?
 t("Inscriptions", "纹身")
 t("You can still learn %d new slot(s) but you need a category point.", "你还可以学习 %d 个新的纹身槽,但是你需要一个大系点来学习")
 t("Hide unlearnt categories", "隐藏没有学会的技能树")
-t("Current value: ", "当前值: ")
-t("Base value: ", "基础值: ")
-t("Stat gives:", "属性加成: ")
-t("Max life: ", "最大生命: ")
-t("Healing mod: ", "治疗系数: ")
-t("Max mana: ", "最大魔力值: ")
-t("Max stamina: ", "最大体力值: ")
-t("Max psi: ", "最大超能力值: ")
-t("Physical power: ", "物理强度: ")
-t("Max encumbrance: ", "最大负重: ")
-t("Physical save: ", "物理豁免加成: ")
-t("Crit. chance: ", "暴击率: ")
-t("Mental save: ", "精神豁免加成: ")
-t("Mindpower: ", "精神强度: ")
-t("Spell save: ", "法术豁免加成: ")
-t("Spellpower: ", "法术强度: ")
-t("Defense: ", "近战闪避: ")
-t("Ranged defense: ", "远程负重: ")
-t("Accuracy: ", "命中: ")
-t("Shrug off criticals chance: ", "暴击摆脱率: ")
-t("Class powers:", "职业能力:")
+t("Current value: ", "当前值:")
+t("Base value: ", "基础值:")
+t("Stat gives:", "属性加成:")
+t("Max life: ", "最大生命:")
+t("Healing mod: ", "治疗系数:")
+t("Max mana: ", "最大魔力值:")
+t("Max stamina: ", "最大体力值:")
+t("Max psi: ", "最大超能力值:")
+t("Physical power: ", "物理强度:")
+t("Max encumbrance: ", "最大负重:")
+t("Physical save: ", "物理豁免加成:")
+t("Crit. chance: ", "暴击率:")
+t("Mental save: ", "精神豁免加成:")
+t("Mindpower: ", "精神强度:")
+t("Spell save: ", "法术豁免加成:")
+t("Spellpower: ", "法术强度:")
+t("Defense: ", "近战闪避:")
+t("Ranged defense: ", "远程负重:")
+t("Accuracy: ", "命中:")
+t("Shrug off criticals chance: ", "暴击摆脱率:")
+t("Class powers:", "职业能力:")
 t("Talent Category", "技能树")
 t([[A talent category contains talents you may learn. You gain a talent category point at level 10, 20 and 34. You may also find trainers or artifacts that allow you to learn more.
 A talent category point can be used either to learn a new category or increase the mastery of a known one.]], "一个技能树包括一些你可以学习的技能。你分别在等级达到 10、 20、 34 级时可以获得一个技能分类点数,你也能在游戏中找到技能训练师来学习更多技能。每一点技能分类点数可以解锁一个未知的技能树或者强化一个已知的技能树。")
@@ -40579,22 +42289,22 @@ t("First talent level: ", "第一级需求: ")
 t("Next talent level", "下一等级")
 t("Current talent level: ", "当前等级: ")
 t("Stats: %s", "属性: %s")
-t("Class points: %s", "职业点: %s")
-t("Generic points: %s", "通用点: %s")
-t("Category points: %s", "技能树解锁点: %s")
+t("Class points: %s", "职业点:%s")
+t("Generic points: %s", "通用点:%s")
+t("Category points: %s", "技能树解锁点:%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/LorePopup.lua"
 
-t("Lore found: #0080FF#%s", "发现手札: #0080FF#%s")
+t("Lore found: #0080FF#%s", "发现手札:#0080FF#%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/MapMenu.lua"
 
 t("Actions", "行为")
-t("%s: Inventory", "%s: 物品栏")
+t("%s: Inventory", "%s:物品栏")
 t("Change level", "切换地图")
 t("Pickup item", "拾取物品")
 t("Move to", "移动到")
@@ -40620,14 +42330,14 @@ section "game/modules/tome/dialogs/PartyOrder.lua"
 
 t("Wait a few turns", "在这儿等一下。")
 t("Where is the portal?", "传送门在哪里?")
-t("Set the target [current: %s]", "设置目标 [当前: %s]")
+t("Set the target [current: %s]", "设置目标 [当前:%s]")
 t("none", "没有")
-t("Set behavior [current: %s]", "设置行为 [当前: %s]")
-t("Set the leash anchor [current: %s]", "设置跟随目标 [当前: %s]")
-t("Set the leash distance [current: %d]", "设置跟随距离 [当前: %d]")
+t("Set behavior [current: %s]", "设置行为 [当前:%s]")
+t("Set the leash anchor [current: %s]", "设置跟随目标 [当前:%s]")
+t("Set the leash distance [current: %d]", "设置跟随距离 [当前:%d]")
 t("Define tactical talents usage", "设定技能使用策略")
 t("Rename", "重命名")
-t("Order: %s", "命令: %s")
+t("Order: %s", "命令:%s")
 
 
 ------------------------------------------------
@@ -40650,19 +42360,19 @@ t(" #YELLOW#[NO ROOM]#LAST#", " #YELLOW#[没有空间]#LAST#")
 ------------------------------------------------
 section "game/modules/tome/dialogs/QuestPopup.lua"
 
-t("#LIGHT_GREEN#New#LAST# Quest!", "#LIGHT_GREEN#New#LAST# 任务!")
+t("#LIGHT_GREEN#New#LAST# Quest!", "#LIGHT_GREEN#新#LAST# 任务!")
 t("Quest #AQUAMARINE#Updated!", "任务 #AQUAMARINE#更新了!")
 t("Quest #LIGHT_GREEN#Completed!", "任务 #LIGHT_GREEN#已完成!")
 t("Quest #LIGHT_GREEN#Done!", "任务 #LIGHT_GREEN#结束!")
 t("Quest #CIMSON#Failed!", "任务 #CIMSON#失败了!")
-t("#ANTIQUE_WHITE#Quest: #AQUAMARINE#%s", "#ANTIQUE_WHITE#任务: #AQUAMARINE#%s")
+t("#ANTIQUE_WHITE#Quest: #AQUAMARINE#%s", "#ANTIQUE_WHITE#任务:#AQUAMARINE#%s")
 t("#ANTIQUE_WHITE#(See your Journal for further details or click here)", "#ANTIQUE_WHITE#(点击此处或者打开任务面板查看详情)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/SentientWeapon.lua"
 
-t("Points left: #00FF00#%d#WHITE#", "剩余点数: #00FF00#%d#WHITE#")
+t("Points left: #00FF00#%d#WHITE#", "剩余点数:#00FF00#%d#WHITE#")
 t("Stat", "属性值")
 t("Value", "数值")
 t("Spellpower", "法术强度")
@@ -40675,10 +42385,10 @@ t("Impossible", "不可能")
 t("You cannot take out more points!", "你不能遗忘更多点数!")
 t([[Keyboard: #00FF00#up key/down key#FFFFFF# to select a stat; #00FF00#right key#FFFFFF# to increase stat; #00FF00#left key#FFFFFF# to decrease a stat.
 Mouse: #00FF00#Left click#FFFFFF# to increase a stat; #00FF00#right click#FFFFFF# to decrease a stat.
-]], [[键盘: #00FF00#上/下键#FFFFFF# 选择属性; #00FF00#右键#FFFFFF#增加属性; #00FF00#左键#FFFFFF#降低属性.
-鼠标: #00FF00#左键点击#FFFFFF#增加属性; #00FF00#右键点击#FFFFFF#降低属性。
+]], [[键盘:#00FF00#上/下键#FFFFFF# 选择属性; #00FF00#右键#FFFFFF#增加属性; #00FF00#左键#FFFFFF#降低属性.
+鼠标:#00FF00#左键点击#FFFFFF#增加属性; #00FF00#右键点击#FFFFFF#降低属性。
 ]])
-t("Stats points left: #00FF00#%s", "剩余属性点: #00FF00#%s")
+t("Stats points left: #00FF00#%s", "剩余属性点:#00FF00#%s")
 t("Constitution", "体质")
 t("Cunning", "灵巧")
 t("Dexterity", "敏捷")
@@ -40705,11 +42415,11 @@ t("Open profile(in browser)", "打开用户信息(在浏览器里打开)")
 t("Report for bad behavior", "举报不良行为")
 t("Open charsheet(in browser)", "打开角色信息(在浏览器里打开)")
 t("Action", "行为")
-t("User: ", "用户: ")
+t("User: ", "用户:")
 t("Ignore user", "无视用户")
 t("Really ignore all messages from: %s", "确认忽略所有来自%s的消息")
 t("Reason", "原因")
-t("Reason to report: %s", "举报原因: %s")
+t("Reason to report: %s", "举报原因:%s")
 
 
 ------------------------------------------------
@@ -40757,8 +42467,9 @@ t("Inventory", "物品栏")
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowLore.lua"
 
+t("Search: ", "搜索:")
 t("Lore", "手札")
-t("Search: ", "搜索: ")
+t("Category", "分类")
 t([[#GOLD#Category:#AQUAMARINE# %s
 #GOLD#Found as:#0080FF# %s
 #GOLD#Text:#ANTIQUE_WHITE# %s]], [[#GOLD#分类:#AQUAMARINE# %s
@@ -40769,7 +42480,7 @@ t([[#GOLD#Category:#AQUAMARINE# %s
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowMap.lua"
 
-t("Map: #0080FF#%s", "地图: #0080FF#%s")
+t("Map: #0080FF#%s", "地图:#0080FF#%s")
 
 
 ------------------------------------------------
@@ -40779,14 +42490,14 @@ t("Inventory", "物品栏")
 t("Store", "商店")
 t("Category", "分类")
 t("Price", "ä»·æ ¼")
-t(" (pays up to %0.2f gold, Your Gold: %0.2f)", " (付款 %0.2f 金币,你的金币: %0.2f)")
+t(" (pays up to %0.2f gold, Your Gold: %0.2f)", " (付款 %0.2f 金币,你的金币:%0.2f)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/TrapsSelect.lua"
 
 t("Select Traps", "选择陷阱")
-t("Select traps to prepare:", "选择需要准备的陷阱:")
+t("Select traps to prepare:", "选择需要准备的陷阱:")
 t("starting trap selection dialog", "开始选择陷阱")
 t(" (replacing instant trigger)", " (替换瞬间启动机关)")
 t(" (primed trigger)", " (即爆启动机关)")
@@ -40794,8 +42505,8 @@ t(" (prepared)", " (准备完毕)")
 t(" (preparing)", " (准备中)")
 t(" (dismantling)", " (分解中)")
 t(" (need more skill)", " (需要更多技能)")
-t("%s) Tier %d: %s%s", "%s) 材质等级 %d: %s%s")
-t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱: %s.")
+t("%s) Tier %d: %s%s", "%s) 材质等级 %d:%s%s")
+t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱:%s.")
 t("#LIGHT_BLUE#You need more skill to prepare this trap.", "#LIGHT_BLUE#你需要学习更多技能才能准备这个陷阱。")
 t("#LIGHT_BLUE#Preparing trap with normal trigger.", "#LIGHT_BLUE#准备了常规触发的陷阱")
 t("Accept these selections", "确认选择")
@@ -40805,7 +42516,7 @@ t("#LIGHT_BLUE#You cannot prepare more than %d traps.", "#LIGHT_BLUE#你不能
 ------------------------------------------------
 section "game/modules/tome/dialogs/UberTalent.lua"
 
-t("Prodigies: %s", "觉醒点: %s")
+t("Prodigies: %s", "觉醒点:%s")
 t([[Prodigies are special talents that only the most powerful of characters can attain.
 All of them require at least 50 in a core stat and many also have more special demands. You can learn a new prodigy at level 25 and 42.
 #LIGHT_GREEN#Prodigies available: %d]], [[觉醒技是角色足够强大时才能获得的特殊技能。
@@ -40818,7 +42529,7 @@ All of them require at least 50 in a core stat and many also have more special d
 ------------------------------------------------
 section "game/modules/tome/dialogs/UnlockDialog.lua"
 
-t("#VIOLET#Option unlocked: %s", "#VIOLET#游戏选项已解锁: %s")
+t("#VIOLET#Option unlocked: %s", "#VIOLET#游戏选项已解锁:%s")
 t("Option unlocked: %s", "选项已解锁: %s")
 
 
@@ -40833,7 +42544,7 @@ t("You do not have any equipped items that it can be attached to.", "你没有
 t("Select which item to attach it to:", "选择要附加到哪个物品:")
 t("Really %s %s", "真的要 %s %s")
 t("Tag object (tagged objects can not be destroyed or dropped)", "标记物品(被标记的物品无法丢下或摧毁)")
-t("Tag:", "标记:")
+t("Tag:", "标记:")
 t("Identify", "鉴定")
 t("Move to normal inventory", "移动到普通物品栏")
 t("Use", "使用")
@@ -40886,7 +42597,7 @@ t("Auto-use when enemies are visible", "当敌人可见时自动使用")
 t("Auto-use when enemies are visible and adjacent", "相邻格内有可见敌人时自动使用")
 t("Auto-use when out of combat", "脱离战斗后自动使用")
 t("Hotkey ", "快捷键 ")
-t("Bind talent: %s", "绑定技能: %s")
+t("Bind talent: %s", "绑定技能:%s")
 t("How do you want to bind this talent?", "如何绑定技能?")
 t("%s assigned to hotkey %s", "%s 已绑定到键位 %s")
 t("Hotkey %s assigned", "键位 %s 已绑定")
@@ -40913,25 +42624,63 @@ t("All your passive talents, they are always active.", "你所有的被动技能
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AdvanceActor.lua"
 
-t("DEBUG -- Levelup Actor: [%s] %s", "调试模式 -- 升级角色: [%s] %s")
+t("DEBUG -- Levelup Actor: [%s] %s", "调试模式 -- 升级角色:[%s] %s")
+t([[Levelup an actor.
+Optionally set Stat levels, learn all talents possible, and gain points to spend on Levelup. 
+The actor is backed up before changes are made.  (Use the "Restore" button to recover.)
+]], [[升级角色
+可以自动设置相应的属性值,尽可能学习所有技能,并获得升级所得到的属性点。
+这个角色会在更新前被备份,按“恢复”按钮可以恢复备份。
+]])
+t(" Advance to Level: ", " 升级到等级: ")
+t("Restore: %s (v%d)", "恢复: %s (v%d)")
+t("Restore: none", "恢复:无")
+t("#LIGHT_BLUE#Restoring [%s]%s from backup version %d", "#LIGHT_BLUE#恢复 [%s]%s 到备份版本 %d")
+t("Gain points for stats, talents, and prodigies (unlimited respec)", "获得属性点,技能点和觉醒点(无限次重置)")
+t(" Force all BASE stats to: ", " 设置所有主属性为: ")
+t(" Force all BONUS stats to: ", " 设置所有额外属性为: ")
+t("Learn Talents ", "学习技能 ")
+t("Unlock & Learn all available talents to level: ", "解锁并学习所有的技能到等级: ")
+t("maximum allowed", "最高等级")
+t("Ignore requirements", "无视技能需求")
+t("Force all talent mastery levels to (0.1-5.0): ", "将所有技能树系数设置到 (0.1-5.0): ")
+t("no change", "不变")
+t("Unlock all talent types (slow)", "解锁所有技能树(缓慢")
 t("Accept", "接受")
 t("Cancel", "取消")
+t("#LIGHT_BLUE#AdvanceActor inputs: %s", "#LIGHT_BLUE#升级角色 输入: %s")
+t("%s #GOLD#Forcing all Base Stats to %s", "%s #GOLD#正在将所有基础属性值设置为 %s")
+t("%s #GOLD#Resetting all talents_types_mastery to %s", "%s #GOLD#正在将所有技能树系数设置为 to %s")
+t("%s #GOLD#Unlocking All Talent Types", "%s #GOLD#正在解锁所有技能树")
+t("#GOLD#Checking %s Talents (%s)", "#GOLD#检查 %s 技能 (%s)")
+t("#LIGHT_BLUE#Talent %s learned to level %d", "#LIGHT_BLUE#技能 %s 学习到等级 %d")
+t("%s #GOLD#Forcing all Bonus Stats to %s", "%s #GOLD#将所有额外属性值设置为 %s")
 t("%d stat point(s)", "%d 属性点")
 t("%d class talent point(s)", "%d 职业技能点")
 t("%d generic talent point(s)", "%d 通用技能点")
 t("%d category point(s)", "%d 大系点")
+t("#ORCHID#%d prodigy point(s)#LAST#", "#ORCHID#%d 觉醒点#LAST#")
+t("#LIGHT_BLUE#%s has %s to spend", "#LIGHT_BLUE#%s 有 %s 可以使用")
+t(", and ", ", 和 ")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AdvanceZones.lua"
 
+t("Advance Through Zones", "自动清图")
+t("Enter a comma delimited list of zones or zone tiers to clear", "输入逗号分隔的地图或地图层级列表,进行自动清图")
+t("%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)", "%s:  楼层 %0.2f 到 %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)")
+t("#RED#Low value items have been dropped on the ground.#LAST#", "#RED#低价值的物品落在地上。#LAST#")
+t("Unable to level change to floor 1 of %s", "无法切换到%s的一楼")
+t("%s is not valid for autoclear", "%s无法自动清图")
+t("Unable to level change to floor %d of %s", "无法切换到%s的%d楼", {2,1})
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AlterFaction.lua"
 
 t("DEBUG -- Alter Faction", "调试模式 -- 切换阵营")
-t("Alter to which state:", "改变到什么状态:")
+t("Alter to which state:", "改变到什么状态:")
 t("Alter: %s", "改变: %s")
 t("friendly", "友善")
 t("neutral", "中立")
@@ -40943,7 +42692,7 @@ section "game/modules/tome/dialogs/debug/ChangeZone.lua"
 
 t("DEBUG -- Change Zone", "调试模式 -- 切换地图")
 t("Level %s-%s", "楼层 %s-%s")
-t("Zone: %s", "地图: %s")
+t("Zone: %s", "地图:%s")
 
 
 ------------------------------------------------
@@ -40951,12 +42700,42 @@ section "game/modules/tome/dialogs/debug/CreateItem.lua"
 
 t("DEBUG -- Create Object", "调试 -- 创建物品")
 t("Load from other zones ", "从其他地图读取 ")
+t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
+ %s]], [[#ORANGE# 创建物品:无法读取文件%s的所有物品:#GREY#
+ %s]])
+t("Generate examples (right-click refreshes) ", "创建样品 (右键刷新) ")
+t("#CRIMSON#==Resolved Example==#LAST#", "#CRIMSON#==解析样品==#LAST#")
+t([[#LIGHT_BLUE#Object %s could not be generated or identified. Error:
+%s]], [[#LIGHT_BLUE#物品%s无法被创建或鉴定。错误:
+%s]])
+t([[Error:
+%s]], [[错误:
+%s]])
+t("Object could not be resolved/identified.", "物品无法被解析或鉴定。")
+t("#LIGHT_BLUE#Could not add object to %s at (%d, %d)", "#LIGHT_BLUE#无法将物品添加到%s(位于(%d, %d))")
+t("#LIGHT_BLUE#No creature to add object to at (%d, %d)", "#LIGHT_BLUE#在(%d, %d)上没有生物")
+t("#LIGHT_BLUE#No object to create", "#LIGHT_BLUE#没有创建物品")
+t("Place Object", "放置物品")
+t("Place the object where?", "将物品放置到哪里?")
+t("Inventory of %s%s", "%s%s的物品栏")
+t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(玩家)#LAST#")
+t("Drop @ (%s, %s)%s", "丢在 @ (%s, %s)%s")
+t("#LIGHT_BLUE#Dropped %s at (%d, %d)", "#LIGHT_BLUE#将%s丢在(%d, %d)")
+t("NPC Inventory", "NPC的物品栏")
 t("Cancel", "取消")
+t("#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#", "#LIGHT_BLUE#物品:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, 槽位 %s} 位于 (%s, %s)#LAST#")
+t(", or 0 for the example item", ", 或输入0获得样品")
 t("Enter 1-100%s", "输入 1-100%s")
 t("Number of items to make", "制作的物品数量")
+t("#LIGHT_BLUE# Creating %d items:", "#LIGHT_BLUE# Creating %d items:")
+t("Add an ego enhancement if possible?", "制作一个有词缀的物品么(假如可以的话)??")
 t("Ego", "词缀")
+t("Add a greater ego enhancement if possible?", "制作一个有高级词缀的物品么(假如可以的话)?")
 t("Greater Ego", "高级词缀")
+t("#LIGHT_BLUE#Created %s", "#LIGHT_BLUE#已制造 %s")
 t(" #GOLD#All Artifacts#LAST#", " #GOLD#所有神器#LAST#")
+t("#LIGHT_BLUE#Creating All Artifacts.", "#LIGHT_BLUE#创建所有神器。")
+t("#LIGHT_BLUE#%d artifacts created.", "#LIGHT_BLUE#创建了%d个神器。")
 t(" #YELLOW#Random Object#LAST#", " #YELLOW#随机物品#LAST#")
 
 
@@ -40964,16 +42743,28 @@ t(" #YELLOW#Random Object#LAST#", " #YELLOW#随机物品#LAST#")
 section "game/modules/tome/dialogs/debug/CreateTrap.lua"
 
 t("DEBUG -- Create Trap", "调试 -- 制造陷阱")
+t("#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#陷阱[%s]%s 已经占据了 (%d, %d)")
+t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#将%s[%s]%s添加到(%d, %d)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/DebugMain.lua"
 
 t("Debug/Cheat! It's BADDDD!", "调试/作弊!你又要做坏事了吧!")
+t("#LIGHT_BLUE#God mode OFF", "#LIGHT_BLUE#天神模式关闭")
+t("#LIGHT_BLUE#God mode ON", "#LIGHT_BLUE#天神模式打开")
+t("#LIGHT_BLUE#Demi-God mode OFF", "#LIGHT_BLUE#半神模式关闭")
+t("#LIGHT_BLUE#Demi-God mode ON", "#LIGHT_BLUE#半神模式打开")
+t("#LIGHT_BLUE#Revealing Map.", "#LIGHT_BLUE#地图全开。")
 t("Level 1-%s", "楼层 1-%s")
-t("Zone: %s", "地图: %s")
+t("Zone: %s", "地图:%s")
 t("Kill or Remove", "杀死还是移除?")
-t("Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?", "移除所有(队伍外)的圣物,还是让玩家把他们杀死(将会掉落经验值和物品)?")
+t("Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?", "移除所有(队伍外)的生物,还是让玩家把他们杀死(将会掉落经验值和物品)?")
+t("#GREY#Removing [%s] %s at (%s, %s)", "#GREY#移除 [%s] %s 位于 (%s, %s)")
+t("#GREY#Killing [%s] %s at (%s, %s)", "#GREY#杀死[%s] %s位于(%s, %s)")
+t("#LIGHT_BLUE#%s %d creatures.", "#LIGHT_BLUE#%s %d 个生物。")
+t("Killed", "杀死了")
+t("Removed", "移除了")
 t("Cancel", "取消")
 t("Kill", "杀死")
 t("Remove", "移除")
@@ -41001,6 +42792,10 @@ t("Automatically Clear Zones", "自动清图")
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/Endgamify.lua"
 
+t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
+ %s]], [[#ORANGE# 创建物品:无法读取文件%s的所有物品:#GREY#
+ %s]])
+t("Failed to generate %s", "创建%s失败")
 
 
 ------------------------------------------------
@@ -41012,22 +42807,158 @@ t("Debug -- Grant/Alter Quest", "调试模式 -- 获得/修改任务")
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/PlotTalent.lua"
 
+t("Values plot for: %s (mastery %0.1f)", "技能数值属性表: %s (技能树系数 %0.1f)")
+t("TL: ", "技能等级: ")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/RandomActor.lua"
 
+t("#LIGHT_GREEN#(From %s, line %s):#LAST#", "#LIGHT_GREEN#(来自 %s, 第%s行):#LAST#")
 t("DEBUG -- Create Random Actor", "调试模式 -- 创建随机角色")
+t([[Randomly generate actors subject to a filter and/or create random bosses according to a data table.
+Filters are interpreted by game.zone:checkFilter.
+#ORANGE#Boss Data:#LAST# is interpreted by game.state:createRandomBoss, game.state:applyRandomClass, and Actor.levelupClass.
+Generation is performed within the _G environment (used by the Lua Console) using the current zone's #LIGHT_GREEN#npc_list#LAST#.
+Press #GOLD#'F1'#LAST# for help.
+Mouse over controls for an actor preview (which may be further adjusted when placed on to the level).
+(Press #GOLD#'L'#LAST# to lua inspect or #GOLD#'C'#LAST# to open the character sheet.)
+
+The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]], [[根据给定的筛选器随机生成角色,或/并根据给定的数据表生成随机Boss。
+筛选器由game.zone:checkFilter处理。
+#ORANGE#Boss数据:#LAST#由 game.state:createRandomBoss, game.state:applyRandomClass, 和 Actor.levelupClass处理。
+生成过程在 _G 环境下进行 (也是Lua控制台使用的环境),并使用当前地图的#LIGHT_GREEN#npc_list#LAST#.
+请按#GOLD#'F1'#LAST#获得帮助。
+鼠标移动查看角色预览(可以在添加到游戏之前进行进一步的调整)
+(请按 #GOLD#'L'#LAST# 在Lua中检查,或按 #GOLD#'C'#LAST# 打开角色面板)
+
+#LIGHT_BLUE#基础过滤器#LAST#用于过滤生成的随机角色。]])
+t("Current Base Actor: %s", "目前基础角色: %s")
+t("#LIGHT_BLUE# Current base actor: %s", "#LIGHT_BLUE# 目前基础角色: %s")
+t("Default Filter", "默认筛选器")
+t("#LIGHT_BLUE# Reset base filter", "#LIGHT_BLUE# 重设基础筛选器")
+t("Clear", "清除")
+t("#LIGHT_BLUE# Clear base actor: %s", "#LIGHT_BLUE# 清除基础角色: %s")
+t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#基础筛选器:#LAST# ")
+t("The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).", "#ORANGE#Boss 数据#LAST#用于将基础角色转换成一个随机boss(如果需要的话,也可以用随机角色作为基础)")
+t("#GREY#None#LAST#", "#GREY#æ— #LAST#")
+t("Current Boss Actor: %s", "目前Boss角色: %s")
+t("Generate", "生成")
+t("Default Data", "默认数据")
+t("#LIGHT_BLUE# Reset Randboss Data", "#LIGHT_BLUE# 重置Boss数据")
+t("Place", "放置")
+t("#ORANGE#Boss Data:#LAST# ", "#ORANGE#Boss数据:#LAST# ")
+t("Filter and Data Help", "筛选器和数据帮助")
+t("#GREY#No Actor to Display#LAST#", "#GREY#没有待显示的角色#LAST#")
+t("#LIGHT_BLUE#Inspect [%s]%s", "#LIGHT_BLUE#检查 [%s]%s")
+t("#LIGHT_BLUE#No actor to inspect", "#LIGHT_BLUE#没有待显示的角色")
+t("#LIGHT_BLUE#Lua Inspect [%s]%s", "#LIGHT_BLUE#Lua 检查 [%s]%s")
+t("#LIGHT_BLUE#No actor to Lua inspect", "#LIGHT_BLUE#没有待Lua检查的角色")
+t("#LIGHT_BLUE#Bad filter for base actor: %s", "#LIGHT_BLUE#基础角色筛选器错误: %s")
+t("#LIGHT_BLUE#Could not generate a base actor with filter: %s", "#LIGHT_BLUE#无法使用以下筛选器生成基础角色: %s")
+t([[#LIGHT_BLUE#Base actor could not be generated with filter [%s].
+ Error:%s]], [[#LIGHT_BLUE#无法使用以下筛选器生成基础角色[%s]。
+ 错误:%s]])
+t("#LIGHT_BLUE#Bad data for random boss actor: %s", "#LIGHT_BLUE#随机Boss数据错误: %s")
+t("#LIGHT_BLUE#Could not generate a base actor with data: %s", "#LIGHT_BLUE#无法使用以下数据生成基础角色: %s")
+t([[#LIGHT_BLUE#ERROR: Random Boss could not be generated with data [%s].
+ Error:%s]], [[#LIGHT_BLUE#错误: 无法使用以下数据生成随机Boss [%s].
+ Error:%s]])
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/RandomObject.lua"
 
+t("#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#", "#LIGHT_GREEN#(来自 %-10.60s, 行数: %s):#LAST#")
 t("unknown", "未知")
+t("Don't apply a resolver", "不使用解析器")
 t("None", "æ— ")
 t("Equipment", "装备")
+t("Object will be equipped if possible, otherwise added to main inventory", "物品将会尽可能被装备,否则会被加入物品栏。")
+t("Object added to main inventory", "物品加入主要物品栏")
+t("Drops", "掉落")
+t("Object added to main inventory (dropped on death)", "物品加入主要物品栏,并在死亡时掉落")
+t("Attach Tinker", "装载插件")
+t("Tinker will be attached to a worn object", "插件将会被插到一个穿戴的物品上。")
+t("Drop Randart (auto data)", "掉落随机神器(自动数据)")
+t("Random Artifact (dropped on death) added to main inventory, uses the Base Object or Base Filter plus Randart Data as input", "随机神器(死亡后掉落)将会被加入到主要物品栏,使用基础物品或基础物品的筛选器以及随机神器数据作为输入。")
+t("Drop Randart", "掉落随机神器")
+t("Random Artifact (dropped on death) added to main inventory", "随机神器(死亡后掉落)将会被加入到主要物品栏")
 t("DEBUG -- Create Random Object", "调试模式 -- 创建随机物品")
+t([[Generate objects randomly subject to filters and create Random Artifacts.
+Use "Generate" to create objects for preview and inspection.
+Use "Add Object" to choose where to put the object and add it to the game.
+(Mouse over controls for a preview of the generated object/working Actor. (Press #GOLD#'L'#LAST# to lua inspect.)
+#SALMON#Resolvers#LAST# act on the working actor (default: player) to generate a SINGLE object.
+They use the #LIGHT_GREEN#Random filter#LAST# as input unless noted otherwise and control object destination.
+Filters are interpreted by ToME and engine entity/object generation functions (game.zone:checkFilter, etc.).
+Interpretation of tables is within the _G environment (used by the Lua Console) using the current zone's #YELLOW_GREEN#object_list#LAST#.
+Hotkeys: #GOLD#'F1'#LAST# :: context sensitive help, #GOLD#'C'#LAST# :: Working Character Sheet, #GOLD#'I'#LAST# :: Working Character Inventory.
+]], [[使用筛选器生成随机物品,或者生成随机神器。
+使用“生成”按钮生成物品用于预览和检查。
+使用“添加物品”按钮选择将物品放到哪里,并将其加入游戏。
+鼠标移动到物品上方,将可以看到生成的物品/使用的角色的预览(请按#GOLD#'L'#LAST#键进行Lua检查。
+#SALMON#解析器#LAST#工作在工作角色上(默认:玩家),用于生成单个物品。
+除非特别说明,它们使用#LIGHT_GREEN#随机筛选器#LAST#作为输入,并决定物品的去向。
+筛选器由ToME游戏引擎的实体/物品处理函数解析(game.zone:checkFilter等)。
+解析将会工作在_G环境下,这也是Lua控制台的工作环境,并使用当前地图的#YELLOW_GREEN#object_list#LAST#。
+热键: #GOLD#'F1'#LAST# :: 查看帮助, #GOLD#'C'#LAST# :: 工作角色的角色面板, #GOLD#'I'#LAST# :: 工作角色的物品栏。
+]])
+t("The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.", "#LIGHT_GREEN#随机筛选器#LAST#用于控制随机生成一个普通物品")
+t("#GREY#None#LAST#", "#GREY#æ— #LAST#")
+t("%s: %s", "%s:%s")
 t("Object", "物品")
+t("#LIGHT_GREEN#Random Object#LAST#", "#LIGHT_GREEN#随机物品#LAST#")
+t("#LIGHT_GREEN#Random Filter:#LAST# ", "#LIGHT_GREEN#随机筛选器:#LAST# ")
+t("The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.", "#LIGHT_BLUE#基础筛选器#LAST#用于生成一个用来生成随机神器的基础物品。")
+t("#LIGHT_BLUE#Base Object#LAST#", "#LIGHT_BLUE#基础物品#LAST#")
+t("Default Filter", "默认筛选器")
+t("Clear Object", "清除物品")
+t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#基础筛选器:#LAST# ")
+t("#SALMON#Resolver selected:#LAST# ", "#SALMON#选定的解析器:#LAST# ")
+t("An object resolver interprets additional filter fields to generate an object and determine where it will go.", "物品解析器将会用于在生成物品的时候解析物品的附加字段,并决定附加字段的结果。")
+t("Dropdown text", "下拉文字")
+t("No Tooltip", "没有提示")
+t("Use this selector to choose which resolver to use", "使用这个选项选择想要使用的解析器。")
+t([[#ORANGE#Randart Data#LAST# contains parameters used to generate a Randart (interpreted by game.state:generateRandart).
+The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]], [[#ORANGE#随机神器数据#LAST# 包含了用于生成随机神器的额外参数 (由game.state:generateRandart)解析。
+如果可能,将会使用#LIGHT_BLUE#基础物品#LAST#作为基础。]])
+t("Generate", "生成")
+t("Add Object", "添加物品")
+t("Default Data", "默认数据")
+t("#ORANGE#Randart Data:#LAST# ", "#ORANGE#随机神器数据:#LAST# ")
+t("#ORANGE#Randart#LAST#", "#ORANGE#随机神器#LAST#")
+t("Show #GOLD#I#LAST#nventory", "显示#GOLD#[I]#LAST#物品栏")
+t("Show #GOLD#C#LAST#haracter Sheet", "显示#GOLD#[C]#LAST#角色面板")
+t("Set working actor: [%s] %s", "设置生成角色: [%s] %s")
+t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(玩家)#LAST#")
+t("Set working actor: [%s] %s%s", "设置生成角色: [%s] %s%s")
+t("#GREY#No Tooltip to Display#LAST#", "#GREY#没有待显示的提示#LAST#")
+t("Filter/Data/Resolver Reference", "筛选器/数据/解析器文档")
+t("#LIGHT_BLUE#Lua Inspect [%s] %s", "#LIGHT_BLUE#Lua 检查 [%s] %s")
+t("#LIGHT_BLUE#Nothing to Lua inspect", "#LIGHT_BLUE#没有用于Lua检查的物品")
+t("#LIGHT_BLUE#Bad %s: %s", "#LIGHT_BLUE#错误的%s: %s")
+t("table definition", "表格定义")
+t("#LIGHT_BLUE# Generate Random object using resolver: %s", "#LIGHT_BLUE# 使用解析器生成随机物品失败: %s")
+t(" (resolver: %s)", " (解析器: %s)")
+t("#LIGHT_BLUE# New random%s object: %s", "#LIGHT_BLUE# 新随机%s 物品: %s")
+t("#LIGHT_BLUE#Could not generate a random object with filter: %s", "#LIGHT_BLUE#无法使用以下筛选器生成随机物品: %s")
+t([[#LIGHT_BLUE#ERROR generating random object with filter [%s].
+ Error: %s]], [[#LIGHT_BLUE#错误:使用该筛选器生成随机物品时发生错误[%s].
+ 错误: %s]])
+t("#LIGHT_BLUE#Could not generate a base object with filter: %s", "#LIGHT_BLUE#无法使用该筛选器生成基础物品: %s")
+t([[#LIGHT_BLUE#ERROR generating base object with filter [%s].
+ Error:%s]], [[#LIGHT_BLUE#错误:使用该筛选器生成基础物品时发生错误 [%s].
+ 错误:%s]])
+t("#LIGHT_BLUE#Could not generate a Randart with data: %s", "#LIGHT_BLUE#无法使用该筛选器生成随机神器: %s")
+t([[#LIGHT_BLUE#ERROR generating Randart with data [%s].
+ Error:%s]], [[#LIGHT_BLUE#错误:使用该筛选器生成随机神器时发生错误 [%s].
+ 错误:%s]])
+t("#LIGHT_BLUE#No object to add", "#LIGHT_BLUE#没有待添加的物品")
+t([[#LIGHT_BLUE#ERROR accepting object with resolver %s.
+ Error:%s]], [[#LIGHT_BLUE#错误物品无法接受该解析器%s。
+ 错误:%s]])
+t("#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)", "#LIGHT_BLUE#将生成角色设置为[%s]%s 位于(%d, %d)")
 t("Inventory", "物品栏")
 
 
@@ -41041,12 +42972,19 @@ t("DEBUG -- Spawn Event", "调试模式 -- 触发事件")
 section "game/modules/tome/dialogs/debug/SummonCreature.lua"
 
 t("DEBUG -- Summon Creature", "调试模式 -- 召唤生物")
+t("#LIGHT_BLUE# no actor to place.", "#LIGHT_BLUE#没有待放置的角色.")
+t("#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#角色[%s]%s已经占据了(%d, %d)")
+t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#将%s[%s]%s添加到(%d, %d)")
+t("#YELLOW#Random Actor#LAST#", "#YELLOW#随机角色#LAST#")
+t("#PINK#Test Dummy#LAST#", "#PINK#训练傀儡#LAST#")
+t("Test Dummy", "训练傀儡")
+t("Test dummy.", "训练傀儡。")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/orders/Behavior.lua"
 
-t("Set behavior: %s", "设置行为: %s")
+t("Set behavior: %s", "设置行为:%s")
 t("%s behavior set to %s.", "%s 的行动被设定为 %s 。")
 t("Default", "默认")
 t("Melee", "近战")
@@ -41086,8 +43024,8 @@ t("#GREY#Invisible#LAST#", "#GREY#不可见#LAST#")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/Shimmer.lua"
 
-t("Shimmer object: %s", "幻化物品: %s")
-t("Search: ", "搜索: ")
+t("Shimmer object: %s", "幻化物品:%s")
+t("Search: ", "搜索:")
 t("Name", "名称")
 t("\
 #{italic}##CRIMSON#This cosmetic feature is only available to donators/buyers. You can only preview.#WHITE##{normal}#", "\
@@ -41113,8 +43051,8 @@ t("#GREY#[Invisible]", "#GREY#[不可见]")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/ShimmerOther.lua"
 
-t("Shimmer: %s", "幻化: %s")
-t("Search: ", "搜索: ")
+t("Shimmer: %s", "幻化:%s")
+t("Search: ", "搜索:")
 t("Name", "名称")
 t("\
 #{italic}##CRIMSON#This cosmetic feature is only available to donators/buyers. You can only preview.#WHITE##{normal}#", "\
@@ -41133,8 +43071,8 @@ t("#GREY#[Default]", "#GREY#[默认]")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/ShimmerOutfits.lua"
 
-t("Shimmer Sets: %s", "幻化套装: %s")
-t("Search: ", "搜索: ")
+t("Shimmer Sets: %s", "幻化套装:%s")
+t("Search: ", "搜索:")
 t([[You can switch your appearance to a saved set of shimmers.
 #{bold}#This is a purely cosmetic change.#{normal}#]], [[你可以把你的幻化切换到一套保存好的套装。
 #{bold}#这个改变只会带来视觉上的变化。#{normal}#]])
@@ -41246,6 +43184,109 @@ t("#{bold}#Choose a spell#{normal}#", "#{bold}#选择一个法术#{normal}#")
 t("All known spells that can be used with Arcane Combat.", "所有可以被奥术武器施放的技能。")
 
 
+------------------------------------------------
+section "game/modules/tome/init.lua"
+
+t("Tales of Maj'Eyal: Age of Ascendancy", "马基·埃亚尔的传说:卓越纪")
+t([[Welcome to Maj'Eyal.
+
+This is the Age of Ascendancy. After over ten thousand years of strife, pain and chaos the known world is at last at relative peace.
+The last effects of the #FF0000#Spellblaze#WHITE# have been tamed. The land slowly heals itself and the civilisations rebuild themselves after the Age of Pyre.
+
+It has been one hundred and twenty-two years since the Allied Kingdoms were established under the rule of #14fffc#Toknor#ffffff# and his wife #14fffc#Mirvenia#ffffff#.
+Together they ruled the kingdoms with fairness and brought prosperity to both Halflings and Humans.
+The King died of old age fourteen years ago, and his son #14fffc#Tolak#ffffff# is now King.
+
+The Elven kingdoms are quiet. The Shaloren Elves in their home of Elvala are trying to make the world forget about their role in the Spellblaze and are living happy lives under the leadership of #14fffc#Aranion Gayaeil#ffffff#.
+The Thaloren Elves keep to their ancient tradition of living in the woods, ruled as always by #14fffc#Nessilla Tantaelen#ffffff# the wise.
+
+The Dwarves of the Iron Throne have maintained a careful trade relationship with the Allied Kingdoms for nearly one hundred years, yet not much is known about them, not even their leader's name.
+
+While the people of Maj'Eyal know that the mages helped put an end to the terrors of the Spellblaze, they also did not forget that it was magic that started those events. As such, mages are still shunned from society, if not outright hunted down.
+Still, this is a golden age. Civilisations are healing the wounds of thousands of years of conflict, and the Humans and the Halflings have made a lasting peace.
+
+You are an adventurer, set out to discover wonders, explore old places, and venture into the unknown for wealth and glory.
+]], [[欢迎来到马基埃亚尔的世界!
+
+现在的埃亚尔大陆是卓越纪。在长达一万年的冲突痛苦和混乱之后,我们所知的世界终于进入了一个相对和平的时期。
+#FF0000#“魔法大爆炸”#WHITE#所造成的影响已经渐渐减轻,大地的伤痕也慢慢开始愈合。在派尔纪末,各个文明也纷纷开始重建家园。
+#14fffc#图库纳国王#ffffff#和他的半身人皇后#14fffc#米雯尼雅#ffffff#建立并统治联合王国已有122年了。
+在他们的统治下,王国天下太平,无论是人类还是半身人的居住地都欣欣向荣,一片繁华。
+十四年前,国王因年纪过大而去世了,他的儿子,#14fffc#托拉克#ffffff#继承了王位。
+
+精灵们的王国安详而平和。住在埃尔瓦拉的永恒精灵们试图让世界忘记他们在魔法大爆炸中扮演的角色,在精灵王#14fffc#艾伦尼恩·加威尔#ffffff#的统治下快乐的生活着。
+而自然精灵则遵从古老的传统,住在森林当中,由不朽的贤者#14fffc#奈希拉·坦泰兰#ffffff#统领。
+
+一百年来,钢铁王座的矮人们一直小心谨慎的和联合王国的人类们开展贸易活动,尽管他们的种族为人所知甚少,甚至也不知道他们的统治者姓甚名谁。
+
+尽管马基埃亚尔大陆上的居民都知道是魔法师们帮忙终止了恐怖的魔法大爆炸,但他们也没有忘记正是魔法本身造成了这场灾难。因此尽管大家并没有公然抓捕魔法师,法师们也宁愿避开公众生活。
+无论如何,这是个黄金时代,所有的文明在过去数千年中经历的不幸正在好转,甚至人类和半身人之间已经形成了长久的和平。
+
+你是一个冒险者,追寻古老的力量、宝藏和荣耀。你勇敢的踏入被遗忘的大陆、未被开发的森林,和神秘封印的废墟。在这个所谓的和平年代,谁也不知道最终会找到些什么。
+]])
+t("Though magic is still shunned in Maj'Eyal, rumours abound of secret havens of mages.", "尽管魔法在马基埃亚尔大陆遭到排斥,不过传说仍然有一个法师的秘密庇护所。")
+t("The Rush talent lets you close in on an enemy quickly and daze them, disabling them whilst you hack down their friends.", "冲锋技能可以让你快速接近敌人并眩晕目标,你可以借此时机击倒它的同伴。")
+t("Stunning an opponent slows down their movement and reduces their damage output, giving you the opportunity to tactically reposition or finish them off at less risk.", "震慑可以减缓目标的移动速度,降低其伤害输出,这样可以为你制造机会解决它们,或者降低他们对你的威胁。")
+t("Movement is key on the battlefield. A stationary fighter will become a dead fighter. One must always seek the position of greatest tactical advantage and continue to re-evaluate throughout the battle.", "移动是战斗制胜的关键。一个固定不动的战士只会变成一个死的战士。战斗过程中你必须随时调整你的走位以保持你的优势。")
+t("In the Age of Pyre the orcs learned the secrets of magic, and with their newfound powers nearly overcame the whole of Maj'Eyal.", "在派尔纪,兽人秘密学习了魔法,他们恐怖的魔法力量差一点毁灭了整个埃亚尔大陆。")
+t("The orcs once terrorised the whole continent. In the Age of Ascendancy they were rendered extinct, but rumours abound of hidden groups biding their time to return.", "兽人曾经给整个大陆带来了一场浩劫。在卓越纪,他们几乎已经灭绝,不过传言他们正准备秘密地卷土重来。")
+t("Intense willpower lets wyrmics take on the natural powers of dragons.", "高强度的意志使龙战士可以获得龙族的自然力量。")
+t("Alchemists can transmute gems to create fiery explosions, and are known to travel with a sturdy golem for extra protection.", "炼金术士可以转化宝石制造强大的爆炸,同时他们还可以召唤傀儡来守护他们。")
+t("In the Age of Pyre the giant golem Atamathon was built with the sole purpose of stopping the orcish leader Garkul the Devourer. The golem was single-handedly destroyed by the orc, who then slaughtered an army of thousands before the demonic fighter was finally slain.", "在派尔纪,人们建造了傀儡之王阿塔玛森以对抗兽人首领吞噬者加库尔所领导的兽人军队。加库尔不仅孤身一人亲自干掉了傀儡王,在他倒下之前,还单枪匹马斩杀了上千人的部队。")
+t("None know what the Sher'Tul looked like, or what caused them all to disappear thousands of years ago. Their rare ruins are a source of mystery and terror.", "无人知晓夏·图尔人的长相,也没有人知道为什么他们在几千年前突然消失了。至今我们仍能从他们仅存的废墟里感受到他们的神秘和恐怖。")
+t("In deep places dark things dwell beyond description or understanding. None know the source of these hideous horrors.", "地城深处潜藏着无法用语言描述或理解的黑暗事物,无人知道它们是从哪里而来。")
+t("Who knows what dark thoughts drive people to necromancy? Its art is as old as magic itself, and its creations have plagued all the races since the earliest memories.", "天知道是怎样的堕落思想才能使一个人成为死灵法师。这门艺术就像魔法一样历史悠久,它的出现在最初的岁月里给所有种族带来了非常的劫难。")
+t("Some say that in their early days the Shaloren kings experimented with necromancy to preserve their flesh after death, but with little success. The Shaloren vehemently deny this.", "传说很早以前永恒精灵的王侯们利用死灵法术进行试验,试图让他们死后的肉体仍能永葆青春。不过他们并没有成功。但永恒精灵们都否认这个传说的真实性。")
+t("120 years ago Toknor and Mirvenia united the human and halfling kingdoms and wiped out the orcish race, thus establishing the Age of Ascendancy.", "120年前,图库纳与米雯尼雅将人类与半身人的王国联合起来,击溃了兽人军团,自此开启了卓越纪元。")
+t("\"The Spellblaze tore Eyal apart and nearly brought about the end of all civilisation. Two thousand years on its shadow still hangs over many lands, and the prideful mages have never been forgiven their place in bringing it about.", "魔法大爆炸撕裂了埃亚尔大陆,整个文明差点被彻底摧毁。两千年岁月已过,爆炸的阴影依然笼罩着很多地区。那些高傲法师们铸成的大错令人们永生难忘。")
+t("Some are cursed with mental powers beyond their full control, turning them to a dark life powered by hatred.", "某些被诅咒者承受了超出他们控制的灵魂力量,终其一生都活在憎恨和黑暗中。")
+t("Dreadfell has always been shunned for its haunted crypts, but of late rumours tell of a darker and more terrible power in residence.", "恐惧王座一直以来都因闹鬼而为人所避讳。但最近有流言传出,有位带着更加强大的黑暗力量的主人统治了此地。")
+t("Some Sher'Tul artifacts can still be found in hidden places, but it is said they are not to be trifled with.", "虽然有人说还能在某些未知的地方找到夏·图尔的上古神器,不过普通人最好不要接近那种地方。")
+t("Drakes and wyrms are the strongest natural creatures in the world, capable of powers far beyond most other beings.", "龙与巨龙是这个世界上最强大的自然生物,它们所拥有的力量远在其他生物之上。")
+t("Giant worms tear open huge passageways through the deserts in the west. It is said great riches lie buried beneath the sand, still decorating the corpses of those who went there seeking great riches.", "西部沙漠中的巨型蠕虫挖掘出了很多巨大的通道。传说在那沙洞深处埋藏着很多诱人的宝物。不过除了宝物之外,更多的便是那些寻宝人的尸体。")
+t("Arcane Blades employ a fusion of melee and magical combat. Their training is harsh but the most dedicated rise to great powers.", "奥术之刃是一个混合了魔法与近战的职业。他们的训练非常严酷,同时他们的力量也极其强大。")
+t("Wild infusions call upon the powers of nature to protect the flesh and rid oneself of afflictions.", "自然纹身可以召唤自然的力量来保护你的肉体免于伤害。")
+t("Shield runes act instantly, letting one protect oneself quickly whilst also preparing to flee or launch a counter attack.", "护盾符文为瞬发技能,可以在你准备逃跑或者反击的同时提供防护。")
+t("Greater training in the use of armour lets it be used more effectively, blocking more damage and reducing the chance of an enemy hitting a critical spot.", "高级的护甲训练可以有效提高你的防护能力,使你格挡更多伤害并降低你受到致命一击的几率。")
+t("The Thick Skin talent reduces all incoming damage, letting you survive for longer before needing to heal.", "硬化皮肤技能可以降低所有受到的伤害,让你在能够使用治疗以前存活更长的时间。")
+t("Regeneration infusions act over several turns, letting you anticipate damage that will be taken and prepare for it.", "恢复纹身的效果持续数个回合,开启后每回合会恢复一定的生命值,使你的战斗更加从容不迫。")
+t("In the most dire circumstances teleportation can be the best escape, but is not without risk.", "大多数情况下,传送技能是逃命的首选方法,不过也有一定的风险。")
+t("The Ziguranth are an ancient order vehemently opposed to magic. Some have become so attuned to nature they can resist arcane forces with their will alone.", "伊格兰斯是一个古老的反魔阵营,他们中的一些人可以依靠自身的意志力来抵抗奥术能量。")
+t("Records say that giants once lived civilised lives, with mastery of many crafts and sciences. Now, though, they have adopted nomadic cultures, turning hostile against those that encroach on their lands.", "据史书记载,巨人族曾经也有高度发达的文明,掌握着许多手工和科学技术。不过现在他们已经适应了游牧生活,他们会攻击任何试图侵略的敌人。")
+t("Zigur was founded by escapees of Conclave experiments during the Allure wars between humans and halflings.", "伊格是由厄流纪人类与半身人战争中的孔克雷夫实验逃亡者创立的。")
+t("The Thaloren and Shaloren elves have never had good relations, and have been outright hostile since the Spellblaze devastated many Thaloren lands.", "自然精灵与永恒精灵之间关系一直不佳,自从魔法大爆炸摧毁了很多自然精灵大陆之后,他们之间更是相互敌视。")
+t("The third elven race, the Naloren, were rendered extinct after a huge cataclysm swept the eastern side of Maj'Eyal into the sea.", "精灵第三分支,纳鲁精灵,在魔法大爆炸将马基埃亚尔的东部地区沉入海底后,彻底灭绝。")
+t("Trolls were once seen as little more than beasts or pests, but the orcs trained them up for use in war and they became much more intelligent and fearsome.", "巨魔的力量原先不过与野兽和毒虫差不多,不过后来兽人因为战争的需要对它们进行了训练。现在他们变得更聪明更可怕。")
+t("Some say that the foot of a halfling is lucky to own. Halflings do not take well to those who enquire too forcefully.", "有人说半身人的脚是幸运护身符。对于这一点半身人可并不赞成。")
+t("The Nargol empire was once the largest force in Maj'Eyal, but a combination of the Spellblaze and orcish attacks have dwindled it into insignificance.", "纳格尔帝国曾经是马基埃亚尔最强大的国家。但是经历了魔法大爆炸和兽人的入侵之后他们已经变得无足轻重了。")
+t("Some of the most powerful undead do not fall easily, and only through extreme persistence can they be put to rest.", "那些最强大的不死族并不是那么容易被打败的,只有通过不懈的战斗才能将它们彻底置于死地。")
+t("History says little of the ancient race of yeeks that lived in halfling territory, but vanished before the time of the Spellblaze.", "据史书记载,有极少数的古代夺心魔族居住在半身人的国度,不过自从魔法大爆炸之后他们就销声匿迹了。")
+t("Dwarves are naturally a inquisitive people, but do not enjoy such inquisition turned on them. Most live secretive lives in their closed-off city, the Iron Throne.", "矮人们好管闲事,但他们自己却不喜欢别人来打搅,他们大多数居住在秘密的地下城市——钢铁王座之中。")
+t("Alchemists can bind gems to armour to grant them magical effects, to protect the wearer or improve their powers. Some commercial alchemists can imbue gems into jewellery.", "炼金术士可以把宝石中的魔法效果附到盔甲上,保护他们或者提高他们的能力。一些高级炼金师还能把宝石制成首饰。")
+t("The Spellblaze was followed by the Age of Dusk, when disease was rife and civilisation collapsed. Necromancers and fell sorcerers took advantage of the chaos to spread their vile deeds.", "魔法大爆炸之后到来的是黄昏纪,那是一个疫病肆虐文明溃败的时代。死灵法师和一些堕落法师利用当时的混乱来散播他们的恶行。")
+t("After the Spellblaze came the Spellhunt, when the normal people rose against the arrogance of the mages and hunted them down like wolves. Some survived and went into hiding, but many innocents were killed.", "在魔法大爆炸之后便是猎魔行动,人们对造成这场灾难的法师们赶尽杀绝就像猎杀牲口一样。一些幸存的法师得以躲藏起来,但更多无辜的人被杀害。")
+t("Demons are thought to come from another world, brought to Eyal by magical forces. Some are highly intelligent and follow their own ambitions. To what end, none know.", "人们认为恶魔是被魔法力量从其他世界带到埃亚尔大陆的。有些恶魔具有高度的智慧并有他们自己的野心,没人知道他们的真正目的。")
+t("The art of potion making fell into decline after the Spellhunt, and only a rare few now master the gift.", "猎魔行动之后炼金技术严重衰退,现在只有极少数人掌握这种技能了。")
+t("It's said that some rare powers can save your soul from the edge of death.", "传说有些罕见的力量可以在死亡边缘拯救你的灵魂。")
+t("Rumours tell of a shadowy cult kidnapping women and performing strange rites. Their intentions are unknown, and they have so far evaded capture.", "传说有一个邪教组织,他们绑架妇女举行奇怪的仪式,没人知道他们真正的目的,至今他们还没有被抓捕。")
+t("Though slavery is illegal there is still a black market for it, and in some areas men are even used for blood sports.", "尽管贩奴被严令禁止但地下交易却仍然存在。有些地方努力甚至被作为一种血腥运动项目的道具。")
+t("Maj'Eyal is the biggest continent in the world of Eyal. Though records suggest other continents and islands may exist it has not been possible to cross the wide and stormy oceans since the Spellblaze and the Cataclysm.", "马基埃亚尔是埃亚尔世界中最大的一块大陆。虽然有记载世界上有可能还存在着其他大陆或者岛屿,但自从魔法大爆炸和大灾变发生之后,穿越浩瀚的风暴之海已经不大可能了。")
+t("The effects of the Spellblaze were not all instant, and many centuries later the Cataclysm tore the continent apart once more, devastating coastal areas the destroying all of the Naloren lands.", "魔法大爆炸造成的影响并非仅局限于那一瞬间,这场大灾难过去了几个世纪,大陆一次又一次被撕裂,沿海的纳鲁精灵王国受到了毁灭性的打击而从此灭绝。")
+t("Archers are fast and deadly, and with pinning shots can render their foes helpless as they swiftly dispatch them.", "弓箭手行动迅捷而致命,他们可以使用定身射击将敌人分散并各个击破。")
+t("Reavers are powerful fighters with corrupted blood, and the strength to wield a one-handed weapon in each arm.", "收割者是流着堕落之血的强大战士,他们双手各可以装备一件单手武器。")
+t("Corruptors feed off the essence of others, and can use their own corrupted blood to launch deadly magical attacks.", "堕落者可以吸取他人的精华,并使用他们的堕落力量发动致命的魔法攻击。")
+t("Clever rogues can lay traps to damage or debilitate their foes without having to go near them.", "聪明的盗贼可以在不近身的情况下安置陷阱对敌人造成伤害或者削弱他们。")
+t("Rogues can move silently and stealthily, letting them approach foes unaware or avoid them entirely.", "盗贼可以悄无声息的移动,在敌人毫无察觉的情况下悄悄近身。")
+t("A movement infusion can let you quickly approach a ranged opponent, or quickly escape a melee one.", "移动纹身可以使你快速地接近一个远程敌人或者逃离近战敌人。")
+t("Invisibility lets you escape notice, giving you the freedom to move or recover your resources, but reduces your damage.", "隐身可以使敌人忽略你,让你自由移动、恢复能量,不过这会降低你的伤害和治疗能力。")
+t("Poison is the domain of assassins and master rogues, and its cunning use can cripple or kill enemies over a long fight.", "毒药学是盗贼大师和刺客的技能,它可以在一场长时间的战斗中削弱或杀死敌人。")
+t("Summoners can call upon a variety of natural creatures to protect and support them, reducing the risk to their own flesh considerably.", "召唤师可以召唤不同的自然生物来支援和保护他们,这样可以减少他们直面敌人的危险。")
+t("The highest sorcerers are known as archmages, and the masters amongst them are said to have the power to change the world. They are feared immensely.", "元素法师被认为是最高级别的法师,而其中的魔导师更是拥有改变世界的强大法力,他们也是世人最惧怕之人。")
+t("Bulwarks are defensive fighters that can take hits more readily than other warriors whilst preparing for the most effective counter attacks.", "盾战士是防御型的战士,他们可以比其他战士职业承受更多伤害,在防御的同时他们也能随时做出反击。")
+t("Brawlers are trained in the use of their fists and mastery of their bodies. They can be as dangerous in combat as any swordsman.", "格斗家通过学习对自身力量的掌握,并将其发挥至极限,他们的拳头是他们唯一的武器,但其杀伤力不亚于任何一个持剑的战士。")
+t("Lightning is a chaotic element that is hard to control. It is said that those most attuned to it are eventually driven insane.", "雷电是一种混沌的元素力量,难以操控。据说掌握雷电法术的人也都因此而陷于疯狂。")
+
+
 ------------------------------------------------
 section "game/modules/tome/load.lua"
 
diff --git a/game/engines/default/engine/Actor.lua b/game/engines/default/engine/Actor.lua
index c074a23d39..ec3f62c713 100644
--- a/game/engines/default/engine/Actor.lua
+++ b/game/engines/default/engine/Actor.lua
@@ -611,3 +611,7 @@ function _M:him_her() return string.him_her(self) end
 --- he/she/self formatting
 -- @return string.his_her_self(self)
 function _M:his_her_self() return string.his_her_self(self) end
+
+function _M:getName()
+	return _t(self.name)
+end
\ No newline at end of file
diff --git a/game/engines/default/engine/DebugConsole.lua b/game/engines/default/engine/DebugConsole.lua
index 2eb45345d7..ec9b4a6908 100644
--- a/game/engines/default/engine/DebugConsole.lua
+++ b/game/engines/default/engine/DebugConsole.lua
@@ -19,6 +19,7 @@
 
 require "engine.class"
 require "engine.Dialog"
+local FontPackage = require "engine.FontPackage"
 
 --- Debug Console
 -- @classmod engine.DebugConsole
@@ -133,7 +134,7 @@ function _M:init()
 	self.blink_period = 20
 	self.blink = self.blink_period
 	local w, h = core.display.size()
-	engine.Dialog.init(self, _t"Lua Console", w, h, 0, 0, nil, core.display.newFont("/data/font/DroidSansMono.ttf", 12))
+	engine.Dialog.init(self, _t"Lua Console", w, h, 0, 0, nil, core.display.newFont(FontPackage:getFont("mono"), 12))
 	game:onTickEnd(function() self.key:unicodeInput(true) end)
 	self:keyCommands{
 		_RETURN = function()
diff --git a/game/engines/default/engine/I18N.lua b/game/engines/default/engine/I18N.lua
index a8851334ab..d985f7c420 100644
--- a/game/engines/default/engine/I18N.lua
+++ b/game/engines/default/engine/I18N.lua
@@ -32,6 +32,9 @@ local cur_unlocalized = {}
 local flags = {}
 
 _G._t = function(s, debugadd)
+	if not s then
+		return nil
+	end
 	if config.settings.cheat and not cur_locale[s] then
 		debugadd = debugadd or 0
 		local info = {}
diff --git a/game/engines/default/engine/Module.lua b/game/engines/default/engine/Module.lua
index a7841a56fb..2d0c938366 100644
--- a/game/engines/default/engine/Module.lua
+++ b/game/engines/default/engine/Module.lua
@@ -765,7 +765,7 @@ function _M:loadScreen(mod)
 				local i = core.display.loadImage(l.image)
 				if i then img = {i:glTexture()} end
 			end
-			local text = bfont:draw(l.text, dw - (img and img[6] or 0), 255, 255, 255)
+			local text = bfont:draw(_t(l.text), dw - (img and img[6] or 0), 255, 255, 255)
 			local text_h = #text * text[1].h
 
 			local Base = require "engine.ui.Base"
@@ -948,7 +948,7 @@ function _M:instanciate(mod, name, new_game, no_reboot, extra_module_info)
 	I18N:loadLocale("/data/locales/zh_CN.lua")
 	I18N:setLocale("zh_CN")
 	I18N.setFlag("ego_always_prefix", true)
-	config.settings.tome.fonts = {type="chinese", size="normal"} 
+	config.settings.tome.fonts = {type="chinese", size="big"}
 
 	-- Load font packages
 	FontPackage:loadDefinition("/data/font/packages/default.lua")
diff --git a/game/engines/default/engine/dialogs/Achievement.lua b/game/engines/default/engine/dialogs/Achievement.lua
index e8ed38054b..986a057615 100644
--- a/game/engines/default/engine/dialogs/Achievement.lua
+++ b/game/engines/default/engine/dialogs/Achievement.lua
@@ -22,7 +22,7 @@ local Shader = require "engine.Shader"
 local Dialog = require "engine.ui.Dialog"
 local Image = require "engine.ui.Image"
 local Textzone = require "engine.ui.Textzone"
-
+local FontPackage = require "engine.FontPackage"
 --- A sub dialog for defining an achievement
 --
 -- See also: @{ShowAchievements}
@@ -33,7 +33,7 @@ function _M:init(title, a)
 	local c_frame = Image.new{file="achievement-ui/runes_inner.png", width=154, height=154}
 	local c_image = Image.new{file=a.image or "trophy_gold.png", width=128, height=128}
 	local color = a.huge and "#GOLD#" or "#LIGHT_GREEN#"
-	local c_desc = Textzone.new{width=500, auto_height=true, text=color..a.name.."#LAST#\n"..a.desc, font={"/data/font/DroidSans-Bold.ttf", 26}}
+	local c_desc = Textzone.new{width=500, auto_height=true, text=color..a.name.."#LAST#\n"..a.desc, font={FontPackage:getFont("bold"), 26}}
 	c_desc:setTextShadow(1)
 	c_desc:setShadowShader(Shader.default.textoutline and Shader.default.textoutline.shad, 1.2)
 	self:setTitleShadowShader(Shader.default.textoutline and Shader.default.textoutline.shad, 1.5)
diff --git a/game/engines/default/engine/dialogs/ChatChannels.lua b/game/engines/default/engine/dialogs/ChatChannels.lua
index f39e3af9ec..f8cae690db 100644
--- a/game/engines/default/engine/dialogs/ChatChannels.lua
+++ b/game/engines/default/engine/dialogs/ChatChannels.lua
@@ -32,8 +32,8 @@ function _M:init(chat)
 
 	local list = {
 		{name = _t"Global", kind = "global"},
-		{name = game.__mod_info.long_name, kind = mod},
-		{name = game.__mod_info.long_name.._t" [spoilers]", kind = mod.."-spoiler"},
+		{name = _t(game.__mod_info.long_name), kind = mod},
+		{name = _t(game.__mod_info.long_name).._t" [spoilers]", kind = mod.."-spoiler"},
 	}
 	for i, l in pairs(profile.chat.channels) do
 		if i ~= "global" and i ~= mod and i ~= mod.."-spoiler" then
diff --git a/game/engines/default/engine/dialogs/microtxn/MTXMain.lua b/game/engines/default/engine/dialogs/microtxn/MTXMain.lua
index aee47be57f..e8f92406de 100644
--- a/game/engines/default/engine/dialogs/microtxn/MTXMain.lua
+++ b/game/engines/default/engine/dialogs/microtxn/MTXMain.lua
@@ -27,7 +27,7 @@ module(..., package.seeall, class.inherit(Dialog))
 _M.force_ui_inside = "microtxn"
 
 function _M:init(mode)
-	self.base_title_text = ("%s #GOLD#Purchasables#LAST#"):tformat(game.__mod_info.long_name)
+	self.base_title_text = ("%s #GOLD#Purchasables#LAST#"):tformat(_t(game.__mod_info.long_name))
 	Dialog.init(self, self.base_title_text, 200, game.h * 0.8)
 
 	local do_purchase = ButtonImage.new{alpha_unfocus=1, file="microtxn-ui/action_purchase.png", fct=function() game:unregisterDialog(self) game.key:triggerVirtual("MTXN_PURCHASE") end}
diff --git a/game/engines/default/engine/dialogs/microtxn/ShowPurchasable.lua b/game/engines/default/engine/dialogs/microtxn/ShowPurchasable.lua
index ad7ff8b92c..b9c7fe1dc2 100644
--- a/game/engines/default/engine/dialogs/microtxn/ShowPurchasable.lua
+++ b/game/engines/default/engine/dialogs/microtxn/ShowPurchasable.lua
@@ -48,7 +48,7 @@ function _M:init(mode)
 	self.cart = {}
 
 
-	self.base_title_text = game.__mod_info.long_name.." #GOLD#Online Store#LAST#"
+	self.base_title_text = ("%s #GOLD#Online Store#LAST#"):tformat(_t(game.__mod_info.long_name))
 	Dialog.init(self, self.base_title_text, game.w * 0.8, game.h * 0.8)
 
 	game.tooltip:generate()
diff --git a/game/engines/default/engine/dialogs/microtxn/UsePurchased.lua b/game/engines/default/engine/dialogs/microtxn/UsePurchased.lua
index 1e21bee748..9328592988 100644
--- a/game/engines/default/engine/dialogs/microtxn/UsePurchased.lua
+++ b/game/engines/default/engine/dialogs/microtxn/UsePurchased.lua
@@ -35,7 +35,7 @@ function _M:init(mode)
 
 	self.cart = {}
 
-	self.base_title_text = ("%s #GOLD#Purchased Options#LAST#"):tformat(game.__mod_info.long_name)
+	self.base_title_text = ("%s #GOLD#Purchased Options#LAST#"):tformat(_t(game.__mod_info.long_name))
 	Dialog.init(self, self.base_title_text, 600, game.h * 0.8)
 
 	self.categories_icons = {
diff --git a/game/engines/default/engine/init.lua b/game/engines/default/engine/init.lua
index c02a1d8af6..e1de1bf613 100644
--- a/game/engines/default/engine/init.lua
+++ b/game/engines/default/engine/init.lua
@@ -127,7 +127,7 @@ end
 
 I18N:loadLocale("/data/locales/zh_CN.lua")
 I18N:setLocale("zh_CN")
-config.settings.tome.fonts = {type="chinese", size="normal"} 
+config.settings.tome.fonts = {type="chinese", size="big"} 
 
 
 -- Default resolution as big as possible
diff --git a/game/engines/default/engine/interface/ActorLife.lua b/game/engines/default/engine/interface/ActorLife.lua
index e48a282a96..d1fe0dd289 100644
--- a/game/engines/default/engine/interface/ActorLife.lua
+++ b/game/engines/default/engine/interface/ActorLife.lua
@@ -74,7 +74,7 @@ function _M:takeHit(value, src, death_note)
 	self.changed = true
 	if self.life <= self.die_at and not self.dead then
 		if src and src.on_kill and src:on_kill(self) then return false, value end
-		game.logSeen(self, "#{bold}#%s killed %s!#{normal}#", src and src.name:capitalize() or _t"something", self:getName())
+		game.logSeen(self, "#{bold}#%s killed %s!#{normal}#", src and src:getName():capitalize() or _t"something", self:getName())
 		return self:die(src, death_note), value
 	end
 	return false, value
diff --git a/game/engines/default/engine/interface/ActorTalents.lua b/game/engines/default/engine/interface/ActorTalents.lua
index a54abfc195..9930ff4f7e 100644
--- a/game/engines/default/engine/interface/ActorTalents.lua
+++ b/game/engines/default/engine/interface/ActorTalents.lua
@@ -730,12 +730,12 @@ function _M:canLearnTalent(t, offset, ignore_special)
 		if req.stat then
 			for s, v in pairs(req.stat) do
 				v = util.getval(v, tlev)
-				if self:getStat(s) < v then return nil, "not enough stat: "..s:upper() end
+				if self:getStat(s) < v then return nil, ("not enough stat: %s"):tformat(s:upper()) end
 			end
 		end
 		if req.level then
 			if self.level < util.getval(req.level, tlev) then
-				return nil, "not enough levels"
+				return nil, _t"not enough levels"
 			end
 		end
 		if req.special and not ignore_special then
@@ -757,28 +757,28 @@ function _M:canLearnTalent(t, offset, ignore_special)
 			for _, tid in ipairs(req.talent) do
 				if type(tid) == "table" then
 					if type(tid[2]) == "boolean" and tid[2] == false then
-						if self:knowTalent(tid[1]) then return nil, "missing dependency" end
+						if self:knowTalent(tid[1]) then return nil, _t"missing dependency" end
 					else
-						if self:getTalentLevelRaw(tid[1]) < tid[2] then return nil, "missing dependency" end
+						if self:getTalentLevelRaw(tid[1]) < tid[2] then return nil, _t"missing dependency" end
 					end
 				else
-					if not self:knowTalent(tid) then return nil, "missing dependency" end
+					if not self:knowTalent(tid) then return nil, _t"missing dependency" end
 				end
 			end
 		end
 		if req.birth_descriptors then
 			for _, d in ipairs(req.birth_descriptors) do
-				if not self.descriptor or self.descriptor[d[1]] ~= d[2] then return nil, ("is not %s"):format(d[2]) end
+				if not self.descriptor or self.descriptor[d[1]] ~= d[2] then return nil, ("is not %s"):tformat(d[2]) end
 			end
 		end
 	end
 
-	if not self:knowTalentType(t.type[1]) and not t.type_no_req then return nil, "unknown talent type" end
+	if not self:knowTalentType(t.type[1]) and not t.type_no_req then return nil, _t"unknown talent type" end
 
 	-- Check talent type
 	local known = self:numberKnownTalent(t.type[1], t.id, t.type[2])
 	if t.type[2] and known < t.type[2] - 1 then
-		return nil, "not enough talents of this type known"
+		return nil, _t"not enough talents of this type known"
 	end
 
 	-- Ok!
diff --git a/game/engines/default/engine/interface/ObjectIdentify.lua b/game/engines/default/engine/interface/ObjectIdentify.lua
index 09bc689aa8..93b9e0591d 100644
--- a/game/engines/default/engine/interface/ObjectIdentify.lua
+++ b/game/engines/default/engine/interface/ObjectIdentify.lua
@@ -34,7 +34,7 @@ end
 --- Defines the default IDed status
 function _M:resolveIdentify()
 	if not self.unided_name then
-		self.unided_name = self.name
+		self.unided_name = _t(self.name)
 	end
 end
 
diff --git a/game/engines/default/engine/interface/PlayerRun.lua b/game/engines/default/engine/interface/PlayerRun.lua
index 1fde20cbc4..2e6c3a6fdc 100644
--- a/game/engines/default/engine/interface/PlayerRun.lua
+++ b/game/engines/default/engine/interface/PlayerRun.lua
@@ -371,7 +371,7 @@ function _M:runStop(msg)
 	game:unregisterDialog(self.running.dialog)
 
 	if not msg and self.running.explore and self.running.path and self.running.cnt == #self.running.path + 1 then
-		msg = "at " .. self.running.explore
+		msg = ("at %s"):tformat(_t(self.running.explore))
 	end
 	if msg then
 		game.log("Ran for %d turns (stop reason: %s).", self.running.cnt, msg)
diff --git a/game/engines/default/engine/interface/WorldAchievements.lua b/game/engines/default/engine/interface/WorldAchievements.lua
index 6d2f2743ae..d7c21fda4b 100644
--- a/game/engines/default/engine/interface/WorldAchievements.lua
+++ b/game/engines/default/engine/interface/WorldAchievements.lua
@@ -174,7 +174,7 @@ end
 --- Show an achievement gain dialog
 function _M:showAchievement(title, a)
 	if not config.settings.cheat then
-		game:registerDialog(Achievement.new("New Achievement", a))
+		game:registerDialog(Achievement.new(_t"New Achievement", a))
 	end
 end
 
diff --git a/game/engines/default/engine/utils.lua b/game/engines/default/engine/utils.lua
index a5cbf2b466..ef72f091a3 100644
--- a/game/engines/default/engine/utils.lua
+++ b/game/engines/default/engine/utils.lua
@@ -368,6 +368,28 @@ function table.ts(t)
 	return tt
 end
 
+function table.lower(t)
+	local tt = {}
+	for i, e in ipairs(t) do tt[i] = e:lower() end
+	return tt
+end
+
+function table.capitalize(t)
+	local tt = {}
+	for i, e in ipairs(t) do tt[i] = e:capitalize() end
+	return tt
+end
+
+function string.tslash(str)
+	if str:find("/") then
+		local pos, _ = str:find("/")
+		return _t(str:sub(1, pos - 1)) .. "/" .. string.tslash(str:sub(pos + 1))
+	else
+		return _t(str)
+	end
+end
+
+
 function table.values(t)
 	local tt = {}
 	for k, e in pairs(t) do tt[#tt+1] = e end
@@ -813,17 +835,17 @@ end
 string.nextUTF = core.display.stringNextUTF
 
 function string.ordinal(number)
-	local suffix = "th"
+	local suffix = _t"%dth"
 	number = tonumber(number)
 	local base = number % 10
 	if base == 1 then
-		suffix = "st"
+		suffix = _t"%dst"
 	elseif base == 2 then
-		suffix = "nd"
+		suffix = _t"%dnd"
 	elseif base == 3 then
-		suffix = "rd"
+		suffix = _t"%drd"
 	end
-	return number..suffix
+	return (suffix):tformat(number)
 end
 
 function string.trim(str)
diff --git a/game/engines/default/modules/boot/class/Game.lua b/game/engines/default/modules/boot/class/Game.lua
index 1141839299..56bd6170a3 100644
--- a/game/engines/default/modules/boot/class/Game.lua
+++ b/game/engines/default/modules/boot/class/Game.lua
@@ -75,10 +75,11 @@ function _M:init()
 	end
 	
 	self:handleEvents()
+	local default_font, _ = FontPackage:getFont("default")
 	if not profile.connected then core.webview, core.webview_inactive = nil, core.webview end
-	if not core.webview then self.tooltip = Tooltip.new(nil, 14, nil, colors.DARK_GREY, 380) end
+	if not core.webview then self.tooltip = Tooltip.new(default_font, 14, nil, colors.DARK_GREY, 380) end
 
-	self.floating_tooltip = Tooltip.new(nil, 14, nil, colors.DARK_GREY, 467)
+	self.floating_tooltip = Tooltip.new(default_font, 14, nil, colors.DARK_GREY, 467)
 
 --	self.refuse_threads = true
 	self.normal_key = self.key
@@ -108,7 +109,8 @@ function _M:makeWebtooltip()
 	}
 	if self.webtooltip.unusable then
 		self.webtooltip = nil
-		self.tooltip = Tooltip.new(nil, 14, nil, colors.DARK_GREY, 380)
+		local default_font, _ = FontPackage:getFont("default")
+		self.tooltip = Tooltip.new(default_font, 14, nil, colors.DARK_GREY, 380)
 	end
 end
 
@@ -304,7 +306,7 @@ function _M:grabAddons()
 			local co co = coroutine.create(function()
 			for i, add in ipairs(update_list) do
 				if core.webview then
-					local d = Downloader.new{title="Updating addon: #LIGHT_GREEN#"..list[add.name].long_name, co=co, dest=add.file..".tmp", url=add.download_url, allow_downloads={addons=true}}
+					local d = Downloader.new{title=("Updating addon: #LIGHT_GREEN#%s"):tformat(list[add.name].long_name), co=co, dest=add.file..".tmp", url=add.download_url, allow_downloads={addons=true}}
 					local ok = d:start()
 					if ok then
 						local wdir = fs.getWritePath()
diff --git a/game/engines/default/modules/boot/class/Player.lua b/game/engines/default/modules/boot/class/Player.lua
index f96af371c4..f2dd0e2b77 100644
--- a/game/engines/default/modules/boot/class/Player.lua
+++ b/game/engines/default/modules/boot/class/Player.lua
@@ -110,7 +110,7 @@ function _M:onTalentCooledDown(tid)
 	local t = self:getTalentFromId(tid)
 
 	local x, y = game.level.map:getTileToScreen(self.x, self.y, true)
-	game.flyers:add(x, y, 30, -0.3, -3.5, ("%s available"):format(t.name:capitalize()), {0,255,00})
+	game.flyers:add(x, y, 30, -0.3, -3.5, ("%s available"):tformat(t.name:capitalize()), {0,255,00})
 	game.log("#00ff00#Talent %s is ready to use.", t.name)
 end
 
diff --git a/game/engines/default/modules/boot/data/damage_types.lua b/game/engines/default/modules/boot/data/damage_types.lua
index 3252d611e2..3e6f84924b 100644
--- a/game/engines/default/modules/boot/data/damage_types.lua
+++ b/game/engines/default/modules/boot/data/damage_types.lua
@@ -25,7 +25,7 @@ setDefaultProjector(function(src, x, y, type, dam)
 		local sx, sy = game.level.map:getTileToScreen(x, y, true)
 		if target:takeHit(dam, src) then
 			if src == game.player or target == game.player then
-				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, "Kill!", {255,0,255})
+				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, _t"Kill!", {255,0,255})
 			end
 		else
 			if src == game.player then
diff --git a/game/engines/default/modules/boot/dialogs/LoadGame.lua b/game/engines/default/modules/boot/dialogs/LoadGame.lua
index f57a252a3c..8f50d6fdc7 100644
--- a/game/engines/default/modules/boot/dialogs/LoadGame.lua
+++ b/game/engines/default/modules/boot/dialogs/LoadGame.lua
@@ -222,7 +222,7 @@ function _M:deleteSave()
 			d.__showup = false
 			game:replaceDialog(self, d)
 		end
-	end, "Delete", "Cancel")
+	end, _t"Delete", _t"Cancel")
 end
 
 function _M:installOldGame(version_string)
diff --git a/game/engines/default/modules/boot/dialogs/NewGame.lua b/game/engines/default/modules/boot/dialogs/NewGame.lua
index 580d8292ab..038c0d623c 100644
--- a/game/engines/default/modules/boot/dialogs/NewGame.lua
+++ b/game/engines/default/modules/boot/dialogs/NewGame.lua
@@ -103,10 +103,10 @@ function _M:generateList()
 					end
 				end
 				mod.version_txt = ("%d.%d.%d"):format(mod.version[1], mod.version[2], mod.version[3])
-				local tstr = tstring{{"font","bold"}, {"color","GOLD"}, mod.long_name, true, true}
+				local tstr = tstring{{"font","bold"}, {"color","GOLD"}, _t(mod.long_name), true, true}
 				if mod.incompatible then tstr:add({"font","bold"}, {"color","LIGHT_RED"}, _t"This game is not compatible with your version of T-Engine, you can still try it but it might break.", true, true) end
 				tstr:add({"font","normal"}, {"color","WHITE"})
-				tstr:merge(mod.description:toTString())
+				tstr:merge(_t(mod.description):toTString())
 				mod.zone = Textzone.new{width=self.c_desc.w, height=self.c_desc.h, text=tstr}
 
 				if self.c_compat.checked or not mod.incompatible then
diff --git a/game/modules/example/class/Player.lua b/game/modules/example/class/Player.lua
index 31ec9ec04b..4da3be195d 100644
--- a/game/modules/example/class/Player.lua
+++ b/game/modules/example/class/Player.lua
@@ -110,7 +110,7 @@ function _M:onTakeHit(value, src)
 	local ret = mod.class.Actor.onTakeHit(self, value, src)
 	if self.life < self.max_life * 0.3 then
 		local sx, sy = game.level.map:getTileToScreen(self.x, self.y)
-		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, 2, "LOW HEALTH!", {255,0,0}, true)
+		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, 2, _t"LOW HEALTH!", {255,0,0}, true)
 	end
 	return ret
 end
@@ -144,7 +144,7 @@ function _M:levelup()
 	mod.class.Actor.levelup(self)
 
 	local x, y = game.level.map:getTileToScreen(self.x, self.y)
-	game.flyers:add(x, y, 80, 0.5, -2, "LEVEL UP!", {0,255,255})
+	game.flyers:add(x, y, 80, 0.5, -2, _t"LEVEL UP!", {0,255,255})
 	game.log("#00ffff#Welcome to level %d.", self.level)
 end
 
diff --git a/game/modules/example/data/damage_types.lua b/game/modules/example/data/damage_types.lua
index 7739bbbdcf..2b42ef33a9 100644
--- a/game/modules/example/data/damage_types.lua
+++ b/game/modules/example/data/damage_types.lua
@@ -29,7 +29,7 @@ setDefaultProjector(function(src, x, y, type, dam)
 		local sx, sy = game.level.map:getTileToScreen(x, y)
 		if target:takeHit(dam, src) then
 			if src == game.player or target == game.player then
-				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, "Kill!", {255,0,255})
+				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, _t"Kill!", {255,0,255})
 			end
 		else
 			if src == game.player then
diff --git a/game/modules/example_realtime/class/Player.lua b/game/modules/example_realtime/class/Player.lua
index f1363d4731..f036243a0a 100644
--- a/game/modules/example_realtime/class/Player.lua
+++ b/game/modules/example_realtime/class/Player.lua
@@ -102,7 +102,7 @@ function _M:onTakeHit(value, src)
 	local ret = mod.class.Actor.onTakeHit(self, value, src)
 	if self.life < self.max_life * 0.3 then
 		local sx, sy = game.level.map:getTileToScreen(self.x, self.y)
-		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, 2, "LOW HEALTH!", {255,0,0}, true)
+		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, 2, _t"LOW HEALTH!", {255,0,0}, true)
 	end
 	return ret
 end
@@ -136,7 +136,7 @@ function _M:levelup()
 	mod.class.Actor.levelup(self)
 
 	local x, y = game.level.map:getTileToScreen(self.x, self.y)
-	game.flyers:add(x, y, 80, 0.5, -2, "LEVEL UP!", {0,255,255})
+	game.flyers:add(x, y, 80, 0.5, -2, _t"LEVEL UP!", {0,255,255})
 	game.log("#00ffff#Welcome to level %d.", self.level)
 end
 
diff --git a/game/modules/example_realtime/data/damage_types.lua b/game/modules/example_realtime/data/damage_types.lua
index 7739bbbdcf..2b42ef33a9 100644
--- a/game/modules/example_realtime/data/damage_types.lua
+++ b/game/modules/example_realtime/data/damage_types.lua
@@ -29,7 +29,7 @@ setDefaultProjector(function(src, x, y, type, dam)
 		local sx, sy = game.level.map:getTileToScreen(x, y)
 		if target:takeHit(dam, src) then
 			if src == game.player or target == game.player then
-				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, "Kill!", {255,0,255})
+				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, _t"Kill!", {255,0,255})
 			end
 		else
 			if src == game.player then
diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index 513498437b..261a360a51 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -602,7 +602,7 @@ function _M:actBase()
 	if air_level then
 		if not air_condition or not self.can_breath[air_condition] or self.can_breath[air_condition] <= 0 then
 			self.is_suffocating = true
-			self:suffocate(-air_level, self, air_condition == "water" and "drowned to death" or nil)
+			self:suffocate(-air_level, self, air_condition == "water" and _t"drowned to death" or nil)
 			self.force_suffocate = nil
 		end
 	end
@@ -2006,16 +2006,16 @@ function _M:tooltip(x, y, seen_by)
 	-- Avoid cluttering tooltip if resources aren't relevant (add menu option?)
 	if game.player:knowTalentType("wild-gift/antimagic") then
 		if self:knowTalent(self.T_MANA_POOL) then
-			ts:add(("\nMana:  "..self.resources_def.mana.color.."%d / %d#LAST#"):format(self.mana, self.max_mana, true))
+			ts:add(("\nMana:  %s%d / %d#LAST#"):tformat(self.resources_def.mana.color, self.mana, self.max_mana, true))
 		end
 		if self:knowTalent(self.T_VIM_POOL) then
-			ts:add(("\nVim:  "..self.resources_def.vim.color.."%d / %d#LAST#"):format(self.vim, self.max_vim, true))
+			ts:add(("\nVim:  %s%d / %d#LAST#"):tformat(self.resources_def.vim.color, self.vim, self.max_vim, true))
 		end
 		if self:knowTalent(self.T_POSITIVE_POOL) then
-			ts:add(("\nPositive:  "..self.resources_def.positive.color.."%d / %d#LAST#"):format(self.positive, self.max_positive, true))
+			ts:add(("\nPositive:  %s%d / %d#LAST#"):tformat(self.resources_def.positive.color, self.positive, self.max_positive, true))
 		end
 		if self:knowTalent(self.T_NEGATIVE_POOL) then
-			ts:add(("\nNegative:  "..self.resources_def.negative.color.."%d / %d#LAST#"):format(self.negative, self.max_negative, true))
+			ts:add(("\nNegative:  %s%d / %d#LAST#"):tformat(self.resources_def.negative.color,self.negative, self.max_negative, true))
 		end
 	end
 
@@ -2054,7 +2054,7 @@ function _M:tooltip(x, y, seen_by)
 	for t, _ in table.orderedPairs2(self.resists or {}, dt_order) do
 		local v = self:combatGetResist(t)
 		if t == "all" or t == "absolute" then
-			ts:add({"color", "LIGHT_BLUE"}, tostring(math.floor(v)) .. "%", " ", {"color", "LAST"}, t..", ")
+			ts:add({"color", "LIGHT_BLUE"}, tostring(math.floor(v)) .. "%", " ", {"color", "LAST"}, _t(t)..", ")
 		elseif type(t) == "string" and math.abs(v) >= 20 then
 			local res = tostring(math.floor(v)) .. "%"
 			if first then first = false else ts:add(", ") end
@@ -2176,7 +2176,7 @@ function _M:tooltip(x, y, seen_by)
 
 	if self.desc then ts:add(self.desc, true) end
 	if self.descriptor and self.descriptor.classes then
-		ts:add(_t"Classes: ", table.concat(self.descriptor.classes or {}, ","), true)
+		ts:add(_t"Classes: ", table.concat(table.ts(self.descriptor.classes or {}), ","), true)
 	end
 
 	if self.custom_tooltip then
@@ -3106,7 +3106,7 @@ function _M:die(src, death_note)
 		self:attr("self_resurrect", -1)
 		game.logSeen(self, self.self_resurrect_msg or "#LIGHT_RED#%s rises from the dead!", self:getName():capitalize()) -- src, not self as the source, to make sure the player knows his doom ;>
 		local sx, sy = game.level.map:getTileToScreen(self.x, self.y, true)
-		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, "RESURRECT!", {255,120,0})
+		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, _t"RESURRECT!", {255,120,0})
 
 		local effs = {}
 
@@ -3279,7 +3279,7 @@ function _M:die(src, death_note)
 	if src and src.summoner and src.summoner_hate_per_kill then
 		if src.summoner.knowTalent and src.summoner:knowTalent(src.summoner.T_HATE_POOL) then
 			src.summoner.hate = math.min(src.summoner.max_hate, src.summoner.hate + src.summoner_hate_per_kill)
-			game.logPlayer(src.summoner, "%s feeds you hate from its latest victim. (+%d hate)", src.name:capitalize(), src.summoner_hate_per_kill)
+			game.logPlayer(src.summoner, "%s feeds you hate from its latest victim. (+%d hate)", src:getName():capitalize(), src.summoner_hate_per_kill)
 		end
 	end
 
@@ -3990,7 +3990,7 @@ function _M:levelup()
 	-- Notify party levelups
 	if self.x and self.y and game.party:hasMember(self) and not self.silent_levelup then
 		local x, y = game.level.map:getTileToScreen(self.x, self.y, true)
-		game.flyers:add(x, y, 80, 0.5, -2, "LEVEL UP!", {0,255,255})
+		game.flyers:add(x, y, 80, 0.5, -2, _t"LEVEL UP!", {0,255,255})
 		game.log("#00ffff#Welcome to level %d [%s].", self.level, self:getName():capitalize())
 		local more = _t"Press p to use them."
 		if game.player ~= self then more = ("Select %s in the party list and press G to use them."):tformat(self.name) end
@@ -4961,7 +4961,7 @@ end
 --- Can we wear this item?
 function _M:canWearObject(o, try_slot)
 	if self:attr("forbid_arcane") and o.power_source and o.power_source.arcane then
-		return nil, "antimagic"
+		return nil, _t"antimagic"
 	end
 
 	local oldreq
@@ -6581,7 +6581,7 @@ function _M:getTalentFullDescription(t, addlevel, config, fake_mastery)
 				cost = self:alterTalentCost(t, res_def.short_name, cost)
 				if cost ~= 0 then
 					cost = cost * (util.getval(res_def.cost_factor, self, t, false, cost) or 1)
-					d:add({"color",0x6f,0xff,0x83}, ("%s %s: "):format(res_def.name:capitalize(), cost >= 0 and _t"cost" or _t"gain"), res_def.color or {"color",0xff,0xa8,0xa8}, ""..math.round(math.abs(cost), .1), true)
+					d:add({"color",0x6f,0xff,0x83}, ("%s %s: "):tformat(res_def.name:capitalize(), cost >= 0 and _t"cost" or _t"gain"), res_def.color or {"color",0xff,0xa8,0xa8}, ""..math.round(math.abs(cost), .1), true)
 				end
 				-- list sustain cost
 				cost = t[res_def.sustain_prop] and util.getval(t[res_def.sustain_prop], self, t) or 0
@@ -6594,9 +6594,9 @@ function _M:getTalentFullDescription(t, addlevel, config, fake_mastery)
 				cost = self:alterTalentCost(t, res_def.drain_prop, cost)
 				if cost ~= 0 then
 					if res_def.invert_values then
-						d:add({"color",0x6f,0xff,0x83}, ("%s %s: "):format(cost > 0 and _t"Generates" or _t"Removes", res_def.name:lower()), res_def.color or {"color",0xff,0xa8,0xa8}, ""..math.round(math.abs(cost), .1), true)
+						d:add({"color",0x6f,0xff,0x83}, ("%s %s: "):tformat(cost > 0 and _t"Generates" or _t"Removes", res_def.name:lower()), res_def.color or {"color",0xff,0xa8,0xa8}, ""..math.round(math.abs(cost), .1), true)
 					else
-						d:add({"color",0x6f,0xff,0x83}, ("%s %s: "):format(cost > 0 and _t"Drains" or _t"Replenishes", res_def.name:lower()), res_def.color or {"color",0xff,0xa8,0xa8}, ""..math.round(math.abs(cost), .1), true)
+						d:add({"color",0x6f,0xff,0x83}, ("%s %s: "):tformat(cost > 0 and _t"Drains" or _t"Replenishes", res_def.name:lower()), res_def.color or {"color",0xff,0xa8,0xa8}, ""..math.round(math.abs(cost), .1), true)
 					end
 				end
 			end
@@ -7472,9 +7472,9 @@ function _M:on_project_acquire(tx, ty, who, t, x, y, damtype, dam, particles, is
 
 		local dir = game.level.map:compassDirection(mods.x-x, mods.y-y)
 		if not dir then
-			dir = "but fumbles!"
+			dir = _t"but fumbles!"
 		else
-			dir = "to the "..dir.."!"
+			dir = ("to the %s!"):tformat(dir)
 		end
 		self:logCombat(who, "#Source# deflects the projectile from #Target# %s", dir)
 		return true
diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua
index af4732eeef..986e23e464 100644
--- a/game/modules/tome/class/Game.lua
+++ b/game/modules/tome/class/Game.lua
@@ -101,7 +101,7 @@ end
 function _M:runReal()
 	self.delayed_log_damage = {}
 	self.delayed_log_messages = {}
-	self.calendar = Calendar.new("/data/calendar_allied.lua", _t"Today is the % %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167, 11)
+	self.calendar = Calendar.new("/data/calendar_allied.lua", "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167, 11)
 
 	self.uiset:activate()
 
@@ -175,7 +175,7 @@ function _M:runReal()
 end
 
 function _M:rebuildCalendar()
-	self.calendar = Calendar.new("/data/calendar_"..(self.player.calendar or "allied")..".lua", _t"Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", (self.player.calendar_start_year or 122), (self.player.calendar_start_day or 167), (self.player.calendar_start_hour or 11))
+	self.calendar = Calendar.new("/data/calendar_"..(self.player.calendar or "allied")..".lua", "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", (self.player.calendar_start_year or 122), (self.player.calendar_start_day or 167), (self.player.calendar_start_hour or 11))
 end
 
 --- Resize the hotkeys
@@ -205,7 +205,7 @@ function _M:newGame()
 	self.party:addMember(player, {
 		control="full",
 		type="player",
-		title="Main character",
+		title=_t"Main character",
 		main=true,
 		orders = {target=true, anchor=true, behavior=true, leash=true, talents=true},
 	})
@@ -268,7 +268,7 @@ function _M:newGame()
 	self:triggerHook{"ToME:extraBirthOptions", options = self.extra_birth_option_defs}
 	local birth; birth = Birther.new(("Character Creation ( %s unlocked options)"):tformat(table.concat(table.extract_field(unlocks, "desc", ipairs), ", ")), self.player, {"base", "world", "difficulty", "permadeath", "race", "subrace", "sex", "class", "subclass" }, function(loaded)
 		if not loaded then
-			self.calendar = Calendar.new("/data/calendar_"..(self.player.calendar or "allied")..".lua", _t"Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167, 11)
+			self.calendar = Calendar.new("/data/calendar_"..(self.player.calendar or "allied")..".lua", "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167, 11)
 			self.player:check("make_tile")
 			self.player.make_tile = nil
 			self.player:check("before_starting_zone")
@@ -333,7 +333,7 @@ function _M:newGame()
 			else self.player:playerLevelup(birthend, true) end
 		-- Player was loaded from a premade
 		else
-			self.calendar = Calendar.new("/data/calendar_"..(self.player.calendar or "allied")..".lua", _t"Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167, 11)
+			self.calendar = Calendar.new("/data/calendar_"..(self.player.calendar or "allied")..".lua", "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167, 11)
 			Map:setViewerFaction(self.player.faction)
 			if self.player.__game_difficulty then self:setupDifficulty(self.player.__game_difficulty) end
 			self:setupPermadeath(self.player)
@@ -2354,8 +2354,8 @@ do return end
 			local menu
 			local l = {
 				"resume",
-				{ _t"Show Achievements", function() self:unregisterDialog(menu) self:registerDialog(require("mod.dialogs.ShowAchievements").new("Tales of Maj'Eyal Achievements", self.player)) end },
-				{ _t"Show known Lore", function() self:unregisterDialog(menu) self:registerDialog(require("mod.dialogs.ShowLore").new("Tales of Maj'Eyal Lore", self.party)) end },
+				{ _t"Show Achievements", function() self:unregisterDialog(menu) self:registerDialog(require("mod.dialogs.ShowAchievements").new(_t"Tales of Maj'Eyal Achievements", self.player)) end },
+				{ _t"Show known Lore", function() self:unregisterDialog(menu) self:registerDialog(require("mod.dialogs.ShowLore").new(_t"Tales of Maj'Eyal Lore", self.party)) end },
 				{ _t"Show ingredients", function() self:unregisterDialog(menu) self:registerDialog(require("mod.dialogs.ShowIngredients").new(self.party)) end },
 				"highscores",
 				{ _t"Inventory", function() self:unregisterDialog(menu) self.key:triggerVirtual("SHOW_INVENTORY") end },
diff --git a/game/modules/tome/class/GameState.lua b/game/modules/tome/class/GameState.lua
index bd58003755..adce4c8f16 100644
--- a/game/modules/tome/class/GameState.lua
+++ b/game/modules/tome/class/GameState.lua
@@ -236,7 +236,7 @@ local randart_name_rules = {
 }
 
 --- Unided name possibilities for randarts
-local unided_names = {"glowing","scintillating","rune-covered","unblemished","jewel-encrusted","humming","gleaming","immaculate","flawless","crackling","glistening","plated","twisted","silvered","faceted","faded","sigiled","shadowy","laminated"}
+local unided_names = {_t"glowing",_t"scintillating",_t"rune-covered",_t"unblemished",_t"jewel-encrusted",_t"humming",_t"gleaming",_t"immaculate",_t"flawless",_t"crackling",_t"glistening",_t"plated",_t"twisted",_t"silvered",_t"faceted",_t"faded",_t"sigiled",_t"shadowy",_t"laminated"}
 
 --- defined power themes, affects equipment generation
 _M.power_themes = {
@@ -503,14 +503,14 @@ function _M:generateRandart(data)
 	if namescheme == 1 then
 		name = "%s '"..ngt:generate().."'"
 	elseif namescheme == 2 then
-		name = ngt:generate().." the %s"
+		name = ("%s the %s"):tformat(ngt:generate(),"%s")
 	elseif namescheme == 3 then
 		name = ngt:generate()
 	elseif namescheme == 4 then
-		name = ngd:generate().." the "..ngt:generate()
+		name = ("%s the %s"):tformat(ngd:generate(),ngt:generate())
 	end
 	o.unided_namescheme = rng.table(unided_names).." %s"
-	o.unided_name = o.unided_namescheme:format(o.unided_name or o.name)
+	o.unided_name = o.unided_namescheme:format(_t(o.unided_name) or _t(o.name))
 	o.namescheme = name
 	o.define_as = name:format(o.name):upper():gsub("[^A-Z]", "_")
 	o.unique = name:format(o.name)
@@ -2314,9 +2314,9 @@ function _M:createRandomBoss(base, data)
 		name = ngd:generate()
 	end
 	if data.name_scheme then
-		b.name = data.name_scheme:gsub("#rng#", name):gsub("#base#", b.name)
+		b.name = data.name_scheme:gsub("#rng#", name):gsub("#base#", _t(b.name))
 	else
-		b.name = name.." the "..b.name
+		b.name = ("%s the %s"):tformat(name,_t(b.name))
 	end
 	print("[createRandomBoss] Creating random boss ", b.name, data.level, "level", data.nb_classes, "classes")
 	if data.force_classes then print("  * force_classes:", (string.fromTable(data.force_classes))) end
@@ -2692,9 +2692,9 @@ function _M:createRandomBossNew(base, data)
 		name = ngd:generate()
 	end
 	if data.name_scheme then
-		b.name = data.name_scheme:gsub("#rng#", name):gsub("#base#", b.name)
+		b.name = data.name_scheme:gsub("#rng#", name):gsub("#base#", _t(b.name))
 	else
-		b.name = name.." the "..b.name
+		b.name = ("%s the %s"):tformat(name, _t(b.name))
 	end
 	print("Creating random boss ", b.name, data.level, "level", data.nb_classes, "classes")
 	if data.force_classes then print("  * force_classes:", (string.fromTable(data.force_classes))) end
diff --git a/game/modules/tome/class/Grid.lua b/game/modules/tome/class/Grid.lua
index cc82056c5a..225664f046 100644
--- a/game/modules/tome/class/Grid.lua
+++ b/game/modules/tome/class/Grid.lua
@@ -64,7 +64,7 @@ function _M:block_move(x, y, e, act, couldpass)
 
 		if self.door_player_check then
 			if e.player then
-				Dialog:yesnoPopup(self.name, self.door_player_check, function(ret)
+				Dialog:yesnoPopup(self:getName(), self.door_player_check, function(ret)
 					if ret then
 						game.level.map(x, y, engine.Map.TERRAIN, door_g)
 						game:playSoundNear({x=x,y=y}, self.door_sound or {"ambient/door_creaks/creak_%d",1,4})
@@ -72,11 +72,11 @@ function _M:block_move(x, y, e, act, couldpass)
 
 						if game.level.map.attrs(x, y, "vault_id") and e.openVault then e:openVault(game.level.map.attrs(x, y, "vault_id")) end
 					end
-				end, "Open", "Leave")
+				end, _t"Open", _t"Leave")
 			end
 		elseif self.door_player_stop then
 			if e.player then
-				Dialog:simplePopup(self.name, self.door_player_stop)
+				Dialog:simplePopup(self:getName(), self.door_player_stop)
 			end
 		else
 			game.level.map(x, y, engine.Map.TERRAIN, door_g)
diff --git a/game/modules/tome/class/Object.lua b/game/modules/tome/class/Object.lua
index bacfc57aa5..ee669e4e7a 100644
--- a/game/modules/tome/class/Object.lua
+++ b/game/modules/tome/class/Object.lua
@@ -411,8 +411,8 @@ function _M:descAttribute(attr)
 		for ttn, i in pairs(self.wielder.talents_types_mastery) do
 			local tt = Talents.talents_types_def[ttn]
 			local cat = tt.type:gsub("/.*", "")
-			local name = _t(cat):capitalize().." / "..tt.name:capitalize()
-			tms[#tms+1] = ("%0.2f %s"):format(i, name)
+			local name = _t(cat):capitalize().._t(" / ")..tt.name:capitalize()
+			tms[#tms+1] = ("%0.2f %s"):tformat(i, name)
 		end
 		return table.concat(tms, ",")
 	elseif attr == "STATBONUS" then
@@ -545,6 +545,10 @@ function _M:getName(t)
 	local qty = self:getNumber()
 	local name = _t(self.name) or _t"object"
 
+	if t.raw_name then
+		return self.name or "object"
+	end
+
 	if not t.no_add_name and (self.been_reshaped or self.been_imbued) then
 		name = (type(self.been_reshaped) == "string" and self.been_reshaped or "") .. name .. (type(self.been_imbued) == "string" and self.been_imbued or "")
 	end
@@ -678,7 +682,7 @@ function _M:compareFields(item1, items, infield, field, outformat, text, mod, is
 			if added == 0 then
 				ret:add(" (")
 			elseif added > 1 then
-				ret:add(" / ")
+				ret:add(_t(" / "))
 			end
 			added = added + 1
 			add = true
@@ -734,9 +738,9 @@ function _M:compareTableFields(item1, items, infield, field, outformat, text, kf
 		if not filter or filter(k, v) then
 			local count = 0
 			if isinversed then
-				ret:add(("%s"):format((count1 > 0) and " / " or ""), (v[1] or 0) > 0 and {"color","RED"} or {"color","LIGHT_GREEN"}, outformat:format((v[1] or 0)), {"color","LAST"})
+				ret:add(("%s"):format((count1 > 0) and _t(" / ") or ""), (v[1] or 0) > 0 and {"color","RED"} or {"color","LIGHT_GREEN"}, outformat:format((v[1] or 0)), {"color","LAST"})
 			else
-				ret:add(("%s"):format((count1 > 0) and " / " or ""), (v[1] or 0) < 0 and {"color","RED"} or {"color","LIGHT_GREEN"}, outformat:format((v[1] or 0)), {"color","LAST"})
+				ret:add(("%s"):format((count1 > 0) and _t(" / ") or ""), (v[1] or 0) < 0 and {"color","RED"} or {"color","LIGHT_GREEN"}, outformat:format((v[1] or 0)), {"color","LAST"})
 			end
 			count1 = count1 + 1
 			if v[1] then
@@ -747,7 +751,7 @@ function _M:compareTableFields(item1, items, infield, field, outformat, text, kf
 					if count == 0 then
 						ret:add("(")
 					elseif count > 0 then
-						ret:add(" / ")
+						ret:add(_t(" / "))
 					end
 					if vv ~= (v[1] or 0) then
 						if isinversed then
@@ -798,7 +802,7 @@ function _M:descCombat(use_actor, combat, compare_with, field, add_table, is_fak
 	for stat, i in pairs(dammod) do
 		-- I18N Stats using display_short_name
 		local name = Stats.stats_def[stat].display_short_name:capitalize()
-		dm[#dm+1] = ("%d%% %s"):format(i * 100, name)
+		dm[#dm+1] = ("%d%% %s"):tformat(i * 100, name)
 	end
 	if #dm > 0 or combat.dam then
 		local diff_count = 0
@@ -820,7 +824,7 @@ function _M:descCombat(use_actor, combat, compare_with, field, add_table, is_fak
 				end
 			end
 			if any_diff then
-				local s = ("Power: %3d%% (%s)  Range: %.1fx (%s)"):tformat(base_power * 100, table.concat(power_diff, " / "), base_range, table.concat(range_diff, " / "))
+				local s = ("Power: %3d%% (%s)  Range: %.1fx (%s)"):tformat(base_power * 100, table.concat(power_diff, _t(" / ")), base_range, table.concat(range_diff, _t(" / ")))
 				desc:merge(s:toTString())
 			else
 				desc:add(("Power: %3d%%  Range: %.1fx"):tformat(base_power * 100, base_range))
@@ -842,7 +846,7 @@ function _M:descCombat(use_actor, combat, compare_with, field, add_table, is_fak
 			if any_diff == false then
 				power_diff = ""
 			else
-				power_diff = ("(%s)"):format(table.concat(power_diff, " / "))
+				power_diff = ("(%s)"):format(table.concat(power_diff, _t(" / ")))
 			end
 			desc:add(("Base power: %.1f - %.1f"):tformat((combat.dam or 0) + (add_table.dam or 0), ((combat.damrange or (1.1 - (add_table.damrange or 0))) + (add_table.damrange or 0)) * ((combat.dam or 0) + (add_table.dam or 0))))
 			desc:merge(power_diff:toTString())
@@ -1066,7 +1070,7 @@ function _M:descCombat(use_actor, combat, compare_with, field, add_table, is_fak
 	end
 
 	if combat.crushing_blow then
-		desc:add({"color", "YELLOW"}, "Crushing Blows: ", {"color", "LAST"}, _t"Damage dealt by this weapon is increased by half your critical multiplier, if doing so would kill the target.", true)
+		desc:add({"color", "YELLOW"}, _t"Crushing Blows: ", {"color", "LAST"}, _t"Damage dealt by this weapon is increased by half your critical multiplier, if doing so would kill the target.", true)
 	end
 
 	compare_fields(combat, compare_with, field, "travel_speed", "%+d%%", _t"Travel speed: ", 100, false, false, add_table)
@@ -1088,44 +1092,44 @@ function _M:descCombat(use_actor, combat, compare_with, field, add_table, is_fak
 	end
 
 	compare_table_fields(
-		combat, compare_with, field, "melee_project", "%+d", "Damage (Melee): ",
+		combat, compare_with, field, "melee_project", "%+d", _t"Damage (Melee): ",
 		function(item)
 			local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-			return col[2], (" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+			return col[2], (" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 		end,
 		nil, nil,
 		function(k, v) return not DamageType.dam_def[k].tdesc end)
 
 	compare_table_fields(
-		combat, compare_with, field, "ranged_project", "%+d", "Damage (Ranged): ",
+		combat, compare_with, field, "ranged_project", "%+d", _t"Damage (Ranged): ",
 		function(item)
 			local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-			return col[2], (" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+			return col[2], (" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 		end,
 		nil, nil,
 		function(k, v) return not DamageType.dam_def[k].tdesc end)
 
 	compare_table_fields(combat, compare_with, field, "burst_on_hit", "%+d", _t"Damage (radius 1) on hit: ", function(item)
 			local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-			return col[2], (" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+			return col[2], (" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 		end)
 
 	compare_table_fields(combat, compare_with, field, "burst_on_crit", "%+d", _t"Damage (radius 2) on crit: ", function(item)
 			local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-			return col[2], (" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+			return col[2], (" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 		end)
 
 	compare_table_fields(combat, compare_with, field, "convert_damage", "%d%%", _t"Damage conversion: ", function(item)
 			local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-			return col[2], (" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+			return col[2], (" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 		end)
 
 	compare_table_fields(combat, compare_with, field, "inc_damage_type", "%+d%% ", _t"Damage against: ", function(item)
 			local _, _, t, st = item:find("^([^/]+)/?(.*)$")
 			if st and st ~= "" then
-				return st:capitalize()
+				return _t(st):capitalize()
 			else
-				return t:capitalize()
+				return _t(t):capitalize()
 			end
 		end)
 
@@ -1135,7 +1139,7 @@ function _M:descCombat(use_actor, combat, compare_with, field, add_table, is_fak
 		function(item)
 			local res_def = ActorResource.resources_def[item]
 			local col = (res_def and res_def.color or "#SALMON#"):toTString()
-			return col[2], (" %s"):format(res_def and res_def.name or item:capitalize()),{"color","LAST"}
+			return col[2], (" %s"):tformat(res_def and res_def.name or item:capitalize()),{"color","LAST"}
 		end,
 		nil,
 		true)
@@ -1332,7 +1336,7 @@ function _M:getTextualDesc(compare_with, use_actor)
 
 		compare_table_fields(combat2, compare_with, field, "melee_project", "%d", _t"Damage (Melee): ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2],(" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+				return col[2],(" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 			end)
 
 		if ranged_found then
@@ -1342,7 +1346,7 @@ function _M:getTextualDesc(compare_with, use_actor)
 
 		compare_table_fields(ranged_combat, compare_with, field, "ranged_project", "%d", _t"Damage (Ranged): ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2],(" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+				return col[2],(" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 			end)
 
 		if found then
@@ -1352,7 +1356,7 @@ function _M:getTextualDesc(compare_with, use_actor)
 
 		compare_table_fields(onhit_combat, compare_with, field, "on_melee_hit", "%d", _t"Damage when hit (Melee): ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2],(" %s"):format(DamageType.dam_def[item].name),{"color","LAST"}
+				return col[2],(" %s"):tformat(DamageType.dam_def[item].name),{"color","LAST"}
 			end)
 
 		-- get_items takes the object table and returns a table of items to print.
@@ -1455,68 +1459,68 @@ function _M:getTextualDesc(compare_with, use_actor)
 
 		compare_table_fields(w, compare_with, field, "inc_stats", "%+d", _t"Changes stats: ", function(item)
 			-- I18N Stats using display_short_name
-			return (" %s"):format(Stats.stats_def[item].display_short_name:capitalize())
+			return (" %s"):tformat(Stats.stats_def[item].display_short_name:capitalize())
 		end)
 		compare_table_fields(w, compare_with, field, "resists", "%+d%%", _t"Changes resistances: ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2], (" %s"):format(item == "all" and "all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
+				return col[2], (" %s"):tformat(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
 			end)
 
 		compare_table_fields(w, compare_with, field, "resists_cap", "%+d%%", _t"Changes resistances cap: ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2], (" %s"):format(item == "all" and "all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
+				return col[2], (" %s"):tformat(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
 			end)
 
 		compare_table_fields(w, compare_with, field, "flat_damage_armor", "%+d", _t"Reduce damage by fixed amount: ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2], (" %s"):format(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
+				return col[2], (" %s"):tformat(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
 			end)
 
 		compare_table_fields(w, compare_with, field, "wards", "%+d", _t"Maximum wards: ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2], (" %s"):format(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
+				return col[2], (" %s"):tformat(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
 			end)
 
 		compare_table_fields(w, compare_with, field, "resists_pen", "%+d%%", _t"Changes resistances penetration: ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2], (" %s"):format(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
+				return col[2], (" %s"):tformat(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
 			end)
 
 		compare_table_fields(w, compare_with, field, "inc_damage", "%+d%%", _t"Changes damage: ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2], (" %s"):format(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
+				return col[2], (" %s"):tformat(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
 			end)
 
 		compare_table_fields(w, compare_with, field, "inc_damage_actor_type", "%+d%% ", _t"Damage against: ", function(item)
 				local _, _, t, st = item:find("^([^/]+)/?(.*)$")
 				if st and st ~= "" then
-					return st:capitalize()
+					return _t(st):capitalize()
 				else
-					return t:capitalize()
+					return _t(t):capitalize()
 				end
 			end)
 
 		compare_table_fields(w, compare_with, field, "resists_actor_type", "%+d%% ", _t"Reduced damage from: ", function(item)
 		local _, _, t, st = item:find("^([^/]+)/?(.*)$")
 			if st and st ~= "" then
-				return st:capitalize()
+				return _t(st):capitalize()
 			else
-				return t:capitalize()
+				return _t(t):capitalize()
 			end
 		end)
 
 		compare_table_fields(w, compare_with, field, "talents_mastery_bonus", "+%0.2f ", _t"Talent category bonus: ", function(item)
 		local _, _, t, st = item:find("^([^/]+)/?(.*)$")
 			if st and st ~= "" then
-				return st:capitalize()
+				return _t(st):capitalize()
 			else
-				return t:capitalize()
+				return _t(t):capitalize()
 			end
 		end)
 
 		compare_table_fields(w, compare_with, field, "damage_affinity", "%+d%%", _t"Damage affinity(heal): ", function(item)
 				local col = (DamageType.dam_def[item] and DamageType.dam_def[item].text_color or "#WHITE#"):toTString()
-				return col[2], (" %s"):format(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
+				return col[2], (" %s"):tformat(item == "all" and _t"all" or (DamageType.dam_def[item] and DamageType.dam_def[item].name or "??")), {"color","LAST"}
 			end)
 
 		compare_fields(w, compare_with, field, "esp_range", "%+d", _t"Change telepathy range by : ")
@@ -1553,9 +1557,9 @@ function _M:getTextualDesc(compare_with, use_actor)
 		for type, i in pairs(w.esp or {}) do if i and i > 0 then
 			local _, _, t, st = type:find("^([^/]+)/?(.*)$")
 			if st and st ~= "" then
-				esps[#esps+1] = t:capitalize().."/"..st:capitalize()
+				esps[#esps+1] = _t(t):capitalize().."/".._t(st):capitalize()
 			else
-				esps[#esps+1] = t:capitalize()
+				esps[#esps+1] = _t(t):capitalize()
 			end
 			esps_compare[esps[#esps]] = esps_compare[esps[#esps]] or {}
 			esps_compare[esps[#esps]][2] = true
@@ -1590,12 +1594,12 @@ function _M:getTextualDesc(compare_with, use_actor)
 			any_mastery = any_mastery + 1
 		end
 		if any_mastery > 0 then
-			desc:add(("Talent master%s: "):tformat(any_mastery > 1 and "ies" or "y"))
+			desc:add(("Talent master%s: "):tformat(any_mastery > 1 and _t"ies" or _t"y"))
 			for ttn, ttid in pairs(masteries) do
 				local tt = Talents.talents_types_def[ttn]
 				if tt then
 					local cat = tt.type:gsub("/.*", "")
-					local name = _t(cat):capitalize().." / "..tt.name:capitalize()
+					local name = _t(cat):capitalize().._t(" / ")..tt.name:capitalize()
 					local diff = (ttid[2] or 0) - (ttid[1] or 0)
 					if diff ~= 0 then
 						if ttid[1] then
@@ -1699,9 +1703,9 @@ function _M:getTextualDesc(compare_with, use_actor)
 			desc:add(_t"Allows you to breathe in: ")
 			for what, isin in pairs(breaths) do
 				if isin[2] then
-					desc:add(isin[1] and {"color","WHITE"} or {"color","GREEN"}, ("%s "):format(what), {"color","LAST"})
+					desc:add(isin[1] and {"color","WHITE"} or {"color","GREEN"}, ("%s "):format(_t(what)), {"color","LAST"})
 				else
-					desc:add({"color","RED"}, ("%s "):format(what), {"color","LAST"})
+					desc:add({"color","RED"}, ("%s "):format(_t(what)), {"color","LAST"})
 				end
 			end
 			desc:add(true)
@@ -1767,7 +1771,7 @@ function _M:getTextualDesc(compare_with, use_actor)
 		compare_fields(w, compare_with, field, "psi_per_kill", "+%0.2f", _t"Psi per kill: ")
 		compare_fields(w, compare_with, field, "vim_on_death", "%+.2f", _t"Vim per kill: ")
 
-		compare_fields(w, compare_with, field, "die_at", "%+.2f life", _t"Only die when reaching: ", 1, true, true)
+		compare_fields(w, compare_with, field, "die_at", _t"%+.2f life", _t"Only die when reaching: ", 1, true, true)
 		compare_fields(w, compare_with, field, "max_life", "%+.2f", _t"Maximum life: ")
 		compare_fields(w, compare_with, field, "max_mana", "%+.2f", _t"Maximum mana: ")
 		compare_fields(w, compare_with, field, "max_soul", "%+.2f", _t"Maximum souls: ")
@@ -1860,11 +1864,11 @@ function _M:getTextualDesc(compare_with, use_actor)
 		end
 
 		if w.blind_fight then
-			desc:add({"color", "YELLOW"}, "Blind-Fight: ", {"color", "LAST"}, _t"This item allows the wearer to attack unseen targets without any penalties.", true)
+			desc:add({"color", "YELLOW"}, _t"Blind-Fight: ", {"color", "LAST"}, _t"This item allows the wearer to attack unseen targets without any penalties.", true)
 		end
 
 		if w.lucid_dreamer then
-			desc:add({"color", "YELLOW"}, "Lucid Dreamer: ", {"color", "LAST"}, _t"This item allows the wearer to act while sleeping.", true)
+			desc:add({"color", "YELLOW"}, _t"Lucid Dreamer: ", {"color", "LAST"}, _t"This item allows the wearer to act while sleeping.", true)
 		end
 
 		if w.no_breath then
@@ -1872,11 +1876,11 @@ function _M:getTextualDesc(compare_with, use_actor)
 		end
 
 		if w.quick_weapon_swap then
-			desc:add({"color", "YELLOW"}, "Quick Weapon Swap:", {"color", "LAST"}, _t"This item allows the wearer to swap to their secondary weapon without spending a turn.", true)
+			desc:add({"color", "YELLOW"}, _t"Quick Weapon Swap:", {"color", "LAST"}, _t"This item allows the wearer to swap to their secondary weapon without spending a turn.", true)
 		end
 
 		if w.avoid_pressure_traps then
-			desc:add({"color", "YELLOW"}, "Avoid Pressure Traps: ", {"color", "LAST"}, _t"The wearer never triggers traps that require pressure.", true)
+			desc:add({"color", "YELLOW"}, _t"Avoid Pressure Traps: ", {"color", "LAST"}, _t"The wearer never triggers traps that require pressure.", true)
 		end
 
 		if w.speaks_shertul then
@@ -2202,15 +2206,18 @@ function _M:getDesc(name_param, compare_with, never_compare, use_actor)
 		desc:merge(reqs)
 	end
 
+	print("[DEBUG XXX power source]")
+	table.print(desc)
 	if self.power_source then
-		if self.power_source.arcane then desc:add((_t"Powered by #VIOLET#arcane forces#LAST#"):toTString(), true) end
-		if self.power_source.nature then desc:add((_t"Infused by #OLIVE_DRAB#nature#LAST#"):toTString(), true) end
-		if self.power_source.antimagic then desc:add((_t"Infused by #ORCHID#arcane disrupting forces#LAST#"):toTString(), true) end
-		if self.power_source.technique then desc:add((_t"Crafted by #LIGHT_UMBER#a master#LAST#"):toTString(), true) end
-		if self.power_source.psionic then desc:add((_t"Infused by #YELLOW#psionic forces#LAST#"):toTString(), true) end
-		if self.power_source.unknown then desc:add((_t"Powered by #CRIMSON#unknown forces#LAST#"):toTString(), true) end
+		if self.power_source.arcane then desc:merge((_t"Powered by #VIOLET#arcane forces#LAST#\n"):toTString()) end
+		if self.power_source.nature then desc:merge((_t"Infused by #OLIVE_DRAB#nature#LAST#\n"):toTString()) end
+		if self.power_source.antimagic then desc:merge((_t"Infused by #ORCHID#arcane disrupting forces#LAST#\n"):toTString()) end
+		if self.power_source.technique then desc:merge((_t"Crafted by #LIGHT_UMBER#a master#LAST#\n"):toTString()) end
+		if self.power_source.psionic then desc:merge((_t"Infused by #YELLOW#psionic forces#LAST#\n"):toTString()) end
+		if self.power_source.unknown then desc:merge((_t"Powered by #CRIMSON#unknown forces#LAST#\n"):toTString()) end
 		self:triggerHook{"Object:descPowerSource", desc=desc, object=self}
 	end
+	table.print(desc)
 
 	if self.encumber then
 		desc:add({"color",0x67,0xAD,0x00}, ("%0.2f Encumbrance."):tformat(self.encumber), {"color", "LAST"})
@@ -2236,7 +2243,8 @@ function _M:getDesc(name_param, compare_with, never_compare, use_actor)
 
 	if self.shimmer_moddable then
 		local oname = (self.shimmer_moddable.name or "???"):toTString()
-		desc:add(true, {"color", "OLIVE_DRAB"}, ("This object's appearance was changed to %s"):tformat(oname:toString()):toTString())
+		desc:add(true, {"color", "OLIVE_DRAB"})
+		desc:merge(("This object's appearance was changed to %s"):tformat(oname:toString()):toTString())
 		-- desc:merge(oname)
 		desc:add(_t".", {"color","LAST"}, true)
 	end
diff --git a/game/modules/tome/class/Player.lua b/game/modules/tome/class/Player.lua
index 2d64659c98..38e467fbf8 100644
--- a/game/modules/tome/class/Player.lua
+++ b/game/modules/tome/class/Player.lua
@@ -756,7 +756,7 @@ function _M:onTakeHit(value, src, death_note)
 	local ret = mod.class.Actor.onTakeHit(self, value, src, death_note)
 	if self.life < self.max_life * 0.3 then
 		local sx, sy = game.level.map:getTileToScreen(self.x, self.y, true)
-		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, 2, "LOW HEALTH!", {255,0,0}, true)
+		game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, 2, _t"LOW HEALTH!", {255,0,0}, true)
 	end
 
 	-- Hit direction warning
@@ -1164,7 +1164,7 @@ end
 -- Known traps aren't interesting.  We let the engine run around traps, or stop if it can't.
 -- 'ignore_memory' is only used when checking for paths around traps.  This ensures we don't remember items "obj_seen" that we aren't supposed to
 function _M:runCheck(ignore_memory)
-	if game:hasDialogUp(1) then return false, "dialog is displayed" end
+	if game:hasDialogUp(1) then return false, _t"dialog is displayed" end
 	local is_main_player = self == game:getPlayer(true)
 
 	local spotted = spotHostiles(self)
diff --git a/game/modules/tome/class/Trap.lua b/game/modules/tome/class/Trap.lua
index 460f336100..73394f457c 100644
--- a/game/modules/tome/class/Trap.lua
+++ b/game/modules/tome/class/Trap.lua
@@ -224,7 +224,7 @@ function _M:onDisarm(x, y, who)
 			local dismantle = coroutine.create(function(self, who)
 				local wait = function()
 					local co = coroutine.running()
-					who:restInit(turns, "Dismantling", "dismantled", function(cnt, max)
+					who:restInit(turns, _t"Dismantling", _t"dismantled", function(cnt, max)
 						-- "resting" finished, undo the restCheck hack and check results
 						who.restCheck = oldrestCheck
 						if not success then
diff --git a/game/modules/tome/class/UserChatExtension.lua b/game/modules/tome/class/UserChatExtension.lua
index 17ce0944d9..69a9d86f16 100644
--- a/game/modules/tome/class/UserChatExtension.lua
+++ b/game/modules/tome/class/UserChatExtension.lua
@@ -82,7 +82,7 @@ function _M:event(e)
 		elseif data.kind == "talent-link" then
 			self.chat:addMessage("link", e.channel, e.login, {uname, color}, ("#ANTIQUE_WHITE#has linked a talent: #WHITE# %s"):tformat(data.name), {mode="tooltip", tooltip=data.desc})
 		elseif data.kind == "killer-link" then
-			self.chat:addMessage("death", e.channel, e.login, {uname, color}, ("#CRIMSON#%s#WHITE#%s"):tformat(data.msg, data.desc) and {mode="tooltip", tooltip=data.desc} or nil)
+			self.chat:addMessage("death", e.channel, e.login, {uname, color}, ("#CRIMSON#%s#WHITE#"):tformat(data.msg), data.desc and {mode="tooltip", tooltip=data.desc} or nil)
 		else
 			self:triggerHook{"UserChat:event", color=color, e=e, data=data}
 		end
diff --git a/game/modules/tome/class/World.lua b/game/modules/tome/class/World.lua
index 0b92ed36ed..7c5dd02948 100644
--- a/game/modules/tome/class/World.lua
+++ b/game/modules/tome/class/World.lua
@@ -42,7 +42,7 @@ end
 -- @param src the actor who did it
 function _M:achievementWho(src)
 	local p = game.party:findMember{main=true}
-	return p.name.." the "..p.descriptor.subrace.." "..p.descriptor.subclass.." level "..p.level
+	return ("%s the %s %s level %s"):tformat(p.name, _t(p.descriptor.subrace), _t(p.descriptor.subclass), p.level)
 end
 
 --- Gain an achievement
diff --git a/game/modules/tome/class/WorldNPC.lua b/game/modules/tome/class/WorldNPC.lua
index 908588dcc0..9ad69ba50d 100644
--- a/game/modules/tome/class/WorldNPC.lua
+++ b/game/modules/tome/class/WorldNPC.lua
@@ -172,8 +172,8 @@ function _M:tooltip(x, y, seen_by)
 	local rank, rank_color = self:TextRank()
 
 	local ts = tstring{}
-	ts:add({"uid",self.uid}) ts:merge(rank_color:toTString()) ts:add(self.name, {"color", "WHITE"}, true)
-	ts:add(self.type:capitalize(), " / ", self.subtype:capitalize(), true)
+	ts:add({"uid",self.uid}) ts:merge(rank_color:toTString()) ts:add(self:getName(), {"color", "WHITE"}, true)
+	ts:add(_t(self.type):capitalize(), " / ", _t(self.subtype):capitalize(), true)
 	ts:add(_t"Rank: ") ts:merge(rank_color:toTString()) ts:add(rank, {"color", "WHITE"}, true)
 	ts:add(self.desc, true)
 	ts:add(_t"Faction: ") ts:merge(factcolor:toTString()) ts:add(("%s (%s, %d)"):format(Faction.factions[self.faction].name, factstate, factlevel), {"color", "WHITE"}, true)
diff --git a/game/modules/tome/class/generator/actor/Arena.lua b/game/modules/tome/class/generator/actor/Arena.lua
index 815569debb..eec1f1185a 100644
--- a/game/modules/tome/class/generator/actor/Arena.lua
+++ b/game/modules/tome/class/generator/actor/Arena.lua
@@ -527,7 +527,7 @@ function _M:setArenaTriggers(e, entry)
 		if self.arenaLastHit >= self.max_life then
 			if self.arenaLastHit >= self.max_life * 2 then
 				local x, y = game.level.map:getTileToScreen(self.x, self.y, true)
-				game.flyers:add(x, y, 90, 0, -0.5, "OVERKILL", { 231, 0, 0 }, false)
+				game.flyers:add(x, y, 90, 0, -0.5, _t"OVERKILL", { 231, 0, 0 }, false)
 				game.log("#LIGHT_GREEN#Your powerful attack completely obliterates #WHITE#%s#LIGHT_GREEN#!", self:getName())
 				local val = (self.level * 0.015)
 				if val > 0.5 then game.log("#LIGHT_GREEN#The audience cheers!") end
diff --git a/game/modules/tome/class/interface/ActorObjectUse.lua b/game/modules/tome/class/interface/ActorObjectUse.lua
index ed27ccae89..51adb5fe9d 100644
--- a/game/modules/tome/class/interface/ActorObjectUse.lua
+++ b/game/modules/tome/class/interface/ActorObjectUse.lua
@@ -133,7 +133,7 @@ _M.useObjectBaseTalent ={
 	innate = true, -- make sure this talent can't be put on cooldown by other talents or effects
 	display_name = function(self, t)
 		local data = self.object_talent_data and self.object_talent_data[t.id]
-		if not (data and data.obj and data.obj:isIdentified()) then return "Activate an object" end
+		if not (data and data.obj and data.obj:isIdentified()) then return _t"Activate an object" end
 		local objname = data.obj:getName({no_add_name = true, do_color = true})
 		return ("Activate: %s"):tformat(objname)
 	end,
diff --git a/game/modules/tome/class/interface/Archery.lua b/game/modules/tome/class/interface/Archery.lua
index c3b317cff2..6a9aa029f7 100644
--- a/game/modules/tome/class/interface/Archery.lua
+++ b/game/modules/tome/class/interface/Archery.lua
@@ -328,7 +328,7 @@ local function archery_projectile(tx, ty, tg, self, tmp)
 		if eff and eff.parry_ranged then
 			deflect = target:callEffect(target.EFF_PARRY, "doDeflect", self) or 0
 			if deflect > 0 then
-				game:delayedLogDamage(self, target, 0, ("%s(%d parried#LAST#)"):format(DamageType:get(damtype).text_color or "#aaaaaa#", deflect), false)
+				game:delayedLogDamage(self, target, 0, ("%s(%d parried#LAST#)"):tformat(DamageType:get(damtype).text_color or "#aaaaaa#", deflect), false)
 				dam = math.max(dam - deflect , 0)
 				print("[ATTACK] after PARRY", dam)
 			end
diff --git a/game/modules/tome/class/interface/Combat.lua b/game/modules/tome/class/interface/Combat.lua
index 56f459d305..50dafe663d 100644
--- a/game/modules/tome/class/interface/Combat.lua
+++ b/game/modules/tome/class/interface/Combat.lua
@@ -517,7 +517,7 @@ function _M:attackTargetWith(target, weapon, damtype, mult, force_dam)
 		if eff then
 			deflect = target:callEffect(target.EFF_PARRY, "doDeflect", self) or 0
 			if deflect > 0 then
-				game:delayedLogDamage(self, target, 0, ("%s(%d parried#LAST#)"):format(DamageType:get(damtype).text_color or "#aaaaaa#", deflect), false)
+				game:delayedLogDamage(self, target, 0, ("%s(%d parried#LAST#)"):tformat(DamageType:get(damtype).text_color or "#aaaaaa#", deflect), false)
 				dam = math.max(dam - deflect , 0)
 				print("[ATTACK] after PARRY", dam)
 			end
diff --git a/game/modules/tome/class/interface/PartyDeath.lua b/game/modules/tome/class/interface/PartyDeath.lua
index 26deaf4977..a15de0286a 100644
--- a/game/modules/tome/class/interface/PartyDeath.lua
+++ b/game/modules/tome/class/interface/PartyDeath.lua
@@ -88,7 +88,7 @@ function _M:onPartyDeath(src, death_note)
 		if not death_note.special_death_msg then
 			msg = _t"%s the level %d %s %s was %s to death by %s%s%s on level %s of %s."
 			short_msg = _t"%s(%d %s %s) was %s to death by %s%s on %s %s."
-			local srcname = src.unique and src.name or src.name:a_an()
+			local srcname = src.unique and src:getName() or src:getName():a_an()
 			local killermsg = (src.killer_message and " "..src.killer_message or ""):gsub("#sex#", game.player.female and _t"her" or _t"him")
 			if src.name == game.player.name then
 				srcname = game.player.female and _t"herself" or _t"himself"
@@ -103,7 +103,7 @@ function _M:onPartyDeath(src, death_note)
 				}
 			end
 			msg = msg:format(
-				game.player.name, game.player.level, game.player.descriptor.subrace:lower(), game.player.descriptor.subclass:lower(),
+				game.player.name, game.player.level, _t(game.player.descriptor.subrace):lower(), _t(game.player.descriptor.subclass):lower(),
 				death_mean or _t"battered",
 				srcname,
 				src.name == top_killer and _t" (yet again)" or "",
@@ -111,7 +111,7 @@ function _M:onPartyDeath(src, death_note)
 				game.level.level, game.zone.name
 			)
 			short_msg = short_msg:format(
-				game.player.name, game.player.level, game.player.descriptor.subrace:lower(), game.player.descriptor.subclass:lower(),
+				game.player.name, game.player.level, _t(game.player.descriptor.subrace):lower(), _t(game.player.descriptor.subclass):lower(),
 				death_mean or _t"battered",
 				srcname,
 				killermsg,
@@ -121,12 +121,12 @@ function _M:onPartyDeath(src, death_note)
 			msg = _t"%s the level %d %s %s %s on level %s of %s."
 			short_msg = _t"%s(%d %s %s) %s on %s %s."
 			msg = msg:format(
-				game.player.name, game.player.level, game.player.descriptor.subrace:lower(), game.player.descriptor.subclass:lower(),
+				game.player.name, game.player.level, _t(game.player.descriptor.subrace):lower(), _t(game.player.descriptor.subclass):lower(),
 				death_note.special_death_msg,
 				game.level.level, game.zone.name
 			)
 			short_msg = short_msg:format(
-				game.player.name, game.player.level, game.player.descriptor.subrace:lower(), game.player.descriptor.subclass:lower(),
+				game.player.name, game.player.level, _t(game.player.descriptor.subrace):lower(), _t(game.player.descriptor.subclass):lower(),
 				death_note.special_death_msg,
 				game.zone.name, game.level.level
 			)
diff --git a/game/modules/tome/class/interface/WorldAchievements.lua b/game/modules/tome/class/interface/WorldAchievements.lua
index 93510d31a3..49fc9e8e27 100644
--- a/game/modules/tome/class/interface/WorldAchievements.lua
+++ b/game/modules/tome/class/interface/WorldAchievements.lua
@@ -45,7 +45,8 @@ end
 function _M:newAchievement(t)
 	t.id = t.id or t.name
 	t.id = t.id:upper():gsub("[ ]", "_")
-	t.category = t.category or "Maj'Eyal"
+	t.name = _t(t.name)
+	t.category = t.category or _t"Maj'Eyal"
 	findTile(t)
 
 	WA.newAchievement(self, t)
diff --git a/game/modules/tome/class/uiset/Classic.lua b/game/modules/tome/class/uiset/Classic.lua
index 61af1170ad..7b4fa09c44 100644
--- a/game/modules/tome/class/uiset/Classic.lua
+++ b/game/modules/tome/class/uiset/Classic.lua
@@ -29,6 +29,7 @@ local LogFlasher = require "engine.LogFlasher"
 local FlyingText = require "engine.FlyingText"
 local Tooltip = require "mod.class.Tooltip"
 local Dialog = require "engine.ui.Dialog"
+local FontPackage = require "engine.FontPackage"
 
 module(..., package.seeall, class.inherit(UISet))
 
@@ -38,17 +39,8 @@ end
 
 function _M:activate()
 	local size, size_mono, font, font_mono, font_mono_h, font_h
-	if config.settings.tome.fonts.type == "fantasy" then
-		size = ({normal=16, small=14, big=18})[config.settings.tome.fonts.size]
-		size_mono = ({normal=14, small=10, big=16})[config.settings.tome.fonts.size]
-		font = "/data/font/USENET_.ttf"
-		font_mono = "/data/font/SVBasicManual.ttf"
-	else
-		size = ({normal=12, small=10, big=14})[config.settings.tome.fonts.size]
-		size_mono = ({normal=12, small=10, big=14})[config.settings.tome.fonts.size]
-		font = "/data/font/Vera.ttf"
-		font_mono = "/data/font/VeraMono.ttf"
-	end
+	local font, size = FontPackage:getFont("classic")
+	local font_mono, size_mono = FontPackage:getFont("classic_mono")
 	local f = core.display.newFont(font, size)
 	font_h = f:lineSkip()
 	f = core.display.newFont(font_mono, size_mono)
@@ -379,7 +371,7 @@ function _M:setupMouse(mouse)
 					d:use({talent=hk[2], name=game.player:getTalentFromId(hk[2]).name}, "right")
 					return true
 				elseif button == "right" and hk and hk[1] == "inventory" then
-					Dialog:yesnoPopup("Unbind "..hk[2], "Remove this object from your hotkeys?", function(ret) if ret then
+					Dialog:yesnoPopup(("Unbind %s"):tformat(hk[2]), _t"Remove this object from your hotkeys?", function(ret) if ret then
 						for i = 1, 12 * game.player.nb_hotkey_pages do
 							if game.player.hotkey[i] and game.player.hotkey[i][1] == "inventory" and game.player.hotkey[i][2] == hk[2] then game.player.hotkey[i] = nil end
 						end
@@ -415,25 +407,25 @@ function _M:setupMouse(mouse)
 
 		local str = tstring{{"color","GOLD"}, {"font","bold"}, user.name, {"color","LAST"}, {"font","normal"}, true}
 		if user.donator and user.donator ~= "none" then
-			local text, color = "Donator", colors.WHITE
-			if user.status and user.status == 'dev' then text, color = "Developer", colors.CRIMSON
-			elseif user.status and user.status == 'mod' then text, color = "Moderator / Helper", colors.GOLD
-			elseif user.donator == "oneshot" then text, color = "Donator", colors.LIGHT_GREEN
-			elseif user.donator == "recurring" then text, color = "Recurring Donator", colors.LIGHT_BLUE end
+			local text, color = _t"Donator", colors.WHITE
+			if user.status and user.status == 'dev' then text, color = _t"Developer", colors.CRIMSON
+			elseif user.status and user.status == 'mod' then text, color = _t"Moderator / Helper", colors.GOLD
+			elseif user.donator == "oneshot" then text, color = _t"Donator", colors.LIGHT_GREEN
+			elseif user.donator == "recurring" then text, color = _t"Recurring Donator", colors.LIGHT_BLUE end
 			str:add({"color",unpack(colors.simple(color))}, text, {"color", "LAST"}, true)
 		end
-		str:add({"color","ANTIQUE_WHITE"}, "Playing: ", {"color", "LAST"}, user.current_char, true)
-		str:add({"color","ANTIQUE_WHITE"}, "Game: ", {"color", "LAST"}, user.module, "(", user.valid, ")",true)
+		str:add({"color","ANTIQUE_WHITE"}, _t"Playing: ", {"color", "LAST"}, user.current_char, true)
+		str:add({"color","ANTIQUE_WHITE"}, _t"Game: ", {"color", "LAST"}, user.module, "(", user.valid, ")",true)
 
 		local extra = {}
 		if item.extra_data and item.extra_data.mode == "tooltip" then
-			local rstr = tstring{item.extra_data.tooltip, true, "---", true, "Linked by: "}
+			local rstr = tstring{item.extra_data.tooltip, true, "---", true, _t"Linked by: "}
 			rstr:merge(str)
 			extra.log_str = rstr
 		else
 			extra.log_str = str
 			if button == "right" and event == "button" then
-				extra.add_map_action = { name="Show chat user", fct=function() profile.chat:showUserInfo(user.login) end }
+				extra.add_map_action = { name=_t"Show chat user", fct=function() profile.chat:showUserInfo(user.login) end }
 			end
 		end
 		game.mouse:delegate(button, mx, my, xrel, yrel, nil, nil, event, "playmap", extra)
diff --git a/game/modules/tome/class/uiset/ClassicPlayerDisplay.lua b/game/modules/tome/class/uiset/ClassicPlayerDisplay.lua
index 779f83438f..af92d56ec3 100644
--- a/game/modules/tome/class/uiset/ClassicPlayerDisplay.lua
+++ b/game/modules/tome/class/uiset/ClassicPlayerDisplay.lua
@@ -174,12 +174,12 @@ function _M:handleEffect(eff_id, e, p, ex, h)
 	local dur = p.dur + 1
 	local name = e.desc
 	local desc = nil
-	local eff_subtype = table.concat(table.keys(e.subtype), "/")
+	local eff_subtype = table.concat(table.ts(table.keys(e.subtype)), "/")
 	if e.display_desc then name = e.display_desc(self, p) end
 	if p.save_string and p.amount_decreased and p.maximum and p.total_dur then
-		desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):tformat(name, e.type, eff_subtype)..e.long_desc(player, p).." "..("%s reduced the duration of this effect by %d turns, from %d to %d."):tformat(p.save_string, p.amount_decreased, p.maximum, p.total_dur)
+		desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):tformat(name, _t(e.type), eff_subtype)..e.long_desc(player, p).." "..("%s reduced the duration of this effect by %d turns, from %d to %d."):tformat(p.save_string, p.amount_decreased, p.maximum, p.total_dur)
 	else
-		desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):tformat(name, e.type, eff_subtype)..e.long_desc(player, p)
+		desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):tformat(name, _t(e.type), eff_subtype)..e.long_desc(player, p)
 	end
 
 	local remove_fct = function(button) if button == "right" then
diff --git a/game/modules/tome/class/uiset/Minimalist.lua b/game/modules/tome/class/uiset/Minimalist.lua
index 7d41d2148e..7086434021 100644
--- a/game/modules/tome/class/uiset/Minimalist.lua
+++ b/game/modules/tome/class/uiset/Minimalist.lua
@@ -1146,12 +1146,12 @@ function _M:handleEffect(player, eff_id, e, p, x, y, hs, bx, by, is_first, scale
 	if not self.tbuff[eff_id..":"..dur..":"..charges] then
 		local name = e.desc
 		local desc = nil
-		local eff_subtype = table.concat(table.keys(e.subtype), "/")
+		local eff_subtype = table.concat(table.ts(table.keys(e.subtype)), "/")
 		if e.display_desc then name = e.display_desc(self, p) end
 		if p.save_string and p.amount_decreased and p.maximum and p.total_dur then
-			desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):format(name, e.type, eff_subtype)..e.long_desc(player, p).." "..("%s reduced the duration of this effect by %d turns, from %d to %d."):tformat(p.save_string, p.amount_decreased, p.maximum, p.total_dur)
+			desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):format(name, _t(e.type), eff_subtype)..e.long_desc(player, p).." "..("%s reduced the duration of this effect by %d turns, from %d to %d."):tformat(p.save_string, p.amount_decreased, p.maximum, p.total_dur)
 		else
-			desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):tformat(name, e.type, eff_subtype)..e.long_desc(player, p)
+			desc = ("#{bold}##GOLD#%s\n(%s: %s)#WHITE##{normal}#\n"):tformat(name, _t(e.type), eff_subtype)..e.long_desc(player, p)
 		end
 		if allow_remove then desc = desc.._t"\n---\nRight click to cancel early." end
 
@@ -1413,9 +1413,9 @@ function _M:displayParty(scale, bx, by)
 			if not self.party[a] then
 				local def = game.party.members[a]
 
-				local text = "#GOLD##{bold}#"..a.name.."\n#WHITE##{normal}#Life: "..math.floor(100 * a.life / a.max_life).."%\nLevel: "..a.level.."\n"..def.title
+				local text = ("#GOLD##{bold}#%s\n#WHITE##{normal}#Life: %d%%\nLevel: %d\n%s"):tformat(a:getName(), math.floor(100 * a.life / a.max_life), a.level, def.title)
 				if a.summon_time then
-					text = text.."\nTurns remaining: "..a.summon_time
+					text = text..("\nTurns remaining: %s"):tformat(a.summon_time)
 				end
 				local is_first = is_first
 				local desc_fct = function(button, mx, my, xrel, yrel, bx, by, event)
@@ -1817,7 +1817,7 @@ function _M:displayHotkeys(scale, bx, by)
 						d:use({talent=hk[2], name=game.player:getTalentFromId(hk[2]).name}, "right")
 						return true
 					elseif button == "right" and hk and hk[1] == "inventory" then
-						Dialog:yesnoPopup("Unbind "..hk[2], "Remove this object from your hotkeys?", function(ret) if ret then
+						Dialog:yesnoPopup(("Unbind %s"):tformat(hk[2]), _t"Remove this object from your hotkeys?", function(ret) if ret then
 							for i = 1, 12 * game.player.nb_hotkey_pages do
 								if game.player.hotkey[i] and game.player.hotkey[i][1] == "inventory" and game.player.hotkey[i][2] == hk[2] then game.player.hotkey[i] = nil end
 							end
@@ -1898,7 +1898,7 @@ function _M:displayToolbar(scale, bx, by)
 			if event == "out" then self.tbbuttons.lore = 0.6 return else self.tbbuttons.lore = 1 end
 			game.tooltip_x, game.tooltip_y = 1, 1; game:tooltipDisplayAtMap(game.w, game.h, _t"Left mouse to show quest log.\nRight mouse to show all known lore.")
 			if button == "left" and not xrel and not yrel and event == "button" then game.key:triggerVirtual("SHOW_QUESTS")
-			elseif button == "right" and not xrel and not yrel and event == "button" then game:registerDialog(require("mod.dialogs.ShowLore").new("Tales of Maj'Eyal Lore", game.party)) end
+			elseif button == "right" and not xrel and not yrel and event == "button" then game:registerDialog(require("mod.dialogs.ShowLore").new(_t"Tales of Maj'Eyal Lore", game.party)) end
 		end
 		game.mouse:registerZone(bx + x * scale, by +y*scale, tb_lore[6], tb_lore[7], desc_fct, nil, "tb_lore", true, scale)
 	end
diff --git a/game/modules/tome/data/birth/classes/mage.lua b/game/modules/tome/data/birth/classes/mage.lua
index 6b956e457f..5f17b37697 100644
--- a/game/modules/tome/data/birth/classes/mage.lua
+++ b/game/modules/tome/data/birth/classes/mage.lua
@@ -131,7 +131,7 @@ newBirthDescriptor{
 	},
 	cosmetic_options = {
 		golem = {
-			{name="Golem becomes a Drolem", on_actor=function(actor) actor.alchemist_golem_is_drolem = true end, unlock="cosmetic_class_alchemist_drolem"},
+			{name=_t"Golem becomes a Drolem", on_actor=function(actor) actor.alchemist_golem_is_drolem = true end, unlock="cosmetic_class_alchemist_drolem"},
 		},
 	},
 }
diff --git a/game/modules/tome/data/birth/races/construct.lua b/game/modules/tome/data/birth/races/construct.lua
index d43c7ec603..f2feef3afb 100644
--- a/game/modules/tome/data/birth/races/construct.lua
+++ b/game/modules/tome/data/birth/races/construct.lua
@@ -114,39 +114,39 @@ newBirthDescriptor
 
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
 		},
 		hairs = {
-			{name="Face 1", file="face_01"},
-			{name="Face 2", file="face_02"},
-			{name="Face 3", file="face_03"},
+			{name=_t"Face 1", file="face_01"},
+			{name=_t"Face 2", file="face_02"},
+			{name=_t"Face 3", file="face_03"},
 		},
 		facial_features = {
-			{name="Mustache 1", file="face_mustache_01"},
-			{name="Mustache 2", file="face_mustache_02"},
-			{name="Mustache 3", file="face_mustache_03"},
-			{name="Mustache 4", file="face_mustache_04"},
-			{name="Mustache 5", file="face_mustache_05"},
-			{name="Mustache 6", file="face_mustache_06"},
-			{name="Mustache 7", file="face_mustache_07"},
-			{name="Mustache 8", file="face_mustache_08"},
-			{name="Mustache 9", file="face_mustache_09"},
+			{name=_t"Mustache 1", file="face_mustache_01"},
+			{name=_t"Mustache 2", file="face_mustache_02"},
+			{name=_t"Mustache 3", file="face_mustache_03"},
+			{name=_t"Mustache 4", file="face_mustache_04"},
+			{name=_t"Mustache 5", file="face_mustache_05"},
+			{name=_t"Mustache 6", file="face_mustache_06"},
+			{name=_t"Mustache 7", file="face_mustache_07"},
+			{name=_t"Mustache 8", file="face_mustache_08"},
+			{name=_t"Mustache 9", file="face_mustache_09"},
 		},
 		tatoos = {
-			{name="Tatoos 1", file="tattoo_runes_01"},
-			{name="Tatoos 2", file="tattoo_runes_02"},
-			{name="Tatoos 3", file="tattoo_runes_03"},
-			{name="Tatoos 4", file="tattoo_runes_04"},
-			{name="Tatoos 5", file="tattoo_runes_05"},
-			{name="Tatoos 6", file="tattoo_runes_06"},
-			{name="Tatoos 7", file="tattoo_runes_07"},
+			{name=_t"Tatoos 1", file="tattoo_runes_01"},
+			{name=_t"Tatoos 2", file="tattoo_runes_02"},
+			{name=_t"Tatoos 3", file="tattoo_runes_03"},
+			{name=_t"Tatoos 4", file="tattoo_runes_04"},
+			{name=_t"Tatoos 5", file="tattoo_runes_05"},
+			{name=_t"Tatoos 6", file="tattoo_runes_06"},
+			{name=_t"Tatoos 7", file="tattoo_runes_07"},
 		},
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
diff --git a/game/modules/tome/data/birth/races/dwarf.lua b/game/modules/tome/data/birth/races/dwarf.lua
index 28647ee0d6..150b4f58a8 100644
--- a/game/modules/tome/data/birth/races/dwarf.lua
+++ b/game/modules/tome/data/birth/races/dwarf.lua
@@ -84,97 +84,97 @@ newBirthDescriptor
 		resolvers.inscription("INFUSION:_HEALING", {cooldown=12, heal=50}, 3),
 		resolvers.birth_extra_tier1_zone{name="tier1", condition=function(e) return e.starting_zone == "reknor-escape" end, "reknor-escape", "deep-bellow"},
 	},
-	default_cosmetics = { {"hairs", "Dark Hair 1"}, {"facial_features", "Dark Beard 2", {sex="Male"}} },
+	default_cosmetics = { {"hairs", _t"Dark Hair 1"}, {"facial_features", _t"Dark Beard 2", {sex="Male"}} },
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
-			{name="Skin Color 7", file="base_07"},
-			{name="Skin Color 8", file="base_08"},
-			{name="Skin Color 9", file="base_09"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 7", file="base_07"},
+			{name=_t"Skin Color 8", file="base_08"},
+			{name=_t"Skin Color 9", file="base_09"},
 		},
 		hairs = {
-			{name="Dark Hair 1", file="hair_01"},
-			{name="Dark Hair 2", file="hair_02"},
-			{name="Dark Hair 3", file="hair_03"},
-			{name="Dark Hair 4", file="hair_04", only_for={sex="Female"}},
-			{name="Dark Hair 5", file="hair_05", only_for={sex="Female"}},
-			{name="Dark Hair 6", file="hair_06", only_for={sex="Female"}},
-			{name="Dark Hair 7", file="hair_07", only_for={sex="Female"}},
-			{name="Dark Hair 8", file="hair_08", only_for={sex="Female"}},
-			{name="Dark Hair 9", file="hair_09", only_for={sex="Female"}},
-			{name="Dark Hair 10", file="hair_10", only_for={sex="Female"}},
-			{name="Blond Hair 1", file="hair_blond_01"},
-			{name="Blond Hair 2", file="hair_blond_02"},
-			{name="Blond Hair 3", file="hair_blond_03"},
-			{name="Blond Hair 4", file="hair_blond_04", only_for={sex="Female"}},
-			{name="Blond Hair 5", file="hair_blond_05", only_for={sex="Female"}},
-			{name="Blond Hair 6", file="hair_blond_06", only_for={sex="Female"}},
-			{name="Blond Hair 7", file="hair_blond_07", only_for={sex="Female"}},
-			{name="Blond Hair 8", file="hair_blond_08", only_for={sex="Female"}},
-			{name="Blond Hair 9", file="hair_blond_09", only_for={sex="Female"}},
-			{name="Blond Hair 10", file="hair_blond_10", only_for={sex="Female"}},
-			{name="Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 6", file="hair_redhead_06", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 7", file="hair_redhead_07", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 8", file="hair_redhead_08", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 9", file="hair_redhead_09", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 10", file="hair_redhead_10", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Dark Hair 1", file="hair_01"},
+			{name=_t"Dark Hair 2", file="hair_02"},
+			{name=_t"Dark Hair 3", file="hair_03"},
+			{name=_t"Dark Hair 4", file="hair_04", only_for={sex="Female"}},
+			{name=_t"Dark Hair 5", file="hair_05", only_for={sex="Female"}},
+			{name=_t"Dark Hair 6", file="hair_06", only_for={sex="Female"}},
+			{name=_t"Dark Hair 7", file="hair_07", only_for={sex="Female"}},
+			{name=_t"Dark Hair 8", file="hair_08", only_for={sex="Female"}},
+			{name=_t"Dark Hair 9", file="hair_09", only_for={sex="Female"}},
+			{name=_t"Dark Hair 10", file="hair_10", only_for={sex="Female"}},
+			{name=_t"Blond Hair 1", file="hair_blond_01"},
+			{name=_t"Blond Hair 2", file="hair_blond_02"},
+			{name=_t"Blond Hair 3", file="hair_blond_03"},
+			{name=_t"Blond Hair 4", file="hair_blond_04", only_for={sex="Female"}},
+			{name=_t"Blond Hair 5", file="hair_blond_05", only_for={sex="Female"}},
+			{name=_t"Blond Hair 6", file="hair_blond_06", only_for={sex="Female"}},
+			{name=_t"Blond Hair 7", file="hair_blond_07", only_for={sex="Female"}},
+			{name=_t"Blond Hair 8", file="hair_blond_08", only_for={sex="Female"}},
+			{name=_t"Blond Hair 9", file="hair_blond_09", only_for={sex="Female"}},
+			{name=_t"Blond Hair 10", file="hair_blond_10", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 6", file="hair_redhead_06", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 7", file="hair_redhead_07", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 8", file="hair_redhead_08", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 9", file="hair_redhead_09", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 10", file="hair_redhead_10", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
 		},
 		facial_features = {
-			{name="Dark Beard 1", file="beard_01", only_for={sex="Male"}},
-			{name="Dark Beard 2", file="beard_02", only_for={sex="Male"}},
-			{name="Dark Beard 3", file="beard_03", only_for={sex="Male"}},
-			{name="Dark Beard 4", file="beard_04", only_for={sex="Male"}},
-			{name="Dark Beard 5", file="beard_05", only_for={sex="Male"}},
-			{name="Blond Beard 1", file="beard_blond_01", only_for={sex="Male"}},
-			{name="Blond Beard 2", file="beard_blond_02", only_for={sex="Male"}},
-			{name="Blond Beard 3", file="beard_blond_03", only_for={sex="Male"}},
-			{name="Blond Beard 4", file="beard_blond_04", only_for={sex="Male"}},
-			{name="Blond Beard 5", file="beard_blond_05", only_for={sex="Male"}},
-			{name="Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 3", file="beard_redhead_03", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 4", file="beard_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 5", file="beard_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Dark Mustache 1", file="face_mustache_01", only_for={sex="Male"}},
-			{name="Dark Mustache 2", file="face_mustache_02", only_for={sex="Male"}},
-			{name="Dark Mustache 3", file="face_mustache_03", only_for={sex="Male"}},
-			{name="Dark Mustache 4", file="face_mustache_04", only_for={sex="Male"}},
-			{name="Blond Mustache 1", file="face_mustache_blond_01", only_for={sex="Male"}},
-			{name="Blond Mustache 2", file="face_mustache_blond_02", only_for={sex="Male"}},
-			{name="Blond Mustache 3", file="face_mustache_blond_03", only_for={sex="Male"}},
-			{name="Blond Mustache 4", file="face_mustache_blond_04", only_for={sex="Male"}},
-			{name="Redhead Mustache 1", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Mustache 2", file="face_mustache_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Mustache 3", file="face_mustache_redhead_03", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Mustache 4", file="face_mustache_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Dark Beard", file="beard_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Blond Beard", file="beard_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Redhead Beard", file="face_beard_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Dark Donut", file="face_donut_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Blond Donut", file="face_donut_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Redhead Donut", file="face_donut_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Dark Flip", file="face_flip_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Blond Flip", file="face_flip_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Redhead Flip", file="face_flip_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Dark Mustache", file="face_mustache_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Blond Mustache", file="face_mustache_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Dark Sideburns", file="face_sideburners_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Blond Sideburns", file="face_sideburners_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
-			{name="Redhead Sideburns", file="face_sideburners_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Dark Beard 1", file="beard_01", only_for={sex="Male"}},
+			{name=_t"Dark Beard 2", file="beard_02", only_for={sex="Male"}},
+			{name=_t"Dark Beard 3", file="beard_03", only_for={sex="Male"}},
+			{name=_t"Dark Beard 4", file="beard_04", only_for={sex="Male"}},
+			{name=_t"Dark Beard 5", file="beard_05", only_for={sex="Male"}},
+			{name=_t"Blond Beard 1", file="beard_blond_01", only_for={sex="Male"}},
+			{name=_t"Blond Beard 2", file="beard_blond_02", only_for={sex="Male"}},
+			{name=_t"Blond Beard 3", file="beard_blond_03", only_for={sex="Male"}},
+			{name=_t"Blond Beard 4", file="beard_blond_04", only_for={sex="Male"}},
+			{name=_t"Blond Beard 5", file="beard_blond_05", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 3", file="beard_redhead_03", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 4", file="beard_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 5", file="beard_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Dark Mustache 1", file="face_mustache_01", only_for={sex="Male"}},
+			{name=_t"Dark Mustache 2", file="face_mustache_02", only_for={sex="Male"}},
+			{name=_t"Dark Mustache 3", file="face_mustache_03", only_for={sex="Male"}},
+			{name=_t"Dark Mustache 4", file="face_mustache_04", only_for={sex="Male"}},
+			{name=_t"Blond Mustache 1", file="face_mustache_blond_01", only_for={sex="Male"}},
+			{name=_t"Blond Mustache 2", file="face_mustache_blond_02", only_for={sex="Male"}},
+			{name=_t"Blond Mustache 3", file="face_mustache_blond_03", only_for={sex="Male"}},
+			{name=_t"Blond Mustache 4", file="face_mustache_blond_04", only_for={sex="Male"}},
+			{name=_t"Redhead Mustache 1", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Mustache 2", file="face_mustache_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Mustache 3", file="face_mustache_redhead_03", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Mustache 4", file="face_mustache_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Dark Beard", file="beard_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Blond Beard", file="beard_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Redhead Beard", file="face_beard_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Dark Donut", file="face_donut_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Blond Donut", file="face_donut_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Redhead Donut", file="face_donut_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Dark Flip", file="face_flip_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Blond Flip", file="face_flip_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Redhead Flip", file="face_flip_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Dark Mustache", file="face_mustache_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Blond Mustache", file="face_mustache_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Dark Sideburns", file="face_sideburners_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Blond Sideburns", file="face_sideburners_blond_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
+			{name=_t"Redhead Sideburns", file="face_sideburners_redhead_01", unlock="cosmetic_race_dwarf_female_beard", only_for={sex="Female"}},
 		},
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
diff --git a/game/modules/tome/data/birth/races/elf.lua b/game/modules/tome/data/birth/races/elf.lua
index 616b9691d9..782ecf0f2b 100644
--- a/game/modules/tome/data/birth/races/elf.lua
+++ b/game/modules/tome/data/birth/races/elf.lua
@@ -56,35 +56,35 @@ newBirthDescriptor{
 	moddable_attachement_spots = "race_elf",
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
-			{name="Skin Color 7", file="base_07"},
-			{name="Skin Color 8", file="base_08"},
-			{name="Skin Color 9", file="base_09"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 7", file="base_07"},
+			{name=_t"Skin Color 8", file="base_08"},
+			{name=_t"Skin Color 9", file="base_09"},
 		},
 		hairs = {
-			{name="Dark Hair 1", file="hair_thalore_01"},
-			{name="Dark Hair 2", file="hair_thalore_02"},
-			{name="Dark Hair 3", file="hair_thalore_03"},
-			{name="Dark Hair 4", file="hair_thalore_04", only_for={sex="Female"}},
-			{name="Dark Hair 5", file="hair_thalore_05", only_for={sex="Female"}},
-			{name="Blond Hair 1", file="hair_shalore_01"},
-			{name="Blond Hair 2", file="hair_shalore_02"},
-			{name="Blond Hair 3", file="hair_shalore_03"},
-			{name="Blond Hair 4", file="hair_shalore_04", only_for={sex="Female"}},
-			{name="Blond Hair 5", file="hair_shalore_05", only_for={sex="Female"}},
-			{name="Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Dark Hair 1", file="hair_thalore_01"},
+			{name=_t"Dark Hair 2", file="hair_thalore_02"},
+			{name=_t"Dark Hair 3", file="hair_thalore_03"},
+			{name=_t"Dark Hair 4", file="hair_thalore_04", only_for={sex="Female"}},
+			{name=_t"Dark Hair 5", file="hair_thalore_05", only_for={sex="Female"}},
+			{name=_t"Blond Hair 1", file="hair_shalore_01"},
+			{name=_t"Blond Hair 2", file="hair_shalore_02"},
+			{name=_t"Blond Hair 3", file="hair_shalore_03"},
+			{name=_t"Blond Hair 4", file="hair_shalore_04", only_for={sex="Female"}},
+			{name=_t"Blond Hair 5", file="hair_shalore_05", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
 		},
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
@@ -113,7 +113,7 @@ newBirthDescriptor
 	experience = 1.3,
 	talents_types = { ["race/shalore"]={true, 0} },
 	talents = { [ActorTalents.T_SHALOREN_SPEED]=1 },
-	default_cosmetics = { {"hairs", "Blond Hair 1"} },
+	default_cosmetics = { {"hairs", _t"Blond Hair 1"} },
 	copy = {
 		moddable_tile = "elf_#sex#",
 		moddable_tile_base = "base_01.png",
@@ -151,7 +151,7 @@ newBirthDescriptor
 	inc_stats = { str=2, mag=-2, wil=1, cun=0, dex=3, con=1 },
 	talents_types = { ["race/thalore"]={true, 0} },
 	talents = { [ActorTalents.T_THALOREN_WRATH]=1 },
-	default_cosmetics = { {"hairs", "Dark Hair 1"} },
+	default_cosmetics = { {"hairs", _t"Dark Hair 1"} },
 	copy = {
 		moddable_tile = "elf_#sex#",
 		moddable_tile_base = "base_01.png",
diff --git a/game/modules/tome/data/birth/races/giant.lua b/game/modules/tome/data/birth/races/giant.lua
index e7bc58b14b..34e8f5d889 100644
--- a/game/modules/tome/data/birth/races/giant.lua
+++ b/game/modules/tome/data/birth/races/giant.lua
@@ -89,68 +89,68 @@ to start, look where halflings once tinkered with portals...]],
 	},
 	random_escort_possibilities = { {"tier1.1", 1, 2}, {"tier1.2", 1, 2}, {"daikara", 1, 2}, {"old-forest", 1, 4}, {"dreadfell", 1, 8}, {"reknor", 1, 2}, },
 
-	default_cosmetics = { {"hairs", "Dark Hair 1"} },
+	default_cosmetics = { {"hairs", _t"Dark Hair 1"} },
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
-			{name="Skin Color 7", file="base_07"},
-			{name="Skin Color 8", file="base_08"},
-			{name="Skin Color 9", file="base_09"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 7", file="base_07"},
+			{name=_t"Skin Color 8", file="base_08"},
+			{name=_t"Skin Color 9", file="base_09"},
 		},
 		hairs = {
-			{name="Dark Hair 1", file="hair_01"},
-			{name="Dark Hair 2", file="hair_02"},
-			{name="Dark Hair 3", file="hair_03"},
-			{name="Dark Hair 4", file="hair_04", only_for={sex="Female"}},
-			{name="Dark Hair 5", file="hair_05", only_for={sex="Female"}},
-			{name="Dark Hair 6", file="hair_06", only_for={sex="Female"}},
-			{name="Dark Hair 7", file="hair_07", only_for={sex="Female"}},
-			{name="Dark Hair 8", file="hair_08", only_for={sex="Female"}},
-			{name="Dark Hair 9", file="hair_09", only_for={sex="Female"}},
-			{name="Blond Hair 1", file="hair_blond_01"},
-			{name="Blond Hair 2", file="hair_blond_02"},
-			{name="Blond Hair 3", file="hair_blond_03"},
-			{name="Blond Hair 4", file="hair_blond_04", only_for={sex="Female"}},
-			{name="Blond Hair 5", file="hair_blond_05", only_for={sex="Female"}},
-			{name="Blond Hair 6", file="hair_blond_06", only_for={sex="Female"}},
-			{name="Blond Hair 7", file="hair_blond_07", only_for={sex="Female"}},
-			{name="Blond Hair 8", file="hair_blond_08", only_for={sex="Female"}},
-			{name="Blond Hair 9", file="hair_blond_09", only_for={sex="Female"}},
-			{name="Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 6", file="hair_redhead_06", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 7", file="hair_redhead_07", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 8", file="hair_redhead_08", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead Hair 9", file="hair_redhead_09", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Dark Hair 1", file="hair_01"},
+			{name=_t"Dark Hair 2", file="hair_02"},
+			{name=_t"Dark Hair 3", file="hair_03"},
+			{name=_t"Dark Hair 4", file="hair_04", only_for={sex="Female"}},
+			{name=_t"Dark Hair 5", file="hair_05", only_for={sex="Female"}},
+			{name=_t"Dark Hair 6", file="hair_06", only_for={sex="Female"}},
+			{name=_t"Dark Hair 7", file="hair_07", only_for={sex="Female"}},
+			{name=_t"Dark Hair 8", file="hair_08", only_for={sex="Female"}},
+			{name=_t"Dark Hair 9", file="hair_09", only_for={sex="Female"}},
+			{name=_t"Blond Hair 1", file="hair_blond_01"},
+			{name=_t"Blond Hair 2", file="hair_blond_02"},
+			{name=_t"Blond Hair 3", file="hair_blond_03"},
+			{name=_t"Blond Hair 4", file="hair_blond_04", only_for={sex="Female"}},
+			{name=_t"Blond Hair 5", file="hair_blond_05", only_for={sex="Female"}},
+			{name=_t"Blond Hair 6", file="hair_blond_06", only_for={sex="Female"}},
+			{name=_t"Blond Hair 7", file="hair_blond_07", only_for={sex="Female"}},
+			{name=_t"Blond Hair 8", file="hair_blond_08", only_for={sex="Female"}},
+			{name=_t"Blond Hair 9", file="hair_blond_09", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 6", file="hair_redhead_06", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 7", file="hair_redhead_07", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 8", file="hair_redhead_08", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead Hair 9", file="hair_redhead_09", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
 		},
 		facial_features = {
-			{name="Facial Infusions 1", file="face_infusion_01"},
-			{name="Facial Infusions 2", file="face_infusion_02"},
-			{name="Facial Runes 1", file="face_rune_01"},
-			{name="Facial Runes 2", file="face_rune_02"},
-			{name="Facial Runes 3", file="face_rune_03"},
-			{name="Facial Runes 4", file="face_rune_04"},
+			{name=_t"Facial Infusions 1", file="face_infusion_01"},
+			{name=_t"Facial Infusions 2", file="face_infusion_02"},
+			{name=_t"Facial Runes 1", file="face_rune_01"},
+			{name=_t"Facial Runes 2", file="face_rune_02"},
+			{name=_t"Facial Runes 3", file="face_rune_03"},
+			{name=_t"Facial Runes 4", file="face_rune_04"},
 		},
 		tatoos = {
-			{name="Body Tatoos 1", file="tattoo_runes_01"},
-			{name="Body Tatoos 2", file="tattoo_runes_02"},
-			{name="Body Tatoos 3", file="tattoo_runes_03"},
-			{name="Body Tatoos 4", file="tattoo_runes_04"},
-			{name="Body Tatoos 5", file="tattoo_runes_05"},
-			{name="Body Tatoos 6", file="tattoo_runes_06"},
-			{name="Body Tatoos 7", file="tattoo_runes_07"},
-			{name="Body Tatoos 8", file="tattoo_runes_08"},
+			{name=_t"Body Tatoos 1", file="tattoo_runes_01"},
+			{name=_t"Body Tatoos 2", file="tattoo_runes_02"},
+			{name=_t"Body Tatoos 3", file="tattoo_runes_03"},
+			{name=_t"Body Tatoos 4", file="tattoo_runes_04"},
+			{name=_t"Body Tatoos 5", file="tattoo_runes_05"},
+			{name=_t"Body Tatoos 6", file="tattoo_runes_06"},
+			{name=_t"Body Tatoos 7", file="tattoo_runes_07"},
+			{name=_t"Body Tatoos 8", file="tattoo_runes_08"},
 		},
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
diff --git a/game/modules/tome/data/birth/races/halfling.lua b/game/modules/tome/data/birth/races/halfling.lua
index 848f736113..920a70d161 100644
--- a/game/modules/tome/data/birth/races/halfling.lua
+++ b/game/modules/tome/data/birth/races/halfling.lua
@@ -59,29 +59,29 @@ newBirthDescriptor{
 	moddable_attachement_spots = "race_halfling",
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
 		},
 		hairs = {
-			{name="Blond Hair 1", file="hair_blond_01"},
-			{name="Blond Hair 2", file="hair_blond_02"},
-			{name="Blond Hair 3", file="hair_blond_03"},
-			{name="Blond Hair 4", file="hair_blond_04"},
-			{name="Dark Hair 1", file="hair_black_01"},
-			{name="Dark Hair 2", file="hair_black_02"},
-			{name="Dark Hair 3", file="hair_black_03"},
-			{name="Dark Hair 4", file="hair_black_04"},
-			{name="Redhead 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Blond Hair 1", file="hair_blond_01"},
+			{name=_t"Blond Hair 2", file="hair_blond_02"},
+			{name=_t"Blond Hair 3", file="hair_blond_03"},
+			{name=_t"Blond Hair 4", file="hair_blond_04"},
+			{name=_t"Dark Hair 1", file="hair_black_01"},
+			{name=_t"Dark Hair 2", file="hair_black_02"},
+			{name=_t"Dark Hair 3", file="hair_black_03"},
+			{name=_t"Dark Hair 4", file="hair_black_04"},
+			{name=_t"Redhead 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead"},
 		},
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
@@ -114,7 +114,7 @@ newBirthDescriptor
 	talents = {
 		[ActorTalents.T_HALFLING_LUCK]=1,
 	},
-	default_cosmetics = { {"hairs", "Dark Hair 1", only_for={sex="Male"}}, {"hairs", "Blond Hair 1", only_for={sex="Female"}} },
+	default_cosmetics = { {"hairs", _t"Dark Hair 1", only_for={sex="Male"}}, {"hairs", _t"Blond Hair 1", only_for={sex="Female"}} },
 	copy = {
 		moddable_tile = "halfling_#sex#",
 		random_name_def = "halfling_#sex#",
diff --git a/game/modules/tome/data/birth/races/human.lua b/game/modules/tome/data/birth/races/human.lua
index 6aa03ab857..d08a98ff97 100644
--- a/game/modules/tome/data/birth/races/human.lua
+++ b/game/modules/tome/data/birth/races/human.lua
@@ -60,60 +60,60 @@ newBirthDescriptor{
 	moddable_attachement_spots = "race_human",
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
-			{name="Skin Color 7", file="base_07"},
-			{name="Skin Color 8", file="base_08"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 7", file="base_07"},
+			{name=_t"Skin Color 8", file="base_08"},
 		},
 		hairs = {
-			{name="Dark Hair 1", file="hair_cornac_01"},
-			{name="Dark Hair 2", file="hair_cornac_02"},
-			{name="Dark Hair 3", file="hair_cornac_03"},
-			{name="Dark Hair 4", file="hair_cornac_04", only_for={sex="Female"}},
-			{name="Dark Hair 5", file="hair_cornac_05", only_for={sex="Female"}},
-			{name="Dark Hair 6", file="hair_cornac_06", only_for={sex="Female"}},
-			{name="Blond Hair 1", file="hair_higher_01"},
-			{name="Blond Hair 2", file="hair_higher_02"},
-			{name="Blond Hair 3", file="hair_higher_03"},
-			{name="Blond Hair 4", file="hair_higher_04", only_for={sex="Female"}},
-			{name="Blond Hair 5", file="hair_higher_05", only_for={sex="Female"}},
-			{name="Blond Hair 6", file="hair_higher_06", only_for={sex="Female"}},
-			{name="Redhead 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
-			{name="Redhead 6", file="hair_redhead_06", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Dark Hair 1", file="hair_cornac_01"},
+			{name=_t"Dark Hair 2", file="hair_cornac_02"},
+			{name=_t"Dark Hair 3", file="hair_cornac_03"},
+			{name=_t"Dark Hair 4", file="hair_cornac_04", only_for={sex="Female"}},
+			{name=_t"Dark Hair 5", file="hair_cornac_05", only_for={sex="Female"}},
+			{name=_t"Dark Hair 6", file="hair_cornac_06", only_for={sex="Female"}},
+			{name=_t"Blond Hair 1", file="hair_higher_01"},
+			{name=_t"Blond Hair 2", file="hair_higher_02"},
+			{name=_t"Blond Hair 3", file="hair_higher_03"},
+			{name=_t"Blond Hair 4", file="hair_higher_04", only_for={sex="Female"}},
+			{name=_t"Blond Hair 5", file="hair_higher_05", only_for={sex="Female"}},
+			{name=_t"Blond Hair 6", file="hair_higher_06", only_for={sex="Female"}},
+			{name=_t"Redhead 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead 3", file="hair_redhead_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead 4", file="hair_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead 5", file="hair_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
+			{name=_t"Redhead 6", file="hair_redhead_06", unlock="cosmetic_race_human_redhead", only_for={sex="Female"}},
 		},
 		facial_features = {
-			{name="Dark Beard 1", file="beard_cornac_01", only_for={sex="Male"}},
-			{name="Dark Beard 2", file="beard_cornac_02", only_for={sex="Male"}},
-			{name="Dark Beard 3", file="beard_cornac_03", only_for={sex="Male"}},
-			{name="Dark Beard 4", file="beard_cornac_04", only_for={sex="Male"}},
-			{name="Dark Beard 5", file="beard_cornac_05", only_for={sex="Male"}},
-			{name="Blonde Beard 1", file="beard_higher_01", only_for={sex="Male"}},
-			{name="Blonde Beard 2", file="beard_higher_02", only_for={sex="Male"}},
-			{name="Blonde Beard 3", file="beard_higher_03", only_for={sex="Male"}},
-			{name="Blonde Beard 4", file="beard_higher_04", only_for={sex="Male"}},
-			{name="Blonde Beard 5", file="beard_higher_05", only_for={sex="Male"}},
-			{name="Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 3", file="beard_redhead_03", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 4", file="beard_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Beard 5", file="beard_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Dark Mustache 1", file="face_mustache_cornac_01", only_for={sex="Male"}},
-			{name="Dark Mustache 2", file="face_mustache_cornac_02", only_for={sex="Male"}},
-			{name="Blond Mustache 1", file="face_mustache_higher_01", only_for={sex="Male"}},
-			{name="Blond Mustache 2", file="face_mustache_higher_02", only_for={sex="Male"}},
-			{name="Redhead Mustache 1", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
-			{name="Redhead Mustache 2", file="face_mustache_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Dark Beard 1", file="beard_cornac_01", only_for={sex="Male"}},
+			{name=_t"Dark Beard 2", file="beard_cornac_02", only_for={sex="Male"}},
+			{name=_t"Dark Beard 3", file="beard_cornac_03", only_for={sex="Male"}},
+			{name=_t"Dark Beard 4", file="beard_cornac_04", only_for={sex="Male"}},
+			{name=_t"Dark Beard 5", file="beard_cornac_05", only_for={sex="Male"}},
+			{name=_t"Blonde Beard 1", file="beard_higher_01", only_for={sex="Male"}},
+			{name=_t"Blonde Beard 2", file="beard_higher_02", only_for={sex="Male"}},
+			{name=_t"Blonde Beard 3", file="beard_higher_03", only_for={sex="Male"}},
+			{name=_t"Blonde Beard 4", file="beard_higher_04", only_for={sex="Male"}},
+			{name=_t"Blonde Beard 5", file="beard_higher_05", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 3", file="beard_redhead_03", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 4", file="beard_redhead_04", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Beard 5", file="beard_redhead_05", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Dark Mustache 1", file="face_mustache_cornac_01", only_for={sex="Male"}},
+			{name=_t"Dark Mustache 2", file="face_mustache_cornac_02", only_for={sex="Male"}},
+			{name=_t"Blond Mustache 1", file="face_mustache_higher_01", only_for={sex="Male"}},
+			{name=_t"Blond Mustache 2", file="face_mustache_higher_02", only_for={sex="Male"}},
+			{name=_t"Redhead Mustache 1", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
+			{name=_t"Redhead Mustache 2", file="face_mustache_redhead_02", unlock="cosmetic_race_human_redhead", only_for={sex="Male"}},
 		},
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
@@ -143,7 +143,7 @@ newBirthDescriptor
 	talents = {
 		[ActorTalents.T_HIGHER_HEAL]=1,
 	},
-	default_cosmetics = { {"hairs", "Blond Hair 1"} },
+	default_cosmetics = { {"hairs", _t"Blond Hair 1"} },
 	copy = {
 		moddable_tile = "human_#sex#",
 		moddable_tile_base = "base_01.png",
@@ -175,7 +175,7 @@ newBirthDescriptor
 		unused_talents = 1,
 		unused_generics = 1,
 	},
-	default_cosmetics = { {"hairs", "Dark Hair 1"} },
+	default_cosmetics = { {"hairs", _t"Dark Hair 1"} },
 	copy = {
 		moddable_tile = "human_#sex#",
 		moddable_tile_base = "base_01.png",
diff --git a/game/modules/tome/data/birth/races/undead.lua b/game/modules/tome/data/birth/races/undead.lua
index 2e5adf33d2..3c7f89fcee 100644
--- a/game/modules/tome/data/birth/races/undead.lua
+++ b/game/modules/tome/data/birth/races/undead.lua
@@ -70,7 +70,7 @@ newBirthDescriptor{
 
 	cosmetic_options = {
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
@@ -135,44 +135,44 @@ newBirthDescriptor
 
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
-			{name="Skin Color 7", file="base_07"},
-			{name="Skin Color 8", file="base_08"},
-			{name="Skin Color 9", file="base_09"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 7", file="base_07"},
+			{name=_t"Skin Color 8", file="base_08"},
+			{name=_t"Skin Color 9", file="base_09"},
 		},
 		hairs = {
-			{name="Hair 1", file="hair_01"},
-			{name="Hair 2", file="hair_02"},
-			{name="Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="White Hair 1", file="hair_white_01"},
-			{name="White Hair 2", file="hair_white_02"},
+			{name=_t"Hair 1", file="hair_01"},
+			{name=_t"Hair 2", file="hair_02"},
+			{name=_t"Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Hair 1", file="hair_white_01"},
+			{name=_t"White Hair 2", file="hair_white_02"},
 		},
 		facial_features = {
-			{name="Beard 1", file="beard_01"},
-			{name="Beard 2", file="beard_02"},
-			{name="Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="White Beard 1", file="beard_white_01"},
-			{name="White Beard 2", file="beard_white_02"},
-			{name="Alternative Face", file="face_01"},
-			{name="Fangs 1", file="face_fangs_01"},
-			{name="Fangs 2", file="face_fangs_02"},
-			{name="Mustache", file="face_mustache_01"},
-			{name="Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="White Mustache", file="face_mustache_white_01"},
+			{name=_t"Beard 1", file="beard_01"},
+			{name=_t"Beard 2", file="beard_02"},
+			{name=_t"Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Beard 1", file="beard_white_01"},
+			{name=_t"White Beard 2", file="beard_white_02"},
+			{name=_t"Alternative Face", file="face_01"},
+			{name=_t"Fangs 1", file="face_fangs_01"},
+			{name=_t"Fangs 2", file="face_fangs_02"},
+			{name=_t"Mustache", file="face_mustache_01"},
+			{name=_t"Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Mustache", file="face_mustache_white_01"},
 		},
 		tatoos = {
-			{name="Bloodstains", file="tattoo_bloodstains"},
-			{name="Bones", file="tattoo_bones"},
-			{name="Guts", file="tattoo_guts"},
-			{name="Runes 1", file="tattoo_runes_01"},
-			{name="Runes 2", file="tattoo_runes_02"},
+			{name=_t"Bloodstains", file="tattoo_bloodstains"},
+			{name=_t"Bones", file="tattoo_bones"},
+			{name=_t"Guts", file="tattoo_guts"},
+			{name=_t"Runes 1", file="tattoo_runes_01"},
+			{name=_t"Runes 2", file="tattoo_runes_02"},
 		},
 	},
 }
@@ -230,47 +230,47 @@ newBirthDescriptor
 
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
-			{name="Skin Color 7", file="base_07"},
-			{name="Skin Color 8", file="base_08"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 7", file="base_07"},
+			{name=_t"Skin Color 8", file="base_08"},
 		},
 		hairs = {
-			{name="Hair 1", file="hair_01"},
-			{name="Hair 2", file="hair_02"},
-			{name="Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="White Hair 1", file="hair_white_01"},
-			{name="White Hair 2", file="hair_white_02"},
+			{name=_t"Hair 1", file="hair_01"},
+			{name=_t"Hair 2", file="hair_02"},
+			{name=_t"Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Hair 1", file="hair_white_01"},
+			{name=_t"White Hair 2", file="hair_white_02"},
 		},
 		facial_features = {
-			{name="Beard 1", file="beard_01"},
-			{name="Beard 2", file="beard_02"},
-			{name="Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="White Beard 1", file="beard_white_01"},
-			{name="White Beard 2", file="beard_white_02"},
-			{name="Eyes 1", file="face_eyes_01"},
-			{name="Eyes 2", file="face_eyes_02"},
-			{name="Eyes 3", file="face_eyes_03"},
-			{name="Mustache", file="face_mustache_01"},
-			{name="Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="White Mustache", file="face_mustache_white_01"},
-			{name="Teeth 1", file="face_teeth_01"},
-			{name="Teeth 2", file="face_teeth_02"},
+			{name=_t"Beard 1", file="beard_01"},
+			{name=_t"Beard 2", file="beard_02"},
+			{name=_t"Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Beard 1", file="beard_white_01"},
+			{name=_t"White Beard 2", file="beard_white_02"},
+			{name=_t"Eyes 1", file="face_eyes_01"},
+			{name=_t"Eyes 2", file="face_eyes_02"},
+			{name=_t"Eyes 3", file="face_eyes_03"},
+			{name=_t"Mustache", file="face_mustache_01"},
+			{name=_t"Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Mustache", file="face_mustache_white_01"},
+			{name=_t"Teeth 1", file="face_teeth_01"},
+			{name=_t"Teeth 2", file="face_teeth_02"},
 		},
 		tatoos = {
-			{name="Cracks", file="tattoo_cracks"},
-			{name="Guts", file="tattoo_guts"},
-			{name="Iron Bolt", file="tattoo_iron_bolt"},
-			{name="Molds", file="tattoo_mold_01"},
-			{name="Runes 1", file="tattoo_runes_01"},
-			{name="Runes 2", file="tattoo_runes_02"},
-			{name="Rust", file="tattoo_rust_01"},
+			{name=_t"Cracks", file="tattoo_cracks"},
+			{name=_t"Guts", file="tattoo_guts"},
+			{name=_t"Iron Bolt", file="tattoo_iron_bolt"},
+			{name=_t"Molds", file="tattoo_mold_01"},
+			{name=_t"Runes 1", file="tattoo_runes_01"},
+			{name=_t"Runes 2", file="tattoo_runes_02"},
+			{name=_t"Rust", file="tattoo_rust_01"},
 		},
 	},
 }
@@ -295,60 +295,60 @@ newBirthDescriptor
 	},
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_lich_01"},
-			{name="Skin Color 2", file="base_lich_02"},
-			{name="Skin Color 3", file="base_lich_03"},
-			{name="Skin Color 4", file="base_lich_04"},
-			{name="Skin Color 5", file="base_lich_05"},
-			{name="Skin Color 6", file="base_lich_06"},
-			{name="Skin Color 7", file="base_lich_07"},
-			{name="Skin Color 8", file="base_lich_08"},
+			{name=_t"Skin Color 1", file="base_lich_01"},
+			{name=_t"Skin Color 2", file="base_lich_02"},
+			{name=_t"Skin Color 3", file="base_lich_03"},
+			{name=_t"Skin Color 4", file="base_lich_04"},
+			{name=_t"Skin Color 5", file="base_lich_05"},
+			{name=_t"Skin Color 6", file="base_lich_06"},
+			{name=_t"Skin Color 7", file="base_lich_07"},
+			{name=_t"Skin Color 8", file="base_lich_08"},
 		},
 		hairs = {
-			{name="Hair 1", file="hair_01"},
-			{name="Hair 2", file="hair_02"},
-			{name="Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="White Hair 1", file="hair_white_01"},
-			{name="White Hair 2", file="hair_white_02"},
+			{name=_t"Hair 1", file="hair_01"},
+			{name=_t"Hair 2", file="hair_02"},
+			{name=_t"Redhead Hair 1", file="hair_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Hair 2", file="hair_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Hair 1", file="hair_white_01"},
+			{name=_t"White Hair 2", file="hair_white_02"},
 		},
 		facial_features = {
-			{name="Beard 1", file="beard_01"},
-			{name="Beard 2", file="beard_02"},
-			{name="Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead"},
-			{name="White Beard 1", file="beard_white_01"},
-			{name="White Beard 2", file="beard_white_02"},
-			{name="Eyes 1", file="face_eyes_01"},
-			{name="Eyes 2", file="face_eyes_02"},
-			{name="Eyes 3", file="face_eyes_03"},
-			{name="Mustache", file="face_mustache_01"},
-			{name="Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead"},
-			{name="White Mustache", file="face_mustache_white_01"},
-			{name="Teeth 1", file="face_teeth_01"},
-			{name="Teeth 2", file="face_teeth_02"},
-			{name="Lich Eyes 1", file="face_lich_eyes_01"},
-			{name="Lich Eyes 2", file="face_lich_eyes_02"},
-			{name="Lich Eyes 3", file="face_lich_eyes_03"},
-			{name="Lich Regalia 1", file="face_lich_regalia_01"},
-			{name="Lich Regalia 2", file="face_lich_regalia_02"},
-			{name="Lich Regalia 3", file="face_lich_regalia_03"},
-			{name="Lich Regalia 4", file="face_lich_regalia_04"},
-			{name="Lich Regalia 5", file="face_lich_regalia_05"},
-			{name="Lich Regalia 6", file="face_lich_regalia_06"},
-			{name="Lich Regalia 7", file="face_lich_regalia_07"},
-			{name="Lich Regalia 8", file="face_lich_regalia_08"},
-			{name="Lich Regalia 9", file="face_lich_regalia_09"},
-			{name="Lich Regalia 10", file="face_lich_regalia_10"},
+			{name=_t"Beard 1", file="beard_01"},
+			{name=_t"Beard 2", file="beard_02"},
+			{name=_t"Redhead Beard 1", file="beard_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redhead Beard 2", file="beard_redhead_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Beard 1", file="beard_white_01"},
+			{name=_t"White Beard 2", file="beard_white_02"},
+			{name=_t"Eyes 1", file="face_eyes_01"},
+			{name=_t"Eyes 2", file="face_eyes_02"},
+			{name=_t"Eyes 3", file="face_eyes_03"},
+			{name=_t"Mustache", file="face_mustache_01"},
+			{name=_t"Redhead Mustache", file="face_mustache_redhead_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"White Mustache", file="face_mustache_white_01"},
+			{name=_t"Teeth 1", file="face_teeth_01"},
+			{name=_t"Teeth 2", file="face_teeth_02"},
+			{name=_t"Lich Eyes 1", file="face_lich_eyes_01"},
+			{name=_t"Lich Eyes 2", file="face_lich_eyes_02"},
+			{name=_t"Lich Eyes 3", file="face_lich_eyes_03"},
+			{name=_t"Lich Regalia 1", file="face_lich_regalia_01"},
+			{name=_t"Lich Regalia 2", file="face_lich_regalia_02"},
+			{name=_t"Lich Regalia 3", file="face_lich_regalia_03"},
+			{name=_t"Lich Regalia 4", file="face_lich_regalia_04"},
+			{name=_t"Lich Regalia 5", file="face_lich_regalia_05"},
+			{name=_t"Lich Regalia 6", file="face_lich_regalia_06"},
+			{name=_t"Lich Regalia 7", file="face_lich_regalia_07"},
+			{name=_t"Lich Regalia 8", file="face_lich_regalia_08"},
+			{name=_t"Lich Regalia 9", file="face_lich_regalia_09"},
+			{name=_t"Lich Regalia 10", file="face_lich_regalia_10"},
 		},
 		tatoos = {
-			{name="Cracks", file="tattoo_cracks"},
-			{name="Guts", file="tattoo_guts"},
-			{name="Iron Bolt", file="tattoo_iron_bolt"},
-			{name="Molds", file="tattoo_mold_01"},
-			{name="Runes 1", file="tattoo_runes_01"},
-			{name="Runes 2", file="tattoo_runes_02"},
-			{name="Rust", file="tattoo_rust_01"},
+			{name=_t"Cracks", file="tattoo_cracks"},
+			{name=_t"Guts", file="tattoo_guts"},
+			{name=_t"Iron Bolt", file="tattoo_iron_bolt"},
+			{name=_t"Molds", file="tattoo_mold_01"},
+			{name=_t"Runes 1", file="tattoo_runes_01"},
+			{name=_t"Runes 2", file="tattoo_runes_02"},
+			{name=_t"Rust", file="tattoo_rust_01"},
 		},
 	},
 }
diff --git a/game/modules/tome/data/birth/races/yeek.lua b/game/modules/tome/data/birth/races/yeek.lua
index 707838f932..1d86c1578b 100644
--- a/game/modules/tome/data/birth/races/yeek.lua
+++ b/game/modules/tome/data/birth/races/yeek.lua
@@ -62,65 +62,65 @@ newBirthDescriptor{
 
 	cosmetic_options = {
 		skin = {
-			{name="Skin Color 1", file="base_01"},
-			{name="Skin Color 2", file="base_02"},
-			{name="Skin Color 3", file="base_03"},
-			{name="Skin Color 4", file="base_04"},
-			{name="Skin Color 5", file="base_05"},
-			{name="Skin Color 6", file="base_06"},
-			{name="Skin Color 7", file="base_07"},
-			{name="Skin Color 8", file="base_08"},
-			{name="Skin Color 9", file="base_09"},
-			{name="Skin Color 10", file="base_10"},
+			{name=_t"Skin Color 1", file="base_01"},
+			{name=_t"Skin Color 2", file="base_02"},
+			{name=_t"Skin Color 3", file="base_03"},
+			{name=_t"Skin Color 4", file="base_04"},
+			{name=_t"Skin Color 5", file="base_05"},
+			{name=_t"Skin Color 6", file="base_06"},
+			{name=_t"Skin Color 7", file="base_07"},
+			{name=_t"Skin Color 8", file="base_08"},
+			{name=_t"Skin Color 9", file="base_09"},
+			{name=_t"Skin Color 10", file="base_10"},
 		},
 		hairs = {
-			{name="Hair 1", file="hair_01"},
-			{name="Hair 2", file="hair_02"},
-			{name="Hair 3", file="hair_03"},
-			{name="Hair 4", file="hair_04"},
-			{name="Hair 5", file="hair_05"},
-			{name="Redfur Hair 1", file="hair_redfur_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Hair 2", file="hair_redfur_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Hair 3", file="hair_redfur_03", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Hair 4", file="hair_redfur_04", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Hair 5", file="hair_redfur_05", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Hair 1", file="hair_01"},
+			{name=_t"Hair 2", file="hair_02"},
+			{name=_t"Hair 3", file="hair_03"},
+			{name=_t"Hair 4", file="hair_04"},
+			{name=_t"Hair 5", file="hair_05"},
+			{name=_t"Redfur Hair 1", file="hair_redfur_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Hair 2", file="hair_redfur_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Hair 3", file="hair_redfur_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Hair 4", file="hair_redfur_04", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Hair 5", file="hair_redfur_05", unlock="cosmetic_race_human_redhead"},
 		},
 		facial_features = {
-			{name="Beard 1", file="beard_01"},
-			{name="Beard 2", file="beard_02"},
-			{name="Beard 3", file="beard_03"},
-			{name="Redfur Beard 1", file="beard_redfur_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Beard 2", file="beard_redfur_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Beard 3", file="beard_redfur_03", unlock="cosmetic_race_human_redhead"},
-			{name="Eyes 1", file="face_eyes_01"},
-			{name="Eyes 2", file="face_eyes_02"},
-			{name="Eyes 3", file="face_eyes_03"},
-			{name="Eyes 4", file="face_eyes_04"},
-			{name="Eyes 5", file="face_eyes_05"},
-			{name="Eyes 6", file="face_eyes_06"},
-			{name="Eyes 7", file="face_eyes_07"},
-			{name="Eyes 8", file="face_eyes_08"},
-			{name="Eyes 9", file="face_eyes_09"},
-			{name="Eyes 10", file="face_eyes_10"},
-			{name="Eyes 11", file="face_eyes_11"},
-			{name="Eyes 12", file="face_eyes_12"},
-			{name="Eyes 13", file="face_eyes_13"},
-			{name="Mustache 1", file="face_mustache_01"},
-			{name="Mustache 2", file="face_mustache_02"},
-			{name="Mustache 3", file="face_mustache_03"},
-			{name="Redfur Mustache 1", file="face_mustache_redfur_01", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Mustache 2", file="face_mustache_redfur_02", unlock="cosmetic_race_human_redhead"},
-			{name="Redfur Mustache 3", file="face_mustache_redfur_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Beard 1", file="beard_01"},
+			{name=_t"Beard 2", file="beard_02"},
+			{name=_t"Beard 3", file="beard_03"},
+			{name=_t"Redfur Beard 1", file="beard_redfur_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Beard 2", file="beard_redfur_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Beard 3", file="beard_redfur_03", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Eyes 1", file="face_eyes_01"},
+			{name=_t"Eyes 2", file="face_eyes_02"},
+			{name=_t"Eyes 3", file="face_eyes_03"},
+			{name=_t"Eyes 4", file="face_eyes_04"},
+			{name=_t"Eyes 5", file="face_eyes_05"},
+			{name=_t"Eyes 6", file="face_eyes_06"},
+			{name=_t"Eyes 7", file="face_eyes_07"},
+			{name=_t"Eyes 8", file="face_eyes_08"},
+			{name=_t"Eyes 9", file="face_eyes_09"},
+			{name=_t"Eyes 10", file="face_eyes_10"},
+			{name=_t"Eyes 11", file="face_eyes_11"},
+			{name=_t"Eyes 12", file="face_eyes_12"},
+			{name=_t"Eyes 13", file="face_eyes_13"},
+			{name=_t"Mustache 1", file="face_mustache_01"},
+			{name=_t"Mustache 2", file="face_mustache_02"},
+			{name=_t"Mustache 3", file="face_mustache_03"},
+			{name=_t"Redfur Mustache 1", file="face_mustache_redfur_01", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Mustache 2", file="face_mustache_redfur_02", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Redfur Mustache 3", file="face_mustache_redfur_03", unlock="cosmetic_race_human_redhead"},
 		},
 		tatoos = {
-			{name="Bodypaint 1", file="tattoo_bodypaint_01"},
-			{name="Bodypaint 2", file="tattoo_bodypaint_02"},
-			{name="Tatoos 1", file="tattoo_pattern_01"},
-			{name="Tatoos 2", file="tattoo_pattern_02"},
-			{name="Redfur", file="tattoo_redfur", unlock="cosmetic_race_human_redhead"},
+			{name=_t"Bodypaint 1", file="tattoo_bodypaint_01"},
+			{name=_t"Bodypaint 2", file="tattoo_bodypaint_02"},
+			{name=_t"Tatoos 1", file="tattoo_pattern_01"},
+			{name=_t"Tatoos 2", file="tattoo_pattern_02"},
+			{name=_t"Redfur", file="tattoo_redfur", unlock="cosmetic_race_human_redhead"},
 		},
 		special = {
-			{name="Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
+			{name=_t"Bikini / Mankini", birth_only=true, on_actor=function(actor, birther, last)
 				if not last then local o = birther.obj_list_by_name[birther.descriptors_by_type.sex == 'Female' and 'Bikini' or 'Mankini'] if not o then print("No bikini/mankini found!") return end actor:getInven(actor.INVEN_BODY)[1] = o:cloneFull() actor.moddable_tile_nude = 1
 				else actor:registerOnBirthForceWear(birther.descriptors_by_type.sex == 'Female' and "FUN_BIKINI" or "FUN_MANKINI") end
 			end},
diff --git a/game/modules/tome/data/chats/alchemist-hermit.lua b/game/modules/tome/data/chats/alchemist-hermit.lua
index fcd4326fbc..2368648533 100644
--- a/game/modules/tome/data/chats/alchemist-hermit.lua
+++ b/game/modules/tome/data/chats/alchemist-hermit.lua
@@ -234,19 +234,19 @@ newChat{ id="welcome",
 I LIVE WAY THE HELL OUT HERE FOR A REASON, YOU PIECE OF... OH. IT'S YOU.]],
 	answers = {
 		-- If not the final elixir:
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[1].cap_name), jump="complete",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[1].name):upper()), jump="complete",
 			cond = function(npc, player) return turn_in(npc, player, 1) end,
 			action = function(npc, player)
 				q:on_turnin(player, alch_picked, e_picked, false)
 			end,
 		},
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[2].cap_name), jump="complete",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[2].name):upper()), jump="complete",
 			cond = function(npc, player) return turn_in(npc, player, 2) end,
 			action = function(npc, player)
 				q:on_turnin(player, alch_picked, e_picked, false)
 			end,
 		},
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[3].cap_name), jump="complete",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[3].name):upper()), jump="complete",
 			cond = function(npc, player) return turn_in(npc, player, 3) end,
 			action = function(npc, player)
 				q:on_turnin(player, alch_picked, e_picked, false)
@@ -254,24 +254,24 @@ I LIVE WAY THE HELL OUT HERE FOR A REASON, YOU PIECE OF... OH. IT'S YOU.]],
 		},
 
 		-- If the final elixir:
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[1].cap_name), jump="totally-complete",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[1].name):upper()), jump="totally-complete",
 			cond = function(npc, player) return turn_in_final(npc, player, 1) end,
 		},
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[2].cap_name), jump="totally-complete",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[2].name):upper()), jump="totally-complete",
 			cond = function(npc, player) return turn_in_final(npc, player, 2) end,
 		},
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[3].cap_name), jump="totally-complete",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[3].name):upper()), jump="totally-complete",
 			cond = function(npc, player) return turn_in_final(npc, player, 3) end,
 		},
 
 		-- If the elixir got made while you were out:
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[1].cap_name), jump="poached",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[1].name):upper()), jump="poached",
 			cond = function(npc, player) return turn_in_poached(npc, player, 1) end,
 		},
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[2].cap_name), jump="poached",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[2].name):upper()), jump="poached",
 			cond = function(npc, player) return turn_in_poached(npc, player, 2) end,
 		},
-		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(e[3].cap_name), jump="poached",
+		{("I'VE RETURNED WITH THE INGREDIENTS FOR THE %s."):tformat(_t(e[3].name):upper()), jump="poached",
 			cond = function(npc, player) return turn_in_poached(npc, player, 3) end,
 		},
 
diff --git a/game/modules/tome/data/chats/escort-quest-start.lua b/game/modules/tome/data/chats/escort-quest-start.lua
index c536b957cf..7f97ed6f7e 100644
--- a/game/modules/tome/data/chats/escort-quest-start.lua
+++ b/game/modules/tome/data/chats/escort-quest-start.lua
@@ -30,7 +30,7 @@ newChat{ id="welcome",
 			game.party:addMember(npc, {
 				control="order",
 				type="escort",
-				title="Escort",
+				title=_t"Escort",
 				orders = {escort_portal=true, escort_rest=true},
 			})
 		end},
@@ -57,7 +57,7 @@ newChat{ id="welcome",
 			game.party:addMember(npc, {
 				control="order",
 				type="escort",
-				title="Escort",
+				title=_t"Escort",
 				orders = {escort_portal=true, escort_rest=true},
 			})
 		end},
@@ -67,7 +67,7 @@ newChat{ id="welcome",
 			game.party:addMember(npc, {
 				control="order",
 				type="escort",
-				title="Escort",
+				title=_t"Escort",
 				orders = {escort_portal=true, escort_rest=true},
 			})
 		end},
@@ -92,7 +92,7 @@ newChat{ id="welcome",
 			game.party:addMember(npc, {
 				control="order",
 				type="escort",
-				title="Escort",
+				title=_t"Escort",
 				orders = {escort_portal=true, escort_rest=true},
 			})
 		end},
diff --git a/game/modules/tome/data/chats/escort-quest.lua b/game/modules/tome/data/chats/escort-quest.lua
index c63374bd17..360cc6a78e 100644
--- a/game/modules/tome/data/chats/escort-quest.lua
+++ b/game/modules/tome/data/chats/escort-quest.lua
@@ -218,7 +218,7 @@ if quest.to_zigur and reward.antimagic then reward = reward.antimagic reward.is_
 
 game.player:registerEscorts(quest.to_zigur and "zigur" or "saved")
 
-local saves_name = { mental="mental", spell="spell", phys="physical"}
+local saves_name = { mental=_t"mental", spell=_t"spell", phys=_t"physical"}
 local saves_tooltips = { mental="MENTAL", spell="SPELL", phys="PHYS"}
 
 local function generate_rewards()
diff --git a/game/modules/tome/data/chats/last-hope-lost-merchant.lua b/game/modules/tome/data/chats/last-hope-lost-merchant.lua
index 572a0b0d60..6188005fb3 100644
--- a/game/modules/tome/data/chats/last-hope-lost-merchant.lua
+++ b/game/modules/tome/data/chats/last-hope-lost-merchant.lua
@@ -128,14 +128,14 @@ local maker_list = function()
 			"voratun amulet",
 			"dwarven lantern",
 			"voratun pickaxe",
-			{"dragonbone wand", "dragonbone wand"},
-			{"dragonbone totem", "dragonbone totem"},
-			{"voratun torque", "voratun torque"},
+			{"dragonbone wand", _t"dragonbone wand"},
+			{"dragonbone totem", _t"dragonbone totem"},
+			{"voratun torque", _t"voratun torque"},
 		},
 	}
 	local l = {{_t"I've changed my mind.", jump = "welcome"}}
 	for kind, bases in pairs(mainbases) do
-		l[#l+1] = {kind:capitalize(), action=function(npc, player)
+		l[#l+1] = {_t(kind):capitalize(), action=function(npc, player)
 			local l = {{_t"I've changed my mind.", jump = "welcome"}}
 			newChat{ id="makereal",
 				text = _t[[Which kind of item would you like ?]],
diff --git a/game/modules/tome/data/chats/message-last-hope.lua b/game/modules/tome/data/chats/message-last-hope.lua
index 428b6fd18b..75b108fda4 100644
--- a/game/modules/tome/data/chats/message-last-hope.lua
+++ b/game/modules/tome/data/chats/message-last-hope.lua
@@ -24,7 +24,7 @@ But enough talk; take this message. I must go now.
 #LIGHT_GREEN#He gives you a sealed scroll and vanishes into the shadows.#LAST#]],
 	answers = {
 		{_t"Thank you for your courage.", action=function(npc, player)
-			local o, item, inven_id = npc:findInAllInventories("Sealed Scroll of Last Hope")
+			local o, item, inven_id = npc:findInAllInventories("Sealed Scroll of Last Hope", {raw_name=true})
 			if o then
 				npc:removeObject(inven_id, item, true)
 				player:addObject(player.INVEN_INVEN, o)
diff --git a/game/modules/tome/data/chats/tannen.lua b/game/modules/tome/data/chats/tannen.lua
index 018864cd39..82cc026f97 100644
--- a/game/modules/tome/data/chats/tannen.lua
+++ b/game/modules/tome/data/chats/tannen.lua
@@ -22,8 +22,8 @@ local function check_materials_gave_orb(npc, player)
 	if not q or not q:isCompleted("gotoreknor") or not q:isCompleted("gave-orb") then return false end
 
 	--I18N-TODO it should be done in a i18n-friendly style
-	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond")
-	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame")
+	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond", {raw_name=true})
+	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame", {raw_name=true})
 	return gem_o and athame_o
 end
 
@@ -32,8 +32,8 @@ local function check_materials_withheld_orb(npc, player)
 	if not q or not q:isCompleted("gotoreknor") or not q:isCompleted("withheld-orb") then return false end
 	
 	--I18N-TODO it should be done in a i18n-friendly style
-	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond")
-	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame")
+	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond", {raw_name=true})
+	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame", {raw_name=true})
 	return gem_o and athame_o
 end
 
diff --git a/game/modules/tome/data/chats/zemekkys.lua b/game/modules/tome/data/chats/zemekkys.lua
index 2d6b56d133..c0b9218730 100644
--- a/game/modules/tome/data/chats/zemekkys.lua
+++ b/game/modules/tome/data/chats/zemekkys.lua
@@ -19,11 +19,11 @@
 
 --I18N-TODO it should be done in a i18n-friendly style
 local function remove_materials(npc, player)
-	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond")
+	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond", {raw_name=true})
 	player:removeObject(gem_inven_id, gem_item, false)
 	gem_o:removed()
 
-	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame")
+	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame", {raw_name=true})
 	player:removeObject(athame_inven_id, athame_item, false)
 	athame_o:removed()
 
@@ -31,8 +31,8 @@ local function remove_materials(npc, player)
 end
 
 local function check_materials(npc, player)
-	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond")
-	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame")
+	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond", {raw_name=true})
+	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame", {raw_name=true})
 	return gem_o and athame_o and player.money >= 100
 end
 
diff --git a/game/modules/tome/data/chats/zigur-mindstar-store.lua b/game/modules/tome/data/chats/zigur-mindstar-store.lua
index 57a8bb8910..9587e3ad4a 100644
--- a/game/modules/tome/data/chats/zigur-mindstar-store.lua
+++ b/game/modules/tome/data/chats/zigur-mindstar-store.lua
@@ -66,7 +66,7 @@ newChat{ id="training",
 			player:incMoney(-750)
 			player:learnTalentType("wild-gift/mindstar-mastery", true)
 			player:setTalentTypeMastery("wild-gift/mindstar-mastery", player:getTalentTypeMastery("wild-gift/mindstar-mastery") + 0.2)
-			game.logPlayer(player, ("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s."):format(player:getTalentTypeMastery("wild-gift/mindstar-mastery")>1 and ", and teaches you enhanced mental discipline needed to maintain powerful energy fields" or ""))
+			game.logPlayer(player, ("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s."):tformat(player:getTalentTypeMastery("wild-gift/mindstar-mastery")>1 and _t", and teaches you enhanced mental discipline needed to maintain powerful energy fields" or ""))
 			player.changed = true
 		end, cond=function(npc, player)
 			if player.money < 750 then return end
diff --git a/game/modules/tome/data/damage_types.lua b/game/modules/tome/data/damage_types.lua
index bff4ce58c0..fbf7594b82 100644
--- a/game/modules/tome/data/damage_types.lua
+++ b/game/modules/tome/data/damage_types.lua
@@ -199,7 +199,7 @@ setDefaultProjector(function(src, x, y, type, dam, state)
 			local e = target.tempeffect_def[target.EFF_WARD]
 			dam = e.absorb(type, dam, target.tmp[target.EFF_WARD], target, src)
 			if dam ~= lastdam then
-				game:delayedLogDamage(src, target, 0, ("%s(%d warded)#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false)
+				game:delayedLogDamage(src, target, 0, ("%s(%d warded)#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false)
 			end
 		end
 
@@ -290,13 +290,13 @@ setDefaultProjector(function(src, x, y, type, dam, state)
 			eff.hp = eff.hp - dam
 			local srcname = src.x and src.y and game.level.map.seens(src.x, src.y) and src.name:capitalize() or _t"Something"
 			if eff.hp < 0 and not eff.begone then
-				game.logSeen(src, "%s forces the iceblock to shatter.", src.name:capitalize())
+				game.logSeen(src, "%s forces the iceblock to shatter.", src:getName():capitalize())
 				game:onTickEnd(function() src:removeEffect(src.EFF_FROZEN) end)
 				eff.begone = game.turn
 			else
 				game:delayedLogDamage(src, eff.ice, dam, ("%s%d %s#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", math.ceil(dam), DamageType:get(type).name))
 				if eff.begone and eff.begone < game.turn and eff.hp < 0 then
-					game.logSeen(src, "%s forces the iceblock to shatter.", src.name:capitalize())
+					game.logSeen(src, "%s forces the iceblock to shatter.", src:getName():capitalize())
 					src:removeEffect(src.EFF_FROZEN)
 				end
 			end
@@ -396,7 +396,7 @@ setDefaultProjector(function(src, x, y, type, dam, state)
 			dam = t.cs_on_damage(target, t, type, dam)
 		end
 		if dam ~= lastdam then
-			game:delayedLogDamage(src, target, 0, ("%s(%d to psi shield)#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false)
+			game:delayedLogDamage(src, target, 0, ("%s(%d to psi shield)#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false)
 		end
 
 		-- Block talent from shields
@@ -404,13 +404,13 @@ setDefaultProjector(function(src, x, y, type, dam, state)
 			local e = target.tempeffect_def[target.EFF_BLOCKING]
 			lastdam = dam
 			dam = e.do_block(type, dam, target.tmp[target.EFF_BLOCKING], target, src)
-			if lastdam - dam > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d blocked)#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false) end
+			if lastdam - dam > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d blocked)#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false) end
 		end
 		if dam > 0 and target.isTalentActive and target:isTalentActive(target.T_FORGE_SHIELD) then
 			local t = target:getTalentFromId(target.T_FORGE_SHIELD)
 			lastdam = dam
 			dam = t.doForgeShield(type, dam, t, target, src)
-			if lastdam - dam > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d blocked)#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false) end
+			if lastdam - dam > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d blocked)#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#", lastdam-dam), false) end
 		end
 
 		--Vim based defence
@@ -425,13 +425,13 @@ setDefaultProjector(function(src, x, y, type, dam, state)
 			local t = target:getTalentFromId(target.T_ANTIMAGIC_SHIELD)
 			lastdam = dam
 			dam = t.on_damage(target, t, type, dam, src)
-			if lastdam - dam  > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d antimagic)#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", lastdam - dam), false) end
+			if lastdam - dam  > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d antimagic)#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#", lastdam - dam), false) end
 		end
 
 		-- Flat damage reduction ("armour")
 		if dam > 0 and target.flat_damage_armor then
 			local dec = math.min(dam, target:combatGetFlatResist(type))
-			if dec > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d flat reduction)#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", dec), false) end
+			if dec > 0 then game:delayedLogDamage(src, target, 0, ("%s(%d flat reduction)#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#", dec), false) end
 			dam = math.max(0, dam - dec)
 			print("[PROJECTOR] after flat damage armor", dam)
 		end
@@ -509,7 +509,7 @@ setDefaultProjector(function(src, x, y, type, dam, state)
 			if target.flat_damage_cap[type] then cap = target.flat_damage_cap[type] end
 			if cap and cap > 0 then
 				local ignored = math.max(0, dam - cap * target.max_life / 100)
-				if ignored > 0 then game:delayedLogDamage(src, target, 0, ("#LIGHT_GREY#(%d resilience)#LAST#"):format(ignored), false) end
+				if ignored > 0 then game:delayedLogDamage(src, target, 0, ("#LIGHT_GREY#(%d resilience)#LAST#"):tformat(ignored), false) end
 				dam = dam - ignored
 				print("[PROJECTOR] after flat damage cap", dam)
 			end
@@ -594,7 +594,7 @@ setDefaultProjector(function(src, x, y, type, dam, state)
 		-- damage affinity healing
 		if not target.dead and affinity_heal > 0 then
 			target:heal(affinity_heal, src)
-			game:delayedLogMessage(target, nil, "Affinity"..type, "#Source##LIGHT_GREEN# HEALS#LAST# from "..(DamageType:get(type).text_color or "#aaaaaa#")..DamageType:get(type).name.."#LAST# damage!")
+			game:delayedLogMessage(target, nil, "Affinity"..type, ("#Source##LIGHT_GREEN# HEALS#LAST# from %s %s #LAST# damage!"):tformat(DamageType:get(type).text_color or "#aaaaaa#", DamageType:get(type).name))
 		end
 
 		if dam > 0 and src.damage_log and src.damage_log.weapon then
@@ -1453,9 +1453,9 @@ newDamageType{
 			local sx, sy = game.level.map:getTileToScreen(x, y, true)
 			if target:canBe("stun") then
 				target:setEffect(target.EFF_FROZEN, dam.dur, {hp=dam.hp * 1.5, apply_power=math.max(src:combatSpellpower(), src:combatMindpower()), min_dur=1})
-				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, "Frozen!", {0,255,155})
+				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, _t"Frozen!", {0,255,155})
 			else
-				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, "Resist!", {0,255,155})
+				game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, _t"Resist!", {0,255,155})
 				game.logSeen(target, "%s resists!", target:getName():capitalize())
 			end
 		end
@@ -1934,7 +1934,7 @@ newDamageType{
 					if src.turn_procs then src.turn_procs.has_dug = (src.turn_procs.has_dug or 0) + 1 end
 					game.nicer_tiles:updateAround(game.level, x, y)
 					if not silence then
-						game.logSeen({x=x,y=y}, "%s turns into %s.", feat.name:capitalize(), newfeat.name)
+						game.logSeen({x=x,y=y}, "%s turns into %s.", _t(feat.name):capitalize(), _t(newfeat.name))
 					end
 				end
 			end
@@ -2099,7 +2099,7 @@ newDamageType{
 		end
 		local val = src and math.floor(src:combatStatScale(src:combatMindpower(), 1, 35))+5 or 0
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to reduce damage dealt by #YELLOW#%d%%#LAST#%s")
-			:format(dam, val, parens)
+			:tformat(dam, val, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2131,7 +2131,7 @@ newDamageType{
 		end
 		local val = src and math.floor(src:combatStatScale(src:combatMindpower(), 1, 45))+5 or 0
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to reduce all saves and defense by #YELLOW#%d#LAST#%s")
-			:format(dam, val, parens)
+			:tformat(dam, val, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2162,7 +2162,7 @@ newDamageType{
 			end
 		end
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to gain 10%% of a turn (3/turn limit)%s")
-			:format(dam, parens)
+			:tformat(dam, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2170,7 +2170,7 @@ newDamageType{
 		local target = game.level.map(x, y, Map.ACTOR)
 		if target and src and src.name and rng.percent(dam) then
 			if src.turn_procs and src.turn_procs.item_temporal_energize and src.turn_procs.item_temporal_energize > 3 then
-				game.logSeen(src, "#LIGHT_STEEL_BLUE#%s can't gain any more energy this turn! ", src.name:capitalize())
+				game.logSeen(src, "#LIGHT_STEEL_BLUE#%s can't gain any more energy this turn! ", src:getName():capitalize())
 				return
 			end
 			local energy = (game.energy_to_act * 0.1)
@@ -2195,7 +2195,7 @@ newDamageType{
 		end
 		local val = src and src:combatStatScale(src:combatSpellpower(), 10, 45)+5 or 0
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to reduce armor by #VIOLET#%d%%#LAST#%s")
-			:format(dam, val, parens)
+			:tformat(dam, val, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2226,7 +2226,7 @@ newDamageType{
 		end
 		local val = src and math.floor(src:combatStatScale(src:combatSpellpower(), 1, 35))+5 or 0
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to reduce strength, dexterity, and constitution by #VIOLET#%d#LAST#%s")
-			:format(dam, val, parens )
+			:tformat(dam, val, parens )
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2258,7 +2258,7 @@ newDamageType{
 			end
 		end
 		return ("* #DARK_ORCHID#%d arcane resource#LAST# burn%s")
-			:format(dam or 0, parens)
+			:tformat(dam or 0, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2286,7 +2286,7 @@ newDamageType{
 		end
 		local val = src and math.floor(src:combatStatScale(src:combatMindpower(), 20, 70))+10 or 0
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to slow global speed by #YELLOW#%d%%#LAST#%s")
-			:format(dam or 0, val, parens)
+			:tformat(dam or 0, val, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2318,7 +2318,7 @@ newDamageType{
 			end
 		end
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to #ORCHID#reduce effective powers#LAST# by %d%%%s")
-			:format(dam, 20, parens)
+			:tformat(dam, 20, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2347,7 +2347,7 @@ newDamageType{
 			end
 		end
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to #ROYAL_BLUE#daze#LAST# at end of turn%s")
-			:format(dam, parens)
+			:tformat(dam, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2379,7 +2379,7 @@ newDamageType{
 			end
 		end
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to #YELLOW#blind#LAST#%s")
-			:format(dam, parens)
+			:tformat(dam, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2413,7 +2413,7 @@ newDamageType{
 			end
 		end
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to cause #YELLOW#random gloom#LAST#%s")
-			:format(dam, parens)
+			:tformat(dam, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -2926,7 +2926,7 @@ newDamageType{
 				if newfeat then
 					game.level.map(x, y, Map.TERRAIN, newfeat)
 					if not silence then
-						game.logSeen({x=x,y=y}, "%s turns into %s.", feat.name:capitalize(), (newfeat or game.zone.grid_list[newfeat_name]).name)
+						game.logSeen({x=x,y=y}, "%s turns into %s.", _t(feat.name):capitalize(), (_t(newfeat) or _t(game.zone.grid_list[newfeat_name]).name))
 					end
 				end
 			end
@@ -3390,11 +3390,11 @@ newDamageType{
 		if not target then return end
 		if game.party:hasMember(src) and game.party:findMember{type="garkul spirit"} then return end
 		if not rng.percent(dam) then
-			game:delayedLogDamage(src, target, 0, ("%s<%d%%%% orc summon chance>#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#", dam), false)
+			game:delayedLogDamage(src, target, 0, ("%s<%d%%%% orc summon chance>#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#", dam), false)
 			return
 		end
 
-		game:delayedLogDamage(src, target, 0, ("%s<orc summon>#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#"), false)
+		game:delayedLogDamage(src, target, 0, ("%s<orc summon>#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#"), false)
 
 		-- Find space
 		local x, y = util.findFreeGrid(src.x, src.y, 5, true, {[engine.Map.ACTOR]=true})
@@ -3418,7 +3418,7 @@ newDamageType{
 			ai = "summoned", ai_real = "dumb_talented_simple", ai_state = { ai_move="move_complex", talent_in=2, },
 			stats = { str=20, dex=8, mag=6, con=16 },
 			name = _t"orc spirit", color=colors.SALMON, image = "npc/humanoid_orc_orc_berserker.png",
-			desc = [[An orc clad in massive armour, wielding a huge axe.]],
+			desc=_t[[An orc clad in massive armour, wielding a huge axe.]],
 			level_range = {35, nil}, exp_worth = 0,
 			max_life = resolvers.rngavg(110,120), life_rating = 12,
 			resolvers.equip{
@@ -3446,7 +3446,7 @@ newDamageType{
 		orc:forceLevelup(src.level)
 
 		orc.remove_from_party_on_death = true
-		game.party:addMember(orc, {control="no", type="garkul spirit", title="Garkul Spirit"})
+		game.party:addMember(orc, {control="no", type="garkul spirit", title=_t"Garkul Spirit"})
 		orc:setTarget(target)
 	end,
 }
@@ -3954,7 +3954,7 @@ newDamageType{
 			end
 		end
 		return ("* #LIGHT_GREEN#%d%%#LAST# chance to cause #GREEN#random blight#LAST#%s")
-			:format(dam, parens)
+			:tformat(dam, parens)
 	end,
 	projector = function(src, x, y, type, dam, state)
 		state = initState(state)
@@ -4027,7 +4027,7 @@ newDamageType{
 		useImplicitCrit(src, state)
 		local target = game.level.map(x, y, Map.ACTOR)
 		if target and target:canSee(src) then
-			game:delayedLogDamage(src, target, 0, ("%s<terror chance>#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#"), false)
+			game:delayedLogDamage(src, target, 0, ("%s<terror chance>#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#"), false)
 			if not src:checkHit(src:combatAttack(), target:combatMentalResist()) then return end
 			local effect = rng.range(1, 3)
 			if effect == 1 then
@@ -4088,7 +4088,7 @@ newDamageType{
 		useImplicitCrit(src, state)
 		local target = game.level.map(x, y, Map.ACTOR)
 		if target then
-			game:delayedLogDamage(src, target, 0, ("%s<blinding powder>#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#"), false)
+			game:delayedLogDamage(src, target, 0, ("%s<blinding powder>#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#"), false)
 			if not src:checkHit(src:combatAttack(), target:combatPhysicalResist()) then return end
 
 			if target:canBe("blind") then
@@ -4109,7 +4109,7 @@ newDamageType{
 		useImplicitCrit(src, state)
 		local target = game.level.map(x, y, Map.ACTOR)
 		if target and src:reactionToward(target) < 0 then
-			game:delayedLogDamage(src, target, 0, ("%s<smoke>#LAST#"):format(DamageType:get(type).text_color or "#aaaaaa#"), false)
+			game:delayedLogDamage(src, target, 0, ("%s<smoke>#LAST#"):tformat(DamageType:get(type).text_color or "#aaaaaa#"), false)
 			if target:canBe("blind") then
 				target:setEffect(target.EFF_DIM_VISION, 2, {sight=dam.dam, apply_power=src:combatAttack(), no_ct_effect=true})
 			else
diff --git a/game/modules/tome/data/general/encounters/maj-eyal.lua b/game/modules/tome/data/general/encounters/maj-eyal.lua
index 47429bc23f..37d7cb6749 100644
--- a/game/modules/tome/data/general/encounters/maj-eyal.lua
+++ b/game/modules/tome/data/general/encounters/maj-eyal.lua
@@ -102,7 +102,7 @@ newEntity{
 		game.paused = true
 		who:runStop()
 		local Chat = require "engine.Chat"
-		local chat = Chat.new("sage-kitty", mod.class.NPC.new{name="Lost Kitty", image="npc/sage_kitty.png"}, who)
+		local chat = Chat.new("sage-kitty", mod.class.NPC.new{name=_t"Lost Kitty", image="npc/sage_kitty.png"}, who)
 		chat:invoke()
 		return true
 	end,
diff --git a/game/modules/tome/data/general/events/antimagic-bush.lua b/game/modules/tome/data/general/events/antimagic-bush.lua
index 319fe11ffa..1d01623ef3 100644
--- a/game/modules/tome/data/general/events/antimagic-bush.lua
+++ b/game/modules/tome/data/general/events/antimagic-bush.lua
@@ -46,7 +46,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (antimagic aura)"):tformat(g.name)
+		g.name = ("%s (antimagic aura)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = {b=35, g=35, r=85} end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/events/bligthed-soil.lua b/game/modules/tome/data/general/events/bligthed-soil.lua
index c880efe283..deda87a7eb 100644
--- a/game/modules/tome/data/general/events/bligthed-soil.lua
+++ b/game/modules/tome/data/general/events/bligthed-soil.lua
@@ -46,7 +46,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (blighted aura)"):tformat(g.name)
+		g.name = ("%s (blighted aura)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = colors.DARK_SLATE_GRAY end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/events/conclave-vault.lua b/game/modules/tome/data/general/events/conclave-vault.lua
index ccfaa312a2..2775eb4ad7 100644
--- a/game/modules/tome/data/general/events/conclave-vault.lua
+++ b/game/modules/tome/data/general/events/conclave-vault.lua
@@ -27,7 +27,7 @@ local Talents = require("engine.interface.ActorTalents")
 local skeletons = mod.class.NPC:loadList("/data/general/npcs/skeleton.lua")
 local m = mod.class.NPC:fromBase{ base = skeletons.BASE_NPC_SKELETON,
 	name = "Director Hompalan", color=colors.PURPLE,
-	desc = [[Only crumbling bones are left of what once was the proud Director Hompalan, chief of this facility.
+	desc=_t[[Only crumbling bones are left of what once was the proud Director Hompalan, chief of this facility.
 Now those remains look at you with empty eyes but you can not mistake their intent.]],
 	level_range = {10, nil}, exp_worth = 2,
 	rank = 3.5,
diff --git a/game/modules/tome/data/general/events/cultists.lua b/game/modules/tome/data/general/events/cultists.lua
index 82b4f29773..f36a3aa34a 100644
--- a/game/modules/tome/data/general/events/cultists.lua
+++ b/game/modules/tome/data/general/events/cultists.lua
@@ -60,7 +60,7 @@ for i, p in ipairs(list) do
 
 	local m = mod.class.NPC.new{
 		type = "humanoid", subtype = "shalore", image = "npc/humanoid_shalore_elven_corruptor.png",
-		name = "Cultist",
+		name = _t"Cultist",
 		desc = _t[[An elven cultist. He doesn't seem to mind you.]],
 		display = "p", color=colors.ORCHID,
 		faction = "unaligned",
@@ -148,7 +148,7 @@ if not game.zone.cultist_event_on_turn then
 				local m = mod.class.NPC.new{
 					type = "demon", subtype = "major",
 					display = 'U',
-					name = "Shasshhiy'Kaish", color=colors.VIOLET, unique = true,
+					name = _t"Shasshhiy'Kaish", color=colors.VIOLET, unique = true,
 					resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/demon_major_shasshhiy_kaish.png", display_h=2, display_y=-1}}},
 					desc = _t[[This demon would be very attractive if not for the hovering crown of flames, the three tails and sharp claws. As you watch her you can almost feel pain digging in your flesh. She wants you to suffer.]],
 					killer_message = _t"and used for her perverted desires",
diff --git a/game/modules/tome/data/general/events/damp-cave.lua b/game/modules/tome/data/general/events/damp-cave.lua
index d82aa77ec1..c9a7aa9305 100644
--- a/game/modules/tome/data/general/events/damp-cave.lua
+++ b/game/modules/tome/data/general/events/damp-cave.lua
@@ -31,10 +31,10 @@ local changer = function(id)
 	local terrains = mod.class.Grid:loadList("/data/general/grids/cave.lua")
 	terrains.CAVE_LADDER_UP_WILDERNESS.change_level_shift_back = true
 	terrains.CAVE_LADDER_UP_WILDERNESS.change_zone_auto_stairs = true
-	terrains.CAVE_LADDER_UP_WILDERNESS.name = "ladder back to "..game.zone.name
+	terrains.CAVE_LADDER_UP_WILDERNESS.name = ("ladder back to %s"):tformat(game.zone.name)
 	terrains.CAVE_LADDER_UP_WILDERNESS.change_zone = game.zone.short_name
 	local zone = mod.class.Zone.new(id, {
-		name = "Damp Cave",
+		name = _t"Damp Cave",
 		level_range = game.zone.actor_adjust_level and {math.floor(game.zone:actor_adjust_level(game.level, game.player)*1.05),
 			math.ceil(game.zone:actor_adjust_level(game.level, game.player)*1.15)} or {game.zone.base_level, game.zone.base_level}, -- 5-15% higher actor levels
 		__applied_difficulty = true, -- Difficulty already applied to parent zone
diff --git a/game/modules/tome/data/general/events/drake-cave.lua b/game/modules/tome/data/general/events/drake-cave.lua
index 3a9d924873..e4537ddbf9 100644
--- a/game/modules/tome/data/general/events/drake-cave.lua
+++ b/game/modules/tome/data/general/events/drake-cave.lua
@@ -26,7 +26,7 @@ local kind = rng.table{"fire", "fire", "cold", "cold", "storm", "storm", "multih
 print("[EVENT] Placing event", kind.."-dragon-cave", "at", x, y)
 
 local g = game.state:dynamicZoneEntry(game.level.map(x, y, engine.Map.TERRAIN):cloneFull(), kind.."-dragon-cave", {
-	name = "Intimidating Cave",
+	name = _t"Intimidating Cave",
 	level_range = game.zone.actor_adjust_level and {math.floor(game.zone:actor_adjust_level(game.level, game.player)*1.05),
 		math.ceil(game.zone:actor_adjust_level(game.level, game.player)*1.15)} or {game.zone.base_level, game.zone.base_level}, -- 5-15% higher levels
 	__applied_difficulty = true, -- Difficulty already applied to parent zone
@@ -75,7 +75,7 @@ local g = game.state:dynamicZoneEntry(game.level.map(x, y, engine.Map.TERRAIN):c
 	trap_list = {"/data/general/traps/natural_forest.lua"},
 },
 function(zone, goback)
-	goback("ladder back to %s", zone.grid_list.CAVE_LADDER_UP_WILDERNESS)
+	goback(_t"ladder back to %s", zone.grid_list.CAVE_LADDER_UP_WILDERNESS)
 end)
 
 g.display='>' g.color_r=0 g.color_g=0 g.color_b=255 g.notice = true
diff --git a/game/modules/tome/data/general/events/fell-aura.lua b/game/modules/tome/data/general/events/fell-aura.lua
index b9205a2507..8e7161257d 100644
--- a/game/modules/tome/data/general/events/fell-aura.lua
+++ b/game/modules/tome/data/general/events/fell-aura.lua
@@ -34,7 +34,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (fell aura)"):tformat(g.name)
+		g.name = ("%s (fell aura)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = {b=99, g=99, r=60} end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/events/font-life.lua b/game/modules/tome/data/general/events/font-life.lua
index 81b25e7e4b..3c009a7cf6 100644
--- a/game/modules/tome/data/general/events/font-life.lua
+++ b/game/modules/tome/data/general/events/font-life.lua
@@ -46,7 +46,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (life aura)"):tformat(g.name)
+		g.name = ("%s (life aura)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = colors.AQUAMARINE end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/events/necrotic-air.lua b/game/modules/tome/data/general/events/necrotic-air.lua
index 619ee1cd49..a1619e587f 100644
--- a/game/modules/tome/data/general/events/necrotic-air.lua
+++ b/game/modules/tome/data/general/events/necrotic-air.lua
@@ -34,7 +34,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (necrotic air)"):tformat(g.name)
+		g.name = ("%s (necrotic air)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = colors.DARK_SLATE_GRAY end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/events/protective-aura.lua b/game/modules/tome/data/general/events/protective-aura.lua
index dfd0490428..54a06bf235 100644
--- a/game/modules/tome/data/general/events/protective-aura.lua
+++ b/game/modules/tome/data/general/events/protective-aura.lua
@@ -34,7 +34,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (protective aura)"):tformat(g.name)
+		g.name = ("%s (protective aura)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = colors.DARK_TAN end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/events/rat-lich.lua b/game/modules/tome/data/general/events/rat-lich.lua
index d34ee27705..4d8be09fa8 100644
--- a/game/modules/tome/data/general/events/rat-lich.lua
+++ b/game/modules/tome/data/general/events/rat-lich.lua
@@ -33,7 +33,7 @@ local changer = function(id)
 	local terrains = mod.class.Grid:loadList("/data/general/grids/basic.lua")
 	terrains.UP_WILDERNESS.change_level_shift_back = true
 	terrains.UP_WILDERNESS.change_zone_auto_stairs = true
-	terrains.UP_WILDERNESS.name = "way up to "..game.zone.name
+	terrains.UP_WILDERNESS.name = ("way up to %s"):tformat(game.zone.name)
 	terrains.UP_WILDERNESS.change_zone = game.zone.short_name
 	terrains.UP_WILDERNESS.change_level = 1
 	terrains.UP_WILDERNESS.change_level_check = function(self)
@@ -151,7 +151,7 @@ end
 local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 g.name = _t"stairway leading downwards"
 g.always_remember = true
-g.desc = [[Stairs seem to lead into some kind of crypt.]]
+g.desc=_t[[Stairs seem to lead into some kind of crypt.]]
 g.show_tooltip = true
 g.display='>' g.color_r=0 g.color_g=0 g.color_b=255 g.notice = true
 g.change_level=1 g.change_zone=id g.glow=true
@@ -169,7 +169,7 @@ g.change_level_check = function(self)
 	self.change_level_check = nil
 	self.change_level = nil
 	self.name = "collapsed forsaken crypt"
-	self.desc = [[Stairs lead downwards into rubble.]]
+	self.desc=_t[[Stairs lead downwards into rubble.]]
 	self.autoexplore_ignore = true
 	self.special_minimap = colors.VIOLET
 	return true
diff --git a/game/modules/tome/data/general/events/slimey-pool.lua b/game/modules/tome/data/general/events/slimey-pool.lua
index 6aede04db4..aae99564b7 100644
--- a/game/modules/tome/data/general/events/slimey-pool.lua
+++ b/game/modules/tome/data/general/events/slimey-pool.lua
@@ -45,7 +45,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (slimey)"):tformat(g.name)
+		g.name = ("%s (slimey)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = colors.DARK_SEA_GREEN end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/events/sub-vault.lua b/game/modules/tome/data/general/events/sub-vault.lua
index ca79e6ce46..f5f725b888 100644
--- a/game/modules/tome/data/general/events/sub-vault.lua
+++ b/game/modules/tome/data/general/events/sub-vault.lua
@@ -46,7 +46,7 @@ local changer = function(id)
 	grid_list.UP_SUB_VAULT_BACK.change_level_shift_back = true
 	grid_list.UP_SUB_VAULT_BACK.change_zone_auto_stairs = true
 
-	grid_list.UP_SUB_VAULT_BACK.name = "way up ("..game.zone.name..")"
+	grid_list.UP_SUB_VAULT_BACK.name = ("way up (%s)"):tformat(game.zone.name)
 	grid_list.UP_SUB_VAULT_BACK.change_level_check = function(self)
 		if not self.change_level then
 			game.log("#VIOLET# The stairway collapses completely as you ascend!")
@@ -114,7 +114,7 @@ end
 local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 g.name = _t"hidden vault"
 g.always_remember = true
-g.desc = [[Crumbling stairs lead down to something.]]
+g.desc = _t[[Crumbling stairs lead down to something.]]
 g.show_tooltip = true
 g.display='>' g.color_r=0 g.color_g=0 g.color_b=255 g.notice = true
 g.special_minimap = colors.VIOLET
@@ -130,14 +130,14 @@ g:initGlow()
 g.real_change = changer
 g.change_level_check = function(self) -- limit stair scumming
 	self._use_count = self._use_count - 1
-	self.name = "collapsing hidden vault"
+	self.name = _t"collapsing hidden vault"
 	if self._use_count < 1 then
 		self.change_level_check = nil
 		self.change_level = nil
-		self.name = "collapsed hidden vault"
-		self.desc = [[A collapsed stairway, leading down]]
+		self.name = _t"collapsed hidden vault"
+		self.desc = _t[[A collapsed stairway, leading down]]
 	elseif self._use_count < 2 then
-		self.name = "nearly collapsed hidden vault"
+		self.name = _t"nearly collapsed hidden vault"
 	end
 	game:changeLevel(1, self.real_change(self.change_zone), {temporary_zone_shift=true, direct_switch=true})
 	return true
diff --git a/game/modules/tome/data/general/events/weird-pedestals.lua b/game/modules/tome/data/general/events/weird-pedestals.lua
index 6dc1ab98bd..bd62615071 100644
--- a/game/modules/tome/data/general/events/weird-pedestals.lua
+++ b/game/modules/tome/data/general/events/weird-pedestals.lua
@@ -60,7 +60,7 @@ for i = 1, 3 do
 		who:runStop(_t"weird pedestal")
 		if self.pedestal_activated then return false end
 		require("engine.ui.Dialog"):yesnoPopup(_t"Weird Pedestal", _t"Do you wish to inspect the pedestal?", function(ret) if ret then
-			who:restInit(20, "inspecting", "inspected", function(cnt, max)
+			who:restInit(20, _t"inspecting", _t"inspected", function(cnt, max)
 				if cnt > max then
 					self.pedestal_activated = true
 					self.block_move = nil
diff --git a/game/modules/tome/data/general/events/whistling-vortex.lua b/game/modules/tome/data/general/events/whistling-vortex.lua
index c5181cb2e1..b63760747c 100644
--- a/game/modules/tome/data/general/events/whistling-vortex.lua
+++ b/game/modules/tome/data/general/events/whistling-vortex.lua
@@ -30,7 +30,7 @@ for x, yy in pairs(grids) do for y, _ in pairs(yy) do
 	local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull()
 	g.on_stand = g.on_stand or on_stand
 	if g.on_stand == on_stand and g.type == "floor" then
-		g.name = ("%s (whistling vortex)"):tformat(g.name)
+		g.name = ("%s (whistling vortex)"):tformat(_t(g.name))
 		if not g.special_minimap then g.special_minimap = colors.DARK_SLATE_GRAY end
 	end
 	g.always_remember = true
diff --git a/game/modules/tome/data/general/grids/basic.lua b/game/modules/tome/data/general/grids/basic.lua
index efd12e41af..e943ac86d2 100644
--- a/game/modules/tome/data/general/grids/basic.lua
+++ b/game/modules/tome/data/general/grids/basic.lua
@@ -253,7 +253,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This door seems to have been sealed off. You think you can open it.",
+	door_player_check = _t"This door seems to have been sealed off. You think you can open it.",
 	door_opened = "DOOR_OPEN",
 }
 newEntity{ base = "DOOR_VAULT", define_as = "DOOR_VAULT_HORIZ", z=3, image = "terrain/granite_door1.png", add_displays = {class.new{image="terrain/granite_wall3.png", z=18, display_y=-1}}, door_opened = "DOOR_HORIZ_OPEN"}
@@ -368,7 +368,7 @@ newEntity{
 	block_esp = true,
 	force_clone = true,
 	special = true,
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to open it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to open it.",
 	is_door = true,
 	door_opened = "GENERIC_LEVER_DOOR_OPEN",
 	on_lever_change = function(self, x, y, who, val, oldval)
@@ -394,7 +394,7 @@ newEntity{
 	is_door = true,
 	special = true,
 	door_closed = "GENERIC_LEVER_DOOR",
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to close it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to close it.",
 	on_lever_change = function(self, x, y, who, val, oldval)
 		local toggle = game.level.map.attrs(x, y, "lever_toggle")
 		local trigger = game.level.map.attrs(x, y, "lever_action") or 1
diff --git a/game/modules/tome/data/general/grids/bone.lua b/game/modules/tome/data/general/grids/bone.lua
index 730f5225f8..53d0b8856f 100644
--- a/game/modules/tome/data/general/grids/bone.lua
+++ b/game/modules/tome/data/general/grids/bone.lua
@@ -105,7 +105,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This door seems to have been sealed off. You think you can open it.",
+	door_player_check = _t"This door seems to have been sealed off. You think you can open it.",
 	door_opened = "BONE_VAULT_DOOR_OPEN",
 	dig = "BONEFLOOR",
 }
@@ -138,7 +138,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	force_clone = true,
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to open it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to open it.",
 	is_door = true,
 	door_opened = "BONE_GENERIC_LEVER_DOOR_OPEN",
 	on_lever_change = function(self, x, y, who, val, oldval)
@@ -163,7 +163,7 @@ newEntity{
 	always_remember = true,
 	is_door = true,
 	door_closed = "BONE_GENERIC_LEVER_DOOR",
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to close it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to close it.",
 	on_lever_change = function(self, x, y, who, val, oldval)
 		local toggle = game.level.map.attrs(x, y, "lever_toggle")
 		local trigger = game.level.map.attrs(x, y, "lever_action")
diff --git a/game/modules/tome/data/general/grids/cave.lua b/game/modules/tome/data/general/grids/cave.lua
index 1484c4c0e8..e51b7e29f6 100644
--- a/game/modules/tome/data/general/grids/cave.lua
+++ b/game/modules/tome/data/general/grids/cave.lua
@@ -77,7 +77,7 @@ newEntity{
 	block_sight = true,
 	block_sense = true,
 	block_esp = true,
-	door_player_check = "This rock is loose, you think you can move it away.",
+	door_player_check = _t"This rock is loose, you think you can move it away.",
 	door_opened = "CAVEFLOOR",
 	dig = "CAVEFLOOR",
 }
diff --git a/game/modules/tome/data/general/grids/forest.lua b/game/modules/tome/data/general/grids/forest.lua
index 8acd846d91..934924d88f 100644
--- a/game/modules/tome/data/general/grids/forest.lua
+++ b/game/modules/tome/data/general/grids/forest.lua
@@ -116,7 +116,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This rock is loose, you think you can move it away.",
+	door_player_check = _t"This rock is loose, you think you can move it away.",
 	door_opened = "GRASS",
 	dig = "GRASS",
 	nice_editer = grass_editer,
diff --git a/game/modules/tome/data/general/grids/fortress.lua b/game/modules/tome/data/general/grids/fortress.lua
index d3b674352a..5c56532441 100644
--- a/game/modules/tome/data/general/grids/fortress.lua
+++ b/game/modules/tome/data/general/grids/fortress.lua
@@ -94,7 +94,7 @@ newEntity{
 	block_sight = true,
 	block_sense = true,
 	block_esp = true,
-	door_player_stop = "This door seems to be sealed.",
+	door_player_stop = _t"This door seems to be sealed.",
 	is_door = true,
 	door_sound = "ambient/door_creaks/scifi_door",
 	door_opened = "SOLID_DOOR_OPEN",
diff --git a/game/modules/tome/data/general/grids/gothic.lua b/game/modules/tome/data/general/grids/gothic.lua
index 751646c40d..9a66622753 100644
--- a/game/modules/tome/data/general/grids/gothic.lua
+++ b/game/modules/tome/data/general/grids/gothic.lua
@@ -253,7 +253,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This door seems to have been sealed off. You think you can open it.",
+	door_player_check = _t"This door seems to have been sealed off. You think you can open it.",
 	door_opened = "GOTHIC_DOOR_OPEN",
 }
 newEntity{ base = "GOTHIC_DOOR_VAULT", define_as = "GOTHIC_DOOR_VAULT_HORIZ", z=3, image = "terrain/gothic_walls/granite_door1.png", add_displays = {class.new{image="terrain/gothic_walls/granite_wall3.png", z=18, display_y=-1}}, door_opened = "GOTHIC_DOOR_HORIZ_OPEN"}
@@ -274,7 +274,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	force_clone = true,
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to open it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to open it.",
 	is_door = true,
 	special = true,
 	door_opened = "GOTHIC_GENERIC_LEVER_DOOR_OPEN",
@@ -301,7 +301,7 @@ newEntity{
 	is_door = true,
 	special = true,
 	door_closed = "GOTHIC_GENERIC_LEVER_DOOR",
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to close it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to close it.",
 	on_lever_change = function(self, x, y, who, val, oldval)
 		local toggle = game.level.map.attrs(x, y, "lever_toggle")
 		local trigger = game.level.map.attrs(x, y, "lever_action") or 1
diff --git a/game/modules/tome/data/general/grids/sand.lua b/game/modules/tome/data/general/grids/sand.lua
index 427499f061..5d48b77d4d 100644
--- a/game/modules/tome/data/general/grids/sand.lua
+++ b/game/modules/tome/data/general/grids/sand.lua
@@ -52,9 +52,9 @@ newEntity{
 	-- Dig only makes unstable tunnels
 	dig = function(src, x, y, old)
 		local sand = require("engine.Object").new{
-			name = "unstable sand tunnel", image = "terrain/sand.png",
+			name = _t"unstable sand tunnel", image = "terrain/sand.png",
 			show_tooltip = true,
-			desc = [[Loose sand is steadily filling this void, which could collapse suddenly and completely.]],
+			desc=_t[[Loose sand is steadily filling this void, which could collapse suddenly and completely.]],
 			display = '.', color={r=203,g=189,b=72}, back_color={r=93,g=79,b=22},
 			canAct = false,
 			act = function(self)
@@ -69,7 +69,7 @@ newEntity{
 					local a = game.level.map(self.x, self.y, engine.Map.ACTOR)
 					if a and not a:attr("sand_dweller") then
 						game.logPlayer(a, "You are crushed by the collapsing tunnel! You suffocate!")
-						a:suffocate(30, self, "was buried alive")
+						a:suffocate(30, self, _t"was buried alive")
 						engine.DamageType:get(engine.DamageType.PHYSICAL).projector(self, self.x, self.y, engine.DamageType.PHYSICAL, a.life / 2)
 					end
 				end
diff --git a/game/modules/tome/data/general/grids/slimy_walls.lua b/game/modules/tome/data/general/grids/slimy_walls.lua
index 0126fa70ec..5beb25f076 100644
--- a/game/modules/tome/data/general/grids/slimy_walls.lua
+++ b/game/modules/tome/data/general/grids/slimy_walls.lua
@@ -253,7 +253,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This door seems to have been sealed off. You think you can open it.",
+	door_player_check = _t"This door seems to have been sealed off. You think you can open it.",
 	door_opened = "SLIMED_DOOR_OPEN",
 }
 newEntity{ base = "SLIMED_DOOR_VAULT", define_as = "SLIMED_DOOR_VAULT_HORIZ", z=3, image = "terrain/slimed_walls/granite_door1.png", add_displays = {class.new{image="terrain/slimed_walls/granite_wall3.png", z=18, display_y=-1}}, door_opened = "SLIMED_DOOR_HORIZ_OPEN"}
@@ -274,7 +274,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	force_clone = true,
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to open it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to open it.",
 	is_door = true,
 	special = true,
 	door_opened = "SLIMED_GENERIC_LEVER_DOOR_OPEN",
@@ -301,7 +301,7 @@ newEntity{
 	is_door = true,
 	special = true,
 	door_closed = "SLIMED_GENERIC_LEVER_DOOR",
-	door_player_stop = "This door seems to have been sealed off. You need to find a way to close it.",
+	door_player_stop = _t"This door seems to have been sealed off. You need to find a way to close it.",
 	on_lever_change = function(self, x, y, who, val, oldval)
 		local toggle = game.level.map.attrs(x, y, "lever_toggle")
 		local trigger = game.level.map.attrs(x, y, "lever_action") or 1
diff --git a/game/modules/tome/data/general/grids/underground_dreamy.lua b/game/modules/tome/data/general/grids/underground_dreamy.lua
index 2ab59d995e..e49e205bb3 100644
--- a/game/modules/tome/data/general/grids/underground_dreamy.lua
+++ b/game/modules/tome/data/general/grids/underground_dreamy.lua
@@ -108,7 +108,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This rock is loose, you think you can move it away.",
+	door_player_check = _t"This rock is loose, you think you can move it away.",
 	door_opened = "UNDERGROUND_FLOOR",
 }
 
diff --git a/game/modules/tome/data/general/grids/underground_gloomy.lua b/game/modules/tome/data/general/grids/underground_gloomy.lua
index 3ec2a0ad33..9cc5c51cd5 100644
--- a/game/modules/tome/data/general/grids/underground_gloomy.lua
+++ b/game/modules/tome/data/general/grids/underground_gloomy.lua
@@ -104,7 +104,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This rock is loose, you think you can move it away.",
+	door_player_check = _t"This rock is loose, you think you can move it away.",
 	door_opened = "UNDERGROUND_FLOOR",
 }
 
diff --git a/game/modules/tome/data/general/grids/underground_slimy.lua b/game/modules/tome/data/general/grids/underground_slimy.lua
index ecb8297e77..1ec1cefac6 100644
--- a/game/modules/tome/data/general/grids/underground_slimy.lua
+++ b/game/modules/tome/data/general/grids/underground_slimy.lua
@@ -105,7 +105,7 @@ newEntity{
 	block_sense = true,
 	block_esp = true,
 	is_door = true,
-	door_player_check = "This rock is loose, you think you can move it away.",
+	door_player_check = _t"This rock is loose, you think you can move it away.",
 	door_opened = "UNDERGROUND_FLOOR",
 }
 
diff --git a/game/modules/tome/data/general/npcs/bird.lua b/game/modules/tome/data/general/npcs/bird.lua
index 0a6b3ff1fa..3ad6f3b8dc 100644
--- a/game/modules/tome/data/general/npcs/bird.lua
+++ b/game/modules/tome/data/general/npcs/bird.lua
@@ -101,7 +101,7 @@ newEntity{ base="BASE_NPC_BIRD", define_as = "NPC_PHOENIX",
 			self:setEffect(self.EFF_PHOENIX_EGG, dur, {life_regen = 25, mana_regen = -9.75, never_move = 1, never_blow = 1, silence = 1})
 			game.logSeen(src, "#LIGHT_RED#%s raises from the dead!", self:getName():capitalize())
 			local sx, sy = game.level.map:getTileToScreen(self.x, self.y, true)
-			game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, "RESURRECT!", {255,120,0})
+			game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, -3, _t"RESURRECT!", {255,120,0})
 			self.died = (self.died or 0) + 1
 		else
 			return mod.class.NPC.die(self, src)
diff --git a/game/modules/tome/data/general/npcs/horror.lua b/game/modules/tome/data/general/npcs/horror.lua
index 895ab0ebe9..a849628e64 100644
--- a/game/modules/tome/data/general/npcs/horror.lua
+++ b/game/modules/tome/data/general/npcs/horror.lua
@@ -286,7 +286,7 @@ newEntity{ base = "BASE_NPC_HORROR", define_as = "BASE_NPC_ELDRICTH_EYE",
 		end
 		if nb == 0 and self.summoner and self.summoner.is_headless_horror then
 			local sx, sy = game.level.map:getTileToScreen(self.summoner.x, self.summoner.y, true)
-			game.flyers:add(sx, sy, 20, (rng.range(0,2)-1) * 0.5, -3, "+Blind", {255,100,80})
+			game.flyers:add(sx, sy, 20, (rng.range(0,2)-1) * 0.5, -3, _t"+Blind", {255,100,80})
 			self.summoner.blind = 1
 			game.logSeen(self.summoner, "%s is blinded by the loss of all its eyes.", self.summoner:getName():capitalize())
 		end
diff --git a/game/modules/tome/data/general/npcs/lich.lua b/game/modules/tome/data/general/npcs/lich.lua
index 7db233cc7e..5899d7a937 100644
--- a/game/modules/tome/data/general/npcs/lich.lua
+++ b/game/modules/tome/data/general/npcs/lich.lua
@@ -75,7 +75,7 @@ newEntity{
 newEntity{ base = "BASE_NPC_LICH",
 	name = "lich", color=colors.DARK_BLUE,
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_lich_lich.png", display_h=2, display_y=-1}}},
-	desc=[[Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.]],
+	desc=_t[[Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.]],
 	level_range = {35, nil}, exp_worth = 1,
 	rarity = 20,
 	max_life = resolvers.rngavg(70,80),
@@ -109,7 +109,7 @@ newEntity{ base = "BASE_NPC_LICH",
 newEntity{ base = "BASE_NPC_LICH",
 	name = "ancient lich", color=colors.DARK_RED,
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_lich_ancient_lich.png", display_h=2, display_y=-1}}},
-	desc=[[An elder being from a now-forgotten age, filled and fueled by its hate and rage toward all things living, it seeks to deprive all others of a prize it cannot have... life.]],
+	desc=_t[[An elder being from a now-forgotten age, filled and fueled by its hate and rage toward all things living, it seeks to deprive all others of a prize it cannot have... life.]],
 	level_range = {40, nil}, exp_worth = 1,
 	rarity = 25,
 	max_life = resolvers.rngavg(80,90),
@@ -143,7 +143,7 @@ newEntity{ base = "BASE_NPC_LICH",
 newEntity{ base = "BASE_NPC_LICH",
 	name = "archlich", color=colors.SLATE,
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_lich_archlich.png", display_h=2, display_y=-1}}},
-	desc=[[Blacker than the deepest night, this cold cruel form of darkness approaches.  Long ago it laid aside its mortality, but it has not forgotten its power; rather, its malice and hate have bent this undead entity on the destruction of all things living.]],
+	desc=_t[[Blacker than the deepest night, this cold cruel form of darkness approaches.  Long ago it laid aside its mortality, but it has not forgotten its power; rather, its malice and hate have bent this undead entity on the destruction of all things living.]],
 	level_range = {45, nil}, exp_worth = 1,
 	rarity = 30,
 	max_life = resolvers.rngavg(100,150),
@@ -179,7 +179,7 @@ newEntity{ base = "BASE_NPC_LICH",
 
 newEntity{ base = "BASE_NPC_LICH",
 	name = "blood lich", color=colors.LIGHT_RED,
-	desc=[[The seething, pumping, disembodied blood of a horrendously powerful necromancer. To strike it is to bathe in the rivers of the Fearscape itself.]],
+	desc=_t[[The seething, pumping, disembodied blood of a horrendously powerful necromancer. To strike it is to bathe in the rivers of the Fearscape itself.]],
 	level_range = {45, nil}, exp_worth = 1,
 	rarity = 30,
 	max_life = resolvers.rngavg(100,150),
diff --git a/game/modules/tome/data/general/npcs/skeleton.lua b/game/modules/tome/data/general/npcs/skeleton.lua
index 3c12951aed..4837bb2b83 100644
--- a/game/modules/tome/data/general/npcs/skeleton.lua
+++ b/game/modules/tome/data/general/npcs/skeleton.lua
@@ -57,7 +57,7 @@ newEntity{
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "degenerated skeleton warrior", color=colors.WHITE, image="npc/degenerated_skeleton_warrior.png",
-	desc=[[A haphazard collection of crumbling bones, with jerky movements that remind you of a child playing with a marionette.  It only has one arm, but that's all it needs to hold a sword.]],
+	desc=_t[[A haphazard collection of crumbling bones, with jerky movements that remind you of a child playing with a marionette.  It only has one arm, but that's all it needs to hold a sword.]],
 	level_range = {1, 18}, exp_worth = 1,
 	rarity = 1,
 	resolvers.equip{ {type="weapon", subtype="greatsword", forbid_power_source={antimagic=true}, autoreq=true} },
@@ -67,7 +67,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "degenerated skeleton archer", color=colors.UMBER,
-	desc=[[A frail skeleton; just about the only bones that aren't cracked are its arms.  It's missing a hand, but a notch has been carved into its wrist to let it pull back a bowstring regardless.]],
+	desc=_t[[A frail skeleton; just about the only bones that aren't cracked are its arms.  It's missing a hand, but a notch has been carved into its wrist to let it pull back a bowstring regardless.]],
 	level_range = {3, 20}, exp_worth = 1,
 	rarity = 3,
 	max_life = resolvers.rngavg(70,80),
@@ -81,7 +81,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "skeleton mage", color=colors.LIGHT_RED, image="npc/skeleton_mage.png",
-	desc=[[Given its condition, you're less inclined to think this skeleton knows proper spells, rather than simply disgorging its magical energy as it breaks down.  This doesn't make it much less dangerous to be around, mind you.]],
+	desc=_t[[Given its condition, you're less inclined to think this skeleton knows proper spells, rather than simply disgorging its magical energy as it breaks down.  This doesn't make it much less dangerous to be around, mind you.]],
 	level_range = {5, 25}, exp_worth = 1,
 	rarity = 3,
 	max_life = resolvers.rngavg(50,60),
@@ -101,7 +101,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "skeleton warrior", color=colors.SLATE, image="npc/skeleton_warrior.png",
-	desc=[[The forces binding this skeleton together are resilient enough to let it hold a shield and swing a weapon as well as it could have in life.  It's still wearing its old armor, in rusty but servicable condition.]],
+	desc=_t[[The forces binding this skeleton together are resilient enough to let it hold a shield and swing a weapon as well as it could have in life.  It's still wearing its old armor, in rusty but servicable condition.]],
 	level_range = {7, nil}, exp_worth = 1,
 	rarity = 1,
 	max_life = resolvers.rngavg(90,100),
@@ -113,7 +113,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "skeleton archer", color=colors.UMBER, image="npc/skeleton_archer.png",
-	desc=[[Nobody scavenged the high-quality bow from this archer before it was raised from the dead.  You're about to wish the world had more grave-robbers.]],
+	desc=_t[[Nobody scavenged the high-quality bow from this archer before it was raised from the dead.  You're about to wish the world had more grave-robbers.]],
 	level_range = {9, nil}, exp_worth = 1,
 	rarity = 3,
 	max_life = resolvers.rngavg(70,80),
@@ -127,7 +127,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "skeleton magus", color=colors.LIGHT_RED,
-	desc=[[This skeleton has been imbued with far more magical energy than normal, and serves as a conduit of its master's spellcasting prowess.]],
+	desc=_t[[This skeleton has been imbued with far more magical energy than normal, and serves as a conduit of its master's spellcasting prowess.]],
 	level_range = {11, nil}, exp_worth = 1,
 	rarity = 3,
 	max_life = resolvers.rngavg(50,60),
@@ -148,7 +148,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "armoured skeleton warrior", color=colors.STEEL_BLUE, image="npc/armored_skeleton_warrior.png",
-	desc=[[It feels no pain.  It moves with fluidity and strength that would tear natural muscles apart.  It must be from a fresh corpse, since its bones, armor, and weapon are all in pristine condition.  And it's furious.]],
+	desc=_t[[It feels no pain.  It moves with fluidity and strength that would tear natural muscles apart.  It must be from a fresh corpse, since its bones, armor, and weapon are all in pristine condition.  And it's furious.]],
 	level_range = {13, nil}, exp_worth = 1,
 	rarity = 5,
 	max_life = resolvers.rngavg(90,100),
@@ -174,7 +174,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "skeleton master archer", color=colors.LIGHT_UMBER, image="npc/master_skeleton_archer.png",
-	desc=[[This skeleton can fire arrows and nock new ones with blinding speed.  Arcane forces pull its bones with unnatural precision - its arms will never tremble or get tired.]],
+	desc=_t[[This skeleton can fire arrows and nock new ones with blinding speed.  Arcane forces pull its bones with unnatural precision - its arms will never tremble or get tired.]],
 	level_range = {15, nil}, exp_worth = 1,
 	rarity = 5,
 	max_life = resolvers.rngavg(70,80),
@@ -192,7 +192,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
 
 newEntity{ base = "BASE_NPC_SKELETON",
 	name = "skeleton assassin", color=colors.DARK_BLUE,
-	desc=[[Most skeletons announce their presence with a chorus of rattling bones; this one's been charred black and has enough cartilage between its joints to muffle its approach.  The first you'll see of it will be the flash of its blade.]],
+	desc=_t[[Most skeletons announce their presence with a chorus of rattling bones; this one's been charred black and has enough cartilage between its joints to muffle its approach.  The first you'll see of it will be the flash of its blade.]],
 	level_range = {20, nil}, exp_worth = 1,
 	rarity = 15,
 	max_life = resolvers.rngavg(90,100),
diff --git a/game/modules/tome/data/general/npcs/vampire.lua b/game/modules/tome/data/general/npcs/vampire.lua
index 44fb9d6300..3397450fbf 100644
--- a/game/modules/tome/data/general/npcs/vampire.lua
+++ b/game/modules/tome/data/general/npcs/vampire.lua
@@ -61,7 +61,7 @@ newEntity{
 
 newEntity{ base = "BASE_NPC_VAMPIRE",
 	name = "lesser vampire", color=colors.SLATE, image = "npc/lesser_vampire.png",
-	desc=[[This vampire has only just begun its new life. It has not yet fathomed its newfound power, yet it still has a thirst for blood.]],
+	desc=_t[[This vampire has only just begun its new life. It has not yet fathomed its newfound power, yet it still has a thirst for blood.]],
 	level_range = {10, nil}, exp_worth = 1,
 	rarity = 1,
 	max_life = resolvers.rngavg(40,50),
@@ -75,7 +75,7 @@ newEntity{ base = "BASE_NPC_VAMPIRE",
 
 newEntity{ base = "BASE_NPC_VAMPIRE",
 	name = "vampire", color=colors.SLATE, image = "npc/vampire.png",
-	desc=[[It is a humanoid with an aura of power. You notice a sharp set of front teeth.]],
+	desc=_t[[It is a humanoid with an aura of power. You notice a sharp set of front teeth.]],
 	level_range = {15, nil}, exp_worth = 1,
 	rarity = 1,
 	max_life = resolvers.rngavg(70,80),
@@ -92,7 +92,7 @@ newEntity{ base = "BASE_NPC_VAMPIRE",
 newEntity{ base = "BASE_NPC_VAMPIRE",
 	name = "master vampire", color=colors.GREEN, image = "npc/master_vampire.png",
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/master_vampire.png", display_h=2, display_y=-1}}},
-	desc=[[It is a humanoid form dressed in robes. Power emanates from its chilling frame.]],
+	desc=_t[[It is a humanoid form dressed in robes. Power emanates from its chilling frame.]],
 	level_range = {20, nil}, exp_worth = 1,
 	rarity = 1,
 	max_life = resolvers.rngavg(80,90),
@@ -109,7 +109,7 @@ newEntity{ base = "BASE_NPC_VAMPIRE",
 
 newEntity{ base = "BASE_NPC_VAMPIRE",
 	name = "elder vampire", color=colors.RED, image = "npc/elder_vampire.png",
-	desc=[[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others.
+	desc=_t[[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others.
 It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.]],
 	level_range = {25, nil}, exp_worth = 1,
 	rarity = 1,
@@ -132,7 +132,7 @@ It can summon the very shades of its victims from beyond the grave to come ensla
 
 newEntity{ base = "BASE_NPC_VAMPIRE",
 	name = "vampire lord", color=colors.BLUE, image = "npc/vampire_lord.png",
-	desc=[[A foul wind chills your bones as this ghastly figure approaches.]],
+	desc=_t[[A foul wind chills your bones as this ghastly figure approaches.]],
 	level_range = {30, nil}, exp_worth = 1,
 	rarity = 4,
 	max_life = resolvers.rngavg(100,120),
diff --git a/game/modules/tome/data/general/npcs/wight.lua b/game/modules/tome/data/general/npcs/wight.lua
index 6978f954d3..a328791048 100644
--- a/game/modules/tome/data/general/npcs/wight.lua
+++ b/game/modules/tome/data/general/npcs/wight.lua
@@ -64,7 +64,7 @@ newEntity{
 
 newEntity{ base = "BASE_NPC_WIGHT",
 	name = "forest wight", color=colors.GREEN, image="npc/forest_wight.png",
-	desc=[[It is a ghostly apparition with a humanoid form.]],
+	desc=_t[[It is a ghostly apparition with a humanoid form.]],
 	level_range = {16, nil}, exp_worth = 1,
 	rarity = 1,
 	max_life = resolvers.rngavg(40,50),
@@ -78,7 +78,7 @@ newEntity{ base = "BASE_NPC_WIGHT",
 
 newEntity{ base = "BASE_NPC_WIGHT",
 	name = "grave wight", color=colors.SLATE, image="npc/grave_wight.png",
-	desc=[[It is a ghostly form with eyes that haunt you.]],
+	desc=_t[[It is a ghostly form with eyes that haunt you.]],
 	level_range = {22, nil}, exp_worth = 1,
 	rarity = 1,
 	max_life = resolvers.rngavg(70,80),
@@ -92,7 +92,7 @@ newEntity{ base = "BASE_NPC_WIGHT",
 newEntity{ base = "BASE_NPC_WIGHT",
 	name = "barrow wight", color=colors.LIGHT_RED, image="npc/barrow_wight.png",
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/barrow_wight.png", display_h=2, display_y=-1}}},
-	desc=[[It is a ghostly nightmare of an entity.]],
+	desc=_t[[It is a ghostly nightmare of an entity.]],
 	level_range = {28, nil}, exp_worth = 1,
 	rarity = 2,
 	max_life = resolvers.rngavg(80,90),
@@ -106,7 +106,7 @@ newEntity{ base = "BASE_NPC_WIGHT",
 newEntity{ base = "BASE_NPC_WIGHT",
 	name = "emperor wight", color=colors.RED, image="npc/emperor_wight.png",
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/emperor_wight.png", display_h=2, display_y=-1}}},
-	desc=[[Your life force is torn from your body as this powerful unearthly being approaches.]],
+	desc=_t[[Your life force is torn from your body as this powerful unearthly being approaches.]],
 	level_range = {36, nil}, exp_worth = 1,
 	rarity = 5,
 	rank = 3,
diff --git a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua
index d7497acd7b..086ab0c90e 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua
@@ -268,7 +268,7 @@ newEntity{ base = "BASE_GREATSWORD",
 		apr = 19,
 		physcrit = 10,
 		dammod = {str=1.2},
-		special_on_hit = {desc="10% chance to send the wielder into a killing frenzy", on_kill=1, fct=function(combat, who)
+		special_on_hit = {desc=_t"10% chance to send the wielder into a killing frenzy", on_kill=1, fct=function(combat, who)
 			if not rng.percent(10) then return end
 			who:setEffect(who.EFF_FRENZY, 3, {crit=12, power=0.3, dieat=0.25})
 		end},
@@ -339,7 +339,7 @@ newEntity{ base = "BASE_LONGBOW",
 		local dam = (40+ who:getMag())
 		local dam2 = (40+ who:getMag()) * 2
 		return ("Automatically fires lightning bolts every game turn at nearby enemies dealing %d to %d lightning damage based on Magic with a chance to inflict Daze."):
-			format(dam, dam2)
+			tformat(dam, dam2)
 	end,
 	combat = {
 		range = 10,
diff --git a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
index 7b349c9c86..b16a1e2f75 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua
@@ -41,9 +41,9 @@ It is said the Conclave created this weapon for their warmaster during the dark
 	special_desc = function(self)
 		local storm = self.winterStorm
 		if not storm or storm.duration <=0 then
-			return ("No Winter Storm Active")
+			return (_t"No Winter Storm Active")
 		else
-			return ("Winter Storm: " .. ((storm.duration and storm.radius) and ("radius %d (%d turns remaining)"):tformat(math.floor(storm.radius), storm.duration) or "None"))
+			return (_t"Winter Storm: " .. ((storm.duration and storm.radius) and ("radius %d (%d turns remaining)"):tformat(math.floor(storm.radius), storm.duration) or _t"None"))
 		end
 	end,
 	combat = {
@@ -136,7 +136,7 @@ It is said the Conclave created this weapon for their warmaster during the dark
 		inc_damage = { [DamageType.COLD] = 20 },
 	},
 	max_power = 40, power_regen = 1,
-	use_power = { name ="precipitate ice walls (lasting 10 turns) within your Winter Storm's area", power = 30,
+	use_power = { name =_t"precipitate ice walls (lasting 10 turns) within your Winter Storm's area", power = 30,
 		use = function(self, who)
 
 			local Object = require "mod.class.Object"
@@ -531,7 +531,7 @@ newEntity{ base = "BASE_HELM",
 
 	set_list = { {"define_as","SET_GARKUL_TEETH"} },
 	set_desc = {
-		garkul = "Another of Garkul's heirlooms would bring out his spirit.",
+		garkul = _t"Another of Garkul's heirlooms would bring out his spirit.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd("skullcracker_mult", 1)
@@ -897,7 +897,7 @@ newEntity{ base = "BASE_AMULET",
 			type = "undead", subtype = "vampire",
 			display = "V", image = "npc/elder_vampire.png",
 			name = "elder vampire", color=colors.RED,
-			desc=[[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others. It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.]],
+			desc=_t[[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others. It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.]],
 
 			combat = { dam=resolvers.levelup(80, 1, 4), atk=10, apr=who.level / 2, damtype=engine.DamageType.DRAINLIFE, dammod={str=1.9} },
 			combat_atk = resolvers.levelup(1, 1, 4),
@@ -956,7 +956,7 @@ newEntity{ base = "BASE_AMULET",
 				control="no",
 				temporary_level = true,
 				type="minion",
-				title="Vampire",
+				title=_t"Vampire",
 			})
 		end
 		self.summoned_vampire = vampire
@@ -1715,7 +1715,7 @@ newEntity{ base = "BASE_MINDSTAR", define_as = "PSIONIC_FURY",
 	max_power = 40, power_regen = 1,
 	use_power = {
 		name = function(self, who) return ("release a wave of psionic power, dealing %0.2f mind damage (based on Willpower) to all within radius %d"):
-		format(who:damDesc(engine.DamageType.MIND, self.use_power.damage(self, who)), self.use_power.radius) end,
+		tformat(who:damDesc(engine.DamageType.MIND, self.use_power.damage(self, who)), self.use_power.radius) end,
 		power = 40,
 		radius = 5,
 		range = 0,
diff --git a/game/modules/tome/data/general/objects/boss-artifacts.lua b/game/modules/tome/data/general/objects/boss-artifacts.lua
index aaebed956c..8e7821f3ca 100644
--- a/game/modules/tome/data/general/objects/boss-artifacts.lua
+++ b/game/modules/tome/data/general/objects/boss-artifacts.lua
@@ -128,7 +128,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as = "RIFT_SWORD",
 		physcrit = 8,
 		dammod = {str=0.9,mag=0.2},
 		convert_damage={[DamageType.TEMPORAL] = 20},
-		special_on_hit = {desc="inflicts bonus temporal damage and slows target", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"inflicts bonus temporal damage and slows target", fct=function(combat, who, target)
 			local dam = (20 + who:getMag()/2)
 			local slow = (10 + who:getMag()/5)/100
 			who:project({type="hit", range=1}, target.x, target.y, engine.DamageType.CHRONOSLOW, {dam=dam, slow=slow})
@@ -184,7 +184,7 @@ newEntity{ base = "BASE_BATTLEAXE",
 		physcrit = 8,
 		dammod = {str=1.2},
 		melee_project={[DamageType.SLIME] = 50, [DamageType.ACID] = 50},
-		special_on_crit = {desc="deal manaburn damage equal to your mindpower in a radius 3 cone", on_kill=1, fct=function(combat, who, target)
+		special_on_crit = {desc=_t"deal manaburn damage equal to your mindpower in a radius 3 cone", on_kill=1, fct=function(combat, who, target)
 			who.turn_procs.gaping_maw = (who.turn_procs.gaping_maw or 0) + 1
 			local tg = {type="cone", range=10, radius=3, force_target=target, selffire=false}
 			local grids = who:project(tg, target.x, target.y, engine.DamageType.MANABURN, who:combatMindpower() / (who.turn_procs.gaping_maw))
diff --git a/game/modules/tome/data/general/objects/egos/ammo.lua b/game/modules/tome/data/general/objects/egos/ammo.lua
index 8e3daaa00d..c508740ebc 100644
--- a/game/modules/tome/data/general/objects/egos/ammo.lua
+++ b/game/modules/tome/data/general/objects/egos/ammo.lua
@@ -109,7 +109,7 @@ newEntity{
 	cost = 40,
 	combat = {
 		physcrit = resolvers.mbonus_material(10, 5),
-		special_on_crit = {desc="Cripple the target reducing mind, spell, and combat action speeds by 30%", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"Cripple the target reducing mind, spell, and combat action speeds by 30%", fct=function(combat, who, target)
 			target:setEffect(target.EFF_CRIPPLE, 4, {src=who, apply_power=who:combatAttack(combat)})
 		end},
 	},
@@ -308,10 +308,10 @@ newEntity{
 	combat = {
 		elemental_bonus = resolvers.mbonus_material(25, 5),  -- We can't use the wielder bonuses this ego normally gets, so give it a scaling bonus instead
 		elemental_element = resolvers.rngtable{
-			{engine.DamageType.FIRE, "flame", "fire"},
-			{engine.DamageType.COLD, "freeze", "cold"},
-			{engine.DamageType.LIGHTNING, "lightning_explosion", "lightning"},
-			{engine.DamageType.ACID, "acid", "acid"},
+			{engine.DamageType.FIRE, "flame", _t"fire"},
+			{engine.DamageType.COLD, "freeze", _t"cold"},
+			{engine.DamageType.LIGHTNING, "lightning_explosion", _t"lightning"},
+			{engine.DamageType.ACID, "acid", _t"acid"},
 		},
 		special_on_hit = {
 			desc=function(self, who, special)
@@ -574,7 +574,7 @@ newEntity{
 			desc=function(self, who, special)
 				local manaburn = special.manaburn(who)
 				return ("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)"):
-					format(manaburn or 0, 1 + math.ceil(who:combatMindpower() / 20))
+					tformat(manaburn or 0, 1 + math.ceil(who:combatMindpower() / 20))
 			end,
 			manaburn=function(who)
 				local dam = math.floor(who:combatStatScale(who:combatMindpower(), 1, 150))
@@ -744,7 +744,7 @@ newEntity{
 	cost = 30,
 	combat = {
 		special_on_hit = {
-			desc="#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", 
+			desc=_t"#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns",
 			fct=function(combat, who, target, dam, special)
 				if not rng.percent(20) then return end
 				local eff = rng.table{"stun", "blind", "pin", "confusion", "silence",}
diff --git a/game/modules/tome/data/general/objects/egos/mindstars.lua b/game/modules/tome/data/general/objects/egos/mindstars.lua
index 1bdc4b0674..2de0113f89 100644
--- a/game/modules/tome/data/general/objects/egos/mindstars.lua
+++ b/game/modules/tome/data/general/objects/egos/mindstars.lua
@@ -212,10 +212,10 @@ newEntity{
 			o.set_list = { {"define_as", "MS_EGO_SET_MITOTIC_SLIME"} }
 			o2.set_list = { {"define_as", "MS_EGO_SET_MITOTIC_ACID"} }
 			o.set_desc = {
-				mitotic = "This mindstar would symbiotize with another like it.",
+				mitotic = _t"This mindstar would symbiotize with another like it.",
 			}
 			o2.set_desc = {
-				mitotic = "This mindstar would symbiotize with another like it.",
+				mitotic = _t"This mindstar would symbiotize with another like it.",
 			}
 
 			o.on_set_complete = function(self, who)
@@ -464,7 +464,7 @@ newEntity{
 			desc=function(self, who, special)
 				local manaburn = special.manaburn(who)
 				return ("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)"):
-					format(manaburn or 0, 1 + math.ceil(who:combatMindpower() / 20))
+					tformat(manaburn or 0, 1 + math.ceil(who:combatMindpower() / 20))
 			end,
 			manaburn=function(who)
 				local dam = math.floor(who:combatStatScale(who:combatMindpower(), 1, 150))
diff --git a/game/modules/tome/data/general/objects/egos/ranged.lua b/game/modules/tome/data/general/objects/egos/ranged.lua
index 0345c6cdae..edfb0b8cbd 100644
--- a/game/modules/tome/data/general/objects/egos/ranged.lua
+++ b/game/modules/tome/data/general/objects/egos/ranged.lua
@@ -465,7 +465,7 @@ newEntity{
 		ranged_project = { 
 			[DamageType.NATURE] = resolvers.mbonus_material(20, 5),
 		},
-		special_on_crit = {desc="silences the target", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"silences the target", fct=function(combat, who, target)
 			if target:canBe("silence") then
 				target:setEffect(target.EFF_SILENCED, 2, {apply_power=who:combatAttack(), no_ct_effect=true})
 			end
diff --git a/game/modules/tome/data/general/objects/egos/shield.lua b/game/modules/tome/data/general/objects/egos/shield.lua
index a631e53950..0b8f4a6272 100644
--- a/game/modules/tome/data/general/objects/egos/shield.lua
+++ b/game/modules/tome/data/general/objects/egos/shield.lua
@@ -477,7 +477,7 @@ newEntity{
 	greater_ego = 1,
 	cost = 5,
 	special_combat = {
-		special_on_hit = {desc="reduce the cooldown of your ward talent by 1", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"reduce the cooldown of your ward talent by 1", fct=function(combat, who, target)
 		if who.talents_cd[who.T_WARD] then
 			who.talents_cd[who.T_WARD] = who.talents_cd[who.T_WARD] - 1
 		end
@@ -669,7 +669,7 @@ newEntity{
 	special_combat = {
 		dam = resolvers.mbonus_material(5, 5),
 		special_on_crit = {
-			desc="Smash the target reducing mind, spell, and combat action speeds by 30%", 
+			desc=_t"Smash the target reducing mind, spell, and combat action speeds by 30%", 
 			fct=function(combat, who, target)
 				target:setEffect(target.EFF_CRIPPLE, 4, {src=who, apply_power=who:combatAttack(combat)})
 			end
diff --git a/game/modules/tome/data/general/objects/egos/totems-powers.lua b/game/modules/tome/data/general/objects/egos/totems-powers.lua
index d8a48f87bf..bb3d9e3906 100644
--- a/game/modules/tome/data/general/objects/egos/totems-powers.lua
+++ b/game/modules/tome/data/general/objects/egos/totems-powers.lua
@@ -190,7 +190,7 @@ newEntity{
 				game.party:addMember(m, {
 					control=false,
 					type="summon",
-					title="Summon",
+					title=_t"Summon",
 				})
 			end
 			local stats = self.use_power.tentacleStats(self, who)
diff --git a/game/modules/tome/data/general/objects/egos/weapon.lua b/game/modules/tome/data/general/objects/egos/weapon.lua
index 0198016bee..425c62870f 100644
--- a/game/modules/tome/data/general/objects/egos/weapon.lua
+++ b/game/modules/tome/data/general/objects/egos/weapon.lua
@@ -121,7 +121,7 @@ newEntity{
 		combat_physcrit = resolvers.mbonus_material(10, 5),
 	},
 	combat = {
-		special_on_crit = {desc="Cripple the target reducing mind, spell, and combat action speeds by 30%", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"Cripple the target reducing mind, spell, and combat action speeds by 30%", fct=function(combat, who, target)
 			target:setEffect(target.EFF_CRIPPLE, 4, {src=who, apply_power=who:combatAttack(combat)})
 		end},
 	},
@@ -397,10 +397,10 @@ newEntity{
 	},
 	combat = {
 		elemental_element = resolvers.rngtable{  -- We put this in the combat table because special_on_hit isn't passed the full object
-			{engine.DamageType.FIRE, "flame", "fire"},
-			{engine.DamageType.COLD, "freeze", "cold"},
-			{engine.DamageType.LIGHTNING, "lightning_explosion", "lightning"},
-			{engine.DamageType.ACID, "acid", "acid"},
+			{engine.DamageType.FIRE, "flame", _t"fire"},
+			{engine.DamageType.COLD, "freeze", _t"cold"},
+			{engine.DamageType.LIGHTNING, "lightning_explosion", _t"lightning"},
+			{engine.DamageType.ACID, "acid", _t"acid"},
 		},
 		special_on_hit = {
 			desc=function(self, who, special)
@@ -658,7 +658,7 @@ newEntity{
 			desc=function(self, who, special)
 				local manaburn = special.manaburn(who)
 				return ("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)"):
-					format(manaburn or 0, 1 + math.ceil(who:combatMindpower() / 20))
+					tformat(manaburn or 0, 1 + math.ceil(who:combatMindpower() / 20))
 			end,
 			manaburn=function(who)
 				local dam = math.max(15, math.floor(who:combatStatScale(who:combatMindpower(), 1, 150)))
@@ -858,7 +858,7 @@ newEntity{
 	cost = 30,
 	combat = {
 		special_on_hit = {
-			desc="#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", 
+			desc=_t"#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns",
 			fct=function(combat, who, target, dam, special)
 				if not rng.percent(20) then return end
 				local eff = rng.table{"stun", "blind", "pin", "confusion", "silence",}
diff --git a/game/modules/tome/data/general/objects/lore/fun.lua b/game/modules/tome/data/general/objects/lore/fun.lua
index 306ab6bac3..f74f8b9736 100644
--- a/game/modules/tome/data/general/objects/lore/fun.lua
+++ b/game/modules/tome/data/general/objects/lore/fun.lua
@@ -43,7 +43,7 @@ newEntity{ base = "BASE_LORE_RANDOM",
 
 for i = 1, 4 do
 newEntity{ base = "BASE_LORE_RANDOM",
-	name = "how to become a necromancer, part "..i, lore="necromancer-primer-"..i, unique=true,
+	name = ("how to become a necromancer, part %d"):tformat(i), lore="necromancer-primer-"..i, unique=true,
 	desc = _t[[How to become a powerful Necromancer!]],
 	level_range = {15, 50},
 	rarity = 40,
@@ -59,14 +59,14 @@ newEntity{ base = "BASE_LORE_RANDOM",
 
 for i = 1, 5 do
 local who
-if i == 1 then who = "Rolf" nb = 1
-elseif i == 2 then who = "Weisman" nb = 1
-elseif i == 3 then who = "Rolf" nb = 2
-elseif i == 4 then who = "Weisman" nb = 2
-elseif i == 5 then who = "Weisman" nb = 3
+if i == 1 then who = _t"Rolf" nb = 1
+elseif i == 2 then who = _t"Weisman" nb = 1
+elseif i == 3 then who = _t"Rolf" nb = 2
+elseif i == 4 then who = _t"Weisman" nb = 2
+elseif i == 5 then who = _t"Weisman" nb = 3
 end
 newEntity{ base = "BASE_LORE_RANDOM",
-	name = "letter to "..who.."("..nb..")", lore="adventurer-letter-"..i, unique=true,
+	name = ("letter to %s (%d)"):tformat(who, nb), lore="adventurer-letter-"..i, unique=true,
 	desc = _t[[A part of the correspondence between two adventurers.]],
 	level_range = {1, 20},
 	rarity = 20,
diff --git a/game/modules/tome/data/general/objects/quest-artifacts.lua b/game/modules/tome/data/general/objects/quest-artifacts.lua
index 4556865028..eace9c003d 100644
--- a/game/modules/tome/data/general/objects/quest-artifacts.lua
+++ b/game/modules/tome/data/general/objects/quest-artifacts.lua
@@ -438,7 +438,7 @@ Items in the chest will not encumber you.]],
 
 	on_pickup = function(self, who)
 		who.default_transmo_source = self
-		require("engine.ui.Dialog"):simpleLongPopup("Transmogrification Chest", [[This chest is an extension of old Sher'Tul places of power. Any items dropped inside is transported to an other place, processed and destroyed to extract energy.
+		require("engine.ui.Dialog"):simpleLongPopup(_t"Transmogrification Chest", _t[[This chest is an extension of old Sher'Tul places of power. Any items dropped inside is transported to an other place, processed and destroyed to extract energy.
 The byproduct of this effect is the creation of gold, which is useless to process, so it is sent back to you.
 
 When you possess the chest all items you walk upon will automatically be put inside and transmogrified when you leave the level.
diff --git a/game/modules/tome/data/general/objects/world-artifacts-far-east.lua b/game/modules/tome/data/general/objects/world-artifacts-far-east.lua
index cc0606551a..7f8ffe15f4 100644
--- a/game/modules/tome/data/general/objects/world-artifacts-far-east.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts-far-east.lua
@@ -107,7 +107,7 @@ newEntity{ base = "BASE_SHIELD", define_as = "SHIELD_UNSETTING",
 	},
 	set_list = { {"define_as","SWORD_DAWN"} },
 	set_desc = {
-		dawn = "Glows brightly in the light of dawn.",
+		dawn = _t"Glows brightly in the light of dawn.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","life_regen"}, 5)
@@ -255,7 +255,7 @@ Now the broken fragments of Raasul's soul are trapped in this terrible artifact,
 		dammod = {str=1, mag=0.1},
 		convert_damage = {[DamageType.BLIGHT] = 50},
 		lifesteal=5,
-		special_on_hit = {desc="15% chance to animate a bleeding foe's blood", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"15% chance to animate a bleeding foe's blood", fct=function(combat, who, target)
 			if not rng.percent(15) then return end
 			local cut = false
 
@@ -322,7 +322,7 @@ Now the broken fragments of Raasul's soul are trapped in this terrible artifact,
 			game.party:addMember(m, {
 				control=false,
 				type="summon",
-				title="Summon",
+				title=_t"Summon",
 				orders = {target=true, leash=true, anchor=true, talents=true},
 			})
 
@@ -409,7 +409,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as = "SWORD_DAWN",
 	
 	set_list = { {"define_as","SHIELD_UNSETTING"} },
 	set_desc = {
-		dawn = "If the sun doesn't set, dawn's power lasts forever.",
+		dawn = _t"If the sun doesn't set, dawn's power lasts forever.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"combat","melee_project"}, {[engine.DamageType.LIGHT]=15, [engine.DamageType.FIRE]=15})
@@ -464,7 +464,7 @@ newEntity{ base = "BASE_KNIFE", define_as = "MANDIBLE_UNGOLMOR",
 		physcrit = 22,
 		dammod = {cun=0.30, str=0.35, dex=0.35},
 		convert_damage ={[DamageType.DARKNESS] = 30},
-		special_on_crit = {desc="inflicts spydric poison dealing 200 damage over 3 turns and pinning the target", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"inflicts spydric poison dealing 200 damage over 3 turns and pinning the target", fct=function(combat, who, target)
 			if target:canBe("poison") then
 				local tg = {type="hit", range=1}
 				who:project(tg, target.x, target.y, engine.DamageType.SPYDRIC_POISON, {src=who, dam=200, dur=3})
diff --git a/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua b/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua
index 8d43654d60..22038c9b8b 100644
--- a/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts-maj-eyal.lua
@@ -1051,7 +1051,7 @@ It hums faintly, as if great power is locked within, yet alone it seems incomple
 	use_talent = { id = Talents.T_ARCANE_SUPREMACY, level = 3, power = 20 },
 	set_list = { {"define_as", "SET_HAT_CHANNELERS"} },
 	set_desc = {
-		channelers = "A true understanding of the arcane is needed to release its full power.",
+		channelers = _t"A true understanding of the arcane is needed to release its full power.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","max_mana"}, 100)
@@ -1087,7 +1087,7 @@ Touching the cloth you feel a sense of knowledge and power from bygone ages, yet
 	max_power = 40, power_regen = 1,
 	set_list = { {"define_as", "SET_STAFF_CHANNELERS"} },
 	set_desc = {
-		channelers = "Only supremacy of the arcane can release its full power.",
+		channelers = _t"Only supremacy of the arcane can release its full power.",
 	},
 	on_set_complete = function(self, who)
 		local Talents = require "engine.interface.ActorTalents"
@@ -1208,7 +1208,7 @@ newEntity{ base = "BASE_KNIFE", --Razakai's idea, slightly modified
 		apr = 9,
 		physcrit = 15,
 		dammod = {str=0.45, dex=0.55},
-		special_on_hit = {desc="deals 60 physical damage increased by 1% for each 1% life the target has lost", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"deals 60 physical damage increased by 1% for each 1% life the target has lost", fct=function(combat, who, target)
 			local tg = {type="ball", range=10, radius=0, selffire=false}
 			local bonus = 1 + (1 - target.life / target.max_life)
 			who:project(tg, target.x, target.y, engine.DamageType.PHYSICAL, 60*bonus)
diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index 353a910c8a..aa511f45c3 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -179,7 +179,7 @@ newEntity{ base = "BASE_RING",
 		name = function(self, who)
 			local dam = self.use_power.damage(self, who)
 			return ("summon a radius %d tidal wave that expands slowly over %d turns, dealing %0.2f cold and %0.2f physical damage (based on Willpower) each turn, knocking opponents back, and lowering their stun resistance"):
-			format(self.use_power:radius(who), self.use_power.duration(self, who), who:damDesc(engine.DamageType.COLD, dam/2), who:damDesc(engine.DamageType.PHYSICAL, dam/2))
+			tformat(self.use_power:radius(who), self.use_power.duration(self, who), who:damDesc(engine.DamageType.COLD, dam/2), who:damDesc(engine.DamageType.PHYSICAL, dam/2))
 		end,
 		power = 60,
 		radius = function(self, who) return 1 end,
@@ -344,7 +344,7 @@ newEntity{ base = "BASE_AMULET", define_as = "SET_GARKUL_TEETH",
 
 	set_list = { {"define_as", "HELM_OF_GARKUL"} },
 	set_desc = {
-		garkul = "Another of Garkul's heirlooms would bring out his spirit.",
+		garkul = _t"Another of Garkul's heirlooms would bring out his spirit.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","die_at"}, -100)
@@ -653,7 +653,7 @@ newEntity{ base = "BASE_SHIELD",
 			who:logCombat(src, "#ORCHID##Source#'s tendrils pull #Target# in!")
 			src:pull(who.x, who.y, 15)
 		else
-			game.logSeen(src, "#ORCHID#%s resists the tendrils' pull!", src.name:capitalize())
+			game.logSeen(src, "#ORCHID#%s resists the tendrils' pull!", src:getName():capitalize())
 		end
 		if core.fov.distance(who.x, who.y, src.x, src.y) <= 1 and src:canBe('pin') then
 			src:setEffect(src.EFF_CONSTRICTED, 6, {src=who})
@@ -682,7 +682,7 @@ newEntity{ base = "BASE_LIGHT_ARMOR",
 	on_takeoff = function(self, who)
 		self.worn_by = nil
 	end,
-	special_desc = function(self) return "Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns."
+	special_desc = function(self) return _t"Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns."
 	end,
 	wielder = {
 		combat_def = 6,
@@ -844,7 +844,7 @@ newEntity{ base = "BASE_KNIFE",
 		dammod = {dex=0.55,str=0.35},
 		no_stealth_break = true,
 		melee_project={[DamageType.RANDOM_SILENCE] = 10},
-		special_on_kill = {desc="Enter stealth for 3 turns.", fct=function(combat, who, target)
+		special_on_kill = {desc=_t"Enter stealth for 3 turns.", fct=function(combat, who, target)
 			who:setEffect(who.EFF_SILENT_STEALTH, 3, { power = 30 })
 		end},
 	},
@@ -896,7 +896,7 @@ newEntity{ base = "BASE_KNIFE", define_as = "ART_PAIR_MOON",
 	},
 	set_list = { {"define_as","ART_PAIR_STAR"} },
 	set_desc = {
-		moon = "The moon shines alone in a starless sky.",
+		moon = _t"The moon shines alone in a starless sky.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","lite"}, 2)
@@ -951,7 +951,7 @@ newEntity{ base = "BASE_KNIFE", define_as = "ART_PAIR_STAR",
 	},
 	set_list = { {"define_as","ART_PAIR_MOON"} },
 	set_desc = {
-		star = "The star shines alone in a moonless sky.",
+		star = _t"The star shines alone in a moonless sky.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","lite"}, 2)
@@ -1032,7 +1032,7 @@ newEntity{ base = "BASE_MACE", define_as = "CROOKED_CLUB",
 			[DamageType.PHYSICAL] = 30,
 
 		},
-		special_on_hit = {desc="Reduce targets accuracy and powers by 5 (stacks 5 times)", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"Reduce targets accuracy and powers by 5 (stacks 5 times)", fct=function(combat, who, target)
 			target:setEffect(target.EFF_CROOKED, 5, { power = 5 })
 		end},
 	},
@@ -1101,7 +1101,7 @@ newEntity{ base = "BASE_HELM", define_as = "HELM_KROLTAR",
 	use_talent = { id = Talents.T_BELLOWING_ROAR, level = 3, power = 45 },
 	set_list = { {"define_as","SCALE_MAIL_KROLTAR"} },
 	set_desc = {
-		kroltar = "Kroltar's power resides in his scales.",
+		kroltar = _t"Kroltar's power resides in his scales.",
 	},
 	on_set_complete = function(self, who)
 		local Stats = require "engine.interface.ActorStats"
@@ -1266,7 +1266,7 @@ newEntity{ base = "BASE_GLOVES",
 
 	set_list = { {"define_as", "SET_MIGHTY_GIRDLE"} },
 	set_desc = {
-		giantset = "This would be great with a mighty matching belt.",
+		giantset = _t"This would be great with a mighty matching belt.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","combat_dam"}, 10)
@@ -1295,7 +1295,7 @@ newEntity{ base = "BASE_LEATHER_BELT",
 
 	set_list = { {"define_as", "SET_GIANT_WRAPS"} },
 	set_desc = {
-		giantset = "Some giant wraps would make you feel great.",
+		giantset = _t"Some giant wraps would make you feel great.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","max_life"}, 60)
@@ -1485,7 +1485,7 @@ newEntity{ base = "BASE_CLOTH_ARMOR", define_as = "SET_TEMPORAL_ROBE",
 
 	set_list = { {"define_as", "SET_TEMPORAL_FEZ"} },
 	set_desc = {
-		tardis = "Oddly it never produces a hat.",
+		tardis = _t"Oddly it never produces a hat.",
 	},
 	on_set_complete = function(self, who)
 	end,
@@ -1526,7 +1526,7 @@ newEntity{ base = "BASE_WIZARD_HAT", define_as = "SET_TEMPORAL_FEZ",
 
 	set_list = { {"define_as", "SET_TEMPORAL_ROBE"} },
 	set_desc = {
-		tardis = "Needs something equally stylish and cool to go with it.",
+		tardis = _t"Needs something equally stylish and cool to go with it.",
 	},
 	on_set_complete = function(self, who)
 		game.logPlayer(who, "#STEEL_BLUE#A time vortex briefly appears in front of you.")
@@ -1789,7 +1789,7 @@ newEntity{ base = "BASE_HEAVY_ARMOR", define_as = "SCALE_MAIL_KROLTAR",
 	use_talent = { id = Talents.T_DEVOURING_FLAME, level = 3, power = 50 },
 	set_list = { {"define_as","HELM_KROLTAR"} },
 	set_desc = {
-		kroltar = "Kroltar's head would turn up the heat.",
+		kroltar = _t"Kroltar's head would turn up the heat.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","max_life"}, 120)
@@ -1857,7 +1857,7 @@ newEntity{ base = "BASE_GREATSWORD",
 		apr = 9,
 		physcrit = 9,
 		dammod = {str=1.29},
-		special_on_hit = {desc="9% chance to stun or confuse the target", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"9% chance to stun or confuse the target", fct=function(combat, who, target)
 			if not rng.percent(9) then return end
 			local eff = rng.table{"stun", "confusion"}
 			if not target:canBe(eff) then return end
@@ -1888,7 +1888,7 @@ newEntity{ base = "BASE_MACE",
 		apr = 5,
 		physcrit = 2.5,
 		dammod = {str=1},
-		special_on_hit = {desc="10% chance to shimmer to a different hue and gain powers", on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"10% chance to shimmer to a different hue and gain powers", on_kill=1, fct=function(combat, who, target)
 			if not rng.percent(10) then return end
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "URESLAK_FEMUR")
 			if not o or not who:getInven(inven_id).worn then return end
@@ -1940,7 +1940,7 @@ newEntity{ base = "BASE_MACE",
 	},
 	set_list = { {"define_as","URESLAK_CLOAK"} },
 	set_desc = {
-		ureslak = "What would happen if more of Ureslak's remains were reunited?",
+		ureslak = _t"What would happen if more of Ureslak's remains were reunited?",
 	},
 }
 
@@ -1977,7 +1977,7 @@ newEntity{ base = "BASE_CLOAK",
 		name = function(self, who)
 			local resists={"Fire", "Cold", "Lightning", "Nature", "Darkness"}
 			if self.set_complete then table.insert(resists, "Arcane") end
-			return ("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)"):tformat(table.concatNice(resists, ", ", ", or "))
+			return ("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)"):tformat(table.concatNice(table.capitalize(table.ts(table.lower(resists))), ", ", _t", or "))
 		end,
 		tactical = { DEFEND = 1 },
 		power = 50,
@@ -1991,7 +1991,7 @@ newEntity{ base = "BASE_CLOAK",
 	},
 	set_list = { {"define_as","URESLAK_FEMUR"} },
 	set_desc = {
-		ureslak = "It would go well with another part of Ureslak.",
+		ureslak = _t"It would go well with another part of Ureslak.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","equilibrium_regen"}, -1)
@@ -2074,10 +2074,10 @@ newEntity{ base = "BASE_LONGSWORD", define_as = "ART_PAIR_TWSWORD",
 	},
 	set_list = { {"define_as","ART_PAIR_TWDAG"} },
 	set_desc = {
-		twsword = "In the past there was a dagger with it.",
+		twsword = _t"In the past there was a dagger with it.",
 	},
 	on_set_complete = function(self, who)
-		self.combat.special_on_hit = {desc="10% chance to reduce the target's resistances to all damage", fct=function(combat, who, target)
+		self.combat.special_on_hit = {desc=_t"10% chance to reduce the target's resistances to all damage", fct=function(combat, who, target)
 			if not rng.percent(10) then return end
 			target:setEffect(target.EFF_FLAWED_DESIGN, 3, {power=20})
 		end}
@@ -2131,10 +2131,10 @@ newEntity{ base = "BASE_KNIFE", define_as = "ART_PAIR_TWDAG",
 	},
 	set_list = { {"define_as","ART_PAIR_TWSWORD"} },
 	set_desc = {
-		twsword = "Potentially it would go with a sword in the future.",
+		twsword = _t"Potentially it would go with a sword in the future.",
 	},
 	on_set_complete = function(self, who)
-		self.combat.special_on_hit = {desc="10% chance to return the target to a much younger state", fct=function(combat, who, target)
+		self.combat.special_on_hit = {desc=_t"10% chance to return the target to a much younger state", fct=function(combat, who, target)
 			if not rng.percent(10) then return end
 			target:setEffect(target.EFF_TURN_BACK_THE_CLOCK, 3, {power=10})
 		end}
@@ -2286,7 +2286,7 @@ newEntity{ base = "BASE_ARROW",
 		physcrit = 2,
 		dammod = {dex=0.6, str=0.5, wil=0.2},
 		damtype = DamageType.MIND,
-		special_on_crit = {desc="dominate the target", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"dominate the target", fct=function(combat, who, target)
 			if not target or target == self then return end
 			if target:canBe("instakill") then
 				local check = math.max(who:combatSpellpower(), who:combatMindpower(), who:combatAttack())
@@ -2432,7 +2432,7 @@ newEntity{ base = "BASE_SHOT",
 		physcrit = 10,
 		dammod = {dex=0.7, cun=0.5},
 		damtype = DamageType.FIRE,
-		special_on_hit = {desc="sets off a powerful explosion", on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"sets off a powerful explosion", on_kill=1, fct=function(combat, who, target)
 			local tg = {type="ball", range=0, radius=3, friendlyfire=false}
 			local grids = who:project(tg, target.x, target.y, engine.DamageType.FIREKNOCKBACK, {dist=3, dam=40 + who:getMag()*0.6 + who:getCun()*0.6})
 			game.level.map:particleEmitter(target.x, target.y, tg.radius, "ball_fire", {radius=tg.radius})
@@ -2668,7 +2668,7 @@ newEntity{ base = "BASE_STAFF", define_as = "SET_SCEPTRE_LICH",
 	end,
 	set_list = { {"define_as", "SET_LICH_RING"} },
 	set_desc = {
-		archlich = "It desires to be surrounded by undeath.",
+		archlich = _t"It desires to be surrounded by undeath.",
 	},
 	on_set_complete = function(self, who)
 	end,
@@ -2960,7 +2960,7 @@ newEntity{ base = "BASE_KNIFE",
 		convert_damage = {
 			[DamageType.DARKNESS] = 50,
 		},
-		special_on_hit = {desc="20% chance to make the target bleed shadows. You heal for 15 whenever you hit an enemy bleeding shadows.", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"20% chance to make the target bleed shadows. You heal for 15 whenever you hit an enemy bleeding shadows.", fct=function(combat, who, target)
 			if target:canBe("cut") and rng.percent(20) then
 				target:setEffect(target.EFF_SHADOW_CUT, 5, {apply_power=math.max(who:combatSpellpower(), who:combatAttack()), src=who, dam=20, heal=15})
 			else
@@ -3041,7 +3041,7 @@ newEntity{ base = "BASE_SHOT",
 		physcrit = 10,
 		dammod = {dex=0.7, cun=0.5},
 		damtype = DamageType.ICE,
-		special_on_hit = {desc="bursts into an icy cloud",on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"bursts into an icy cloud",on_kill=1, fct=function(combat, who, target)
 			local duration = 4
 			local radius = 1
 			local dam = (10 + who:getMag()/5 + who:getDex()/3)
@@ -3076,7 +3076,7 @@ newEntity{ base = "BASE_WHIP",
 		physcrit = 5,
 		dammod = {dex=1},
 		convert_damage = {[DamageType.LIGHTNING_DAZE] = 50,},
-		special_on_crit = {desc="Focus the lightning forces on an enemy", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"Focus the lightning forces on an enemy", fct=function(combat, who, target)
 			if rng.percent(25) then
 				game.logPlayer(who, "The storm is on your side !")
 				target:setEffect(target.EFF_HURRICANE, 5, {src=who, dam=who:getDex()*0.5+who:getMag()*0.5, radius=2 })
@@ -3140,7 +3140,7 @@ newEntity{ base = "BASE_WHIP",
 		dammod = {dex=0.7, wil=0.2, cun=0.1},
 		wil_attack = true,
 		damtype=DamageType.MIND,
-		special_on_crit = {desc="Try to fry your enemies brain (25% chance to brainlock)", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"Try to fry your enemies brain (25% chance to brainlock)", fct=function(combat, who, target)
 			if rng.percent(25) then
 				local maxpower = math.max(who:combatAttack(), who:combatMindpower())
 				target:crossTierEffect(target.EFF_BRAINLOCKED, maxpower)
@@ -3397,7 +3397,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as="CORPUS",
 		physcrit = 4,
 		dammod = {str=1,},
 		melee_project={[DamageType.DRAINLIFE] = 18},
-		special_on_kill = {desc="grows dramatically in power", fct=function(combat, who, target)
+		special_on_kill = {desc=_t"grows dramatically in power", fct=function(combat, who, target)
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "CORPUS")
 			if not o or not who:getInven(inven_id).worn then return end
 			who:onTakeoff(o, inven_id, true)
@@ -3407,7 +3407,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as="CORPUS",
 			if not rng.percent(o.combat.physcrit*0.8) or o.combat.physcrit < 30 then return end
 			o.summon(o, who)
 		end},
-		special_on_crit = {desc="grows in power", on_kill=1, fct=function(combat, who, target)
+		special_on_crit = {desc=_t"grows in power", on_kill=1, fct=function(combat, who, target)
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "CORPUS")
 			if not o or not who:getInven(inven_id).worn then return end
 			who:onTakeoff(o, inven_id, true)
@@ -3472,7 +3472,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as="CORPUS",
 					control="no",
 					temporary_level = true,
 					type="minion",
-					title="Vilespawn",
+					title=_t"Vilespawn",
 				})
 			end
 	end,
@@ -3504,7 +3504,7 @@ newEntity{ base = "BASE_LONGSWORD",
 		physcrit = 7,
 		dammod = {str=1,wil=0.1},
 		damage_convert = {[DamageType.MIND]=20,},
-		special_on_hit = {desc="torments the target with many mental effects", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"torments the target with many mental effects", fct=function(combat, who, target)
 			if not who:checkHit(who:combatMindpower(), target:combatMentalResist()*0.9) then return end
 			target:setEffect(target.EFF_WEAKENED_MIND, 2, {power=0, save=20})
 			if not rng.percent(40) then return end
@@ -3518,7 +3518,7 @@ newEntity{ base = "BASE_LONGSWORD",
 			elseif eff == "silence" then target:setEffect(target.EFF_SILENCED, 3, {})
 			end
 		end},
-		special_on_kill = {desc="reduces mental save penalty", fct=function(combat, who, target)
+		special_on_kill = {desc=_t"reduces mental save penalty", fct=function(combat, who, target)
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "ANIMA")
 			if not o or not who:getInven(inven_id).worn then return end
 			if o.wielder.combat_mentalresist >= 0 then return end
@@ -3604,7 +3604,7 @@ newEntity{ base = "BASE_LONGSWORD", define_as="MORRIGOR",
 				who:project(tg, target.x, target.y, engine.DamageType.ARCANE, damage)
 				who:project(tg, target.x, target.y, engine.DamageType.DARKNESS, damage)
 			end},
-		special_on_kill = {desc="swallows the victim's soul, gaining a new power", fct=function(combat, who, target)
+		special_on_kill = {desc=_t"swallows the victim's soul, gaining a new power", fct=function(combat, who, target)
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "MORRIGOR")
 			if o.use_talent then return end
 			local got_talent = false
@@ -3666,7 +3666,7 @@ newEntity{ base = "BASE_WHIP", define_as = "HYDRA_BITE",
 		dammod = {str=0.9, dex=0.4},
 		talent_on_hit = { [Talents.T_LIGHTNING_BREATH_HYDRA] = {level=3, chance=10}, [Talents.T_ACID_BREATH] = {level=3, chance=10}, [Talents.T_POISON_BREATH] = {level=3, chance=10} },
 		--convert_damage = {[DamageType.NATURE]=25,[DamageType.ACID]=25,[DamageType.LIGHTNING]=25},
-		special_on_hit = {desc="hit up to two adjacent enemies",on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"hit up to two adjacent enemies",on_kill=1, fct=function(combat, who, target)
 				local o, item, inven_id = who:findInAllInventoriesBy("define_as", "HYDRA_BITE")
 				if not o or not who:getInven(inven_id).worn then return end
 				local tgts = {}
@@ -3945,7 +3945,7 @@ newEntity{ base = "BASE_GAUNTLETS",
 	end,
 	max_power = 150, power_regen = 1,
 	use_power = {
-	name = "destroy an arcane item (of a higher tier than the gauntlets)", power = 1,
+	name = _t"destroy an arcane item (of a higher tier than the gauntlets)", power = 1,
 	no_npc_use = true,
 	use = function(self, who, obj_inven, obj_item)
 		if self.tinker then
@@ -3953,7 +3953,7 @@ newEntity{ base = "BASE_GAUNTLETS",
 			return
 		end
 
-		local d = who:showInventory("Destroy which item?", who:getInven("INVEN"), function(o) return o.unique and o.power_source and o.power_source.arcane and o.power_source.arcane and o.power_source.arcane == true and o.material_level and o.material_level > self.material_level end, function(o, item, inven)
+		local d = who:showInventory(_t"Destroy which item?", who:getInven("INVEN"), function(o) return o.unique and o.power_source and o.power_source.arcane and o.power_source.arcane and o.power_source.arcane == true and o.material_level and o.material_level > self.material_level end, function(o, item, inven)
 			if o.material_level <= self.material_level then return end
 			self.material_level=self.material_level + 1
 			game.logPlayer(who, "You crush the %s, and the gloves take on an illustrious shine!", o:getName{do_color=true})
@@ -4008,7 +4008,7 @@ newEntity{ base = "BASE_SHIELD",
 		physcrit = 4.5,
 		dammod = {str=1},
 		damtype = DamageType.LIGHT,
-		special_on_hit = {desc="releases a burst of light", on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"releases a burst of light", on_kill=1, fct=function(combat, who, target)
 			local tg = {type="ball", range=0, radius=1, selffire=false}
 			local grids = who:project(tg, target.x, target.y, engine.DamageType.LITE_LIGHT, 30 + who:getWil()*0.5)
 			game.level.map:particleEmitter(target.x, target.y, tg.radius, "ball_light", {radius=tg.radius})
@@ -4370,7 +4370,7 @@ newEntity{ base = "BASE_ARROW", --Thanks Grayswandir!
 		physcrit = 5,
 		dammod = {dex=0.7, str=0.5},
 		-- Items can't pass parameters to DamageTypes, so we use special_on_hit instead. Thanks Shibari!
-		special_on_hit = {desc="afflicts the target with a poison dealing 20 damage per turn and causing actions to fail 20% of the time for 6 turns", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"afflicts the target with a poison dealing 20 damage per turn and causing actions to fail 20% of the time for 6 turns", fct=function(combat, who, target)
 			if target and target:canBe("poison") then
 				target:setEffect(target.EFF_CRIPPLING_POISON, 6, {src=who, power=20, fail=20, no_ct_effect=true})
 			end
@@ -4569,7 +4569,7 @@ newEntity{ base = "BASE_LITE", --Thanks Grayswandir!
 			game.party:addMember(m, {
 				control=false,
 				type="summon",
-				title="Summon",
+				title=_t"Summon",
 				orders = {target=true, leash=true, anchor=true, talents=true},
 			})
 			return {id=true, used=true}
@@ -4688,7 +4688,7 @@ newEntity{ base = "BASE_TOOL_MISC",
 			game.party:addMember(m, {
 				control=false,
 				type="summon",
-				title="Summon",
+				title=_t"Summon",
 				temporary_level = true,
 				orders = {target=true, leash=true, anchor=true, talents=true},
 			})
@@ -4866,7 +4866,7 @@ newEntity{ base = "BASE_SHOT", --Thanks Grayswandir!
 			[DamageType.MIND] = 25,
 			[DamageType.MINDSLOW] = 30,
 		},
-		special_on_hit = {desc="50% chance to reload 1 ammo", on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"50% chance to reload 1 ammo", on_kill=1, fct=function(combat, who, target)
 			if not rng.percent(50) then return end
 			local ammo = who:hasAmmo()
 			if not ammo then return end
@@ -4896,7 +4896,7 @@ newEntity{ base = "BASE_SHOT", --Thanks Grayswandir!
 		travel_speed = 1,
 		dammod = {dex=0.7, cun=0.5},
 		talent_on_hit = { [Talents.T_TORNADO] = {level=2, chance=10} },
-		special_on_hit = {desc="35% chance for lightning to arc to a second target", on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"35% chance for lightning to arc to a second target", on_kill=1, fct=function(combat, who, target)
 			if not rng.percent(35) then return end
 			local tgts = {}
 			local x, y = target.x, target.y
@@ -4938,7 +4938,7 @@ newEntity{ base = "BASE_GREATMAUL",
 		physcrit = 4,
 		dammod = {str=1.2},
 		melee_project={[DamageType.NATURE] = 20},
-		special_on_hit = {desc="50% chance to shatter magical shields", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"50% chance to shatter magical shields", fct=function(combat, who, target)
 			if not rng.percent(50) then return end
 			if not target then return end
 
@@ -5198,7 +5198,7 @@ newEntity{ base = "BASE_TOOL_MISC", --Sorta Thanks Donkatsu!
 	end,
 	max_power = 15, power_regen = 1,
 	use_power = {
-		name = "take root increasing health by 300, armor by 20, and armor hardiness by 20%% but rooting you in place for 4 turns",
+		name = _t"take root increasing health by 300, armor by 20, and armor hardiness by 20%% but rooting you in place for 4 turns",
 		power = 10,
 		tactical = {DEFEND = 2},
 		on_pre_use_ai = function(self, who, silent, fake)
@@ -5381,7 +5381,7 @@ newEntity{ base = "BASE_TOOL_MISC", --Thanks Alex!
 	},
 	max_power = 20, power_regen = 1,
 	use_power = {
-		name = function(self, who) return ("flip the hourglass (sands currently flowing towards %s)"):tformat(self.direction > 0 and "stability" or "entropy") end,
+		name = function(self, who) return ("flip the hourglass (sands currently flowing towards %s)"):tformat(self.direction > 0 and _t"stability" or _t"entropy") end,
 		power = 20,
 		tactical = function(self, who, aitarget)
 			if not aitarget then return end
@@ -5671,7 +5671,7 @@ newEntity{ base = "BASE_ARROW",
 		apr = 20,
 		physcrit = 8,
 		dammod = {dex=0.5, str=0.7},
-		special_on_crit = {desc="pin the target to the nearest wall", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"pin the target to the nearest wall", fct=function(combat, who, target)
 			if not target or target == self then return end
 			if target:checkHit(who:combatPhysicalpower()*1.25, target:combatPhysicalResist(), 0, 95, 15) and target:canBe("knockback") then
 				game.logSeen(target, "%s is knocked back and pinned!", target:getName():capitalize())
@@ -5801,7 +5801,7 @@ newEntity{ base = "BASE_BATTLEAXE",
 		apr = 25,
 		physcrit = 25,
 		dammod = {str=1.3},
-		special_on_crit = {desc="decapitate a weakened target", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"decapitate a weakened target", fct=function(combat, who, target)
 			if not target or target == self then return end
 			if target:checkHit(who:combatPhysicalpower(), target:combatPhysicalResist(), 0, 95, 15) and target:canBe("instakill") and target.life > 0 and ((target.life < target.max_life * 0.25 and target.rank < 3.5) or target.life < target.max_life * 0.10) then
 				target:die(who)
@@ -6126,7 +6126,7 @@ Passed on and on, this blade has developed a thirst of its own.]],
 		physcrit = 9,
 		dammod = {str=0.45, dex=0.55, mag=0.05},
 		talent_on_hit = { T_DISPERSE_MAGIC = {level=1, chance=15},},
-		special_on_hit = {desc="steals up to 50 mana from the target", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"steals up to 50 mana from the target", fct=function(combat, who, target)
 			local manadrain = util.bound(target:getMana(), 0, 50)
 			target:incMana(-manadrain)
 			who:incMana(manadrain)
@@ -6190,7 +6190,7 @@ newEntity{ base = "BASE_LONGSWORD", --Thanks BadBadger?
 		apr = 7,
 		physcrit = 12,
 		dammod = {str=1},
-		special_on_crit = {desc="release a burst of light and dark damage (scales with Magic)", on_kill=1, fct=function(combat, who, target)
+		special_on_crit = {desc=_t"release a burst of light and dark damage (scales with Magic)", on_kill=1, fct=function(combat, who, target)
 			local tg = {type="ball", range=10, radius=2, selffire=false}
 			who:project(tg, target.x, target.y, engine.DamageType.LIGHT, 40 + who:getMag()*0.6)
 			who:project(tg, target.x, target.y, engine.DamageType.DARKNESS, 40 + who:getMag()*0.6)
@@ -6288,7 +6288,7 @@ newEntity{ base = "BASE_GREATSWORD",
 		apr = 22,
 		physcrit = 10,
 		dammod = {str=1.2},
-		special_on_hit = {desc="25% chance to strike the target again.", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"25% chance to strike the target again.", fct=function(combat, who, target)
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "DOUBLESWORD")
 			if not o or not who:getInven(inven_id).worn then return end
 			if o.running == true then return end
@@ -6328,7 +6328,7 @@ newEntity{ base = "BASE_LONGSWORD",
 		apr = 12,
 		physcrit = 10,
 		dammod = {str=1},
-		special_on_hit = {desc="Attempt to devour a low HP enemy, striking again and possibly killing it instantly.", fct=function(combat, who, target)
+		special_on_hit = {desc=_t"Attempt to devour a low HP enemy, striking again and possibly killing it instantly.", fct=function(combat, who, target)
 			local Talents = require "engine.interface.ActorTalents"
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "BUTCHER")
 			if not o or not who:getInven(inven_id).worn then return end
@@ -6340,7 +6340,7 @@ newEntity{ base = "BASE_LONGSWORD",
 			end
 			o.running=false
 		end},
-		special_on_kill = {desc="Enter a Rampage (Shared cooldown).", fct=function(combat, who, target)
+		special_on_kill = {desc=_t"Enter a Rampage (Shared cooldown).", fct=function(combat, who, target)
 			if who:hasEffect(who.EFF_RAMPAGE) then return end
 			local Talents = require "engine.interface.ActorTalents"
 			local o, item, inven_id = who:findInAllInventoriesBy("define_as", "BUTCHER")
@@ -6537,7 +6537,7 @@ Perhaps it feels all the death you will bring to others in the near future.]],
 	max_power = 40, power_regen = 1,
 	set_list = { {"define_as", "SET_SCEPTRE_LICH"} },
 	set_desc = {
-		archlich = "It desires to be surrounded by undeath.",
+		archlich = _t"It desires to be surrounded by undeath.",
 	},
 	on_set_complete = function(self, who)
 		game.logPlayer(who, "#DARK_GREY#Your ring releases a burst of necromantic energy!")
@@ -6662,7 +6662,7 @@ newEntity{ base = "BASE_TOOL_MISC",
 					control=false,
 					temporary_level = true,
 					type="summon",
-					title="Summon",
+					title=_t"Summon",
 					orders = {target=true, leash=true, anchor=true, talents=true},
 				})
 			end
@@ -6915,7 +6915,7 @@ newEntity{ base = "BASE_SHIELD",
 	on_block = {desc = _t"30% chance of petrifying the attacker.", fct = function(self, who, src, type, dam, eff)
 		if rng.percent(30) then
 			if not src then return end
-			game.logSeen(src, "The eye locks onto %s, freezing it in place!", src.name:capitalize())
+			game.logSeen(src, "The eye locks onto %s, freezing it in place!", src:getName():capitalize())
 			if src.canBe and src:canBe("stun") and src:canBe("stone") and src:canBe("instakill") then
 				src:setEffect(who.EFF_STONED, 5, {})
 			end
@@ -6942,7 +6942,7 @@ newEntity{ base = "BASE_KNIFE", --Shibari's #1
 		apr = 20,
 		physcrit = 10,
 		dammod = {dex=1},
-		special_on_hit = {desc="Causes lightning to strike and destroy any projectiles in a radius of 10, dealing damage and dazing enemies in a radius of 5 around them.", on_kill=1, fct=function(combat, who, target)
+		special_on_hit = {desc=_t"Causes lightning to strike and destroy any projectiles in a radius of 10, dealing damage and dazing enemies in a radius of 5 around them.", on_kill=1, fct=function(combat, who, target)
 			local grids = core.fov.circle_grids(who.x, who.y, 10, true)
 			for x, yy in pairs(grids) do for y, _ in pairs(grids[x]) do
 				local i = 0
@@ -7006,7 +7006,7 @@ newEntity{ base = "BASE_KNIFE",
 		physcrit = 15,
 		physspeed = 0.9,
 		dammod = {dex=0.5,cun=0.5},
-		special_on_crit = {desc="Breaks enemy weapon.", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"Breaks enemy weapon.", fct=function(combat, who, target)
 			target:setEffect(target.EFF_SUNDER_ARMS, 5, {power=5+(who:combatPhysicalpower()*0.33), apply_power=who:combatPhysicalpower()})
 		end},
 	},
@@ -7068,8 +7068,8 @@ newEntity{ base = "BASE_GREATMAUL",
 	gemdesc = _t"None", -- Defined by the elemental properties and used by special_desc
 	special_desc = function(self)
 		-- You'll want to color this and such
-		if not self.Gem then return ("No gem") end
-		return ("%s: %s"):tformat(self.Gem.name:capitalize(), self.gemDesc or ("Write a description for this gem's properties!"))
+		if not self.Gem then return (_t"No gem") end
+		return ("%s: %s"):tformat(self.Gem:getName():capitalize(), self.gemDesc or (_t"Write a description for this gem's properties!"))
 	end,
 	cost = 1000,
 	material_level = 2, -- Changes to gem material level on socket
@@ -7246,7 +7246,7 @@ newEntity{ base = "BASE_GLOVES", define_as = "SET_GLOVE_DESTROYER",
 	use_talent = { id = Talents.T_DARKFIRE, level = 5, power = 12 },
 	set_list = { {"define_as", "SET_ARMOR_MASOCHISM"} },
 	set_desc = {
-		destroyer = "Only the masochistic can unlock its full power.",
+		destroyer = _t"Only the masochistic can unlock its full power.",
 	},
 	on_set_complete = function(self, who)
 		game.logPlayer(who, "#STEEL_BLUE#The fist and the mangled clothing glow ominously!")
@@ -7295,7 +7295,7 @@ newEntity{ base = "BASE_LIGHT_ARMOR", define_as = "SET_ARMOR_MASOCHISM",
 	use_talent = { id = Talents.T_BLOOD_GRASP, level = 5, power = 12 },
 	set_list = { {"define_as", "SET_GLOVE_DESTROYER"} },
 	set_desc = {
-		masochism = "With a better grip it would be the destroyer of your enemies.",
+		masochism = _t"With a better grip it would be the destroyer of your enemies.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","demonblood_def"}, 0.03)
@@ -7754,7 +7754,7 @@ newEntity{ base = "BASE_MASSIVE_ARMOR",
 		self.worn_by = nil
 	end,
 	special_desc = function(self)
-		return ("Blood Charges: " .. (self.blood_charge or 0))
+		return (("Blood Charges: %d"):tformat(self.blood_charge or 0))
 	end,
 	act = function(self)
 		self:useEnergy()
@@ -7936,7 +7936,7 @@ newEntity{ base = "BASE_TOOL_MISC",
 	color = colors.BLUE,
 	level_range = {10, 20},
 	desc = _t[[This torque feels tingly to the touch, but seems to enhance your thinking.]],
-	special_desc = function(self) return [[Your mind is attuned to electricity.
+	special_desc = function(self) return _t[[Your mind is attuned to electricity.
 Any lightning damage you do that is more than 10% of the victim's maximum life will attempt to brainlock the target.
 Upon taking lightning damage >10% of your max life, your mind fires back, dealing 30% of the original damage as mind and trying to brainlock the target.
 Upon taking mind damage >10% of your max life, you reflexively trigger the jolt, sending an arc of dazing lightning toward the target (damage based on mindpower).
@@ -8012,7 +8012,7 @@ newEntity{ base = "BASE_BATTLEAXE",
 			[DamageType.LIGHTNING]=15,
 			[DamageType.COLD]=15,
 		},
-		special_on_crit = {desc="inflicts either shocked or wet, chosen at random", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"inflicts either shocked or wet, chosen at random", fct=function(combat, who, target)
 			if not target or target == self then return end
 			if rng.percent(50) then
 				target:setEffect(target.EFF_SHOCKED, 3, {src=who})
@@ -8065,7 +8065,7 @@ newEntity{ base = "BASE_MINDSTAR", define_as = "EYE_OF_SUMMER",
 		harmonious = {{"ms_set_harmonious", true},},
 	},
 	set_desc = {
-		eyesummer = "Nature requires balance in these matters.",
+		eyesummer = _t"Nature requires balance in these matters.",
 	},
 	on_set_complete = {
 		multiple = true,
@@ -8121,7 +8121,7 @@ newEntity{ base = "BASE_MINDSTAR", define_as = "EYE_OF_WINTER",
 		harmonious = {{"ms_set_harmonious", true},},
 	},
 	set_desc = {
-		eyewinter = "Nature requires balance in these matters.",
+		eyewinter = _t"Nature requires balance in these matters.",
 	},
 	on_set_complete = {
 		multiple = true,
@@ -8197,14 +8197,14 @@ Their killing spree ended when one of the victims got lucky and managed to stab
 		physcrit = 15,
 		dammod = {str=0.45, dex=0.45},
 		melee_project = { [DamageType.COLD]=30 },
-		special_on_crit = {desc="freezes the target", fct=function(combat, who, target)
+		special_on_crit = {desc=_t"freezes the target", fct=function(combat, who, target)
 			if not target or target == self then return end
 			if target:canBe("stun") then
 				local check = math.max(who:combatSpellpower(), who:combatMindpower(), who:combatAttack())
 				target:setEffect(target.EFF_FROZEN, 4, {src=who, apply_power=check})
 			end
 		end},
-		special_on_kill = {desc="explodes a frozen creature (damage scales with willpower)", fct=function(combat, who, target)
+		special_on_kill = {desc=_t"explodes a frozen creature (damage scales with willpower)", fct=function(combat, who, target)
 			if not target or target == self then return end
 			if target:hasEffect(target.EFF_FROZEN) then
 				local tg = {type="ball", range=0, radius=1, selffire=false}
@@ -8327,7 +8327,7 @@ newEntity{ base = "BASE_MINDSTAR", define_as = "KINETIC_FOCUS",
 		resonating = {{"ms_set_resonating", true},},
 	},
 	set_desc = {
-		trifocus = "You feel two unconnected psionic channels on this item.",
+		trifocus = _t"You feel two unconnected psionic channels on this item.",
 	},
 	on_set_complete = {
 		multiple = true,
@@ -8408,7 +8408,7 @@ newEntity{ base = "BASE_MINDSTAR", define_as = "CHARGED_FOCUS",
 		resonating = {{"ms_set_resonating", true,},},
 	},
 	set_desc = {
-		trifocus = "You feel two unconnected psionic channels on this item.",
+		trifocus = _t"You feel two unconnected psionic channels on this item.",
 	},
 	on_set_complete = {
 		multiple = true,
@@ -8489,7 +8489,7 @@ newEntity{ base = "BASE_MINDSTAR", define_as = "THERMAL_FOCUS",
 		resonating = {{"ms_set_resonating", true,},},
 	},
 	set_desc = {
-		trifocus = "You feel two unconnected psionic channels on this item.",
+		trifocus = _t"You feel two unconnected psionic channels on this item.",
 	},
 	on_set_complete = {
 		multiple = true,
@@ -8534,7 +8534,7 @@ newEntity{ base = "BASE_LEATHER_BELT",
 	name = "Lightning Catcher", image = "object/artifact/lightning_collector.png",
 	unided_name = _t"coiled metal belt",
 	desc = _t[[A fine mesh of metal threads held together by a sturdy chain. Sparks dance across it.]],
-	special_desc = function(self) return [[Taking lightning damage or making critical hits builds 2 energy charges, which give you +5% lightning damage and +1 to all stats.
+	special_desc = function(self) return _t[[Taking lightning damage or making critical hits builds 2 energy charges, which give you +5% lightning damage and +1 to all stats.
 The charges decay at a rate of 1 per turn. Max 10 charges.]] end,
 	color = colors.WHITE,
 	level_range = {40, 50},
diff --git a/game/modules/tome/data/general/traps/teleport.lua b/game/modules/tome/data/general/traps/teleport.lua
index 87d61d8a18..0da2b3c2e3 100644
--- a/game/modules/tome/data/general/traps/teleport.lua
+++ b/game/modules/tome/data/general/traps/teleport.lua
@@ -25,7 +25,7 @@ newEntity{ define_as = "TRAP_TELEPORT",
 
 newEntity{ base = "TRAP_TELEPORT",
 	name = "teleport trap", auto_id = true, image = "trap/trap_teleport_01.png",
-	desc = [[Teleports the victim away.  How does anyone get close enough to disarm this trap...?]],
+	desc=_t[[Teleports the victim away.  How does anyone get close enough to disarm this trap...?]],
 	detect_power = resolvers.mbonus(5, 40), disarm_power = resolvers.mbonus(10, 50),
 	rarity = 5, level_range = {5, nil},
 	color=colors.UMBER,
diff --git a/game/modules/tome/data/general/traps/temporal.lua b/game/modules/tome/data/general/traps/temporal.lua
index cdf7e5126b..c8ea48648b 100644
--- a/game/modules/tome/data/general/traps/temporal.lua
+++ b/game/modules/tome/data/general/traps/temporal.lua
@@ -33,7 +33,7 @@ newEntity{ base = "TRAP_TEMPORAL",
 	color=colors.VIOLET,
 	message = _t"@Target@ is caught in a distorted pocket of time!",
 	unided_name = _t"faint distortion",
-	desc = [[Creates a temporal anomaly when triggered.]],
+	desc=_t[[Creates a temporal anomaly when triggered.]],
 	triggered = function(self, x, y, who)
 		who:paradoxDoAnomaly(100, 0, {anomaly_type="no-major"})
 		return true
@@ -48,7 +48,7 @@ newEntity{ base = "TRAP_TEMPORAL",
 	color=colors.PURPLE,
 	message = _t"@Target@ is caught in an extremely distorted pocket of time!",
 	unided_name = _t"distortion",
-	desc = [[Creates a major temporal anomaly when triggered.]],
+	desc=_t[[Creates a major temporal anomaly when triggered.]],
 	triggered = function(self, x, y, who)
 		who:paradoxDoAnomaly(100, 0, {anomaly_type="major"})
 		return true
diff --git a/game/modules/tome/data/lore/ardhungol.lua b/game/modules/tome/data/lore/ardhungol.lua
index f6c7691234..6ad58d2d80 100644
--- a/game/modules/tome/data/lore/ardhungol.lua
+++ b/game/modules/tome/data/lore/ardhungol.lua
@@ -74,9 +74,9 @@ newLore{
 	id = "ardhungol-4",
 	category = "ardhungol",
 	name = _t"scrap of paper",
-	lore = function() return game and game.state and game.state.spydre_mantra and [[#{italic}#A few tattered scraps of paper lie on the ground, ruined from your fight with the creature carrying it.  It's almost completely illegible, but you can piece some of it together to read:#{normal}#
+	lore = function() return game and game.state and game.state.spydre_mantra and _t[[#{italic}#A few tattered scraps of paper lie on the ground, ruined from your fight with the creature carrying it.  It's almost completely illegible, but you can piece some of it together to read:#{normal}#
 "...pheromone signals effective on much Eyalite wildlife ineffective on species 'sun paladin.'  at current planetary core cooling rates, passive study would lead to great loss - next step of emigration program should be cleaning of local 'sun paladin' nest and establishment of..."]]
 	or
-	[[#{italic}#This pile of tattered paper could theoretically be assembled into something legible, but without more text to draw back on, it'd still be in a language you could never interpret.  If only you had more Spydric text to help translate this...#{normal}#]]
+	_t[[#{italic}#This pile of tattered paper could theoretically be assembled into something legible, but without more text to draw back on, it'd still be in a language you could never interpret.  If only you had more Spydric text to help translate this...#{normal}#]]
 	end,
 }
diff --git a/game/modules/tome/data/lore/blighted-ruins.lua b/game/modules/tome/data/lore/blighted-ruins.lua
index 0bec3a43d8..cecae04c4d 100644
--- a/game/modules/tome/data/lore/blighted-ruins.lua
+++ b/game/modules/tome/data/lore/blighted-ruins.lua
@@ -38,7 +38,7 @@ newLore{
 	id = "blighted-ruins-note-3",
 	category = "blighted ruins",
 	name = _t"note from the Necromancer",
-	lore = function() return [[Fate smiles upon me. What did I come across today but the body of an unfortunate ]]..game:getPlayer(true).descriptor.subclass..[[? Unfortunate indeed, but rather fortunate for me. The body displays next to no decomposition... it shall be perfect! With this new minion and the cloak of deception, the completion of my project is all but assured. I must prepare for the ritual... my dark menagerie shall soon have a new member.]] end,
+	lore = function() return ([[Fate smiles upon me. What did I come across today but the body of an unfortunate %s? Unfortunate indeed, but rather fortunate for me. The body displays next to no decomposition... it shall be perfect! With this new minion and the cloak of deception, the completion of my project is all but assured. I must prepare for the ritual... my dark menagerie shall soon have a new member.]]):tformat(_t(game:getPlayer(true).descriptor.subclass)) end,
 }
 
 newLore{
diff --git a/game/modules/tome/data/maps/towns/gates-of-morning.lua b/game/modules/tome/data/maps/towns/gates-of-morning.lua
index 143596fac7..ff1ef14647 100644
--- a/game/modules/tome/data/maps/towns/gates-of-morning.lua
+++ b/game/modules/tome/data/maps/towns/gates-of-morning.lua
@@ -49,7 +49,8 @@ defineTile('@', "GRASS", nil, "HIGH_SUN_PALADIN_AERYN")
 defineTile('j', "GRASS", nil, mod.class.NPC.new{
 	type = "humanoid", subtype = "elf",
 	display = "p", color=colors.RED,
-	name = "Limmir the Jeweler",
+	name = _t"Limmir the Jeweler",
+	image = "npc/humanoid_elf_limmir_the_jeweler.png",
 	size_category = 3, rank = 3,
 	ai = "simple",
 	faction = "sunwall",
@@ -60,7 +61,8 @@ defineTile('j', "GRASS", nil, mod.class.NPC.new{
 defineTile('s', "FLOOR", nil, mod.class.NPC.new{
 	type = "humanoid", subtype = "human",
 	display = "p", color=colors.BLUE,
-	name = "Melnela",
+	name = _t"Melnela",
+	image = "npc/humanoid_human_melnela.png",
 	female = true,
 	size_category = 3, rank = 2,
 	ai = "simple",
diff --git a/game/modules/tome/data/maps/towns/last-hope.lua b/game/modules/tome/data/maps/towns/last-hope.lua
index f9a68e84c3..32bf539618 100644
--- a/game/modules/tome/data/maps/towns/last-hope.lua
+++ b/game/modules/tome/data/maps/towns/last-hope.lua
@@ -17,10 +17,10 @@
 -- Nicolas Casalini "DarkGod"
 -- darkgod@te4.org
 
-quickEntity('@', {show_tooltip=true, name="Statue of King Tolak the Fair", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/statue_tolak.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-tolak-statue") end return true end})
-quickEntity('Z', {show_tooltip=true, name="Statue of King Toknor the Brave", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/statue_toknor.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-toknor-statue") end return true end})
-quickEntity('Y', {show_tooltip=true, name="Statue of Queen Mirvenia the Inspirer", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/statue_mirvenia.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-mirvenia-statue") end return true end})
-quickEntity('X', {show_tooltip=true, name="Declaration of the Unification of the Allied Kingdoms", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/monument_allied_kingdoms.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-allied-kingdoms-foundation") end return true end})
+quickEntity('@', {show_tooltip=true, name=_t"Statue of King Tolak the Fair", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/statue_tolak.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-tolak-statue") end return true end})
+quickEntity('Z', {show_tooltip=true, name=_t"Statue of King Toknor the Brave", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/statue_toknor.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-toknor-statue") end return true end})
+quickEntity('Y', {show_tooltip=true, name=_t"Statue of Queen Mirvenia the Inspirer", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/statue_mirvenia.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-mirvenia-statue") end return true end})
+quickEntity('X', {show_tooltip=true, name=_t"Declaration of the Unification of the Allied Kingdoms", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statues/monument_allied_kingdoms.png", z=18, display_y=-1, display_h=2}}, color=colors.LIGHT_BLUE, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("last-hope-allied-kingdoms-foundation") end return true end})
 
 -- defineTile section
 defineTile("<", "GRASS_UP_WILDERNESS")
diff --git a/game/modules/tome/data/maps/towns/shatur.lua b/game/modules/tome/data/maps/towns/shatur.lua
index 0a66a8a33a..40a76647b6 100644
--- a/game/modules/tome/data/maps/towns/shatur.lua
+++ b/game/modules/tome/data/maps/towns/shatur.lua
@@ -25,7 +25,7 @@ defineTile('~', "DEEP_WATER")
 defineTile('.', "GRASS")
 defineTile('_', "COBBLESTONE")
 
-quickEntity('@', {show_tooltip=true, name="Moss covered statue", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statue3.png"}}, color=colors.GREEN, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("thaloren-lament") end return true end})
+quickEntity('@', {show_tooltip=true, name=_t"Moss covered statue", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statue3.png"}}, color=colors.GREEN, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then game.party:learnLore("thaloren-lament") end return true end})
 
 defineTile('2', "ROCKY_GROUND", nil, nil, "SWORD_WEAPON_STORE")
 defineTile('3', "ROCKY_GROUND", nil, nil, "MAUL_WEAPON_STORE")
diff --git a/game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua b/game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua
index 094ca5c374..59f2271b5f 100644
--- a/game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua
+++ b/game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua
@@ -31,7 +31,7 @@ specialList("actor", {
 }, true)
 defineTile('~', mod.class.Grid.new{
 	define_as = "NECRO",
-	name = "corrupted lava floor", image = "terrain/lava_floor.png",
+	name = _t"corrupted lava floor", image = "terrain/lava_floor.png",
 	display = '.', color=colors.RED, back_color=colors.DARK_GREY,
 	shader = "lava",
 	mindam = resolvers.mbonus(5, 15),
@@ -53,10 +53,11 @@ defineTile('~', mod.class.Grid.new{
 defineTile('S', "FLOOR", nil, mod.class.NPC.new{
 	type = "humanoid", subtype = "human",
 	display = "p", color=colors.GOLD,
-	name = "human sun-paladin",
+	name = _t"human sun-paladin",
+	image = "npc/humanoid_human_human_sun_paladin.png",
 	faction = "sunwall", hard_faction = "sunwall",
 	body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
-	desc = [[A Human in shining plate armour.]],
+	desc = _t[[A Human in shining plate armour.]],
 	level_range = {10, nil}, exp_worth = 1,
 	rank = 2,
 	size_category = 3,
diff --git a/game/modules/tome/data/maps/vaults/auto/greater/portal-vault.lua b/game/modules/tome/data/maps/vaults/auto/greater/portal-vault.lua
index e9a5001a3b..74b82fe817 100644
--- a/game/modules/tome/data/maps/vaults/auto/greater/portal-vault.lua
+++ b/game/modules/tome/data/maps/vaults/auto/greater/portal-vault.lua
@@ -129,8 +129,8 @@ TeleportIn = mod.class.Grid.new{
 	define_as = "VAULT_TELEPORTER_IN",
 	__position_aware = true,
 	type = "floor", subtype = "floor",
-	name = "Portal", image = "terrain/marble_floor.png", add_displays={mod.class.Grid.new{z=5, image = "terrain/demon_portal.png"}},
-	desc = "A strange portal to some place else.",
+	name = _t"Portal", image = "terrain/marble_floor.png", add_displays={mod.class.Grid.new{z=5, image = "terrain/demon_portal.png"}},
+	desc = _t"A strange portal to some place else.",
 	show_tooltip = true, always_remember = true, notice = true,
 	display='&', color_r=225, color_g=0, color_b=255,
 	on_move = move_trigger,
@@ -147,8 +147,8 @@ TeleportOut = mod.class.Grid.new{
 	define_as = "VAULT_TELEPORTER_OUT",
 	__position_aware = true,
 	type = "floor", subtype = "floor",
-	name = "Portal", image = "terrain/marble_floor.png", add_displays={mod.class.Grid.new{z=5, image = "terrain/demon_portal4.png"}},
-	desc = "A portal out of this place.",
+	name = _t"Portal", image = "terrain/marble_floor.png", add_displays={mod.class.Grid.new{z=5, image = "terrain/demon_portal4.png"}},
+	desc = _t"A portal out of this place.",
 	show_tooltip = true, always_remember = true, notice = true,
 	display='&', color_r=225, color_g=0, color_b=255,
 	on_move = move_trigger,
diff --git a/game/modules/tome/data/maps/vaults/collapsed-tower.lua b/game/modules/tome/data/maps/vaults/collapsed-tower.lua
index c6f6e1a5f4..480502185c 100644
--- a/game/modules/tome/data/maps/vaults/collapsed-tower.lua
+++ b/game/modules/tome/data/maps/vaults/collapsed-tower.lua
@@ -63,7 +63,7 @@ end
 local stairs = function()
 	local terrains = mod.class.Grid:loadList("/data/general/grids/basic.lua")
 	return game.state:dynamicZoneEntry(terrains.UP, "collapsed-tower", {
-		name = "collapsed tower",
+		name = _t"collapsed tower",
 		level_range = {game.zone.base_level, game.zone.base_level},
 		__applied_difficulty = true, -- Difficulty already applied to parent zone
 		level_scheme = "player",
@@ -91,7 +91,7 @@ local stairs = function()
 		trap_list = {"/data/general/traps/natural_forest.lua"},
 	},
 	function(zone, goback)
-		goback("stairs back to %s", zone.grid_list.DOWN)
+		goback(_t"stairs back to %s", zone.grid_list.DOWN)
 	end)
 end
 
diff --git a/game/modules/tome/data/maps/wilderness/eyal.lua b/game/modules/tome/data/maps/wilderness/eyal.lua
index 20c2e50a21..46faf113cd 100644
--- a/game/modules/tome/data/maps/wilderness/eyal.lua
+++ b/game/modules/tome/data/maps/wilderness/eyal.lua
@@ -442,16 +442,16 @@ addSpot({47, 34}, "world-encounter", "conclave-vault")
 addSpot({14, 25}, "world-encounter", "angolwen-quest")
 
 -- addZone section
-addZone({1, 1, 78, 43}, "zonename", "Maj'Eyal")
-addZone({6, 43, 19, 50}, "zonename", "Maj'Eyal")
-addZone({26, 45, 38, 53}, "zonename", "Island of Rel")
-addZone({52, 48, 61, 53}, "zonename", "Charred Scar")
-addZone({120, 2, 169, 64}, "zonename", "Far East")
-addZone({7, 54, 75, 86}, "zonename", "Tar'Eyal")
-addZone({11, 51, 21, 54}, "zonename", "Tar'Eyal")
-addZone({64, 52, 66, 53}, "zonename", "Tar'Eyal")
-addZone({11, 87, 16, 94}, "zonename", "Tar'Eyal")
-addZone({40, 43, 66, 47}, "zonename", "Maj'Eyal")
+addZone({1, 1, 78, 43}, "zonename", _t"Maj'Eyal")
+addZone({6, 43, 19, 50}, "zonename", _t"Maj'Eyal")
+addZone({26, 45, 38, 53}, "zonename", _t"Island of Rel")
+addZone({52, 48, 61, 53}, "zonename", _t"Charred Scar")
+addZone({120, 2, 169, 64}, "zonename", _t"Far East")
+addZone({7, 54, 75, 86}, "zonename", _t"Tar'Eyal")
+addZone({11, 51, 21, 54}, "zonename", _t"Tar'Eyal")
+addZone({64, 52, 66, 53}, "zonename", _t"Tar'Eyal")
+addZone({11, 87, 16, 94}, "zonename", _t"Tar'Eyal")
+addZone({40, 43, 66, 47}, "zonename", _t"Maj'Eyal")
 addZone({57, 23, 62, 40}, "world-encounter", "lumberjack-cursed")
 addZone({8, 14, 12, 22}, "world-encounter", "merchant-quest")
 addZone({2, 3, 14, 12}, "world-encounter", "merchant-quest")
diff --git a/game/modules/tome/data/maps/zones/halfling-ruins-last.lua b/game/modules/tome/data/maps/zones/halfling-ruins-last.lua
index 8a1632f4a9..4f6dca85df 100644
--- a/game/modules/tome/data/maps/zones/halfling-ruins-last.lua
+++ b/game/modules/tome/data/maps/zones/halfling-ruins-last.lua
@@ -24,7 +24,7 @@ defineTile('>', "DOOR")
 quickEntity('>', {
 	always_remember = true,
 	show_tooltip=true,
-	name="Long tunnel to the island of Rel",
+	name=_t"Long tunnel to the island of Rel",
 	display='>',
 	image = "terrain/marble_floor.png", add_displays = {mod.class.Grid.new{image="terrain/stair_down.png"}},
 	color=colors.VIOLET,
diff --git a/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua b/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua
index 6f924a9e4a..6d223e14d5 100644
--- a/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua
+++ b/game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua
@@ -39,8 +39,8 @@ defineTile("*", "COMMAND_ORB")
 -- addSpot section
 
 -- addZone section
-addZone({2, 2, 14, 14}, "zonename", "Control Room")
-addZone({19, 5, 26, 11}, "zonename", "Exploratory Farportal")
+addZone({2, 2, 14, 14}, "zonename", _t"Control Room")
+addZone({19, 5, 26, 11}, "zonename", _t"Exploratory Farportal")
 addZone({8, 8, 9, 9}, "particle", "house_orbcontrol")
 
 -- ASCII map section
diff --git a/game/modules/tome/data/maps/zones/tannen-tower-1.lua b/game/modules/tome/data/maps/zones/tannen-tower-1.lua
index dea8c724a1..693ab08e2f 100644
--- a/game/modules/tome/data/maps/zones/tannen-tower-1.lua
+++ b/game/modules/tome/data/maps/zones/tannen-tower-1.lua
@@ -20,7 +20,7 @@
 -- defineTile section
 defineTile("g", "FLOOR", nil, "DROLEM")
 defineTile("X", "HARDWALL")
-quickEntity('=', {name='open sky', display=' ', does_block_move=true})
+quickEntity('=', {name=_t'open sky', display=' ', does_block_move=true})
 defineTile("p", "FLOOR", nil, "TANNEN")
 defineTile(".", "FLOOR")
 
diff --git a/game/modules/tome/data/maps/zones/tempest-peak-top.lua b/game/modules/tome/data/maps/zones/tempest-peak-top.lua
index 40922b2fb6..6c8ace018b 100644
--- a/game/modules/tome/data/maps/zones/tempest-peak-top.lua
+++ b/game/modules/tome/data/maps/zones/tempest-peak-top.lua
@@ -20,7 +20,7 @@
 
 -- defineTile section
 defineTile("#", "MOUNTAIN_WALL")
-quickEntity('-', {name='open sky', display=' ', does_block_move=true})
+quickEntity('-', {name=_t'open sky', display=' ', does_block_move=true})
 defineTile(">", "DOWN")
 defineTile(".", "ROCKY_GROUND")
 
diff --git a/game/modules/tome/data/maps/zones/valley-moon.lua b/game/modules/tome/data/maps/zones/valley-moon.lua
index e7ceb96c3d..5fc14bd420 100644
--- a/game/modules/tome/data/maps/zones/valley-moon.lua
+++ b/game/modules/tome/data/maps/zones/valley-moon.lua
@@ -17,7 +17,7 @@
 -- Nicolas Casalini "DarkGod"
 -- darkgod@te4.org
 
-quickEntity('>', {always_remember = true, type="floor", subtype="grass", show_tooltip=true, name="Passage to the caverns", desc="A dark hole in the mountain", display='>', color=colors.GREY, notice = true, change_level=2, change_zone="valley-moon-caverns", keep_old_lev=true, iamge="terrain/grass.png", add_mos={{image="terrain/stair_down.png"}}})
+quickEntity('>', {always_remember = true, type="floor", subtype="grass", show_tooltip=true, name=_t"Passage to the caverns", desc=_t"A dark hole in the mountain", display='>', color=colors.GREY, notice = true, change_level=2, change_zone="valley-moon-caverns", keep_old_lev=true, iamge="terrain/grass.png", add_mos={{image="terrain/stair_down.png"}}})
 defineTile('.', "GRASS")
 defineTile('~', "POISON_DEEP_WATER")
 defineTile('"', "GRASS", nil, nil, nil, {summon_limmir=true})
diff --git a/game/modules/tome/data/mapscripts/lib/subvault.lua b/game/modules/tome/data/mapscripts/lib/subvault.lua
index f3b27cb389..4f65fe28e3 100644
--- a/game/modules/tome/data/mapscripts/lib/subvault.lua
+++ b/game/modules/tome/data/mapscripts/lib/subvault.lua
@@ -31,7 +31,7 @@ basemap.required_rooms = nil
 
 local terrains = mod.class.Grid:loadList("/data/general/grids/basic.lua")
 local g = game.state:dynamicZoneEntry(terrains.DOWN, "sub-vault", {
-	name = ("Hidden Vault - %s"):format(zone.name),
+	name = ("Hidden Vault - %s"):tformat(zone.name),
 	level_range = {zone:level_adjust_level(level, zone, "actor"), zone:level_adjust_level(level, zone, "actor")},
 	level_scheme = "player",
 	max_level = 1,
@@ -74,12 +74,12 @@ local g = game.state:dynamicZoneEntry(terrains.DOWN, "sub-vault", {
 	trap_list = args.trap_list or {"/data/general/traps/complex.lua", "/data/general/traps/annoy.lua", "/data/general/traps/alarm.lua"},
 },
 function(zone, goback)
-	goback("stairs back to %s", zone.grid_list.UP)
+	goback(_t"stairs back to %s", zone.grid_list.UP)
 end)
 
 g.name = _t"hidden vault"
 g.always_remember = true
-g.desc = [[Crumbling stairs lead down to something.]]
+g.desc = _t[[Crumbling stairs lead down to something.]]
 g.show_tooltip = true
 g.color_r=0 g.color_g=0 g.color_b=255 g.notice = true
 g.special_minimap = colors.VIOLET
@@ -88,7 +88,7 @@ g:altered()
 g:initGlow()
 g.change_level_check = function(self) -- limit stair scumming
 	self._use_count = self._use_count - 1
-	self.name = "collapsing hidden vault"
+	self.name = _t"collapsing hidden vault"
 	if self._use_count < 1 then
 		self.change_level_check = nil
 		self.change_level = nil
diff --git a/game/modules/tome/data/quests/arena.lua b/game/modules/tome/data/quests/arena.lua
index 66743315cd..f51a2c6b0c 100644
--- a/game/modules/tome/data/quests/arena.lua
+++ b/game/modules/tome/data/quests/arena.lua
@@ -29,7 +29,7 @@ function win(self)
 	game:playAndStopMusic("Lords of the Sky.ogg")
 
 	game.player.winner = "arena"
-	game:registerDialog(require("engine.dialogs.ShowText").new("Winner", "win", {playername=game.player.name, how="arena"}, game.w * 0.6))
+	game:registerDialog(require("engine.dialogs.ShowText").new(_t"Winner", "win", {playername=game.player.name, how="arena"}, game.w * 0.6))
 end
 
 function onWin(self, who)
diff --git a/game/modules/tome/data/quests/east-portal.lua b/game/modules/tome/data/quests/east-portal.lua
index d7daf693e4..c574137ab3 100644
--- a/game/modules/tome/data/quests/east-portal.lua
+++ b/game/modules/tome/data/quests/east-portal.lua
@@ -92,7 +92,7 @@ end
 give_orb = function(self, player)
 	player:setQuestStatus(self.id, engine.Quest.COMPLETED, "gave-orb")
 
-	local orb_o, orb_item, orb_inven_id = player:findInAllInventories("Orb of Many Ways")
+	local orb_o, orb_item, orb_inven_id = player:findInAllInventories("Orb of Many Ways", {raw_name=true})
 	player:removeObject(orb_inven_id, orb_item, true)
 	orb_o:removed()
 end
@@ -102,13 +102,13 @@ withheld_orb = function(self, player)
 end
 
 remove_materials = function(self, player)
-	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond")
+	local gem_o, gem_item, gem_inven_id = player:findInAllInventories("Resonating Diamond", {raw_name=true})
 	if gem_o then
 		player:removeObject(gem_inven_id, gem_item, false)
 		gem_o:removed()
 	end
 
-	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame")
+	local athame_o, athame_item, athame_inven_id = player:findInAllInventories("Blood-Runed Athame", {raw_name=true})
 	if athame_o then
 		player:removeObject(athame_inven_id, athame_item, false)
 		athame_o:removed()
@@ -136,7 +136,7 @@ ask_east = function(self, player)
 	self:remove_materials(player)
 
 	-- Swap the orbs! Tricky bastard!
-	local orb_o, orb_item, orb_inven_id = player:findInAllInventories("Orb of Many Ways")
+	local orb_o, orb_item, orb_inven_id = player:findInAllInventories("Orb of Many Ways", {raw_name=true})
 	player:removeObject(orb_inven_id, orb_item, true)
 	orb_o:removed()
 
@@ -171,6 +171,7 @@ back_to_last_hope = function(self)
 	-- Add the mage
 	local g = mod.class.NPC.new{
 		name=_t"Meranas, Herald of Angolwen",
+		image="npc/humanoid_human_meranas__herald_of_angolwen.png",
 		type="humanoid", subtype="human", faction="angolwen",
 		display='p', color=colors.RED,
 	}
diff --git a/game/modules/tome/data/quests/high-peak.lua b/game/modules/tome/data/quests/high-peak.lua
index 11868219dc..15a797570f 100644
--- a/game/modules/tome/data/quests/high-peak.lua
+++ b/game/modules/tome/data/quests/high-peak.lua
@@ -140,7 +140,7 @@ function win(self, how)
 
 	local p = game:getPlayer(true)
 	p.winner = how
-	game:registerDialog(require("engine.dialogs.ShowText").new("Winner", "win", {playername=p.name, how=how}, game.w * 0.6))
+	game:registerDialog(require("engine.dialogs.ShowText").new(_t"Winner", "win", {playername=p.name, how=how}, game.w * 0.6))
 
 	-- Save the winner, if alive
 	if not p.dead then
diff --git a/game/modules/tome/data/quests/love-melinda.lua b/game/modules/tome/data/quests/love-melinda.lua
index 3b7739a0b4..02ef7d6f80 100644
--- a/game/modules/tome/data/quests/love-melinda.lua
+++ b/game/modules/tome/data/quests/love-melinda.lua
@@ -114,7 +114,7 @@ function melindaCompanion(self, who, c, sc)
 	melinda:forceLevelup(who.level)
 
 	game.party:addMember(melinda, {
-		control="full", type="companion", title="Melinda",
+		control="full", type="companion", title=_t"Melinda",
 		orders = {target=true, leash=true, anchor=true, talents=true, behavior=true},
 	})
 end
diff --git a/game/modules/tome/data/quests/master-jeweler.lua b/game/modules/tome/data/quests/master-jeweler.lua
index 9aa1988bca..59e1bebf23 100644
--- a/game/modules/tome/data/quests/master-jeweler.lua
+++ b/game/modules/tome/data/quests/master-jeweler.lua
@@ -88,7 +88,7 @@ summon_limmir = function(self, who)
 	limmir.no_party_ai = true
 	game.zone:addEntity(game.level, limmir, "actor", 45, 1)
 
-	game.party:addMember(limmir, {type="quest", title="Limmir (Quest)", temporary_level = true})
+	game.party:addMember(limmir, {type="quest", title=_t"Limmir (Quest)", temporary_level = true})
 end
 
 ritual_end = function(self)
diff --git a/game/modules/tome/data/quests/staff-absorption.lua b/game/modules/tome/data/quests/staff-absorption.lua
index dcd4924719..d897d78cf0 100644
--- a/game/modules/tome/data/quests/staff-absorption.lua
+++ b/game/modules/tome/data/quests/staff-absorption.lua
@@ -86,7 +86,7 @@ start_ambush = function(self, who)
 			o:removed()
 		end
 
-		require("engine.ui.Dialog"):simpleLongPopup("Ambush", [[You wake up after a few hours, surprised to be alive, but the staff is gone!
+		require("engine.ui.Dialog"):simpleLongPopup(_t"Ambush", _t[[You wake up after a few hours, surprised to be alive, but the staff is gone!
 #VIOLET#Go at once to Last Hope to report those events!]], 600)
 		
 		local oe = game.level.map(self.x, self.y, engine.Map.TERRAIN)
@@ -107,7 +107,7 @@ end
 killed_ukruk = function(self, who)
 	game.player.die = nil
 
-	require("engine.ui.Dialog"):simpleLongPopup("Ambush", [[You are surprised to still be alive.
+	require("engine.ui.Dialog"):simpleLongPopup(_t"Ambush", _t[[You are surprised to still be alive.
 #VIOLET#Go at once to Last Hope to report those events!]], 600)
 
 	local oe = game.level.map(who.x, who.y, engine.Map.TERRAIN)
diff --git a/game/modules/tome/data/quests/start-dwarf.lua b/game/modules/tome/data/quests/start-dwarf.lua
index 0710cb7c5d..533043b48c 100644
--- a/game/modules/tome/data/quests/start-dwarf.lua
+++ b/game/modules/tome/data/quests/start-dwarf.lua
@@ -44,7 +44,7 @@ on_grant = function(self, who)
 	game.zone:addEntity(game.level, norgan, "actor", x, y)
 
 	game.party:addMember(norgan, {
-		control="order", type="squadmate", title="Norgan",
+		control="order", type="squadmate", title=_t"Norgan",
 		orders = {leash=true, anchor=true}, -- behavior=true},
 	})
 end
diff --git a/game/modules/tome/data/quests/west-portal.lua b/game/modules/tome/data/quests/west-portal.lua
index 9f07df1097..339b04d52f 100644
--- a/game/modules/tome/data/quests/west-portal.lua
+++ b/game/modules/tome/data/quests/west-portal.lua
@@ -84,6 +84,7 @@ create_portal = function(self, npc, player)
 		type = "humanoid", subtype = "elf",
 		display = "p", color=colors.AQUAMARINE,
 		name = _t"High Chronomancer Zemekkys",
+		image = "npc/humanoid_elf_high_chronomancer_zemekkys.png",
 		size_category = 3, rank = 3,
 		ai = "none",
 		faction = "sunwall",
diff --git a/game/modules/tome/data/talents/chronomancy/anomalies.lua b/game/modules/tome/data/talents/chronomancy/anomalies.lua
index 74a3efb9dc..c79c0bd579 100644
--- a/game/modules/tome/data/talents/chronomancy/anomalies.lua
+++ b/game/modules/tome/data/talents/chronomancy/anomalies.lua
@@ -546,30 +546,30 @@ newTalent{
 			m.level = 1
 
 			if race == 1 then
-				m.name = "human farmer"
+				m.name = _t"human farmer"
 				m.subtype = "human"
 				m.image = "npc/humanoid_human_human_farmer.png"
-				m.desc = [[A weather-worn Human farmer, looking at a loss as to what's going on.]]
+				m.desc=_t[[A weather-worn Human farmer, looking at a loss as to what's going on.]]
 				m.faction = "allied-kingdoms"
 				m[#m+1] = resolvers.inscriptions(1, "infusion")
 			elseif race == 2 then
-				m.name = "halfling gardener"
+				m.name = _t"halfling gardener"
 				m.subtype = "halfling"
-				m.desc = [[A rugged Halfling gardener, looking quite confused as to what he's doing here.]]
+				m.desc=_t[[A rugged Halfling gardener, looking quite confused as to what he's doing here.]]
 				m.faction = "allied-kingdoms"
 				m.image = "npc/humanoid_halfling_halfling_gardener.png"
 				m[#m+1] = resolvers.inscriptions(1, "infusion")
 			elseif race == 3 then
-				m.name = "shalore scribe"
+				m.name = _t"shalore scribe"
 				m.subtype = "shalore"
-				m.desc = [[A scrawny Elven scribe, looking bewildered at his surroundings.]]
+				m.desc=_t[[A scrawny Elven scribe, looking bewildered at his surroundings.]]
 				m.faction = "shalore"
 				m.image = "npc/humanoid_shalore_shalore_rune_master.png"
 				m[#m+1] = resolvers.inscriptions(1, "rune")
 			elseif race == 4 then
-				m.name = "dwarven lumberjack"
+				m.name = _t"dwarven lumberjack"
 				m.subtype = "dwarf"
-				m.desc = [[A brawny Dwarven lumberjack, looking a bit upset at his current situation.]]
+				m.desc=_t[[A brawny Dwarven lumberjack, looking a bit upset at his current situation.]]
 				m.faction = "iron-throne"
 				m.image = "npc/humanoid_dwarf_lumberjack.png"
 				m[#m+1] = resolvers.inscriptions(1, "rune")
diff --git a/game/modules/tome/data/talents/chronomancy/chronomancer.lua b/game/modules/tome/data/talents/chronomancy/chronomancer.lua
index 8a3b7e652b..0253674638 100644
--- a/game/modules/tome/data/talents/chronomancy/chronomancer.lua
+++ b/game/modules/tome/data/talents/chronomancy/chronomancer.lua
@@ -255,7 +255,7 @@ makeParadoxClone = function(self, target, duration, alt_nodes)
 
 	-- force some values in the clone
 	local clone_copy = {name=("%s's temporal clone"):tformat(target:getName()),
-		desc = [[A creature from another timeline.]],
+		desc=_t[[A creature from another timeline.]],
 		faction=target.faction, exp_worth=0,
 		life=util.bound(target.life, target.die_at, target.max_life),
 		summoner=target, summoner_gain_exp=true, summon_time=duration,
diff --git a/game/modules/tome/data/talents/chronomancy/guardian.lua b/game/modules/tome/data/talents/chronomancy/guardian.lua
index 2994c2b811..850a8cc51a 100644
--- a/game/modules/tome/data/talents/chronomancy/guardian.lua
+++ b/game/modules/tome/data/talents/chronomancy/guardian.lua
@@ -91,7 +91,7 @@ newTalent{
 					game.party:addMember(m, {
 						control="order",
 						type="temporal-clone",
-						title="Guardian",
+						title=_t"Guardian",
 						orders = {target=true, leash=true, anchor=true, talents=true},
 					})
 				end
diff --git a/game/modules/tome/data/talents/chronomancy/induced-phenomena.lua b/game/modules/tome/data/talents/chronomancy/induced-phenomena.lua
index f814d131b9..a0232fb874 100644
--- a/game/modules/tome/data/talents/chronomancy/induced-phenomena.lua
+++ b/game/modules/tome/data/talents/chronomancy/induced-phenomena.lua
@@ -178,7 +178,7 @@ newTalent{
 
 				local proj = require("mod.class.Projectile"):makeHoming(
 						self,
-						{particle="arrow", particle_args={tile=("particles_images/alt_temporal_bolt_0%d"):tformat(rng.range(1, 7)), proj_x=tx, proj_y=ty, src_x=self.x, src_y=self.y},  trail="trail_paradox"},
+						{particle="arrow", particle_args={tile=("particles_images/alt_temporal_bolt_0%d"):format(rng.range(1, 7)), proj_x=tx, proj_y=ty, src_x=self.x, src_y=self.y},  trail="trail_paradox"},
 						{speed=1, name="Polarity Bolt", dam=dam, movedam=dam},
 						target,
 						self:getTalentRadius(t),
diff --git a/game/modules/tome/data/talents/chronomancy/other.lua b/game/modules/tome/data/talents/chronomancy/other.lua
index 0b353e7951..b70d590807 100644
--- a/game/modules/tome/data/talents/chronomancy/other.lua
+++ b/game/modules/tome/data/talents/chronomancy/other.lua
@@ -99,8 +99,8 @@ newTalent{
 			end
 
 			local paradox = getQuantity(
-				"Spacetime Tuning",
-				"What's your preferred paradox level?",
+				_t"Spacetime Tuning",
+				_t"What's your preferred paradox level?",
 				math.floor(self.paradox))
 			if not paradox then return end
 			if paradox > 1000 then paradox = 1000 end
@@ -413,7 +413,7 @@ newTalent{
 			game.party:addMember(m, {
 				control="no",
 				type="minion",
-				title="Paradox Clone",
+				title=_t"Paradox Clone",
 				orders = {target=true},
 			})
 		end
@@ -579,7 +579,7 @@ newTalent{
 			game.party:addMember(m, {
 				control="no",
 				type="temporal-clone",
-				title="Temporal Clone",
+				title=_t"Temporal Clone",
 				orders = {target=true},
 			})
 		end
diff --git a/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua b/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua
index a8cf50eb1b..be7edb2dae 100644
--- a/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua
+++ b/game/modules/tome/data/talents/chronomancy/temporal-hounds.lua
@@ -34,7 +34,7 @@ summonTemporalHound = function(self, t)
 		display = "C", color=colors.LIGHT_DARK, image = ("npc/temp_hound_0%d.png"):format(rng.range(1, 12)),
 		shader = "shadow_simulacrum", shader_args = { color = {0.4, 0.4, 0.1}, base = 0.8, time_factor = 1500 },
 		name = "temporal hound", faction = self.faction,
-		desc = [[A trained hound that appears to be all at once a little puppy and a toothless old dog.]],
+		desc=_t[[A trained hound that appears to be all at once a little puppy and a toothless old dog.]],
 		sound_moam = {"creatures/wolves/wolf_hurt_%d", 1, 2}, sound_die = {"creatures/wolves/wolf_hurt_%d", 1, 1},
 		
 		autolevel = "none",
@@ -142,7 +142,7 @@ summonTemporalHound = function(self, t)
 		game.party:addMember(m, {
 			control="no",
 			type="hound",
-			title="temporal-hound",
+			title=_t"temporal-hound",
 			orders = {target=true, leash=true, anchor=true, talents=true},
 		})
 	end
diff --git a/game/modules/tome/data/talents/chronomancy/timeline-threading.lua b/game/modules/tome/data/talents/chronomancy/timeline-threading.lua
index e9dfe102b4..f39214f5a1 100644
--- a/game/modules/tome/data/talents/chronomancy/timeline-threading.lua
+++ b/game/modules/tome/data/talents/chronomancy/timeline-threading.lua
@@ -157,7 +157,7 @@ newTalent{
 					game.party:addMember(m, {
 						control="full",
 						type="fugue clone",
-						title="Fugue Clone",
+						title=_t"Fugue Clone",
 						orders = {target=true, leash=true, anchor=true, talents=true},
 					})
 				end
@@ -338,7 +338,7 @@ newTalent{
 			-- Flavor :)
 			local sex = self.female and "she" or "he"
 			m.name = self.name
-			m.desc = [[The real ]]..self.name:capitalize()..[[... or so ]]..sex..[[ says.]]
+			m.desc=_t[[The real ]]..self.name:capitalize()..[[... or so ]]..sex..[[ says.]]
 			m.shader = nil
 			m.shader_args = nil
 			 
@@ -391,7 +391,7 @@ newTalent{
 			game.party:addMember(m, {
 				control="full",
 				type="fugue clone",
-				title="Fugue Clone",
+				title=_t"Fugue Clone",
 				orders = {target=true},
 			})
 		end
@@ -430,7 +430,7 @@ newTalent{
 				game.party:addMember(m, {
 					control="full",
 					type="fugue clone",
-					title="Fugue Clone",
+					title=_t"Fugue Clone",
 					orders = {target=true},
 				})
 			end
diff --git a/game/modules/tome/data/talents/corruptions/rot.lua b/game/modules/tome/data/talents/corruptions/rot.lua
index 24cc69a567..44fa063109 100644
--- a/game/modules/tome/data/talents/corruptions/rot.lua
+++ b/game/modules/tome/data/talents/corruptions/rot.lua
@@ -133,7 +133,7 @@ carrionworm = function(self, target, duration, x, y)
 			control=false,
 			temporary_level = true,
 			type="summon",
-			title="Summon",
+			title=_t"Summon",
 		})
 	end
 	return m
diff --git a/game/modules/tome/data/talents/cunning/cunning.lua b/game/modules/tome/data/talents/cunning/cunning.lua
index 44ad6f30cf..ee51bd54b8 100644
--- a/game/modules/tome/data/talents/cunning/cunning.lua
+++ b/game/modules/tome/data/talents/cunning/cunning.lua
@@ -37,9 +37,9 @@ newTalentType{ allow_random=true, type="cunning/tools", name = _t"tools", descri
 -- Skirmisher
 newTalentType {
   type = "cunning/called-shots",
-  name = "Called Shots",
+  name = _t"Called Shots",
   allow_random = true,
-  description = "Inflict maximum pain to specific places on your enemies.",
+  description = _t"Inflict maximum pain to specific places on your enemies.",
 }
 
 -- Generic requires for cunning based on talent level
diff --git a/game/modules/tome/data/talents/cunning/traps.lua b/game/modules/tome/data/talents/cunning/traps.lua
index 2e804e6f83..82f555fa25 100644
--- a/game/modules/tome/data/talents/cunning/traps.lua
+++ b/game/modules/tome/data/talents/cunning/traps.lua
@@ -317,8 +317,8 @@ summon_assassin = function(self, target, duration, x, y, scale )
 	local m = mod.class.NPC.new{
 		type = "humanoid", subtype = "human",
 		display = "p", color=colors.BLUE, image = "npc/humanoid_human_assassin.png", shader = "shadow_simulacrum",
-		name = "shadowy assassin", faction = self.faction,
-		desc = [[A shadowy figure, garbed all in black.]],
+		name = _t"shadowy assassin", faction = self.faction,
+		desc = _t[[A shadowy figure, garbed all in black.]],
 		autolevel = "rogue",
 		ai = "dumb_talented_simple", ai_state = { ai_move="move_complex", talent_in=5, },
 		stats = { str=8, dex=15, mag=6, cun=15, con=7 },
@@ -392,8 +392,8 @@ summon_bladestorm = function(self, target, duration, x, y, scale )
 	local m = mod.class.NPC.new{
 		type = "construct", subtype = "mechanical",
 		display = "^", color=colors.BROWN, image = "npc/trap_bladestorm_swish_01.png",
-		name = "bladestorm construct", faction = self.faction,
-		desc = [[A lethal contraption of whirling blades.]],
+		name = _t"bladestorm construct", faction = self.faction,
+		desc = _t[[A lethal contraption of whirling blades.]],
 		autolevel = "warrior",
 		ai = "dumb_talented_simple", ai_state = { ai_move="move_complex", talent_in=5, },
 		stats = { str=18, dex=15, mag=6, cun=6, con=7 },
diff --git a/game/modules/tome/data/talents/cursed/cursed-aura.lua b/game/modules/tome/data/talents/cursed/cursed-aura.lua
index c375e8bcf5..622059e7a1 100644
--- a/game/modules/tome/data/talents/cursed/cursed-aura.lua
+++ b/game/modules/tome/data/talents/cursed/cursed-aura.lua
@@ -162,21 +162,21 @@ newTalent{
 
 			if choose then
 				Dialog:yesnoLongPopup(
-					"Cursed Fate",
+					_t"Cursed Fate",
 					("The %s lying nearby catches your attention. What draws you to it is not the thing itself, but something burning inside you. You feel contempt for it and all worldly things. This feeling is not new but the power of it overwhelms you. You reach out to touch the object, to curse it, to defile it. And you notice it begin to change. The colors of it begin to fade and are replaced with an insatiable hate. For a moment you hesitate. You know you must choose to resist this manifestation of your curse now and forever, or fall further into your madness."):tformat(item.name),
 					300,
 					function(ret)
 						if ret then
-							Dialog:simpleLongPopup("Cursed Fate", ("The %s lies defiled at your feet. An aura of hatred surrounds you and you now feel truly cursed. You have gained the Cursed Aura talent tree and 1 point in Defiling Touch, but at the cost of 2 Willpower."):tformat(item.name), 300)
+							Dialog:simpleLongPopup(_t"Cursed Fate", ("The %s lies defiled at your feet. An aura of hatred surrounds you and you now feel truly cursed. You have gained the Cursed Aura talent tree and 1 point in Defiling Touch, but at the cost of 2 Willpower."):tformat(item.name), 300)
 							self:learnTalentType("cursed/cursed-aura", true)
 							self:learnTalent(self.T_DEFILING_TOUCH, true, 1, {no_unlearn=true})
 							self:incIncStat(Stats.STAT_WIL, -2)
 						else
-							Dialog:simplePopup("Cursed Fate", ("The %s returns to normal and your hate subsides."):tformat(item.name))
+							Dialog:simplePopup(_t"Cursed Fate", ("The %s returns to normal and your hate subsides."):tformat(item.name))
 						end
 					end,
-					"Release your hate upon the object",
-					"Suppress your affliction")
+					_t"Release your hate upon the object",
+					_t"Suppress your affliction")
 			end
 			return choose
 		end
@@ -565,7 +565,7 @@ newTalent{
 		sentry.cursed_item = o
 		if game.party:hasMember(self) then
 			sentry.remove_from_party_on_death = true
-			game.party:addMember(sentry, { control="no", type="summon", title="Cursed Sentry"})
+			game.party:addMember(sentry, { control="no", type="summon", title=_t"Cursed Sentry"})
 		end
 
 		game:playSoundNear(self, "talents/spell_generic")
diff --git a/game/modules/tome/data/talents/cursed/shadows.lua b/game/modules/tome/data/talents/cursed/shadows.lua
index d5d4aeb0fa..90e5b29afc 100644
--- a/game/modules/tome/data/talents/cursed/shadows.lua
+++ b/game/modules/tome/data/talents/cursed/shadows.lua
@@ -436,7 +436,7 @@ newTalent{
 		shadow.no_points_on_levelup = true
 		if game.party:hasMember(self) then
 			shadow.remove_from_party_on_death = true
-			game.party:addMember(shadow, { control="no", type="summon", title="Summon"})
+			game.party:addMember(shadow, { control="no", type="summon", title=_t"Summon"})
 		end
 
 		game:playSoundNear(self, "talents/spell_generic")
diff --git a/game/modules/tome/data/talents/gifts/antimagic.lua b/game/modules/tome/data/talents/gifts/antimagic.lua
index b511cd61be..b48ad040d0 100644
--- a/game/modules/tome/data/talents/gifts/antimagic.lua
+++ b/game/modules/tome/data/talents/gifts/antimagic.lua
@@ -212,7 +212,7 @@ newTalent{
 		local vim = base / 2
 		local positive = base / 4
 		local negative = base / 4
-		local is_adept = self:knowTalent(self.T_ANTIMAGIC_ADEPT) and "\n#GREEN#Antimagic Adept:  #LAST#4 magical sustains from the target will be removed." or ""
+		local is_adept = self:knowTalent(self.T_ANTIMAGIC_ADEPT) and _t"\n#GREEN#Antimagic Adept:  #LAST#4 magical sustains from the target will be removed." or ""
 		return ([[Drain %d mana, %d vim, %d positive and negative energies from your target, triggering a chain reaction that explodes in a burst of arcane damage.
 		The damage done is equal to 100%% of the mana drained, 200%% of the vim drained, or 400%% of the positive or negative energy drained, whichever is higher. This effect is called a manaburn.
 		The effect will increase with your Mindpower or Physical power (whichever is greater).
diff --git a/game/modules/tome/data/talents/gifts/dwarven-nature.lua b/game/modules/tome/data/talents/gifts/dwarven-nature.lua
index f176e6a5b8..216836b229 100644
--- a/game/modules/tome/data/talents/gifts/dwarven-nature.lua
+++ b/game/modules/tome/data/talents/gifts/dwarven-nature.lua
@@ -123,7 +123,7 @@ newTalent{
 				game.party:addMember(m, {
 					control="no",
 					type="dwarven nature crystaline half",
-					title="Crystaline Half",
+					title=_t"Crystaline Half",
 					orders = {target=true},
 				})
 			end
@@ -166,7 +166,7 @@ newTalent{
 				game.party:addMember(m, {
 					control="no",
 					type="dwarven nature stone half",
-					title="Stone Half",
+					title=_t"Stone Half",
 					orders = {target=true},
 				})
 			end
diff --git a/game/modules/tome/data/talents/gifts/gifts.lua b/game/modules/tome/data/talents/gifts/gifts.lua
index 4d9f21e197..a641709e7c 100644
--- a/game/modules/tome/data/talents/gifts/gifts.lua
+++ b/game/modules/tome/data/talents/gifts/gifts.lua
@@ -148,7 +148,7 @@ function setupSummon(self, m, x, y, no_control)
 		game.party:addMember(m, {
 			control=can_control and "full" or "no",
 			type="summon",
-			title="Summon",
+			title=_t"Summon",
 			orders = {target=true, leash=true, anchor=true, talents=true},
 		})
 	end
diff --git a/game/modules/tome/data/talents/gifts/summon-distance.lua b/game/modules/tome/data/talents/gifts/summon-distance.lua
index 72707efdd2..d864459780 100644
--- a/game/modules/tome/data/talents/gifts/summon-distance.lua
+++ b/game/modules/tome/data/talents/gifts/summon-distance.lua
@@ -471,7 +471,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m] = resolvers.talents{ [self.T_WILD_RITCH_FLAMESPITTER_BOLT]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
@@ -597,7 +597,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_LIGHTNING_SPIT_HYDRA]=self:getTalentLevelRaw(t) }
 			m[#m+1] = resolvers.talents{ [self.T_ACID_SPIT_HYDRA]=self:getTalentLevelRaw(t) }
 			m[#m+1] = resolvers.talents{ [self.T_POISON_SPIT_HYDRA]=self:getTalentLevelRaw(t) }
@@ -716,7 +716,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_WINTER_S_GRASP]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
@@ -879,7 +879,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_AURA_OF_SILENCE]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
diff --git a/game/modules/tome/data/talents/gifts/summon-melee.lua b/game/modules/tome/data/talents/gifts/summon-melee.lua
index 5f38edb50e..18b2b76bcb 100644
--- a/game/modules/tome/data/talents/gifts/summon-melee.lua
+++ b/game/modules/tome/data/talents/gifts/summon-melee.lua
@@ -157,7 +157,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_TOTAL_THUGGERY]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
@@ -278,7 +278,7 @@ newTalent{
 			end,
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_JELLY_MITOTIC_SPLIT]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
@@ -393,7 +393,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_RUSH]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
@@ -514,7 +514,7 @@ newTalent{
 			resolvers.sustains_at_birth(),
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_DISARM]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
diff --git a/game/modules/tome/data/talents/gifts/summon-utility.lua b/game/modules/tome/data/talents/gifts/summon-utility.lua
index a887646657..8aae7dcec8 100644
--- a/game/modules/tome/data/talents/gifts/summon-utility.lua
+++ b/game/modules/tome/data/talents/gifts/summon-utility.lua
@@ -188,7 +188,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.talents{ [self.T_BATTLE_CALL]=self:getTalentLevelRaw(t) }
 		end
 		m.is_nature_summon = true
@@ -304,7 +304,7 @@ newTalent{
 			ai_target = {actor=target}
 		}
 		if self:attr("wild_summon") and rng.percent(self:attr("wild_summon")) then
-			m.name = m.name.." (wild summon)"
+			m.name = ("%s (wild summon)"):tformat(_t(m.name))
 			m[#m+1] = resolvers.inscription("INFUSION:_INSIDIOUS_POISON", {cooldown=12, range=6, heal_factor=60, power=self:getTalentLevel(t) * 60})
 		end
 		m.is_nature_summon = true
diff --git a/game/modules/tome/data/talents/misc/inscriptions.lua b/game/modules/tome/data/talents/misc/inscriptions.lua
index 3872ea09f3..e98665b060 100644
--- a/game/modules/tome/data/talents/misc/inscriptions.lua
+++ b/game/modules/tome/data/talents/misc/inscriptions.lua
@@ -786,7 +786,7 @@ newInscription{
 		local data = self:getInscriptionData(t.short_name)
 		local str = ""
 		for k,v in pairs(data.wards) do
-			str = str .. ", " .. v .. " " .. k:lower()
+			str = str .. ", " .. v .. " " .. _t(k:lower())
 		end
 		str = string.sub(str, 2)
 		return ([[Activate the rune to create a shield for %d turns blocking several instances of damage of the following types:%s]]) -- color me
@@ -794,7 +794,7 @@ newInscription{
 	end,
 	short_info = function(self, t)
 		local data = self:getInscriptionData(t.short_name)
-		local str = table.concat(table.ts(table.keys(data.wards)), ", ")
+		local str = table.concat(table.ts(table.lower(table.keys(data.wards))), ", ")
 		return ([[%d turns; %s]]):tformat(t.getDur(self, t), str:lower() )
 	end,
 }
@@ -882,7 +882,7 @@ newInscription{
 						game.party:addMember(image, {
 							control=false,
 							type="summon",
-							title="Summon",
+							title=_t"Summon",
 							temporary_level = true,
 							orders = {},
 						})
diff --git a/game/modules/tome/data/talents/misc/npcs.lua b/game/modules/tome/data/talents/misc/npcs.lua
index 15f800e570..b7ec98cdba 100644
--- a/game/modules/tome/data/talents/misc/npcs.lua
+++ b/game/modules/tome/data/talents/misc/npcs.lua
@@ -3550,7 +3550,7 @@ newTalent{
 			return
 		end
 
-		local m = self:cloneActor({name = "Shadow of "..self.name,
+		local m = self:cloneActor({name = ("Shadow of %s"):tformat(self.name),
 			desc = ([[A dark shadowy form in the shape of %s.]]):tformat(self.name),
 			summoner=self, summoner_gain_exp=true, exp_worth=0,
 			summon_time=t.getDuration(self, t),
@@ -3589,7 +3589,7 @@ newTalent{
 			game.party:addMember(m, {
 				control="full",
 				type="shadow",
-				title="Shadow of "..self.name,
+				title=("Shadow of %s"):tformat(self.name),
 				temporary_level=1,
 				orders = {target=true},
 				on_control = function(self)
diff --git a/game/modules/tome/data/talents/misc/objects.lua b/game/modules/tome/data/talents/misc/objects.lua
index 9649f92630..1f93f75e9d 100644
--- a/game/modules/tome/data/talents/misc/objects.lua
+++ b/game/modules/tome/data/talents/misc/objects.lua
@@ -520,7 +520,7 @@ newTalent{
 		local wait = function()
 			local co = coroutine.running()
 			local ok = false
-			self:restInit(best.digspeed, "digging", "dug", function(cnt, max)
+			self:restInit(best.digspeed, _t"digging", _t"dug", function(cnt, max)
 				if cnt > max then ok = true end
 				coroutine.resume(co)
 			end)
diff --git a/game/modules/tome/data/talents/psionic/mentalism.lua b/game/modules/tome/data/talents/psionic/mentalism.lua
index 4bc57d6b30..33bf0f14ab 100644
--- a/game/modules/tome/data/talents/psionic/mentalism.lua
+++ b/game/modules/tome/data/talents/psionic/mentalism.lua
@@ -179,7 +179,7 @@ newTalent{
 			game.party:addMember(m, {
 				control="full",
 				type = m.type, subtype="ghost",
-				title="Projection of "..self.name,
+				title=("Projection of %s"):tformat(self.name),
 				temporary_level=1,
 				orders = {target=true},
 				on_control = function(self)
diff --git a/game/modules/tome/data/talents/psionic/nightmare.lua b/game/modules/tome/data/talents/psionic/nightmare.lua
index f748ae3695..a06e11f14d 100644
--- a/game/modules/tome/data/talents/psionic/nightmare.lua
+++ b/game/modules/tome/data/talents/psionic/nightmare.lua
@@ -315,7 +315,7 @@ newTalent{
 			game.party:addMember(m, {
 				control="no",
 				type="terror",
-				title="Night Terror",
+				title=_t"Night Terror",
 				orders = {target=true},
 			})
 		end
diff --git a/game/modules/tome/data/talents/psionic/other.lua b/game/modules/tome/data/talents/psionic/other.lua
index d2aec12d90..88fe02bb7d 100644
--- a/game/modules/tome/data/talents/psionic/other.lua
+++ b/game/modules/tome/data/talents/psionic/other.lua
@@ -272,7 +272,7 @@ newTalent{
 		return true
 	end,
 	info = function(self, t)
-		local base = [[Allows you to wield a physical melee or ranged weapon, a mindstar or a gem telekinetically, gaining a special effect for each.
+		local base = _t[[Allows you to wield a physical melee or ranged weapon, a mindstar or a gem telekinetically, gaining a special effect for each.
 		A gem will provide a +3 bonus to all primary stats per tier of the gem.
 		A mindstar will randomly try to telekinetically grab a far away foe (10% chance and range 3 for a tier 1 mindstar, +1 range and +5% chance for each tier above 1) and pull it into melee range.
 		A physical melee weapon will act as a semi independant entity, automatically attacking adjacent foes each turn, while a ranged weapon will fire at your target whenever you perform a ranged attack.
diff --git a/game/modules/tome/data/talents/psionic/thought-forms.lua b/game/modules/tome/data/talents/psionic/thought-forms.lua
index 001357ffcb..827a9a97f7 100644
--- a/game/modules/tome/data/talents/psionic/thought-forms.lua
+++ b/game/modules/tome/data/talents/psionic/thought-forms.lua
@@ -137,7 +137,7 @@ function setupThoughtForm(self, m, x, y, t)
 		game.party:addMember(m, {
 			control="no",
 			type="thought-form",
-			title="thought-form",
+			title=_t"thought-form",
 			orders = {target=true, leash=true, anchor=true, talents=true},
 		})
 	end
diff --git a/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua b/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua
index a4b054c2f3..3dff2fc273 100644
--- a/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua
+++ b/game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua
@@ -44,7 +44,7 @@ local minions_list = {
 		see_invisible = resolvers.mbonus(15, 5),
 		undead = 1,
 		name = "bone giant", color=colors.WHITE,
-		desc = [[A towering creature, made from the bones of dozens of dead bodies. It is covered by an unholy aura.]],
+		desc=_t[[A towering creature, made from the bones of dozens of dead bodies. It is covered by an unholy aura.]],
 		resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_giant_bone_giant.png", display_h=2, display_y=-1}}},
 		max_life = resolvers.rngavg(100,120),
 		level_range = {1, nil}, exp_worth = 0,
@@ -79,7 +79,7 @@ local minions_list = {
 		see_invisible = resolvers.mbonus(15, 5),
 		undead = 1,
 		name = "heavy bone giant", color=colors.RED,
-		desc = [[A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.]],
+		desc=_t[[A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.]],
 		resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_giant_heavy_bone_giant.png", display_h=2, display_y=-1}}},
 		level_range = {1, nil}, exp_worth = 0,
 		max_life = resolvers.rngavg(100,120),
@@ -114,7 +114,7 @@ local minions_list = {
 		see_invisible = resolvers.mbonus(15, 5),
 		undead = 1,
 		name = "eternal bone giant", color=colors.GREY,
-		desc = [[A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.]],
+		desc=_t[[A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.]],
 		resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_giant_eternal_bone_giant.png", display_h=2, display_y=-1}}},
 		level_range = {1, nil}, exp_worth = 0,
 		max_life = resolvers.rngavg(100,120),
@@ -151,7 +151,7 @@ local minions_list = {
 		see_invisible = resolvers.mbonus(15, 5),
 		undead = 1,
 		name = "runed bone giant", color=colors.RED,
-		desc = [[A towering creature, made from the bones of hundreds of dead bodies, rune-etched and infused with hateful sorceries.]],
+		desc=_t[[A towering creature, made from the bones of hundreds of dead bodies, rune-etched and infused with hateful sorceries.]],
 		resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_giant_runed_bone_giant.png", display_h=2, display_y=-1}}},
 		level_range = {1, nil}, exp_worth = 0,
 		rank = 3,
diff --git a/game/modules/tome/data/talents/spells/animus.lua b/game/modules/tome/data/talents/spells/animus.lua
index 0a7ea9a262..b29771d9d2 100644
--- a/game/modules/tome/data/talents/spells/animus.lua
+++ b/game/modules/tome/data/talents/spells/animus.lua
@@ -172,7 +172,7 @@ newTalent{
 				game.party:addMember(m, {
 					control="full",
 					type="husk",
-					title="Lifeless Husk",
+					title=_t"Lifeless Husk",
 					orders = {leash=true, follow=true},
 					on_control = function(self)
 						self:hotkeyAutoTalents()
diff --git a/game/modules/tome/data/talents/spells/golemancy.lua b/game/modules/tome/data/talents/spells/golemancy.lua
index ad9a941c31..ba6af3ce92 100644
--- a/game/modules/tome/data/talents/spells/golemancy.lua
+++ b/game/modules/tome/data/talents/spells/golemancy.lua
@@ -48,10 +48,10 @@ function makeAlchemistGolem(self)
 		body = { INVEN = 1000, QS_MAINHAND = 1, QS_OFFHAND = 1, MAINHAND = 1, OFFHAND = 1, BODY=1, GEM={max = 2, stack_limit = 1} },
 		canWearObjectCustom = function(self, o)
 			if o.type ~= "gem" then return end
-			if not self.summoner then return "Golem has no master" end
-			if not self.summoner:knowTalent(self.summoner.T_GEM_GOLEM) then return "Master must know the Gem Golem talent" end
-			if not o.material_level then return "impossible to use this gem" end
-			if o.material_level > self.summoner:getTalentLevelRaw(self.summoner.T_GEM_GOLEM) then return "Master's Gem Golem talent too low for this gem" end
+			if not self.summoner then return _t"Golem has no master" end
+			if not self.summoner:knowTalent(self.summoner.T_GEM_GOLEM) then return _t"Master must know the Gem Golem talent" end
+			if not o.material_level then return _t"impossible to use this gem" end
+			if o.material_level > self.summoner:getTalentLevelRaw(self.summoner.T_GEM_GOLEM) then return _t"Master's Gem Golem talent too low for this gem" end
 		end,
 		equipdoll = "alchemist_golem",
 		is_alchemist_golem = 1,
@@ -229,13 +229,13 @@ newTalent{
 		self.alchemy_golem = game.zone:finishEntity(game.level, "actor", makeAlchemistGolem(self))
 		if game.party:hasMember(self) then
 			game.party:addMember(self.alchemy_golem, {
-				control="full", type="golem", title="Golem", important=true,
+				control="full", type="golem", title=_t"Golem", important=true,
 				orders = {target=true, leash=true, anchor=true, talents=true, behavior=true},
 			})
 		end
 		if not self.alchemy_golem then return end
 		self.alchemy_golem.faction = self.faction
-		self.alchemy_golem.name = self.alchemy_golem.name.." (servant of "..self.name..")"
+		self.alchemy_golem.name = ("%s (servant of %s)"):tformat(_t(self.alchemy_golem.name),self:getName())
 		self.alchemy_golem.summoner = self
 		self.alchemy_golem.summoner_gain_exp = true
 
@@ -256,7 +256,7 @@ newTalent{
 		local wait = function()
 			local co = coroutine.running()
 			local ok = false
-			self:restInit(20, "refitting", "refitted", function(cnt, max)
+			self:restInit(20, _t"refitting", _t"refitted", function(cnt, max)
 				if cnt > max then ok = true end
 				coroutine.resume(co)
 			end)
diff --git a/game/modules/tome/data/talents/spells/necrotic-minions.lua b/game/modules/tome/data/talents/spells/necrotic-minions.lua
index 7ce6fcbc93..cddc6443d0 100644
--- a/game/modules/tome/data/talents/spells/necrotic-minions.lua
+++ b/game/modules/tome/data/talents/spells/necrotic-minions.lua
@@ -409,7 +409,7 @@ local minions_list = {
 		see_invisible = 5,
 		undead = 1,
 		name = "vampire", color=colors.SLATE, image = "npc/vampire.png",
-		desc=[[It is a humanoid with an aura of power. You notice a sharp set of front teeth.]],
+		desc=_t[[It is a humanoid with an aura of power. You notice a sharp set of front teeth.]],
 		max_life = resolvers.rngavg(70,80),
 		combat_armor = 9, combat_def = 6,
 		resolvers.talents{ T_STUN={base=1, every=7, max=5}, T_BLUR_SIGHT={base=1, every=7, max=5}, T_ROTTING_DISEASE={base=1, every=7, max=5}, },
@@ -437,7 +437,7 @@ local minions_list = {
 		undead = 1,
 		name = "master vampire", color=colors.GREEN, image = "npc/master_vampire.png",
 		resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/master_vampire.png", display_h=2, display_y=-1}}},
-		desc=[[It is a humanoid form dressed in robes. Power emanates from its chilling frame.]],
+		desc=_t[[It is a humanoid form dressed in robes. Power emanates from its chilling frame.]],
 		max_life = resolvers.rngavg(80,90),
 		combat_armor = 10, combat_def = 8,
 		ai = "dumb_talented_simple", ai_state = { talent_in=1, },
@@ -463,7 +463,7 @@ local minions_list = {
 		see_invisible = 7,
 		undead = 1,
 		name = "grave wight", color=colors.SLATE, image="npc/grave_wight.png",
-		desc=[[It is a ghostly form with eyes that haunt you.]],
+		desc=_t[[It is a ghostly form with eyes that haunt you.]],
 		max_life = resolvers.rngavg(70,80),
 		combat_armor = 9, combat_def = 6,
 		resolvers.talents{ T_FLAMESHOCK={base=2, every=5, max=6}, T_LIGHTNING={base=2, every=5, max=6}, T_GLACIAL_VAPOUR={base=2, every=5, max=6},
@@ -491,7 +491,7 @@ local minions_list = {
 		undead = 1,
 		name = "barrow wight", color=colors.LIGHT_RED, image="npc/barrow_wight.png",
 		resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/barrow_wight.png", display_h=2, display_y=-1}}},
-		desc=[[It is a ghostly nightmare of an entity.]],
+		desc=_t[[It is a ghostly nightmare of an entity.]],
 		max_life = resolvers.rngavg(80,90),
 		combat_armor = 10, combat_def = 8,
 		resolvers.talents{ T_FLAMESHOCK={base=3, every=5, max=7}, T_LIGHTNING={base=3, every=5, max=7}, T_GLACIAL_VAPOUR={base=3, every=5, max=7},
@@ -525,7 +525,7 @@ local minions_list = {
 		undead = 1,
 		resolvers.sustains_at_birth(),
 		name = "dread", color=colors.ORANGE, image="npc/dread.png",
-		desc = [[It is a form that screams its presence against the eye. Death incarnate, its hideous black body seems to struggle against reality as the universe itself strives to banish it.]],
+		desc=_t[[It is a form that screams its presence against the eye. Death incarnate, its hideous black body seems to struggle against reality as the universe itself strives to banish it.]],
 		level_range = {1, nil}, exp_worth = 0,
 		max_life = resolvers.rngavg(90,100),
 		combat_armor = 0, combat_def = resolvers.mbonus(10, 50),
@@ -575,7 +575,7 @@ local minions_list = {
 		combat_spellcrit = resolvers.mbonus(5, 5),
 		resolvers.sustains_at_birth(),
 		name = "lich", color=colors.DARK_BLUE,
-		desc=[[Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.]],
+		desc=_t[[Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.]],
 		resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_lich_lich.png", display_h=2, display_y=-1}}},
 		level_range = {1, nil}, exp_worth = 0,
 		rarity = 20,
diff --git a/game/modules/tome/data/talents/spells/shades.lua b/game/modules/tome/data/talents/spells/shades.lua
index 1a9ce28e13..22ae5c50bb 100644
--- a/game/modules/tome/data/talents/spells/shades.lua
+++ b/game/modules/tome/data/talents/spells/shades.lua
@@ -114,29 +114,29 @@ newTalent{
 				m.level = 1
 				local race = 5 -- rng.range(1, 5)
 				if race == 1 then
-					m.name = "human farmer"
+					m.name = _t"human farmer"
 					m.subtype = "human"
 					m.image = "npc/humanoid_human_human_farmer.png"
-					m.desc = [[A weather-worn human farmer, looking at a loss as to what's going on.]]
+					m.desc=_t[[A weather-worn human farmer, looking at a loss as to what's going on.]]
 				elseif race == 2 then
-					m.name = "halfling gardener"
+					m.name = _t"halfling gardener"
 					m.subtype = "halfling"
-					m.desc = [[A rugged halfling gardener, looking quite confused as to what he's doing here.]]
+					m.desc=_t[[A rugged halfling gardener, looking quite confused as to what he's doing here.]]
 					m.image = "npc/humanoid_halfling_halfling_gardener.png"
 				elseif race == 3 then
-					m.name = "shalore scribe"
+					m.name = _t"shalore scribe"
 					m.subtype = "shalore"
-					m.desc = [[A scrawny elven scribe, looking bewildered at his surroundings.]]
+					m.desc=_t[[A scrawny elven scribe, looking bewildered at his surroundings.]]
 					m.image = "npc/humanoid_shalore_shalore_rune_master.png"
 				elseif race == 4 then
-					m.name = "dwarven lumberjack"
+					m.name = _t"dwarven lumberjack"
 					m.subtype = "dwarf"
-					m.desc = [[A brawny dwarven lumberjack, looking a bit upset at his current situation.]]
+					m.desc=_t[[A brawny dwarven lumberjack, looking a bit upset at his current situation.]]
 					m.image = "npc/humanoid_dwarf_lumberjack.png"
 				elseif race == 5 then
-					m.name = "cute bunny"
+					m.name = _t"cute bunny"
 					m.type = "vermin" m.subtype = "rodent"
-					m.desc = [[It is so cute!]]
+					m.desc=_t[[It is so cute!]]
 					m.image = "npc/vermin_rodent_cute_little_bunny.png"
 				end
 				m.faction = self.faction
@@ -199,7 +199,7 @@ newTalent{
 			
 			ai_target = {actor=table.NIL_MERGE},
 			ai = "summoned", ai_real = "tactical",
-			name = ("Forgery of Haze (%s)"):tforamt(self:getName()),
+			name = ("Forgery of Haze (%s)"):tformat(self:getName()),
 			desc = ([[A dark shadowy shape whose form resembles %s.]]):tformat(self.name),
 		})
 
@@ -215,7 +215,7 @@ newTalent{
 			game.party:addMember(m, {
 				control="no",
 				type="minion",
-				title="Forgery of Haze",
+				title=_t"Forgery of Haze",
 				orders = {target=true},
 			})
 		end
diff --git a/game/modules/tome/data/talents/spells/spells.lua b/game/modules/tome/data/talents/spells/spells.lua
index 15cded01c2..bbec94e370 100644
--- a/game/modules/tome/data/talents/spells/spells.lua
+++ b/game/modules/tome/data/talents/spells/spells.lua
@@ -188,7 +188,7 @@ function necroSetupSummon(self, m, x, y, level, no_control, no_decay)
 		game.party:addMember(m, {
 			control=can_control and "full" or "no",
 			type="minion",
-			title="Necrotic Minion",
+			title=_t"Necrotic Minion",
 			orders = {target=true},
 		})
 	end
@@ -232,7 +232,7 @@ function necroSetupSummon(self, m, x, y, level, no_control, no_decay)
 		if src:getTalentLevel(src.T_AURA_MASTERY) >= 3 and rng.percent(25) then
 			src:incSoul(1)
 			src.changed = true
-			game.logPlayer(src, "A soul returns to %s.", src.name)
+			game.logPlayer(src, "A soul returns to %s.", src:getName())
 		end
 	end
 
diff --git a/game/modules/tome/data/talents/techniques/combat-training.lua b/game/modules/tome/data/talents/techniques/combat-training.lua
index a57a278621..d327234285 100644
--- a/game/modules/tome/data/talents/techniques/combat-training.lua
+++ b/game/modules/tome/data/talents/techniques/combat-training.lua
@@ -80,7 +80,7 @@ newTalent{
 			for i = #inven, 1, -1 do
 				local o = inven[i]
 				local ok, err = self:canWearObject(o)
-				if not ok and err == "missing dependency" then
+				if not ok then
 					game.logPlayer(self, "You cannot use your %s anymore.", o:getName{do_color=true})
 					local o = self:removeObject(inven, i, true)
 					self:addObject(self.INVEN_INVEN, o)
diff --git a/game/modules/tome/data/talents/techniques/mobility.lua b/game/modules/tome/data/talents/techniques/mobility.lua
index f125bdab93..740ce2af31 100644
--- a/game/modules/tome/data/talents/techniques/mobility.lua
+++ b/game/modules/tome/data/talents/techniques/mobility.lua
@@ -335,7 +335,7 @@ newTalent {
 				self:incStamina(-stam_cost) -- Note: force_talent_ignore_ressources has no effect on this
 
 				local reduce = t.getReduction(self, t)*dam
-				if src.logCombat then src:logCombat(self, "#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.", is_attk and "an attack" or "damage") end
+				if src.logCombat then src:logCombat(self, "#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.", is_attk and _t"an attack" or _t"damage") end
 				dam = dam - reduce
 				print("[PROJECTOR] dam after callbackOnTakeDamage", t.id, dam)
 				local d_color = DamageType:get(type).text_color or "#FIREBRICK#"
diff --git a/game/modules/tome/data/talents/techniques/techniques.lua b/game/modules/tome/data/talents/techniques/techniques.lua
index d2ea47e6d6..46ee3884df 100644
--- a/game/modules/tome/data/talents/techniques/techniques.lua
+++ b/game/modules/tome/data/talents/techniques/techniques.lua
@@ -55,31 +55,31 @@ newTalentType{ allow_random=true, type="technique/sniper", min_lev = 10, name =
 -- Skirmisher
 newTalentType {
   type = "technique/acrobatics",
-  name = "Acrobatics",
+  name = _t"Acrobatics",
   generic = true,
   allow_random = true,
-  description = "For light footed Rogues who prefer flight to fighting fair!",
+  description = _t"For light footed Rogues who prefer flight to fighting fair!",
 }
 
 newTalentType {
   type = "technique/buckler-training",
-  name = "Buckler Training",
+  name = _t"Buckler Training",
   allow_random = true,
-  description = "Mastery over their shields separates Skirmishers from Archers, and gives them an edge.",
+  description = _t"Mastery over their shields separates Skirmishers from Archers, and gives them an edge.",
 }
 
 newTalentType {
   type = "technique/skirmisher-slings",
-  name = "Skirmisher - Slings",
+  name = _t"Skirmisher - Slings",
   allow_random = true,
-  description = "Slings! Pow Pow!",
+  description = _t"Slings! Pow Pow!",
 }
 
 newTalentType {
   type = "technique/tireless-combatant",
-  name = "Tireless Combatant",
+  name = _t"Tireless Combatant",
   allow_random = true,
-  description = "Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.",
+  description = _t"Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.",
 }
 
 -- Unarmed Combat
diff --git a/game/modules/tome/data/talents/techniques/throwing-knives.lua b/game/modules/tome/data/talents/techniques/throwing-knives.lua
index 41779c240b..e5b8b2ec02 100644
--- a/game/modules/tome/data/talents/techniques/throwing-knives.lua
+++ b/game/modules/tome/data/talents/techniques/throwing-knives.lua
@@ -162,7 +162,7 @@ newTalent{
 		local _ _, x, y = self:canProject(tg, x, y)
 
 		local proj = throw(self, tg.range, 1, x, y, nil, nil, nil)
-		proj.name = "Throwing Knife"
+		proj.name = _t"Throwing Knife"
 
 		return true
 	end,
@@ -192,7 +192,7 @@ APR: %d
 Crit Chance: %+d%%
 Crit mult: %d%%
 Uses Stats: %s
-]]):tformat(t.range(self, t), dmg, dmg*damrange, atk, talented, apr, crit, crit_mult, stat_desc)
+]]):tformat(t.range(self, t), dmg, dmg*damrange, atk, _t(talented), apr, crit, crit_mult, stat_desc)
 	end,
 	info = function(self, t)
 		local nb = t.getNb(self,t)
diff --git a/game/modules/tome/data/talents/uber/mag.lua b/game/modules/tome/data/talents/uber/mag.lua
index ace7228a8d..601566cb80 100644
--- a/game/modules/tome/data/talents/uber/mag.lua
+++ b/game/modules/tome/data/talents/uber/mag.lua
@@ -219,6 +219,7 @@ uberTalent{
 				who:learnTalent(who.T_BLOOD_SPRAY, true, 3, {no_unlearn=true})
 			elseif who.subtype == "plants" then
 				who:learnTalent(who.T_POISON_STORM, true, 3, {no_unlearn=true})
+			-- I18N this line of code should be fixed.
 			elseif who.name == "fire drake" or who.name == "fire drake (wild summon)" then
 				who:learnTalent(who.T_FLAME_OF_URH_ROK, true, 3, {no_unlearn=true}) who:forceUseTalent(who.T_FLAME_OF_URH_ROK, {ignore_energy=true})
 			elseif who.subtype == "turtle" then
diff --git a/game/modules/tome/data/talents/undeads/ghoul.lua b/game/modules/tome/data/talents/undeads/ghoul.lua
index 190762e011..80adc5fbb2 100644
--- a/game/modules/tome/data/talents/undeads/ghoul.lua
+++ b/game/modules/tome/data/talents/undeads/ghoul.lua
@@ -218,7 +218,7 @@ newTalent{
 			game.party:addMember(ghoul, {
 				control="no",
 				type="minion",
-				title="Ghoulish Minion",
+				title=_t"Ghoulish Minion",
 				orders = {target=true},
 			})
 		end
diff --git a/game/modules/tome/data/timed_effects/floor.lua b/game/modules/tome/data/timed_effects/floor.lua
index c78c7e351a..359919c07d 100644
--- a/game/modules/tome/data/timed_effects/floor.lua
+++ b/game/modules/tome/data/timed_effects/floor.lua
@@ -28,6 +28,7 @@ local Level = require "engine.Level"
 local function floorEffect(t)
 	t.name = t.name or t.desc
 	t.name = t.name:upper():gsub("[ ']", "_")
+	t.desc = _t(t.desc)
 	local d = t.long_desc
 	if type(t.long_desc) == "string" then t.long_desc = function() return d end end
 	t.type = "other"
diff --git a/game/modules/tome/data/timed_effects/magical.lua b/game/modules/tome/data/timed_effects/magical.lua
index 6283ce5bbc..c9277740fb 100644
--- a/game/modules/tome/data/timed_effects/magical.lua
+++ b/game/modules/tome/data/timed_effects/magical.lua
@@ -949,7 +949,7 @@ newEffect{
 newEffect{
 	name = "CURSE_HATE", image = "talents/curse_of_the_meek.png",
 	desc = _t"Curse of Hate",
-	long_desc = function(self, eff) return ("The target is cursed, force all foes in a radius of 5 to attack it.") end,
+	long_desc = function(self, eff) return (_t"The target is cursed, force all foes in a radius of 5 to attack it.") end,
 	type = "magical",
 	subtype = { curse=true },
 	status = "detrimental",
@@ -1473,7 +1473,7 @@ newEffect{
 newEffect{
 	name = "SANCTITY", image = "talents/circle_of_sanctity.png",
 	desc = _t"Sanctity",
-	long_desc = function(self, eff) return ("The target is protected from silence effects.") end,
+	long_desc = function(self, eff) return (_t"The target is protected from silence effects.") end,
 	type = "magical",
 	subtype = { circle=true },
 	status = "beneficial",
@@ -2381,7 +2381,7 @@ newEffect{
 newEffect{
 	name = "BLOODCASTING", image = "talents/bloodcasting.png",
 	desc = _t"Bloodcasting",
-	long_desc = function(self, eff) return ("Corruptions consume health instead of vim.") end,
+	long_desc = function(self, eff) return (_t"Corruptions consume health instead of vim.") end,
 	type = "magical",
 	subtype = {corruption=true},
 	status = "beneficial",
@@ -2680,7 +2680,7 @@ newEffect{
 newEffect{
 	name = "AETHER_AVATAR", image = "talents/aether_avatar.png",
 	desc = _t"Aether Avatar",
-	long_desc = function(self, eff) return ("Filled with pure aether forces!") end,
+	long_desc = function(self, eff) return (_t"Filled with pure aether forces!") end,
 	type = "magical",
 	subtype = { arcane=true },
 	status = "beneficial",
@@ -3648,7 +3648,7 @@ newEffect{
 		-- check negative life first incase the creature has healing
 		if self.life <= (self.die_at or 0) then
 			local sx, sy = game.level.map:getTileToScreen(self.x, self.y, true)
-			game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, rng.float(-2.5, -1.5), "Unravels!", {255,0,255})
+			game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, rng.float(-2.5, -1.5), _t"Unravels!", {255,0,255})
 			game.logSeen(self, "%s has unraveled!", self:getName():capitalize())
 			self:die(self)
 		end
diff --git a/game/modules/tome/data/timed_effects/mental.lua b/game/modules/tome/data/timed_effects/mental.lua
index ee4fdcb620..295acb497b 100644
--- a/game/modules/tome/data/timed_effects/mental.lua
+++ b/game/modules/tome/data/timed_effects/mental.lua
@@ -147,7 +147,7 @@ newEffect{
 newEffect{
 	name = "DOMINANT_WILL", image = "talents/yeek_will.png",
 	desc = _t"Mental Domination",
-	long_desc = function(self, eff) return ("The target's mind has been shattered. Its body remains as a thrall to %s."):tformat(eff.src.name:capitalize()) end,
+	long_desc = function(self, eff) return ("The target's mind has been shattered. Its body remains as a thrall to %s."):tformat(eff.src:getName():capitalize()) end,
 	type = "mental",
 	subtype = { dominate=true },
 	status = "detrimental",
@@ -179,7 +179,7 @@ newEffect{
 			game.party:addMember(self, {
 				control="full",
 				type="thrall",
-				title="Thrall",
+				title=_t"Thrall",
 				orders = {leash=true, follow=true},
 				on_control = function(self)
 					self:hotkeyAutoTalents()
@@ -220,7 +220,7 @@ newEffect{
 newEffect{
 	name = "DOMINANT_WILL_BOSS", image = "talents/yeek_will.png",
 	desc = _t"Mental Domination",
-	long_desc = function(self, eff) return ("The target's mind has been shaken. It is temporarily aligned with %s and immune to all damage."):tformat(eff.src.name:capitalize()) end,
+	long_desc = function(self, eff) return ("The target's mind has been shaken. It is temporarily aligned with %s and immune to all damage."):tformat(eff.src:getName():capitalize()) end,
 	type = "mental",
 	subtype = { dominate=true },
 	status = "detrimental",
@@ -402,7 +402,7 @@ newEffect{
 newEffect{
 	name = "DISMAYED", image = "talents/dismay.png",
 	desc = _t"Dismayed",
-	long_desc = function(self, eff) return ("The target is dismayed. The next melee attack against the target will be a guaranteed critical hit.") end,
+	long_desc = function(self, eff) return (_t"The target is dismayed. The next melee attack against the target will be a guaranteed critical hit.") end,
 	type = "mental",
 	subtype = { gloom=true, confusion=true },
 	status = "detrimental",
@@ -458,7 +458,7 @@ newEffect{
 		if not effStalker then return _t"Being stalked." end
 		local t = self:getTalentFromId(eff.src.T_STALK)
 		local desc = ([[Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.]]):tformat(
-			eff.src.name, effStalker.bonus, t.getAttackChange(eff.src, t, effStalker.bonus), t.getStalkedDamageMultiplier(eff.src, t, effStalker.bonus) * 100 - 100, t.getHitHateChange(eff.src, t, effStalker.bonus))
+			eff.src:getName(), effStalker.bonus, t.getAttackChange(eff.src, t, effStalker.bonus), t.getStalkedDamageMultiplier(eff.src, t, effStalker.bonus) * 100 - 100, t.getHitHateChange(eff.src, t, effStalker.bonus))
 		if eff.damageChange and eff.damageChange > 0 then
 			desc = desc..(" Prey damage modifier: %d%%."):tformat(eff.damageChange)
 		end
@@ -505,7 +505,7 @@ newEffect{
 	name = "BECKONED", image = "talents/beckon.png",
 	desc = _t"Beckoned",
 	long_desc = function(self, eff)
-		local message = ("The target has been beckoned by %s and is heeding the call. There is a %d%% chance of moving towards the beckoner each turn."):tformat(eff.src.name, eff.chance)
+		local message = ("The target has been beckoned by %s and is heeding the call. There is a %d%% chance of moving towards the beckoner each turn."):tformat(eff.src:getName(), eff.chance)
 		if eff.spellpowerChangeId and eff.mindpowerChangeId then
 			message = message..(" (spellpower: %d, mindpower: %d"):tformat(eff.spellpowerChange, eff.mindpowerChange)
 		end
@@ -682,7 +682,7 @@ newEffect{
 newEffect{
 	name = "DOMINATED", image = "talents/dominate.png",
 	desc = _t"Dominated",
-	long_desc = function(self, eff) return ("The target has been dominated.  It is unable to move and has lost %d armor and %d defense. Attacks from %s gain %d%% damage penetration."):tformat(-eff.armorChange, -eff.defenseChange, eff.src.name:capitalize(), eff.resistPenetration) end,
+	long_desc = function(self, eff) return ("The target has been dominated.  It is unable to move and has lost %d armor and %d defense. Attacks from %s gain %d%% damage penetration."):tformat(-eff.armorChange, -eff.defenseChange, eff.src:getName():capitalize(), eff.resistPenetration) end,
 	type = "mental",
 	subtype = { dominate=true },
 	status = "detrimental",
@@ -958,7 +958,7 @@ newEffect{
 	name = "HEIGHTEN_FEAR", image = "talents/heighten_fear.png",
 	desc = _t"Heighten Fear",
 	long_desc = function(self, eff) return ("The target is in a state of growing fear. If they spend %d more turns within range %d and in sight of the source of this fear (%s), they will take %d mind and darkness damage and be subjected to a new fear."):
-		tformat(eff.turns_left, eff.range, eff.src.name, eff.damage) end,
+		tformat(eff.turns_left, eff.range, eff.src:getName(), eff.damage) end,
 	type = "other",
 	charges = function(self, eff) return _t"#ORANGE#"..eff.turns_left.."#LAST#" end,
 	subtype = { },
@@ -1299,7 +1299,7 @@ newEffect{
 newEffect{
 	name = "PANICKED", image = "talents/panic.png",
 	desc = _t"Panicked",
-	long_desc = function(self, eff) return ("The target has been panicked by %s, causing them to have a %d%% chance of fleeing in terror instead of acting."):tformat(eff.src.name, eff.chance) end,
+	long_desc = function(self, eff) return ("The target has been panicked by %s, causing them to have a %d%% chance of fleeing in terror instead of acting."):tformat(eff.src:getName(), eff.chance) end,
 	type = "mental",
 	subtype = { fear=true },
 	status = "detrimental",
@@ -1360,7 +1360,7 @@ newEffect{
 
 					if bestX then
 						self:move(bestX, bestY, false)
-						game.logPlayer(self, "#F53CBE#You panic and flee from %s.", eff.src.name)
+						game.logPlayer(self, "#F53CBE#You panic and flee from %s.", eff.src:getName())
 					else
 						self:logCombat(eff.src, "#F53CBE##Source# panics but fails to flee from #Target#.")
 						self:useEnergy(game.energy_to_act * self:combatMovementSpeed(bestX, bestY))
@@ -1392,7 +1392,7 @@ newEffect{
 newEffect{
 	name = "PSIFRENZY", image = "talents/frenzied_focus.png",
 	desc = _t"Frenzied Focus",
-	long_desc = function(self, eff) return ("This creatures psionic focus item is supercharged!") end,
+	long_desc = function(self, eff) return (_t"This creatures psionic focus item is supercharged!") end,
 	type = "mental",
 	subtype = { telekinesis=true, frenzy=true },
 	status = "beneficial",
@@ -1531,7 +1531,7 @@ newEffect{
 newEffect{
 	name = "MASTERFUL_TELEKINETIC_ARCHERY", image = "talents/masterful_telekinetic_archery.png",
 	desc = _t"Telekinetic Archery",
-	long_desc = function(self, eff) return ("Your telekinetically-wielded bow automatically attacks the nearest target each turn.") end,
+	long_desc = function(self, eff) return (_t"Your telekinetically-wielded bow automatically attacks the nearest target each turn.") end,
 	type = "mental",
 	subtype = { telekinesis=true },
 	status = "beneficial",
@@ -1645,7 +1645,7 @@ newEffect{
 newEffect{
 	name = "DOMINATE_ENTHRALL", image = "talents/yeek_will.png",
 	desc = _t"Enthralled",
-	long_desc = function(self, eff) return ("The target is enthralled, temporarily changing its faction.") end,-- to %s.")--:tformat(engine.Faction.factions[eff.faction].name) end,
+	long_desc = function(self, eff) return (_t"The target is enthralled, temporarily changing its faction.") end,-- to %s.")--:tformat(engine.Faction.factions[eff.faction].name) end,
 	type = "mental",
 	subtype = { dominate=true },
 	status = "detrimental",
@@ -1748,7 +1748,7 @@ newEffect{
 		-- check negative life first incase the creature has healing
 		if self.life <= (self.die_at or 0) then
 			local sx, sy = game.level.map:getTileToScreen(self.x, self.y, true)
-			game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, rng.float(-2.5, -1.5), "Falls dead!", {255,0,255})
+			game.flyers:add(sx, sy, 30, (rng.range(0,2)-1) * 0.5, rng.float(-2.5, -1.5), _t"Falls dead!", {255,0,255})
 			game.logSeen(self, "%s dies when its frenzy ends!", self:getName():capitalize())
 			self:die(self)
 		end
@@ -2219,7 +2219,7 @@ newEffect{
 newEffect{
 	name = "MIND_LINK_TARGET", image = "talents/mind_link.png",
 	desc = _t"Mind Link",
-	long_desc = function(self, eff) return ("The target's mind has been invaded, increasing all mind damage it receives from %s by %d%%."):tformat(eff.src.name:capitalize(), eff.power) end,
+	long_desc = function(self, eff) return ("The target's mind has been invaded, increasing all mind damage it receives from %s by %d%%."):tformat(eff.src:getName():capitalize(), eff.power) end,
 	type = "mental",
 	subtype = { psionic=true },
 	status = "detrimental",
diff --git a/game/modules/tome/data/timed_effects/other.lua b/game/modules/tome/data/timed_effects/other.lua
index 37846ff733..f68f9d5efe 100644
--- a/game/modules/tome/data/timed_effects/other.lua
+++ b/game/modules/tome/data/timed_effects/other.lua
@@ -62,7 +62,7 @@ newEffect{
 newEffect{
 	name = "ELEMENTAL_SURGE_ARCANE", image = "talents/elemental_surge.png",
 	desc = _t"Elemental Surge: Arcane",
-	long_desc = function(self, eff) return ("Spell and mind speed increased by 30%") end,
+	long_desc = function(self, eff) return (_t"Spell and mind speed increased by 30%") end,
 	type = "other",
 	subtype = {elemental = true },
 	status = "beneficial",
@@ -76,7 +76,7 @@ newEffect{
 newEffect{
 	name = "ELEMENTAL_SURGE_PHYSICAL", image = "talents/elemental_surge.png",
 	desc = _t"Elemental Surge: Physical",
-	long_desc = function(self, eff) return ("Immune to detrimental physical effects") end,
+	long_desc = function(self, eff) return (_t"Immune to detrimental physical effects") end,
 	type = "other",
 	subtype = {elemental = true },
 	status = "beneficial",
@@ -89,7 +89,7 @@ newEffect{
 newEffect{
 	name = "ELEMENTAL_SURGE_NATURE", image = "talents/elemental_surge.png",
 	desc = _t"Elemental Surge: Nature",
-	long_desc = function(self, eff) return ("Immune to detrimental magical effects") end,
+	long_desc = function(self, eff) return (_t"Immune to detrimental magical effects") end,
 	type = "other",
 	subtype = {elemental = true },
 	status = "beneficial",
@@ -927,7 +927,7 @@ newEffect{
 	name = "ZERO_GRAVITY", image = "effects/zero_gravity.png",
 	desc = _t"Zero Gravity",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("There is no gravity here; you float in the air. Movement is three times as slow, and any melee or archery blows have a chance to knockback. Maximum encumbrance is greatly increased.") end,
+	long_desc = function(self, eff) return (_t"There is no gravity here; you float in the air. Movement is three times as slow, and any melee or archery blows have a chance to knockback. Maximum encumbrance is greatly increased.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { spacetime=true },
@@ -1052,7 +1052,7 @@ newEffect{
 		name = "walking corpse",
 		display = "z", color=colors.GREY, image="npc/undead_ghoul_ghoul.png",
 		type = "undead", subtype = "ghoul",
-		desc = [[This corpse was recently alive but moves as though it is just learning to use its body.]],
+		desc=_t[[This corpse was recently alive but moves as though it is just learning to use its body.]],
 		body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
 		no_drops = true,
 		autolevel = "ghoul",
@@ -1097,7 +1097,7 @@ newEffect{
 				-- Add to the party
 				if self.player then
 					m.remove_from_party_on_death = true
-					game.party:addMember(m, {control="no", type="summon", title="Summon"})
+					game.party:addMember(m, {control="no", type="summon", title=_t"Summon"})
 				end
 
 				game.level.map:particleEmitter(x, y, 1, "slime")
@@ -1685,7 +1685,7 @@ newEffect{
 						-- Add to the party
 						if e.src.player then
 							m.remove_from_party_on_death = true
-							game.party:addMember(m, {control="no", type="nightmare", title="Nightmare"})
+							game.party:addMember(m, {control="no", type="nightmare", title=_t"Nightmare"})
 						end
 
 						game.zone:addEntity(game.level, m, "actor", location[1], location[2])
@@ -2115,7 +2115,7 @@ newEffect{
 				game.party:addMember(m, {
 					control="full",
 					type="projection",
-					title="Dream Self",
+					title=_t"Dream Self",
 					orders = {target=true},
 				})
 				if eff.target == game.player then
@@ -2305,7 +2305,7 @@ newEffect{
 	name = "ZONE_AURA_FIRE",
 	desc = _t"Oil mist",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% fire damage, -10% fire resistance, -10% armour, -2 sight range.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% fire damage, -10% fire resistance, -10% armour, -2 sight range.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2326,7 +2326,7 @@ newEffect{
 	name = "ZONE_AURA_COLD",
 	desc = _t"Grave chill",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% cold damage, -10% cold resistance, -10% physical save, -20% confusion immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% cold damage, -10% cold resistance, -10% physical save, -20% confusion immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2347,7 +2347,7 @@ newEffect{
 	name = "ZONE_AURA_LIGHTNING",
 	desc = _t"Static discharge",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% lightning damage, -10% lightning resistance, -10% physical power, -20% stun immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% lightning damage, -10% lightning resistance, -10% physical power, -20% stun immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2368,7 +2368,7 @@ newEffect{
 	name = "ZONE_AURA_ACID",
 	desc = _t"Noxious fumes",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% acid damage, -10% acid resistance, -10% defense, -20% disarm immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% acid damage, -10% acid resistance, -10% defense, -20% disarm immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2389,7 +2389,7 @@ newEffect{
 	name = "ZONE_AURA_DARKNESS",
 	desc = _t"Echoes of the void",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% darkness damage, -10% darkness resistance, -10% mental save, -20% fear immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% darkness damage, -10% darkness resistance, -10% mental save, -20% fear immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2410,7 +2410,7 @@ newEffect{
 	name = "ZONE_AURA_MIND",
 	desc = _t"Eerie silence",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% mind damage, -10% mind resistance, -10% spellpower, -20% silence immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% mind damage, -10% mind resistance, -10% spellpower, -20% silence immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2431,7 +2431,7 @@ newEffect{
 	name = "ZONE_AURA_LIGHT",
 	desc = _t"Aura of light",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% light damage, -10% light resistance, -10% accuracy, -20% blind immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% light damage, -10% light resistance, -10% accuracy, -20% blind immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2452,7 +2452,7 @@ newEffect{
 	name = "ZONE_AURA_ARCANE",
 	desc = _t"Aether residue",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% arcane damage, -10% arcane resistance, -10% armour hardiness, -20% stoning immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% arcane damage, -10% arcane resistance, -10% armour hardiness, -20% stoning immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2473,7 +2473,7 @@ newEffect{
 	name = "ZONE_AURA_TEMPORAL",
 	desc = _t"Impossible geometries",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% temporal damage, -10% temporal resistance, -10% spell save, -20% pinning immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% temporal damage, -10% temporal resistance, -10% spell save, -20% pinning immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2494,7 +2494,7 @@ newEffect{
 	name = "ZONE_AURA_PHYSICAL",
 	desc = _t"Uncontrolled anger",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% physical damage, -10% physical resistance, -10% mindpower, -20% knockback immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% physical damage, -10% physical resistance, -10% mindpower, -20% knockback immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2515,7 +2515,7 @@ newEffect{
 	name = "ZONE_AURA_BLIGHT",
 	desc = _t"Miasma",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% blight damage, -10% blight resistance, -20% healing mod, -20% disease immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% blight damage, -10% blight resistance, -20% healing mod, -20% disease immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2536,7 +2536,7 @@ newEffect{
 	name = "ZONE_AURA_NATURE",
 	desc = _t"Slimy floor",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% nature damage, -10% nature resistance, -10% ranged defense, -20% poison immunity.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% nature damage, -10% nature resistance, -10% ranged defense, -20% poison immunity.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -2681,7 +2681,7 @@ newEffect{
 		-- Bypass all shields & such
 		local old = self.onTakeHit
 		self.onTakeHit = nil
-		mod.class.interface.ActorLife.takeHit(self, self.max_life * eff.dam / 100, self, {special_death_msg="suffocated to death"})
+		mod.class.interface.ActorLife.takeHit(self, self.max_life * eff.dam / 100, self, {special_death_msg=_t"suffocated to death"})
 		eff.dam = util.bound(eff.dam + 5, 20, 100)
 		self.onTakeHit = old
 	end,
@@ -3171,7 +3171,7 @@ newEffect{
 newEffect{
 	name = "WARDEN_S_TARGET", image = "talents/warden_s_focus.png",
 	desc = _t"Warden's Focus Target",
-	long_desc = function(self, eff) return ("%s is focusing on this target."):tformat(eff.src.name) end,
+	long_desc = function(self, eff) return ("%s is focusing on this target."):tformat(eff.src:getName()) end,
 	type = "other",
 	subtype = { tactic=true },
 	status = "detrimental",
@@ -3213,7 +3213,7 @@ newEffect{
 	name = "ZONE_AURA_GORBAT",
 	desc = _t"Natural Aura",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +20 mindpower, +2 life regen, -1 equilibrium per turn, -20% resistance penetration.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +20 mindpower, +2 life regen, -1 equilibrium per turn, -20% resistance penetration.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3234,7 +3234,7 @@ newEffect{
 	name = "ZONE_AURA_VOR",
 	desc = _t"Sorcerous Aura",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +20 magic, +2 mana regen, -20 accuracy, -20 stealth power.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +20 magic, +2 mana regen, -20 accuracy, -20 stealth power.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3255,7 +3255,7 @@ newEffect{
 	name = "ZONE_AURA_GRUSHNAK",
 	desc = _t"Disciplined Aura",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +20 defense, +20 all saves, -20 spell power.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +20 defense, +20 all saves, -20 spell power.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3277,7 +3277,7 @@ newEffect{
 	name = "ZONE_AURA_RAKSHOR",
 	desc = _t"Sinister Aura",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: +10% critical chance, +20% critical damage, -20% nature and blight resistance.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: +10% critical chance, +20% critical damage, -20% nature and blight resistance.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3299,7 +3299,7 @@ newEffect{
 	name = "ZONE_AURA_UNDERWATER",
 	desc = _t"Underwater Zone",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: Air decreases over time. If you run out of air you will start losing life. Look for bubbles to recover air. The water also reduces stun resistance by 10% and fire damage is reduced by 10%, however cold damage is increased by 10%.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: Air decreases over time. If you run out of air you will start losing life. Look for bubbles to recover air. The water also reduces stun resistance by 10% and fire damage is reduced by 10%, however cold damage is increased by 10%.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3318,7 +3318,7 @@ newEffect{
 	name = "ZONE_AURA_FEARSCAPE",
 	desc = _t"Fearscape Zone",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: The flames of the Fearscape increase all fire and blight damage by 10%, but the weird gravity reduces knockback resistance by 20%.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: The flames of the Fearscape increase all fire and blight damage by 10%, but the weird gravity reduces knockback resistance by 20%.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3337,7 +3337,7 @@ newEffect{
 	name = "ZONE_AURA_OUT_OF_TIME",
 	desc = _t"Out of Time Zone",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: You seem to be outside the normal spacetime continuum. +10% physical resistance, -10% temporal resistance and -20% teleport resistance.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: You seem to be outside the normal spacetime continuum. +10% physical resistance, -10% temporal resistance and -20% teleport resistance.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3356,7 +3356,7 @@ newEffect{
 	name = "ZONE_AURA_SPELLBLAZE",
 	desc = _t"Spellblaze Aura",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: The power of the Spellblaze still burns here. -10% resistance to fire, arcane and blight damage, but +10% cold resistance. WARNING: The powerful magic here reflects teleportation magic!") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: The power of the Spellblaze still burns here. -10% resistance to fire, arcane and blight damage, but +10% cold resistance. WARNING: The powerful magic here reflects teleportation magic!") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3374,7 +3374,7 @@ newEffect{
 	name = "ZONE_AURA_CALDERA",
 	desc = _t"Heady Scent",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: Strong scents fill the air and make you feel drowsy. If the timer reaches 0 you will fall into a dreaming sleep state. -10% mind resistance, -20% sleep resistance, +10% nature damage.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: Strong scents fill the air and make you feel drowsy. If the timer reaches 0 you will fall into a dreaming sleep state. -10% mind resistance, -20% sleep resistance, +10% nature damage.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3394,7 +3394,7 @@ newEffect{
 	name = "ZONE_AURA_THUNDERSTORM",
 	desc = _t"Thunderstorm",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: A huge thunderstorm rages above you. +10 lightning damage, -10% stun resistance.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: A huge thunderstorm rages above you. +10 lightning damage, -10% stun resistance.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3413,7 +3413,7 @@ newEffect{
 	name = "ZONE_AURA_ABASHED",
 	desc = _t"Abashed Expanse",
 	no_stop_enter_worlmap = true,
-	long_desc = function(self, eff) return ("Zone-wide effect: Your Phase Door spell is super easy to use here, allowing you to target it regardless of level. Any projectiles is slowed down by 80%.") end,
+	long_desc = function(self, eff) return (_t"Zone-wide effect: Your Phase Door spell is super easy to use here, allowing you to target it regardless of level. Any projectiles is slowed down by 80%.") end,
 	decrease = 0, no_remove = true,
 	type = "other",
 	subtype = { aura=true },
@@ -3920,7 +3920,7 @@ newEffect{
 newEffect{
 	name = "FED_UPON", image = "effects/fed_upon.png",
 	desc = _t"Fed Upon",
-	long_desc = function(self, eff) return ("%s is fed upon by %s."):tformat(self.name:capitalize(), eff.src.name) end,
+	long_desc = function(self, eff) return ("%s is fed upon by %s."):tformat(self.name:capitalize(), eff.src:getName()) end,
 	type = "other",
 	subtype = { psychic_drain=true },
 	status = "detrimental",
@@ -3979,7 +3979,7 @@ newEffect{
 
 newEffect{
 	name = "OMNIVISION", image = "talents/track.png",
-	desc = "Sensing Everything",
+	desc = _t"Sensing Everything",
 	long_desc = function(self, eff) return _t"Improves senses, allowing the detection of everything." end,
 	type = "other",
 	subtype = { sense=true },
diff --git a/game/modules/tome/data/timed_effects/physical.lua b/game/modules/tome/data/timed_effects/physical.lua
index 18ebcff976..00c3e8b5ad 100644
--- a/game/modules/tome/data/timed_effects/physical.lua
+++ b/game/modules/tome/data/timed_effects/physical.lua
@@ -546,7 +546,7 @@ newEffect{
 		if core.fov.distance(self.x, self.y, eff.src.x, eff.src.y) > 1 or eff.src.dead or not game.level:hasEntity(eff.src) then
 			return true
 		end
-		self:suffocate(eff.power, eff.src, (" was constricted to death by %s."):tformat(eff.src.unique and eff.src.name or eff.src.name:a_an()))
+		self:suffocate(eff.power, eff.src, (" was constricted to death by %s."):tformat(eff.src.unique and eff.src.name or eff.src:getName():a_an()))
 	end,
 	deactivate = function(self, eff)
 		self:removeTemporaryValue("never_move", eff.tmpid)
@@ -1729,7 +1729,7 @@ newEffect{
 newEffect{
 	name = "WATERS_OF_LIFE", image = "talents/waters_of_life.png",
 	desc = _t"Waters of Life",
-	long_desc = function(self, eff) return ("The target purifies all diseases and poisons, turning them into healing effects.") end,
+	long_desc = function(self, eff) return (_t"The target purifies all diseases and poisons, turning them into healing effects.") end,
 	type = "physical",
 	subtype = { nature=true, heal=true },
 	status = "beneficial",
@@ -1801,7 +1801,7 @@ newEffect{
 	name = "HEALING_NEXUS", image = "talents/healing_nexus.png",
 	desc = _t"Healing Nexus Redirection",
 	long_desc = function(self, eff)
-		return ("All direct healing done to the target fails, and is instead redirected to %s at %d%% effectiveness."):tformat(eff.src.name, eff.pct * 100, eff.src.name)
+		return ("All direct healing done to the target fails, and is instead redirected to %s at %d%% effectiveness."):tformat(eff.src:getName(), eff.pct * 100, eff.src:getName())
 	end,
 	type = "physical",
 	subtype = { nature=true, heal=true },
@@ -1952,7 +1952,7 @@ newEffect{
 newEffect{
 	name = "OFFBALANCE",
 	desc = _t"Off-balance",
-	long_desc = function(self, eff) return ("Badly off balance. Global damage is reduced by 15%.") end,
+	long_desc = function(self, eff) return (_t"Badly off balance. Global damage is reduced by 15%.") end,
 	type = "physical",
 	subtype = { ["cross tier"]=true },
 	status = "detrimental",
@@ -1970,7 +1970,7 @@ newEffect{
 newEffect{
 	name = "OFFGUARD",
 	desc = _t"Off-guard", image = "talents/precise_strikes.png",
-	long_desc = function(self, eff) return ("Badly off guard. Attackers gain a 10% bonus to physical critical strike chance and physical critcal strike power.") end,
+	long_desc = function(self, eff) return (_t"Badly off guard. Attackers gain a 10% bonus to physical critical strike chance and physical critcal strike power.") end,
 	type = "physical",
 	subtype = { ["cross tier"]=true },
 	status = "detrimental",
@@ -2365,7 +2365,7 @@ newEffect{
 					if src:canBe("disarm") then
 						src:setEffect(src.EFF_DISARMED, 3, {apply_power=self:combatPhysicalpower()})
 					else
-						game.logSeen(src, "%s resists the disarming attempt!", src.name:capitalize())
+						game.logSeen(src, "%s resists the disarming attempt!", src:getName():capitalize())
 					end
 				end
 				if eff.properties.on_cs then
@@ -2670,7 +2670,7 @@ newEffect{
 newEffect{
 	name = "STEAMROLLER", image = "talents/steamroller.png",
 	desc = _t"Steamroller",
-	long_desc = function(self, eff) return ("Resets Rush cooldown if killed.") end,
+	long_desc = function(self, eff) return (_t"Resets Rush cooldown if killed.") end,
 	type = "physical",
 	subtype = { status=true },
 	status = "detrimental",
@@ -2709,7 +2709,7 @@ newEffect{
 newEffect{
 	name = "SPINE_OF_THE_WORLD", image = "talents/spine_of_the_world.png",
 	desc = _t"Spine of the World",
-	long_desc = function(self, eff) return ("Immune to physical effects.") end,
+	long_desc = function(self, eff) return (_t"Immune to physical effects.") end,
 	type = "physical",
 	subtype = { status=true },
 	status = "beneficial",
@@ -3238,15 +3238,15 @@ newEffect{
 	desc = _t"Garrote",
 	long_desc = function(self, eff)
 		local silence = eff.silence > 0 and eff.silenceid and ("  It is silenced for the next %d turn(s), preventing it from casting spells and using some vocal talents."):tformat(eff.silence) or ""
-		return ("The target is being garrotted by %s, rendering it unable to move and subject to an automatic unarmed attack (at %d%% damage) each turn.%s"):tformat(eff.src and eff.src.name or _t"something", eff.power*100, silence) 
+		return ("The target is being garrotted by %s, rendering it unable to move and subject to an automatic unarmed attack (at %d%% damage) each turn.%s"):tformat(eff.src and eff.src:getName() or _t"something", eff.power*100, silence) 
 	end,
 	type = "physical",
 	subtype = { grapple=true, pin=true },
 	status = "detrimental",
 	parameters = { power = 0.6, silence=0},
 	remove_on_clone = true,
-	on_gain = function(self, eff) return ("%s has garroted #Target#!"):tformat(eff.src and eff.src.name or _t"Something"), _t"+Garrote" end,
-	on_lose = function(self, eff) return ("#Target# is free from %s's garrote."):tformat(eff.src and eff.src.name or _t"something"), _t"-Garrote" end,
+	on_gain = function(self, eff) return ("%s has garroted #Target#!"):tformat(eff.src and eff.src:getName() or _t"Something"), _t"+Garrote" end,
+	on_lose = function(self, eff) return ("#Target# is free from %s's garrote."):tformat(eff.src and eff.src:getName() or _t"something"), _t"-Garrote" end,
 	activate = function(self, eff)
 		self:effectTemporaryValue(eff, "never_move", 1)
 		if eff.silence > 0 then eff.silenceid = self:addTemporaryValue("silence", 1) end
@@ -3698,7 +3698,7 @@ newEffect{
 newEffect{
 	name = "STONE_LINK", image = "talents/stone_link.png",
 	desc = _t"Stone Link",
-	long_desc = function(self, eff) return ("The target is protected by %s, redirecting all damage to it."):tformat(eff.src.name) end,
+	long_desc = function(self, eff) return ("The target is protected by %s, redirecting all damage to it."):tformat(eff.src:getName()) end,
 	type = "physical",
 	subtype = { earth=true, shield=true },
 	status = "beneficial",
diff --git a/game/modules/tome/data/wda/eyal.lua b/game/modules/tome/data/wda/eyal.lua
index 497f1622f9..97cd4a43e5 100644
--- a/game/modules/tome/data/wda/eyal.lua
+++ b/game/modules/tome/data/wda/eyal.lua
@@ -38,7 +38,7 @@ end
 ---------------------------------------------------------------------
 -- Maj'Eyal
 ---------------------------------------------------------------------
-if zone == "Maj'Eyal" then
+if zone == _t"Maj'Eyal" then
 	wda.cur_patrols = wda.cur_patrols or 0
 	wda.cur_hostiles = wda.cur_hostiles or 0
 	game.state.gone_west = true
@@ -91,7 +91,7 @@ if zone == "Maj'Eyal" then
 ---------------------------------------------------------------------
 -- Var'Eyal (Far East)
 ---------------------------------------------------------------------
-elseif zone == "Far East" then
+elseif zone == _t"Far East" then
 	wda.cur_patrols = wda.cur_patrols or 0
 	wda.cur_orc_patrols = wda.cur_orc_patrols or 0
 	wda.cur_hostiles = wda.cur_hostiles or 0
diff --git a/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua b/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua
index eaf3f8520f..1b49388fd5 100644
--- a/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua
+++ b/game/modules/tome/data/zones/ancient-elven-ruins/objects.lua
@@ -66,7 +66,7 @@ newEntity{ base = "BASE_MUMMY_WRAPPING", define_as = "BINDINGS_ETERNAL_NIGHT",
 
 	set_list = { {"define_as","CROWN_ETERNAL_NIGHT"} },
 	set_desc = {
-		eternalnight = "A complementing item would be your crowning glory.",
+		eternalnight = _t"A complementing item would be your crowning glory.",
 	},
 	on_set_complete = function(self, who)
 		self.use_talent = { id = "T_ABYSSAL_SHROUD", level = 2, power = 47 }
@@ -98,7 +98,7 @@ newEntity{ base = "BASE_LEATHER_CAP", define_as = "CROWN_ETERNAL_NIGHT",
 
 	set_list = { {"define_as","BINDINGS_ETERNAL_NIGHT"} },
 	set_desc = {
-		eternalnight = "You need to find something to bind its powers.",
+		eternalnight = _t"You need to find something to bind its powers.",
 	},
 	on_set_complete = function(self, who)
 		self:specialSetAdd({"wielder","lite"}, -1)
diff --git a/game/modules/tome/data/zones/ardhungol/objects.lua b/game/modules/tome/data/zones/ardhungol/objects.lua
index 349e150c32..a5bc9f0bea 100644
--- a/game/modules/tome/data/zones/ardhungol/objects.lua
+++ b/game/modules/tome/data/zones/ardhungol/objects.lua
@@ -48,7 +48,7 @@ newEntity{ base = "BASE_ROD",
 	max_power = 25, power_regen = 1,
 	use_power = {
 		name = function(self, who) return ("shoot a bolt of spydric poison out to range %d, dealing %0.2f nature damage (based on Magic) over %d turns while rendering the target unable to move"):
-			format(self.use_power.range, engine.interface.ActorTalents.damDesc(who, engine.DamageType.NATURE, self.use_power.damage(self, who)), self.use_power.duration)
+			tformat(self.use_power.range, engine.interface.ActorTalents.damDesc(who, engine.DamageType.NATURE, self.use_power.damage(self, who)), self.use_power.duration)
 		end,
 		power = 25,
 		damage = function(self, who) return 200 + who:getMag() * 4 end,
diff --git a/game/modules/tome/data/zones/arena/npcs.lua b/game/modules/tome/data/zones/arena/npcs.lua
index 27621b3f90..03c45531c0 100644
--- a/game/modules/tome/data/zones/arena/npcs.lua
+++ b/game/modules/tome/data/zones/arena/npcs.lua
@@ -289,7 +289,7 @@ newEntity{ name = "reaver",
 newEntity{ name = "headless horror",
 	base = "BASE_NPC_HORROR", define_as = "HEADLESSHORROR",
 	color=colors.GOLD,
-	desc ="A headless gangly humanoid with a large distended stomach. Was captured and tamed by the first master of the arena.",
+	desc =_t"A headless gangly humanoid with a large distended stomach. Was captured and tamed by the first master of the arena.",
 	level_range = {30, nil}, exp_worth = 1,
 	rarity = 3,
 	rank = 3,
diff --git a/game/modules/tome/data/zones/arena/zone.lua b/game/modules/tome/data/zones/arena/zone.lua
index d82f067d35..96da745ba1 100644
--- a/game/modules/tome/data/zones/arena/zone.lua
+++ b/game/modules/tome/data/zones/arena/zone.lua
@@ -312,7 +312,7 @@ return {
 					if newRank == 13 then world:gainAchievement("XXX_THE_DESTROYER", game.player)
 					elseif newRank == 24 then world:gainAchievement("GRAND_MASTER", game.player)
 					end
-					game.flyers:add(x, y, 90, 0, -0.5, "RANK UP!!", { 2, 57, 185 }, true)
+					game.flyers:add(x, y, 90, 0, -0.5, _t"RANK UP!!", { 2, 57, 185 }, true)
 					game.log("#LIGHT_GREEN#The public is pleased by your performance! You now have the rank of #WHITE#%s#LIGHT_GREEN#!", game.level.arena.ranks[newRank])
 				end
 			end,
@@ -323,7 +323,7 @@ return {
 					local x, y = game.level.map:getTileToScreen(game.player.x, game.player.y, true)
 					local b = (k * 0.035) + 0.04
 					game.level.arena.raiseRank(b)
-					game.flyers:add(x, y, 90, 0.5, 0, k.." kills!", { 2, 57, 185 }, false)
+					game.flyers:add(x, y, 90, 0.5, 0, k.._t" kills!", { 2, 57, 185 }, false)
 					game.log("#YELLOW#You killed %d enemies in a single turn! The public is excited!", k)
 					if k >= 4 and k < 6 then
 						local drop = game.zone:makeEntity(game.level, "object", {tome = { ego=30, double_ego=15, greater=7, greater_normal=1 }}, nil, true)
@@ -400,7 +400,7 @@ return {
 				game.player:gainExp(expAward)
 				game.player:incMoney(game.level.arena.bonusMultiplier)
 				game.level.arena.score = game.level.arena.score + game.level.arena.bonus
-				game.flyers:add(x, y, 90, 0, -1, "Round Clear! +"..expAward.." EXP!", { 2, 57, 185 }, true)
+				game.flyers:add(x, y, 90, 0, -1, ("Round Clear! +%s EXP!"):tformat(expAward), { 2, 57, 185 }, true)
 				game.log("%sWave clear!", col)
 				game.log("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", col, hgh, clearBonus, col, hgh, scoreBonus, col, hgh, dangerBonus, col, hgh, rankBonus, col)
 				game.log("%sYour experience increases by %s%s%s!", hgh, expAward, col)
diff --git a/game/modules/tome/data/zones/blighted-ruins/npcs.lua b/game/modules/tome/data/zones/blighted-ruins/npcs.lua
index c16577a329..f46872adcf 100644
--- a/game/modules/tome/data/zones/blighted-ruins/npcs.lua
+++ b/game/modules/tome/data/zones/blighted-ruins/npcs.lua
@@ -126,7 +126,7 @@ This specimen looks like it was hastily assembled and is not really complete yet
 
 newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
 	name = "fleshy experiment", color=colors.DARK_GREEN,
-	desc ="This pile of rotting flesh twitches and makes horrid noises.",
+	desc =_t"This pile of rotting flesh twitches and makes horrid noises.",
 	level_range = {1, 5}, exp_worth = 1,
 	rarity = 1,
 	rank = 2,
@@ -157,7 +157,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
 
 newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
 	name = "boney experiment", color=colors.WHITE,
-	desc ="This pile of bones appears to move on its own, but it can't seem to organise itself into something dangerous.",
+	desc =_t"This pile of bones appears to move on its own, but it can't seem to organise itself into something dangerous.",
 	level_range = {1, 5}, exp_worth = 1,
 	rarity = 1,
 	rank = 2,
@@ -189,7 +189,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
 
 newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
 	name = "sanguine experiment", color=colors.RED,
-	desc ="It looks like a giant blood clot. Is that what its creator intended?",
+	desc =_t"It looks like a giant blood clot. Is that what its creator intended?",
 	level_range = {1, 5}, exp_worth = 1,
 	rarity = 1,
 	rank = 2, life_rating = 10,
diff --git a/game/modules/tome/data/zones/charred-scar/grids.lua b/game/modules/tome/data/zones/charred-scar/grids.lua
index 64ec4cca28..564cc5fdd9 100644
--- a/game/modules/tome/data/zones/charred-scar/grids.lua
+++ b/game/modules/tome/data/zones/charred-scar/grids.lua
@@ -30,7 +30,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.]],
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.]],
 	nice_editer = lava_editer,
 
 	orb_portal = {
diff --git a/game/modules/tome/data/zones/daikara/grids.lua b/game/modules/tome/data/zones/daikara/grids.lua
index 51c8804c2a..1732ccbc19 100644
--- a/game/modules/tome/data/zones/daikara/grids.lua
+++ b/game/modules/tome/data/zones/daikara/grids.lua
@@ -28,7 +28,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads... somewhere.]],
+	desc=_t[[The rift leads... somewhere.]],
 	change_level = 1, change_zone = "temporal-rift",
 	change_level_check = function() -- Forbid going back
 		if not game.player:hasQuest("temporal-rift") then
diff --git a/game/modules/tome/data/zones/deep-bellow/objects.lua b/game/modules/tome/data/zones/deep-bellow/objects.lua
index 4cd8a58490..a7070c7ac1 100644
--- a/game/modules/tome/data/zones/deep-bellow/objects.lua
+++ b/game/modules/tome/data/zones/deep-bellow/objects.lua
@@ -22,7 +22,7 @@ load("/data/general/objects/objects-maj-eyal.lua")
 for i = 1, 3 do
 newEntity{ base = "BASE_LORE",
 	define_as = "NOTE"..i,
-	name = "Deep Bellow excavation report "..i, lore="deep-bellow-"..i,
+	name = ("Deep Bellow excavation report %d"):tformat(i), lore="deep-bellow-"..i,
 	desc = _t[[A paper scrap.]],
 	rarity = false,
 	encumberance = 0,
diff --git a/game/modules/tome/data/zones/demon-plane/grids.lua b/game/modules/tome/data/zones/demon-plane/grids.lua
index c33deb521a..14e852605b 100644
--- a/game/modules/tome/data/zones/demon-plane/grids.lua
+++ b/game/modules/tome/data/zones/demon-plane/grids.lua
@@ -27,7 +27,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[This portal seems to be connected with Maj'Eyal; you could probably use it to go back.]],
+	desc=_t[[This portal seems to be connected with Maj'Eyal; you could probably use it to go back.]],
 
 	on_move = function(self, x, y, who)
 		if who == game.player then
@@ -41,7 +41,7 @@ newEntity{
 					game:changeLevel(1, "wilderness")
 					game.logPlayer(who, "#VIOLET#You enter the swirling portal and in the blink of an eye you are back to Maj'Eyal, near the Daikara.")
 				end
-			end, "Stay", "Enter")
+			end, _t"Stay", _t"Enter")
 		end
 	end,
 }
diff --git a/game/modules/tome/data/zones/eruan/grids.lua b/game/modules/tome/data/zones/eruan/grids.lua
index a6ec09883c..bc8e0d20e3 100644
--- a/game/modules/tome/data/zones/eruan/grids.lua
+++ b/game/modules/tome/data/zones/eruan/grids.lua
@@ -32,7 +32,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
 This one seems to go to the west, to Charred Scar. A fiery volcano that can only spell death...]],
 
 	orb_portal = {
diff --git a/game/modules/tome/data/zones/gorbat-pride/grids.lua b/game/modules/tome/data/zones/gorbat-pride/grids.lua
index e0dd44da30..91d0b76834 100644
--- a/game/modules/tome/data/zones/gorbat-pride/grids.lua
+++ b/game/modules/tome/data/zones/gorbat-pride/grids.lua
@@ -124,7 +124,7 @@ newEntity{
 	block_sight = true,
 	block_sense = true,
 	block_esp = true,
-	door_player_stop = "This rock seems to have been sealed off. You need to find a way to open it.",
+	door_player_stop = _t"This rock seems to have been sealed off. You need to find a way to open it.",
 	is_door = true,
 	door_opened = "FLOOR",
 	on_lever_change = function(self, x, y, who, val, oldval)
diff --git a/game/modules/tome/data/zones/halfling-ruins/npcs.lua b/game/modules/tome/data/zones/halfling-ruins/npcs.lua
index aeceb57a19..f9646658c2 100644
--- a/game/modules/tome/data/zones/halfling-ruins/npcs.lua
+++ b/game/modules/tome/data/zones/halfling-ruins/npcs.lua
@@ -90,7 +90,7 @@ newEntity{ define_as="SUBJECT_Z",
 				who:setEffect(who.EFF_RECALL, 5, {})
 				game.bignews:say(120, "#GOLD#You hastily activate your Rod of Recall, vowing to come back later!")
 				game.logPlayer(who, "Space around you starts to dissolve...")
-			end end, "Emergency recall", "Stay and fight!")
+			end end, _t"Emergency recall", _t"Stay and fight!")
 		end
 	end,
 
diff --git a/game/modules/tome/data/zones/heart-gloom/npcs.lua b/game/modules/tome/data/zones/heart-gloom/npcs.lua
index ca539fd262..75fee7345f 100644
--- a/game/modules/tome/data/zones/heart-gloom/npcs.lua
+++ b/game/modules/tome/data/zones/heart-gloom/npcs.lua
@@ -30,7 +30,7 @@ if not currentZone.is_purified then
 				local list = {"T_GLOOM", "T_AGONY", "T_REPROACH", "T_DARK_TENDRILS", "T_BLINDSIDE"}
 				e[#e+1] = resolvers.talents{[ Talents[rng.table(list)] ] = {base=1, every=5, max=6}}
 				e.rarity = math.ceil(e.rarity * mult + add)
-				e.name = rng.table{"gloomy ", "deformed ", "sick "}..e.name
+				e.name = rng.table{_t"gloomy ", _t"deformed ", _t"sick "}..e:getName()
 			end
 		end
 	end
@@ -43,7 +43,7 @@ else
 				local list = {"T_PYROKINESIS", "T_DREAM_CRUSHER", "T_FORGE_SHIELD", "T_SOLIPSISM", "T_DREAM_WALK"}
 				e[#e+1] = resolvers.talents{[ Talents[rng.table(list)] ] = {base=1, every=5, max=6}}
 				e.rarity = math.ceil(e.rarity * mult + add)
-				e.name = rng.table{"dreaming ", "slumbering ", "dozing "}..e.name
+				e.name = rng.table{_t"dreaming ", _t"slumbering ", _t"dozing "}..e:getName()
 			end
 		end
 	end
diff --git a/game/modules/tome/data/zones/high-peak/grids.lua b/game/modules/tome/data/zones/high-peak/grids.lua
index ff1959501a..a68cd3792f 100644
--- a/game/modules/tome/data/zones/high-peak/grids.lua
+++ b/game/modules/tome/data/zones/high-peak/grids.lua
@@ -30,7 +30,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
 This one seems to go to the Far East.]],
 
 	orb_portal = {
@@ -62,7 +62,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
 This one seems to go to the Iron Throne in the West.]],
 
 	orb_portal = {
@@ -94,7 +94,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
 This one seems to go to an unknown place, seemingly out of this world. You dare not use it.]],
 }
 newEntity{ base = "VOID_PORTAL", define_as = "CVOID_PORTAL",
@@ -132,7 +132,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[An invocation portal, perpetually summoning beings through it.]],
+	desc = _t[[An invocation portal, perpetually summoning beings through it.]],
 	orb_command = {
 		summon = "undead",
 		special = invocation_close,
@@ -146,7 +146,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[An invocation portal, perpetually summoning beings through it.]],
+	desc = _t[[An invocation portal, perpetually summoning beings through it.]],
 	orb_command = {
 		summon = "elemental",
 		special = invocation_close,
@@ -160,7 +160,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[An invocation portal, perpetually summoning beings through it.]],
+	desc = _t[[An invocation portal, perpetually summoning beings through it.]],
 	orb_command = {
 		summon = "dragon",
 		special = invocation_close,
@@ -174,7 +174,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[An invocation portal, perpetually summoning beings through it.]],
+	desc = _t[[An invocation portal, perpetually summoning beings through it.]],
 	orb_command = {
 		summon = "demon",
 		special = invocation_close,
@@ -188,7 +188,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[This portal seems to connect to another part of this level.]],
+	desc = _t[[This portal seems to connect to another part of this level.]],
 	change_level_check = function() game.bignews:say(60, "#GOLD#This portal looks like it reacts only to the Orb of Many Ways.") return true end,
 	change_level = 1,
 	orb_portal = {
diff --git a/game/modules/tome/data/zones/high-peak/objects.lua b/game/modules/tome/data/zones/high-peak/objects.lua
index 83ebc7e5b0..1252250f3a 100644
--- a/game/modules/tome/data/zones/high-peak/objects.lua
+++ b/game/modules/tome/data/zones/high-peak/objects.lua
@@ -62,7 +62,7 @@ newEntity{ define_as = "STAFF_ABSORPTION_AWAKENED", base="BASE_STAFF",
 	flavors = {magestaff=true},
 	name = "Awakened Staff of Absorption",
 --	identified=true,
-	unided_name = "ominous, dark runed staff",
+	unided_name = _t"ominous, dark runed staff",
 	force_lore_artifact=true,
 	display = "\\", color=colors.VIOLET, image = "object/artifact/staff_absorption.png",
 	moddable_tile = "special/%s_awaken_staff_of_absorbtion",
@@ -120,7 +120,7 @@ The Sorcerers seem to have awakened its power.
 
 	max_power = 200, power_regen = 1,
 	use_power = {
-		name = function(self, who) return ("absorb the essence (ignoring resistance and bypassing most defenses) of a target in range %d, draining 30%% of its life and increasing your own damage by 30%% for %d turns"):format(self.use_power.range, self.use_power.duration) end,
+		name = function(self, who) return ("absorb the essence (ignoring resistance and bypassing most defenses) of a target in range %d, draining 30%% of its life and increasing your own damage by 30%% for %d turns"):tformat(self.use_power.range, self.use_power.duration) end,
 		power = 200,
 		range = 8,
 		duration =7,
@@ -145,7 +145,7 @@ The Sorcerers seem to have awakened its power.
 			if bone_shield then bone_shield.nb = 0 end
 			who:attr("iceblock_pierce", 100)
 			who:attr("damage_shield_penetrate", 100)
-			_, x = target:takeHit(target.max_life * 0.3, who, {special_death_msg = "was absorbed by the ".. self.name.." held by "..who.name:capitalize()})
+			_, x = target:takeHit(target.max_life * 0.3, who, {special_death_msg = ("was absorbed by the %s held by %s"):tformat(self:getName(), who.name:capitalize())})
 			who:attr("damage_shield_penetrate", -100)
 			who:attr("iceblock_pierce", -100)
 			if bone_shield then bone_shield.nb = nb end
diff --git a/game/modules/tome/data/zones/high-peak/zone.lua b/game/modules/tome/data/zones/high-peak/zone.lua
index f18221021a..5f29a8c850 100644
--- a/game/modules/tome/data/zones/high-peak/zone.lua
+++ b/game/modules/tome/data/zones/high-peak/zone.lua
@@ -20,8 +20,8 @@
 return {
 	name = _t"High Peak",
 	display_name = function(x, y)
-		if game.level.level == 11 then return "High Peak: The Sanctum" end
-		return "High Peak ("..game.level.level..")"
+		if game.level.level == 11 then return _t"High Peak: The Sanctum" end
+		return ("High Peak (%d)"):tformat(game.level.level)
 	end,
 	level_range = {55, 80},
 	level_scheme = "player",
diff --git a/game/modules/tome/data/zones/infinite-dungeon/grids.lua b/game/modules/tome/data/zones/infinite-dungeon/grids.lua
index b19c86a2be..ad03102022 100644
--- a/game/modules/tome/data/zones/infinite-dungeon/grids.lua
+++ b/game/modules/tome/data/zones/infinite-dungeon/grids.lua
@@ -236,7 +236,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads to another floor of the dungeon.]],
+	desc=_t[[The rift leads to another floor of the dungeon.]],
 	change_level = 1,
 }
 
diff --git a/game/modules/tome/data/zones/last-hope-graveyard/objects.lua b/game/modules/tome/data/zones/last-hope-graveyard/objects.lua
index 7b2451feea..6241c5ac83 100644
--- a/game/modules/tome/data/zones/last-hope-graveyard/objects.lua
+++ b/game/modules/tome/data/zones/last-hope-graveyard/objects.lua
@@ -46,7 +46,7 @@ newEntity{ define_as = "CELIA_HEART",
 
 	max_power = 75, power_regen = 1,
 	use_sound = "talents/slime",
-	use_power = { name = "extract a tiny part of Celia's soul", power = 75, use = function(self, who)
+	use_power = { name = _t"extract a tiny part of Celia's soul", power = 75, use = function(self, who)
 		who:incSoul(1)
 		who.changed = true
 		game.logPlayer(who, "You squeeze Celia's heart in your hand, absorbing part of her soul into your necrotic aura.")
diff --git a/game/modules/tome/data/zones/maze/grids.lua b/game/modules/tome/data/zones/maze/grids.lua
index 7c5602a89d..c50efd4aa2 100644
--- a/game/modules/tome/data/zones/maze/grids.lua
+++ b/game/modules/tome/data/zones/maze/grids.lua
@@ -40,7 +40,7 @@ newEntity{
 		if not who or not act or not who.player then return true end
 		require("engine.ui.Dialog"):yesnoLongPopup(_t"Crack in the floor", _t"This area appears to have been hit by a huge tremor, breaking the floor in a huge crack.\nYou think you can jump to the level below.", 400, function(ret) if ret then
 			game:changeLevel(game.level.level + 1)
-		end end, "Jump", "Stay")
+		end end, _t"Jump", _t"Stay")
 		return true
 	end,
 }
diff --git a/game/modules/tome/data/zones/paradox-plane/grids.lua b/game/modules/tome/data/zones/paradox-plane/grids.lua
index 9cf67df77f..d0d41f2851 100644
--- a/game/modules/tome/data/zones/paradox-plane/grids.lua
+++ b/game/modules/tome/data/zones/paradox-plane/grids.lua
@@ -36,6 +36,6 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads... somewhere.]],
+	desc=_t[[The rift leads... somewhere.]],
 	change_level = 3, change_zone = "daikara",
 }
diff --git a/game/modules/tome/data/zones/rak-shor-pride/npcs.lua b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua
index a5999c8c21..d4c689402f 100644
--- a/game/modules/tome/data/zones/rak-shor-pride/npcs.lua
+++ b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua
@@ -297,7 +297,7 @@ newEntity{ base = "BASE_NPC_VAMPIRE", unique=true, define_as="ARCH_ZEPHYR",
 	allow_infinite_dungeon = true,
 	name = "Arch Zephyr", color=colors.BLUE,
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_vampire_arch_zephyr.png", display_h=2, display_y=-1}}},
-	desc=[[The robes of this ancient vampire billow with intense winds. Bolts of lightning arc along its body. In its hand it holds a bow, electricity streaking across it.]],
+	desc=_t[[The robes of this ancient vampire billow with intense winds. Bolts of lightning arc along its body. In its hand it holds a bow, electricity streaking across it.]],
 	level_range = {45, nil}, exp_worth = 1,
 	rarity = 25,
 	autolevel="warriormage",
@@ -348,7 +348,7 @@ newEntity{ base = "BASE_NPC_WIGHT",
 	allow_infinite_dungeon = true,
 	name = "Void Spectre", color=colors.RED, unique=true,
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_wight_void_spectre.png", display_h=2, display_y=-1}}},
-	desc=[[Intense Arcane energy whirls in the air around this ethereal form.]],
+	desc=_t[[Intense Arcane energy whirls in the air around this ethereal form.]],
 	level_range = {45, nil}, exp_worth = 2,
 	life_rating=16,
 	rarity = 25,
diff --git a/game/modules/tome/data/zones/reknor/grids.lua b/game/modules/tome/data/zones/reknor/grids.lua
index ea0dc2c114..2191ffd5cd 100644
--- a/game/modules/tome/data/zones/reknor/grids.lua
+++ b/game/modules/tome/data/zones/reknor/grids.lua
@@ -26,7 +26,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
 This one seems to go to the Far East, a continent of which only rumours are known...]],
 
 	orb_portal = {
@@ -65,7 +65,7 @@ newEntity{ base = "FAR_EAST_PORTAL", define_as = "CFAR_EAST_PORTAL",
 newEntity{
 	define_as = "IRON_THRONE_EDICT",
 	name = "Iron Throne Edict", lore="iron-throne-reknor-edict",
-	desc = [["AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE"]],
+	desc=_t[["AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE"]],
 	image = "terrain/marble_floor.png",
 	display = '_', color=colors.GREEN, back_color=colors.DARK_GREY,
 	add_displays = {class.new{image="terrain/signpost.png"}},
diff --git a/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua b/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua
index 3cecbaeb1b..1de3b899da 100644
--- a/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua
+++ b/game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua
@@ -39,7 +39,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
 This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
 It should automatically create a portal back, but it might not be near your arrival zone.]],
 
diff --git a/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua b/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua
index 3d23a48d56..a21779189a 100644
--- a/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua
+++ b/game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua
@@ -23,7 +23,7 @@ local Talents = require("engine.interface.ActorTalents")
 newEntity{ base = "BASE_NPC_SHERTUL", define_as = "CALDIZAR",
 	name = "Caldizar", color=colors.LIGHT_RED, unique="Caldizar Unknown Fortress",
 	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_sher_tul_caldizar.png", display_h=2, display_y=-1}}},
-	desc ="A creature stands before you, with long tentacle-like appendages and a squat bump in place of a head. An intense aura of power radiates from this being unlike anything you've ever felt before. It can only be a Sher'Tul. A living Sher'Tul!",
+	desc =_t"A creature stands before you, with long tentacle-like appendages and a squat bump in place of a head. An intense aura of power radiates from this being unlike anything you've ever felt before. It can only be a Sher'Tul. A living Sher'Tul!",
 	level_range = {1000, nil}, exp_worth = 5,
 	life_rating = 40,
 	rank = 5,
diff --git a/game/modules/tome/data/zones/shertul-fortress/grids.lua b/game/modules/tome/data/zones/shertul-fortress/grids.lua
index f1b6795d17..2be3f0bffd 100644
--- a/game/modules/tome/data/zones/shertul-fortress/grids.lua
+++ b/game/modules/tome/data/zones/shertul-fortress/grids.lua
@@ -111,7 +111,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
 This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
 It should automatically create a portal back, but it might not be near your arrival zone.]],
 
@@ -227,7 +227,7 @@ newEntity{
 			local nb = 0
 			if profile.mod.lore then for lore, _ in pairs(profile.mod.lore.lore) do if game.party:isLoreShareable(lore) then nb = nb + 1 end end end
 
-			local popup = require("engine.ui.Dialog"):simpleWaiter("Yiilkgur's Library of Lost Mysteries", "Receiving the lost knowledge of the universe...", nil, nil, nb)
+			local popup = require("engine.ui.Dialog"):simpleWaiter(_t"Yiilkgur's Library of Lost Mysteries", _t"Receiving the lost knowledge of the universe...", nil, nil, nb)
 			core.wait.enableManualTick(true)
 			core.display.forceRedraw()
 
@@ -244,7 +244,7 @@ newEntity{
 
 			popup:done()
 
-			game:registerDialog(require("mod.dialogs.ShowLore").new("Yiilkgur's Library of Lost Mysteries", game.party))
+			game:registerDialog(require("mod.dialogs.ShowLore").new(_t"Yiilkgur's Library of Lost Mysteries", game.party))
 		end
 		return true
 	end,
diff --git a/game/modules/tome/data/zones/shertul-fortress/npcs.lua b/game/modules/tome/data/zones/shertul-fortress/npcs.lua
index f849783a59..9f3eb12e39 100644
--- a/game/modules/tome/data/zones/shertul-fortress/npcs.lua
+++ b/game/modules/tome/data/zones/shertul-fortress/npcs.lua
@@ -107,7 +107,7 @@ newEntity{ base = "BASE_NPC_HORROR", define_as="WEIRDLING_BEAST",
 		game:onLevelLoad("wilderness-1", function(zone, level)
 			local g = mod.class.Grid.new{
 				show_tooltip=true, always_remember = true,
-				name="Teleportation portal to the Sher'Tul Fortress",
+				name=_t"Teleportation portal to the Sher'Tul Fortress",
 				display='>', color=colors.ANTIQUE_WHITE, image = "terrain/grass.png", add_mos = {{image = "terrain/maze_teleport.png"}},
 				notice = true,
 				change_level=1, change_zone="shertul-fortress",
diff --git a/game/modules/tome/data/zones/shertul-fortress/zone.lua b/game/modules/tome/data/zones/shertul-fortress/zone.lua
index 8771f397d7..6f87c86660 100644
--- a/game/modules/tome/data/zones/shertul-fortress/zone.lua
+++ b/game/modules/tome/data/zones/shertul-fortress/zone.lua
@@ -21,8 +21,8 @@ return {
 	name = _t"Yiilkgur, the Sher'Tul Fortress",
 	display_name = function(x, y)
 		local zn = game.level.map.attrs(x or game.player.x, y or game.player.y, "zonename")
-		if zn then return zn.." (Yiilkgur, the Sher'Tul Fortress)"
-		else return "Yiilkgur, the Sher'Tul Fortress" end
+		if zn then return ("%s (Yiilkgur, the Sher'Tul Fortress)"):tformat(_t(zn))
+		else return _t"Yiilkgur, the Sher'Tul Fortress" end
 	end,
 	variable_zone_name = true,
 	actor_adjust_level = function(zone, level, e) return zone.base_level + e:getRankLevelAdjust() + level.level-1 + rng.range(-1,2) end,
diff --git a/game/modules/tome/data/zones/slazish-fen/grids.lua b/game/modules/tome/data/zones/slazish-fen/grids.lua
index ef36aa0877..bf7bcbc985 100644
--- a/game/modules/tome/data/zones/slazish-fen/grids.lua
+++ b/game/modules/tome/data/zones/slazish-fen/grids.lua
@@ -88,7 +88,7 @@ newEntity{ base="BOGWATER",
 			return true
 		end
 
-		who:restInit(20, "destroying the portal", "destroyed the portal", function(cnt, max)
+		who:restInit(20, _t"destroying the portal", _t"destroyed the portal", function(cnt, max)
 			if cnt > max then
 				game.log("#VIOLET#The portal starts to break down, run!")
 				self.broken = true
diff --git a/game/modules/tome/data/zones/slime-tunnels/grids.lua b/game/modules/tome/data/zones/slime-tunnels/grids.lua
index e287f56d4c..8c50f1f1cd 100644
--- a/game/modules/tome/data/zones/slime-tunnels/grids.lua
+++ b/game/modules/tome/data/zones/slime-tunnels/grids.lua
@@ -156,10 +156,10 @@ newEntity{
 	change_level=1, change_zone="high-peak",
 	change_level_check = function()
 		if not game.player:hasQuest("orb-command") or not game.player:isQuestStatus("orb-command", engine.Quest.DONE) then
-			require("engine.ui.Dialog"):simplePopup("High Peak", 'The way forward is blocked. There must be some way around here to unlock those doors.')
+			require("engine.ui.Dialog"):simplePopup(_t"High Peak", _t'The way forward is blocked. There must be some way around here to unlock those doors.')
 			return true
 		end
-		require("engine.ui.Dialog"):yesnoLongPopup("High Peak", 'As you stand on the stairs you can feel this is a "do or die" one way trip. If you enter there will be no coming back.\nEnter?', 500, function(ret) if ret then
+		require("engine.ui.Dialog"):yesnoLongPopup(_t"High Peak", _t'As you stand on the stairs you can feel this is a "do or die" one way trip. If you enter there will be no coming back.\nEnter?', 500, function(ret) if ret then
 			game:changeLevel(1, "high-peak")
 		end end)
 		return true
diff --git a/game/modules/tome/data/zones/stellar-system-shandral/grids.lua b/game/modules/tome/data/zones/stellar-system-shandral/grids.lua
index 8ad3ff3601..fe4c710a93 100644
--- a/game/modules/tome/data/zones/stellar-system-shandral/grids.lua
+++ b/game/modules/tome/data/zones/stellar-system-shandral/grids.lua
@@ -42,7 +42,7 @@ newEntity{ base = "CELESTIAL_BODY",
 	define_as = "SHANDRAL",
 	name = "Shandral (Sun)",
 	display = '*', color=colors.GOLD,
-	desc = [[The sun of the Shandral star system.]],
+	desc=_t[[The sun of the Shandral star system.]],
 	sphere_map = "stars/sun_surface.png",
 	sphere_size = 8,
 	x_rot = 20, y_rot = -20, rot_speed = 17000,
@@ -55,7 +55,7 @@ newEntity{ base = "CELESTIAL_BODY",
 	define_as = "EYAL",
 	name = "Eyal (Planet)",
 	display = 'O', color=colors.BLUE,
-	desc = [[One of the main planets of the Shandral system.]],
+	desc=_t[[One of the main planets of the Shandral system.]],
 	sphere_map = "stars/eyal.png",
 	sphere_size = 1,
 	x_rot = 30, y_rot = -30, rot_speed = 9000,
@@ -65,7 +65,7 @@ newEntity{ base = "CELESTIAL_BODY",
 	define_as = "SUMMERTIDE",
 	name = "Summertide (Moon of Eyal)",
 	display = 'o', color=colors.GREY,
-	desc = [[One of the moons of Eyal.]],
+	desc=_t[[One of the moons of Eyal.]],
 	sphere_map = "stars/moon1.png",
 	sphere_size = 0.32,
 	x_rot = 50, y_rot = -80, rot_speed = 5600,
@@ -75,7 +75,7 @@ newEntity{ base = "CELESTIAL_BODY",
 	define_as = "WINTERTIDE",
 	name = "Wintertide (Moon of Eyal)",
 	display = 'o', color=colors.GREY,
-	desc = [[One of the moons of Eyal.]],
+	desc=_t[[One of the moons of Eyal.]],
 	sphere_map = "stars/moon1.png",
 	sphere_size = 0.32,
 	x_rot = -50, y_rot = 20, rot_speed = 5600,
@@ -88,7 +88,7 @@ newEntity{ base = "CELESTIAL_BODY",
 	define_as = "KOLAL",
 	name = "Kolal (Planet)",
 	display = 'O', color=colors.BROWN,
-	desc = [[One of the main planets of the Shandral system.]],
+	desc=_t[[One of the main planets of the Shandral system.]],
 	sphere_map = "stars/kolal.png",
 	sphere_size = 0.8,
 	x_rot = 10, y_rot = -50, rot_speed = 4000,
@@ -101,7 +101,7 @@ newEntity{ base = "CELESTIAL_BODY",
 	define_as = "LUXAM",
 	name = "Luxam (Planet)",
 	display = 'O', color=colors.BROWN,
-	desc = [[One of the main planets of the Shandral system.]],
+	desc=_t[[One of the main planets of the Shandral system.]],
 	sphere_map = "stars/luxam.png",
 	sphere_size = 1.3,
 	x_rot = 0, y_rot = -20, rot_speed = 1000,
@@ -114,7 +114,7 @@ newEntity{ base = "CELESTIAL_BODY",
 	define_as = "PONX",
 	name = "Ponx (Gaz Planet)",
 	display = 'O', color=colors.LIGHT_BLUE,
-	desc = [[One of the main planets of the Shandral system.]],
+	desc=_t[[One of the main planets of the Shandral system.]],
 	sphere_map = "stars/ponx.png",
 	sphere_size = 2,
 	x_rot = 20, y_rot = -40, rot_speed = 3000,
diff --git a/game/modules/tome/data/zones/tannen-tower/grids.lua b/game/modules/tome/data/zones/tannen-tower/grids.lua
index c9e0c9f6ef..e9c7c56d7d 100644
--- a/game/modules/tome/data/zones/tannen-tower/grids.lua
+++ b/game/modules/tome/data/zones/tannen-tower/grids.lua
@@ -30,7 +30,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[This portal seems to be connected with Last Hope; you could probably use it to go back.]],
+	desc=_t[[This portal seems to be connected with Last Hope; you could probably use it to go back.]],
 
 	on_move = function(self, x, y, who)
 		if who == game.player then
@@ -38,7 +38,7 @@ newEntity{
 				if not ret then
 					game.player:hasQuest("east-portal"):back_to_last_hope()
 				end
-			end, "Stay", "Enter")
+			end, _t"Stay", _t"Enter")
 		end
 	end,
 }
diff --git a/game/modules/tome/data/zones/tannen-tower/objects.lua b/game/modules/tome/data/zones/tannen-tower/objects.lua
index f38cd218c1..28e14ae393 100644
--- a/game/modules/tome/data/zones/tannen-tower/objects.lua
+++ b/game/modules/tome/data/zones/tannen-tower/objects.lua
@@ -77,7 +77,7 @@ newEntity{ define_as = "ORB_MANY_WAYS2",
 If used near a portal, it could probably activate it.]],
 
 	max_power = 30, power_regen = 1,
-	use_power = { name = "activate a portal", power = 10,
+	use_power = { name = _t"activate a portal", power = 10,
 		use = function(self, who)
 			self:identify(true)
 			local g = game.level.map(who.x, who.y, game.level.map.TERRAIN)
diff --git a/game/modules/tome/data/zones/telmur/npcs.lua b/game/modules/tome/data/zones/telmur/npcs.lua
index 9e6ceb34b9..aded701d33 100644
--- a/game/modules/tome/data/zones/telmur/npcs.lua
+++ b/game/modules/tome/data/zones/telmur/npcs.lua
@@ -89,6 +89,6 @@ newEntity{ define_as = "SHADE_OF_TELOS",
 	resolvers.inscriptions(1, {"manasurge rune"}),
 
 	on_die = function(self, who)
-		require("engine.ui.Dialog"):simpleLongPopup("Back and there again", 'As the shade dissipates, you see no sign of the text entitled "Inverted and Reverted Probabilistic Fields". You should go back to Tannen.', 400)
+		require("engine.ui.Dialog"):simpleLongPopup(_t"Back and there again", _t'As the shade dissipates, you see no sign of the text entitled "Inverted and Reverted Probabilistic Fields". You should go back to Tannen.', 400)
 	end,
 }
diff --git a/game/modules/tome/data/zones/temporal-rift/grids.lua b/game/modules/tome/data/zones/temporal-rift/grids.lua
index 79f021338d..78cea28fe7 100644
--- a/game/modules/tome/data/zones/temporal-rift/grids.lua
+++ b/game/modules/tome/data/zones/temporal-rift/grids.lua
@@ -36,13 +36,13 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads... somewhere.]],
+	desc=_t[[The rift leads... somewhere.]],
 	change_level = 1,
 	change_level_check = function()
 		if game.level.level > 1 then return end
 		local p = game.party:findMember{main=true}
 		local Chat = require "engine.Chat"
-		local chat = Chat.new("temporal-rift-start", {name="Temporal Warden"}, p)
+		local chat = Chat.new("temporal-rift-start", {name=_t"Temporal Warden"}, p)
 		chat:invoke()
 		return true
 	end,
diff --git a/game/modules/tome/data/zones/town-gates-of-morning/grids.lua b/game/modules/tome/data/zones/town-gates-of-morning/grids.lua
index d534bb492a..c02c009f1f 100644
--- a/game/modules/tome/data/zones/town-gates-of-morning/grids.lua
+++ b/game/modules/tome/data/zones/town-gates-of-morning/grids.lua
@@ -39,7 +39,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
 This one seems to go near the town of Last Hope in Maj'Eyal.]],
 
 	orb_portal = {
diff --git a/game/modules/tome/data/zones/town-last-hope/grids.lua b/game/modules/tome/data/zones/town-last-hope/grids.lua
index 454a9511d2..1cda26f406 100644
--- a/game/modules/tome/data/zones/town-last-hope/grids.lua
+++ b/game/modules/tome/data/zones/town-last-hope/grids.lua
@@ -37,7 +37,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+	desc = _t[[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
 This one seems to go near the Gates of Morning in the Far East.]],
 
 	orb_portal = {
diff --git a/game/modules/tome/data/zones/town-last-hope/objects.lua b/game/modules/tome/data/zones/town-last-hope/objects.lua
index 4c394a9aee..d7cbef93d5 100644
--- a/game/modules/tome/data/zones/town-last-hope/objects.lua
+++ b/game/modules/tome/data/zones/town-last-hope/objects.lua
@@ -23,7 +23,7 @@ for i = 1, 6 do
 newEntity{ base = "BASE_LORE",
 	define_as = "FOUNDATION_NOTE"..i,
 	subtype = "last hope foundation", unique=true, no_unique_lore=true, not_in_stores=false,
-	name = "The Diaries of King Toknor the Brave ("..i..")", lore="last-hope-foundation-note-"..i,
+	name = ("The Diaries of King Toknor the Brave (%d)"):tformat(i), lore="last-hope-foundation-note-"..i,
 	desc = _t[[A part of the history of Last Hope, and King Toknor the Brave.]],
 	rarity = false,
 	encumberance = 0,
@@ -47,7 +47,7 @@ for i = 1, 2 do
 newEntity{ base = "BASE_LORE",
 	define_as = "SOUTHSPAR_NOTE"..i,
 	subtype = "southspar", unique=true, no_unique_lore=true, not_in_stores=false,
-	name = "the Pale King part "..(i==1 and "one" or "two"), lore="southspar-note-"..i,
+	name = ("the Pale King part %s"):tformat(i==1 and _t"one" or _t"two"), lore="southspar-note-"..i,
 	desc = _t[[A study of Southspar's most unusual ruler.]],
 	rarity = false,
 	encumberance = 0,
diff --git a/game/modules/tome/data/zones/town-point-zero/grids.lua b/game/modules/tome/data/zones/town-point-zero/grids.lua
index 9c47dae21c..75eb62fc37 100644
--- a/game/modules/tome/data/zones/town-point-zero/grids.lua
+++ b/game/modules/tome/data/zones/town-point-zero/grids.lua
@@ -30,7 +30,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads to Maj'Eyal.]],
+	desc=_t[[The rift leads to Maj'Eyal.]],
 	change_level = 1,
 	change_zone = "wilderness",
 }
diff --git a/game/modules/tome/data/zones/town-zigur/grids.lua b/game/modules/tome/data/zones/town-zigur/grids.lua
index fd4b4c62b4..349af7d99b 100644
--- a/game/modules/tome/data/zones/town-zigur/grids.lua
+++ b/game/modules/tome/data/zones/town-zigur/grids.lua
@@ -25,7 +25,7 @@ load("/data/general/grids/forest.lua")
 newEntity{
 	define_as = "POST",
 	name = "Zigur Postsign", lore="zigur-post",
-	desc = [[The laws of the Ziguranth]],
+	desc=_t[[The laws of the Ziguranth]],
 	image = "terrain/grass.png",
 	display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image="terrain/signpost.png"}},
diff --git a/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua b/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua
index ac01b23fc4..fc2c9c0516 100644
--- a/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua
+++ b/game/modules/tome/data/zones/tutorial-combat-stats/grids.lua
@@ -32,7 +32,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[This portal will bring you back to the Tutorial Lobby.]],
+	desc=_t[[This portal will bring you back to the Tutorial Lobby.]],
 
 	on_move = function(self, x, y, who)
 		if who == game.player then
@@ -57,7 +57,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[This portal will bring you back to the Tutorial Lobby.]],
+	desc=_t[[This portal will bring you back to the Tutorial Lobby.]],
 
 	on_move = function(self, x, y, who)
 		if who == game.player then
@@ -96,7 +96,7 @@ newEntity{ base="WATER_BASE",
 newEntity{
 	define_as = "SIGN",
 	name = "Sign",
-	desc = [[Contains a snippet of ToME wisdom.]],
+	desc=_t[[Contains a snippet of ToME wisdom.]],
 	image = "terrain/grass.png",
 	display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image="terrain/signpost.png"}},
@@ -107,7 +107,7 @@ newEntity{
 newEntity{
 	define_as = "SIGN_FLOOR",
 	name = "Sign",
-	desc = [[Contains a snippet of ToME wisdom.]],
+	desc=_t[[Contains a snippet of ToME wisdom.]],
 	image = "terrain/marble_floor.png",
 	display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image="terrain/signpost.png"}},
@@ -117,7 +117,7 @@ newEntity{
 newEntity{
 	define_as = "SIGN_CAVE",
 	name = "Sign",
-	desc = [[Contains a snippet of ToME wisdom.]],
+	desc=_t[[Contains a snippet of ToME wisdom.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image="terrain/signpost.png"}},
@@ -127,7 +127,7 @@ newEntity{
 newEntity{
 	define_as = "SIGN_SOLID_FLOOR",
 	name = "Sign",
-	desc = [[Contains a snippet of ToME wisdom.]],
+	desc=_t[[Contains a snippet of ToME wisdom.]],
 	image = "terrain/solidwall/solid_floor1.png",
 	display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image="terrain/signpost.png"}},
@@ -137,7 +137,7 @@ newEntity{
 newEntity{
 	define_as = "UNLEARN_ALL",
 	name = "Rune of Enlightenment: Summer Vacation",
-	desc = [[Causes the player's brain to jettison all recently-acquired knowledge.]],
+	desc=_t[[Causes the player's brain to jettison all recently-acquired knowledge.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/trap_lethargy_rune_01.png"}},
@@ -172,7 +172,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_PHYS_KB",
 	name = "Rune of Enlightenment: Shove",
-	desc = [[Teaches the player 'Shove'.]],
+	desc=_t[[Teaches the player 'Shove'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/blast_acid01.png"}},
@@ -211,7 +211,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_SPELL_KB",
 	name = "Rune of Enlightenment: Mana Gale",
-	desc = [[Teaches the player 'Mana Gale'.]],
+	desc=_t[[Teaches the player 'Mana Gale'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/blast_fire01.png"}},
@@ -243,7 +243,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_SPELL_KB3",
 	name = "Rune of Enlightenment: Mana Gale",
-	desc = [[Teaches the player 'Mana Gale'.]],
+	desc=_t[[Teaches the player 'Mana Gale'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/blast_fire01.png"}},
@@ -275,7 +275,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_MIND_KB",
 	name = "Rune of Enlightenment: Telekinetic Punt",
-	desc = [[Teaches the player 'Telekinetic Punt'.]],
+	desc=_t[[Teaches the player 'Telekinetic Punt'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/blast_ice01.png"}},
@@ -308,7 +308,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_SPELL_BLINK",
 	name = "Rune of Enlightenment: Blink",
-	desc = [[Teaches the player 'Blink'.]],
+	desc=_t[[Teaches the player 'Blink'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/blast_lightning01.png"}},
@@ -340,7 +340,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_MIND_FEAR",
 	name = "Rune of Enlightenment: Fear",
-	desc = [[Teaches the player 'Fear'.]],
+	desc=_t[[Teaches the player 'Fear'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/trap_poison_burst_01.png"}},
@@ -372,7 +372,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_SPELL_BLEED",
 	name = "Rune of Enlightenment: Bleed",
-	desc = [[Teaches the player 'Bleed'.]],
+	desc=_t[[Teaches the player 'Bleed'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/trap_magical_disarm_01_64.png"}},
@@ -394,7 +394,7 @@ newEntity{
 newEntity{
 	define_as = "LEARN_MIND_CONFUSION",
 	name = "Rune of Enlightenment: Confusion",
-	desc = [[Teaches the player 'Confusion'.]],
+	desc=_t[[Teaches the player 'Confusion'.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '*', color=colors.VIOLET, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image = "trap/trap_teleport_01.png"}},
@@ -462,7 +462,7 @@ newEntity{
 newEntity{
 	define_as = "FINAL_LESSON",
 	name = "Sign",
-	desc = [[Contains a snippet of ToME wisdom.]],
+	desc=_t[[Contains a snippet of ToME wisdom.]],
 	image = "terrain/cave/cave_floor_1_01.png",
 	display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image="terrain/signpost.png"}},
@@ -480,7 +480,7 @@ newEntity{
 newEntity{
 	define_as = "COMBAT_STATS_DONE",
 	name = "Sign",
-	desc = [[Contains a snippet of ToME wisdom.]],
+	desc=_t[[Contains a snippet of ToME wisdom.]],
 	image = "terrain/solidwall/solid_floor1.png",
 	display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
 	add_displays = {class.new{image="terrain/signpost.png"}},
diff --git a/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua b/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua
index 05f3c02546..8a1a2d11c5 100644
--- a/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua
+++ b/game/modules/tome/data/zones/tutorial-combat-stats/traps.lua
@@ -22,7 +22,7 @@ load("/data/general/traps/natural_forest.lua")
 newEntity{ define_as = "TRAP_TUTORIAL",
 	type = "tutorial", subtype="tutorial", id_by_type=true, unided_name = "tutorial",
 	detect_power = 999999, disarm_power = 999999,
-	desc = [[A tutorial]],
+	desc=_t[[A tutorial]],
 	display = ' ', color=colors.WHITE,
 	message = false,
 	triggered = function(self, x, y, who)
@@ -38,7 +38,7 @@ newEntity{ define_as = "TRAP_TUTORIAL",
 newEntity{ define_as = "TRAP_TUTORIAL2",
 	type = "tutorial", subtype="tutorial2", id_by_type=true, unided_name = "tutorial",
 	detect_power = 999999, disarm_power = 999999,
-	desc = [[A tutorial]],
+	desc=_t[[A tutorial]],
 	display = ' ', color=colors.WHITE,
 	message = false,
 	triggered = function(self, x, y, who)
@@ -54,7 +54,7 @@ newEntity{ define_as = "TRAP_TUTORIAL2",
 newEntity{ define_as = "TRAP_TUTORIAL3",
 	type = "tutorial", subtype="tutorial3", id_by_type=true, unided_name = "tutorial",
 	detect_power = 999999, disarm_power = 999999,
-	desc = [[A tutorial]],
+	desc=_t[[A tutorial]],
 	display = ' ', color=colors.WHITE,
 	message = false,
 	triggered = function(self, x, y, who)
@@ -70,7 +70,7 @@ newEntity{ define_as = "TRAP_TUTORIAL3",
 newEntity{ define_as = "TRAP_TUTORIAL4",
 	type = "tutorial", subtype="tutorial4", id_by_type=true, unided_name = "tutorial",
 	detect_power = 999999, disarm_power = 999999,
-	desc = [[A tutorial]],
+	desc=_t[[A tutorial]],
 	display = ' ', color=colors.WHITE,
 	message = false,
 	triggered = function(self, x, y, who)
@@ -86,7 +86,7 @@ newEntity{ define_as = "TRAP_TUTORIAL4",
 newEntity{ define_as = "TRAP_TUTORIAL5",
 	type = "tutorial", subtype="tutorial5", id_by_type=true, unided_name = "tutorial",
 	detect_power = 999999, disarm_power = 999999,
-	desc = [[A tutorial]],
+	desc=_t[[A tutorial]],
 	display = ' ', color=colors.WHITE,
 	message = false,
 	triggered = function(self, x, y, who)
@@ -102,7 +102,7 @@ newEntity{ define_as = "TRAP_TUTORIAL5",
 newEntity{ define_as = "TRAP_TUTORIAL6",
 	type = "tutorial", subtype="tutorial6", id_by_type=true, unided_name = "tutorial",
 	detect_power = 999999, disarm_power = 999999,
-	desc = [[A tutorial]],
+	desc=_t[[A tutorial]],
 	display = ' ', color=colors.WHITE,
 	message = false,
 	triggered = function(self, x, y, who)
diff --git a/game/modules/tome/data/zones/tutorial/traps.lua b/game/modules/tome/data/zones/tutorial/traps.lua
index 3cf82310fd..dcc9d7fbde 100644
--- a/game/modules/tome/data/zones/tutorial/traps.lua
+++ b/game/modules/tome/data/zones/tutorial/traps.lua
@@ -22,7 +22,7 @@ load("/data/general/traps/natural_forest.lua")
 newEntity{ define_as = "TRAP_TUTORIAL",
 	type = "tutorial", subtype="tutorial", id_by_type=true, unided_name = "tutorial",
 	detect_power = 999999, disarm_power = 999999,
-	desc = [[A tutorial]],
+	desc=_t[[A tutorial]],
 	display = ' ', color=colors.WHITE,
 	message = false,
 	triggered = function(self, x, y, who)
diff --git a/game/modules/tome/data/zones/unhallowed-morass/grids.lua b/game/modules/tome/data/zones/unhallowed-morass/grids.lua
index 81060c531b..0ebc47c657 100644
--- a/game/modules/tome/data/zones/unhallowed-morass/grids.lua
+++ b/game/modules/tome/data/zones/unhallowed-morass/grids.lua
@@ -27,7 +27,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads to another part of the morass.]],
+	desc=_t[[The rift leads to another part of the morass.]],
 	change_level = 1,
 }
 
@@ -38,7 +38,7 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads to another part of the morass.]],
+	desc=_t[[The rift leads to another part of the morass.]],
 	change_level = 1,
 	change_zone = "town-point-zero",
 	change_level_check = function()
diff --git a/game/modules/tome/data/zones/valley-moon/grids.lua b/game/modules/tome/data/zones/valley-moon/grids.lua
index a130d2bd97..f7ce7a365d 100644
--- a/game/modules/tome/data/zones/valley-moon/grids.lua
+++ b/game/modules/tome/data/zones/valley-moon/grids.lua
@@ -42,5 +42,5 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[An invocation portal, perpetually summoning beings through it.]],
+	desc = _t[[An invocation portal, perpetually summoning beings through it.]],
 }
diff --git a/game/modules/tome/data/zones/void/grids.lua b/game/modules/tome/data/zones/void/grids.lua
index 79f021338d..78cea28fe7 100644
--- a/game/modules/tome/data/zones/void/grids.lua
+++ b/game/modules/tome/data/zones/void/grids.lua
@@ -36,13 +36,13 @@ newEntity{
 	notice = true,
 	always_remember = true,
 	show_tooltip = true,
-	desc = [[The rift leads... somewhere.]],
+	desc=_t[[The rift leads... somewhere.]],
 	change_level = 1,
 	change_level_check = function()
 		if game.level.level > 1 then return end
 		local p = game.party:findMember{main=true}
 		local Chat = require "engine.Chat"
-		local chat = Chat.new("temporal-rift-start", {name="Temporal Warden"}, p)
+		local chat = Chat.new("temporal-rift-start", {name=_t"Temporal Warden"}, p)
 		chat:invoke()
 		return true
 	end,
diff --git a/game/modules/tome/data/zones/wilderness/zone.lua b/game/modules/tome/data/zones/wilderness/zone.lua
index dc2af6341b..65e5ea1708 100644
--- a/game/modules/tome/data/zones/wilderness/zone.lua
+++ b/game/modules/tome/data/zones/wilderness/zone.lua
@@ -19,7 +19,7 @@
 
 return {
 	name = _t"World of Eyal",
-	display_name = function(x, y) return game.level and game.level.map.attrs(x or game.player.x, y or game.player.y, "zonename") or "Eyal" end,
+	display_name = function(x, y) return game.level and game.level.map.attrs(x or game.player.x, y or game.player.y, "zonename") or _t"Eyal" end,
 	variable_zone_name = true,
 	level_range = {1, 1},
 	max_level = 1,
diff --git a/game/modules/tome/dialogs/Birther.lua b/game/modules/tome/dialogs/Birther.lua
index f89283c6dd..2d644a1be2 100644
--- a/game/modules/tome/dialogs/Birther.lua
+++ b/game/modules/tome/dialogs/Birther.lua
@@ -391,10 +391,10 @@ function _M:makeDefault()
 	self:setDescriptor("permadeath", "Adventure")
 	self:setDescriptor("race", "Human")
 	self:setDescriptor("subrace", "Cornac")
-	self:setDescriptor("class", "Mage")
-	self:setDescriptor("subclass", "Alchemist")
-	-- self:setDescriptor("class", "Warrior")
-	-- self:setDescriptor("subclass", "Berserker")
+	-- self:setDescriptor("class", "Mage")
+	-- self:setDescriptor("subclass", "Archmage")
+	self:setDescriptor("class", "Warrior")
+	self:setDescriptor("subclass", "Berserker")
 	__module_extra_info.no_birth_popup = true
 	self:atEnd("created")
 end
@@ -674,7 +674,7 @@ function _M:updateDescriptors()
 
 			if #clist > 0 then
 				table.sort(clist, function(a, b) return a.name < b.name end)
-				table.insert(self.cosmetic_options, {name=kind:gsub("_", " "):capitalize(), kind=kind, color=function() return colors.simple(colors.GOLD) end, nodes=clist})
+				table.insert(self.cosmetic_options, {name=_t(kind:gsub("_", " "):capitalize()), kind=kind, color=function() return colors.simple(colors.GOLD) end, nodes=clist})
 			end
 		end
 	end end
@@ -795,7 +795,7 @@ function _M:getLock(d)
 end
 
 function _M:generateCampaigns()
-	local locktext = "\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
+	local locktext = _t"\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
 	local list = {}
 
 	for i, d in ipairs(self.birth_descriptor_def.world) do
@@ -817,7 +817,7 @@ function _M:generateCampaigns()
 end
 
 function _M:generateDifficulties()
-	local locktext = "\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
+	local locktext = _t"\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
 	local list = {}
 
 	local oldsel = nil
@@ -849,7 +849,7 @@ function _M:generateDifficulties()
 end
 
 function _M:generatePermadeaths()
-	local locktext = "\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
+	local locktext = _t"\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
 	local list = {}
 
 	local oldsel = nil
@@ -881,7 +881,7 @@ function _M:generatePermadeaths()
 end
 
 function _M:generateRaces()
-	local locktext = "\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
+	local locktext = _t"\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
 
 	local oldtree = {}
 	for i, t in ipairs(self.all_races or {}) do oldtree[t.id] = t.shown end
@@ -935,7 +935,7 @@ function _M:generateRaces()
 end
 
 function _M:generateClasses()
-	local locktext = "\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
+	local locktext = _t"\n\n#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available."
 
 	local oldtree = {}
 	for i, t in ipairs(self.all_classes or {}) do oldtree[t.id] = t.shown end
@@ -949,7 +949,7 @@ function _M:generateClasses()
 				if (d.descriptor_choices.subclass[sd.name] == "allow" or d.descriptor_choices.subclass[sd.name] == "allow-nochange" or d.descriptor_choices.subclass[sd.name] == "nolore") and self:isDescriptorAllowed(sd, {subclass=true, class=true}) then
 					local locked = self:getLock(sd)
 					if locked == true then
-						nodes[#nodes+1] = { name = tstring{{"font", "italic"}, {"color", "GREY"}, "-- locked --", {"font", "normal"}}, id=sd.name, pid=d.name, locked=true, desc=util.getval(sd.locked_desc, self)..locktext }
+						nodes[#nodes+1] = { name = tstring{{"font", "italic"}, {"color", "GREY"}, _t"-- locked --", {"font", "normal"}}, id=sd.name, pid=d.name, locked=true, desc=util.getval(sd.locked_desc, self)..locktext }
 					elseif locked == false then
 						local old = self.descriptors_by_type.subclass
 						self.descriptors_by_type.subclass = nil
@@ -968,7 +968,7 @@ function _M:generateClasses()
 
 			local locked = self:getLock(d)
 			if locked == true then
-				tree[#tree+1] = { name = tstring{{"font", "italic"}, {"color", "GREY"}, "-- locked --", {"font", "normal"}}, id=d.name, shown=oldtree[d.name], nodes = nodes, locked=true, desc=util.getval(d.locked_desc, self)..locktext }
+				tree[#tree+1] = { name = tstring{{"font", "italic"}, {"color", "GREY"}, _t"-- locked --", {"font", "normal"}}, id=d.name, shown=oldtree[d.name], nodes = nodes, locked=true, desc=util.getval(d.locked_desc, self)..locktext }
 			elseif locked == false then
 				local desc = d.desc
 				if type(desc) == "table" then desc = table.concat(d.desc, "\n") end
diff --git a/game/modules/tome/dialogs/CharacterSheet.lua b/game/modules/tome/dialogs/CharacterSheet.lua
index 1bd7377e64..4b32f45a06 100644
--- a/game/modules/tome/dialogs/CharacterSheet.lua
+++ b/game/modules/tome/dialogs/CharacterSheet.lua
@@ -605,7 +605,7 @@ function _M:drawDialog(kind, actor_to_compare)
 		s:drawStringBlended(self.font, (player.descriptor and _t"Race : " or _t"Type : ")..((player.descriptor and _t(player.descriptor.subrace)) or _t(player.type):capitalize()), w, h, 0, 200, 255, true) h = h + self.font_h
 		local class_evo = ""
 		if player.descriptor and player.descriptor.class_evolution then class_evo = " ("..player.descriptor.class_evolution..")" end
-		s:drawStringBlended(self.font, (player.descriptor and _t"Class: " or _t"Stype: ")..((player.descriptor and _t(player.descriptor.subclass)) or _t(player.subtype):capitalize())..class_evo, w, h, 0, 200, 255, true)
+		s:drawStringBlended(self.font, (player.descriptor and _t"Class: " or _t"Stype: ")..((player.descriptor and _t(player.descriptor.subclass or "")) or _t(player.subtype):capitalize())..class_evo, w, h, 0, 200, 255, true)
 		if player:attr("forbid_arcane") then
 			local follow = (player.faction == "zigur" or player:attr("zigur_follower")) and _t"Zigur follower" or _t"Antimagic adherent"
 			self:mouseTooltip(self.TOOLTIP_ANTIMAGIC_USER, s:drawColorStringBlended(self.font, "#ORCHID#"..follow, w+200, h, 255, 255, 255, true))
@@ -620,7 +620,7 @@ function _M:drawDialog(kind, actor_to_compare)
 		h = h + self.font_h
 
 		s:drawColorStringBlended(self.font, _t"#LIGHT_BLUE#Resources:", w, h, 255, 255, 255, true) h = h + self.font_h
-		text = compare_fields(player, actor_to_compare, "max_life", "%d", "%+.0f max")
+		text = compare_fields(player, actor_to_compare, "max_life", "%d", _t"%+.0f max")
 		if player.die_at ~=  0 or (actor_to_compare and actor_to_compare.die_at ~=0) then 
 			text = text .. " #a08080#[" .. compare_fields(player, actor_to_compare, "die_at", "die:%+d","%+.0f", 1, true) .. "]"
 		end
@@ -636,7 +636,7 @@ function _M:drawDialog(kind, actor_to_compare)
 					val_text = status_text(player, actor_to_compare, compare_fields)
 				else -- generate std. status text
 					local show_min = not player[res_def.getMaxFunction](player) and player[res_def.getMinFunction](player)
-					text = compare_fields(player, actor_to_compare, function(act) return act[show_min and res_def.getMinFunction or res_def.getMaxFunction](act) or 0 end, "%d", "%+.0f "..(show_min and "min" or "max"), nil, show_min)
+					text = compare_fields(player, actor_to_compare, function(act) return act[show_min and res_def.getMinFunction or res_def.getMaxFunction](act) or 0 end, "%d", "%+.0f "..(show_min and _t"min" or _t"max"), nil, show_min)
 					val_text = ("%d/%s"):format(player[res_def.getFunction](player), text)
 				end
 				local tt = self["TOOLTIP_"..rname:upper()] or ([[#GOLD#%s#LAST#
@@ -836,7 +836,7 @@ The amount of %s automatically gained or lost each turn.]]):tformat(res_def.name
 			self:mouseTooltip(self.TOOLTIP_ESP,  s:drawColorStringBlended(self.font, _t("Telepathy of: "), w, h, 255, 255, 255, true)) h = h + self.font_h
 			if not esps_compare["All"] or not esps_compare["All"][2] or esps_compare["All"][2] == 0 then
 				for type, v in pairs(esps_compare) do
-					self:mouseTooltip(self.TOOLTIP_ESP,  s:drawColorStringBlended(self.font, ("%s%s "):format(v[2] and (v[1] and "#GOLD#" or "#00ff00#") or "#ff0000#", type:capitalize()), w, h, 255, 255, 255, true)) h = h + self.font_h
+					self:mouseTooltip(self.TOOLTIP_ESP,  s:drawColorStringBlended(self.font, ("%s%s "):format(v[2] and (v[1] and "#GOLD#" or "#00ff00#") or "#ff0000#", string.tslash(type):capitalize()), w, h, 255, 255, 255, true)) h = h + self.font_h
 				end
 			else
 				self:mouseTooltip(self.TOOLTIP_ESP_ALL,  s:drawColorStringBlended(self.font, ("%sAll "):tformat(esps_compare["All"][2] and (esps_compare["All"][1] and "#GOLD#" or "#00ff00#") or "#ff0000#"), w, h, 255, 255, 255, true)) h = h + self.font_h
@@ -1012,7 +1012,7 @@ The amount of %s automatically gained or lost each turn.]]):tformat(res_def.name
 				local valo = actor_to_compare and actor_to_compare.inc_damage_actor_type and actor_to_compare.inc_damage_actor_type[t] or 0
 				if valn~=0 or valo~=0 then
 					text = compare_fields(player, actor_to_compare, function(actor, ...) return actor == player and valn or actor == actor_to_compare and valo or 0 end, "%+3d%%", "%+.0f%%")
-					self:mouseTooltip(self.TOOLTIP_INC_DAMAGE_ACTOR, s:drawColorStringBlended(self.font, ("%s%-20s: #00ff00#%s"):format("#ORANGE#", _t"vs "..t:capitalize().."#LAST#", text), w, h, 255, 255, 255, true)) h = h + self.font_h
+					self:mouseTooltip(self.TOOLTIP_INC_DAMAGE_ACTOR, s:drawColorStringBlended(self.font, ("%s%-20s: #00ff00#%s"):format("#ORANGE#", _t"vs ".._t(t):capitalize().."#LAST#", text), w, h, 255, 255, 255, true)) h = h + self.font_h
 				end
 			end
 		end
@@ -1129,7 +1129,7 @@ Ability to reduce opponent resistances to your damage]]
 					local rdiff, capdiff = res-reso, cap-capo
 					change = ("(%s%+3.0f%%#LAST#/%s%+3.0f%%#LAST#)"):format(rdiff>0 and "#LIGHT_GREEN#" or rdiff<0 and "#RED#" or "#GREY#", rdiff, capdiff>0 and "#LIGHT_GREEN#" or capdiff<0 and "#RED#" or "#GREY#", capdiff)
 				end
-				self:mouseTooltip(self.TOOLTIP_RESIST_ALL, s:drawColorStringBlended(self.font, ("%-14s: #00ff00#%3d%% / %3.0f%% %s"):format("All", res, cap, change), w, h, 255, 255, 255, true)) h = h + self.font_h
+				self:mouseTooltip(self.TOOLTIP_RESIST_ALL, s:drawColorStringBlended(self.font, ("%-14s: #00ff00#%3d%% / %3.0f%% %s"):format(_t"All", res, cap, change), w, h, 255, 255, 255, true)) h = h + self.font_h
 			end
 		end
 		if player.resists.absolute or actor_to_compare and actor_to_compare.resists.absolute then
@@ -1203,7 +1203,7 @@ Ability to reduce opponent resistances to your damage]]
 						local capdiff = cap-capo
 						change = ("(%s%+.0f%%#LAST#/%s%+.0f%%#LAST#)"):format(rdiff>0 and "#LIGHT_GREEN#" or rdiff<0 and "#RED#" or "#GREY#", rdiff, capdiff>0 and "#LIGHT_GREEN#" or capdiff<0 and "#RED#" or "#GREY#", capdiff)
 					end
-					self:mouseTooltip(self.TOOLTIP_RESIST_DAMAGE_ACTOR, s:drawColorStringBlended(self.font, ("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s"):tformat(t:capitalize(), vals, change), w, h, 255, 255, 255, true)) h = h + self.font_h
+					self:mouseTooltip(self.TOOLTIP_RESIST_DAMAGE_ACTOR, s:drawColorStringBlended(self.font, ("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s"):tformat(_t(t):capitalize(), vals, change), w, h, 255, 255, 255, true)) h = h + self.font_h
 
 				end
 			end
@@ -1321,31 +1321,31 @@ Ability to reduce opponent resistances to your damage]]
 			local sort_rank, sort_rank_keys
 			-- set up talent sorting data and functions
 			if self.talent_sorting == 1 then -- Grouped by talent type, Racial/infusions first, then alphabetical order
-				sort_rank = {"race/.*", "Inscriptions", "Prodigies", "Item_Talents"}
+				sort_rank = {_t"race/.*", _t"Inscriptions", _t"Prodigies", _t"Item_Talents"}
 				get_group = function(t, tt)
 					if tt.type:match("inscriptions/.*") then
-						return "Inscriptions"
+						return _t"Inscriptions"
 					elseif tt.type:match("uber/.*") then
-						return "Prodigies"
+						return _t"Prodigies"
 					elseif tt.type:match(".*/objects") then
-						return "Item_Talents"
+						return _t"Item_Talents"
 					end
 					local mastery = player:getTalentTypeMastery(tt.type)
-					local cat = tt.type:gsub("/.*", ""):bookCapitalize()
+					local cat = _t(tt.type:gsub("/.*", "")):bookCapitalize()
 					return cat.."/"..(tt.name or ""):bookCapitalize().." ("..mastery..")"
 				end
 			elseif self.talent_sorting == 2 then -- Alphabetically, so no groups at all.
 				get_group = function(t, tt)
-					return "Talents"
+					return _t"Talents"
 				end
 			else --Group by usage type/speed:  instant > activated > sustained > passive > alphabetically
-				sort_rank = {"Instant", "Activated", "Sustained", "Passive" }
+				sort_rank = {_t"Instant", _t"Activated", _t"Sustained", _t"Passive" }
 				get_group = function(t, tt)
 					if t.mode == "activated" then
 						local no_energy = util.getval(t.no_energy, player, t)
-						return no_energy and "Instant" or "Activated"
+						return no_energy and _t"Instant" or _t"Activated"
 					else
-						return t.mode:bookCapitalize()
+						return _t(t.mode:bookCapitalize())
 					end
 				end
 			end
diff --git a/game/modules/tome/dialogs/MapMenu.lua b/game/modules/tome/dialogs/MapMenu.lua
index be8d1523ca..208908ecbf 100644
--- a/game/modules/tome/dialogs/MapMenu.lua
+++ b/game/modules/tome/dialogs/MapMenu.lua
@@ -192,9 +192,9 @@ function _M:generateList()
 				-- Pregenenerate icon with the Tiles instance that allows images
 				if t.display_entity and game.uiset.hotkeys_display_icons then t.display_entity:getMapObjects(game.uiset.hotkeys_display_icons.tiles, {}, 1) end
 				if self.on_player and not rt then
-					tals[#tals+1] = {name=e:getDisplayString()..t.name, dname=t.name, talent=t, action="talent", color=colors.simple(colors.GOLD)}
+					tals[#tals+1] = {name=e:getDisplayString()..tostring(player:getTalentDisplayName(t)), dname=t.name, talent=t, action="talent", color=colors.simple(colors.GOLD)}
 				elseif not self.on_player and rt then
-					tals[#tals+1] = {name=e:getDisplayString()..t.name, dname=t.name, talent=t, action="talent", set_target=tg or default_tg, color=colors.simple(colors.GOLD)}
+					tals[#tals+1] = {name=e:getDisplayString()..tostring(player:getTalentDisplayName(t)), dname=t.name, talent=t, action="talent", set_target=tg or default_tg, color=colors.simple(colors.GOLD)}
 				end
 			end
 		end
diff --git a/game/modules/tome/dialogs/ShowLore.lua b/game/modules/tome/dialogs/ShowLore.lua
index 4d34605859..7717f26e53 100644
--- a/game/modules/tome/dialogs/ShowLore.lua
+++ b/game/modules/tome/dialogs/ShowLore.lua
@@ -44,9 +44,9 @@ function _M:init(title, actor)
 	self.c_search = Textbox.new{title=_t"Search: ", text="", chars=20, max_len=60, fct=function() end, on_change=function(text) self:search(text) end}
 
 	self.c_list = ListColumns.new{width=math.floor(self.iw / 2 - vsep.w / 2), height=self.ih - 10 - self.c_search.h, scrollbar=true, sortable=true, columns={
-		{name="", width={40,"fixed"}, display_prop="order", sort="order"},
-		{name="Lore", width=60, display_prop="name", sort="name"},
-		{name="Category", width=40, display_prop="cat", sort="cat"},
+		{name=_t"", width={40,"fixed"}, display_prop="order", sort="order"},
+		{name=_t"Lore", width=60, display_prop="name", sort="name"},
+		{name=_t"Category", width=40, display_prop="cat", sort="cat"},
 	}, list=self.list, fct=function(item) self:popup(item) end, select=function(item, sel) self:select(item) end}
 
 	self:loadUI{
@@ -82,7 +82,7 @@ function _M:generateList()
 	for id, _ in pairs(self.actor.lore_known) do
 		local l = self.actor:getLore(id)
 		if self:matchSearch(tostring(l.order)) or self:matchSearch(l.name) or self:matchSearch(l.category) then
-			list[#list+1] = { name=l.name, desc=util.getval(l.lore), cat=l.category, order=l.order, image=l.image, lore=l }
+			list[#list+1] = { name=l.name, desc=util.getval(l.lore), cat=_t(l.category), order=l.order, image=l.image, lore=l }
 		end
 	end
 	-- Add known artifacts
diff --git a/game/modules/tome/dialogs/debug/AdvanceActor.lua b/game/modules/tome/dialogs/debug/AdvanceActor.lua
index 41189e7b90..1a921251cf 100644
--- a/game/modules/tome/dialogs/debug/AdvanceActor.lua
+++ b/game/modules/tome/dialogs/debug/AdvanceActor.lua
@@ -164,7 +164,7 @@ The actor is backed up before changes are made.  (Use the "Restore" button to re
 		end
 	}
 	self.set_tl = set_tl
-	local tl_box = Numberbox.new{title=_t"Unlock & Learn all available talents to level: ", number="maximum allowed", max=1000, min=1, chars=20, fct=function(value)
+	local tl_box = Numberbox.new{title=_t"Unlock & Learn all available talents to level: ", number=_t"maximum allowed", max=1000, min=1, chars=20, fct=function(value)
 			self.tl_box:updateText(0)
 			self.inputs.talent_levelup = value
 			self:finish()
@@ -189,7 +189,7 @@ The actor is backed up before changes are made.  (Use the "Restore" button to re
 	}
 	self.force_tl = force_tl
 	
-	local mastery_box = Numberbox.new{title=_t"Force all talent mastery levels to (0.1-5.0): ", number="no change", max=5.0, min=0.1, chars=10, step=0.1, fct=function(value)
+	local mastery_box = Numberbox.new{title=_t"Force all talent mastery levels to (0.1-5.0): ", number=_t"no change", max=5.0, min=0.1, chars=10, step=0.1, fct=function(value)
 			local old = self.mastery_box.number
 			self.mastery_box:updateText(0)
 			self.inputs.set_mastery = value
diff --git a/game/modules/tome/dialogs/debug/DebugMain.lua b/game/modules/tome/dialogs/debug/DebugMain.lua
index 650bb3ac4c..262533d2a3 100644
--- a/game/modules/tome/dialogs/debug/DebugMain.lua
+++ b/game/modules/tome/dialogs/debug/DebugMain.lua
@@ -137,7 +137,7 @@ function _M:use(item)
 					end
 					count = count + 1
 				end
-				game.log("#LIGHT_BLUE#%s %d creatures.", remove_all and "Removed" or "Killed", count)
+				game.log("#LIGHT_BLUE#%s %d creatures.", remove_all and _t"Removed" or _t"Killed", count)
 			end
 		, _t"Remove", _t"Kill", _t"Cancel", false)
 	elseif act == "all-ingredients" then
diff --git a/game/modules/tome/dialogs/debug/RandomObject.lua b/game/modules/tome/dialogs/debug/RandomObject.lua
index 95199ad5cf..113265d28f 100644
--- a/game/modules/tome/dialogs/debug/RandomObject.lua
+++ b/game/modules/tome/dialogs/debug/RandomObject.lua
@@ -67,8 +67,8 @@ lines, fname, lnum = DebugConsole:functionHelp(resolvers.resolveObject)
 _M.resolver_genObj_help = "#GOLD#resolvers.resolveObject#LAST# "..formatHelp(lines, fname, lnum)
 
 --- configure resolvers that can be used
-_M.resolver_choices = {{name=_t"None", resolver=nil, desc="Don't apply a resolver"},
-	{name=_t"Equipment", resolver="equip", desc="Object will be equipped if possible, otherwise added to main inventory",
+_M.resolver_choices = {{name=_t"None", resolver=nil, desc=_t"Don't apply a resolver"},
+	{name=_t"Equipment", resolver="equip", desc=_t"Object will be equipped if possible, otherwise added to main inventory",
 	generate=function(dialog) -- generate an object, forcing antimagic check
 		local res_input, ok, t
 		if dialog._random_filter then
@@ -82,10 +82,10 @@ _M.resolver_choices = {{name=_t"None", resolver=nil, desc="Don't apply a resolve
 		return resolvers.resolveObject(_M.actor, res_input, false, 5)
 	end,
 	},
-	{name=_t"Inventory", resolver="inventory", desc="Object added to main inventory"},
-	{name=_t"Drops", resolver="drops", desc="Object added to main inventory (dropped on death)"},
-	{name=_t"Attach Tinker", resolver="attachtinker", desc="Tinker will be attached to a worn object"},
-	{name=_t"Drop Randart (auto data)", resolver="drop_randart", desc="Random Artifact (dropped on death) added to main inventory, uses the Base Object or Base Filter plus Randart Data as input",
+	{name=_t"Inventory", resolver="inventory", desc=_t"Object added to main inventory"},
+	{name=_t"Drops", resolver="drops", desc=_t"Object added to main inventory (dropped on death)"},
+	{name=_t"Attach Tinker", resolver="attachtinker", desc=_t"Tinker will be attached to a worn object"},
+	{name=_t"Drop Randart (auto data)", resolver="drop_randart", desc=_t"Random Artifact (dropped on death) added to main inventory, uses the Base Object or Base Filter plus Randart Data as input",
 	generate=function(dialog) -- build input from Randart Data and the base object filter
 		local res_input, ok, t = {}
 		if dialog._randart_data then
@@ -112,7 +112,7 @@ _M.resolver_choices = {{name=_t"None", resolver=nil, desc="Don't apply a resolve
 		return resolvers.calc.drop_randart(res, dialog.actor)
 	end
 	},
-	{name=_t"Drop Randart", resolver="drop_randart", desc="Random Artifact (dropped on death) added to main inventory",
+	{name=_t"Drop Randart", resolver="drop_randart", desc=_t"Random Artifact (dropped on death) added to main inventory",
 	generate=function(dialog) -- drop_randart using the random filter as its input
 		local res_input, ok, t
 		if dialog._random_filter then
@@ -157,7 +157,7 @@ function _M:init(actor)
 	local tops={0} self.tops = tops
 	
 	local dialog_txt = Textzone.new{auto_width=true, auto_height=true, no_color_bleed=true, font=self.font,
-	text=([[Generate objects randomly subject to filters and create Random Artifacts.
+	text=(_t[[Generate objects randomly subject to filters and create Random Artifacts.
 Use "Generate" to create objects for preview and inspection.
 Use "Add Object" to choose where to put the object and add it to the game.
 (Mouse over controls for a preview of the generated object/working Actor. (Press #GOLD#'L'#LAST# to lua inspect.)
diff --git a/game/modules/tome/dialogs/debug/SummonCreature.lua b/game/modules/tome/dialogs/debug/SummonCreature.lua
index a766f9fb01..7744c8197e 100644
--- a/game/modules/tome/dialogs/debug/SummonCreature.lua
+++ b/game/modules/tome/dialogs/debug/SummonCreature.lua
@@ -160,8 +160,8 @@ function _M:generateList()
 	table.insert(list, 1, {name = _t"#PINK#Test Dummy#LAST#", action=function(item)
 		local m = mod.class.NPC.new{define_as="TRAINING_DUMMY",
 			type = "training", subtype = "dummy",
-			name = "Test Dummy", color=colors.GREY,
-			desc = "Test dummy.", image = "npc/lure.png",
+			name = _t"Test Dummy", color=colors.GREY,
+			desc = _t"Test dummy.", image = "npc/lure.png",
 			level_range = {1, 1}, exp_worth = 0,
 			rank = 3,
 			max_life = 300000, life_rating = 0,
diff --git a/i18n_tools/i18n_extractor.lua b/i18n_tools/i18n_extractor.lua
index a26a90a0b5..e81e8cf020 100644
--- a/i18n_tools/i18n_extractor.lua
+++ b/i18n_tools/i18n_extractor.lua
@@ -5,6 +5,16 @@ local p = Parser()
 
 local locales = {}
 
+function string.capitalize(str)
+	if #str > 1 then
+		return string.upper(str:sub(1, 1))..str:sub(2)
+	elseif #str == 1 then
+		return str:upper()
+	else
+		return str
+	end
+end
+
 function table.keys(t)
 	local tt = {}
 	for k, e in pairs(t) do tt[#tt+1] = k end
@@ -135,6 +145,16 @@ local function explore(file, ast)
 					if p[1] and p[2] and p.tag == "Field" and p[1][1] == "display_name" then
 						dname = p[2]
 					end
+					if p[1] and p[2] and p.tag == "Field" and p[1][1] == "cosmetic_options" then
+						for _, q in ipairs(p[2]) do
+							if q[1].tag == "String" then
+								local name = q[1][1]:gsub("_", " "):capitalize()
+								print(colors("%{bright cyan}newBirthDescriptor"), name)
+								locales[file] = locales[file] or {}
+								locales[file][name] = {line=p[2].nline, type="birth facial category"}
+							end
+						end
+					end
 				end end
 				if dname then
 					print(colors("%{bright cyan}newBirthDescriptor"), dname[1])
@@ -159,6 +179,65 @@ local function explore(file, ast)
 					print(colors("%{cyan}newGem"), subtype)
 					locales[file][subtype] = {line=en.nline, type="gem subtype"}
 				end
+			elseif e.tag == "Id" and e[1] == "newEffect" then
+				local en = ast[i+1]
+				if en then for j, p in ipairs(en[1]) do
+					if p[1] and p[2] and p.tag == "Field" and p[1][1] == "subtype" then
+						for _, q in ipairs(p[2]) do
+							if q[1].tag == "String" then
+								print(colors("%{yellow}newEffect"), q[1][1])
+								locales[file] = locales[file] or {}
+								locales[file][q[1][1]] = {line=p[2].nline, type="effect subtype"}
+							end
+						end
+					end
+				end end
+			elseif e.tag == "Id" and e[1] == "floorEffect" then
+				local en = ast[i+1]
+				if en then for j, p in ipairs(en[1]) do
+					if p[1] and p[2] and p.tag == "Field" and p[1][1] == "desc" then
+						print(colors("%{yellow}floorEffect"), p[2][1])
+						locales[file] = locales[file] or {}
+						locales[file][p[2][1]] = {line=p[2].nline, type="floorEffect desc"}
+					end
+				end end
+			elseif e.tag == "Id" and e[1] == "newLore" then
+				local en = ast[i+1]
+				if en then for j, p in ipairs(en[1]) do
+					if p[1] and p[2] and p.tag == "Field" and p[1][1] == "category" then
+						print(colors("%{red}newLore"), p[2][1])
+						locales[file] = locales[file] or {}
+						locales[file][p[2][1]] = {line=p[2].nline, type="newLore category"}
+					end
+				end end
+			elseif e.tag == "VarList" and e[1].tag == "Id" and e[1][1] == "load_tips" then
+				if file:find("init.lua$") then 
+					local en = ast[i+1][1]
+					if en then for _, v in ipairs(en) do 
+						for _, p in ipairs(v[2]) do if p.tag == "Field" and p[1][1]=="text" then
+							local text = p[2][1]
+							print(colors("%{bright red}load_tips"), text)
+							locales[file] = locales[file] or {}
+							locales[file][text] = {line=p[2].nline, type="init.lua load_tips"}
+						end end
+					end end
+				end
+			elseif e.tag == "VarList" and e[1].tag == "Id" and e[1][1] == "description" then
+				if file:find("init.lua$") then 
+					local en = ast[i+1][1]
+					local text = en[1]
+					print(colors("%{bright red}init.lua description"), text)
+					locales[file] = locales[file] or {}
+					locales[file][text] = {line=en.nline, type="init.lua description"}
+				end
+			elseif e.tag == "VarList" and e[1].tag == "Id" and e[1][1] == "long_name" then
+				if file:find("init.lua$") then 
+					local en = ast[i+1][1]
+					local text = en[1]
+					print(colors("%{bright red}init.lua long_name"), text)
+					locales[file] = locales[file] or {}
+					locales[file][text] = {line=en.nline, type="init.lua long_name"}
+				end
 			elseif e.tag == "Invoke" and e[1].tag == "Id" and e[1][1] == "ActorStats" and e[2].tag == "String" and e[2][1] == "defineStat" then
 				local en = e[3]
 				if en and type(en) == "table" and en.tag == "ExpList" and en[1].tag == "String" and en[2].tag == "String" then
diff --git a/i18n_tools/i18n_list.lua b/i18n_tools/i18n_list.lua
index 3731c3e315..2d4261d51c 100644
--- a/i18n_tools/i18n_list.lua
+++ b/i18n_tools/i18n_list.lua
@@ -184,7 +184,7 @@ tDef(343, "Randomly selected %s.") -- log
 ------------------------------------------------
 section "game/engines/default/engine/DebugConsole.lua"
 
-tDef(135, "Lua Console") -- _t
+tDef(136, "Lua Console") -- _t
 
 
 ------------------------------------------------
@@ -206,7 +206,7 @@ tDef(803, "File: %s") -- tformat
 ------------------------------------------------
 section "game/engines/default/engine/I18N.lua"
 
-tDef(126, "Testing arg one %d and two %d") -- tformat
+tDef(129, "Testing arg one %d and two %d") -- tformat
 
 
 ------------------------------------------------
@@ -793,6 +793,7 @@ tDef(36, "For every purchase of #{italic}##GREY#%s#LAST##{normal}# you gain a pe
 tDef(38, "#{italic}##UMBER#Voratun Coins available from your donations: #ROYAL_BLUE#%d#{normal}#") -- _t
 tDef(39, "For every donations you've ever made you have earned voratun coins. These can be spent purchasing expansions or options on the online store. This is the amount you have left, if your purchase total is below this number you'll instantly get your purchase validated, if not you'll need to donate some more first.\
 #GOLD##{italic}#Thanks for your support, every little bit helps the game survive for years on!#{normal}#") -- _t
+tDef(50, "%s #GOLD#Online Store#LAST#") -- tformat
 tDef(72, "#YELLOW#-- connecting to server... --") -- _t
 tDef(132, "Name") -- _t
 tDef(133, "Price") -- _t
@@ -819,18 +820,18 @@ tDef(363, "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: Your available
 tDef(368, "Payment accepted.\
 %s") -- tformat
 tDef(380, "Steam Overlay should appear, if it does not please make sure it you have not disabled it.") -- _t
-tDef(392, "Connecting to Steam") -- _t
 tDef(392, "Finalizing transaction with Steam servers...") -- _t
-tDef(431, "Connecting to server") -- _t
+tDef(392, "Connecting to Steam") -- _t
 tDef(431, "Please wait...") -- _t
+tDef(431, "Connecting to server") -- _t
 tDef(450, "You have enough coins to instantly purchase those options. Confirm?") -- _t
 tDef(452, "Cancel") -- _t
 tDef(452, "Purchase") -- _t
 tDef(455, "You need %s more coins to purchase those options. Do you want to go to the donation page now?") -- tformat
-tDef(457, "Let's go! (Opens in your browser)") -- _t
 tDef(457, "Not now") -- _t
-tDef(461, "Payment") -- _t
+tDef(457, "Let's go! (Opens in your browser)") -- _t
 tDef(461, "Payment refused, you have not been billed.") -- _t
+tDef(461, "Payment") -- _t
 tDef(471, "#{bold}##GOLD#Community Online Event#WHITE##{normal}#: Once you have purchased a community event you will be able to trigger it at any later date, on whichever character you choose.\
 Community events once triggered will activate for #{bold}#every player currently logged on#{normal}# including yourself. Every player receiving it will know you sent it and thus that you are to thank for it.\
 To activate it you will need to have your online events option set to \"all\" (which is the default value).") -- _t
@@ -914,6 +915,12 @@ tDef(370, "%s %s %s.") -- logSeen
 tDef(370, "activates") -- _t
 tDef(370, "deactivates") -- _t
 tDef(372, "%s uses %s.") -- logSeen
+tDef(732, "not enough stat: %s") -- tformat
+tDef(737, "not enough levels") -- _t
+tDef(764, "missing dependency") -- _t
+tDef(770, "is not %s") -- tformat
+tDef(775, "unknown talent type") -- _t
+tDef(780, "not enough talents of this type known") -- _t
 tDef(801, "- Talent category known") -- _t
 tDef(807, "- Lower talents of the same category: %d") -- tformat
 tDef(821, "- Level %d") -- tformat
@@ -991,6 +998,7 @@ tDef(140, "didn't move") -- _t
 tDef(182, "trap spotted") -- _t
 tDef(201, "terrain change on the left") -- _t
 tDef(214, "terrain change on the right") -- _t
+tDef(373, "at %s") -- tformat
 tDef(376, "Ran for %d turns (stop reason: %s).") -- log
 
 
@@ -1001,6 +1009,7 @@ tDef(112, "#%s#Personal New Achievement: %s!") -- log
 tDef(113, "Personal New Achievement: #%s#%s") -- tformat
 tDef(154, "#%s#New Achievement: %s!") -- log
 tDef(155, "New Achievement: #%s#%s") -- tformat
+tDef(176, "New Achievement") -- _t
 
 
 ------------------------------------------------
@@ -1041,46 +1050,50 @@ tDef(244, "Game installed!") -- _t
 ------------------------------------------------
 section "game/engines/default/engine/utils.lua"
 
-tDef(835, "an ") -- _t
-tDef(836, "a ") -- _t
-tDef(840, "she") -- _t
-tDef(842, "he") -- _t
-tDef(848, "its") -- _t
-tDef(849, "his") -- _t
-tDef(854, "her") -- _t
-tDef(855, "it") -- _t
-tDef(856, "him") -- _t
-tDef(861, "herself") -- _t
-tDef(862, "itself") -- _t
-tDef(863, "himself") -- _t
+tDef(838, "%dth") -- _t
+tDef(842, "%dst") -- _t
+tDef(844, "%dnd") -- _t
+tDef(846, "%drd") -- _t
+tDef(857, "an ") -- _t
+tDef(858, "a ") -- _t
+tDef(862, "she") -- _t
+tDef(864, "he") -- _t
+tDef(870, "its") -- _t
+tDef(871, "his") -- _t
+tDef(876, "her") -- _t
+tDef(877, "it") -- _t
+tDef(878, "him") -- _t
+tDef(883, "herself") -- _t
+tDef(884, "itself") -- _t
+tDef(885, "himself") -- _t
 
 
 ------------------------------------------------
 section "game/engines/default/modules/boot/class/Game.lua"
 
-tDef(157, "Welcome to T-Engine and the Tales of Maj'Eyal") -- _t
-tDef(158, "#GOLD#\"Tales of Maj'Eyal\"#WHITE# is the main game, you can also install more addons or modules by going to https://te4.org/\
+tDef(159, "Welcome to T-Engine and the Tales of Maj'Eyal") -- _t
+tDef(160, "#GOLD#\"Tales of Maj'Eyal\"#WHITE# is the main game, you can also install more addons or modules by going to https://te4.org/\
 \
 When inside a module remember you can press Escape to bring up a menu to change keybindings, resolution and other module specific options.\
 \
 Remember that in most roguelikes death is usually permanent so be careful!\
 \
 Now go and have some fun!") -- _t
-tDef(194, "The way the engine manages saving has been reworked for v1.0.5.\
+tDef(196, "The way the engine manages saving has been reworked for v1.0.5.\
 \
 The background saves should no longer lag horribly and as such it is highly recommended that you use the option. The upgrade turned it on for you.\
 \
 For the same reason the save per level option should not be used unless you have severe memory problems. The upgrade turned it off for you.\
 ") -- _t
-tDef(194, "Upgrade to 1.0.5") -- _t
-tDef(215, "Oops! Either you activated safe mode manually or the game detected it did not start correctly last time and thus you are in #LIGHT_GREEN#safe mode#WHITE#.\
+tDef(196, "Upgrade to 1.0.5") -- _t
+tDef(217, "Safe Mode") -- _t
+tDef(217, "Oops! Either you activated safe mode manually or the game detected it did not start correctly last time and thus you are in #LIGHT_GREEN#safe mode#WHITE#.\
 Safe Mode disabled all graphical options and sets a low FPS. It is not advisable to play this way (as it will be very painful and ugly).\
 \
 Please go to the Video Options and try enabling/disabling options and then restarting until you do not get this message.\
 A usual problem is shaders and thus should be your first target to disable.") -- _t
-tDef(215, "Safe Mode") -- _t
-tDef(230, "Duplicate Addon") -- _t
-tDef(230, "Oops! It seems like you have the same addon/dlc installed twice.\
+tDef(232, "Duplicate Addon") -- _t
+tDef(232, "Oops! It seems like you have the same addon/dlc installed twice.\
 This is unsupported and would make many things explode. Please remove one of the copies.\
 \
 Addon name: #YELLOW#%s#LAST#\
@@ -1089,10 +1102,11 @@ Check out the following folder on your computer:\
 %s\
 %s\
 ") -- _t
-tDef(571, "Really exit T-Engine/ToME?") -- _t
-tDef(574, "Quit") -- _t
-tDef(574, "Continue") -- _t
-tDef(577, "Welcome to #LIGHT_GREEN#Tales of Maj'Eyal#LAST#!\
+tDef(308, "Updating addon: #LIGHT_GREEN#%s") -- tformat
+tDef(573, "Really exit T-Engine/ToME?") -- _t
+tDef(576, "Quit") -- _t
+tDef(576, "Continue") -- _t
+tDef(579, "Welcome to #LIGHT_GREEN#Tales of Maj'Eyal#LAST#!\
 \
 Before you can start dying in many innovative ways we need to ask you about online play.\
 \
@@ -1107,24 +1121,25 @@ This is a #{bold}#single player game#{normal}# but it also features many online
 \
 You will also have a user page on #LIGHT_BLUE#https://te4.org/#LAST# to show off to your friends.\
 This is all optional, you are not forced to use this feature at all, but the developer would thank you if you did as it will make balancing easier.") -- _t
-tDef(627, "Login in...") -- _t
-tDef(627, "Please wait...") -- _t
-tDef(632, "Profile logged in!") -- _t
-tDef(634, "Check your login and password or try again in in a few moments.") -- _t
-tDef(634, "Login failed!") -- _t
-tDef(638, "Registering on https://te4.org/, please wait...") -- _t
-tDef(638, "Registering...") -- _t
-tDef(643, "Your online profile is now active. Have fun!") -- _t
-tDef(643, "Logged in!") -- _t
-tDef(643, "Profile created!") -- _t
-tDef(646, "Creation failed: ") -- _t
-tDef(648, "Profile creation failed!") -- _t
-tDef(648, "Try again in in a few moments, or try online at https://te4.org/") -- _t
+tDef(629, "Please wait...") -- _t
+tDef(629, "Login in...") -- _t
+tDef(634, "Profile logged in!") -- _t
+tDef(636, "Login failed!") -- _t
+tDef(636, "Check your login and password or try again in in a few moments.") -- _t
+tDef(640, "Registering on https://te4.org/, please wait...") -- _t
+tDef(640, "Registering...") -- _t
+tDef(645, "Logged in!") -- _t
+tDef(645, "Your online profile is now active. Have fun!") -- _t
+tDef(645, "Profile created!") -- _t
+tDef(648, "Creation failed: ") -- _t
+tDef(650, "Try again in in a few moments, or try online at https://te4.org/") -- _t
+tDef(650, "Profile creation failed!") -- _t
 
 
 ------------------------------------------------
 section "game/engines/default/modules/boot/class/Player.lua"
 
+tDef(112, "%s available") -- tformat
 tDef(113, "#00ff00#Talent %s is ready to use.") -- log
 tDef(120, "LEVEL UP!") -- _t
 
@@ -1137,6 +1152,12 @@ tDef(35, "Destroyer") -- birth descriptor name
 tDef(47, "Acid-maniac") -- birth descriptor name
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/data/damage_types.lua"
+
+tDef(27, "Kill!") -- _t
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/data/general/grids/basic.lua"
 
@@ -1312,7 +1333,6 @@ tDef(33, "Load Game") -- _t
 tDef(35, "Show older versions") -- _t
 tDef(36, "Ignore unloadable addons") -- _t
 tDef(37, "  Play!  ") -- _t
-tDef(38, "Delete") -- _t
 tDef(117, "#{bold}##GOLD#%s: %s#WHITE##{normal}#\
 Game version: %d.%d.%d\
 Requires addons: %s\
@@ -1320,21 +1340,22 @@ Requires addons: %s\
 %s") -- tformat
 tDef(183, "You can simply grab an older version of the game from where you downloaded it.") -- _t
 tDef(185, "You can downgrade the version by selecting it in the Steam's \"Beta\" properties of the game.") -- _t
-tDef(187, "Original game version not found") -- _t
 tDef(187, "This savefile was created with game version %s. You can try loading it with the current version if you wish but it is recommended you play it with the old version to ensure compatibility\
 %s") -- tformat
+tDef(187, "Original game version not found") -- _t
 tDef(192, "Run with newer version") -- _t
-tDef(197, "#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?") -- _t
 tDef(197, "Developer Mode") -- _t
+tDef(197, "#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?") -- _t
 tDef(199, "Load anyway") -- _t
-tDef(199, "Cancel") -- _t
-tDef(210, "Really delete #{bold}##GOLD#%s#WHITE##{normal}#") -- tformat
 tDef(210, "Delete savefile") -- _t
+tDef(210, "Really delete #{bold}##GOLD#%s#WHITE##{normal}#") -- tformat
+tDef(224, "Delete") -- _t
+tDef(224, "Cancel") -- _t
 tDef(248, "No data available for this game version.") -- _t
 tDef(257, "Downloading old game data: #LIGHT_GREEN#") -- _t
 tDef(271, "Old game data for %s correctly installed. You can now play.") -- tformat
-tDef(272, "Old game data") -- _t
 tDef(272, "Failed to install.") -- _t
+tDef(272, "Old game data") -- _t
 
 
 ------------------------------------------------
@@ -1528,6 +1549,14 @@ tDef(123, "#{bold}##GOLD#%s(%s)#GREEN# High Scores#WHITE##{normal}#\
 ") -- tformat
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/init.lua"
+
+tDef(21, "Tales of Maj'Eyal Main Menu") -- init.lua long_name
+tDef(28, "Bootmenu!\
+") -- init.lua description
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/load.lua"
 
@@ -1617,6 +1646,7 @@ tDef(151, "#RED# [%s]%s #ORANGE#CLEARING OLD TARGET#LAST#: [%s]%s") -- log
 ------------------------------------------------
 section "game/modules/tome/class/Actor.lua"
 
+tDef(604, "drowned to death") -- _t
 tDef(706, "%s has been disrupted by #ORCHID#anti-magic forces#LAST#!") -- logSeen
 tDef(718, "%s temporarily fights the paralyzation.") -- logSeen
 tDef(810, "#VIOLET#Following build order %s; increasing %s by 1.") -- log
@@ -1646,13 +1676,21 @@ tDef(1966, "actor") -- _t
 tDef(1988, "neutral") -- _t
 tDef(1989, "hostile") -- _t
 tDef(1990, "friendly") -- _t
-tDef(1997, "female") -- _t
 tDef(1997, "male") -- _t
+tDef(1997, "female") -- _t
 tDef(1999, "Rank: ") -- _t
 tDef(2000, "Level: unknown") -- _t
 tDef(2001, "Level: %d") -- tformat
 tDef(2002, "INVULNERABLE!") -- _t
 tDef(2003, "HP: %d (%d%%) #GREEN#+%0.2f#LAST#") -- tformat
+tDef(2008, "\
+Mana:  %s%d / %d#LAST#") -- tformat
+tDef(2011, "\
+Vim:  %s%d / %d#LAST#") -- tformat
+tDef(2014, "\
+Positive:  %s%d / %d#LAST#") -- tformat
+tDef(2017, "\
+Negative:  %s%d / %d#LAST#") -- tformat
 tDef(2023, " (%d%%)") -- tformat
 tDef(2028, "Iceblock: %d") -- tformat
 tDef(2031, "%sVim Value: %d#LAST#") -- tformat
@@ -1710,8 +1748,8 @@ tDef(2742, "#F53CBE#Your powerful attack feeds your madness!") -- _t
 tDef(2748, "%s (+%d hate)") -- tformat
 tDef(2774, "%s splits in two!") -- logSeen
 tDef(2791, "%s#Source# converts some damage to Psi!") -- tformat
-tDef(2792, "%s%d %s#LAST#") -- tformat
 tDef(2792, "to psi") -- _t
+tDef(2792, "%s%d %s#LAST#") -- tformat
 tDef(2828, "#RED#(%d refused)#LAST#") -- tformat
 tDef(2831, "#RED##Source# is unstoppable!") -- delayedLogMessage
 tDef(2843, "#YELLOW#%s has been healed by a blast of positive energy!#LAST#") -- logSeen
@@ -1723,6 +1761,7 @@ tDef(2970, "#OLIVE_DRAB##Source# redirects damage from #Target# to %s!#LAST#") -
 tDef(2971, "#OLIVE_DRAB#(%d redirected)#LAST#") -- tformat
 tDef(2973, "#OLIVE_DRAB#%d redirected#LAST#") -- tformat
 tDef(2997, "#CRIMSON##Source# leeches energies from #Target#!") -- delayedLogMessage
+tDef(3108, "RESURRECT!") -- _t
 tDef(3158, "You feel a surge of power as a powerful creature falls nearby.") -- logPlayer
 tDef(3281, "%s feeds you hate from its latest victim. (+%d hate)") -- logPlayer
 tDef(3343, "#LIGHT_RED#The cease to exist spell fizzles and cancels, leaving the timeline intact.") -- logPlayer
@@ -1735,6 +1774,7 @@ tDef(3920, "You have achieved #LIGHT_GREEN#level 50#WHITE#, congratulations!\
 \
 This level is special, it granted you #LIGHT_GREEN#10#WHITE# more stat points, #LIGHT_GREEN#3#WHITE# more class talent points and #LIGHT_GREEN#3#WHITE# more generic talent points.\
 Now go forward boldly and triumph!") -- _t
+tDef(3992, "LEVEL UP!") -- _t
 tDef(3993, "#00ffff#Welcome to level %d [%s].") -- log
 tDef(3994, "Press p to use them.") -- _t
 tDef(3995, "Select %s in the party list and press G to use them.") -- tformat
@@ -1752,6 +1792,7 @@ tDef(4371, "You cannot switch equipment while sleeping!") -- logPlayer
 tDef(4452, "%s warps space-time to equip: %s.") -- logSeen
 tDef(4454, "%s switches %s weapons to: %s.") -- logSeen
 tDef(4916, "%s wears %s%s.") -- logSeen
+tDef(4963, "antimagic") -- _t
 tDef(5338, "%s #LIGHT_STEEL_BLUE#Triggers an Anomaly! (%s).") -- logSeen
 tDef(5345, "#STEEL_BLUE#Casting %s.") -- logPlayer
 tDef(5375, "#STEEL_BLUE#You've moved to another time thread.") -- logPlayer
@@ -1770,8 +1811,8 @@ tDef(5670, "%s is too heavily armoured to use this talent.") -- logSeen
 tDef(5674, "%s can't use this talent while holding a weapon or shield.") -- logSeen
 tDef(5681, "%s is sleeping and unable to do this.") -- logPlayer
 tDef(5698, "have too much committed") -- _t
-tDef(5698, "do not have enough uncommitted") -- _t
 tDef(5698, "You %s %s to activate %s.") -- logPlayer
+tDef(5698, "do not have enough uncommitted") -- _t
 tDef(5706, "You do not have enough feedback to use %s.") -- logPlayer
 tDef(5710, "You do not have enough fortress energy to use %s.") -- logPlayer
 tDef(5731, "You have too much %s to use %s.") -- logPlayer
@@ -1783,9 +1824,9 @@ tDef(5819, "%s is confused and fails to use %s.") -- logSeen
 tDef(5833, "%s fails to use %s.") -- logSeen
 tDef(5847, "%s fumbles and fails to use %s, injuring %s!") -- logSeen
 tDef(5855, "%s's %s is interrupted by the shot!") -- logSeen
-tDef(5892, "%s %s #{bold}##ORANGE#%s#LAST#.") -- logSeen
 tDef(5892, "deactivates") -- _t
 tDef(5892, "activates") -- _t
+tDef(5892, "%s %s #{bold}##ORANGE#%s#LAST#.") -- logSeen
 tDef(5897, "%s casts #{bold}#%s%s.#{normal}##LAST#") -- logSeen
 tDef(5903, "%s uses #{bold}#%s%s.#{normal}##LAST#") -- logSeen
 tDef(6401, "%s talent '%s%s' is disrupted by the mind parasite.") -- logSeen
@@ -1800,9 +1841,10 @@ tDef(6573, "Sustain feedback cost: ") -- _t
 tDef(6583, "gain") -- _t
 tDef(6583, "cost") -- _t
 tDef(6589, "Sustain %s cost: ") -- tformat
-tDef(6596, "Generates") -- _t
 tDef(6596, "Removes") -- _t
+tDef(6596, "Generates") -- _t
 tDef(6598, "Replenishes") -- _t
+tDef(6598, "%s %s: ") -- tformat
 tDef(6598, "Drains") -- _t
 tDef(6607, "melee/personal") -- _t
 tDef(6607, "Range: ") -- _t
@@ -1815,14 +1857,14 @@ tDef(6630, "Special") -- _t
 tDef(6632, "%s (#LIGHT_GREEN#%d%%#LAST# of a turn)") -- tformat
 tDef(6634, "Usage Speed: ") -- _t
 tDef(6645, "Won't Break Stealth:  ") -- _t
-tDef(6651, "Fixed ") -- _t
 tDef(6651, "%sCooldown: ") -- tformat
-tDef(6660, " and ") -- _t
+tDef(6651, "Fixed ") -- _t
 tDef(6660, "Is: ") -- _t
+tDef(6660, " and ") -- _t
 tDef(6667, "Will Deactivate: ") -- _t
 tDef(6673, "Description: ") -- _t
-tDef(6795, "Automatic use enabled") -- _t
 tDef(6795, "%s will now be used as often as possible automatically.") -- tformat
+tDef(6795, "Automatic use enabled") -- _t
 tDef(6799, "- requires a turn to use") -- _t
 tDef(6800, "- requires a target, your last hostile one will be automatically used") -- _t
 tDef(6803, "- will only trigger if no enemies are visible") -- _t
@@ -1844,14 +1886,16 @@ tDef(7362, "#ORANGE#%s shrugs off %s '%s'!") -- logCombat
 tDef(7366, "#Target#'s") -- _t
 tDef(7366, "#LIGHT_UMBER#%s resists %s '%s'!") -- logCombat
 tDef(7366, "the effect") -- _t
+tDef(7474, "but fumbles!") -- _t
+tDef(7476, "to the %s!") -- tformat
 tDef(7478, "#Source# deflects the projectile from #Target# %s") -- logCombat
 tDef(7488, "%s reflects the spell!") -- logSeen
 tDef(7497, "%s ignores the spell!") -- logSeen
 tDef(7622, "You can not drop items while sleeping.") -- logPlayer
 tDef(7627, "You can not drop %s (plot item).") -- logPlayer
 tDef(7632, "You can not drop %s (tagged).") -- logPlayer
-tDef(7637, "Any item dropped on the world map will be lost forever.") -- _t
 tDef(7637, "Warning") -- _t
+tDef(7637, "Any item dropped on the world map will be lost forever.") -- _t
 tDef(7644, "You destroy %s.") -- logPlayer
 tDef(7649, "You can not destroy %s.") -- logPlayer
 tDef(7652, "Cancel") -- _t
@@ -1888,12 +1932,9 @@ tDef(252, "The teleport fizzles!") -- _t
 ------------------------------------------------
 section "game/modules/tome/class/Game.lua"
 
-tDef(103, "Today is the % %s of the %s year of the Age of Ascendancy of Maj'Eyal.\
-The time is %02d:%02d.") -- _t
+tDef(207, "Main character") -- _t
 tDef(268, "Character Creation ( %s unlocked options)") -- tformat
 tDef(310, "Welcome to #LIGHT_BLUE#Tales of Maj'Eyal") -- _t
-tDef(335, "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\
-The time is %02d:%02d.") -- _t
 tDef(789, "%s the level %d %s %s.\
 Difficulty: %s / %s\
 Campaign: %s\
@@ -1910,14 +1951,14 @@ tDef(973, "Stay: level %s of %s") -- tformat
 tDef(974, "Keep Trying: level %s of %s") -- tformat
 tDef(975, "Log the problem, Stay: level %s of %s") -- tformat
 tDef(977, "Debug the problem (move to the failed zone/level)") -- _t
-tDef(1000, "Information on the failed zone and level dumped to the log file.") -- _t
 tDef(1000, "Information logged") -- _t
+tDef(1000, "Information on the failed zone and level dumped to the log file.") -- _t
 tDef(1014, "The game could not generate level %s of %s after %s attempts. What do you want to do?") -- tformat
 tDef(1015, "Level Generation Failure") -- _t
 tDef(1147, "This zone is so easy for you that you can stroll to the last area with ease.") -- _t
 tDef(1147, "Easy!") -- _t
-tDef(1149, "Stroll") -- _t
 tDef(1149, "Stay there") -- _t
+tDef(1149, "Stroll") -- _t
 tDef(1365, "You feel a thrill of terror and your heart begins to pound in your chest. You feel terribly threatened upon entering this area.") -- _t
 tDef(1366, "You feel mildly anxious, and walk with caution.") -- _t
 tDef(1368, "You feel very confident walking into this place.") -- _t
@@ -1925,8 +1966,8 @@ tDef(1369, "You stride into this area without a second thought, while stifling a
 tDef(1372, "#TEAL#%s") -- log
 tDef(1640, "something") -- _t
 tDef(1645, "unknown") -- _t
-tDef(1690, "#Source# hits #Target# for %s (#RED##{bold}#%0.0f#LAST##{normal}# total damage)%s.") -- logMessage
 tDef(1690, " #LIGHT_GREEN#[%0.0f healing]#LAST#") -- tformat
+tDef(1690, "#Source# hits #Target# for %s (#RED##{bold}#%0.0f#LAST##{normal}# total damage)%s.") -- logMessage
 tDef(1693, "#Source# hits #Target# for %s damage.") -- logMessage
 tDef(1695, "#Source# receives %s.") -- logMessage
 tDef(1697, "#Target# receives %s from #Source#.") -- logMessage
@@ -1950,8 +1991,10 @@ tDef(2274, "#GOLD#Automatic talent usage: %s") -- log
 tDef(2280, "#GOLD#Automatic accept target mode: %s") -- log
 tDef(2337, "Displaying creatures.") -- log
 tDef(2339, "Displaying talents.") -- log
+tDef(2356, "Tales of Maj'Eyal Achievements") -- _t
 tDef(2356, "Show Achievements") -- _t
 tDef(2357, "Show known Lore") -- _t
+tDef(2357, "Tales of Maj'Eyal Lore") -- _t
 tDef(2358, "Show ingredients") -- _t
 tDef(2360, "Inventory") -- _t
 tDef(2361, "Character Sheet") -- _t
@@ -1973,8 +2016,28 @@ tDef(2796, "#ANTIQUE_WHITE#Splash screen unlocked: #GOLD#%s") -- log
 section "game/modules/tome/class/GameState.lua"
 
 tDef(51, "#AQUAMARINE#Most stores should have new stock now.") -- log
-tDef(861, "Ambush!") -- _t
+tDef(238, "twisted") -- _t
+tDef(238, "faceted") -- _t
+tDef(238, "immaculate") -- _t
+tDef(238, "scintillating") -- _t
+tDef(238, "silvered") -- _t
+tDef(238, "rune-covered") -- _t
+tDef(238, "crackling") -- _t
+tDef(238, "unblemished") -- _t
+tDef(238, "laminated") -- _t
+tDef(238, "jewel-encrusted") -- _t
+tDef(238, "glowing") -- _t
+tDef(238, "humming") -- _t
+tDef(238, "glistening") -- _t
+tDef(238, "shadowy") -- _t
+tDef(238, "faded") -- _t
+tDef(238, "gleaming") -- _t
+tDef(238, "plated") -- _t
+tDef(238, "sigiled") -- _t
+tDef(238, "flawless") -- _t
 tDef(861, "You have been ambushed!") -- _t
+tDef(861, "Ambush!") -- _t
+tDef(2696, "%s the %s") -- tformat
 tDef(3325, "Leave the level (to the next level) without killing a single creature. You will get #{italic}#two#{normal}# rewards.") -- _t
 tDef(3325, "Pacifist") -- _t
 tDef(3344, "Exterminator") -- _t
@@ -1982,37 +2045,37 @@ tDef(3344, "Exterminate every foe on the level.") -- _t
 tDef(3349, "Foes left: #LIGHT_RED#%s") -- tformat
 tDef(3357, "#LIGHT_RED#EXTERMINATE THIS FOE#LAST#\
 %s") -- tformat
-tDef(3378, "Proceed directly to the next Infinite Dungeon level in less than %d turns (an exit is revealed on your map).") -- tformat
 tDef(3378, "Rush Hour (%d)") -- tformat
+tDef(3378, "Proceed directly to the next Infinite Dungeon level in less than %d turns (an exit is revealed on your map).") -- tformat
 tDef(3397, "\
 #ORCHID# Rush Hour: %s turns left!\
 ") -- log
 tDef(3405, "Proceed to the next Infinite Dungeon level! An exit has been marked on your map.") -- _t
-tDef(3417, "Wake up and kill the dreaming horror boss '%s'.") -- tformat
 tDef(3417, "Dream Hunter") -- _t
+tDef(3417, "Wake up and kill the dreaming horror boss '%s'.") -- tformat
 tDef(3437, "Find, challenge, and kill your mirror clone on the level.") -- _t
 tDef(3437, "Mirror Match") -- _t
 tDef(3452, "An evil twin of %s%s") -- tformat
 tDef(3453, "Mirror Challenge of %s") -- tformat
 tDef(3454, "but nobody knew why #sex# suddenly became evil") -- _t
 tDef(3472, "#ORCHID#%s does not recognize you.") -- logPlayer
-tDef(3475, "Challenge: #PURPLE#Mirror Match") -- _t
 tDef(3475, "Challenge your mirror clone and triumph!") -- _t
+tDef(3475, "Challenge: #PURPLE#Mirror Match") -- _t
 tDef(3484, "#CRIMSON#The Fight Is Joined!") -- _t
-tDef(3510, "Challenge: #PURPLE#Near Sighted") -- _t
 tDef(3510, "Proceed to the next Infinite Dungeon level with -7 sight range for a reward.") -- _t
-tDef(3511, "Proceed to the next Infinite Dungeon level with -7 sight range.") -- _t
+tDef(3510, "Challenge: #PURPLE#Near Sighted") -- _t
 tDef(3511, "Near Sighted") -- _t
+tDef(3511, "Proceed to the next Infinite Dungeon level with -7 sight range.") -- _t
 tDef(3520, "Challenge: #PURPLE#Multiplicity") -- _t
 tDef(3520, "All foes (including bosses) gain the ability to multiply up to 3 times.  You must survive for at least %d turns before exiting.") -- tformat
-tDef(3521, "Multiplicity") -- _t
 tDef(3521, "All foes have the multiply talent!") -- _t
+tDef(3521, "Multiplicity") -- _t
 tDef(3524, "Turns left: #LIGHT_GREEN#%d") -- tformat
 tDef(3533, "#LIGHT_GREEN#Multiplicity: You have survived so far. Exit for your reward!") -- _t
 tDef(3556, "Survive the multiplicative madness!.") -- _t
 tDef(3568, "#rng# the Spawn of Urh'Rok") -- _t
-tDef(3583, "Kill %d spawns of Urh'Rok on the level before killing any other elite (or higher rank) creatures, for an uncommon reward.") -- tformat
 tDef(3583, "Challenge: #PURPLE#Headhunter") -- _t
+tDef(3583, "Kill %d spawns of Urh'Rok on the level before killing any other elite (or higher rank) creatures, for an uncommon reward.") -- tformat
 tDef(3585, "Headhunter") -- _t
 tDef(3585, "Kill %d spawns of Urh'Rok on the level before killing any elite creatures.") -- tformat
 tDef(3587, "%d / %d demon spawn killed.") -- tformat
@@ -2029,13 +2092,15 @@ tDef(3674, "+1 Prodigy Point") -- _t
 tDef(3697, " and ") -- _t
 tDef(3698, "#OLIVE_DRAB#Reward%s: %s") -- tformat
 tDef(3699, "#LIGHT_BLUE#%s has received: %s.") -- log
-tDef(3718, "You have unlocked a new talent: %s!") -- tformat
 tDef(3718, "#LIGHT_GREEN#%s") -- logPlayer
+tDef(3718, "You have unlocked a new talent: %s!") -- tformat
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Grid.lua"
 
+tDef(74, "Open") -- _t
+tDef(74, "Leave") -- _t
 tDef(115, "%s") -- logSeen
 tDef(155, "spot") -- _t
 tDef(157, "%s's %s") -- tformat
@@ -2095,6 +2160,7 @@ tDef(393, "You see one more object.") -- _t
 tDef(394, "You see %d more objects.") -- tformat
 tDef(403, "%d%% power") -- tformat
 tDef(405, "%s-%s power") -- tformat
+tDef(414, "%0.2f %s") -- tformat
 tDef(428, "%s%0.2f/turn") -- tformat
 tDef(431, "%s, %s apr") -- tformat
 tDef(434, "%d/%d, %s, %s apr") -- tformat
@@ -2109,278 +2175,295 @@ tDef(457, "dig speed %d turns") -- tformat
 tDef(459, " [power %d]") -- tformat
 tDef(465, " (%d/%d cooldown)") -- tformat
 tDef(467, " (%d cooldown)") -- tformat
-tDef(595, "object") -- _t
-tDef(600, "%s, %sspecial#LAST#") -- tformat
-tDef(602, "%s, %sego#LAST#") -- tformat
-tDef(639, " crit mult (max 40%)") -- _t
-tDef(641, " crit chance (max 25%)") -- _t
-tDef(643, " base dam (max 20%)") -- _t
-tDef(645, " proc dam (max 200%)") -- _t
-tDef(647, " APR (max 50%)") -- _t
-tDef(647, "Accuracy bonus: ") -- _t
-tDef(822, "Power: %3d%% (%s)  Range: %.1fx (%s)") -- tformat
-tDef(825, "Power: %3d%%  Range: %.1fx") -- tformat
-tDef(846, "Base power: %.1f - %.1f") -- tformat
-tDef(850, "Uses stat%s: %s") -- tformat
-tDef(852, "Damage type: ") -- _t
-tDef(867, "Armour Penetration: ") -- _t
-tDef(868, "Crit. chance: ") -- _t
-tDef(869, "Crit. power: ") -- _t
-tDef(875, "Attack speed: ") -- _t
-tDef(877, "Block value: ") -- _t
-tDef(879, "Dam. multiplier: ") -- _t
-tDef(880, "Firing range: ") -- _t
-tDef(881, "Capacity: ") -- _t
-tDef(882, "Reload speed: ") -- _t
-tDef(883, "Turns elapse between self-loadings: ") -- _t
-tDef(901, "When this weapon hits: %s (%d%% chance level %d).") -- tformat
-tDef(920, "When this weapon crits: %s (%d%% chance level %d).") -- tformat
-tDef(1017, "#YELLOW#On weapon hit:#LAST#") -- _t
-tDef(1039, "#YELLOW#On weapon crit:#LAST#") -- _t
-tDef(1047, "#YELLOW#On weapon kill:#LAST#") -- _t
-tDef(1064, "When used from stealth a simple attack with it will not break stealth.") -- _t
-tDef(1068, "Damage dealt by this weapon is increased by half your critical multiplier, if doing so would kill the target.") -- _t
-tDef(1071, "Travel speed: ") -- _t
-tDef(1073, "Damage Shield penetration (this weapon only): ") -- _t
-tDef(1075, "Lifesteal (this weapon only): ") -- _t
-tDef(1082, "Multiple attacks: ") -- _t
-tDef(1083, "Multiple attacks procs power reduction: ") -- _t
-tDef(1086, "Shots beam through all targets.") -- _t
-tDef(1107, "Damage (radius 1) on hit: ") -- _t
-tDef(1112, "Damage (radius 2) on crit: ") -- _t
-tDef(1117, "Damage conversion: ") -- _t
-tDef(1152, "[Plot Item]") -- _t
-tDef(1153, "[Cosmetic Item]") -- _t
-tDef(1155, "[Legendary]") -- _t
-tDef(1156, "[Godslayer]") -- _t
-tDef(1157, "[Random Unique]") -- _t
-tDef(1158, "[Unique]") -- _t
-tDef(1162, "Type: %s / %s") -- tformat
-tDef(1162, "unknown") -- _t
-tDef(1163, " ; tier ") -- _t
-tDef(1165, "It must be held with both hands.") -- _t
-tDef(1166, "It can be used as a weapon and offhand.") -- _t
-tDef(1185, "Mastery: ") -- _t
-tDef(1189, "Accuracy is based on willpower for this weapon.") -- _t
-tDef(1192, "Weapon Damage: ") -- _t
-tDef(1199, ", ") -- _t
-tDef(1206, "#YELLOW#It can cause special effects when it strikes in combat.#LAST#") -- _t
-tDef(1209, "#ORCHID#It can cause special effects when a melee attack is blocked.#LAST#") -- _t
-tDef(1214, "It %s ambient light (%+d radius).") -- tformat
-tDef(1214, "dims") -- _t
-tDef(1214, "provides") -- _t
-tDef(1219, "#ORANGE#It has an activatable power.#LAST#") -- _t
-tDef(1227, "It is part of a set of items.") -- _t
-tDef(1233, "The set is complete.") -- _t
-tDef(1270, "Accuracy: ") -- _t
-tDef(1271, "Armour penetration: ") -- _t
-tDef(1272, "Physical crit. chance: ") -- _t
-tDef(1273, "Physical power: ") -- _t
-tDef(1275, "Armour: ") -- _t
-tDef(1276, "Armour Hardiness: ") -- _t
-tDef(1277, "Defense: ") -- _t
-tDef(1278, "Ranged Defense: ") -- _t
-tDef(1280, "Fatigue: ") -- _t
-tDef(1282, "Ammo reloads per turn: ") -- _t
-tDef(1300, "Effects on melee hit: ") -- _t
-tDef(1332, "Damage (Melee): ") -- _t
-tDef(1338, "Effects on ranged hit: ") -- _t
-tDef(1342, "Damage (Ranged): ") -- _t
-tDef(1348, "Effects when hit in melee: ") -- _t
-tDef(1352, "Damage when hit (Melee): ") -- _t
-tDef(1382, "No left") -- log
-tDef(1383, "No right") -- log
-tDef(1448, "#YELLOW#On shield block:#LAST#") -- _t
-tDef(1455, "Changes stats: ") -- _t
-tDef(1459, "Changes resistances: ") -- _t
-tDef(1464, "Changes resistances cap: ") -- _t
-tDef(1469, "Reduce damage by fixed amount: ") -- _t
-tDef(1474, "Maximum wards: ") -- _t
-tDef(1479, "Changes resistances penetration: ") -- _t
-tDef(1484, "Changes damage: ") -- _t
-tDef(1489, "Damage against: ") -- _t
-tDef(1498, "Reduced damage from: ") -- _t
-tDef(1507, "Talent category bonus: ") -- _t
-tDef(1516, "Damage affinity(heal): ") -- _t
-tDef(1518, "all") -- _t
-tDef(1521, "Change telepathy range by : ") -- _t
-tDef(1547, "All") -- _t
-tDef(1564, "Grants telepathy: ") -- _t
-tDef(1592, "Talent master%s: ") -- tformat
-tDef(1630, "Talent%s cooldown:") -- tformat
-tDef(1635, "turn%s)") -- tformat
-tDef(1637, " turn%s)") -- tformat
-tDef(1640, " %s (%+d(-) turn%s)") -- tformat
-tDef(1664, "Talent%s granted: ") -- tformat
-tDef(1698, "Allows you to breathe in: ") -- _t
-tDef(1709, "Critical mult.: ") -- _t
-tDef(1710, "Reduces incoming crit damage: ") -- _t
-tDef(1711, "Reduces opponents crit chance: ") -- _t
-tDef(1713, "Trap disarming bonus: ") -- _t
-tDef(1714, "Stealth bonus: ") -- _t
-tDef(1715, "Maximum encumbrance: ") -- _t
-tDef(1717, "Physical save: ") -- _t
-tDef(1718, "Spell save: ") -- _t
-tDef(1719, "Mental save: ") -- _t
-tDef(1721, "Blindness immunity: ") -- _t
-tDef(1722, "Poison immunity: ") -- _t
-tDef(1723, "Disease immunity: ") -- _t
-tDef(1724, "Cut immunity: ") -- _t
-tDef(1726, "Silence immunity: ") -- _t
-tDef(1727, "Disarm immunity: ") -- _t
-tDef(1728, "Confusion immunity: ") -- _t
-tDef(1729, "Sleep immunity: ") -- _t
-tDef(1730, "Pinning immunity: ") -- _t
-tDef(1732, "Stun/Freeze immunity: ") -- _t
-tDef(1733, "Fear immunity: ") -- _t
-tDef(1734, "Knockback immunity: ") -- _t
-tDef(1735, "Instant-death immunity: ") -- _t
-tDef(1736, "Teleport immunity: ") -- _t
-tDef(1738, "Life regen: ") -- _t
-tDef(1739, "Stamina each turn: ") -- _t
-tDef(1740, "Mana each turn: ") -- _t
-tDef(1741, "Hate each turn: ") -- _t
-tDef(1742, "Psi each turn: ") -- _t
-tDef(1743, "Equilibrium each turn: ") -- _t
-tDef(1744, "Vim each turn: ") -- _t
-tDef(1745, "P.Energy each turn: ") -- _t
-tDef(1746, "N.Energy each turn: ") -- _t
-tDef(1748, "Stamina when hit: ") -- _t
-tDef(1749, "Mana when hit: ") -- _t
-tDef(1750, "Equilibrium when hit: ") -- _t
-tDef(1751, "Psi when hit: ") -- _t
-tDef(1752, "Hate when hit: ") -- _t
-tDef(1753, "Vim when hit: ") -- _t
-tDef(1755, "Vim when hitting in melee: ") -- _t
-tDef(1757, "Mana when firing critical spell: ") -- _t
-tDef(1758, "Vim when firing critical spell: ") -- _t
-tDef(1759, "Spellpower on spell critical (stacks up to 3 times): ") -- _t
-tDef(1761, "Hate when firing a critical mind attack: ") -- _t
-tDef(1762, "Psi when firing a critical mind attack: ") -- _t
-tDef(1763, "Equilibrium when firing a critical mind attack: ") -- _t
-tDef(1765, "Hate per kill: ") -- _t
-tDef(1766, "Psi per kill: ") -- _t
-tDef(1767, "Vim per kill: ") -- _t
-tDef(1769, "Only die when reaching: ") -- _t
-tDef(1770, "Maximum life: ") -- _t
-tDef(1771, "Maximum mana: ") -- _t
-tDef(1772, "Maximum souls: ") -- _t
-tDef(1773, "Maximum stamina: ") -- _t
-tDef(1774, "Maximum hate: ") -- _t
-tDef(1775, "Maximum psi: ") -- _t
-tDef(1776, "Maximum vim: ") -- _t
-tDef(1777, "Maximum pos.energy: ") -- _t
-tDef(1778, "Maximum neg.energy: ") -- _t
-tDef(1779, "Maximum air capacity: ") -- _t
-tDef(1781, "Spellpower: ") -- _t
-tDef(1782, "Spell crit. chance: ") -- _t
-tDef(1783, "Lowers spell cool-downs by: ") -- _t
-tDef(1785, "Mindpower: ") -- _t
-tDef(1785, "%+d #LAST#(%+d eff.)") -- _t
-tDef(1786, "Mental crit. chance: ") -- _t
-tDef(1788, "Light radius: ") -- _t
-tDef(1789, "Infravision radius: ") -- _t
-tDef(1790, "Heightened senses radius: ") -- _t
-tDef(1791, "Sight radius: ") -- _t
-tDef(1793, "See stealth: ") -- _t
-tDef(1795, "See invisible: ") -- _t
-tDef(1796, "Invisibility: ") -- _t
-tDef(1798, "Global speed: ") -- _t
-tDef(1799, "Movement speed: ") -- _t
-tDef(1800, "Combat speed: ") -- _t
-tDef(1801, "Casting speed: ") -- _t
-tDef(1802, "Mental speed: ") -- _t
-tDef(1804, "Healing mod.: ") -- _t
-tDef(1805, "Heals friendly targets nearby when you use a nature summon: ") -- _t
-tDef(1807, "Life leech chance: ") -- _t
-tDef(1808, "Life leech: ") -- _t
-tDef(1810, "Resource leech chance: ") -- _t
-tDef(1811, "Resource leech: ") -- _t
-tDef(1813, "Damage Shield penetration: ") -- _t
-tDef(1815, "Deflect projectiles away: ") -- _t
-tDef(1816, "Chance to avoid attacks: ") -- _t
-tDef(1817, "Chance to avoid any damage: ") -- _t
-tDef(1819, "Defense after a teleport: ") -- _t
-tDef(1820, "Resist all after a teleport: ") -- _t
-tDef(1821, "New effects duration reduction after a teleport: ") -- _t
-tDef(1823, "Damage Resonance (when hit): ") -- _t
-tDef(1825, "Size category: ") -- _t
-tDef(1827, "Max wilder summons: ") -- _t
-tDef(1828, "Life regen bonus (wilder-summons): ") -- _t
-tDef(1830, "Damage Shield Duration: ") -- _t
-tDef(1831, "Damage Shield Power: ") -- _t
-tDef(1833, "Ice block penetration: ") -- _t
-tDef(1835, "Slows Projectiles: ") -- _t
-tDef(1837, "Bonus block near projectiles: ") -- _t
-tDef(1839, "Reduces paradox anomalies(equivalent to willpower): ") -- _t
-tDef(1841, "Damage Backlash: ") -- _t
-tDef(1843, "Reduce all damage from unseen attackers: ") -- _t
-tDef(1846, "The wearer is treated as an undead.") -- _t
-tDef(1850, "The wearer is treated as a demon.") -- _t
-tDef(1854, "The wearer is blinded.") -- _t
-tDef(1858, "The wearer is asleep.") -- _t
-tDef(1862, "This item allows the wearer to attack unseen targets without any penalties.") -- _t
-tDef(1866, "This item allows the wearer to act while sleeping.") -- _t
-tDef(1870, "The wearer no longer has to breathe.") -- _t
-tDef(1874, "This item allows the wearer to swap to their secondary weapon without spending a turn.") -- _t
-tDef(1878, "The wearer never triggers traps that require pressure.") -- _t
-tDef(1882, "Allows you to speak and read the old Sher'Tul language.") -- _t
-tDef(1900, "When used to modify unarmed attacks:") -- _t
-tDef(1904, "Learn an unarmed attack talent or enable 'Always show glove combat' to see combat stats.") -- _t
-tDef(1936, "When used to attack (with talents):") -- _t
-tDef(1939, "Learn shield attack talent or enable 'Always show shield combat' to see combat stats.") -- _t
-tDef(1952, "It is immune to teleportation, if you teleport it will fall on the ground.") -- _t
-tDef(1956, "When wielded/worn:") -- _t
-tDef(1959, "Skullcracker multiplicator: ") -- _t
-tDef(1964, "When carried:") -- _t
-tDef(1971, "Attach on item of type '#ORANGE#%s / %s#LAST#'") -- tformat
-tDef(1973, "Attach on item of type '#ORANGE#%s#LAST#'") -- tformat
-tDef(1976, "Attach on item worn on slot '#ORANGE#%s#LAST#'") -- tformat
-tDef(1979, "When attach to an other item:") -- _t
-tDef(1997, "Special effect on block: ") -- _t
-tDef(2002, "When used to imbue an object:") -- _t
-tDef(2013, "When used as an alchemist bomb:") -- _t
-tDef(2014, "Bomb damage +%d%%") -- tformat
-tDef(2015, "Bomb thrown range +%d") -- tformat
-tDef(2016, "Mana regain %d") -- tformat
-tDef(2017, "%d%% chance to daze for %d turns") -- tformat
-tDef(2018, "%d%% chance to stun for %d turns") -- tformat
-tDef(2023, "Additional %d %s damage") -- tformat
-tDef(2026, "Life regen %d%% of max life") -- tformat
-tDef(2033, "Latent Damage Type: ") -- _t
-tDef(2043, "When inscribed on your body:") -- _t
-tDef(2068, "Talent on hit(spell): %s (%d%% chance level %d).") -- tformat
-tDef(2088, "Talent on hit(nature): %s (%d%% chance level %d).") -- tformat
-tDef(2108, "Talent on hit(mindpower): %s (%d%% chance level %d).") -- tformat
-tDef(2116, "Activating this item is instant.") -- _t
-tDef(2143, "It can be used to %s, with %d charges out of %d.") -- tformat
-tDef(2145, "Talent %s") -- tformat
-tDef(2145, "all charms") -- _t
-tDef(2146, "It can be used to %s\
+tDef(599, "object") -- _t
+tDef(604, "%s, %sspecial#LAST#") -- tformat
+tDef(606, "%s, %sego#LAST#") -- tformat
+tDef(643, " crit mult (max 40%)") -- _t
+tDef(645, " crit chance (max 25%)") -- _t
+tDef(647, " base dam (max 20%)") -- _t
+tDef(649, " proc dam (max 200%)") -- _t
+tDef(651, " APR (max 50%)") -- _t
+tDef(651, "Accuracy bonus: ") -- _t
+tDef(804, "%d%% %s") -- tformat
+tDef(826, "Power: %3d%% (%s)  Range: %.1fx (%s)") -- tformat
+tDef(829, "Power: %3d%%  Range: %.1fx") -- tformat
+tDef(850, "Base power: %.1f - %.1f") -- tformat
+tDef(854, "Uses stat%s: %s") -- tformat
+tDef(856, "Damage type: ") -- _t
+tDef(871, "Armour Penetration: ") -- _t
+tDef(872, "Crit. chance: ") -- _t
+tDef(873, "Crit. power: ") -- _t
+tDef(879, "Attack speed: ") -- _t
+tDef(881, "Block value: ") -- _t
+tDef(883, "Dam. multiplier: ") -- _t
+tDef(884, "Firing range: ") -- _t
+tDef(885, "Capacity: ") -- _t
+tDef(886, "Reload speed: ") -- _t
+tDef(887, "Turns elapse between self-loadings: ") -- _t
+tDef(905, "When this weapon hits: %s (%d%% chance level %d).") -- tformat
+tDef(924, "When this weapon crits: %s (%d%% chance level %d).") -- tformat
+tDef(1021, "#YELLOW#On weapon hit:#LAST#") -- _t
+tDef(1043, "#YELLOW#On weapon crit:#LAST#") -- _t
+tDef(1051, "#YELLOW#On weapon kill:#LAST#") -- _t
+tDef(1068, "When used from stealth a simple attack with it will not break stealth.") -- _t
+tDef(1072, "Damage dealt by this weapon is increased by half your critical multiplier, if doing so would kill the target.") -- _t
+tDef(1072, "Crushing Blows: ") -- _t
+tDef(1075, "Travel speed: ") -- _t
+tDef(1077, "Damage Shield penetration (this weapon only): ") -- _t
+tDef(1079, "Lifesteal (this weapon only): ") -- _t
+tDef(1086, "Multiple attacks: ") -- _t
+tDef(1087, "Multiple attacks procs power reduction: ") -- _t
+tDef(1090, "Shots beam through all targets.") -- _t
+tDef(1111, "Damage (radius 1) on hit: ") -- _t
+tDef(1116, "Damage (radius 2) on crit: ") -- _t
+tDef(1121, "Damage conversion: ") -- _t
+tDef(1156, "[Plot Item]") -- _t
+tDef(1157, "[Cosmetic Item]") -- _t
+tDef(1159, "[Legendary]") -- _t
+tDef(1160, "[Godslayer]") -- _t
+tDef(1161, "[Random Unique]") -- _t
+tDef(1162, "[Unique]") -- _t
+tDef(1166, "Type: %s / %s") -- tformat
+tDef(1166, "unknown") -- _t
+tDef(1167, " ; tier ") -- _t
+tDef(1169, "It must be held with both hands.") -- _t
+tDef(1170, "It can be used as a weapon and offhand.") -- _t
+tDef(1189, "Mastery: ") -- _t
+tDef(1193, "Accuracy is based on willpower for this weapon.") -- _t
+tDef(1196, "Weapon Damage: ") -- _t
+tDef(1203, ", ") -- _t
+tDef(1210, "#YELLOW#It can cause special effects when it strikes in combat.#LAST#") -- _t
+tDef(1213, "#ORCHID#It can cause special effects when a melee attack is blocked.#LAST#") -- _t
+tDef(1218, "provides") -- _t
+tDef(1218, "It %s ambient light (%+d radius).") -- tformat
+tDef(1218, "dims") -- _t
+tDef(1223, "#ORANGE#It has an activatable power.#LAST#") -- _t
+tDef(1231, "It is part of a set of items.") -- _t
+tDef(1237, "The set is complete.") -- _t
+tDef(1274, "Accuracy: ") -- _t
+tDef(1275, "Armour penetration: ") -- _t
+tDef(1276, "Physical crit. chance: ") -- _t
+tDef(1277, "Physical power: ") -- _t
+tDef(1279, "Armour: ") -- _t
+tDef(1280, "Armour Hardiness: ") -- _t
+tDef(1281, "Defense: ") -- _t
+tDef(1282, "Ranged Defense: ") -- _t
+tDef(1284, "Fatigue: ") -- _t
+tDef(1286, "Ammo reloads per turn: ") -- _t
+tDef(1304, "Effects on melee hit: ") -- _t
+tDef(1336, "Damage (Melee): ") -- _t
+tDef(1342, "Effects on ranged hit: ") -- _t
+tDef(1346, "Damage (Ranged): ") -- _t
+tDef(1352, "Effects when hit in melee: ") -- _t
+tDef(1356, "Damage when hit (Melee): ") -- _t
+tDef(1386, "No left") -- log
+tDef(1387, "No right") -- log
+tDef(1452, "#YELLOW#On shield block:#LAST#") -- _t
+tDef(1459, "Changes stats: ") -- _t
+tDef(1463, "Changes resistances: ") -- _t
+tDef(1468, "Changes resistances cap: ") -- _t
+tDef(1473, "Reduce damage by fixed amount: ") -- _t
+tDef(1478, "Maximum wards: ") -- _t
+tDef(1483, "Changes resistances penetration: ") -- _t
+tDef(1488, "Changes damage: ") -- _t
+tDef(1493, "Damage against: ") -- _t
+tDef(1502, "Reduced damage from: ") -- _t
+tDef(1511, "Talent category bonus: ") -- _t
+tDef(1520, "Damage affinity(heal): ") -- _t
+tDef(1522, "all") -- _t
+tDef(1522, " %s") -- tformat
+tDef(1525, "Change telepathy range by : ") -- _t
+tDef(1551, "All") -- _t
+tDef(1568, "Grants telepathy: ") -- _t
+tDef(1596, "Talent master%s: ") -- tformat
+tDef(1596, "ies") -- _t
+tDef(1596, "y") -- _t
+tDef(1601, " / ") -- _t
+tDef(1634, "Talent%s cooldown:") -- tformat
+tDef(1639, "turn%s)") -- tformat
+tDef(1641, " turn%s)") -- tformat
+tDef(1644, " %s (%+d(-) turn%s)") -- tformat
+tDef(1668, "Talent%s granted: ") -- tformat
+tDef(1702, "Allows you to breathe in: ") -- _t
+tDef(1713, "Critical mult.: ") -- _t
+tDef(1714, "Reduces incoming crit damage: ") -- _t
+tDef(1715, "Reduces opponents crit chance: ") -- _t
+tDef(1717, "Trap disarming bonus: ") -- _t
+tDef(1718, "Stealth bonus: ") -- _t
+tDef(1719, "Maximum encumbrance: ") -- _t
+tDef(1721, "Physical save: ") -- _t
+tDef(1722, "Spell save: ") -- _t
+tDef(1723, "Mental save: ") -- _t
+tDef(1725, "Blindness immunity: ") -- _t
+tDef(1726, "Poison immunity: ") -- _t
+tDef(1727, "Disease immunity: ") -- _t
+tDef(1728, "Cut immunity: ") -- _t
+tDef(1730, "Silence immunity: ") -- _t
+tDef(1731, "Disarm immunity: ") -- _t
+tDef(1732, "Confusion immunity: ") -- _t
+tDef(1733, "Sleep immunity: ") -- _t
+tDef(1734, "Pinning immunity: ") -- _t
+tDef(1736, "Stun/Freeze immunity: ") -- _t
+tDef(1737, "Fear immunity: ") -- _t
+tDef(1738, "Knockback immunity: ") -- _t
+tDef(1739, "Instant-death immunity: ") -- _t
+tDef(1740, "Teleport immunity: ") -- _t
+tDef(1742, "Life regen: ") -- _t
+tDef(1743, "Stamina each turn: ") -- _t
+tDef(1744, "Mana each turn: ") -- _t
+tDef(1745, "Hate each turn: ") -- _t
+tDef(1746, "Psi each turn: ") -- _t
+tDef(1747, "Equilibrium each turn: ") -- _t
+tDef(1748, "Vim each turn: ") -- _t
+tDef(1749, "P.Energy each turn: ") -- _t
+tDef(1750, "N.Energy each turn: ") -- _t
+tDef(1752, "Stamina when hit: ") -- _t
+tDef(1753, "Mana when hit: ") -- _t
+tDef(1754, "Equilibrium when hit: ") -- _t
+tDef(1755, "Psi when hit: ") -- _t
+tDef(1756, "Hate when hit: ") -- _t
+tDef(1757, "Vim when hit: ") -- _t
+tDef(1759, "Vim when hitting in melee: ") -- _t
+tDef(1761, "Mana when firing critical spell: ") -- _t
+tDef(1762, "Vim when firing critical spell: ") -- _t
+tDef(1763, "Spellpower on spell critical (stacks up to 3 times): ") -- _t
+tDef(1765, "Hate when firing a critical mind attack: ") -- _t
+tDef(1766, "Psi when firing a critical mind attack: ") -- _t
+tDef(1767, "Equilibrium when firing a critical mind attack: ") -- _t
+tDef(1769, "Hate per kill: ") -- _t
+tDef(1770, "Psi per kill: ") -- _t
+tDef(1771, "Vim per kill: ") -- _t
+tDef(1773, "Only die when reaching: ") -- _t
+tDef(1773, "%+.2f life") -- _t
+tDef(1774, "Maximum life: ") -- _t
+tDef(1775, "Maximum mana: ") -- _t
+tDef(1776, "Maximum souls: ") -- _t
+tDef(1777, "Maximum stamina: ") -- _t
+tDef(1778, "Maximum hate: ") -- _t
+tDef(1779, "Maximum psi: ") -- _t
+tDef(1780, "Maximum vim: ") -- _t
+tDef(1781, "Maximum pos.energy: ") -- _t
+tDef(1782, "Maximum neg.energy: ") -- _t
+tDef(1783, "Maximum air capacity: ") -- _t
+tDef(1785, "Spellpower: ") -- _t
+tDef(1786, "Spell crit. chance: ") -- _t
+tDef(1787, "Lowers spell cool-downs by: ") -- _t
+tDef(1789, "%+d #LAST#(%+d eff.)") -- _t
+tDef(1789, "Mindpower: ") -- _t
+tDef(1790, "Mental crit. chance: ") -- _t
+tDef(1792, "Light radius: ") -- _t
+tDef(1793, "Infravision radius: ") -- _t
+tDef(1794, "Heightened senses radius: ") -- _t
+tDef(1795, "Sight radius: ") -- _t
+tDef(1797, "See stealth: ") -- _t
+tDef(1799, "See invisible: ") -- _t
+tDef(1800, "Invisibility: ") -- _t
+tDef(1802, "Global speed: ") -- _t
+tDef(1803, "Movement speed: ") -- _t
+tDef(1804, "Combat speed: ") -- _t
+tDef(1805, "Casting speed: ") -- _t
+tDef(1806, "Mental speed: ") -- _t
+tDef(1808, "Healing mod.: ") -- _t
+tDef(1809, "Heals friendly targets nearby when you use a nature summon: ") -- _t
+tDef(1811, "Life leech chance: ") -- _t
+tDef(1812, "Life leech: ") -- _t
+tDef(1814, "Resource leech chance: ") -- _t
+tDef(1815, "Resource leech: ") -- _t
+tDef(1817, "Damage Shield penetration: ") -- _t
+tDef(1819, "Deflect projectiles away: ") -- _t
+tDef(1820, "Chance to avoid attacks: ") -- _t
+tDef(1821, "Chance to avoid any damage: ") -- _t
+tDef(1823, "Defense after a teleport: ") -- _t
+tDef(1824, "Resist all after a teleport: ") -- _t
+tDef(1825, "New effects duration reduction after a teleport: ") -- _t
+tDef(1827, "Damage Resonance (when hit): ") -- _t
+tDef(1829, "Size category: ") -- _t
+tDef(1831, "Max wilder summons: ") -- _t
+tDef(1832, "Life regen bonus (wilder-summons): ") -- _t
+tDef(1834, "Damage Shield Duration: ") -- _t
+tDef(1835, "Damage Shield Power: ") -- _t
+tDef(1837, "Ice block penetration: ") -- _t
+tDef(1839, "Slows Projectiles: ") -- _t
+tDef(1841, "Bonus block near projectiles: ") -- _t
+tDef(1843, "Reduces paradox anomalies(equivalent to willpower): ") -- _t
+tDef(1845, "Damage Backlash: ") -- _t
+tDef(1847, "Reduce all damage from unseen attackers: ") -- _t
+tDef(1850, "The wearer is treated as an undead.") -- _t
+tDef(1854, "The wearer is treated as a demon.") -- _t
+tDef(1858, "The wearer is blinded.") -- _t
+tDef(1862, "The wearer is asleep.") -- _t
+tDef(1866, "This item allows the wearer to attack unseen targets without any penalties.") -- _t
+tDef(1866, "Blind-Fight: ") -- _t
+tDef(1870, "This item allows the wearer to act while sleeping.") -- _t
+tDef(1870, "Lucid Dreamer: ") -- _t
+tDef(1874, "The wearer no longer has to breathe.") -- _t
+tDef(1878, "Quick Weapon Swap:") -- _t
+tDef(1878, "This item allows the wearer to swap to their secondary weapon without spending a turn.") -- _t
+tDef(1882, "Avoid Pressure Traps: ") -- _t
+tDef(1882, "The wearer never triggers traps that require pressure.") -- _t
+tDef(1886, "Allows you to speak and read the old Sher'Tul language.") -- _t
+tDef(1904, "When used to modify unarmed attacks:") -- _t
+tDef(1908, "Learn an unarmed attack talent or enable 'Always show glove combat' to see combat stats.") -- _t
+tDef(1940, "When used to attack (with talents):") -- _t
+tDef(1943, "Learn shield attack talent or enable 'Always show shield combat' to see combat stats.") -- _t
+tDef(1956, "It is immune to teleportation, if you teleport it will fall on the ground.") -- _t
+tDef(1960, "When wielded/worn:") -- _t
+tDef(1963, "Skullcracker multiplicator: ") -- _t
+tDef(1968, "When carried:") -- _t
+tDef(1975, "Attach on item of type '#ORANGE#%s / %s#LAST#'") -- tformat
+tDef(1977, "Attach on item of type '#ORANGE#%s#LAST#'") -- tformat
+tDef(1980, "Attach on item worn on slot '#ORANGE#%s#LAST#'") -- tformat
+tDef(1983, "When attach to an other item:") -- _t
+tDef(2001, "Special effect on block: ") -- _t
+tDef(2006, "When used to imbue an object:") -- _t
+tDef(2017, "When used as an alchemist bomb:") -- _t
+tDef(2018, "Bomb damage +%d%%") -- tformat
+tDef(2019, "Bomb thrown range +%d") -- tformat
+tDef(2020, "Mana regain %d") -- tformat
+tDef(2021, "%d%% chance to daze for %d turns") -- tformat
+tDef(2022, "%d%% chance to stun for %d turns") -- tformat
+tDef(2027, "Additional %d %s damage") -- tformat
+tDef(2030, "Life regen %d%% of max life") -- tformat
+tDef(2037, "Latent Damage Type: ") -- _t
+tDef(2047, "When inscribed on your body:") -- _t
+tDef(2072, "Talent on hit(spell): %s (%d%% chance level %d).") -- tformat
+tDef(2092, "Talent on hit(nature): %s (%d%% chance level %d).") -- tformat
+tDef(2112, "Talent on hit(mindpower): %s (%d%% chance level %d).") -- tformat
+tDef(2120, "Activating this item is instant.") -- _t
+tDef(2147, "It can be used to %s, with %d charges out of %d.") -- tformat
+tDef(2149, "Talent %s") -- tformat
+tDef(2149, "all charms") -- _t
+tDef(2150, "It can be used to %s\
 \
 Activation puts %s on cooldown for %d turns.") -- tformat
-tDef(2148, "It can be used to %s\
+tDef(2152, "It can be used to %s\
 \
 Activation costs %d power out of %d/%d.") -- tformat
-tDef(2151, "It can be used to %s.") -- tformat
-tDef(2155, "%d out of %d/%d.") -- tformat
-tDef(2155, "Power cost: ") -- _t
-tDef(2157, "It can be used to activate talent %s, placing all other charms into a %s cooldown :") -- tformat
-tDef(2159, "It can be used to activate talent %s (costing %s power out of %s/%s) :") -- tformat
-tDef(2166, "When used:") -- _t
-tDef(2171, "%s%% chance to %s") -- tformat
-tDef(2187, "Newly picked up") -- _t
-tDef(2190, "This item will automatically be transmogrified when you leave the level.") -- _t
-tDef(2205, "Powered by #VIOLET#arcane forces#LAST#") -- _t
-tDef(2206, "Infused by #OLIVE_DRAB#nature#LAST#") -- _t
-tDef(2207, "Infused by #ORCHID#arcane disrupting forces#LAST#") -- _t
-tDef(2208, "Crafted by #LIGHT_UMBER#a master#LAST#") -- _t
-tDef(2209, "Infused by #YELLOW#psionic forces#LAST#") -- _t
-tDef(2210, "Powered by #CRIMSON#unknown forces#LAST#") -- _t
-tDef(2215, "%0.2f Encumbrance.") -- tformat
-tDef(2238, "This object's appearance was changed to %s") -- tformat
-tDef(2240, ".") -- _t
-tDef(2243, "Press <control> to compare") -- _t
+tDef(2155, "It can be used to %s.") -- tformat
+tDef(2159, "%d out of %d/%d.") -- tformat
+tDef(2159, "Power cost: ") -- _t
+tDef(2161, "It can be used to activate talent %s, placing all other charms into a %s cooldown :") -- tformat
+tDef(2163, "It can be used to activate talent %s (costing %s power out of %s/%s) :") -- tformat
+tDef(2170, "When used:") -- _t
+tDef(2175, "%s%% chance to %s") -- tformat
+tDef(2191, "Newly picked up") -- _t
+tDef(2194, "This item will automatically be transmogrified when you leave the level.") -- _t
+tDef(2211, "Powered by #VIOLET#arcane forces#LAST#\
+") -- _t
+tDef(2212, "Infused by #OLIVE_DRAB#nature#LAST#\
+") -- _t
+tDef(2213, "Infused by #ORCHID#arcane disrupting forces#LAST#\
+") -- _t
+tDef(2214, "Crafted by #LIGHT_UMBER#a master#LAST#\
+") -- _t
+tDef(2215, "Infused by #YELLOW#psionic forces#LAST#\
+") -- _t
+tDef(2216, "Powered by #CRIMSON#unknown forces#LAST#\
+") -- _t
+tDef(2222, "%0.2f Encumbrance.") -- tformat
+tDef(2246, "This object's appearance was changed to %s") -- tformat
+tDef(2248, ".") -- _t
+tDef(2251, "Press <control> to compare") -- _t
 
 
 ------------------------------------------------
@@ -2425,6 +2508,7 @@ tDef(317, "#FF0000#Drop some of your items.") -- logPlayer
 tDef(368, "#PINK#Your summoned %s disappears.") -- logPlayer
 tDef(418, "") -- log
 tDef(754, "taken damage") -- _t
+tDef(758, "LOW HEALTH!") -- _t
 tDef(778, "detrimental status effect") -- _t
 tDef(795, "died") -- _t
 tDef(807, "suffocating") -- _t
@@ -2432,9 +2516,9 @@ tDef(815, "chat started") -- _t
 tDef(829, "%s available") -- tformat
 tDef(830, "#00ff00#%sTalent %s is ready to use.") -- log
 tDef(935, "Automatic use of talent %s #DARK_RED#skipped#LAST#: cooldown too low (%d).") -- logPlayer
-tDef(1002, "dialog is displayed") -- _t
 tDef(1037, "losing health!") -- _t
 tDef(1133, "all resources and life at maximum") -- _t
+tDef(1166, "dialog is displayed") -- _t
 tDef(1172, "hostile spotted to the %s (%s%s)") -- tformat
 tDef(1175, "talent prevented") -- _t
 tDef(1177, "losing breath!") -- _t
@@ -2454,8 +2538,8 @@ tDef(1409, "Your antimagic disrupts %s.") -- logPlayer
 tDef(1424, "You have no more %s.") -- log
 tDef(1426, "You have %s.") -- log
 tDef(1441, "Use object") -- _t
-tDef(1545, "You can not use the Orb with foes watching (#Target# to the %s%s)") -- logCombat
 tDef(1545, " - offscreen") -- _t
+tDef(1545, "You can not use the Orb with foes watching (#Target# to the %s%s)") -- logCombat
 tDef(1590, "This does not seem to have any effect.") -- logPlayer
 tDef(1600, "You use the %s on the pedestal. There is a distant 'clonk' sound.") -- logPlayer
 tDef(1623, "#LIGHT_RED#%s briefly catches sight of you!") -- logPlayer
@@ -2520,23 +2604,25 @@ tDef(147, "#YELLOW# Disarm: %d#WHITE#") -- tformat
 tDef(208, "You set off the trap!") -- _t
 tDef(214, "You successfully dismantled the trap.") -- _t
 tDef(218, "You were interrupted.") -- _t
+tDef(226, "dismantled") -- _t
+tDef(226, "Dismantling") -- _t
 tDef(231, "Your level of skill was not enough to understand the workings of this trap.") -- _t
 tDef(233, "You quit dismantling the trap.") -- _t
-tDef(239, "Failure") -- _t
-tDef(239, "#LIGHT_BLUE#%s: %s#LAST#") -- logPlayer
 tDef(239, "Success") -- _t
+tDef(239, "#LIGHT_BLUE#%s: %s#LAST#") -- logPlayer
+tDef(239, "Failure") -- _t
 tDef(250, "Disarming a trap: %s") -- tformat
-tDef(261, "Dismantle Carefully") -- _t
 tDef(261, "Disarm Normally") -- _t
+tDef(261, "Dismantle Carefully") -- _t
 tDef(272, "ignore") -- _t
 tDef(274, "simply ignore") -- _t
 tDef(276, "carefully avoid") -- _t
 tDef(278, "somehow avoid") -- _t
 tDef(280, "dodge") -- _t
 tDef(288, "#CADET_BLUE#You %s a trap (%s).") -- log
+tDef(290, "#CADET_BLUE#%s %ss %s.") -- logSeen
 tDef(290, "something on the floor") -- _t
 tDef(290, "a trap (%s)") -- tformat
-tDef(290, "#CADET_BLUE#%s %ss %s.") -- logSeen
 tDef(303, "trap") -- _t
 
 
@@ -2546,13 +2632,14 @@ section "game/modules/tome/class/UserChatExtension.lua"
 tDef(78, "#ANTIQUE_WHITE#has linked an item: #WHITE# %s") -- tformat
 tDef(80, "#ANTIQUE_WHITE#has linked a creature: #WHITE# %s") -- tformat
 tDef(82, "#ANTIQUE_WHITE#has linked a talent: #WHITE# %s") -- tformat
-tDef(84, "#CRIMSON#%s#WHITE#%s") -- tformat
+tDef(84, "#CRIMSON#%s#WHITE#") -- tformat
 tDef(93, "SHAKING") -- log
 
 
 ------------------------------------------------
 section "game/modules/tome/class/World.lua"
 
+tDef(44, "%s the %s %s level %s") -- tformat
 tDef(117, "#LIGHT_BLUE#New shimmer option unlocked: #{italic}#%s#{normal}#") -- log
 
 
@@ -2600,6 +2687,7 @@ tDef(476, "Congratulations!") -- _t
 tDef(482, "%s the %s") -- tformat
 tDef(482, "%s the Master of Arena") -- tformat
 tDef(483, "#LIGHT_RED#WARNING! %s, the master of the arena, appears!!!") -- log
+tDef(529, "OVERKILL") -- _t
 tDef(530, "#LIGHT_GREEN#Your powerful attack completely obliterates #WHITE#%s#LIGHT_GREEN#!") -- log
 tDef(535, "#LIGHT_GREEN#You destroy #WHITE#%s#LIGHT_GREEN# in a single blow!") -- log
 tDef(543, "#LIGHT_GREEN#Your score multiplier increases by #WHITE#%d#LIGHT_GREEN#!") -- log
@@ -2645,6 +2733,7 @@ tDef(155, "Your %s is depleted!") -- logPlayer
 ------------------------------------------------
 section "game/modules/tome/class/interface/ActorObjectUse.lua"
 
+tDef(135, "Activate an object") -- _t
 tDef(137, "Activate: %s") -- tformat
 tDef(213, "%s activates %s %s!") -- logSeen
 tDef(217, "%s") -- logSeen
@@ -2666,6 +2755,7 @@ tDef(134, "#ORCHID#Your %s CANNOT SHOOT (Resource: %s%s#LAST#).") -- logPlayer
 tDef(171, "#ORCHID#Target out of range.  Hold <ctrl> to force all weapons to fire at targets out of ranges (%d - %d).") -- logPlayer
 tDef(173, "#ORCHID#Target out of range.  Hold <ctrl> to force your weapon to fire at targets beyond its range (%d).") -- logPlayer
 tDef(239, "#ORCHID#You COULD NOT SHOOT your %s (Resource: %s%s#LAST#).") -- logPlayer
+tDef(330, "%s(%d parried#LAST#)") -- tformat
 tDef(399, "#{bold}##Source# performs a ranged critical strike against #Target#!#{normal}#") -- logCombat
 tDef(450, "#Source# misses #target#.") -- logCombat
 tDef(613, "The shattering blow creates a shockwave!") -- logSeen
@@ -2684,6 +2774,7 @@ tDef(477, "#ORCHID#%s parries the attack with %s dual weapons!#LAST#") -- logSee
 tDef(489, "#ORCHID#%s instinctively hardens %s skin and ignores the attack!#LAST#") -- logSeen
 tDef(495, "#Target# repels an attack from #Source#.") -- logCombat
 tDef(498, "#Target# evades #Source#.") -- logCombat
+tDef(519, "%s(%d parried#LAST#)") -- tformat
 tDef(577, "#{bold}##Source# performs a melee critical strike against #Target#!#{normal}#") -- logCombat
 tDef(628, "#Source# misses #Target#.") -- logCombat
 tDef(794, "The shattering blow creates a shockwave!") -- logSeen
@@ -3193,37 +3284,48 @@ The use of spells or arcane-powered equipment is impossible.\
 ------------------------------------------------
 section "game/modules/tome/class/interface/WorldAchievements.lua"
 
-tDef(59, "%s (Roguelike)") -- tformat
-tDef(68, "%s (Exploration mode)") -- tformat
-tDef(80, "%s (Nightmare (Adventure) difficulty)") -- tformat
-tDef(89, "%s (Nightmare (Roguelike) difficulty)") -- tformat
-tDef(99, "%s (Insane (Adventure) difficulty)") -- tformat
-tDef(108, "%s (Insane (Roguelike) difficulty)") -- tformat
-tDef(118, "%s (Madness (Adventure) difficulty)") -- tformat
-tDef(127, "%s (Madness (Roguelike) difficulty)") -- tformat
+tDef(48, "Maj'Eyal") -- _t
+tDef(60, "%s (Roguelike)") -- tformat
+tDef(69, "%s (Exploration mode)") -- tformat
+tDef(81, "%s (Nightmare (Adventure) difficulty)") -- tformat
+tDef(90, "%s (Nightmare (Roguelike) difficulty)") -- tformat
+tDef(100, "%s (Insane (Adventure) difficulty)") -- tformat
+tDef(109, "%s (Insane (Roguelike) difficulty)") -- tformat
+tDef(119, "%s (Madness (Adventure) difficulty)") -- tformat
+tDef(128, "%s (Madness (Roguelike) difficulty)") -- tformat
 
 
 ------------------------------------------------
 section "game/modules/tome/class/uiset/Classic.lua"
 
-tDef(262, "Displaying talents (#{bold}##GOLD#%s#LAST##{normal}#)\
+tDef(254, "Displaying talents (#{bold}##GOLD#%s#LAST##{normal}#)\
 Toggle for creature display") -- tformat
-tDef(264, "Displaying creatures (#{bold}##GOLD#%s#LAST##{normal}#)\
+tDef(256, "Displaying creatures (#{bold}##GOLD#%s#LAST##{normal}#)\
 Toggle for talent display#") -- tformat
-tDef(271, "#{bold}##GOLD#I#LAST##{normal}#nventory") -- _t
-tDef(273, "Inventory (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
-tDef(280, "#{bold}##GOLD#C#LAST##{normal}#haracter Sheet") -- _t
-tDef(282, "Character Sheet (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
-tDef(288, "Main menu (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
-tDef(293, "Show message/chat log (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
-tDef(299, "Movement: #LIGHT_GREEN#Default#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)\
+tDef(263, "#{bold}##GOLD#I#LAST##{normal}#nventory") -- _t
+tDef(265, "Inventory (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
+tDef(272, "#{bold}##GOLD#C#LAST##{normal}#haracter Sheet") -- _t
+tDef(274, "Character Sheet (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
+tDef(280, "Main menu (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
+tDef(285, "Show message/chat log (#{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
+tDef(291, "Movement: #LIGHT_GREEN#Default#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)\
 Toggle for passive mode") -- tformat
-tDef(301, "Movement: #LIGHT_RED#Passive#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)\
+tDef(293, "Movement: #LIGHT_RED#Passive#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)\
 Toggle for default mode") -- tformat
-tDef(312, "Cosmetics & Events shop (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
-tDef(372, "Right click to configure") -- _t
-tDef(372, "Left click to use") -- _t
-tDef(372, "Press 'm' to setup") -- _t
+tDef(304, "Cosmetics & Events shop (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)") -- tformat
+tDef(364, "Right click to configure") -- _t
+tDef(364, "Press 'm' to setup") -- _t
+tDef(364, "Left click to use") -- _t
+tDef(373, "Remove this object from your hotkeys?") -- _t
+tDef(373, "Unbind %s") -- tformat
+tDef(410, "Developer") -- _t
+tDef(411, "Moderator / Helper") -- _t
+tDef(412, "Donator") -- _t
+tDef(413, "Recurring Donator") -- _t
+tDef(416, "Playing: ") -- _t
+tDef(417, "Game: ") -- _t
+tDef(421, "Linked by: ") -- _t
+tDef(427, "Show chat user") -- _t
 
 
 ------------------------------------------------
@@ -3304,9 +3406,9 @@ tDef(316, "Hotkeys") -- _t
 tDef(317, "Game Actions") -- _t
 tDef(352, "#CRIMSON#Interface locked, mouse enabled on the map") -- _t
 tDef(354, "#CRIMSON#Interface unlocked, mouse disabled on the map") -- _t
+tDef(360, "Reset UI") -- _t
 tDef(360, "Reset all the interface?") -- _t
 tDef(360, "Reset interface positions") -- _t
-tDef(360, "Reset UI") -- _t
 tDef(581, "%s\
 ---\
 Left mouse drag&drop to move the frame\
@@ -3335,6 +3437,12 @@ tDef(1153, "#{bold}##GOLD#%s\
 tDef(1155, "\
 ---\
 Right click to cancel early.") -- _t
+tDef(1415, "#GOLD##{bold}#%s\
+#WHITE##{normal}#Life: %d%%\
+Level: %d\
+%s") -- tformat
+tDef(1417, "\
+Turns remaining: %s") -- tformat
 tDef(1591, "Toggle for movement mode.\
 Default: when trying to move onto a creature it will attack if hostile.\
 Passive: when trying to move onto a creature it will not attack (use ctrl+direction, or right click to attack manually)") -- _t
@@ -3344,15 +3452,18 @@ tDef(1603, "Show available cosmetic & fun microtransation") -- _t
 tDef(1649, "Left mouse to move\
 Right mouse to scroll\
 Middle mouse to show full map") -- _t
-tDef(1810, "Press 'm' to setup") -- _t
 tDef(1810, "Left click to use") -- _t
+tDef(1810, "Press 'm' to setup") -- _t
 tDef(1810, "Right click to configure") -- _t
+tDef(1819, "Unbind %s") -- tformat
+tDef(1819, "Remove this object from your hotkeys?") -- _t
 tDef(1858, "Left mouse to show inventory\
 Right mouse to show ingredients") -- _t
 tDef(1872, "Left mouse to show known talents") -- _t
 tDef(1885, "Left mouse to show message/chat log.") -- _t
 tDef(1898, "Left mouse to show quest log.\
 Right mouse to show all known lore.") -- _t
+tDef(1900, "Tales of Maj'Eyal Lore") -- _t
 tDef(1912, "Left mouse to show main menu") -- _t
 tDef(1926, "Lock all interface elements so they can not be moved nor resized.") -- _t
 tDef(1926, "Unlock all interface elements so they can be moved and resized.") -- _t
@@ -3866,6 +3977,8 @@ tDef(65, "Their most important stats are: Magic and Constitution") -- _t
 tDef(67, "#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +3 Constitution") -- _t
 tDef(68, "#LIGHT_BLUE# * +5 Magic, +1 Willpower, +0 Cunning") -- _t
 tDef(69, "#GOLD#Life per level:#LIGHT_BLUE# -1") -- _t
+tDef(132, "Golem") -- birth facial category
+tDef(134, "Golem becomes a Drolem") -- _t
 tDef(141, "Archmage") -- birth descriptor name
 tDef(143, "Hated, harrowed, hunted, hidden... Our ways are forbidden, but our cause is just. In our veiled valley we find solace from the world's wrath, free to study our arts. Only through charity and friendship can you earn our trust.") -- _t
 tDef(145, "An Archmage devotes his whole life to the study of magic above anything else.") -- _t
@@ -4137,6 +4250,36 @@ tDef(52, "#LIGHT_BLUE# * +3 Strength, -2 Dexterity, +3 Constitution") -- _t
 tDef(53, "#LIGHT_BLUE# * +2 Magic, +2 Willpower, -5 Cunning") -- _t
 tDef(54, "#GOLD#Life per level:#LIGHT_BLUE# 13") -- _t
 tDef(55, "#GOLD#Experience penalty:#LIGHT_BLUE# 25%") -- _t
+tDef(114, "Skin") -- birth facial category
+tDef(114, "Tatoos") -- birth facial category
+tDef(114, "Hairs") -- birth facial category
+tDef(114, "Special") -- birth facial category
+tDef(114, "Facial features") -- birth facial category
+tDef(116, "Skin Color 1") -- _t
+tDef(117, "Skin Color 2") -- _t
+tDef(118, "Skin Color 3") -- _t
+tDef(119, "Skin Color 4") -- _t
+tDef(120, "Skin Color 5") -- _t
+tDef(123, "Face 1") -- _t
+tDef(124, "Face 2") -- _t
+tDef(125, "Face 3") -- _t
+tDef(128, "Mustache 1") -- _t
+tDef(129, "Mustache 2") -- _t
+tDef(130, "Mustache 3") -- _t
+tDef(131, "Mustache 4") -- _t
+tDef(132, "Mustache 5") -- _t
+tDef(133, "Mustache 6") -- _t
+tDef(134, "Mustache 7") -- _t
+tDef(135, "Mustache 8") -- _t
+tDef(136, "Mustache 9") -- _t
+tDef(139, "Tatoos 1") -- _t
+tDef(140, "Tatoos 2") -- _t
+tDef(141, "Tatoos 3") -- _t
+tDef(142, "Tatoos 4") -- _t
+tDef(143, "Tatoos 5") -- _t
+tDef(144, "Tatoos 6") -- _t
+tDef(145, "Tatoos 7") -- _t
+tDef(148, "Bikini / Mankini") -- _t
 
 
 ------------------------------------------------
@@ -4152,6 +4295,92 @@ tDef(65, "#LIGHT_BLUE# * +4 Strength, -2 Dexterity, +3 Constitution") -- _t
 tDef(66, "#LIGHT_BLUE# * -2 Magic, +3 Willpower, +0 Cunning") -- _t
 tDef(67, "#GOLD#Life per level:#LIGHT_BLUE# 14") -- _t
 tDef(68, "#GOLD#Experience penalty:#LIGHT_BLUE# 0%") -- _t
+tDef(87, "Hairs") -- birth facial category
+tDef(87, "Facial features") -- birth facial category
+tDef(87, "Skin") -- birth facial category
+tDef(87, "Special") -- birth facial category
+tDef(89, "Skin Color 1") -- _t
+tDef(90, "Skin Color 2") -- _t
+tDef(91, "Skin Color 3") -- _t
+tDef(92, "Skin Color 4") -- _t
+tDef(93, "Skin Color 5") -- _t
+tDef(94, "Skin Color 6") -- _t
+tDef(95, "Skin Color 7") -- _t
+tDef(96, "Skin Color 8") -- _t
+tDef(97, "Skin Color 9") -- _t
+tDef(100, "Dark Hair 1") -- _t
+tDef(101, "Dark Hair 2") -- _t
+tDef(102, "Dark Hair 3") -- _t
+tDef(103, "Dark Hair 4") -- _t
+tDef(104, "Dark Hair 5") -- _t
+tDef(105, "Dark Hair 6") -- _t
+tDef(106, "Dark Hair 7") -- _t
+tDef(107, "Dark Hair 8") -- _t
+tDef(108, "Dark Hair 9") -- _t
+tDef(109, "Dark Hair 10") -- _t
+tDef(110, "Blond Hair 1") -- _t
+tDef(111, "Blond Hair 2") -- _t
+tDef(112, "Blond Hair 3") -- _t
+tDef(113, "Blond Hair 4") -- _t
+tDef(114, "Blond Hair 5") -- _t
+tDef(115, "Blond Hair 6") -- _t
+tDef(116, "Blond Hair 7") -- _t
+tDef(117, "Blond Hair 8") -- _t
+tDef(118, "Blond Hair 9") -- _t
+tDef(119, "Blond Hair 10") -- _t
+tDef(120, "Redhead Hair 1") -- _t
+tDef(121, "Redhead Hair 2") -- _t
+tDef(122, "Redhead Hair 3") -- _t
+tDef(123, "Redhead Hair 4") -- _t
+tDef(124, "Redhead Hair 5") -- _t
+tDef(125, "Redhead Hair 6") -- _t
+tDef(126, "Redhead Hair 7") -- _t
+tDef(127, "Redhead Hair 8") -- _t
+tDef(128, "Redhead Hair 9") -- _t
+tDef(129, "Redhead Hair 10") -- _t
+tDef(132, "Dark Beard 1") -- _t
+tDef(133, "Dark Beard 2") -- _t
+tDef(134, "Dark Beard 3") -- _t
+tDef(135, "Dark Beard 4") -- _t
+tDef(136, "Dark Beard 5") -- _t
+tDef(137, "Blond Beard 1") -- _t
+tDef(138, "Blond Beard 2") -- _t
+tDef(139, "Blond Beard 3") -- _t
+tDef(140, "Blond Beard 4") -- _t
+tDef(141, "Blond Beard 5") -- _t
+tDef(142, "Redhead Beard 1") -- _t
+tDef(143, "Redhead Beard 2") -- _t
+tDef(144, "Redhead Beard 3") -- _t
+tDef(145, "Redhead Beard 4") -- _t
+tDef(146, "Redhead Beard 5") -- _t
+tDef(147, "Dark Mustache 1") -- _t
+tDef(148, "Dark Mustache 2") -- _t
+tDef(149, "Dark Mustache 3") -- _t
+tDef(150, "Dark Mustache 4") -- _t
+tDef(151, "Blond Mustache 1") -- _t
+tDef(152, "Blond Mustache 2") -- _t
+tDef(153, "Blond Mustache 3") -- _t
+tDef(154, "Blond Mustache 4") -- _t
+tDef(155, "Redhead Mustache 1") -- _t
+tDef(156, "Redhead Mustache 2") -- _t
+tDef(157, "Redhead Mustache 3") -- _t
+tDef(158, "Redhead Mustache 4") -- _t
+tDef(159, "Dark Beard") -- _t
+tDef(160, "Blond Beard") -- _t
+tDef(161, "Redhead Beard") -- _t
+tDef(162, "Dark Donut") -- _t
+tDef(163, "Blond Donut") -- _t
+tDef(164, "Redhead Donut") -- _t
+tDef(165, "Dark Flip") -- _t
+tDef(166, "Blond Flip") -- _t
+tDef(167, "Redhead Flip") -- _t
+tDef(168, "Dark Mustache") -- _t
+tDef(169, "Blond Mustache") -- _t
+tDef(170, "Redhead Mustache") -- _t
+tDef(171, "Dark Sideburns") -- _t
+tDef(172, "Blond Sideburns") -- _t
+tDef(173, "Redhead Sideburns") -- _t
+tDef(176, "Bikini / Mankini") -- _t
 
 
 ------------------------------------------------
@@ -4162,6 +4391,32 @@ tDef(26, "The elven races are usually named as a whole 'elves', but this is inco
 tDef(27, "Elves are split into three separate races - albeit related - of which only two remain in the current age.") -- _t
 tDef(28, "Elves usually live about one thousand years, except for the Shaloren who magically sustain themselves forever.") -- _t
 tDef(29, "Their view of the world varies wildly across the different elven races.") -- _t
+tDef(56, "Hairs") -- birth facial category
+tDef(56, "Skin") -- birth facial category
+tDef(56, "Special") -- birth facial category
+tDef(58, "Skin Color 1") -- _t
+tDef(59, "Skin Color 2") -- _t
+tDef(60, "Skin Color 3") -- _t
+tDef(61, "Skin Color 4") -- _t
+tDef(62, "Skin Color 5") -- _t
+tDef(63, "Skin Color 6") -- _t
+tDef(64, "Skin Color 7") -- _t
+tDef(65, "Skin Color 8") -- _t
+tDef(66, "Skin Color 9") -- _t
+tDef(70, "Dark Hair 2") -- _t
+tDef(71, "Dark Hair 3") -- _t
+tDef(72, "Dark Hair 4") -- _t
+tDef(73, "Dark Hair 5") -- _t
+tDef(75, "Blond Hair 2") -- _t
+tDef(76, "Blond Hair 3") -- _t
+tDef(77, "Blond Hair 4") -- _t
+tDef(78, "Blond Hair 5") -- _t
+tDef(79, "Redhead Hair 1") -- _t
+tDef(80, "Redhead Hair 2") -- _t
+tDef(81, "Redhead Hair 3") -- _t
+tDef(82, "Redhead Hair 4") -- _t
+tDef(83, "Redhead Hair 5") -- _t
+tDef(86, "Bikini / Mankini") -- _t
 tDef(100, "Shalore") -- birth descriptor name
 tDef(102, "Shaloren elves have close ties with the magic of the world, and produced in the past many great mages.") -- _t
 tDef(103, "Yet they remain quiet and try to hide their magic from the world, for they remember too well the Spellblaze - and the Spellhunt that followed.") -- _t
@@ -4170,6 +4425,7 @@ tDef(106, "#LIGHT_BLUE# * -2 Strength, +1 Dexterity, +0 Constitution") -- _t
 tDef(107, "#LIGHT_BLUE# * +2 Magic, +3 Willpower, +1 Cunning") -- _t
 tDef(108, "#GOLD#Life per level:#LIGHT_BLUE# 9") -- _t
 tDef(109, "#GOLD#Experience penalty:#LIGHT_BLUE# 12%") -- _t
+tDef(115, "Blond Hair 1") -- _t
 tDef(138, "Thalore") -- birth descriptor name
 tDef(140, "Thaloren elves have spent most of the ages hidden within their forests, seldom leaving them.") -- _t
 tDef(141, "The ages of the world passed by and yet they remained unchanged.") -- _t
@@ -4180,6 +4436,7 @@ tDef(145, "#LIGHT_BLUE# * +2 Strength, +3 Dexterity, +1 Constitution") -- _t
 tDef(146, "#LIGHT_BLUE# * -2 Magic, +1 Willpower, +0 Cunning") -- _t
 tDef(147, "#GOLD#Life per level:#LIGHT_BLUE# 11") -- _t
 tDef(148, "#GOLD#Experience penalty:#LIGHT_BLUE# 0%") -- _t
+tDef(153, "Dark Hair 1") -- _t
 
 
 ------------------------------------------------
@@ -4204,12 +4461,88 @@ tDef(63, "#LIGHT_BLUE# * +3 Strength, -1 Dexterity, +0 Constitution") -- _t
 tDef(64, "#LIGHT_BLUE# * +2 Magic, -2 Willpower, +2 Cunning") -- _t
 tDef(65, "#GOLD#Life per level:#LIGHT_BLUE# 13") -- _t
 tDef(66, "#GOLD#Experience penalty:#LIGHT_BLUE# 15%") -- _t
+tDef(92, "Hairs") -- birth facial category
+tDef(92, "Special") -- birth facial category
+tDef(92, "Facial features") -- birth facial category
+tDef(92, "Skin") -- birth facial category
+tDef(92, "Tatoos") -- birth facial category
+tDef(94, "Skin Color 1") -- _t
+tDef(95, "Skin Color 2") -- _t
+tDef(96, "Skin Color 3") -- _t
+tDef(97, "Skin Color 4") -- _t
+tDef(98, "Skin Color 5") -- _t
+tDef(99, "Skin Color 6") -- _t
+tDef(100, "Skin Color 7") -- _t
+tDef(101, "Skin Color 8") -- _t
+tDef(102, "Skin Color 9") -- _t
+tDef(105, "Dark Hair 1") -- _t
+tDef(106, "Dark Hair 2") -- _t
+tDef(107, "Dark Hair 3") -- _t
+tDef(108, "Dark Hair 4") -- _t
+tDef(109, "Dark Hair 5") -- _t
+tDef(110, "Dark Hair 6") -- _t
+tDef(111, "Dark Hair 7") -- _t
+tDef(112, "Dark Hair 8") -- _t
+tDef(113, "Dark Hair 9") -- _t
+tDef(114, "Blond Hair 1") -- _t
+tDef(115, "Blond Hair 2") -- _t
+tDef(116, "Blond Hair 3") -- _t
+tDef(117, "Blond Hair 4") -- _t
+tDef(118, "Blond Hair 5") -- _t
+tDef(119, "Blond Hair 6") -- _t
+tDef(120, "Blond Hair 7") -- _t
+tDef(121, "Blond Hair 8") -- _t
+tDef(122, "Blond Hair 9") -- _t
+tDef(123, "Redhead Hair 1") -- _t
+tDef(124, "Redhead Hair 2") -- _t
+tDef(125, "Redhead Hair 3") -- _t
+tDef(126, "Redhead Hair 4") -- _t
+tDef(127, "Redhead Hair 5") -- _t
+tDef(128, "Redhead Hair 6") -- _t
+tDef(129, "Redhead Hair 7") -- _t
+tDef(130, "Redhead Hair 8") -- _t
+tDef(131, "Redhead Hair 9") -- _t
+tDef(134, "Facial Infusions 1") -- _t
+tDef(135, "Facial Infusions 2") -- _t
+tDef(136, "Facial Runes 1") -- _t
+tDef(137, "Facial Runes 2") -- _t
+tDef(138, "Facial Runes 3") -- _t
+tDef(139, "Facial Runes 4") -- _t
+tDef(142, "Body Tatoos 1") -- _t
+tDef(143, "Body Tatoos 2") -- _t
+tDef(144, "Body Tatoos 3") -- _t
+tDef(145, "Body Tatoos 4") -- _t
+tDef(146, "Body Tatoos 5") -- _t
+tDef(147, "Body Tatoos 6") -- _t
+tDef(148, "Body Tatoos 7") -- _t
+tDef(149, "Body Tatoos 8") -- _t
+tDef(152, "Bikini / Mankini") -- _t
 
 
 ------------------------------------------------
 section "game/modules/tome/data/birth/races/halfling.lua"
 
 tDef(29, "Halflings are agile, lucky, and resilient but lacking in strength.") -- _t
+tDef(59, "Special") -- birth facial category
+tDef(59, "Hairs") -- birth facial category
+tDef(59, "Skin") -- birth facial category
+tDef(61, "Skin Color 1") -- _t
+tDef(62, "Skin Color 2") -- _t
+tDef(63, "Skin Color 3") -- _t
+tDef(64, "Skin Color 4") -- _t
+tDef(65, "Skin Color 5") -- _t
+tDef(66, "Skin Color 6") -- _t
+tDef(70, "Blond Hair 2") -- _t
+tDef(71, "Blond Hair 3") -- _t
+tDef(72, "Blond Hair 4") -- _t
+tDef(74, "Dark Hair 2") -- _t
+tDef(75, "Dark Hair 3") -- _t
+tDef(76, "Dark Hair 4") -- _t
+tDef(77, "Redhead 1") -- _t
+tDef(78, "Redhead 2") -- _t
+tDef(79, "Redhead 3") -- _t
+tDef(80, "Redhead 4") -- _t
+tDef(83, "Bikini / Mankini") -- _t
 tDef(97, "Halfling") -- birth descriptor name
 tDef(99, "Halflings are a race of very short stature, rarely exceeding four feet in height.") -- _t
 tDef(100, "They are like humans in that they can do just about anything they set their minds to, yet they excel at ordering and studying things.") -- _t
@@ -4221,6 +4554,8 @@ tDef(105, "#LIGHT_BLUE# * +0 Magic, +0 Willpower, +3 Cunning") -- _t
 tDef(106, "#LIGHT_BLUE# * +5 Luck") -- _t
 tDef(107, "#GOLD#Life per level:#LIGHT_BLUE# 12") -- _t
 tDef(108, "#GOLD#Experience penalty:#LIGHT_BLUE# 10%") -- _t
+tDef(116, "Blond Hair 1") -- _t
+tDef(116, "Dark Hair 1") -- _t
 
 
 ------------------------------------------------
@@ -4231,6 +4566,56 @@ tDef(26, "The Humans are one of the main races on Maj'Eyal, along with the Halfl
 tDef(27, "Humans of these Allied Kingdoms have known peace for over a century now.") -- _t
 tDef(28, "Humans are split into two categories: the Highers, and the rest. Highers have latent magic in their blood which gives them higher attributes and senses along with a longer life.") -- _t
 tDef(29, "The rest of Humanity is gifted with quick learning and mastery. They can do and become anything they desire.") -- _t
+tDef(60, "Skin") -- birth facial category
+tDef(60, "Special") -- birth facial category
+tDef(60, "Hairs") -- birth facial category
+tDef(60, "Facial features") -- birth facial category
+tDef(62, "Skin Color 1") -- _t
+tDef(63, "Skin Color 2") -- _t
+tDef(64, "Skin Color 3") -- _t
+tDef(65, "Skin Color 4") -- _t
+tDef(66, "Skin Color 5") -- _t
+tDef(67, "Skin Color 6") -- _t
+tDef(68, "Skin Color 7") -- _t
+tDef(69, "Skin Color 8") -- _t
+tDef(73, "Dark Hair 2") -- _t
+tDef(74, "Dark Hair 3") -- _t
+tDef(75, "Dark Hair 4") -- _t
+tDef(76, "Dark Hair 5") -- _t
+tDef(77, "Dark Hair 6") -- _t
+tDef(79, "Blond Hair 2") -- _t
+tDef(80, "Blond Hair 3") -- _t
+tDef(81, "Blond Hair 4") -- _t
+tDef(82, "Blond Hair 5") -- _t
+tDef(83, "Blond Hair 6") -- _t
+tDef(84, "Redhead 1") -- _t
+tDef(85, "Redhead 2") -- _t
+tDef(86, "Redhead 3") -- _t
+tDef(87, "Redhead 4") -- _t
+tDef(88, "Redhead 5") -- _t
+tDef(89, "Redhead 6") -- _t
+tDef(92, "Dark Beard 1") -- _t
+tDef(93, "Dark Beard 2") -- _t
+tDef(94, "Dark Beard 3") -- _t
+tDef(95, "Dark Beard 4") -- _t
+tDef(96, "Dark Beard 5") -- _t
+tDef(97, "Blonde Beard 1") -- _t
+tDef(98, "Blonde Beard 2") -- _t
+tDef(99, "Blonde Beard 3") -- _t
+tDef(100, "Blonde Beard 4") -- _t
+tDef(101, "Blonde Beard 5") -- _t
+tDef(102, "Redhead Beard 1") -- _t
+tDef(103, "Redhead Beard 2") -- _t
+tDef(104, "Redhead Beard 3") -- _t
+tDef(105, "Redhead Beard 4") -- _t
+tDef(106, "Redhead Beard 5") -- _t
+tDef(107, "Dark Mustache 1") -- _t
+tDef(108, "Dark Mustache 2") -- _t
+tDef(109, "Blond Mustache 1") -- _t
+tDef(110, "Blond Mustache 2") -- _t
+tDef(111, "Redhead Mustache 1") -- _t
+tDef(112, "Redhead Mustache 2") -- _t
+tDef(115, "Bikini / Mankini") -- _t
 tDef(129, "Higher") -- birth descriptor name
 tDef(131, "Highers are a special branch of Humans that have been imbued with latent magic since the Age of Allure.") -- _t
 tDef(132, "They usually do not breed with other Humans, trying to keep their blood 'pure'.") -- _t
@@ -4238,6 +4623,7 @@ tDef(133, "They possess the #GOLD#Wrath of the Highborn#WHITE# which allows them
 tDef(135, "#LIGHT_BLUE# * +1 Strength, +1 Dexterity, +0 Constitution") -- _t
 tDef(136, "#LIGHT_BLUE# * +1 Magic, +1 Willpower, +0 Cunning") -- _t
 tDef(137, "#GOLD#Life per level:#LIGHT_BLUE# 11") -- _t
+tDef(145, "Blond Hair 1") -- _t
 tDef(161, "Cornac") -- birth descriptor name
 tDef(163, "Cornacs are Humans from the northern parts of the Allied Kingdoms.") -- _t
 tDef(164, "Humans are an inherently very adaptable race and as such they gain a #GOLD#talent category point#WHITE# (others only gain one at levels 10, 20 and 34) and both #GOLD#a class and a generic talent point#WHITE# at birth and every 10 levels.") -- _t
@@ -4246,6 +4632,7 @@ tDef(166, "#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +0 Constitution") -- _t
 tDef(167, "#LIGHT_BLUE# * +0 Magic, +0 Willpower, +0 Cunning") -- _t
 tDef(168, "#GOLD#Life per level:#LIGHT_BLUE# 10") -- _t
 tDef(169, "#GOLD#Experience penalty:#LIGHT_BLUE# 0%") -- _t
+tDef(177, "Dark Hair 1") -- _t
 
 
 ------------------------------------------------
@@ -4265,6 +4652,8 @@ tDef(24, "Undead") -- birth descriptor name
 tDef(26, "Grave strength, dread will, this flesh cannot stay still. Kings die, masters fall, we will outlast them all.") -- _t
 tDef(28, "Undead are humanoids (Humans, Elves, Dwarves, ...) that have been brought back to life by the corruption of dark magics.") -- _t
 tDef(29, "Undead can take many forms, from ghouls to vampires and liches.") -- _t
+tDef(70, "Special") -- birth facial category
+tDef(72, "Bikini / Mankini") -- _t
 tDef(85, "Ghoul") -- birth descriptor name
 tDef(87, "Slow to shuffle, quick to bite, learn from master, rule the night!") -- _t
 tDef(89, "Ghouls are dumb, but resilient, rotting undead creatures, making good fighters.") -- _t
@@ -4278,6 +4667,12 @@ tDef(99, "#LIGHT_BLUE# * +0 Magic, -2 Willpower, -2 Cunning") -- _t
 tDef(100, "#GOLD#Life per level:#LIGHT_BLUE# 14") -- _t
 tDef(101, "#GOLD#Experience penalty:#LIGHT_BLUE# 12%") -- _t
 tDef(102, "#GOLD#Speed penalty:#LIGHT_BLUE# -20%") -- _t
+tDef(145, "Skin Color 9") -- _t
+tDef(162, "Alternative Face") -- _t
+tDef(163, "Fangs 1") -- _t
+tDef(164, "Fangs 2") -- _t
+tDef(170, "Bloodstains") -- _t
+tDef(171, "Bones") -- _t
 tDef(182, "Skeleton") -- birth descriptor name
 tDef(184, "The marching bones, each step we rattle; but servants no more, we march to battle!") -- _t
 tDef(186, "Skeletons are animated bones, undead creatures both strong and dexterous.") -- _t
@@ -4294,6 +4689,58 @@ tDef(196, "#GOLD#Life per level:#LIGHT_BLUE# 12") -- _t
 tDef(197, "#GOLD#Experience penalty:#LIGHT_BLUE# 20%") -- _t
 tDef(284, "Lich") -- birth descriptor name
 tDef(286, "You should not see this!") -- _t
+tDef(295, "Skin") -- birth facial category
+tDef(295, "Facial features") -- birth facial category
+tDef(295, "Hairs") -- birth facial category
+tDef(295, "Tatoos") -- birth facial category
+tDef(297, "Skin Color 1") -- _t
+tDef(298, "Skin Color 2") -- _t
+tDef(299, "Skin Color 3") -- _t
+tDef(300, "Skin Color 4") -- _t
+tDef(301, "Skin Color 5") -- _t
+tDef(302, "Skin Color 6") -- _t
+tDef(303, "Skin Color 7") -- _t
+tDef(304, "Skin Color 8") -- _t
+tDef(307, "Hair 1") -- _t
+tDef(308, "Hair 2") -- _t
+tDef(309, "Redhead Hair 1") -- _t
+tDef(310, "Redhead Hair 2") -- _t
+tDef(311, "White Hair 1") -- _t
+tDef(312, "White Hair 2") -- _t
+tDef(315, "Beard 1") -- _t
+tDef(316, "Beard 2") -- _t
+tDef(317, "Redhead Beard 1") -- _t
+tDef(318, "Redhead Beard 2") -- _t
+tDef(319, "White Beard 1") -- _t
+tDef(320, "White Beard 2") -- _t
+tDef(321, "Eyes 1") -- _t
+tDef(322, "Eyes 2") -- _t
+tDef(323, "Eyes 3") -- _t
+tDef(324, "Mustache") -- _t
+tDef(325, "Redhead Mustache") -- _t
+tDef(326, "White Mustache") -- _t
+tDef(327, "Teeth 1") -- _t
+tDef(328, "Teeth 2") -- _t
+tDef(329, "Lich Eyes 1") -- _t
+tDef(330, "Lich Eyes 2") -- _t
+tDef(331, "Lich Eyes 3") -- _t
+tDef(332, "Lich Regalia 1") -- _t
+tDef(333, "Lich Regalia 2") -- _t
+tDef(334, "Lich Regalia 3") -- _t
+tDef(335, "Lich Regalia 4") -- _t
+tDef(336, "Lich Regalia 5") -- _t
+tDef(337, "Lich Regalia 6") -- _t
+tDef(338, "Lich Regalia 7") -- _t
+tDef(339, "Lich Regalia 8") -- _t
+tDef(340, "Lich Regalia 9") -- _t
+tDef(341, "Lich Regalia 10") -- _t
+tDef(344, "Cracks") -- _t
+tDef(345, "Guts") -- _t
+tDef(346, "Iron Bolt") -- _t
+tDef(347, "Molds") -- _t
+tDef(348, "Runes 1") -- _t
+tDef(349, "Runes 2") -- _t
+tDef(350, "Rust") -- _t
 
 
 ------------------------------------------------
@@ -4302,6 +4749,62 @@ section "game/modules/tome/data/birth/races/yeek.lua"
 tDef(28, "Yeeks are a mysterious race of small humanoids native to the tropical island of Rel.") -- _t
 tDef(29, "Their body is covered with white fur and their disproportionate heads give them a ridiculous look.") -- _t
 tDef(30, "Although they are now nearly unheard of in Maj'Eyal, they spent many thousand years as secret slaves to the Halfling nation of Nargol.") -- _t
+tDef(62, "Tatoos") -- birth facial category
+tDef(62, "Hairs") -- birth facial category
+tDef(62, "Facial features") -- birth facial category
+tDef(62, "Special") -- birth facial category
+tDef(62, "Skin") -- birth facial category
+tDef(64, "Skin Color 1") -- _t
+tDef(65, "Skin Color 2") -- _t
+tDef(66, "Skin Color 3") -- _t
+tDef(67, "Skin Color 4") -- _t
+tDef(68, "Skin Color 5") -- _t
+tDef(69, "Skin Color 6") -- _t
+tDef(70, "Skin Color 7") -- _t
+tDef(71, "Skin Color 8") -- _t
+tDef(72, "Skin Color 9") -- _t
+tDef(73, "Skin Color 10") -- _t
+tDef(76, "Hair 1") -- _t
+tDef(77, "Hair 2") -- _t
+tDef(78, "Hair 3") -- _t
+tDef(79, "Hair 4") -- _t
+tDef(80, "Hair 5") -- _t
+tDef(81, "Redfur Hair 1") -- _t
+tDef(82, "Redfur Hair 2") -- _t
+tDef(83, "Redfur Hair 3") -- _t
+tDef(84, "Redfur Hair 4") -- _t
+tDef(85, "Redfur Hair 5") -- _t
+tDef(88, "Beard 1") -- _t
+tDef(89, "Beard 2") -- _t
+tDef(90, "Beard 3") -- _t
+tDef(91, "Redfur Beard 1") -- _t
+tDef(92, "Redfur Beard 2") -- _t
+tDef(93, "Redfur Beard 3") -- _t
+tDef(94, "Eyes 1") -- _t
+tDef(95, "Eyes 2") -- _t
+tDef(96, "Eyes 3") -- _t
+tDef(97, "Eyes 4") -- _t
+tDef(98, "Eyes 5") -- _t
+tDef(99, "Eyes 6") -- _t
+tDef(100, "Eyes 7") -- _t
+tDef(101, "Eyes 8") -- _t
+tDef(102, "Eyes 9") -- _t
+tDef(103, "Eyes 10") -- _t
+tDef(104, "Eyes 11") -- _t
+tDef(105, "Eyes 12") -- _t
+tDef(106, "Eyes 13") -- _t
+tDef(107, "Mustache 1") -- _t
+tDef(108, "Mustache 2") -- _t
+tDef(109, "Mustache 3") -- _t
+tDef(110, "Redfur Mustache 1") -- _t
+tDef(111, "Redfur Mustache 2") -- _t
+tDef(112, "Redfur Mustache 3") -- _t
+tDef(115, "Bodypaint 1") -- _t
+tDef(116, "Bodypaint 2") -- _t
+tDef(117, "Tatoos 1") -- _t
+tDef(118, "Tatoos 2") -- _t
+tDef(119, "Redfur") -- _t
+tDef(122, "Bikini / Mankini") -- _t
 tDef(136, "Yeek") -- birth descriptor name
 tDef(138, "One race, one mind, one way. Our oppression shall end, and we shall inherit Eyal. Do not presume we are weak - our way is true, and only those who help us shall see our strength.") -- _t
 tDef(140, "Yeeks are a mysterious race native to the tropical island of Rel.") -- _t
@@ -5195,21 +5698,25 @@ tDef(37, "Go away; I do not help filthy arcane users!") -- _t
 tDef(64, "#LIGHT_GREEN#[Pretend to help but when it is time you will use a technique to make the portal fizzle. @npcname@ will be sent to Zigur to be 'dealt with' properly.]#WHITE#\
 Lead on; I will protect you.") -- _t
 tDef(90, "Lead on; I will protect you.") -- _t
+tDef(95, "Escort") -- _t
 tDef(99, "Go away; I do not care for the weak.") -- _t
 
 
 ------------------------------------------------
 section "game/modules/tome/data/chats/escort-quest.lua"
 
+tDef(221, "physical") -- _t
+tDef(221, "mental") -- _t
+tDef(221, "spell") -- _t
 tDef(232, "improved %s by +%d") -- tformat
 tDef(234, "[Improve %s by +%d]") -- tformat
 tDef(250, "improved %s save by +%d") -- tformat
 tDef(252, "[Improve %s save by +%d]") -- tformat
+tDef(272, "improved") -- _t
 tDef(272, "%s talent %s (+%d level(s))") -- tformat
 tDef(272, "learnt") -- _t
-tDef(272, "improved") -- _t
-tDef(275, "[%s talent %s (+%d level(s))]") -- tformat
 tDef(275, "Improve") -- _t
+tDef(275, "[%s talent %s (+%d level(s))]") -- tformat
 tDef(275, "Learn") -- _t
 tDef(282, "#GOLD#%s#LAST#\
 %s") -- tformat
@@ -5474,9 +5981,9 @@ tDef(31, "\
 You would not happen to be interested, by any chance?") -- _t
 tDef(31, "while") -- _t
 tDef(32, "\
-Oh my friend, good news! As I told you I can now request a truly #{italic}#unique#{normal}# object to be crafted just for you. For a truly unique price...") -- _t
-tDef(32, "\
 I eventually plan to arrange a truly unique service for the most discerning of customers. If you come back later when I'm fully set up I shall be able to order for you something quite marvellous. For a perfectly #{italic}#suitable#{normal}# price, of course.") -- _t
+tDef(32, "\
+Oh my friend, good news! As I told you I can now request a truly #{italic}#unique#{normal}# object to be crafted just for you. For a truly unique price...") -- _t
 tDef(34, "Yes please, let me see your wares.") -- _t
 tDef(38, "What about the unique object?") -- _t
 tDef(39, "Ambush Trap?  Sounds useful.") -- _t
@@ -5498,6 +6005,9 @@ tDef(86, "Why, 'tis a paltry sum - take my order, man, and be quick about it!")
 tDef(87, "Yes, please!") -- _t
 tDef(88, "HOW MUCH?! Please, excuse me, I- I need some fresh air...") -- _t
 tDef(89, "Not now, thank you.") -- _t
+tDef(131, "dragonbone wand") -- _t
+tDef(132, "dragonbone totem") -- _t
+tDef(133, "voratun torque") -- _t
 tDef(139, "I've changed my mind.") -- _t
 tDef(183, "#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as this.") -- log
 tDef(189, "Do you want to name your item?\
@@ -6602,6 +7112,8 @@ tDef(48, "Please teach me what I need to know (unlocks talent category) - 500 go
 tDef(49, "The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you.") -- logPlayer
 tDef(56, "He is impressed with your mastery and shows you a few tricks to handle stronger energy flows.") -- logPlayer
 tDef(64, "I'm already proficient, but I want to be an expert (improves talent mastery by 0.2) - 750 gold.") -- _t
+tDef(68, "The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s.") -- tformat
+tDef(68, ", and teaches you enhanced mental discipline needed to maintain powerful energy fields") -- _t
 tDef(74, "No thanks.") -- _t
 
 
@@ -6659,114 +7171,121 @@ tDef(72, "...") -- _t
 ------------------------------------------------
 section "game/modules/tome/data/damage_types.lua"
 
+tDef(202, "%s(%d warded)#LAST#") -- tformat
 tDef(267, "#Source# strikes #Target# in the darkness (%+d%%%%%%%% damage).") -- delayedLogMessage
 tDef(291, "Something") -- _t
 tDef(299, "%s forces the iceblock to shatter.") -- logSeen
+tDef(399, "%s(%d to psi shield)#LAST#") -- tformat
+tDef(413, "%s(%d blocked)#LAST#") -- tformat
+tDef(428, "%s(%d antimagic)#LAST#") -- tformat
+tDef(434, "%s(%d flat reduction)#LAST#") -- tformat
 tDef(502, "You end your target with a crushing blow!") -- logPlayer
+tDef(512, "#LIGHT_GREY#(%d resilience)#LAST#") -- tformat
 tDef(555, "#CRIMSON##Source# damages %s through Martyrdom!") -- delayedLogMessage
 tDef(561, "#CRIMSON##Source# reflects damage back to #Target#!") -- delayedLogMessage
+tDef(597, "#Source##LIGHT_GREEN# HEALS#LAST# from %s %s #LAST# damage!") -- tformat
 tDef(740, "cosmetic") -- _t
 tDef(743, "cosmeticed") -- _t
 tDef(752, "physical") -- _t
+tDef(765, "chopped into tiny pieces") -- _t
+tDef(765, "torn limb from limb") -- _t
+tDef(765, "shattered") -- _t
+tDef(765, "squished") -- _t
+tDef(765, "impaled") -- _t
+tDef(765, "mutilated") -- _t
+tDef(765, "battered") -- _t
+tDef(765, "maimed") -- _t
+tDef(765, "struck") -- _t
 tDef(765, "bludgeoned") -- _t
-tDef(765, "disembowelled") -- _t
-tDef(765, "punctured") -- _t
 tDef(765, "dissected") -- _t
+tDef(765, "minced") -- _t
+tDef(765, "stabbed") -- _t
+tDef(765, "tortured") -- _t
 tDef(765, "raked") -- _t
+tDef(765, "mauled") -- _t
+tDef(765, "bled") -- _t
+tDef(765, "smashed") -- _t
+tDef(765, "pierced") -- _t
 tDef(765, "splattered") -- _t
-tDef(765, "squished") -- _t
+tDef(765, "decapitated") -- _t
+tDef(765, "skewered") -- _t
 tDef(765, "sliced") -- _t
-tDef(765, "struck") -- _t
-tDef(765, "torn limb from limb") -- _t
+tDef(765, "disembowelled") -- _t
+tDef(765, "punctured") -- _t
+tDef(765, "ground") -- _t
+tDef(765, "swiped") -- _t
 tDef(765, "hacked apart") -- _t
-tDef(765, "maimed") -- _t
-tDef(765, "chopped into tiny pieces") -- _t
-tDef(765, "smashed") -- _t
-tDef(765, "bled") -- _t
-tDef(765, "tortured") -- _t
-tDef(765, "battered") -- _t
-tDef(765, "impaled") -- _t
-tDef(765, "eviscerated") -- _t
-tDef(765, "shattered") -- _t
 tDef(765, "crushed") -- _t
 tDef(765, "cleaved") -- _t
-tDef(765, "pierced") -- _t
-tDef(765, "mutilated") -- _t
-tDef(765, "skewered") -- _t
-tDef(765, "minced") -- _t
-tDef(765, "decapitated") -- _t
-tDef(765, "mauled") -- _t
-tDef(765, "stabbed") -- _t
-tDef(765, "swiped") -- _t
-tDef(765, "ground") -- _t
+tDef(765, "eviscerated") -- _t
 tDef(770, "arcane") -- _t
-tDef(772, "imploded") -- _t
-tDef(772, "dweomered") -- _t
-tDef(772, "energised") -- _t
 tDef(772, "blasted") -- _t
+tDef(772, "dweomered") -- _t
 tDef(772, "mana-torn") -- _t
+tDef(772, "energised") -- _t
+tDef(772, "imploded") -- _t
+tDef(801, "slowly cooked") -- _t
+tDef(801, "toasted") -- _t
+tDef(801, "scorched") -- _t
+tDef(801, "blazed") -- _t
 tDef(801, "boiled") -- _t
+tDef(801, "roasted") -- _t
+tDef(801, "flamed") -- _t
 tDef(801, "combusted") -- _t
 tDef(801, "fried") -- _t
-tDef(801, "scorched") -- _t
-tDef(801, "toasted") -- _t
-tDef(801, "roasted") -- _t
-tDef(801, "blazed") -- _t
 tDef(801, "burnt") -- _t
-tDef(801, "slowly cooked") -- _t
-tDef(801, "flamed") -- _t
-tDef(820, "chilled") -- _t
-tDef(820, "cooled") -- _t
 tDef(820, "iced") -- _t
+tDef(820, "chilled") -- _t
 tDef(820, "frozen") -- _t
 tDef(820, "frozen and shattered into a million little shards") -- _t
+tDef(820, "cooled") -- _t
 tDef(823, "lightning") -- _t
-tDef(837, "zapped") -- _t
+tDef(837, "amped") -- _t
 tDef(837, "bolted") -- _t
+tDef(837, "electrocuted") -- _t
 tDef(837, "shocked") -- _t
 tDef(837, "volted") -- _t
-tDef(837, "amped") -- _t
-tDef(837, "electrocuted") -- _t
+tDef(837, "zapped") -- _t
 tDef(842, "acid") -- _t
 tDef(855, "corroded") -- _t
+tDef(855, "scalded") -- _t
 tDef(855, "melted") -- _t
 tDef(855, "dissolved") -- _t
-tDef(855, "scalded") -- _t
 tDef(860, "nature") -- _t
 tDef(873, "naturalised") -- _t
-tDef(873, "splurged") -- _t
 tDef(873, "slimed") -- _t
+tDef(873, "splurged") -- _t
 tDef(873, "treehugged") -- _t
 tDef(877, "blight") -- _t
+tDef(896, "tainted") -- _t
 tDef(896, "debilitated by noxious blight before falling") -- _t
+tDef(896, "fouled") -- _t
+tDef(896, "infected") -- _t
 tDef(896, "plagued") -- _t
-tDef(896, "tainted") -- _t
 tDef(896, "diseased") -- _t
 tDef(896, "poxed") -- _t
-tDef(896, "infected") -- _t
-tDef(896, "fouled") -- _t
 tDef(901, "light") -- _t
-tDef(903, "jerkied") -- _t
-tDef(903, "radiated") -- _t
+tDef(903, "purified") -- _t
 tDef(903, "seared") -- _t
 tDef(903, "tanned") -- _t
+tDef(903, "radiated") -- _t
 tDef(903, "sun baked") -- _t
-tDef(903, "purified") -- _t
+tDef(903, "jerkied") -- _t
 tDef(910, "shadowed") -- _t
 tDef(910, "darkened") -- _t
 tDef(910, "swallowed by the void") -- _t
 tDef(928, "mind") -- _t
 tDef(951, "mindraped") -- _t
-tDef(951, "mentally tortured") -- _t
 tDef(951, "psyched") -- _t
+tDef(951, "mentally tortured") -- _t
 tDef(957, "winter") -- _t
 tDef(979, "temporal") -- _t
+tDef(993, "time dilated") -- _t
+tDef(993, "spaghettified across the whole of space and time") -- _t
 tDef(993, "grandfathered") -- _t
-tDef(993, "temporally distorted") -- _t
 tDef(993, "timewarped") -- _t
+tDef(993, "temporally distorted") -- _t
 tDef(993, "replaced by a time clone (and no one ever knew the difference)") -- _t
-tDef(993, "time dilated") -- _t
-tDef(993, "spaghettified across the whole of space and time") -- _t
 tDef(993, "paradoxed") -- _t
 tDef(998, "temporal stun") -- _t
 tDef(1016, "lite") -- _t
@@ -6794,6 +7313,8 @@ tDef(1388, "ice storm") -- _t
 tDef(1407, "glacial vapour") -- _t
 tDef(1424, "pinning cold") -- _t
 tDef(1446, "freeze") -- _t
+tDef(1456, "Frozen!") -- _t
+tDef(1458, "Resist!") -- _t
 tDef(1467, "sticky smoke") -- _t
 tDef(1484, "acid blind") -- _t
 tDef(1503, "blinding darkness") -- _t
@@ -6825,18 +7346,29 @@ tDef(1990, "%s resists the time prison.") -- logSeen
 tDef(2033, "% chance of confusion") -- _t
 tDef(2050, "% chance of gloom effects") -- _t
 tDef(2087, "item darkness numbing") -- _t
+tDef(2101, "* #LIGHT_GREEN#%d%%#LAST# chance to reduce damage dealt by #YELLOW#%d%%#LAST#%s") -- tformat
 tDef(2119, "item expose") -- _t
+tDef(2133, "* #LIGHT_GREEN#%d%%#LAST# chance to reduce all saves and defense by #YELLOW#%d#LAST#%s") -- tformat
 tDef(2151, "item temporal energize") -- _t
+tDef(2164, "* #LIGHT_GREEN#%d%%#LAST# chance to gain 10%% of a turn (3/turn limit)%s") -- tformat
 tDef(2173, "#LIGHT_STEEL_BLUE#%s can't gain any more energy this turn! ") -- logSeen
 tDef(2184, "item acid corrode") -- _t
+tDef(2197, "* #LIGHT_GREEN#%d%%#LAST# chance to reduce armor by #VIOLET#%d%%#LAST#%s") -- tformat
 tDef(2215, "item blight disease") -- _t
+tDef(2228, "* #LIGHT_GREEN#%d%%#LAST# chance to reduce strength, dexterity, and constitution by #VIOLET#%d#LAST#%s") -- tformat
 tDef(2248, "item manaburn arcane") -- _t
+tDef(2260, "* #DARK_ORCHID#%d arcane resource#LAST# burn%s") -- tformat
 tDef(2275, "item nature slow") -- _t
+tDef(2288, "* #LIGHT_GREEN#%d%%#LAST# chance to slow global speed by #YELLOW#%d%%#LAST#%s") -- tformat
 tDef(2308, "item antimagic scouring") -- _t
+tDef(2320, "* #LIGHT_GREEN#%d%%#LAST# chance to #ORCHID#reduce effective powers#LAST# by %d%%%s") -- tformat
 tDef(2336, "item lightning daze") -- _t
+tDef(2349, "* #LIGHT_GREEN#%d%%#LAST# chance to #ROYAL_BLUE#daze#LAST# at end of turn%s") -- tformat
 tDef(2368, "item light blind") -- _t
+tDef(2381, "* #LIGHT_GREEN#%d%%#LAST# chance to #YELLOW#blind#LAST#%s") -- tformat
 tDef(2394, "%s resists the blinding light!") -- logSeen
 tDef(2402, "item mind gloom") -- _t
+tDef(2415, "* #LIGHT_GREEN#%d%%#LAST# chance to cause #YELLOW#random gloom#LAST#%s") -- tformat
 tDef(2432, "confusion") -- _t
 tDef(2437, "stun") -- _t
 tDef(2442, "slow'") -- _t
@@ -6902,7 +7434,11 @@ tDef(3337, "%s resists the baneful energy!") -- logSeen
 tDef(3345, "decaying darkness") -- _t
 tDef(3359, "abyssal darkness") -- _t
 tDef(3384, "% chance to summon an orc spirit") -- _t
+tDef(3393, "%s<%d%%%% orc summon chance>#LAST#") -- tformat
+tDef(3397, "%s<orc summon>#LAST#") -- tformat
 tDef(3420, "orc spirit") -- _t
+tDef(3421, "An orc clad in massive armour, wielding a huge axe.") -- _t
+tDef(3449, "Garkul Spirit") -- _t
 tDef(3456, "nightmare") -- _t
 tDef(3481, "cursed miasma") -- _t
 tDef(3500, "weakness") -- _t
@@ -6936,11 +7472,15 @@ tDef(3898, "%s resists the mind attack!") -- logSeen
 tDef(3912, "static net") -- _t
 tDef(3927, "wormblight") -- _t
 tDef(3943, "pestilent blight") -- _t
+tDef(3956, "* #LIGHT_GREEN#%d%%#LAST# chance to cause #GREEN#random blight#LAST#%s") -- tformat
 tDef(3991, "blight poison") -- _t
 tDef(4023, "terror") -- _t
+tDef(4030, "%s<terror chance>#LAST#") -- tformat
 tDef(4058, "random poison") -- _t
 tDef(4084, "blinding powder") -- _t
+tDef(4091, "%s<blinding powder>#LAST#") -- tformat
 tDef(4105, "smokescreen") -- _t
+tDef(4112, "%s<smoke>#LAST#") -- tformat
 tDef(4130, "flare") -- _t
 tDef(4145, "%s resists the blinding flare!") -- logSeen
 tDef(4153, "flare light") -- _t
@@ -7014,15 +7554,16 @@ tDef(60, "#LIGHT_RED#As you enter you notice the trap door has no visible handle
 tDef(63, "Enter the tunnels") -- _t
 tDef(69, "Sect of Kryl-Faijan") -- entity name
 tDef(70, "hostile") -- entity type
-tDef(79, "Encounter") -- _t
 tDef(79, "You find an entrance to an old crypt. An aura of terrible evil emanates from this place. You feel threatened just standing there.\
 You hear the muffled cries of a woman coming from inside.") -- _t
+tDef(79, "Encounter") -- _t
 tDef(81, "#LIGHT_BLUE#You carefully get away without making a sound.") -- logPlayer
 tDef(84, "#LIGHT_RED#You carefully open the door and enter the underground crypt...") -- logPlayer
 tDef(85, "#LIGHT_RED#As you enter you notice the door has no visible handle on the inside. You are stuck here!") -- logPlayer
-tDef(87, "Enter the crypt") -- _t
 tDef(87, "Leave carefully") -- _t
+tDef(87, "Enter the crypt") -- _t
 tDef(93, "Lost kitten") -- entity name
+tDef(104, "Lost Kitty") -- _t
 tDef(111, "Ancient Elven Ruins") -- entity name
 tDef(119, "Entrance to some ancient elven ruins") -- _t
 tDef(133, "Cursed Village") -- entity name
@@ -7034,8 +7575,8 @@ tDef(216, "Agrimley the Hermit") -- entity name
 tDef(240, "Ring of Blood") -- entity name
 tDef(248, "Hidden compound") -- _t
 tDef(262, "Tranquil Meadow") -- entity name
-tDef(263, "harmless") -- entity type
 tDef(263, "special") -- entity subtype
+tDef(263, "harmless") -- entity type
 tDef(275, "tranquil meadow") -- _t
 
 
@@ -7053,6 +7594,13 @@ tDef(26, "blighted soil") -- _t
 tDef(49, "%s (blighted aura)") -- tformat
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/conclave-vault.lua"
+
+tDef(30, "Only crumbling bones are left of what once was the proud Director Hompalan, chief of this facility.\
+Now those remains look at you with empty eyes but you can not mistake their intent.") -- _t
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/cultists.lua"
 
@@ -7068,22 +7616,32 @@ tDef(110, "This is too soon!") -- _t
 tDef(112, "disrupted monolith") -- _t
 tDef(122, "Something the cultists are doing is coming. Beware.") -- _t
 tDef(123, "The cultist's soul seems to be absorbed by the strange stone he was guarding. You feel like something is about to happen...") -- _t
+tDef(151, "Shasshhiy'Kaish") -- _t
 tDef(153, "This demon would be very attractive if not for the hovering crown of flames, the three tails and sharp claws. As you watch her you can almost feel pain digging in your flesh. She wants you to suffer.") -- _t
 tDef(154, "and used for her perverted desires") -- _t
 tDef(206, "burning crown") -- _t
 tDef(207, "This crown of pure flames possesses a myriad of small molten rocks floating wildly above it. Each can be removed to throw as a true meteor.") -- _t
-tDef(241, "Cultist") -- _t
 tDef(241, "A terrible shout thunders across the level: 'Come my darling, come, I will be ssssooo *nice* to you!'\
 You should flee from this level!") -- _t
+tDef(241, "Cultist") -- _t
 tDef(253, "%s pulls a dagger and opens his own chest, piercing his beating heart. The stone glows with malevolent colors.") -- logSeen
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/damp-cave.lua"
 
+tDef(34, "ladder back to %s") -- tformat
+tDef(37, "Damp Cave") -- _t
 tDef(86, "damp cave") -- _t
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/drake-cave.lua"
+
+tDef(29, "Intimidating Cave") -- _t
+tDef(78, "ladder back to %s") -- _t
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/fearscape-portal.lua"
 
@@ -7197,6 +7755,7 @@ tDef(37, "%s (protective aura)") -- tformat
 ------------------------------------------------
 section "game/modules/tome/data/general/events/rat-lich.lua"
 
+tDef(36, "way up to %s") -- tformat
 tDef(40, "#VIOLET# As you leave the crypt, the stairway collapses in upon itself.") -- log
 tDef(50, "dusty rat skull") -- _t
 tDef(57, "This ancient skull is all that remains of the Rat Lich. Some fragments of its power remain and a faint red light still glows within its eye sockets.") -- _t
@@ -7205,8 +7764,10 @@ tDef(68, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(73, "%s raises %s %s, and a red light flashes from it's eye sockets!") -- logSeen
 tDef(94, "From the dust of decay a %s forms!") -- logSeen
 tDef(152, "stairway leading downwards") -- _t
+tDef(154, "Stairs seem to lead into some kind of crypt.") -- _t
 tDef(168, "You hear squeaks and the sounds of clicking bone echo around you... Pure death awaits. Flee!") -- _t
 tDef(168, "Forsaken Crypt") -- _t
+tDef(172, "Stairs lead downwards into rubble.") -- _t
 
 
 ------------------------------------------------
@@ -7240,9 +7801,15 @@ tDef(32, "spellblaze scar") -- _t
 ------------------------------------------------
 section "game/modules/tome/data/general/events/sub-vault.lua"
 
+tDef(49, "way up (%s)") -- tformat
 tDef(52, "#VIOLET# The stairway collapses completely as you ascend!") -- log
 tDef(54, "#VIOLET# The decrepit stairs crumble some more as you climb them.") -- log
 tDef(115, "hidden vault") -- _t
+tDef(117, "Crumbling stairs lead down to something.") -- _t
+tDef(133, "collapsing hidden vault") -- _t
+tDef(137, "collapsed hidden vault") -- _t
+tDef(138, "A collapsed stairway, leading down") -- _t
+tDef(140, "nearly collapsed hidden vault") -- _t
 
 
 ------------------------------------------------
@@ -7268,18 +7835,20 @@ section "game/modules/tome/data/general/events/weird-pedestals.lua"
 
 tDef(60, "weird pedestal") -- _t
 tDef(62, "Do you wish to inspect the pedestal?") -- _t
+tDef(63, "inspecting") -- _t
+tDef(63, "inspected") -- _t
 tDef(68, "As you inspect it a shadow materializes near you, and suddenly it is no more a shadow!") -- _t
 tDef(80, "#rng# the Invoker") -- _t
-tDef(86, "Die intruder!") -- _t
 tDef(86, "He will consume all!") -- _t
+tDef(86, "You are dooooommmed!!") -- _t
 tDef(86, "My life for His!") -- _t
 tDef(86, "He shall come!") -- _t
-tDef(86, "You are dooooommmed!!") -- _t
+tDef(86, "Die intruder!") -- _t
 tDef(96, "weird pedestal (glowing)") -- _t
 tDef(99, "%s's soul is absorbed by the pedestal. A glowing orb appears.") -- logSeen
 tDef(112, "#rng# the Bringer of Doom") -- _t
-tDef(128, "Weird Pedestal") -- _t
 tDef(128, "You hear a terrible voice saying 'Their lives are mine! I am coming!'") -- _t
+tDef(128, "Weird Pedestal") -- _t
 
 
 ------------------------------------------------
@@ -7312,19 +7881,22 @@ tDef(59, "exit to the worldmap") -- entity name
 tDef(97, "way to the previous level") -- entity name
 tDef(134, "way to the next level") -- entity name
 tDef(219, "door") -- entity name
+tDef(255, "This door seems to have been sealed off. You think you can open it.") -- _t
 tDef(304, "glass wall") -- entity name
 tDef(330, "glass door") -- entity name
 tDef(342, "open glass door") -- entity name
 tDef(360, "sealed door") -- entity name
+tDef(370, "This door seems to have been sealed off. You need to find a way to open it.") -- _t
 tDef(378, "#VIOLET#You hear a door opening.") -- log
 tDef(388, "wall") -- entity type
 tDef(389, "open door") -- entity name
+tDef(396, "This door seems to have been sealed off. You need to find a way to close it.") -- _t
 tDef(402, "#VIOLET#You hear a door closing.") -- log
-tDef(412, "lever") -- entity type
 tDef(412, "floor") -- entity subtype
+tDef(412, "lever") -- entity type
 tDef(413, "huge lever") -- entity name
-tDef(440, "bool") -- entity subtype
 tDef(440, "trigger") -- entity type
+tDef(440, "bool") -- entity subtype
 
 
 ------------------------------------------------
@@ -7333,10 +7905,13 @@ section "game/modules/tome/data/general/grids/bone.lua"
 tDef(26, "sand") -- entity name
 tDef(51, "bone walls") -- entity name
 tDef(99, "door") -- entity name
+tDef(108, "This door seems to have been sealed off. You think you can open it.") -- _t
 tDef(132, "sealed door") -- entity name
+tDef(141, "This door seems to have been sealed off. You need to find a way to open it.") -- _t
 tDef(149, "#VIOLET#You hear a door opening.") -- log
 tDef(159, "wall") -- entity type
 tDef(160, "open door") -- entity name
+tDef(166, "This door seems to have been sealed off. You need to find a way to close it.") -- _t
 tDef(172, "#VIOLET#You hear a door closing.") -- log
 tDef(182, "lever") -- entity type
 tDef(183, "huge lever") -- entity name
@@ -7346,8 +7921,8 @@ tDef(288, "way to the previous level") -- entity name
 tDef(329, "way to the next level") -- entity name
 tDef(340, "ladder to the next level") -- entity name
 tDef(350, "ladder to the previous level") -- entity name
-tDef(359, "floor") -- entity type
 tDef(359, "bone") -- entity subtype
+tDef(359, "floor") -- entity type
 tDef(360, "ladder to worldmap") -- entity name
 
 
@@ -7370,8 +7945,9 @@ section "game/modules/tome/data/general/grids/cave.lua"
 
 tDef(25, "cave floor") -- entity name
 tDef(56, "cave walls") -- entity name
-tDef(87, "wall") -- entity type
+tDef(80, "This rock is loose, you think you can move it away.") -- _t
 tDef(87, "grass") -- entity subtype
+tDef(87, "wall") -- entity type
 tDef(88, "huge loose rock") -- entity name
 tDef(106, "ladder to the next level") -- entity name
 tDef(115, "ladder to the previous level") -- entity name
@@ -7411,6 +7987,7 @@ tDef(82, "tall thick tree") -- entity name
 tDef(100, "flower") -- entity name
 tDef(110, "wall") -- entity type
 tDef(111, "huge loose rock") -- entity name
+tDef(119, "This rock is loose, you think you can move it away.") -- _t
 tDef(140, "old road") -- entity name
 tDef(153, "exit to the worldmap") -- entity name
 tDef(195, "way to the previous level") -- entity name
@@ -7424,9 +8001,10 @@ section "game/modules/tome/data/general/grids/fortress.lua"
 
 tDef(60, "door") -- entity name
 tDef(74, "open door") -- entity name
-tDef(87, "floor") -- entity subtype
 tDef(87, "wall") -- entity type
+tDef(87, "floor") -- entity subtype
 tDef(88, "sealed door") -- entity name
+tDef(96, "This door seems to be sealed.") -- _t
 
 
 ------------------------------------------------
@@ -7438,16 +8016,19 @@ tDef(59, "exit to the worldmap") -- entity name
 tDef(97, "way to the previous level") -- entity name
 tDef(134, "way to the next level") -- entity name
 tDef(219, "door") -- entity name
+tDef(255, "This door seems to have been sealed off. You think you can open it.") -- _t
 tDef(267, "sealed door") -- entity name
+tDef(276, "This door seems to have been sealed off. You need to find a way to open it.") -- _t
 tDef(285, "#VIOLET#You hear a door opening.") -- log
 tDef(295, "wall") -- entity type
 tDef(296, "open door") -- entity name
+tDef(303, "This door seems to have been sealed off. You need to find a way to close it.") -- _t
 tDef(309, "#VIOLET#You hear a door closing.") -- log
 tDef(319, "lever") -- entity type
 tDef(319, "floor") -- entity subtype
 tDef(320, "huge lever") -- entity name
-tDef(347, "trigger") -- entity type
 tDef(347, "bool") -- entity subtype
+tDef(347, "trigger") -- entity type
 
 
 ------------------------------------------------
@@ -7549,8 +8130,11 @@ tDef(104, "ladder to worldmap") -- entity name
 ------------------------------------------------
 section "game/modules/tome/data/general/grids/sand.lua"
 
+tDef(55, "unstable sand tunnel") -- _t
+tDef(57, "Loose sand is steadily filling this void, which could collapse suddenly and completely.") -- _t
 tDef(66, "The unstable sand tunnel collapses!") -- logSeen
 tDef(71, "You are crushed by the collapsing tunnel! You suffocate!") -- logPlayer
+tDef(72, "was buried alive") -- _t
 tDef(102, "sandwall") -- entity name
 tDef(117, "wall") -- entity type
 tDef(118, "tree") -- entity name
@@ -7602,16 +8186,19 @@ tDef(59, "exit to the worldmap") -- entity name
 tDef(97, "way to the previous level") -- entity name
 tDef(134, "way to the next level") -- entity name
 tDef(219, "door") -- entity name
+tDef(255, "This door seems to have been sealed off. You think you can open it.") -- _t
 tDef(267, "sealed door") -- entity name
+tDef(276, "This door seems to have been sealed off. You need to find a way to open it.") -- _t
 tDef(285, "#VIOLET#You hear a door opening.") -- log
 tDef(295, "wall") -- entity type
 tDef(296, "open door") -- entity name
+tDef(303, "This door seems to have been sealed off. You need to find a way to close it.") -- _t
 tDef(309, "#VIOLET#You hear a door closing.") -- log
 tDef(319, "lever") -- entity type
 tDef(319, "floor") -- entity subtype
 tDef(320, "huge lever") -- entity name
-tDef(347, "trigger") -- entity type
 tDef(347, "bool") -- entity subtype
+tDef(347, "trigger") -- entity type
 
 
 ------------------------------------------------
@@ -7637,6 +8224,7 @@ tDef(37, "mushroom creep") -- entity name
 tDef(84, "underground thick vegetation") -- entity name
 tDef(101, "wall") -- entity type
 tDef(102, "huge loose rock") -- entity name
+tDef(110, "This rock is loose, you think you can move it away.") -- _t
 tDef(117, "ladder to the next level") -- entity name
 tDef(126, "ladder to the previous level") -- entity name
 tDef(135, "underground") -- entity subtype
@@ -7652,6 +8240,7 @@ tDef(37, "mushroom creep") -- entity name
 tDef(81, "underground thick vegetation") -- entity name
 tDef(97, "wall") -- entity type
 tDef(98, "huge loose rock") -- entity name
+tDef(106, "This rock is loose, you think you can move it away.") -- _t
 tDef(113, "ladder to the next level") -- entity name
 tDef(122, "ladder to the previous level") -- entity name
 tDef(131, "underground") -- entity subtype
@@ -7667,6 +8256,7 @@ tDef(37, "mushroom creep") -- entity name
 tDef(81, "underground thick vegetation") -- entity name
 tDef(98, "wall") -- entity type
 tDef(99, "huge loose rock") -- entity name
+tDef(107, "This rock is loose, you think you can move it away.") -- _t
 tDef(114, "ladder to the next level") -- entity name
 tDef(123, "ladder to the previous level") -- entity name
 tDef(132, "underground") -- entity subtype
@@ -7798,6 +8388,7 @@ tDef(26, "bird") -- entity subtype
 tDef(47, "Phoenix") -- entity name
 tDef(50, "Ever burning, ever dying, ever reviving, the Phoenix swoops down upon you, seeking to share its fiery fate with you.") -- _t
 tDef(102, "#LIGHT_RED#%s raises from the dead!") -- logSeen
+tDef(104, "RESURRECT!") -- _t
 
 
 ------------------------------------------------
@@ -8052,6 +8643,7 @@ tDef(256, "#AQUAMARINE#As %s falls all its eyes fall to the ground!") -- logSeen
 tDef(262, "eldritch eye") -- entity name
 tDef(263, "A small bloodshot eye floats here.") -- _t
 tDef(277, "#AQUAMARINE#As #Source# falls #Target# seems to weaken!") -- logCombat
+tDef(289, "+Blind") -- _t
 tDef(291, "%s is blinded by the loss of all its eyes.") -- logSeen
 tDef(408, "luminous horror") -- entity name
 tDef(409, "A lanky humanoid shape composed of yellow light.") -- _t
@@ -8179,9 +8771,13 @@ section "game/modules/tome/data/general/npcs/lich.lua"
 tDef(24, "undead") -- entity type
 tDef(25, "Only the most powerful spellcasters raised to unlife become liches. Doomed to haunt the world for an eternity, they have grown to hate all that breathes or trespasses on their domain. Unfortunately that includes you.") -- _t
 tDef(76, "lich") -- entity name
+tDef(78, "Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.") -- _t
 tDef(110, "ancient lich") -- entity name
+tDef(112, "An elder being from a now-forgotten age, filled and fueled by its hate and rage toward all things living, it seeks to deprive all others of a prize it cannot have... life.") -- _t
 tDef(144, "archlich") -- entity name
+tDef(146, "Blacker than the deepest night, this cold cruel form of darkness approaches.  Long ago it laid aside its mortality, but it has not forgotten its power; rather, its malice and hate have bent this undead entity on the destruction of all things living.") -- _t
 tDef(181, "blood lich") -- entity name
+tDef(182, "The seething, pumping, disembodied blood of a horrendously powerful necromancer. To strike it is to bathe in the rivers of the Fearscape itself.") -- _t
 
 
 ------------------------------------------------
@@ -8517,14 +9113,23 @@ section "game/modules/tome/data/general/npcs/skeleton.lua"
 tDef(24, "undead") -- entity type
 tDef(24, "skeleton") -- entity subtype
 tDef(59, "degenerated skeleton warrior") -- entity name
+tDef(60, "A haphazard collection of crumbling bones, with jerky movements that remind you of a child playing with a marionette.  It only has one arm, but that's all it needs to hold a sword.") -- _t
 tDef(69, "degenerated skeleton archer") -- entity name
+tDef(70, "A frail skeleton; just about the only bones that aren't cracked are its arms.  It's missing a hand, but a notch has been carved into its wrist to let it pull back a bowstring regardless.") -- _t
 tDef(83, "skeleton mage") -- entity name
+tDef(84, "Given its condition, you're less inclined to think this skeleton knows proper spells, rather than simply disgorging its magical energy as it breaks down.  This doesn't make it much less dangerous to be around, mind you.") -- _t
 tDef(103, "skeleton warrior") -- entity name
+tDef(104, "The forces binding this skeleton together are resilient enough to let it hold a shield and swing a weapon as well as it could have in life.  It's still wearing its old armor, in rusty but servicable condition.") -- _t
 tDef(115, "skeleton archer") -- entity name
+tDef(116, "Nobody scavenged the high-quality bow from this archer before it was raised from the dead.  You're about to wish the world had more grave-robbers.") -- _t
 tDef(129, "skeleton magus") -- entity name
+tDef(130, "This skeleton has been imbued with far more magical energy than normal, and serves as a conduit of its master's spellcasting prowess.") -- _t
 tDef(150, "armoured skeleton warrior") -- entity name
+tDef(151, "It feels no pain.  It moves with fluidity and strength that would tear natural muscles apart.  It must be from a fresh corpse, since its bones, armor, and weapon are all in pristine condition.  And it's furious.") -- _t
 tDef(176, "skeleton master archer") -- entity name
+tDef(177, "This skeleton can fire arrows and nock new ones with blinding speed.  Arcane forces pull its bones with unnatural precision - its arms will never tremble or get tired.") -- _t
 tDef(194, "skeleton assassin") -- entity name
+tDef(195, "Most skeletons announce their presence with a chorus of rattling bones; this one's been charred black and has enough cartilage between its joints to muffle its approach.  The first you'll see of it will be the flash of its blade.") -- _t
 
 
 ------------------------------------------------
@@ -8740,10 +9345,16 @@ section "game/modules/tome/data/general/npcs/vampire.lua"
 tDef(24, "undead") -- entity type
 tDef(26, "These ancient cursed beings often take the form of a bat and attack their prey.") -- _t
 tDef(63, "lesser vampire") -- entity name
+tDef(64, "This vampire has only just begun its new life. It has not yet fathomed its newfound power, yet it still has a thirst for blood.") -- _t
 tDef(77, "vampire") -- entity name
+tDef(78, "It is a humanoid with an aura of power. You notice a sharp set of front teeth.") -- _t
 tDef(93, "master vampire") -- entity name
+tDef(95, "It is a humanoid form dressed in robes. Power emanates from its chilling frame.") -- _t
 tDef(111, "elder vampire") -- entity name
+tDef(112, "A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others.\
+It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.") -- _t
 tDef(134, "vampire lord") -- entity name
+tDef(135, "A foul wind chills your bones as this ghastly figure approaches.") -- _t
 
 
 ------------------------------------------------
@@ -8777,9 +9388,13 @@ tDef(32, "wight") -- entity subtype
 tDef(32, "undead") -- entity type
 tDef(34, "These be white wights.") -- _t
 tDef(66, "forest wight") -- entity name
+tDef(67, "It is a ghostly apparition with a humanoid form.") -- _t
 tDef(80, "grave wight") -- entity name
+tDef(81, "It is a ghostly form with eyes that haunt you.") -- _t
 tDef(93, "barrow wight") -- entity name
+tDef(95, "It is a ghostly nightmare of an entity.") -- _t
 tDef(107, "emperor wight") -- entity name
+tDef(109, "Your life force is torn from your body as this powerful unearthly being approaches.") -- _t
 
 
 ------------------------------------------------
@@ -8961,12 +9576,14 @@ tDef(223, "This jeweled crown shimmers with colors.") -- _t
 tDef(258, "Warmaster Gnarg's Murderblade") -- entity name
 tDef(259, "blood-etched greatsword") -- _t
 tDef(260, "A blood-etched greatsword, it has seen many foes. From the inside.") -- _t
+tDef(271, "10% chance to send the wielder into a killing frenzy") -- _t
 tDef(292, "fiery whip") -- _t
 tDef(293, "Whip of Urh'Rok") -- entity name
 tDef(294, "With this unbearably bright whip of flame, the demon master Urh'Rok has become known for never having lost in combat.") -- _t
 tDef(329, "Storm Fury") -- entity name
 tDef(330, "crackling longbow") -- _t
 tDef(331, "This dragonbone longbow is enhanced with bands of steel, which arc with intense lightning. Bolts travel up and down the string, ignorant of you.") -- _t
+tDef(341, "Automatically fires lightning bolts every game turn at nearby enemies dealing %d to %d lightning damage based on Magic with a chance to inflict Daze.") -- tformat
 tDef(393, "#GOLD#A bolt of lightning fires from #Source#'s bow, striking #Target#!") -- logCombat
 tDef(408, "Frozen Shroud") -- entity name
 tDef(409, "chilling cloak") -- _t
@@ -8995,9 +9612,13 @@ tDef(29, "glittering longsword") -- _t
 tDef(30, "Wintertide") -- entity name
 tDef(33, "The air seems to freeze around the blade of this sword, draining all heat from the area.\
 It is said the Conclave created this weapon for their warmaster during the dark times of the first allure war.") -- _t
+tDef(44, "No Winter Storm Active") -- _t
+tDef(46, "None") -- _t
 tDef(46, "radius %d (%d turns remaining)") -- tformat
+tDef(46, "Winter Storm: ") -- _t
 tDef(59, "Create a Winter Storm that gradually expands (from radius %d to radius %d), dealing %0.2f cold damage (based on Strength) to your enemies each turn and slowing their ability to act by 20%%.  Subsequent melee strikes will relocate the storm on top of your target and increase its duration.") -- tformat
 tDef(92, "#LIGHT_BLUE#A Winter Storm forms around %s.") -- logSeen
+tDef(139, "precipitate ice walls (lasting 10 turns) within your Winter Storm's area") -- _t
 tDef(153, "#LIGHT_BLUE#%s brandishes %s %s, releasing a wave of Winter cold!") -- logSeen
 tDef(169, "a summoned wall of ice") -- _t
 tDef(202, "#LIGHT_BLUE#Ice and snow form a barrier!") -- log
@@ -9021,6 +9642,7 @@ tDef(487, "obsidian ring") -- _t
 tDef(511, "tribal helm") -- _t
 tDef(512, "Steel Helm of Garkul") -- entity name
 tDef(513, "A great helm that belonged to Garkul the Devourer, one of the greatest orcs ever to live.") -- _t
+tDef(534, "Another of Garkul's heirlooms would bring out his spirit.") -- _t
 tDef(546, "Lunar Shield") -- entity name
 tDef(549, "chitinous shield") -- _t
 tDef(550, "A large section of chitin removed from Nimisil. It continues to give off a strange white glow.") -- _t
@@ -9055,8 +9677,10 @@ tDef(869, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(880, "You need an enemy nearby to summon!") -- logPlayer
 tDef(886, "Not enough space to summon!") -- logPlayer
 tDef(890, "%s taps %s %s, summoning a vampire thrall!") -- logSeen
-tDef(973, "gem") -- entity type
+tDef(900, "A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others. It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.") -- _t
+tDef(959, "Vampire") -- _t
 tDef(973, "red") -- entity subtype
+tDef(973, "gem") -- entity type
 tDef(974, "human skull") -- _t
 tDef(975, "Runed Skull") -- entity name
 tDef(982, "Dull red runes are etched all over this blackened skull.") -- _t
@@ -9112,17 +9736,17 @@ Though clearly a powerful piece, it must once have been much greater.") -- _t
 tDef(1534, "Aletta's Diadem") -- entity name
 tDef(1536, "A filigree of silver set with many small jewels, this diadem seems radiant - ethereal almost. But its touch seems to freeze your skin and brings wild thoughts to your mind. You want to drop it, throw it away, and yet you cannot resist thinking of what powers it might bring you.\
 Is this temptation a weak will on your part, or some domination from the artifact itself...?") -- _t
-tDef(1558, "hare-skin sling") -- _t
 tDef(1558, "Hare-Skin Sling") -- entity name
+tDef(1558, "hare-skin sling") -- _t
 tDef(1560, "This well-tended sling is made from the leather and sinews of a large hare. It feels smooth to the touch, yet very durable. Some say that the skin of a hare brings luck and fortune.\
 Hard to tell if that really helped its former owner, but it's clear that the skin is at least also strong and reliable.") -- _t
 tDef(1586, "Prox's Lucky Halfling Foot") -- entity name
 tDef(1587, "a mummified halfling foot") -- _t
 tDef(1588, "A large hairy foot, very recognizably a halfling's, is strung on a piece of thick twine. In its decomposed state it's hard to tell how long ago it parted with its owner, but from what look like teeth marks around the ankle you get the impression that it wasn't given willingly.\
 It has been kept somewhat intact with layers of salt and clay, but in spite of this it's clear that nature is beginning to take its toll on the dead flesh. Some say the foot of a halfling brings luck to its bearer - right now the only thing you can be sure of is that it stinks.") -- _t
-tDef(1599, " (cooling down: %d turns)") -- tformat
 tDef(1599, "Detects traps.\
 Removes (25%% chance) up to three stuns, pins, or dazes each turn%s") -- tformat
+tDef(1599, " (cooling down: %d turns)") -- tformat
 tDef(1608, "") -- _t
 tDef(1627, "#CRIMSON#%s twitches, alerting %s that a hidden trap is nearby.") -- logSeen
 tDef(1655, "%s shrugs off some effects!") -- logSeen
@@ -9130,6 +9754,7 @@ tDef(1676, "#LIGHT_RED#You feel uneasy carrying %s.") -- logPlayer
 tDef(1687, "Psionic Fury") -- entity name
 tDef(1688, "vibrating mindstar") -- _t
 tDef(1692, "This mindstar constantly shakes and vibrates, as if a powerful force is desperately trying to escape.") -- _t
+tDef(1717, "release a wave of psionic power, dealing %0.2f mind damage (based on Willpower) to all within radius %d") -- tformat
 tDef(1729, "%s's %s sends out a blast of psionic energy!") -- logSeen
 tDef(1740, "Storm Bringer's Gauntlets") -- entity name
 tDef(1741, "fine-mesh gauntlets") -- _t
@@ -9165,12 +9790,14 @@ tDef(87, "Upon defeat, Ak'Gishil collapsed into this tiny rift. How it remains s
 tDef(115, "Blade of Distorted Time") -- entity name
 tDef(116, "time-warped sword") -- _t
 tDef(119, "The remnants of a damaged timeline, this blade shifts and fades at random.") -- _t
+tDef(131, "inflicts bonus temporal damage and slows target") -- _t
 tDef(148, "Rune of Reflection") -- entity name
 tDef(149, "You can see your own image mirrored in the surface of this silvery rune.") -- _t
 tDef(150, "shiny rune") -- _t
 tDef(170, "The Gaping Maw") -- entity name
 tDef(171, "huge granite battleaxe") -- _t
 tDef(174, "This huge granite battleaxe is as much mace as it is axe.  The shaft is made of blackened wood tightly bound in drakeskin leather and the sharpened granite head glistens with a viscous green fluid.") -- _t
+tDef(187, "deal manaburn damage equal to your mindpower in a radius 3 cone") -- _t
 tDef(209, "#DARK_GREEN#You feel like Nature's Wrath incarnate!") -- logPlayer
 
 
@@ -9326,6 +9953,7 @@ tDef(90, " of accuracy") -- entity name
 tDef(91, "accuracy") -- entity keyword
 tDef(103, " of crippling") -- entity name
 tDef(104, "crippling") -- entity keyword
+tDef(112, "Cripple the target reducing mind, spell, and combat action speeds by 30%") -- _t
 tDef(120, " of annihilation") -- entity name
 tDef(121, "annihilation") -- entity keyword
 tDef(139, "acidic ") -- entity name
@@ -9348,6 +9976,10 @@ tDef(283, " of paradox") -- entity name
 tDef(284, "paradox") -- entity keyword
 tDef(301, "elemental ") -- entity name
 tDef(302, "elemental") -- entity keyword
+tDef(311, "fire") -- _t
+tDef(312, "cold") -- _t
+tDef(313, "lightning") -- _t
+tDef(314, "acid") -- _t
 tDef(319, "Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)") -- tformat
 tDef(339, "plaguebringer's ") -- entity name
 tDef(340, "plague") -- entity keyword
@@ -9378,6 +10010,7 @@ tDef(548, " of persecution") -- entity name
 tDef(549, "persecution") -- entity keyword
 tDef(565, "inquisitor's ") -- entity name
 tDef(566, "inquisitors") -- entity keyword
+tDef(576, "Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)") -- tformat
 tDef(601, "#YELLOW#%s has their %s spell disrupted for for %d turns!") -- logSeen
 tDef(609, " of disruption") -- entity name
 tDef(610, "disruption") -- entity keyword
@@ -9395,6 +10028,7 @@ tDef(710, "#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLO
 tDef(729, "#YELLOW#%s has temporarily forgotten %s for %d turns!") -- logSeen
 tDef(738, " of torment") -- entity name
 tDef(739, "torment") -- entity keyword
+tDef(747, "#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns") -- _t
 
 
 ------------------------------------------------
@@ -10078,6 +10712,7 @@ tDef(182, "You cannot split your %s while it has a tinker inside.") -- logPlayer
 tDef(187, "You cannot split your %s while using it as a psionic focus.") -- logPlayer
 tDef(195, "Your %s is too flawed to divide.") -- logPlayer
 tDef(198, "You divide your %s in two, forming a linked set.") -- logPlayer
+tDef(218, "This mindstar would symbiotize with another like it.") -- _t
 tDef(223, "#GREEN#The mindstars pulse with life.") -- logPlayer
 tDef(226, "#SLATE#The link between the mindstars is broken.") -- logPlayer
 tDef(248, "wyrm's ") -- entity name
@@ -10098,6 +10733,7 @@ tDef(431, "manaburning ") -- entity name
 tDef(432, "manaburning") -- entity keyword
 tDef(455, "inquisitor's ") -- entity name
 tDef(456, "inquisitors") -- entity keyword
+tDef(466, "Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)") -- tformat
 tDef(492, "#YELLOW#%s has their %s spell disrupted for for %d turns!") -- logSeen
 tDef(500, "protector's ") -- entity name
 tDef(501, "protectors") -- entity keyword
@@ -10195,6 +10831,7 @@ tDef(430, "mage-hunter's ") -- entity name
 tDef(431, "magehunters") -- entity keyword
 tDef(453, "throat-seeking ") -- entity name
 tDef(454, "throat") -- entity keyword
+tDef(468, "silences the target") -- _t
 
 
 ------------------------------------------------
@@ -10414,6 +11051,7 @@ tDef(445, "scouring ") -- entity name
 tDef(446, "scouring") -- entity keyword
 tDef(473, "warded ") -- entity name
 tDef(474, "ward") -- entity keyword
+tDef(480, "reduce the cooldown of your ward talent by 1") -- _t
 tDef(506, "wrathful ") -- entity name
 tDef(507, "wrathful") -- entity keyword
 tDef(528, "Deals #VIOLET#%d#LAST# light and fire damage to each enemy blocked") -- tformat
@@ -10428,6 +11066,7 @@ tDef(631, " of the stars") -- entity name
 tDef(632, "stars") -- entity keyword
 tDef(662, " of crushing") -- entity name
 tDef(663, "crushing") -- entity keyword
+tDef(672, "Smash the target reducing mind, spell, and combat action speeds by 30%") -- _t
 tDef(687, " of shrapnel") -- entity name
 tDef(688, "shrapnel") -- entity keyword
 tDef(697, "Cause enemies within radius 6 to bleed for #RED#%d#LAST# physical damage over 5 turns (1/turn)") -- tformat
@@ -10560,6 +11199,7 @@ tDef(122, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(131, "Not enough space to summon!") -- logPlayer
 tDef(140, "A lashing tentacle.") -- _t
 tDef(185, "#Source# points %s %s at #target#, releasing a writhing tentacle!") -- logCombat
+tDef(192, "Summon") -- _t
 tDef(199, "%s activates %s %s!") -- logSeen
 
 
@@ -10576,11 +11216,11 @@ tDef(58, "create a radius %d storm for %d turns. Each turn, creatures within tak
 tDef(67, "%s conjures a lightning storm from %s %s!") -- logSeen
 tDef(90, " of conjuration") -- entity name
 tDef(91, "conjure") -- entity keyword
-tDef(109, "fire a magical bolt dealing %d %s damage") -- tformat
-tDef(134, " of shielding") -- entity name
-tDef(135, "shielding") -- entity keyword
-tDef(143, "create a shield absorbing up to %d damage on yourself and all friendly characters within 10 spaces for %d turns") -- tformat
-tDef(149, "%s activates %s %s!") -- logSeen
+tDef(108, "fire a magical bolt dealing %d %s damage") -- tformat
+tDef(133, " of shielding") -- entity name
+tDef(134, "shielding") -- entity keyword
+tDef(142, "create a shield absorbing up to %d damage on yourself and all friendly characters within 10 spaces for %d turns") -- tformat
+tDef(148, "%s activates %s %s!") -- logSeen
 
 
 ------------------------------------------------
@@ -10605,6 +11245,7 @@ tDef(93, "warbringer's ") -- entity name
 tDef(94, "warbringer") -- entity keyword
 tDef(113, " of crippling") -- entity name
 tDef(114, "crippling") -- entity keyword
+tDef(124, "Cripple the target reducing mind, spell, and combat action speeds by 30%") -- _t
 tDef(132, " of evisceration") -- entity name
 tDef(133, "evisc") -- entity keyword
 tDef(147, "Wound the target dealing #RED#%d#LAST# physical damage across 5 turns and reducing healing by %d%%") -- tformat
@@ -10634,6 +11275,10 @@ tDef(362, " of paradox") -- entity name
 tDef(363, "paradox") -- entity keyword
 tDef(384, "elemental ") -- entity name
 tDef(385, "elemental") -- entity keyword
+tDef(400, "fire") -- _t
+tDef(401, "cold") -- _t
+tDef(402, "lightning") -- _t
+tDef(403, "acid") -- _t
 tDef(408, "Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)") -- tformat
 tDef(428, "plaguebringer's ") -- entity name
 tDef(429, "plague") -- entity keyword
@@ -10661,6 +11306,7 @@ tDef(632, " of persecution") -- entity name
 tDef(633, "persecution") -- entity keyword
 tDef(649, "inquisitor's ") -- entity name
 tDef(650, "inquisitors") -- entity keyword
+tDef(660, "Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)") -- tformat
 tDef(685, "#YELLOW#%s has their %s spell disrupted for for %d turns!") -- logSeen
 tDef(693, " of disruption") -- entity name
 tDef(694, "disruption") -- entity keyword
@@ -10680,6 +11326,7 @@ tDef(824, "#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLO
 tDef(843, "#YELLOW#%s has temporarily forgotten %s for %d turns!") -- logSeen
 tDef(852, " of torment") -- entity name
 tDef(853, "torment") -- entity keyword
+tDef(861, "#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns") -- _t
 
 
 ------------------------------------------------
@@ -10881,31 +11528,31 @@ section "game/modules/tome/data/general/objects/gem.lua"
 
 tDef(24, "gem") -- entity type
 tDef(30, "Gems can be sold for money or used in arcane rituals.") -- _t
-tDef(83, "color") -- entity subtype
 tDef(83, "..") -- entity name
+tDef(83, "color") -- entity subtype
 tDef(83, "alchemist-gem") -- entity type
 tDef(95, "alchemist diamond") -- alchemist gem
 tDef(95, "diamond") -- gem name
-tDef(99, "alchemist pearl") -- alchemist gem
 tDef(99, "pearl") -- gem name
+tDef(99, "alchemist pearl") -- alchemist gem
 tDef(101, "Lights terrain (power 100)") -- _t
-tDef(103, "moonstone") -- gem name
 tDef(103, "alchemist moonstone") -- alchemist gem
-tDef(107, "fire opal") -- gem name
+tDef(103, "moonstone") -- gem name
 tDef(107, "alchemist fire opal") -- alchemist gem
-tDef(111, "bloodstone") -- gem name
+tDef(107, "fire opal") -- gem name
 tDef(111, "alchemist bloodstone") -- alchemist gem
-tDef(115, "alchemist ruby") -- alchemist gem
+tDef(111, "bloodstone") -- gem name
 tDef(115, "ruby") -- gem name
-tDef(119, "amber") -- gem name
+tDef(115, "alchemist ruby") -- alchemist gem
 tDef(119, "alchemist amber") -- alchemist gem
-tDef(123, "turquoise") -- gem name
+tDef(119, "amber") -- gem name
 tDef(123, "alchemist turquoise") -- alchemist gem
-tDef(127, "jade") -- gem name
+tDef(123, "turquoise") -- gem name
 tDef(127, "alchemist jade") -- alchemist gem
+tDef(127, "jade") -- gem name
 tDef(129, "Slows by 17%") -- _t
-tDef(131, "sapphire") -- gem name
 tDef(131, "alchemist sapphire") -- alchemist gem
+tDef(131, "sapphire") -- gem name
 tDef(135, "white") -- gem subtype
 tDef(135, "alchemist quartz") -- alchemist gem
 tDef(135, "quartz") -- gem name
@@ -10913,29 +11560,29 @@ tDef(139, "emerald") -- gem name
 tDef(139, "alchemist emerald") -- alchemist gem
 tDef(143, "lapis lazuli") -- gem name
 tDef(143, "alchemist lapis lazuli") -- alchemist gem
-tDef(147, "red") -- gem subtype
 tDef(147, "alchemist garnet") -- alchemist gem
 tDef(147, "garnet") -- gem name
+tDef(147, "red") -- gem subtype
 tDef(151, "alchemist onyx") -- alchemist gem
 tDef(151, "onyx") -- gem name
+tDef(155, "amethyst") -- gem name
 tDef(155, "violet") -- gem subtype
 tDef(155, "alchemist amethyst") -- alchemist gem
-tDef(155, "amethyst") -- gem name
-tDef(159, "opal") -- gem name
 tDef(159, "alchemist opal") -- alchemist gem
+tDef(159, "opal") -- gem name
 tDef(163, "topaz") -- gem name
 tDef(163, "alchemist topaz") -- alchemist gem
-tDef(167, "blue") -- gem subtype
 tDef(167, "aquamarine") -- gem name
 tDef(167, "alchemist aquamarine") -- alchemist gem
+tDef(167, "blue") -- gem subtype
 tDef(171, "alchemist ametrine") -- alchemist gem
 tDef(171, "ametrine") -- gem name
 tDef(173, "Lights terrain (power 10)") -- _t
 tDef(175, "alchemist zircon") -- alchemist gem
 tDef(175, "zircon") -- gem name
 tDef(179, "spinel") -- gem name
-tDef(179, "green") -- gem subtype
 tDef(179, "alchemist spinel") -- alchemist gem
+tDef(179, "green") -- gem subtype
 tDef(183, "yellow") -- gem subtype
 tDef(183, "citrine") -- gem name
 tDef(183, "alchemist citrine") -- alchemist gem
@@ -11133,10 +11780,13 @@ tDef(28, "necromancer poem") -- entity name
 tDef(29, "A poem written by a... Necromancer?") -- _t
 tDef(36, "rogues do it from behind") -- entity name
 tDef(37, "A poem written for a rogue?") -- _t
+tDef(45, "how to become a necromancer, part %d") -- tformat
 tDef(46, "How to become a powerful Necromancer!") -- _t
 tDef(53, "\"Dust to Dust\", an undead hunter's guide, by Aslabor Borys") -- entity name
 tDef(54, "An undead hunter's guide, by Aslabor Borys.") -- _t
-tDef(68, "..") -- entity name
+tDef(63, "Rolf") -- _t
+tDef(65, "Weisman") -- _t
+tDef(68, "letter to %s (%d)") -- tformat
 tDef(69, "A part of the correspondence between two adventurers.") -- _t
 tDef(77, "of halfling feet") -- entity name
 tDef(78, "Notes about... Halfling feet??") -- _t
@@ -11330,11 +11980,11 @@ tDef(326, "recall the user to the worldmap after 40 turns") -- _t
 tDef(340, "Force a recall") -- _t
 tDef(340, "The Fortress Shadow warned you that trying to force a recall without finding the portal back could break the exploratory farportal forever.") -- _t
 tDef(343, "Space around you starts to dissolve...") -- logPlayer
-tDef(348, "Cancel") -- _t
 tDef(348, "Recall") -- _t
+tDef(348, "Cancel") -- _t
 tDef(352, "The rod emits a strange noise, glows briefly and returns to normal.") -- logPlayer
-tDef(366, "You found a Rod of Recall. You can use it to quickly get out of your current zone and return to the worldmap.") -- _t
 tDef(366, "Rod of Recall") -- _t
+tDef(366, "You found a Rod of Recall. You can use it to quickly get out of your current zone and return to the worldmap.") -- _t
 tDef(373, "sher'tul") -- entity subtype
 tDef(373, "chest") -- entity type
 tDef(378, "This chest is an extension of old Sher'tul places of power. Any items dropped inside are transported to an other place, processed and destroyed to extract energy.\
@@ -11348,7 +11998,13 @@ tDef(405, "Make the Transmogrification Chest the default item's destroyer?") --
 tDef(409, "You do not have any items to transmogrify in your chest or on the floor.") -- _t
 tDef(412, "Transmogrify all %s item(s) on the floor?") -- tformat
 tDef(426, "Transmogrify all %s item(s) in your chest?") -- tformat
-tDef(426, "Transmogrification Chest") -- _t
+tDef(441, "Transmogrification Chest") -- _t
+tDef(441, "This chest is an extension of old Sher'Tul places of power. Any items dropped inside is transported to an other place, processed and destroyed to extract energy.\
+The byproduct of this effect is the creation of gold, which is useless to process, so it is sent back to you.\
+\
+When you possess the chest all items you walk upon will automatically be put inside and transmogrified when you leave the level.\
+To take an item out, simply go to your inventory to move them out of the chest.\
+Items in the chest will not encumber you.") -- _t
 tDef(451, "You cannot bring yourself to drop the %s") -- logPlayer
 tDef(459, "Bikini") -- entity name
 tDef(461, "Revealing, pink, fun.\
@@ -11955,12 +12611,13 @@ tDef(63, "All your damage is converted and split into light and darkness.") -- _
 tDef(80, "shimmering gold shield") -- _t
 tDef(81, "Unsetting Sun") -- entity name
 tDef(84, "When Elmio Panason, captain of the Vanguard, first sought shelter for his shipwrecked crew, he reflected the last rays of the setting sun off his shield.  Where the beam hit they rested and built the settlement that would become the Sunwall.  In the dark days that followed the shield became a symbol of hope for a better future.") -- _t
+tDef(110, "Glows brightly in the light of dawn.") -- _t
 tDef(124, "Scorched Boots") -- entity name
 tDef(125, "pair of blackened boots") -- _t
 tDef(126, "The master blood mage Ru'Khan was the first orc to experiment with the power of the Sher'Tul farportals in the Age of Pyre.  However, that first experiment was not particularly successful, and after the explosion of energy all that could be found of Ru'Khan was a pair of scorched boots.") -- _t
 tDef(148, "unearthly black stone") -- _t
-tDef(149, "Goedalath Rock") -- entity name
 tDef(149, "demonic") -- entity subtype
+tDef(149, "Goedalath Rock") -- entity name
 tDef(153, "A small rock that seems from beyond this world, vibrating with a fierce energy.  It feels warped and terrible and evil... and yet oh so powerful.") -- _t
 tDef(181, "evil touch") -- _t
 tDef(189, "Threads of Fate") -- entity name
@@ -11970,7 +12627,9 @@ tDef(225, "Blood-Edge") -- entity name
 tDef(226, "red crystalline sword") -- _t
 tDef(232, "This deep red sword weeps blood continuously. It was born in the labs of the orcish corrupter Hurik, who sought to make a crystal that would house his soul after death. But his plans were disrupted by a band of sun paladins, and though most died purging his keep of dread minions, their leader Raasul fought through to Hurik's lab, sword in hand. There the two did battle, blade against blood magic, till both fell to the floor with weeping wounds. The orc with his last strength crawled towards his fashioned phylactery, hoping to save himself, but Raasul saw his plans and struck the crystal with his light-bathed sword. It shattered, and in the sudden impulse of energies the steel, crystal and blood were fused into one.\
 Now the broken fragments of Raasul's soul are trapped in this terrible artifact, his mind warped beyond all sanity by decades of imprisonment. Only the taste of blood calls him forth, his soul stealing the lifeblood of others to take on physical form again, that he may thrash and wail against the living.") -- _t
+tDef(258, "15% chance to animate a bleeding foe's blood") -- _t
 tDef(282, "A haze of blood, vibrant and pulsing through the air, possessed by a warped and cracked soul. Every now and then a scream or wail of agony garbles through it, telling of the mindless suffering undergone by its possessor.") -- _t
+tDef(325, "Summon") -- _t
 tDef(329, "#GOLD#As the blade touches %s's spilt blood, the blood rises, animated!") -- logSeen
 tDef(331, "#GOLD#%s draws power from the spilt blood!") -- logSeen
 tDef(341, "Dawn's Blade") -- entity name
@@ -11979,6 +12638,7 @@ tDef(348, "Said to have been forged in the earliest days of the Sunwall, this lo
 tDef(376, "invoke dawn, inflicting %0.2f light damage in radius %d (based on Magic) and lighting the area within radius %d") -- tformat
 tDef(387, "%s raises %s and sends out a burst of light!") -- logSeen
 tDef(406, "#GOLD#You feel a swell of positive energy!") -- logPlayer
+tDef(412, "If the sun doesn't set, dawn's power lasts forever.") -- _t
 tDef(417, "#GOLD#As you wield the sword and shield of the Sunwall, you feel the Sun's light radiating from your core.") -- logPlayer
 tDef(420, "#GOLD#You feel the Sun's light vanish from within you.") -- logPlayer
 tDef(427, "Zemekkys' Broken Hourglass") -- entity name
@@ -11987,6 +12647,7 @@ tDef(429, "This small broken hourglass hangs from a thin gold chain.  The glass
 tDef(450, "Mandible of Ungolmor") -- entity name
 tDef(451, "curved, serrated black dagger") -- _t
 tDef(454, "This obsidian-crafted, curved blade is studded with the deadly fangs of the Ungolmor. It seems to drain light from the world around it.") -- _t
+tDef(467, "inflicts spydric poison dealing 200 damage over 3 turns and pinning the target") -- _t
 tDef(488, "Kinetic Spike") -- entity name
 tDef(489, "bladeless hilt") -- _t
 tDef(492, "A simple, rudely crafted stone hilt, this object manifests a blade of wavering, nearly invisible force, like a heat haze, as you grasp it. Despite its simple appearance, it is capable of shearing through solid granite, in the hands of those with the necessary mental fortitude to use it properly.") -- _t
@@ -12022,8 +12683,8 @@ tDef(241, "glowing elven-wood longbow") -- _t
 tDef(241, "Thaloren-Tree Longbow") -- entity name
 tDef(242, "In the aftermath of the Spellblaze, the Thaloren had to defend their forests against foes and fires alike. Many of the trees died despite the efforts of the Elves to save them. Their wood was fashioned into a bow to be wielded against the darkness.") -- _t
 tDef(267, "#DARK_GREEN#You understand this bow-and its connection to nature-in a way few can.") -- logPlayer
-tDef(274, "Corpsebow") -- entity name
 tDef(274, "rotting longbow") -- _t
+tDef(274, "Corpsebow") -- entity name
 tDef(275, "A lost artifact of the Age of Dusk, the Corpsebow is filled with a lingering essence of that era's terrible plagues. Those struck by arrows fired from its rotten string find themselves afflicted by echoes of ancient sickness.") -- _t
 tDef(300, "#DARK_BLUE#You feel a kindred spirit in this bow...") -- logPlayer
 tDef(308, "Spellblade") -- entity name
@@ -12072,8 +12733,8 @@ tDef(686, "Blood-Letter") -- entity name
 tDef(687, "glacial hatchet") -- _t
 tDef(690, "A hand axe carved out of the most frozen parts of the northern wasteland.") -- _t
 tDef(719, "scintillating white crystal") -- _t
-tDef(720, "Telos's Staff Crystal") -- entity name
 tDef(720, "multi-hued") -- entity subtype
+tDef(720, "Telos's Staff Crystal") -- entity name
 tDef(723, "A closer look at this pure white crystal reveals that it is really a plethora of colors swirling and scintillating.") -- _t
 tDef(753, "combine with a staff") -- _t
 tDef(777, "You fix the crystal on the %s and create the %s.") -- logPlayer
@@ -12109,11 +12770,13 @@ tDef(1021, "Staff of Arcane Supremacy") -- entity name
 tDef(1022, "silver-runed staff") -- _t
 tDef(1027, "A long slender staff, made of ancient dragon-bone, with runes emblazoned all over its surface in bright silver.\
 It hums faintly, as if great power is locked within, yet alone it seems incomplete.") -- _t
+tDef(1054, "A true understanding of the arcane is needed to release its full power.") -- _t
 tDef(1058, "#STEEL_BLUE#You feel a swell of arcane energy.") -- logSeen
 tDef(1065, "Hat of Arcane Understanding") -- entity name
 tDef(1066, "silver-runed hat") -- _t
 tDef(1067, "A traditional pointed wizard's hat, made of fine purple elven-silk and decorated with bright silver runes. You sense it has been passed from ancient times, and has been born on the heads of great mages.\
 Touching the cloth you feel a sense of knowledge and power from bygone ages, yet it is partly sealed away, waiting for a trigger to release it.") -- _t
+tDef(1090, "Only supremacy of the arcane can release its full power.") -- _t
 tDef(1099, "#STEEL_BLUE#The arcane energies surrounding you dissipate.") -- logPlayer
 tDef(1106, "Mirror Shards") -- entity name
 tDef(1107, "mirror lined chain") -- _t
@@ -12129,6 +12792,7 @@ tDef(1168, "This jagged crystal glows with an unnatural light. A strap of cloth
 tDef(1196, "Mercy") -- entity name
 tDef(1197, "wickedly sharp dagger") -- _t
 tDef(1200, "This dagger was used by a nameless healer during the Age of Dusk. The plagues that ravaged his town were beyond the ability of mortal man to treat, so he took to using his dagger to as an act of mercy when faced with hopeless patients. Despite his good intentions, it is now cursed with dark power, letting it kill in a single stroke against those already weakened.") -- _t
+tDef(1211, "deals 60 physical damage increased by 1% for each 1% life the target has lost") -- _t
 tDef(1226, "Thalore-Wood Cuirass") -- entity name
 tDef(1227, "thick wooden plate armour") -- _t
 tDef(1228, "Expertly hewn from the bark of trees, this wooden armor provides excellent protection at a low weight.") -- _t
@@ -12139,8 +12803,8 @@ tDef(1260, "#DARK_GREEN#The armor molds comfortably to one of its caretakers.")
 section "game/modules/tome/data/general/objects/world-artifacts.lua"
 
 tDef(34, "windy gem") -- _t
-tDef(35, "blue") -- entity subtype
 tDef(35, "Windborne Azurite") -- entity name
+tDef(35, "blue") -- entity subtype
 tDef(38, "Air currents swirl around this bright blue jewel.") -- _t
 tDef(69, "Primal Infusion") -- entity name
 tDef(70, "This wild infusion has evolved.") -- _t
@@ -12153,6 +12817,7 @@ tDef(137, "This unique-looking staff is carved with runes of destruction.") -- _
 tDef(169, "Vargh Redemption") -- entity name
 tDef(170, "sea-blue ring") -- _t
 tDef(171, "This azure ring seems to be always moist to the touch.") -- _t
+tDef(181, "summon a radius %d tidal wave that expands slowly over %d turns, dealing %0.2f cold and %0.2f physical damage (based on Willpower) each turn, knocking opponents back, and lowering their stun resistance") -- tformat
 tDef(207, "%s brandishes %s, calling forth the might of the oceans!") -- logSeen
 tDef(228, "Ring of the Dead") -- entity name
 tDef(229, "dull black ring") -- _t
@@ -12171,6 +12836,7 @@ tDef(302, "You can feel this strange metallic hand wriggling around, it feels as
 tDef(320, "Garkul's Teeth") -- entity name
 tDef(321, "a necklace made of teeth") -- _t
 tDef(322, "Hundreds of humanoid teeth have been strung together on multiple strands of thin leather, creating this tribal necklace.  One would have to assume that these are not the teeth of Garkul the Devourer but rather the teeth of Garkul's many meals.") -- _t
+tDef(347, "Another of Garkul's heirlooms would bring out his spirit.") -- _t
 tDef(351, "#CRIMSON#As you wear both Garkul's heirlooms you can feel the mighty warrior's spirit flowing through you.") -- logSeen
 tDef(354, "#CRIMSON#The spirit of Garkul fades away.") -- logPlayer
 tDef(361, "Summertide Phial") -- entity name
@@ -12218,6 +12884,7 @@ tDef(656, "#ORCHID#%s resists the tendrils' pull!") -- logSeen
 tDef(668, "Rogue Plight") -- entity name
 tDef(670, "blackened leather armour") -- _t
 tDef(671, "No rogue blades shall incapacitate the wearer of this armour.") -- _t
+tDef(685, "Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns.") -- _t
 tDef(721, "#CRIMSON#Rogue Plight transfers an effect to its source!") -- logPlayer
 tDef(731, "#CRIMSON#Rogue Plight transfers an effect to a nearby enemy!") -- logPlayer
 tDef(745, "misc") -- entity type
@@ -12233,11 +12900,13 @@ tDef(822, "#LIGHT_BLUE#The legacy of Dwarven Emperors grants you their wisdom.")
 tDef(830, "Silent Blade") -- entity name
 tDef(831, "shining dagger") -- _t
 tDef(834, "A thin, dark dagger that seems to meld seamlessly into the shadows.") -- _t
+tDef(847, "Enter stealth for 3 turns.") -- _t
 tDef(860, "Moon") -- entity name
 tDef(861, "crescent blade") -- _t
 tDef(864, "A viciously curved blade that a folk story says is made from a material that originates from the moon.  Devouring the light around it, it fades.") -- _t
 tDef(879, "Deal 200%% of your Cunning as Darkness damage (%d).") -- tformat
 tDef(881, "Deal %d Darkness damage.") -- tformat
+tDef(899, "The moon shines alone in a starless sky.") -- _t
 tDef(905, "#ANTIQUE_WHITE#The two blades glow brightly as they are brought close together.") -- logSeen
 tDef(908, "#ANTIQUE_WHITE#The light from the two blades fades as they are separated.") -- logPlayer
 tDef(915, "Star") -- entity name
@@ -12245,6 +12914,7 @@ tDef(916, "jagged blade") -- _t
 tDef(919, "Legend tells of a blade, shining bright as a star. Forged from a material fallen from the skies, it glows.") -- _t
 tDef(934, "Deal 200%% of your Dexterity as Light damage (%d).") -- tformat
 tDef(936, "Deal %d Light damage.") -- tformat
+tDef(954, "The star shines alone in a moonless sky.") -- _t
 tDef(967, "Ring of the War Master") -- entity name
 tDef(968, "blade-edged ring") -- _t
 tDef(969, "A blade-edged ring that radiates power. As you put it on, strange thoughts of pain and destruction come to your mind.") -- _t
@@ -12254,6 +12924,7 @@ tDef(990, "A huge greatmaul of incredible weight. Wielding it, you feel utterly
 tDef(1015, "Crooked Club") -- entity name
 tDef(1016, "weird club") -- _t
 tDef(1019, "An oddly twisted club with a hefty weight on the end. There's something very strange about it.") -- _t
+tDef(1035, "Reduce targets accuracy and powers by 5 (stacks 5 times)") -- _t
 tDef(1047, "Spider-Silk Robe of Spydrë") -- entity name
 tDef(1048, "spider-silk robe") -- _t
 tDef(1049, "This set of robes is made wholly of spider silk. It looks outlandish and some sages think it came from another world, probably through a farportal.") -- _t
@@ -12262,6 +12933,7 @@ tDef(1070, "Huh?") -- _t
 tDef(1081, "Dragon-helm of Kroltar") -- entity name
 tDef(1082, "dragon-helm") -- _t
 tDef(1083, "A visored steel helm, embossed and embellished with gold, that bears as its crest the head of Kroltar, the greatest of the fire drakes.") -- _t
+tDef(1104, "Kroltar's power resides in his scales.") -- _t
 tDef(1113, "#GOLD#As the helm of Kroltar approaches the your scale armour, they begin to fume and emit fire.") -- logPlayer
 tDef(1116, "#GOLD#The fumes and fire fade away.") -- logPlayer
 tDef(1123, "Crown of Command") -- entity name
@@ -12280,9 +12952,11 @@ tDef(1218, "The legendary hammer of the Dwarven master smiths. For ages it was u
 tDef(1242, "Snow Giant Wraps") -- entity name
 tDef(1243, "fur-lined leather wraps") -- _t
 tDef(1244, "Two large pieces of leather designed to be wrapped about the hands and the forearms.  This particular pair of wraps has been enchanted, imparting the wearer with great strength.") -- _t
+tDef(1269, "This would be great with a mighty matching belt.") -- _t
 tDef(1280, "Mighty Girdle") -- entity name
 tDef(1281, "massive, stained girdle") -- _t
 tDef(1282, "This girdle is enchanted with mighty wards against expanding girth. Whatever the source of its wondrous strength, it will prove of great aid in the transport of awkward burdens.") -- _t
+tDef(1298, "Some giant wraps would make you feel great.") -- _t
 tDef(1304, "#GOLD#You grow to immense size!") -- logPlayer
 tDef(1307, "#LIGHT_BLUE#You feel a lot smaller...") -- logPlayer
 tDef(1315, "Serpentine Cloak") -- entity name
@@ -12303,10 +12977,12 @@ tDef(1428, "A plain elven-silk robe. It would be unremarkable if not for the she
 tDef(1454, "Temporal Augmentation Robe - Designed In-Style") -- entity name
 tDef(1455, "stylish robe with a scarf") -- _t
 tDef(1456, "Designed by a slightly quirky Paradox Mage, this robe always appears to be stylish in any time the user finds him, her, or itself in. Crafted to aid Paradox Mages through their adventures, this robe is of great help to those that understand what a wibbly-wobbly, timey-wimey mess time actually is. Curiously, as a result of a particularly prolonged battle involving its fourth wearer, the robe appends a very long, multi-coloured scarf to its present wearers.") -- _t
+tDef(1488, "Oddly it never produces a hat.") -- _t
 tDef(1499, "Un'fezan's Cap") -- entity name
 tDef(1500, "red stylish hat") -- _t
 tDef(1501, "This fez once belonged to a traveler; it always seems to be found lying around in odd locations.\
 #{italic}#Fezzes are cool.#{normal}#") -- _t
+tDef(1529, "Needs something equally stylish and cool to go with it.") -- _t
 tDef(1541, "#STEEL_BLUE#A time vortex briefly appears in front of you.") -- logPlayer
 tDef(1548, "crude iron battle axe") -- _t
 tDef(1549, "Crude Iron Battle Axe of Kroll") -- entity name
@@ -12334,6 +13010,7 @@ tDef(1736, "Blood drips continuously from this fell suit of iron, and dark magic
 tDef(1764, "Scale Mail of Kroltar") -- entity name
 tDef(1765, "perfectly-wrought suit of dragon scales") -- _t
 tDef(1766, "A heavy shirt of scale mail constructed from the remains of Kroltar, whose armour was like tenfold shields.") -- _t
+tDef(1792, "Kroltar's head would turn up the heat.") -- _t
 tDef(1804, "Cuirass of the Thronesmen") -- entity name
 tDef(1805, "heavy dwarven-steel armour") -- _t
 tDef(1806, "This heavy dwarven-steel armour was created in the deepest forges of the Iron Throne. While it grants incomparable protection, it demands that you rely only on your own strength.") -- _t
@@ -12341,9 +13018,11 @@ tDef(1835, "#LIGHT_BLUE#You feel your dwarven power swelling to meet the challen
 tDef(1843, "Golden Three-Edged Sword 'The Truth'") -- entity name
 tDef(1844, "three-edged sword") -- _t
 tDef(1845, "The wise ones say that truth is a three-edged sword. And sometimes, the truth hurts.") -- _t
+tDef(1860, "9% chance to stun or confuse the target") -- _t
 tDef(1875, "Ureslak's Femur") -- entity name
 tDef(1876, "a strangely colored bone") -- _t
 tDef(1879, "A shortened femur of the mighty prismatic dragon Ureslak, this erratic club still resonates with his volatile nature.") -- _t
+tDef(1891, "10% chance to shimmer to a different hue and gain powers") -- _t
 tDef(1902, "#GOLD#Ureslak's Femur glows and shimmers!") -- logSeen
 tDef(1906, "Flaming") -- _t
 tDef(1912, "Frozen") -- _t
@@ -12351,11 +13030,14 @@ tDef(1918, "Crackling") -- _t
 tDef(1924, "Venomous") -- _t
 tDef(1929, "Starry") -- _t
 tDef(1935, "Eldritch") -- _t
+tDef(1943, "What would happen if more of Ureslak's remains were reunited?") -- _t
 tDef(1950, "Ureslak's Molted Scales") -- entity name
 tDef(1951, "scaly multi-hued cloak") -- _t
 tDef(1952, "This cloak is fashioned from the scales of some large reptilian creature.  It appears to reflect every color of the rainbow.") -- _t
+tDef(1980, ", or ") -- _t
 tDef(1980, "energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)") -- tformat
 tDef(1985, "%s empowers %s %s!") -- logSeen
+tDef(1994, "It would go well with another part of Ureslak.") -- _t
 tDef(2000, "#YELLOW_GREEN#An ironic harmony surrounds Ureslak's remains as they reunite.") -- logSeen
 tDef(2004, "#YELLOW_GREEN#Ureslak's remains seem more unsettled.") -- logSeen
 tDef(2011, "razor sharp war axe") -- _t
@@ -12365,11 +13047,15 @@ It is said the wielder will slowly grow mad. This, however, has never been prove
 tDef(2040, "Sword of Potential Futures") -- entity name
 tDef(2041, "under-wrought blade") -- _t
 tDef(2044, "Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the untapped potential of time.") -- _t
+tDef(2077, "In the past there was a dagger with it.") -- _t
+tDef(2080, "10% chance to reduce the target's resistances to all damage") -- _t
 tDef(2085, "#CRIMSON#The echoes of time resound as the blades are reunited once more.") -- logSeen
 tDef(2089, "#CRIMSON#Time seems less perfect in your eyes as the blades are separated.") -- logPlayer
 tDef(2096, "Dagger of the Past") -- entity name
 tDef(2097, "rusted blade") -- _t
 tDef(2100, "Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the opportunity to learn from the mistakes of the past.") -- _t
+tDef(2134, "Potentially it would go with a sword in the future.") -- _t
+tDef(2137, "10% chance to return the target to a much younger state") -- _t
 tDef(2152, "Stone Gauntlets of Harkor'Zun") -- entity name
 tDef(2153, "dark stone gauntlets") -- _t
 tDef(2154, "Fashioned in ancient times by cultists of Harkor'Zun, these heavy granite gauntlets were designed to protect the wearer from the wrath of their dark master.") -- _t
@@ -12386,6 +13072,7 @@ tDef(2247, "This strange orange quiver is made of brass and etched with many bri
 tDef(2272, "Quiver of Domination") -- entity name
 tDef(2273, "grey quiver") -- _t
 tDef(2274, "Powerful telepathic forces emanate from the arrows of this quiver. The tips appear dull, but touching them causes you intense pain.") -- _t
+tDef(2289, "dominate the target") -- _t
 tDef(2302, "Blightstopper") -- entity name
 tDef(2303, "vine coated shield") -- _t
 tDef(2306, "This voratun shield, coated with thick vines, was imbued with nature's power long ago by the Halfling General Almadar Riul, who used it to stave off the magic and diseases of orcish corruptors during the peak of the Pyre Wars.") -- _t
@@ -12396,6 +13083,7 @@ tDef(2410, "#DARK_GREEN#You feel nature's power protecting you!") -- logPlayer
 tDef(2418, "Star Shot") -- entity name
 tDef(2419, "blazing shot") -- _t
 tDef(2420, "Intense heat radiates from this powerful shot.") -- _t
+tDef(2435, "sets off a powerful explosion") -- _t
 tDef(2531, "Nexus of the Way") -- entity name
 tDef(2532, "brilliant green mindstar") -- _t
 tDef(2536, "The vast psionic force of the Way reverberates through this gemstone. With a single touch, you can sense overwhelming power, and hear countless thoughts.") -- _t
@@ -12432,19 +13120,22 @@ tDef(2917, "This helmet radiates a dark power. Its visor seems to twist and corr
 tDef(2945, "Umbral Razor") -- entity name
 tDef(2946, "shadowy dagger") -- _t
 tDef(2949, "This dagger seems to be formed of pure shadows, with a strange miasma surrounding it.") -- _t
+tDef(2963, "20% chance to make the target bleed shadows. You heal for 15 whenever you hit an enemy bleeding shadows.") -- _t
 tDef(2967, "%s resists the shadowy cut") -- logSeen
 tDef(2985, "Emblem of Evasion") -- entity name
 tDef(2986, "gold coated emblem") -- _t
 tDef(2987, "Said to have belonged to a master of avoiding attacks, this gilded steel emblem symbolizes his talent.") -- _t
-tDef(3004, "high-quality bow") -- _t
 tDef(3004, "Surefire") -- entity name
+tDef(3004, "high-quality bow") -- _t
 tDef(3005, "This tightly strung bow appears to have been crafted by someone of considerable talent. When you pull the string, you feel incredible power behind it.") -- _t
 tDef(3027, "Frozen Shards") -- entity name
 tDef(3029, "pouch of crystallized ice") -- _t
 tDef(3030, "In this dark blue pouch lie several small orbs of ice. A strange vapour surrounds them, and touching them chills you to the bone.") -- _t
+tDef(3044, "bursts into an icy cloud") -- _t
 tDef(3065, "electrified whip") -- _t
 tDef(3066, "Stormlash") -- entity name
 tDef(3067, "This steel plated whip arcs with intense electricity. The force feels uncontrollable, explosive, powerful.") -- _t
+tDef(3079, "Focus the lightning forces on an enemy") -- _t
 tDef(3081, "The storm is on your side !") -- logPlayer
 tDef(3084, "The storm betrayed you...") -- logPlayer
 tDef(3096, "strike an enemy within range %d (for 100%% weapon damage as lightning) and release a radius %d burst of electricity dealing %0.2f to %0.2f lightning damage (based on Magic and Dexterity)") -- tformat
@@ -12452,6 +13143,7 @@ tDef(3113, "#Source# strikes #Target# with %s %s, sending out an arc of lightnin
 tDef(3127, "gemmed whip handle") -- _t
 tDef(3128, "Focus Whip") -- entity name
 tDef(3129, "A small mindstar rests at top of this handle. As you touch it, a translucent cord appears, flicking with your will.") -- _t
+tDef(3143, "Try to fry your enemies brain (25% chance to brainlock)") -- _t
 tDef(3156, "strike all targets in a line (for 100%% weapon damage as mind) out to range 4") -- _t
 tDef(3164, "#Source# manifests a psychic assult with %s %s!") -- logCombat
 tDef(3181, "Latafayn") -- entity name
@@ -12470,11 +13162,16 @@ tDef(3318, "A thick venom drips from this mindstar.") -- _t
 tDef(3384, "Corpathus") -- entity name
 tDef(3385, "bound sword") -- _t
 tDef(3388, "Thick straps encircle this blade. Jagged edges like teeth travel down the blade, bisecting it. It fights to overcome the straps, but lacks the strength.") -- _t
+tDef(3400, "grows dramatically in power") -- _t
+tDef(3410, "grows in power") -- _t
 tDef(3425, "Corpathus bursts open, unleashing a horrific mass!") -- logSeen
 tDef(3433, "This mass of putrid slime burst from Corpathus, and seems quite hungry.") -- _t
+tDef(3475, "Vilespawn") -- _t
 tDef(3491, "Anmalice") -- entity name
 tDef(3492, "twisted blade") -- _t
 tDef(3495, "The eye on the hilt of this blade seems to glare at you, piercing your soul and mind. Tentacles surround the hilt, latching onto your hand.") -- _t
+tDef(3507, "torments the target with many mental effects") -- _t
+tDef(3521, "reduces mental save penalty") -- _t
 tDef(3554, "Anmalice focuses its mind-piercing eye on #Target#!") -- logCombat
 tDef(3562, "#CRIMSON#The tentacles release your arm, sated.") -- logPlayer
 tDef(3564, "#CRIMSON#As you tear the tentacles from your arm, horrible images enter your mind!") -- logPlayer
@@ -12483,13 +13180,15 @@ tDef(3581, "Morrigor") -- entity name
 tDef(3584, "jagged, segmented, sword") -- _t
 tDef(3585, "This heavy, ridged blade emanates magical power, yet as you grasp the handle an icy chill runs its course through your spine. You feel the disembodied presence of all those slain by it. In unison, they demand company.") -- _t
 tDef(3598, "deal %0.2f arcane and %0.2f darkness damage (based on Magic) in a radius 1 around the target") -- tformat
+tDef(3607, "swallows the victim's soul, gaining a new power") -- _t
 tDef(3630, "@Source@ taps the #SALMON#trapped soul#LAST# of %s, xmanifesting %s!") -- tformat
 tDef(3634, "%s's %s #SALMON#CONSUMES THE SOUL#LAST# of %s, gaining the power of %s!") -- logSeen
 tDef(3653, "Hydra's Bite") -- entity name
 tDef(3654, "triple headed flail") -- _t
 tDef(3655, "This three-headed stralite flail strikes with the power of a hydra. With each attack it lashes out, hitting everyone around you.") -- _t
-tDef(3690, " and %s") -- tformat
+tDef(3669, "hit up to two adjacent enemies") -- _t
 tDef(3690, "#Source#'s three headed flail lashes at #Target#%s!") -- logCombat
+tDef(3690, " and %s") -- tformat
 tDef(3692, "#Source#'s three headed flail lashes at #Target#!") -- logCombat
 tDef(3709, "Spellhunt Remnants") -- entity name
 tDef(3710, "heavily corroded voratun gauntlets") -- _t
@@ -12507,14 +13206,17 @@ tDef(3838, "These brilliant voratun gauntlets shine with an almost otherworldly
 tDef(3864, "attempt to destroy all magic effects and sustains on creatures in a radius %d cone (unnatural creatures are additionally dealt %0.2f arcane damage and stunned)") -- tformat
 tDef(3901, "%s unleashes antimagic forces from %s %s!") -- logSeen
 tDef(3932, "%s's animating magic is disrupted by the burst of power!") -- logSeen
+tDef(3948, "destroy an arcane item (of a higher tier than the gauntlets)") -- _t
 tDef(3952, "#LIGHT_RED#You can not do that with a tinker attached. Remove it first.") -- log
+tDef(3956, "Destroy which item?") -- _t
 tDef(3959, "You crush the %s, and the gloves take on an illustrious shine!") -- logPlayer
-tDef(3974, "sleek stringed bow") -- _t
 tDef(3974, "Merkul's Second Eye") -- entity name
+tDef(3974, "sleek stringed bow") -- _t
 tDef(3975, "This bow is said to have been the tool of an infamous dwarven spy. Rumours say it allowed him to \"steal\" the eyes of his enemies. Adversaries struck were left alive, only to unknowingly divulge their secrets to his unwavering sight.") -- _t
 tDef(3995, "Summertide") -- entity name
 tDef(3996, "shining gold shield") -- _t
 tDef(4001, "A bright light shines from the center of this shield. Holding it clears your mind.") -- _t
+tDef(4011, "releases a burst of light") -- _t
 tDef(4052, "send out a range %d beam, lighting its path and dealing %0.2f to %0.2f light damage (based on Willpower and Cunning)") -- tformat
 tDef(4065, "%s's %s flashes!") -- logSeen
 tDef(4076, "Wanderer's Rest") -- entity name
@@ -12545,6 +13247,7 @@ tDef(4332, "An endless supply of arrows lay within this deep black quiver. Tiny
 tDef(4356, "Hornet Stingers") -- entity name
 tDef(4358, "sting tipped arrows") -- _t
 tDef(4359, "A vile poison drips from the tips of these arrows.") -- _t
+tDef(4373, "afflicts the target with a poison dealing 20 damage per turn and causing actions to fail 20% of the time for 6 turns") -- _t
 tDef(4384, "Umbraphage") -- entity name
 tDef(4385, "deep black lantern") -- _t
 tDef(4389, "This lantern of pale white crystal holds a sphere of darkness, that yet emanates light. Everywhere it shines, darkness vanishes entirely.") -- _t
@@ -12584,12 +13287,15 @@ tDef(4821, "A deep red light glows from within this damaged amulet of black ston
 tDef(4849, "Pouch of the Subconscious") -- entity name
 tDef(4851, "familiar pouch") -- _t
 tDef(4852, "You find yourself constantly fighting an urge to handle this strange pouch of shot.") -- _t
+tDef(4869, "50% chance to reload 1 ammo") -- _t
 tDef(4881, "Wind Worn Shot") -- entity name
 tDef(4883, "perfectly smooth shot") -- _t
 tDef(4884, "These perfectly white spheres appear to have been worn down by years of exposure to strong winds.") -- _t
+tDef(4899, "35% chance for lightning to arc to a second target") -- _t
 tDef(4927, "Spellcrusher") -- entity name
 tDef(4928, "vine coated hammer") -- _t
 tDef(4929, "This large steel greatmaul has thick vines wrapped around the handle.") -- _t
+tDef(4941, "50% chance to shatter magical shields") -- _t
 tDef(4965, "%s's magical shields are shattered!") -- logSeen
 tDef(4981, "#DARK_GREEN#You feel a great power rise within you!") -- logPlayer
 tDef(4990, "Telekinetic Core") -- entity name
@@ -12614,6 +13320,7 @@ tDef(5159, "tree shaped totem") -- _t
 tDef(5162, "This small tree-shaped totem is imbued with powerful healing energies.") -- _t
 tDef(5165, "Heals all nearby living creatures by 5 points each turn.") -- _t
 tDef(5187, "#CRIMSON# A powerful healing aura appears around you as you equip the %s.") -- logPlayer
+tDef(5201, "take root increasing health by 300, armor by 20, and armor hardiness by 20%% but rooting you in place for 4 turns") -- _t
 tDef(5213, "%s merges with %s %s!") -- logSeen
 tDef(5222, "Ring of Growth") -- entity name
 tDef(5223, "This small wooden ring has a single green stem wrapped around it. Thin leaves still seem to be growing from it.") -- _t
@@ -12634,6 +13341,8 @@ tDef(5360, "Eternity's Counter") -- entity name
 tDef(5361, "crystalline hourglass") -- _t
 tDef(5362, "This hourglass of otherworldly crystal appears to be filled with countless tiny gemstones in place of sand. As they fall, you feel the flow of time change around you.") -- _t
 tDef(5372, "Offers either offensive or defensive benefits, depending on the position of the sands.  Switching the direction of flow takes no time.") -- _t
+tDef(5384, "entropy") -- _t
+tDef(5384, "stability") -- _t
 tDef(5384, "flip the hourglass (sands currently flowing towards %s)") -- tformat
 tDef(5412, "%s flips %s %s over...") -- logSeen
 tDef(5413, "#GOLD#The sands slowly begin falling towards %s.") -- logPlayer
@@ -12663,6 +13372,7 @@ tDef(5633, "This powerful sling is said to have belonged to a warrior so strong
 tDef(5658, "The Titan's Quiver") -- entity name
 tDef(5660, "gigantic ceramic arrows") -- _t
 tDef(5661, "These massive arrows are honed to a vicious sharpness, and appear to be nearly unbreakable. They seem more like spikes than any arrow you've ever seen.") -- _t
+tDef(5674, "pin the target to the nearest wall") -- _t
 tDef(5677, "%s is knocked back and pinned!") -- logSeen
 tDef(5687, "Inertial Twine") -- entity name
 tDef(5688, "This double-helical ring seems resistant to attempts to move it. Wearing it seems to extend this property to your entire body.") -- _t
@@ -12676,6 +13386,7 @@ tDef(5751, "This tall staff is tipped with a pitch black sphere that yet seems t
 tDef(5789, "gore stained battleaxe") -- _t
 tDef(5790, "Eksatin's Ultimatum") -- entity name
 tDef(5794, "This gore-stained battleaxe was once used by an infamously sadistic king, who took the time to personally perform each and every execution he ordered. He kept a vault of every head he ever removed, each and every one of them carefully preserved. When he was overthrown, his own head was added as the centrepiece of the vault, which was maintained as a testament to his cruelty.") -- _t
+tDef(5804, "decapitate a weakened target") -- _t
 tDef(5808, "#RED#%s#GOLD# has been decapitated!#LAST#") -- logSeen
 tDef(5820, "Radiance") -- entity name
 tDef(5821, "a sparkling, golden cloak") -- _t
@@ -12720,6 +13431,7 @@ tDef(6112, "Spelldrinker") -- entity name
 tDef(6113, "eerie black dagger") -- _t
 tDef(6116, "Countless mages have fallen victim to the sharp sting of this blade, betrayed by those among them with greed for ever greater power.\
 Passed on and on, this blade has developed a thirst of its own.") -- _t
+tDef(6129, "steals up to 50 mana from the target") -- _t
 tDef(6149, "Frost Lord's Chain") -- entity name
 tDef(6150, "ice coated chain") -- _t
 tDef(6151, "This impossibly cold chain of frost-coated metal radiates a strange and imposing aura.") -- _t
@@ -12727,6 +13439,7 @@ tDef(6157, "Gives all your cold damage a 20% chance to freeze the target.") -- _
 tDef(6177, "Twilight's Edge") -- entity name
 tDef(6178, "shining long sword") -- _t
 tDef(6184, "The blade of this sword seems to have been forged of a mixture of voratun and stralite, resulting in a blend of swirling light and darkness.") -- _t
+tDef(6193, "release a burst of light and dark damage (scales with Magic)") -- _t
 tDef(6214, "Mnemonic") -- entity name
 tDef(6215, "As long as you wear this ring, you will never forget who you are.") -- _t
 tDef(6216, "familiar ring") -- _t
@@ -12737,11 +13450,14 @@ tDef(6248, "This warped, blackened sword drips acid from its countless pores.")
 tDef(6276, "Borosk's Hate") -- entity name
 tDef(6278, "double-bladed sword") -- _t
 tDef(6279, "This impressive looking sword features two massive blades aligned in parallel. They seem weighted remarkably well.") -- _t
+tDef(6291, "25% chance to strike the target again.") -- _t
 tDef(6311, "Butcher") -- entity name
 tDef(6312, "blood drenched shortsword") -- _t
 tDef(6315, "Be it corruption, madness or eccentric boredom, the halfling butcher by the name of Caleb once took to eating his kin instead of cattle. His spree was never ended and nobody knows where he disappeared to. Only the blade remained, stuck fast in a bloodied block. Beneath, a carving said \"This was fun, let's do it again some time.\"") -- _t
-tDef(6324, "Enter Rampage if health falls below 20%%%s") -- tformat
 tDef(6324, " (cooling down: %d turns)") -- tformat
+tDef(6324, "Enter Rampage if health falls below 20%%%s") -- tformat
+tDef(6331, "Attempt to devour a low HP enemy, striking again and possibly killing it instantly.") -- _t
+tDef(6343, "Enter a Rampage (Shared cooldown).") -- _t
 tDef(6386, "Ethereal Embrace") -- entity name
 tDef(6387, "wispy purple cloak") -- _t
 tDef(6388, "This cloak waves and bends with shimmering light, reflecting the depths of space and the heart of the Aether.") -- _t
@@ -12758,6 +13474,7 @@ tDef(6519, "Ring of the Archlich") -- entity name
 tDef(6520, "dusty, cracked ring") -- _t
 tDef(6521, "This ring is filled with an overwhelming, yet restrained, power. It lashes, grasps from its metal prison, searching for life to snuff out. You alone are unharmed.\
 Perhaps it feels all the death you will bring to others in the near future.") -- _t
+tDef(6540, "It desires to be surrounded by undeath.") -- _t
 tDef(6543, "#DARK_GREY#Your ring releases a burst of necromantic energy!") -- logPlayer
 tDef(6550, "#DARK_GREY#Your ring's power fades away.") -- logPlayer
 tDef(6558, "wand") -- entity subtype
@@ -12769,6 +13486,7 @@ tDef(6587, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(6596, "Not enough space to summon!") -- logPlayer
 tDef(6605, "A shining orb.") -- _t
 tDef(6657, "#Source# points %s %s at #target#, releasing a brilliant orb of light!") -- logCombat
+tDef(6665, "Summon") -- _t
 tDef(6677, "handled hole in space") -- _t
 tDef(6678, "Temporal Rift") -- entity name
 tDef(6681, "Some mad Chronomancer appears to have affixed a handle to this hole in spacetime. It looks highly effective, in its own strange way.") -- _t
@@ -12799,11 +13517,13 @@ tDef(6918, "The eye locks onto %s, freezing it in place!") -- logSeen
 tDef(6929, "Shantiz the Stormblade") -- entity name
 tDef(6930, "thin stormy blade") -- _t
 tDef(6936, "This surreal dagger crackles with the intensity of a vicious storm.") -- _t
+tDef(6945, "Causes lightning to strike and destroy any projectiles in a radius of 10, dealing damage and dazing enemies in a radius of 5 around them.") -- _t
 tDef(6956, "#GREEN#Shantiz strikes down a projectile!") -- logPlayer
 tDef(6992, "Swordbreaker") -- entity name
 tDef(6993, "hooked blade") -- _t
 tDef(6996, "This ordinary blade is made of fine, sturdy voratun and outfitted with jagged hooks along the edge. This simple appearance belies a great power - the hooked maw of this dagger broke many a blade and the stride of many would-be warriors.") -- _t
 tDef(7002, "Can block like a shield, potentially disarming the enemy.") -- _t
+tDef(7009, "Breaks enemy weapon.") -- _t
 tDef(7029, "Shieldsmaiden") -- entity name
 tDef(7030, "icy shield") -- _t
 tDef(7033, "Myths tell of shieldsmaidens, a tribe of warrior women from the northern wastes of Maj'Eyal. Their martial prowess and beauty drew the fascination of swaths of admirers, yet all unrequited. So began the saying, that a shieldsmaiden's heart is as cold and unbreakable as her shield.") -- _t
@@ -12811,7 +13531,9 @@ tDef(7041, "Granted talent can block up to 1 instance of damage each 10 turns.")
 tDef(7065, "Tirakai's Maul") -- entity name
 tDef(7066, "This massive hammer is formed from a thick mass of strange crystalline growths. In the side of the hammer itself you see an empty slot; it looks like a gem of your own could easily fit inside it.") -- _t
 tDef(7068, "None") -- _t
+tDef(7071, "No gem") -- _t
 tDef(7072, "%s: %s") -- tformat
+tDef(7072, "Write a description for this gem's properties!") -- _t
 tDef(7094, "Demonic") -- _t
 tDef(7097, "imbue the hammer with a gem of your choice") -- _t
 tDef(7118, "You remove your %s.") -- logPlayer
@@ -12822,6 +13544,7 @@ tDef(7215, "vile gauntlets") -- _t
 tDef(7216, "These fell looking gloves glow with untold power.") -- _t
 tDef(7226, "Increases all damage by %d%% of current vim \
 Current Bonus: %d%%") -- tformat
+tDef(7249, "Only the masochistic can unlock its full power.") -- _t
 tDef(7252, "#STEEL_BLUE#The fist and the mangled clothing glow ominously!") -- logPlayer
 tDef(7257, "#STEEL_BLUE#The ominous glow dies down.") -- logPlayer
 tDef(7264, "Masochism") -- entity name
@@ -12832,6 +13555,7 @@ tDef(7266, "Stolen flesh,\
 	Is to live again.") -- _t
 tDef(7279, "Reduces all damage by %d%% of current vim or 50%% of the damage, whichever is lower; but at the cost of vim equal to 5%% of the damage blocked. \
 Current Bonus: %d") -- tformat
+tDef(7298, "With a better grip it would be the destroyer of your enemies.") -- _t
 tDef(7311, "Obliterator") -- entity name
 tDef(7312, "titanic maul") -- _t
 tDef(7313, "This massive hammer strikes with deadly force. Bones crunch, splinter and grind to dust under its impact.") -- _t
@@ -12867,6 +13591,7 @@ tDef(7676, "black, spiked armor") -- _t
 tDef(7679, "Worn by a villain long forgotten, this armor was powered by the blood of thousands of innocents. Decrepit and old, the dark lord died in solitude, his dominion crumbled, his subjects gone. Only this cuirass remained, dying to finally taste fresh blood again.") -- _t
 tDef(7703, "drain blood from all creatures within range 5, causing them to bleed for %0.2f physical damage over 4 turns (based on your Physicalpower). For each creature drained (up to 10), the armor gains strength, which fades over 10 turns if it is not fed") -- tformat
 tDef(7737, "%s revels in the bloodlust of %s %s!") -- logSeen
+tDef(7757, "Blood Charges: %d") -- tformat
 tDef(7821, "Decayed Visage") -- entity name
 tDef(7822, "mask of mummified skin") -- _t
 tDef(7826, "A desiccated mask of human skin, all that remains of a necromancer from the Age of Pyre who failed to achieve lichdom.  The transformative process partially succeeded, leaving him unable to die as his body slowly rotted from the inside out over several years.  Now his spirit resides within this last bit of mummified flesh, still hungering for eternal life.") -- _t
@@ -12877,14 +13602,20 @@ tDef(7890, "Cloud Caller") -- entity name
 tDef(7891, "broad brimmed hat") -- _t
 tDef(7892, "This hat's broad brim protects you from biting colds and sudden storms.") -- _t
 tDef(7899, "A small storm cloud follows you, dealing 15 lightning damage to all enemies in a radius of 3 each turn.") -- _t
-tDef(7933, "torque") -- entity subtype
 tDef(7933, "charm") -- entity type
+tDef(7933, "torque") -- entity subtype
 tDef(7934, "The Jolt") -- entity name
 tDef(7935, "tingling torque") -- _t
 tDef(7938, "This torque feels tingly to the touch, but seems to enhance your thinking.") -- _t
+tDef(7939, "Your mind is attuned to electricity.\
+Any lightning damage you do that is more than 10% of the victim's maximum life will attempt to brainlock the target.\
+Upon taking lightning damage >10% of your max life, your mind fires back, dealing 30% of the original damage as mind and trying to brainlock the target.\
+Upon taking mind damage >10% of your max life, you reflexively trigger the jolt, sending an arc of dazing lightning toward the target (damage based on mindpower).\
+This item can have up to 2 charges, with each charge having 4 turn cooldown.") -- _t
 tDef(7997, "damp steel battle axe") -- _t
 tDef(7998, "Stormfront") -- entity name
 tDef(8000, "The blade glows faintly blue, and reflects a sky full of stormy clouds.") -- _t
+tDef(8015, "inflicts either shocked or wet, chosen at random") -- _t
 tDef(8035, "Eye of Summer") -- entity name
 tDef(8036, "warm mindstar") -- _t
 tDef(8041, "This mindstar glows with a bright warm light, but seems somehow incomplete.") -- _t
@@ -12893,6 +13624,7 @@ tDef(8084, "#GREEN#The seasons no longer feel balanced.") -- logPlayer
 tDef(8091, "Eye of Winter") -- entity name
 tDef(8092, "cold mindstar") -- _t
 tDef(8097, "This mindstar glows with a dim cool light, but seems somehow incomplete.") -- _t
+tDef(8124, "Nature requires balance in these matters.") -- _t
 tDef(8144, "Ruthless Grip") -- entity name
 tDef(8146, "sinister gauntlets") -- _t
 tDef(8147, "Crafted for a warlord who wanted to keep his subjects under a stralite grip. Dark thoughts went into the making of these gauntlets, literally.") -- _t
@@ -12901,12 +13633,14 @@ tDef(8184, "sharpened icicle") -- _t
 tDef(8185, "As any scryer knows, the link between the murderer and the murdered is the murder weapon, and a scryer can follow that link from the murdered to the weapon to the murderer.\
 One rather cold blooded killer thought of a way around this. By carving blades out of ice, they could kill as they wished and the link would just melt away.\
 Their killing spree ended when one of the victims got lucky and managed to stab the murderer in the heart with the icey blade. After being united with the cold heart that created it, the final ice blade has never melted.") -- _t
+tDef(8200, "freezes the target") -- _t
+tDef(8207, "explodes a frozen creature (damage scales with willpower)") -- _t
 tDef(8226, "Thunderfall") -- entity name
 tDef(8227, "large echoing mace") -- _t
 tDef(8229, "Tremendous power is concentrated in this heavy mace. Just dropping it can knock down nearby walls.") -- _t
 tDef(8251, "perform a melee strike against a target at up to range %d for an automatic critical hit as lightning damage") -- tformat
-tDef(8272, "#Source# hurls %s %s at #target#!") -- logCombat
 tDef(8272, "something") -- _t
+tDef(8272, "#Source# hurls %s %s at #target#!") -- logCombat
 tDef(8285, "%s's weapon returns to %s!") -- logSeen
 tDef(8294, "Kinetic Focus") -- entity name
 tDef(8295, "humming mindstar") -- _t
@@ -12918,9 +13652,12 @@ tDef(8381, "Electrical energies are focussed in the core of this mindstar.") --
 tDef(8453, "Thermal Focus") -- entity name
 tDef(8454, "blazing mindstar") -- _t
 tDef(8459, "Thermal energies are focussed in the core of this mindstar.") -- _t
+tDef(8492, "You feel two unconnected psionic channels on this item.") -- _t
 tDef(8534, "Lightning Catcher") -- entity name
 tDef(8535, "coiled metal belt") -- _t
 tDef(8536, "A fine mesh of metal threads held together by a sturdy chain. Sparks dance across it.") -- _t
+tDef(8537, "Taking lightning damage or making critical hits builds 2 energy charges, which give you +5% lightning damage and +1 to all stats.\
+The charges decay at a rate of 1 per turn. Max 10 charges.") -- _t
 
 
 ------------------------------------------------
@@ -13086,10 +13823,11 @@ tDef(21, "store") -- entity subtype
 ------------------------------------------------
 section "game/modules/tome/data/general/traps/teleport.lua"
 
-tDef(20, "trap") -- _t
-tDef(20, "teleport") -- entity subtype
 tDef(20, "annoy") -- entity type
+tDef(20, "teleport") -- entity subtype
+tDef(20, "trap") -- _t
 tDef(26, "teleport trap") -- entity name
+tDef(27, "Teleports the victim away.  How does anyone get close enough to disarm this trap...?") -- _t
 tDef(32, "@Target@ shimmers briefly.") -- _t
 tDef(33, "shimmering floor switch") -- _t
 tDef(37, "%s is teleported away!") -- logSeen
@@ -13099,15 +13837,17 @@ tDef(42, "%s resists being teleported!") -- logSeen
 ------------------------------------------------
 section "game/modules/tome/data/general/traps/temporal.lua"
 
-tDef(20, "water") -- entity subtype
 tDef(20, "temporal") -- entity type
+tDef(20, "water") -- entity subtype
 tDef(20, "trap") -- _t
 tDef(28, "disturbed pocket of time") -- entity name
 tDef(33, "@Target@ is caught in a distorted pocket of time!") -- _t
 tDef(34, "faint distortion") -- _t
+tDef(35, "Creates a temporal anomaly when triggered.") -- _t
 tDef(43, "extremely disturbed pocket of time") -- entity name
 tDef(48, "@Target@ is caught in an extremely distorted pocket of time!") -- _t
 tDef(49, "distortion") -- _t
+tDef(50, "Creates a major temporal anomaly when triggered.") -- _t
 
 
 ------------------------------------------------
@@ -13396,6 +14136,7 @@ It has been an honor working with such talented individuals, and an honor doing
 \
 Long live the Conclave!\
 Healer Astelrid") -- _t
+tDef(258, "age of allure") -- newLore category
 tDef(259, "investigator Churrack note") -- _t
 tDef(260, "FROM: Investigator Churrack\
 TO: Whoever holds the position of High Overseer of Loyalty when we're let out\
@@ -13472,6 +14213,7 @@ But we won't age sleeping in these ruins#{normal}#\
 ------------------------------------------------
 section "game/modules/tome/data/lore/age-pyre.lua"
 
+tDef(25, "age of pyre") -- newLore category
 tDef(26, "Atamathon, the giant golem") -- _t
 tDef(27, "This giant golem was constructed by the Halflings during the Pyre Wars to fight the orcs, but was felled by Garkul the Devourer.\
 Its body is made of marble, its joints of solid voratun, and its eyes of purest ruby. One of its eyes seems to be missing. At over 40 feet high it towers above you.\
@@ -13524,6 +14266,7 @@ Another day dawns on Angolwen. I hesitate to write this, but it almost feels as
 This is not to say that life has been without conflict at all. An agent of the Ziguranth infiltrated Angolwen under the guise of a travelling alchemist a few days ago; an unhappy first, I'm afraid. Having used choking powder to incapacitate the guards and rob the surrounding mages of their voices, things may have turned ugly if Linaniil hadn't been passing by on one of her walks. Little was left of that man... or the tree he hid behind... or many of the surrounding buildings, to be honest.\
 \
 In a way, the incident lit a fire under me to pursue my studies and develop my powers, but I must admit that my interest in staff practice has waned as of late. My fencing, on the other hand, improves by the day. Hmm... I wonder if I can get some of the enchanters to help me \"augment\" my old sword. After all, what is a blade but a sharpened metal staff?") -- _t
+tDef(82, "angolwen") -- newLore category
 tDef(83, "Angolwen Fountain") -- _t
 tDef(85, "#{italic}#(You see here a large, elaborate fountain.  A statue of Linaniil stands in the center, her arms outstretched to welcome all; around the outside of the fountain stand statues of a dwarf manipulating earthen runes, a human with a simple healer's crosier, an elf with a tall, elaborate staff, and a halfling with a scepter in one hand and a fireball hovering over the other.  The runes and the fireball are not connected to anything, and float in a fixed position in the air.  You see a carving repeating along the border of the fountain, in small print.)#{normal}#\
 \
@@ -13577,12 +14320,17 @@ I have slain dozens of these arachnids, each one seemingly more difficult than t
 #{bold}#Journal Entry VIII#{normal}#\
 \
 Incredible, the size of that arachnid is unimaginable; there is no doubt about it, that spider is the matriarch here. I am heavily wounded, but there is no turning back now; I must finish what I started for the sake of all those awaiting my return. If I don't make it back, whoever is now reading this journal, please make High Sun Paladin Aeryn at the Gates of Morning aware of the grave situation... and tell Melnela that I'm sorry.") -- _t
+tDef(74, "ardhungol") -- newLore category
 tDef(75, "scrap of paper") -- _t
+tDef(76, "#{italic}#A few tattered scraps of paper lie on the ground, ruined from your fight with the creature carrying it.  It's almost completely illegible, but you can piece some of it together to read:#{normal}#\
+\"...pheromone signals effective on much Eyalite wildlife ineffective on species 'sun paladin.'  at current planetary core cooling rates, passive study would lead to great loss - next step of emigration program should be cleaning of local 'sun paladin' nest and establishment of...\"") -- _t
+tDef(79, "#{italic}#This pile of tattered paper could theoretically be assembled into something legible, but without more text to draw back on, it'd still be in a language you could never interpret.  If only you had more Spydric text to help translate this...#{normal}#") -- _t
 
 
 ------------------------------------------------
 section "game/modules/tome/data/lore/arena.lua"
 
+tDef(2, "arena") -- newLore category
 tDef(3, "Arena for dummies") -- _t
 tDef(4, "#{italic}#You find a note with some highlighted words...\
 #{bold}#SCORING IN THE ARENA\
@@ -13608,6 +14356,8 @@ section "game/modules/tome/data/lore/blighted-ruins.lua"
 
 tDef(26, "Work on my glorious project has been delayed. This displeases me. The fools from the nearby village are starting to suspect my presence, and have begun guarding their graveyards and cemeteries closely. Whatever meagre remains I can steal away are often too rotted or insubstantial to use for my project, so I have no choice but to use them as sub-par minions instead. Perhaps they will sow enough conflict and discord so that new, fresher remains will become available...") -- _t
 tDef(33, "The cloak of deception is complete! Truly my finest work, not counting my project of course, it allows my minions to walk amongst the living without arousing their suspicions at all. Already I have taken a stroll to a nearby town alongside a ghoulish thrall, wrapped in the cloak... hah! The fools didn't even bat an eyelid! With this item, acquisition of components for my project shall be all the more simple.") -- _t
+tDef(40, "Fate smiles upon me. What did I come across today but the body of an unfortunate %s? Unfortunate indeed, but rather fortunate for me. The body displays next to no decomposition... it shall be perfect! With this new minion and the cloak of deception, the completion of my project is all but assured. I must prepare for the ritual... my dark menagerie shall soon have a new member.") -- tformat
+tDef(45, "blighted ruins") -- newLore category
 tDef(46, "note from the Necromancer") -- _t
 tDef(47, "My masterpiece walks! It is glorious, beautiful. While it remains unfinished, it is finished enough to serve in its purpose of protecting my lair. No would-be hero will be able to defeat it, and once it is complete it will be nigh invulnerable! Now all that remains is to animate my newest minion and bend it to my will... then they'll see. They'll ALL see. What can possibly stop me now, I ask? What?!") -- _t
 
@@ -13633,6 +14383,7 @@ tDef(69, "#{bold}#Relle, Cornac Fighter and Expedition Leader#{normal}#\
 It knows we're here.  Xann's gone, and I have to assume the worst.  Too late to run.  One option left, a contraption Sodelost ensured us he'd be able to use to get the kill...  shame he didn't leave instructions behind with it, it's unclear how to arm it, and I don't want to add \"being charred to a crisp\" to my list of troubles today.\
 I might not know a great deal about artifice, but I know how wild animals work, and for all the praise they get, dragons are no better.  I don't need to know how to rig this device so it goes off when the beast steps on it - I just need to put it inside something it'll eat whole...\
 #{italic}#Judging from this note's intact state and delicate placement next to a sack covered in assorted animal viscera, the dragon not only avoided setting off the trap, but has kept it as a trophy.  Inside the sack is a disarmed trap featuring a few recognizable alchemical flasks, and a means of mixing them in the right proportion when a pressure plate is triggered to produce a blast of dragonsfire. Figuring out how to arm it is almost as easy as figuring out how to make more traps like it.#{normal}#") -- _t
+tDef(83, "daikara") -- newLore category
 tDef(84, "Freezing Trap") -- _t
 tDef(85, "#{bold}#Relle, Cornac Fighter and Expedition Leader#{normal}#\
 It knows we're here.  Xann's gone, and I have to assume the worst.  Too late to run.  One option left, a contraption Sodelost ensured us he'd be able to use to get the kill...  shame he didn't leave instructions behind with it, it's unclear how to arm it, and I don't want to add \"being frozen solid\" to my list of troubles today.\
@@ -13643,6 +14394,7 @@ I might not know a great deal about artifice, but I know how wild animals work,
 ------------------------------------------------
 section "game/modules/tome/data/lore/derth.lua"
 
+tDef(25, "derth") -- newLore category
 tDef(26, "Beam Trap") -- _t
 tDef(27, "#{italic}#A villager runs up to you, carrying a hefty looking sack.#{normal}#\
 You've saved us from the storms!  We can't ever repay you enough, but, well...  Shortly after you stopped them, a witch approached us and offered us some...  magical #{italic}#things#{normal}# and said they would protect our town if anything like that happened again.\
@@ -13728,6 +14480,7 @@ Thank you for telling me of Borfast's weaknesses - it shall make overcoming the
 You must feel a little betrayed of course. I promised you power beyond your imaginings, and instead I drained your blood, fed your flesh to my servants, and enthralled your soul to my bidding. Well, we all struggle to manage expectations sometimes, eh? At least be glad I let your tortured essence roam the cold fastness of my fortress, haunting anyone foolish enough to invade. And some power I will impart to you, and it is indeed beyond your imaginings, for your mind could never reach the dark places I can. But open your eyes now, for such dark places shall be with you till the end of time... Welcome, indeed, to the dark place of my heart.\
 \
 - The Master") -- _t
+tDef(164, "dreadfell") -- newLore category
 tDef(165, "a letter to Filio from the Master") -- _t
 tDef(166, "Oh Filio, what a fun game we have had of cat and mouse! Well, perhaps to you it was a life and death struggle, but for me this past three weeks of patiently hunting you through my halls has been the most entertaining of past-times. I have enjoyed extending the game so, letting you escape my clutches when I felt it most prudent, watching as you got ever more desperate. Alas, you have now degraded too much, and it was simply too embarrassing watching you eat your own faeces to survive. I had to put an end to it - I'm sure you understand.\
 \
@@ -14115,6 +14868,7 @@ Linaniil stood for a while staring at the black cave.  Fear radiated from her fa
 She marched forwards and I followed, until we came right up to the shadowed opening.  Linaniil hesitated a moment, staring into the blackness, before finally stepping inside and being swallowed from sight.  I could feel it then, the sensation that something ancient lay in this place.  My skin tingled and my arcane attunement felt on fire.  This dark cave held some mysterious force, secluded from all knowledge since the oldest days of Eyal.  There was something here that could change the destiny of the world.\
 \
 I took a deep breath and stepped forwards.") -- _t
+tDef(452, "spellblaze") -- newLore category
 tDef(453, "The Spellblaze Chronicles(8): Forbidden") -- _t
 tDef(454, "#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#\
 \
@@ -14222,6 +14976,7 @@ tDef(26, "a fearsome sight") -- _t
 tDef(27, "You stand in a field of fire, the flames dancing back and forth like blaze-spawned corn waving in the wind. It licks your feet, your skin, your face, and writhes around in tiny shapes which tear across your flesh and crawl down your throat. It burns and blazes through your body, and crazed thoughts fill your mind. This is Goedalath they tell you, the Fearscape, and you have no rightful place here.\
 \
 In the distance you see looming, demonic shapes of absolute darkness, towering above the blazing land like wardens of doom. The sky is black, but above your head hangs a round world that you recognise as Eyal. Across the burning plains gather armies of fiendish figures, and glowing eyes turn up with hateful glowers to your home world. Suddenly both you and it and seem small and frail. As the flames fill your body with pain your only thought is of escape.") -- _t
+tDef(34, "fearscape") -- newLore category
 tDef(35, "sacrificial altar") -- _t
 tDef(37, "You see a female human lying unconscious on a black altar, twisted sigils scored into her naked flesh.\
 Around her are several figures in dark robes.\
@@ -14385,6 +15140,7 @@ The rogue is unknown to this day\
 Though rumours persist still\
 Rogues aren't known by name or deed\
 But by the names they kill") -- _t
+tDef(214, "misc") -- newLore category
 tDef(215, "Dust to Dust") -- _t
 tDef(216, "#{italic}#An undead hunter's guide, by Aslabor Borys#{normal}#\
 \
@@ -14504,6 +15260,7 @@ it will be\
 #{italic}##FIREBRICK#b e a u t i f u l#LAST##{normal}#\
 \
 ") -- _t
+tDef(82, "high peak") -- newLore category
 tDef(83, "Elandar's journal (2)") -- _t
 tDef(84, "I awoke early this morning to see the love of my life altering the unique farportal we've been building together.  Our plans are all on track so far, the Staff of Absorption has been integrated into the portal so it'll drain Gerlyk the moment it summons him, the orcs are too busy suspecting each other to bother investigating us...  and then I discover that she's sabotaged it.  This portal will #{italic}#em#{normal}#power Gerlyk when it summons him - and he surely must be insane from the loneliness of tumbling in the void of space all this time.  In any case, even a sane god would be devastating to life as we know it.\
     \
@@ -14534,6 +15291,7 @@ tDef(69, "clue (ruined dungeon)") -- _t
 tDef(70, "There is an inscription here:\
 #{italic}#...Unleash dark thoughts.\
 Upon this blighted land!#{normal}#") -- _t
+tDef(78, "ruined dungeon") -- newLore category
 tDef(79, "infinite dungeon (ruined dungeon)") -- _t
 tDef(80, "There is an inscription here:\
 The deceptive god Ralkur fled before the wrath of the godslayer Branzir and his dark blade Madrath. But though he fled to the depths of the dungeon he came to an end. Seeing himself cornered he used his power to delve deeper into the ground, laying traps and summoning enemies to confound his enemy. But Branzir would not be lost. He pursued his prey ever on, hunting him ever deeper. And Ralkur fled further, and faster, delving to fathoms beyond knowledge, with the godslayer always behind him, hunting relentlessly.\
@@ -14563,6 +15321,7 @@ tDef(128, "The Hunter and the Hunted chapter 4") -- _t
 tDef(129, "Seeing the full powers of the Sher'Tul Ralkur felt paralysed with fear, and thought his quest for vengeance hopeless. But he bided his time still, and his patience was rewarded as he saw dissention begin to arise in the great race. When Caldizar disappeared and the Godslayers separated he felt his time was ripe, and he came upon the forest keep of Branzir under a storm of wrath. He flew down screeching, and spreading his wings he let loose spikes of steel that rained down on the keep, cutting through wood and stone and flesh. All who were in the keep were killed, and the air was filled with Ralkur's cackling laughter as he flew away.\
 \
 But the vengeful god had been hasty at the last, for Branzir was out hunting at the time. Coming back the next day he saw his home in ruins, and all his family and servants butchered, and sorrow and torment filled every corner of his being. On hearing reports of what happened he knew well the perpetrator and his fury was incandescent. He sought the aid of the other Godhunters in scouring out the stray god, but they were all divided, and each engaged in the politics that would lay the seeds for war. Perhaps if they had aided him then the popular Branzir could have helped unify the people and stop the madness that was to come. But Caldizar was gone, reportedly aggrieved and repentant at their acts, and the remaining Godslayers thought only of their own powers and making gods of themselves.") -- _t
+tDef(136, "infinite dungeon") -- newLore category
 tDef(137, "The Hunter and the Hunted chapter 5") -- _t
 tDef(138, "So Branzir set out alone, with Madrath in his sheath. It did not take long to find his prey, who had now stopped all attempts at hiding. He came upon the god in a settlement of lesser creatures who worshipped him, and he ruthlessly cut down the pathetic wretches that tried to protect their new deity. Ralkur fled at the sight of Branzir and his dark blade, filled with all-encompassing fright. But Branzir was not to be lost, and chased him into some nearby ruins. There Ralkur laid traps and summoned enemies and fled deeper into the darkness. But Branzir overcame them all and came on faster, till they reached the depths of the dungeons. And being out of space the god created new space and fled further, and kept on fleeing. And Branzir carried on chasing, not letting up for a second as the pursued god continued to delve deeper into the ground.\
 \
@@ -14651,6 +15410,7 @@ But must stay focussed, much work to be done. Miners are rowdy, hrm! One of the
 Hmm, that fellow's blood was so red, spilling on the cavernous floor. I wonder where they buried him? My mouth... it wants to taste, yes yes...\
 \
 -- Foreman Tamoth") -- _t
+tDef(155, "iron throne") -- newLore category
 tDef(156, "Deep Bellow excavation report 3") -- _t
 tDef(158, "Hah, my mouth, it tastes, it feels, hmm hmm. It grows, yes yes! The others are changing, flying, screaming, squelching, warping. Bad for profit, hmm hmm. My teeth, they grow, they hunger, yes. They want to escape!\
 \
@@ -14815,6 +15575,7 @@ As the iron cuts your flesh, you slowly become aware of a sound coming from the
 Dogs barking. Following that come the voices of men. These must be Berethh's companions. Arriving too late.\
 You rise and prepare to kill again.\
 ") -- _t
+tDef(263, "keepsake") -- newLore category
 tDef(264, "Keepsake") -- _t
 tDef(266, "Berethh lies dead. Kyless has been destroyed. The merchant caravan wiped out. Nothing of your past remains.\
 You thought you might find answers in this place but you have been left with only one certainty. You are cursed.\
@@ -14850,6 +15611,7 @@ It's not fleeing, it's just tactical repositioning...\
 tDef(63, "Kor'Pul, Kor'Pul... When the farmer told me what this place was called it reminded me of something, and I think it's coming back to me now. My mother used to tell me a story about our ancestors, how they fled by ship to escape the grasp of an evil sorcerer who dominated the lands. The sorcerer was a vile necromancer who took advantage of the destruction from the Spellblaze and the Cataclysm to create huge armies of undead. The people fought against him time and time again, but though he would be defeated he would still come back, sometimes after hundreds of years. And that sorcerer's name was.... Kor'Pul.\
 \
 Probably just a coincidence.") -- _t
+tDef(70, "kor'pul") -- newLore category
 tDef(71, "journal page (kor'pul)") -- _t
 tDef(72, "It's quiet down here. And dark... very dark. I suppose I should have brought a lantern. Our motto is to bring light into dark places, but I guess I should have thought about that in practical terms. I've cleared out pretty much all of this area, and there's not much left to explore beyond this last room.\
 \
@@ -14949,6 +15711,7 @@ Drake held the small, drakeskin pouch high, opened it and emptied its contents o
 \
 By the time Drake left the Iron Council, the Dwarves had agreed to pay thirty times the previous amount.\
 ") -- _t
+tDef(170, "southspar") -- newLore category
 tDef(171, "The Pale King, part two") -- _t
 tDef(172, "#{bold}#3. Drake and the Conclave Mages.#{normal}#\
 \
@@ -15009,6 +15772,7 @@ It’s a remarkable report, and one I’m minded to believe, in spite of the not
 - Lord Estevan Asimir\
 \
 #{italic}#Footnote: After this paper was published Lord Asimir was found dead and stripped of all valuables in one of the ports of Last Hope.#{normal}#") -- _t
+tDef(249, "last hope") -- newLore category
 tDef(250, "A creased letter") -- _t
 tDef(252, "Oh Cecil, what must you think of me? But I remember your words to me, before the fever took you - you told me to live. And live I must... And yet that fever has now spread to me and I feel my days are numbered.\
 \
@@ -15268,7 +16032,6 @@ RIP Gedis the Paladin\
 Bright star from foreign lands\
 We weep your fallen light\
 #{normal}#") -- _t
-tDef(559, "gravestone") -- _t
 tDef(559, "#{bold}#\
 Foursaw the Clown\
 #{normal}#82 - 114#{italic}#\
@@ -15276,6 +16039,8 @@ We laughed\
 Until we saw\
 The joke was over\
 #{normal}#") -- _t
+tDef(559, "gravestone") -- _t
+tDef(559, "last hope graveyard") -- newLore category
 
 
 ------------------------------------------------
@@ -15297,6 +16062,7 @@ I still remember Archmage Tarelion's lecture about the spell - \"Probability eff
 Besides, I'm enjoying myself - I'm having an adventure!!\
 \
 I saw something! I don't know what it was... but it was big and shadowy! But when I tried chasing it I got lost... Um, maybe I just imagined it? No, I'm sure it must be something cool and exciting, I just have to keep exploring!") -- _t
+tDef(53, "maze") -- newLore category
 tDef(54, "the perfect killing device") -- _t
 tDef(55, "I have now devised the perfect trap for the horned beast that walks these halls! Truly he cannot avoid this amazing contraption - the perfect blend of technical mastery and nature's lethal gifts. Ah, how I look forward to having that monster's head mounted on my walls - it shall be the pride of my collection!\
 \
@@ -15338,6 +16104,7 @@ tDef(53, "#{bold}#Tract of Acceptance#{normal}#\
 Betrayed by the Shalorën, wilful and destructive, and the Thalorën, aloof and suspicious, a long, seething silence fell over the remaining Nalorën people. It was during this period of grim introspection that salvation was suddenly and unexpectedly granted. The ancient Sher'Tul magicks, long pondered over by the land's mystics, would bear fruit at last.\
 \
 The same force that destroyed the Nalorën would save them. Through the Sher'Tul's magic, the Nalorën became able to breathe water as if it was air. Their bodies became adapted for existence under the waves, their legs becoming long, snake-like tails. Such drastic metamorphosis would naturally cause horror, you may expect. However, the Nalorën saw the possibilities their new forms provided: Their sunken lands were their own once again. Their homes would be rebuilt, their civilisation reborn. Nalorën no more, the denizens of the sunken kingdom would come to be known as 'nagas'...") -- _t
+tDef(62, "temple of creation") -- newLore category
 tDef(63, "personal note (Slasul)") -- _t
 tDef(64, "At long last, the temple finally reveals its secrets to me, and my plans can be set in motion. Lithe in form, faultless in combat, unmatched in speed both above the waves and beneath... nature couldn't have hoped to create such a race as nagas. With the Temple of Creation now open to me however, we may become so much more. With my guidance, my careful shaping of the Sher'Tul's magicks, under my expert hand our great race shall soon reach its zenith. A new tract shall soon be written: The Tract of the Devourer.\
 ") -- _t
@@ -15409,6 +16176,7 @@ By my ancestors' profits I hope you receive this message in good health and spir
 Your friend,\
 \
 Rolf.") -- _t
+tDef(162, "adventures") -- newLore category
 tDef(163, "Last Will of Rolf") -- _t
 tDef(165, "Last Will and Testament of Rolf Two-Axes\
 \
@@ -15443,6 +16211,7 @@ But Gerlyk's brothers grew jealous of each others creatures, and they fought, an
 And Gerlyk was sad, and looked at Human and said, \"I am sorry, but this is not a time for creators any more. I must go.\"\
 And Gerlyk walked into the Darkness.\
 But Human did not cry, for the coal in his heart burned hot, and he knew he was not truly alone.") -- _t
+tDef(215, "myths of creation") -- newLore category
 tDef(216, "a logical analysis of creation, by philosopher Smythen") -- _t
 tDef(217, "Many are the tales of how our world was made, from the absurd to the romantic to the horrific. But they are all mere myths, with no more than seeds of truth to even the most reliable. The history of our race goes back far, but it is tantalisingly scant in details from before we met the other races. Indeed, it is only through our battles with the others that we halflings have any ancient records at all.\
 \
@@ -15461,6 +16230,7 @@ Now that this has been clearly analysed in logical terms, one must consider the
 However there remains the matter of the Sher'Tul. Clearly these were of greater power than us, and yet they disappeared. One must presume that our god made this race before us, but was somehow unhappy with them, and so removed them and made us instead. We are not as powerful as the Sher'Tul - not yet at least - but we have our own gifts that evidently give us a greater place in our creator's heart. This would explain why we were the first race to unlock the powers of the Sher'Tul farportals. We had a natural affinity to the works of our elder brethren.\
 \
 So what happened to these gods after they had made the races which we see today? One must presume strife between them, and that they killed themselves, or took their battle away from the world. Our creator, seeing the other gods killed or left, must have then entrusted the world to us halflings, knowing that we would rule over it in his stead. This is why at every point in history we have played a pivotal role in the shaping of our world. It is our rightful inheritance, and it is our duty to rule it well.") -- _t
+tDef(238, "eyal") -- newLore category
 tDef(239, "Tale of the Moonsisters") -- _t
 tDef(240, "Eyal was raised from Darkness,\
 And One came who made a blinding light called Sun,\
@@ -15495,6 +16265,7 @@ tDef(278, "Death is nearing. I can feel her chilling breath down the back of my
 tDef(285, "Death mocks my experiments. I can preserve the flesh of my servants, tightly wrapped and salted, treated with the correct chemicals. I can animate them, make them shuffle about the empty halls of my mausoleum. But they are but empty shells, devoid of any soul. Is this how my majesty is to end? I demand a greater fate...\
 \
 My days are numbered. Each night that passes saps strength from me. I must find the way to preserve my soul within my flesh. My greatness cannot be allowed to fade.") -- _t
+tDef(291, "ancient elven ruins") -- newLore category
 tDef(292, "ancient papyrus scroll") -- _t
 tDef(293, "Death has met her match. My results are complete, and I am ready to step to the Beyond. I have my sword by my side, and its icy edge will freeze even the dark one in her tracks. My powers cannot be denied...\
 \
@@ -15513,6 +16284,7 @@ tDef(318, "Oh, what terrible horrors! Demons, clawed creatures, dark smog, cloud
 It was when I was studying the moonstone, and as the red star was rising again before the dawn. The stone glowed blood-red and suddenly portals awakened in the rock of the valley. From them poured forth all manner of demonic creatures! I put my ring of invisibility on and fled into the caves. But now the creatures are everywhere! The caves are infested with them, prowling about like hungry animals.\
 \
 And there is something... something terrible. In the shadows, in the darkness, I can sense it looking for me. It stalks me, an invisible hunter after invisible prey. Now and then I hear the cracking of a terrible whip. I must stay hidden...") -- _t
+tDef(326, "valley of the moon") -- newLore category
 tDef(327, "Rassir's journal part 3") -- _t
 tDef(328, "I fell asleep in a dark hollow, but my sleep was troubled by terrible dreams. The dreams are so vivid in my mind!\
 \
@@ -15642,6 +16414,7 @@ Giants live mostly around the mountainous peaks surrounding the Daikara Pass. Th
 Nagas were once believed to be mere myth, but reliable reports and even the capturing of dead physical samples has shown them to be real creatures. The upper half of their body is humanoid in form, with blonde hair and an extremely thin build, but the lower half is like that of a giant snake's tail. They stand around 6' tall on land, though their tails extend several feet further. They have been encountered off the eastern and south-eastern coasts of Maj'Eyal, which seems to indicate some exotic civilisation beneath the waves. Records of them exist only from the last few hundred years, and only more recently have they been interpreted as more than just the wild fantasies of inebriated sailors. They can breathe in air and underwater, possessing both lungs and gills, and have been reported to move with surprising speed on the ground. One might think them simply odd monsters, but they decorate themselves in jewellry and craft weapons and armour from materials found on the sea-bed, such as supple mail formed from layers of thick shark-hide. This would suggest an advanced culture, but communication with them so far has proved impossible. It is not known if they are capable of complex speech, but to date their only response to those who encounter them has been extreme violence, and fishermen in the east are always wary of coming across these vicious creatures.\
 \
 The origin of Demons is not wholly known, but it is clear that they are capable of intelligence and so I feel the need to describe them somewhat here. It is known that they can be summoned by certain magical rites, and minor demons were oft in the employ of evil sorcerers during the Age of Dusk. The main theory, which is supported by certain studies by Shaloren archmages, seems to indicate that they come from another world than our own, with connections formed through intense arcane energies. It must be a truly terrifying place to host such foul denizens. Demons vary immensely in appearance and power, as much as the creatures of our own world vary. They generally have blueish blood and metallic flesh and skin, which can oft react oddly with our atmosphere - some become wreathed in flames, others release hideous acids or belching clouds of darkness. All seem versed in magical abilities to some degree, and the strongest of them possess truly terrifying powers. Luckily they are exceptionally rare, and seem to be much less common in modern times since magic has fallen out of use.") -- _t
+tDef(508, "races") -- newLore category
 tDef(509, "Loremaster Greynot's Analysis of the Races - Chapter 11 - Dragons") -- _t
 tDef(510, "The common man may scoff at the idea of classifying dragons as an intelligent race, but experienced wyrmics know otherwise. Dragons are incredibly long-lived creatures, with some known to survive for thousands of years. Though in their early life they are of a bestial nature, as they advance through the centuries they gain an ever keener and more developed intellect. The eldest of wyrms are sometimes considered the most subtle and intelligent of creatures in Maj'Eyal, capable of telepathic communication and advanced mental abilities, and wyrmics speak of them with the highest reverence.\
 \
@@ -15652,6 +16425,7 @@ All corners of Maj'Eyal show some trace of different types of dragons. The Daika
 Attacks from dragons on humans and halfling settlements are fairly rare, but when they occur they can be truly devastating. Usually they are to feed on livestock, but now and then come attacks from newly matured drakes, seeking out precious metals and gemstones to build up a hoard. Dragon hoards have become a thing of legend, with the greatest wyrms rumoured to protect literal mountains of gold, but in modern times truly sizeable hoards are rare. The dwarves farmed hoarding dragons almost to extinction in the Age of Allure, and most dragons these days retain only modest treasures in their lairs.\
 \
 Dragons are regularly hunted for their thick scales and their elementally imbued bones. Dragonskin leather is prized amongst armour-workers, as when properly treated it is both light and tough, and oft retains some inkling of the original wyrm's power. Dragon-bone is highly favoured by staff-crafters for its natural attunement to elemental forces, and is sometimes used by fletchers in the crafting of the most delicate yet resilient bows and arrows. However the hunting of dragons for their skin and bones is greatly opposed by many wyrmics, and there is an increasing market for \"naturally harvested\" drake materials - those taken from dragons which have died of natural causes. Still, demand for all dragon materials is strong with exceptionally high prices paid, and many are the greedy souls that lose their lives each year at the fangs and claws of these magnificent creatures.") -- _t
+tDef(527, "shatur") -- newLore category
 tDef(528, "Lament for Lands now Lost") -- _t
 tDef(529, "You see a moss covered statue of a Thalore reciting a poem, over and over.\
 #{italic}#\"Where bright and berried yews did stand,\
@@ -15684,6 +16458,7 @@ Running man, running man\
 Now's the time to choose\
 Running man, running man\
 Your honour or your shoes!") -- _t
+tDef(567, "artifacts") -- newLore category
 tDef(568, "Gifts of Nature") -- _t
 tDef(569, "In Age of Allure rose an archmage high\
 With power beyond compare\
@@ -15734,22 +16509,26 @@ The blood that freely ran\
 To gifts of Nature trust\
 Your faith instead in tools arcane\
 Now to Nature you are dust\"") -- _t
+tDef(621, "dreamscape") -- newLore category
 tDef(622, "If I Should Die Before I Wake") -- _t
 tDef(623, "You wake suddenly from your unexpected slumber and attempt to quickly regain your bearings. However, you are not prepared for the bizarre vision that greets you: instead of land and sky you see only amorphous shapes and varying degrees of light. A strange psychedelic haze permeates the air and otherworldly colors and shadows flicker in and out of your peripheral vision. \
 As you begin to come to grips with this strange environment, you realize with horror that you cannot move! Your body feels as if it is completely without weight and try as you may you cannot budge an inch. You experience a sense of Déjà Vu as you recall past nightmares of being paralyzed. That's when it strikes you: you never woke up at all, you're still asleep! This epiphany is only reinforced when you notice a strange phenomenon: mirror copies of yourself are being slowly projected from where you stand and are moving about of their own volition.\
 They all seem to be focused on something in particular, but what? Just as soon as you set your mind to discerning what your dreamselves are focusing on, you feel it. With horror, you realize that you are not alone here. \
 Somehow, your foe has invaded your very subconcious and is attacking you in your dreams. Still unable to move, your lucid mind races on how to handle such an insane and horrible situation. On a whim you concentrate on one of your projections and you find that you can control it. \
 Free now to face this nightmare, you turn to find your foe. While you have a sense that having one of your dreamselves destroyed may not by itself be catastrophic, what would happen if several or many are cut down? Unwilling to find out, you resolve yourself to end this offensive intrustion into your mind.") -- _t
+tDef(633, "vault") -- newLore category
 tDef(634, "Mocking Note") -- _t
 tDef(635, "Dear graverobber,\
 \
 Try to be a little faster next time.\
 \
 Love, #{italic}#Eden#{normal}#") -- _t
+tDef(644, "magic") -- newLore category
 tDef(645, "Nature vs Magic") -- _t
 tDef(647, "Your arcane abilities have been interfered with!\
 \
 Eyal is a torn world, and the forces of nature can react strongly to the arcane energies that seek to manipulate them. Some items and areas are imbued with anti-magic, a natural energy that disrupts magical abilities and effects. There are even those who have learned to harness anti-magic into their own wild abilities, and who use them to hunt down and destroy those who practise magic. So beware, caster! It is a hostile world ye wander in.") -- _t
+tDef(654, "highfin") -- newLore category
 tDef(655, "On Adventuring") -- _t
 tDef(656, "I must say, as time grows, I feel so do I grow more and more inclined to distance myself from the calling of an 'adventurer', like so many you can find roaming the countryside. I feel like the myth of a wandering hero has blinded too many with promise of easy fame and riches, with no eye for the other kind of fortune.\
 \
@@ -15764,6 +16543,7 @@ What does reach us then, are not people, but objects. Artifacts of great power,
 It is important to remember, that every artifact has a meaning, beings of great power and importance behind them. Stories, that now slowly wane into nothing. This is why it is not artifacts that make an adventurer. It is his great deeds, the will to dare where nobody did before. It is not important if you get known in the process or not, after all, if you were truly great, maybe you will leave behind a legacy of your own.\
 \
 -#{italic}#Kestin Highfin#{normal}#") -- _t
+tDef(673, "point zero") -- newLore category
 tDef(674, "Warden-Master Galsamae's Orientation Notes") -- _t
 tDef(675, "Congratulations, sir and/or madam. Whether by invitation, discovering it on your own, or simply being enough of a thorn in our side to recruit rather than dispose of, you have gained the secrets of chronomancy. The ultimate power of time - the ability to reset and try again if you fail, the ability to save time by seeing the results of investigations before they happen. Though our powers are bound to post-Spellblaze Eyal, they are those of nigh-omnipotence with enough patience.\
 \
@@ -15780,6 +16560,7 @@ Welcome to Point Zero, agent. Enclosed are timespace coordinates to what is, qui
 [i]-Galsamae[/i]\
 \
 PS: You might encounter a... benefactor of sorts in your travels. You'll know it when you see it, ham-fistedly yanking its puppets back from the brink of death; if you see it for yourself, we regret to inform you that you've taken a one-way trip off prime Timeline-E4-RL territory for a doomed offshoot unless \"he\" feels like weaving you back in - and it tends to only do that to people who narrowly avert its engineered apocalypses through incredible power or luck. If you have been chosen by its schemes, play along and you might get brought back from the temporal graveyard that is the Timeline-E4-EXPADV subnetwork. We do not know what it is - a runaway creation of our own, a competing culture's weapon, or something far above ourselves - but if it has hostile intent, it has already won. So far it's been... mostly cooperative. Just make a point not to remind it that we're its competition.") -- _t
+tDef(694, "spydrë") -- newLore category
 tDef(695, "Mantra of a Shiiak") -- _t
 tDef(696, "Each morning I wake, happy I'm alive;\
 the traps of this tomb won't claim me today.\
@@ -15809,6 +16590,7 @@ I have done it! My fool of a master said I was not ready for the rites of lichdo
 \
 Zilquick the Eternal, hah! What an unbearable buffoon, and I am glad his pride was his undoing. The young fool used up the Ruby of Eldoral in creating his phylactery, however; I must acquire a new phylactery for myself. On the bright side, my incompetent apprentice did illustrate why a bone from a creature slain by my own hand is important: the dragon bone he chose had left to fester a mold infection, and the mold somehow infused itself with the bone's inherent magical properties, altering the magical composition of the spell. I do hope whoever finds this note shall kill this \"lich\" using the most painful means available, and shall deposit him someplace where he is sure to be found.\
 Oh, look. He is trying to harm me with spells, but all he can manage is a corruption of his own name: Z'quikzshl.") -- _t
+tDef(737, "boss") -- newLore category
 tDef(738, "Walrog") -- _t
 tDef(739, "Dirge of the Naloren\
 \
@@ -15848,6 +16630,7 @@ tDef(57, "Another body, if one could call it that. Mangled remains strewn about
 I did not even attempt to bury the remains. I ran, and as frightful thoughts filled my head the sky turned red and the earth turned black, and spiders appeared with morphing faces. They laughed at me and spun their webs. I tore through them, the strands sticking to my fingers, mucousy remnants dripping over my skin. A surge of revulsion pulsed through me and suddenly the webs evaporated and the spiders coalesced into a giant face, its mouth a red flower. I reached into the midst of the crimson petals and it exploded in a wet mess, blinding all sight and thought.\
 \
 I woke up with my flesh drenched in blood. Or is it blood? Is it my flesh? The ground rumbles with my every moan, the mists swirl with my every sigh. I am closer to the heart of the caldera now. Closer to finding the truth. The truth of this place. The truth of myself...") -- _t
+tDef(66, "dogroth caldera") -- newLore category
 tDef(67, "tattered paper scrap") -- _t
 tDef(68, "Broken land and broken thoughts. If I think clearly the land runs smooth. But my thoughts are not clear. I think.\
 \
@@ -15883,6 +16666,7 @@ tDef(61, "#{italic}#From the notes of Darwood Oakton, explorer:\
 #{bold}#CHAPTER FOUR: NEEDS MUST...\
 \
 #{normal}#Before I continue, I must make one thing clear: I am no great friend to the mages. Some powers simply were not meant for mortal hands or minds. As history has taught us time and again, from the sudden disappearance of the Sher'Tul to the Spellblaze and the plagues it brought in its wake, magic is wont to cause more harm than good. But I fear it is a necessity for my current task. During my stay in Derth a fellow traveller and I have become fast friends, often drinking together in the local tavern. I can't put my finger on it, but I believe him to be a mage; he has an unexplainable feeling of power surrounding him, not to mention a rather ostentatious hat. I wonder what his thoughts would be on the art of water-breathing...?") -- _t
+tDef(69, "old forest") -- newLore category
 tDef(70, "journal entry (old forest)") -- _t
 tDef(72, "#{italic}#From the notes of Darwood Oakton, explorer:\
 #{bold}#CHAPTER FIVE: HORR...\
@@ -15904,6 +16688,7 @@ If any come after, I bid you turn ... horrors ... too much. If you are foolish e
 \
 #{italic}#You find with the note a tiny, faintly glowing orb - is this the key the note mentions?\
 #{normal}#") -- _t
+tDef(100, "lake of nur") -- newLore category
 tDef(101, "magical barrier") -- _t
 tDef(103, "As you descend to the next level you traverse a kind of magical barrier keeping the water away. You hear terrible screams.") -- _t
 
@@ -16116,6 +16901,7 @@ The reason for suicide is beyond understanding. His research has been immensely
 I see his notes also suggest the mothers may be in pain. I will allow a doping infusion to be administered to alleviate this. We would not wish our women to suffer...\
 \
 ") -- _t
+tDef(354, "orc prides") -- newLore category
 tDef(355, "Ukruk's log") -- _t
 tDef(356, "Sher'Tul ruin matches description from high command. Investigation begun, but slow. Looks like it crashed into the ground long ago - hard to access many areas. Target item has been described by command as a staff. Do not know why a staff so important. Surely the ultimate weapon should be a sword or axe, like that wielded by the great Garkul?\
 \
@@ -16173,6 +16959,7 @@ One day soon he will return to us, and bring us to our proper glory. Look forwar
 \
 -- The Inquisitor\
 ") -- _t
+tDef(78, "rhaloren") -- newLore category
 tDef(79, "carefully preserved letter (rhaloren camp)") -- _t
 tDef(80, "My dearest,\
 \
@@ -16218,6 +17005,7 @@ To the darkest depths I now depart\
 In search of my one fate\
 How I long to taste the beating heart\
 Of the legendary worm so great!") -- _t
+tDef(67, "sandworm lair") -- newLore category
 tDef(68, "song of the sands") -- _t
 tDef(69, "I have seen the Queen in glory true\
 And she has moved me to my soul\
@@ -16262,6 +17050,7 @@ There is a wonder here, a wonder beyond all else I have ever seen. A crystal of
 I felt it touch me, I felt it reach into my heart and imbue me with its strength. I stood entranced as its energy flowed into me. Oh how the blood now courses through my veins! Blood corrupted with true power!\
 \
 I see now the path that lies before me. The Spellblaze was not a curse, it was a blessing. I must open our people's eyes to the glory that our race has unlocked! I shall bring the wonders of this corruption to the whole world!") -- _t
+tDef(84, "scintillating caves") -- newLore category
 tDef(85, "exploration journal") -- _t
 tDef(86, "#{italic}#10th Mirth, Year 122 of the Age of Ascendancy#{normal}#\
 The council has seen fit to allow me to investigate the scintillating caverns after that Rhaloren madman started raving on the streets about how someone had \"befouled\" them... I do not see any such befoulment, but neither do I see the moving crystals this place was rumoured to have. There are oddly misplaced crystal shards, which seem to have sheared off of something larger, but hardly anything spectacular.\
@@ -16299,8 +17088,8 @@ tDef(59, "#{italic}#'We conquered the world, and built for ourselves towering ci
 tDef(66, "fifth mural painting") -- _t
 tDef(68, "This mural shows nine Sher'Tul standing side by side, each holding aloft a dark weapon. Your eyes are drawn to a runed staff held by the red-robed figure in the centre. It seems familiar somehow...\
 There is some text beneath ") -- _t
-tDef(69, "#{italic}#'Of pride we accepted no equals, and of greed we accepted no servitude. We made for ourselves terrible weapons - the Godslayers - and nine were chosen to wield them.'#{normal}#") -- _t
 tDef(69, "which you do not understand: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#") -- _t
+tDef(69, "#{italic}#'Of pride we accepted no equals, and of greed we accepted no servitude. We made for ourselves terrible weapons - the Godslayers - and nine were chosen to wield them.'#{normal}#") -- _t
 tDef(76, "sixth mural painting") -- _t
 tDef(78, "You see images of epic battles, with Sher'Tul warriors fighting and slaying god-like figures over ten times their size.\
 There is some text underneath ") -- _t
@@ -16309,19 +17098,20 @@ tDef(79, "#{italic}#'The petty gods were hunted down and slain, and their spirit
 tDef(86, "seventh mural painting") -- _t
 tDef(88, "You see the red-robed Sher'Tul striking the huge god with the dark, runed staff. Bodies litter the floor around them, and the golden throne behind is bathed in blood. The light in the god's eyes seems faded.\
 There is some text underneath ") -- _t
-tDef(89, "#{italic}#'The almighty AMAKTHEL was assaulted on his golden throne, and though many died before his feet, he was finally felled.'#{normal}#") -- _t
 tDef(89, "which you do not understand: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#") -- _t
+tDef(89, "#{italic}#'The almighty AMAKTHEL was assaulted on his golden throne, and though many died before his feet, he was finally felled.'#{normal}#") -- _t
 tDef(96, "eighth mural painting") -- _t
 tDef(98, "The large mural shows the great god spread on the ground, with the dark staff held against his chest. Sher'Tul surround him, some hacking off his limbs, cutting out his tongue, and binding him with chains. A burst of light flares up from where a tall Sher'Tul warrior is gouging his eye with a black-bladed halberd. In the background a Sher'Tul mage beckons to a huge chasm in the ground.\
 The text beneath says simply ") -- _t
-tDef(99, "#{italic}#'The Great Sin.'#{normal}#") -- _t
 tDef(99, "#{italic}#'Meas Abar.'#{normal}#") -- _t
+tDef(99, "#{italic}#'The Great Sin.'#{normal}#") -- _t
 tDef(106, "ninth mural painting") -- _t
 tDef(108, "This final mural has been ruined, with deep scores and scratches etched across its surface. All you can see of the original appears to be flames.") -- _t
 tDef(114, "Yiilkgur raising toward the sky") -- _t
 tDef(116, "Yiilkgur, the Sher'Tul Fortress is re-activated and raises from the depths of Nur toward the sky.") -- _t
 tDef(122, "a living Sher'Tul?!") -- _t
 tDef(124, "You somehow got teleported to an other Sher'Tul Fortress, in a very alien location. There you saw a living Sher'Tul.") -- _t
+tDef(129, "sher'tul") -- newLore category
 tDef(130, "lost farportal") -- _t
 tDef(132, "%s boldly entering a Sher'Tul farportal.") -- tformat
 
@@ -16353,6 +17143,7 @@ tDef(50, "#{italic}#Touching the conch makes it emit a sound. As you put it to y
 \"Waverider Tiamel reporting. Immediate perimeter is secure, though I have sent some members to scout the surrounding areas. I will feel better when we have mapped the land and are ready to sustain a larger team. Still, we should be perfectly safe as long as the landdwellers do not know of our presence. And even if they dare come here the magics of Zoisla will put their puny star worship to shame.\
 \
 \"I fear that some of the team are not taking our mission seriously. Do they not know the responsibility the Saviour has laid on us? We are his arms and tails in this far land, and it is our duty to protect the farportal which will help bring us to greater strengths. We are his first line of attack against the blood relatives of those who doomed our race so long ago. And with our efforts we shall push forward our race to new boundaries, laying the path for the bright future our great Saviour has planned for us. Long live Slasul! Long live the legend of the Devourer!\"") -- _t
+tDef(59, "slazish fens") -- newLore category
 tDef(60, "conch (3)") -- _t
 tDef(61, "#{italic}#Touching the conch makes it emit a sound. As you put it to your ear you hear a charismatic and commanding voice emanating from within:#{normal}#\
 \
@@ -16368,6 +17159,7 @@ tDef(61, "#{italic}#Touching the conch makes it emit a sound. As you put it to y
 ------------------------------------------------
 section "game/modules/tome/data/lore/spellblaze.lua"
 
+tDef(25, "spellblaze") -- newLore category
 tDef(26, "draft letter (mark of the spellblaze)") -- _t
 tDef(27, "Dear Father,\
 \
@@ -16435,6 +17227,7 @@ Necromancers and fell conjurers can present a great threat when they summon thei
 Hexes and curses can wreak terror upon you, and you would do well to have an infusion that removes these and other blighted magic effects when facing dread occultists. Infusions to augment your natural healing are also a must for difficult battles.\
 \
 Remember to show no mercy, for they will give you none.") -- _t
+tDef(84, "age of dusk") -- newLore category
 tDef(85, "Spellhunter's Guide part 3: How to Kill a Magic-User") -- _t
 tDef(86, "When a magic-user is captured, they must be slain, and slain fast. Captivity is too great a risk. Preferably they should be killed in a way that utterly removes any means for the body to recover through arcane force. Remember that coming back from the dead is no alien feat to these abominations.\
 \
@@ -16462,6 +17255,7 @@ tDef(37, "And boy were all the rumors about unreliable adventurers true. I'd hea
 This Thanchir guy really, really needs to find a more urban spot with accessible public transportation (no adventurers please!). However, once I could get him to talk, he did know quite a bit. Apparently, he claims some distant kinship to the first Elf in these parts. They arrived by boat from some legendary land called \"Maj'Eyal\". He says that it definitely exists, but could provide no real evidence. This should be investigated further") -- _t
 tDef(45, "However, I have been repeatedly told by the powers that be, that I need to get on with this and turn in another report on how a different race got here. So, I will temporarily pause my researches on whether or not Maj'Eyal is real or just an Elf legend. (Can't trust everything they say despite their long memories.) Instead, I am on to meet the keeper of the Eastern Historical Society who has the best collection of lore about how Humans got here. As such, I will be travelling to northern Vor to use their archives.\
 And yes, unfortunately I will be travelling by adventurer again. By all the gods, why don't I get a better budget? This is absolutely terrible. It has been a particularly long walk. Longer than I thought it would be, truthfully, so I have run out of food. Foolish, I know, but I figured I could ask the escort for some of his. The snobby piece of troll-liver says he doesn't eat! Now talk about a terrible lie. Did he really think that would fool me? This Eastern Historical Society had better be good...") -- _t
+tDef(51, "history of the Sunwall") -- newLore category
 tDef(52, "Loremaster Verutir's note") -- _t
 tDef(53, "Finally arrived in Vor safe and mostly sound. (Though I do have some burns on my stomach from mage fire and my coat is a complete wreck. I wonder if I can expense a new coat.) However, the Eastern Historical Society is everything I could have hoped. Who can doubt that Humans are the superior race! You'd never see an Elf or an orc keep neat paper records like this!\
 In short: Aethidry was the first Human to map out these shores. EHS has his map preserved in good crackly yellow parchment. However, he travelled on and later died on distant shores, so he was neither the first Human to arrive here, nor the one who organized the first settlement. Some historians guess that the first Human to arrive in the east was one Vaeryn Gorthol. At the least, many of the first explorers mention him as a precursor, so he may well have been. A few of the important first settlers were Oweodry Arandur, Aethor (or perhaps Aethur) the Wronged, and Bloran the Black.") -- _t
@@ -16503,6 +17297,7 @@ My drolem grabbed it with its jaws, as usual, but I told it to back off on seein
 I've \"officially\" agreed to their deal - they'll supply me with materials, subjects, and what little progress they've made, and in return I've developed a modified orb that'll give them readings when it's used in a portal.  Needless to say, the readings are all bogus, and if they actually try to use those readings to make a second portal of their own, it'll blow them to bits.  The data they've given me has been VERY useful!  I've used it to construct a second altar from scratch - it still has some links to the demonic realm, but a single teleport with a genuine Orb of Many Ways will recalibrate it and cut those off completely, letting me get away scot-free with my knowledge and treasures, and preventing the demons from reaching me again.\
 \
 Now, I just need to get a genuine orb before the demons catch on...") -- _t
+tDef(74, "tannen's tower") -- newLore category
 tDef(75, "Demon Orders") -- _t
 tDef(76, "Order to the Portal Excursion Team:\
 \
@@ -16526,6 +17321,7 @@ tDef(39, "You find a tattered page scrap. Perhaps this is part of a diary entry.
 ...\
 \
 ...initely found his treasure stash further on, but had to turn back. If you get this, HELP!\"") -- _t
+tDef(49, "trollmire") -- newLore category
 tDef(50, "tattered paper scrap (trollmire)") -- _t
 tDef(51, "You find a tattered page scrap. Perhaps this is part of a diary entry.\
 \"...writing this in a tree and he's at the bottom of it. Waiting. His club is the size of a tall dwarf. Don't think I'm going to make it...\"\
@@ -16584,6 +17380,7 @@ She explained how she and her friends were helping to save the world, to rid our
 \
 I have no voice now to tell my story to others, and so I write it down instead, and I spread it to the winds. I have suffered from my contact with magic, and others will suffer too. Do not trust in the terrible powers of these devious arts. They will only betray you and bring you to harm. Turn your back on magic, and make others repent too. Find your own salvation in nature's joys before it is too late.\
 ") -- _t
+tDef(91, "zigur") -- newLore category
 tDef(92, "Purging Trap") -- _t
 tDef(93, "[As you begin to leave, Protector Myssil stops you.]\
 \
@@ -16592,6 +17389,28 @@ Actually...  You fight in a more subtle way than most, do you not?  It is a poin
 (She hands you a scroll.) Here - some of us have come up with a pre-prepared device which will sap magic from whoever or whatever sets it off.  All we ask is that you use discretion with these devices; no matter what our #{italic}#last#{normal}# assassin thought, planting them in some lesser rune-scribe's shop would be more likely to do us harm than good in the long run.") -- _t
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/gates-of-morning.lua"
+
+tDef(51, "Limmir the Jeweler") -- _t
+tDef(63, "Melnela") -- _t
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/last-hope.lua"
+
+tDef(19, "Statue of King Tolak the Fair") -- _t
+tDef(20, "Statue of King Toknor the Brave") -- _t
+tDef(21, "Statue of Queen Mirvenia the Inspirer") -- _t
+tDef(22, "Declaration of the Unification of the Allied Kingdoms") -- _t
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/shatur.lua"
+
+tDef(27, "Moss covered statue") -- _t
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua"
 
@@ -16610,20 +17429,26 @@ tDef(57, "Something in the floor clicks ominously.") -- logPlayer
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua"
 
+tDef(34, "corrupted lava floor") -- _t
 tDef(43, "#Source# emits dark energies at your feet.") -- logCombat
 tDef(48, "The corrupted lava reanimates %s's corpse!") -- logSeen
+tDef(56, "human sun-paladin") -- _t
+tDef(60, "A Human in shining plate armour.") -- _t
 
 
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/portal-vault.lua"
 
 tDef(97, "#YELLOW#The Portal repels you briefly before becoming quiescent.  The other side seems to be blocked.") -- logPlayer
-tDef(99, "Malevolent Portal") -- _t
 tDef(99, "An ominous aura emanates from this portal. Are you sure you want to go through?") -- _t
+tDef(99, "Malevolent Portal") -- _t
 tDef(100, "#YELLOW#You overcome intense #LIGHT_BLUE#REPULSIVE FORCES#LAST# as you traverse the Portal.") -- logPlayer
-tDef(103, "Teleport") -- _t
 tDef(103, "Cancel") -- _t
+tDef(103, "Teleport") -- _t
 tDef(107, "#YELLOW#Nothing happens when you use the Portal.") -- logPlayer
+tDef(132, "A strange portal to some place else.") -- _t
+tDef(149, "Portal") -- _t
+tDef(150, "A portal out of this place.") -- _t
 
 
 ------------------------------------------------
@@ -16641,6 +17466,13 @@ section "game/modules/tome/data/maps/vaults/auto/lesser/loot-vault.lua"
 tDef(63, "A small scrap of paper written in a mocking tone.") -- _t
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/vaults/collapsed-tower.lua"
+
+tDef(66, "collapsed tower") -- _t
+tDef(94, "stairs back to %s") -- _t
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/greater-crypt.lua"
 
@@ -16665,17 +17497,58 @@ tDef(91, "#YELLOW#The air comes alive with terrible magics!") -- logPlayer
 tDef(120, "#YELLOW#The world spins around you!") -- logPlayer
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/wilderness/eyal.lua"
+
+tDef(446, "Island of Rel") -- _t
+tDef(447, "Charred Scar") -- _t
+tDef(448, "Far East") -- _t
+tDef(452, "Tar'Eyal") -- _t
+tDef(453, "Maj'Eyal") -- _t
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/zones/halfling-ruins-last.lua"
 
-tDef(42, "As you enter the tunnel you feel a strange compulsion to go backward.") -- _t
+tDef(26, "Long tunnel to the island of Rel") -- _t
 tDef(42, "Long tunnel") -- _t
+tDef(42, "As you enter the tunnel you feel a strange compulsion to go backward.") -- _t
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua"
+
+tDef(41, "Control Room") -- _t
+tDef(42, "Exploratory Farportal") -- _t
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tannen-tower-1.lua"
+
+tDef(22, "open sky") -- _t
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tempest-peak-top.lua"
+
+tDef(22, "open sky") -- _t
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/valley-moon.lua"
+
+tDef(19, "Passage to the caverns") -- _t
+tDef(19, "A dark hole in the mountain") -- _t
 
 
 ------------------------------------------------
 section "game/modules/tome/data/mapscripts/lib/subvault.lua"
 
+tDef(34, "Hidden Vault - %s") -- tformat
+tDef(77, "stairs back to %s") -- _t
 tDef(80, "hidden vault") -- _t
+tDef(82, "Crumbling stairs lead down to something.") -- _t
+tDef(91, "collapsing hidden vault") -- _t
 tDef(95, "collapsed hidden vault") -- _t
 tDef(96, "It is fully collapsed, no way down.") -- _t
 tDef(97, "#VIOLET# The stairway is about to collapses completely, you may still go back but it will be the last time!") -- log
@@ -16722,6 +17595,7 @@ section "game/modules/tome/data/quests/arena.lua"
 tDef(20, "The Arena") -- _t
 tDef(23, "Seeking wealth, glory, and a great fight, you challenge the Arena!") -- _t
 tDef(24, "Can you defeat your foes and become Master of Arena?") -- _t
+tDef(32, "Winner") -- _t
 tDef(38, "#GOLD#Well done! You have won the Arena: Challenge of the Master#WHITE#") -- _t
 tDef(39, "") -- _t
 tDef(40, "You valiantly fought every creature the arena could throw at you and you emerged victorious!") -- _t
@@ -16812,7 +17686,7 @@ tDef(130, "Tannen points to the location of Telmur on your map.") -- logPlayer
 tDef(156, "Back and there again") -- _t
 tDef(156, "A portal appears in the center of the tower!") -- _t
 tDef(173, "Meranas, Herald of Angolwen") -- _t
-tDef(186, "#VIOLET#You enter the swirling portal and in the blink of an eye you are back in Last Hope.") -- logPlayer
+tDef(187, "#VIOLET#You enter the swirling portal and in the blink of an eye you are back in Last Hope.") -- logPlayer
 
 
 ------------------------------------------------
@@ -16879,6 +17753,7 @@ tDef(102, "#LIGHT_RED#As you enter the level you hear a familiar voice.") -- log
 tDef(103, "#LIGHT_RED#Fallen Sun Paladin Aeryn: '%s YOU BROUGHT ONLY DESTRUCTION TO THE SUNWALL! YOU WILL PAY!'") -- logPlayer
 tDef(109, "Ruins of the Gates of Morning") -- _t
 tDef(110, "The Sunwall was destroyed while you were trapped in the High Peak.") -- _t
+tDef(143, "Winner") -- _t
 tDef(175, "#GOLD#Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy#WHITE#") -- _t
 tDef(177, "The Sorcerers are dead, and the Orc Pride lies in ruins, thanks to your efforts.") -- _t
 tDef(182, "Your sacrifice worked. Your mental energies were imbued with farportal energies. The Way radiated from the High Peak toward the rest of Eyal like a mental tidal wave.") -- _t
@@ -17019,7 +17894,7 @@ tDef(31, "The Fortress Shadow said she could be cured.") -- _t
 tDef(34, "Melinda decided to come live with you in your Fortress.") -- _t
 tDef(37, "The Fortress Shadow has established a portal for her so she can come and go freely.") -- _t
 tDef(60, "You saved her from the depth of a cultists' lair and fell in love with her. She has moved into the Fortress to see you more often.") -- _t
-tDef(94, "Melinda") -- _t
+tDef(117, "Melinda") -- _t
 
 
 ------------------------------------------------
@@ -17060,6 +17935,7 @@ tDef(32, "#VIOLET#This tome seems to be about the power of gems. Maybe you shoul
 tDef(67, "Limmir points to the entrance to a cave on your map. This is supposed to be the way to the valley.") -- logPlayer
 tDef(75, "You must be near the moonstone to summon Limmir.") -- logPlayer
 tDef(80, "You do not have the summoning scroll!") -- logPlayer
+tDef(91, "Limmir (Quest)") -- _t
 tDef(114, "Limmir the Master Jeweler") -- _t
 
 
@@ -17226,7 +18102,12 @@ tDef(41, "You should bring it to the elders of Last Hope in the southeast.") --
 tDef(48, "#00FFFF#You can feel the power of this staff just by carrying it. This is both ancient and dangerous.") -- logPlayer
 tDef(49, "#00FFFF#It should be shown to the wise elders in Last Hope!") -- logPlayer
 tDef(53, "#VIOLET#As you come out of the Dreadfell, you encounter a band of orcs!") -- logPlayer
+tDef(89, "You wake up after a few hours, surprised to be alive, but the staff is gone!\
+#VIOLET#Go at once to Last Hope to report those events!") -- _t
 tDef(103, "Ukruk the Fierce") -- _t
+tDef(110, "Ambush") -- _t
+tDef(110, "You are surprised to still be alive.\
+#VIOLET#Go at once to Last Hope to report those events!") -- _t
 
 
 ------------------------------------------------
@@ -17268,6 +18149,7 @@ tDef(24, "When you arrived there you found nothing but orcs, well organized and
 tDef(25, "Most of your team was killed there and now you and Norgan (the sole survivor besides you) must hurry back to the Iron Council to bring the news.") -- _t
 tDef(26, "Let nothing stop you.") -- _t
 tDef(28, "Both Norgan and you made it home.") -- _t
+tDef(47, "Norgan") -- _t
 
 
 ------------------------------------------------
@@ -18006,6 +18888,14 @@ tDef(478, "Up to five targets in a radius of %d are teleporting %d tiles every t
 tDef(484, "Anomaly Summon Townsfolk") -- talent name
 tDef(500, "Some innocent bystanders have been teleported into the fight.") -- _t
 tDef(513, "Not enough space to summon!") -- logPlayer
+tDef(549, "human farmer") -- _t
+tDef(552, "A weather-worn Human farmer, looking at a loss as to what's going on.") -- _t
+tDef(556, "halfling gardener") -- _t
+tDef(558, "A rugged Halfling gardener, looking quite confused as to what he's doing here.") -- _t
+tDef(563, "shalore scribe") -- _t
+tDef(565, "A scrawny Elven scribe, looking bewildered at his surroundings.") -- _t
+tDef(570, "dwarven lumberjack") -- _t
+tDef(572, "A brawny Dwarven lumberjack, looking a bit upset at his current situation.") -- _t
 tDef(588, "Pulls innocent people into the fight.") -- tformat
 tDef(594, "Anomaly Slow") -- talent name
 tDef(610, "@Source@ creates a bubble of slow time.") -- _t
@@ -18151,54 +19041,55 @@ section "game/modules/tome/data/talents/chronomancy/chronomancer.lua"
 tDef(20, "Blade Threading") -- _t
 tDef(20, "A blend of chronomancy and dual-weapon combat.") -- _t
 tDef(21, "Bow Threading") -- _t
-tDef(22, "A blend of chronomancy and physical combat.") -- _t
 tDef(22, "Temporal Combat") -- _t
+tDef(22, "A blend of chronomancy and physical combat.") -- _t
 tDef(23, "Warden combat training and techniques.") -- _t
 tDef(23, "Temporal Guardian") -- _t
 tDef(24, "A blend of ranged and dual-weapon combat.") -- _t
 tDef(24, "Threaded Combat") -- _t
-tDef(25, "Temporal Hounds") -- _t
 tDef(25, "Call temporal hounds to aid you in combat.") -- _t
-tDef(27, "flux") -- _t
+tDef(25, "Temporal Hounds") -- _t
 tDef(27, "Fluctuate spacetime.") -- _t
-tDef(28, "gravity") -- _t
+tDef(27, "flux") -- _t
 tDef(28, "Call upon the force of gravity to crush, push, and pull your foes.") -- _t
-tDef(29, "matter") -- _t
+tDef(28, "gravity") -- _t
 tDef(29, "Change and shape matter itself.") -- _t
-tDef(30, "Mastery of folding points in space.") -- _t
+tDef(29, "matter") -- _t
 tDef(30, "Spacetime Folding") -- _t
+tDef(30, "Mastery of folding points in space.") -- _t
 tDef(31, "Control how fast objects and creatures move through spacetime.") -- _t
 tDef(31, "Speed Control") -- _t
-tDef(32, "stasis") -- _t
 tDef(32, "Stabilize spacetime.") -- _t
-tDef(33, "Timeline Threading") -- _t
+tDef(32, "stasis") -- _t
 tDef(33, "Examine and alter the timelines that make up the spacetime continuum.") -- _t
-tDef(34, "timetravel") -- _t
+tDef(33, "Timeline Threading") -- _t
 tDef(34, "Directly manipulate the flow of time") -- _t
-tDef(35, "Manipulate chronomantic spells.") -- _t
+tDef(34, "timetravel") -- _t
 tDef(35, "Spellbinding") -- _t
+tDef(35, "Manipulate chronomantic spells.") -- _t
 tDef(38, "Chronomancy") -- _t
 tDef(38, "Allows you to glimpse the future, or become more aware of the present.") -- _t
-tDef(39, "energy") -- _t
 tDef(39, "Manipulate raw energy by addition or subtraction.") -- _t
+tDef(39, "energy") -- _t
 tDef(40, "Fate Weaving") -- _t
 tDef(40, "Weave the threads of fate.") -- _t
-tDef(41, "Weave the threads of spacetime.") -- _t
 tDef(41, "Spacetime Weaving") -- _t
-tDef(44, "Passive effects that Weapon Folding can trigger.") -- _t
+tDef(41, "Weave the threads of spacetime.") -- _t
 tDef(44, "Manifold") -- _t
+tDef(44, "Passive effects that Weapon Folding can trigger.") -- _t
 tDef(45, "Miscellaneous Chronomancy effects.") -- _t
 tDef(45, "Other") -- _t
 tDef(47, "Manipulate the age of creatures you encounter.") -- _t
 tDef(47, "Age Manipulation") -- _t
-tDef(48, "A blend of chronomancy and ranged combat.") -- _t
 tDef(48, "Temporal Archery") -- _t
+tDef(48, "A blend of chronomancy and ranged combat.") -- _t
 tDef(49, "paradox") -- _t
 tDef(49, "Break the laws of spacetime.") -- _t
-tDef(52, "chronomancy") -- talent category
-tDef(52, "Spacetime anomalies that can randomly occur when paradox is to high.") -- _t
 tDef(52, "anomalies") -- _t
+tDef(52, "Spacetime anomalies that can randomly occur when paradox is to high.") -- _t
+tDef(52, "chronomancy") -- talent category
 tDef(256, "%s's temporal clone") -- tformat
+tDef(257, "A creature from another timeline.") -- _t
 
 
 ------------------------------------------------
@@ -18326,6 +19217,7 @@ tDef(32, "Increases weapon damage by %d%% and physical power by 30 when using sw
 		You now also use your Magic in place of Strength when equipping weapons and ammo as well as when calculating weapon damage.\
 		These bonuses override rather than stack with weapon mastery, dagger mastery, and bow mastery.") -- tformat
 tDef(40, "Guardian Unity") -- talent name
+tDef(93, "Guardian") -- _t
 tDef(103, "#STEEL_BLUE##Source# shares damage with %s guardian!") -- delayedLogMessage
 tDef(104, "#STEEL_BLUE#(%d shared)#LAST#") -- tformat
 tDef(107, "Not enough space to summon warden!") -- logPlayer
@@ -18353,7 +19245,6 @@ tDef(143, "Tune yourself into the ebb and flow of spacetime.  When your Paradox
 		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.") -- tformat
 tDef(150, "Polarity Shift") -- talent name
 tDef(158, "You must have Cosmic Cycle active to use this talent.") -- logPlayer
-tDef(180, "particles_images/alt_temporal_bolt_0%d") -- tformat
 tDef(224, "Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.\
 		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.\
 		The damage will scale with your Spellpower.") -- tformat
@@ -18395,7 +19286,8 @@ tDef(333, "While active your physical and temporal damage has a %d%% chance to r
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/other.lua"
 
-tDef(22, "Spacetime Tuning") -- talent name
+tDef(101, "Spacetime Tuning") -- _t
+tDef(102, "What's your preferred paradox level?") -- _t
 tDef(120, "Use to set your preferred Paradox.  While resting or waiting you'll adjust your Paradox towards this number at the rate of %d per turn.\
 		Your Paradox modifier is factored into the duration and spellpower of all chronomancy spells.\
 \
@@ -18431,9 +19323,9 @@ tDef(341, "You partially remove yourself from the timeline for 10 turns.\
 		This increases your resistance to all damage by %d%%, reduces the duration of all detrimental effects on you by %d%%, and reduces all damage you deal by 20%%.\
 		The resistance bonus, effect reduction, and damage penalty will gradually lose power over the duration of the spell.\
 		The effects scale with your Spellpower.") -- tformat
-tDef(350, "Paradox Clone") -- talent name
 tDef(380, "%s's Paradox Clone") -- tformat
 tDef(381, "The real %s... or so %s says.") -- tformat
+tDef(415, "Paradox Clone") -- _t
 tDef(425, "You summon your future self to fight alongside you for %d turns.  At some point in the future, you'll be pulled into the past to fight alongside your past self after the initial effect ends.\
 		This spell splits the timeline.  Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.") -- tformat
 tDef(431, "Displace Damage") -- talent name
@@ -18444,8 +19336,8 @@ tDef(480, "Repulsion Field") -- talent name
 tDef(517, "You surround yourself with a radius %d distortion of gravity, knocking back and dealing %0.2f physical damage to all creatures inside it.  The effect lasts %d turns.  Deals 50%% extra damage to pinned targets, in addition to the knockback.\
 		The blast wave may hit targets more then once, depending on the radius and the knockback effect.\
 		The damage will scale with your Spellpower.") -- tformat
-tDef(524, "Temporal Clone") -- talent name
 tDef(550, "Not enough space to summon!") -- logPlayer
+tDef(581, "Temporal Clone") -- _t
 tDef(594, "Clones the target creature for up to %d turns.  The duration of the effect will be divided by half the target's rank, and the target will have have %d%% of its normal life and deal %d%% less damage.\
 		If you clone a hostile creature the clone will target the creature it was cloned from.\
 		The life and damage penalties will be lessened by your Spellpower.") -- tformat
@@ -18669,6 +19561,8 @@ tDef(343, "Attack the target with either your ranged or melee weapons for %d%% d
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/temporal-hounds.lua"
 
+tDef(37, "A trained hound that appears to be all at once a little puppy and a toothless old dog.") -- _t
+tDef(145, "temporal-hound") -- _t
 tDef(164, "Temporal Hounds") -- talent name
 tDef(235, "Upon activation summon a Temporal Hound.  Every %d turns another hound will be summoned, up to a maximum of three hounds. If a hound dies you'll summon a new hound in %d turns.  \
 		Your hounds inherit your increased damage percent, have %d%% physical resistance and %d%% temporal resistance, and are immune to teleportation effects.\
@@ -18729,6 +19623,7 @@ tDef(112, "Rethread the timeline, dealing %0.2f temporal damage to the target be
 tDef(120, "Temporal Fugue") -- talent name
 tDef(137, "%s's Fugue Clone") -- tformat
 tDef(138, "The real %s... or so %s says.") -- tformat
+tDef(159, "Fugue Clone") -- _t
 tDef(173, "Not enough space to summon!") -- logPlayer
 tDef(189, "For the next %d turns two alternate versions of you enter your timeline.  While the effect is active all damage done by you or your copies is reduced by two thirds and all damage received is split between the three of you.\
 		Temporal Fugue does not normally cooldown while active.  You may take direct control of your clones, give them orders, and set their talent usage.\
@@ -18969,6 +19864,7 @@ tDef(52, "Bite the target, dealing %d%% melee damage  \
 		The bonus damage improves with your Spellpower.") -- tformat
 tDef(65, "A worm spawned from a damaged horror.  Destroying it may have consequences.") -- _t
 tDef(115, "%s exudes a corrupted gas as it dies.") -- logSeen
+tDef(135, "Summon") -- _t
 tDef(142, "Infestation") -- talent name
 tDef(217, "Your body has become a mass of living corruption, increasing your blight and acid resistance by %d%% and blight affinity by %d%%.\
 On taking damage greater than 15%% of your maximum health, the damage will be reduced by %d%% and a carrion worm mass will burst forth onto a nearby tile, attacking your foes for 5 turns.\
@@ -19274,32 +20170,34 @@ section "game/modules/tome/data/talents/cunning/cunning.lua"
 
 tDef(21, "stealth") -- _t
 tDef(21, "Allows the user to enter stealth.") -- _t
-tDef(22, "trapping") -- _t
 tDef(22, "The knowledge of trap laying and assorted trickeries.") -- _t
-tDef(23, "Collection of known traps.") -- _t
+tDef(22, "trapping") -- _t
 tDef(23, "traps") -- _t
+tDef(23, "Collection of known traps.") -- _t
 tDef(24, "The knowledge of poisons and how to apply them to 'good' effects.") -- _t
-tDef(25, "poisons") -- _t
 tDef(25, "Collection of known poisons.") -- _t
-tDef(26, "Teaches various talents to cripple your foes.") -- _t
+tDef(25, "poisons") -- _t
 tDef(26, "dirty fighting") -- _t
-tDef(27, "lethality") -- _t
+tDef(26, "Teaches various talents to cripple your foes.") -- _t
 tDef(27, "How to make your foes feel the pain.") -- _t
+tDef(27, "lethality") -- _t
 tDef(28, "shadow magic") -- _t
 tDef(28, "Blending magic and shadows.") -- _t
 tDef(29, "Using darkness and a bit of magic, you manipulate the shadows.") -- _t
 tDef(29, "ambush") -- _t
 tDef(30, "The knowledge of the dangers of the world, and how to best avoid them.") -- _t
 tDef(30, "survival") -- _t
-tDef(31, "tactical") -- _t
 tDef(31, "Tactical combat abilities.") -- _t
+tDef(31, "tactical") -- _t
 tDef(32, "scoundrel") -- _t
 tDef(32, "The use of ungentlemanly techniques.") -- _t
-tDef(33, "Create and use cunning tools.") -- _t
 tDef(33, "artifice") -- _t
+tDef(33, "Create and use cunning tools.") -- _t
 tDef(34, "tools") -- _t
 tDef(34, "Artificer's tools.") -- _t
 tDef(38, "cunning") -- talent category
+tDef(39, "Called Shots") -- _t
+tDef(41, "Inflict maximum pain to specific places on your enemies.") -- _t
 
 
 ------------------------------------------------
@@ -19524,7 +20422,11 @@ tDef(201, "#CADET_BLUE#Placing %s...") -- logPlayer
 tDef(222, "You cannot place a trap there.") -- logPlayer
 tDef(263, "#CADET_BLUE#Your %s has expired.") -- logPlayer
 tDef(306, "@Source@ activates a prepared device.") -- _t
+tDef(320, "shadowy assassin") -- _t
+tDef(321, "A shadowy figure, garbed all in black.") -- _t
 tDef(375, "#PINK#A %s materializes from the shadows!") -- logSeen
+tDef(395, "bladestorm construct") -- _t
+tDef(396, "A lethal contraption of whirling blades.") -- _t
 tDef(557, "Trap Mastery") -- talent name
 tDef(600, "\
 #YELLOW#Newly prepared traps are put on cooldown.#LAST#") -- _t
@@ -19700,7 +20602,10 @@ tDef(30, "Defiling Touch") -- talent name
 tDef(88, "curse") -- _t
 tDef(166, "The %s lying nearby catches your attention. What draws you to it is not the thing itself, but something burning inside you. You feel contempt for it and all worldly things. This feeling is not new but the power of it overwhelms you. You reach out to touch the object, to curse it, to defile it. And you notice it begin to change. The colors of it begin to fade and are replaced with an insatiable hate. For a moment you hesitate. You know you must choose to resist this manifestation of your curse now and forever, or fall further into your madness.") -- tformat
 tDef(170, "The %s lies defiled at your feet. An aura of hatred surrounds you and you now feel truly cursed. You have gained the Cursed Aura talent tree and 1 point in Defiling Touch, but at the cost of 2 Willpower.") -- tformat
+tDef(175, "Cursed Fate") -- _t
 tDef(175, "The %s returns to normal and your hate subsides.") -- tformat
+tDef(178, "Release your hate upon the object") -- _t
+tDef(179, "Suppress your affliction") -- _t
 tDef(258, "Your defiling touch permeates everything around you, permanently imparting a random curse on each item you find. When you equip a cursed item, you gain the effects of that curse (shown as a beneficial effect). Each item with the same curse that is equipped increases the curse's power.  Initially curses are harmful, but powerful benefits accumulate as the power of the curse increases.\
 		The Dark Gifts talent unlocks higher level curse effects and increases their power.\
 		Your aura permeates your equipment more thoroughly with talent level and can affect items as follows:\
@@ -19721,12 +20626,12 @@ tDef(297, "Your curses bring you dark gifts. Unlocks bonus level %d effects on a
 tDef(304, "Ruined Earth") -- talent name
 tDef(347, "Curse the earth around you in a radius of %d for %d turns. Any who stand upon it are weakened, reducing the damage they inflict by %d%%") -- tformat
 tDef(352, "Choose Cursed Sentry") -- talent name
-tDef(370, "Cursed Sentry") -- talent name
 tDef(396, "You cannot use %s without a weapon in your inventory!") -- logPlayer
 tDef(430, "animated %s") -- tformat
 tDef(433, "A weapon imbued with a living curse. It seems to be searching for its next victim.") -- _t
 tDef(489, "#ffa0ff#%s returns to your bags!") -- logPlayer
 tDef(512, "Your animated sentry struggles for a moment and then returns to your inventory inexplicably.") -- logPlayer
+tDef(568, "Cursed Sentry") -- _t
 tDef(579, "Instill a part of your living curse into a weapon in your inventory, and toss it nearby. This nearly impervious sentry will attack all nearby enemies for %d turns. When the curse ends, the weapon will drop to the ground.\
 			Cursed Sentry attack speed (currently %d%%) will improve with talent level.\
 			When you first select a weapon, it will be remembered and used as long as it's in your inventory. Use Choose Cursed Sentry talent to alter your selection.\
@@ -20091,6 +20996,7 @@ tDef(166, "Reform") -- talent name
 tDef(175, "When a shadow is hit and killed, there is a %d%% chance it will reform unhurt.") -- tformat
 tDef(336, "Call Shadows") -- talent name
 tDef(407, "Your hate is too low to call another shadow!") -- logPlayer
+tDef(438, "Summon") -- _t
 tDef(465, "While this ability is active, you will continually call up to %d level %d shadows to aid you in battle. Each shadow costs 5 hate to summon. Shadows are weak combatants that can: Use Arcane Reconstruction to heal themselves (level %d), Blindside their opponents (level %d), and Phase Door from place to place.\
 		Shadows ignore %d%% of the damage dealt to them by their master.") -- tformat
 tDef(471, "Shadow Warriors") -- talent name
@@ -20196,6 +21102,8 @@ tDef(166, "Surround yourself with a shield that will absorb at most %d non-physi
 		Each time damage is absorbed by the shield, your equilibrium increases by 1 for every 30 points of damage and a standard Equilibrium check is made. If the check fails, the shield will crumble and Antimagic Shield will go on cooldown.\
 		The damage the shield can absorb will increase with your Mindpower or Physical power (whichever is greater).") -- tformat
 tDef(174, "Mana Clash") -- talent name
+tDef(215, "\
+#GREEN#Antimagic Adept:  #LAST#4 magical sustains from the target will be removed.") -- _t
 tDef(216, "Drain %d mana, %d vim, %d positive and negative energies from your target, triggering a chain reaction that explodes in a burst of arcane damage.\
 		The damage done is equal to 100%% of the mana drained, 200%% of the vim drained, or 400%% of the positive or negative energy drained, whichever is higher. This effect is called a manaburn.\
 		The effect will increase with your Mindpower or Physical power (whichever is greater).\
@@ -20282,7 +21190,9 @@ tDef(63, "Conjures %d missile-shaped rocks that you target individually at any t
 		The damage will increase with your Spellpower.") -- tformat
 tDef(70, "Elemental Split") -- talent name
 tDef(99, "A crystaline structure that has taken the form of %s.") -- tformat
+tDef(125, "Crystaline Half") -- _t
 tDef(142, "A stone structure that has taken the form of %s.") -- tformat
+tDef(168, "Stone Half") -- _t
 tDef(180, "Reach inside your dwarven core and summon your stone and crystaline halves to fight alongside you for %d turns.\
 		Your Crystaline Half will attack your foes with earthen missiles.\
 		Your Stone Half will taunt your foes to protect you.\
@@ -20431,20 +21341,20 @@ section "game/modules/tome/data/talents/gifts/gifts.lua"
 
 tDef(20, "Be at one with nature.") -- _t
 tDef(20, "call of the wild") -- _t
-tDef(21, "harmony") -- _t
 tDef(21, "Nature heals and cleans you.") -- _t
-tDef(22, "antimagic") -- _t
+tDef(21, "harmony") -- _t
 tDef(22, "The way to combat magic, or even nullify it.") -- _t
+tDef(22, "antimagic") -- _t
 tDef(23, "summoning (melee)") -- _t
 tDef(23, "The art of calling creatures adept in melee combat to your aid.") -- _t
-tDef(24, "The art of calling creatures adept in elemental destruction to your aid.") -- _t
 tDef(24, "summoning (distance)") -- _t
-tDef(25, "summoning (utility)") -- _t
+tDef(24, "The art of calling creatures adept in elemental destruction to your aid.") -- _t
 tDef(25, "The art of calling versatile creatures to your aid.") -- _t
-tDef(26, "summoning (augmentation)") -- _t
+tDef(25, "summoning (utility)") -- _t
 tDef(26, "The art of manipulating the lifespan and location of your summons.") -- _t
-tDef(27, "The art of improving the quality of your summons.") -- _t
+tDef(26, "summoning (augmentation)") -- _t
 tDef(27, "summoning (advanced)") -- _t
+tDef(27, "The art of improving the quality of your summons.") -- _t
 tDef(28, "slime") -- _t
 tDef(28, "Through dedicated consumption of slime mold juice, you have gained an affinity with slime molds.") -- _t
 tDef(29, "fungus") -- _t
@@ -20453,38 +21363,39 @@ tDef(30, "sand drake aspect") -- _t
 tDef(30, "Take on the defining aspects of a Sand Drake.") -- _t
 tDef(31, "Take on the defining aspects of a Fire Drake.") -- _t
 tDef(31, "fire drake aspect") -- _t
-tDef(32, "Take on the defining aspects of a Cold Drake.") -- _t
 tDef(32, "cold drake aspect") -- _t
-tDef(33, "Take on the defining aspects of a Storm Drake.") -- _t
+tDef(32, "Take on the defining aspects of a Cold Drake.") -- _t
 tDef(33, "storm drake aspect") -- _t
+tDef(33, "Take on the defining aspects of a Storm Drake.") -- _t
 tDef(34, "venom drake aspect") -- _t
 tDef(34, "Take on the defining aspects of a Venom Drake.") -- _t
 tDef(35, "Take on the aspects of aged and powerful dragons.") -- _t
 tDef(35, "higher draconic abilities") -- _t
 tDef(36, "Learn to channel your mental power through mindstars, forming powerful psionic blades.") -- _t
 tDef(36, "mindstar mastery") -- _t
-tDef(37, "Cover the floor with natural mucus.") -- _t
 tDef(37, "mucus") -- _t
+tDef(37, "Cover the floor with natural mucus.") -- _t
 tDef(38, "ooze") -- _t
 tDef(38, "Your body and internal organs are becoming more ooze-like in nature, allowing you to spawn more of you.") -- _t
-tDef(39, "moss") -- _t
 tDef(39, "You learn to control moss, making it grow at will to help you on the battlefield.") -- _t
+tDef(39, "moss") -- _t
 tDef(40, "malleable body") -- _t
 tDef(40, "Your body's anatomy is starting to blur.") -- _t
-tDef(41, "You channel ooze through your psiblades.") -- _t
 tDef(41, "oozing blades") -- _t
-tDef(42, "You channel acid through your psiblades.") -- _t
+tDef(41, "You channel ooze through your psiblades.") -- _t
 tDef(42, "corrosive blades") -- _t
+tDef(42, "You channel acid through your psiblades.") -- _t
 tDef(43, "eyal's fury") -- _t
 tDef(43, "Unleash nature's fury against foes around you.") -- _t
-tDef(44, "earthen power") -- _t
 tDef(44, "Dwarves have learned to imbue their shields with the power of stone itself.") -- _t
-tDef(45, "Control the stone itself and bring it alive in the form of dreadful vines.") -- _t
+tDef(44, "earthen power") -- _t
 tDef(45, "earthen vines") -- _t
+tDef(45, "Control the stone itself and bring it alive in the form of dreadful vines.") -- _t
 tDef(46, "wild-gift") -- talent category
-tDef(46, "dwarven nature") -- _t
 tDef(46, "Learn to harness the innate power of your race.") -- _t
+tDef(46, "dwarven nature") -- _t
 tDef(112, "#PINK#You can manage a maximum of %d summons at any time. You need %d Cunning to increase your limit.") -- logPlayer
+tDef(150, "Summon") -- _t
 
 
 ------------------------------------------------
@@ -20933,6 +21844,7 @@ tDef(749, "@Source@ summons a Fire Drake!") -- _t
 tDef(761, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(842, "Not enough space to summon!") -- logPlayer
 tDef(851, "A mighty fire drake.") -- _t
+tDef(881, "%s (wild summon)") -- tformat
 tDef(898, "Summon a Fire Drake for %d turns to burn and crush your foes to death. Fire Drakes are behemoths that can burn foes from afar with their fiery breath.\
 		It will get %d Strength, %d Constitution and 38 Willpower.\
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.\
@@ -20974,6 +21886,7 @@ tDef(426, "@Source@ summons a Stone Golem!") -- _t
 tDef(437, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(477, "Not enough space to summon!") -- logPlayer
 tDef(498, "It is a massive animated statue.") -- _t
+tDef(516, "%s (wild summon)") -- tformat
 tDef(533, "Summon a Stone Golem for %d turns to attack your foes. Stone golems are formidable foes that can become unstoppable.\
 		It will get %d Strength, %d Constitution and %d Dexterity.\
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.\
@@ -20999,6 +21912,7 @@ tDef(218, "Spider") -- talent name
 tDef(223, "@Source@ summons a Spider!") -- _t
 tDef(235, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(270, "Not enough space to summon!") -- logPlayer
+tDef(306, "%s (wild summon)") -- tformat
 tDef(323, "Summon a Spider for %d turns to harass your foes. Spiders can poison your foes and throw webs to pin them to the ground.\
 		It will get %d Dexterity, %d Strength, 18 Willpower and %d Constitution.\
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.\
@@ -21210,6 +22124,7 @@ tDef(804, "Rune: Mirror Image") -- talent name
 tDef(827, "You cannot summon; you are suppressed!") -- logPlayer
 tDef(847, "Mirror Image") -- _t
 tDef(850, "A blurred image.") -- _t
+tDef(885, "Summon") -- _t
 tDef(898, "Activate the rune to create up to 3 images of yourself that taunt nearby enemies each turn and immediately after being summoned.\
 			Only one image can be created per enemy in radius 10 with the first being created near the closest enemy.\
 			Images inherit all of your life, resistance, armor, defense, and armor hardiness.") -- tformat
@@ -21234,8 +22149,8 @@ tDef(1172, "Activate the infusion to brighten the area in a radius of %d and ill
 		It will also blind any creatures caught inside (power %d) for %d turns.") -- tformat
 tDef(1174, "\
 The light is so powerful it will also banish magical darkness") -- _t
-tDef(1179, "rad %d; power %d; turns %d%s") -- tformat
 tDef(1179, "; dispels darkness") -- _t
+tDef(1179, "rad %d; power %d; turns %d%s") -- tformat
 tDef(1184, "Taint: Telepathy") -- talent name
 tDef(1202, "Strip the protective barriers from your mind for %d turns, allowing in the thoughts all creatures within %d squares but reducing mind save by %d and increasing your mindpower by %d for 10 turns.") -- tformat
 tDef(1206, "Range %d telepathy for %d turns") -- tformat
@@ -21341,8 +22256,8 @@ tDef(27, "wild-gift") -- talent category
 tDef(28, "psionic") -- talent category
 tDef(30, "other") -- _t
 tDef(31, "undead") -- talent category
-tDef(31, "Keepsake shadows's innate abilities.") -- _t
 tDef(31, "keepsake shadow") -- _t
+tDef(31, "Keepsake shadows's innate abilities.") -- _t
 tDef(32, "Talents of the various entities of the world.") -- _t
 tDef(32, "misc") -- _t
 tDef(32, "cursed") -- talent category
@@ -21676,6 +22591,7 @@ tDef(3524, "You reach out with shadowy vines toward your target, pulling it to y
 tDef(3531, "Ambuscade") -- talent name
 tDef(3549, "Not enough space to invoke your shadow!") -- logPlayer
 tDef(3554, "A dark shadowy form in the shape of %s.") -- tformat
+tDef(3592, "Shadow of %s") -- tformat
 tDef(3611, "You take full control of your own shadow for %d turns.\
 		Your shadow possesses your talents and stats, has %d%% life and deals %d%% damage, -30%% all resistances, -100%% light resistance and +100%% darkness resistance.\
 		Your shadow is permanently stealthed (%d power), and all melee damage it deals is converted to darkness damage.\
@@ -21698,15 +22614,15 @@ tDef(3748, "Creates a circle of radius %d at your feet; the circle lights up aff
 ------------------------------------------------
 section "game/modules/tome/data/talents/misc/objects.lua"
 
+tDef(19, "fortress") -- _t
 tDef(19, "sher'tul") -- talent category
 tDef(19, "Yiilkgur abilities.") -- _t
-tDef(19, "fortress") -- _t
 tDef(20, "spell") -- talent category
-tDef(20, "Spell abilities of the various objects of the world.") -- _t
 tDef(20, "object spells") -- _t
-tDef(21, "Abilities of the various objects of the world.") -- _t
+tDef(20, "Spell abilities of the various objects of the world.") -- _t
 tDef(21, "other") -- talent category
 tDef(21, "object powers") -- _t
+tDef(21, "Abilities of the various objects of the world.") -- _t
 tDef(22, "Techniques of the various objects of the world.") -- _t
 tDef(22, "technique") -- talent category
 tDef(23, "wild-gift") -- talent category
@@ -21757,6 +22673,8 @@ tDef(475, "Soul Purge") -- talent name
 tDef(490, "Remove any talent Morrigor has absorbed.") -- tformat
 tDef(495, "Dig") -- talent name
 tDef(513, "You require a digger to dig.") -- logPlayer
+tDef(522, "dug") -- _t
+tDef(522, "digging") -- _t
 tDef(528, "You have been interrupted!") -- logPlayer
 tDef(541, "Dig/cut a tree/...\
 		Digging takes %d turns (based on your currently best digger available).") -- tformat
@@ -22333,8 +23251,8 @@ tDef(109, "%s's mind is clear!") -- logSeen
 tDef(115, "Clears your mind of current mental effects, and blocks additional ones over 6 turns.  At most, %d mental effects will be affected.") -- tformat
 tDef(120, "Projection") -- talent name
 tDef(134, "Not enough space to invoke your spirit!") -- logPlayer
-tDef(146, "Projection of %s") -- tformat
 tDef(147, "A ghostly figure.") -- _t
+tDef(182, "Projection of %s") -- tformat
 tDef(210, "Activate to project your mind from your body for %d turns.  In this state you're invisible (+%d power), can see invisible and stealthed creatures (+%d detection power), can move through walls, and do not need air to survive.\
 		All damage you suffer is shared with your physical body, and while in this form you may only deal damage to 'ghosts' or through an active mind link (mind damage only in the second case.)\
 		To return to your body, simply release control of the projection.") -- tformat
@@ -22366,10 +23284,10 @@ tDef(224, "%s resists the nightmare!") -- logSeen
 tDef(234, "Inflicts %0.2f darkness damage each turn for %d turns, and has a %d%% chance to randomly cause blindness, stun, or confusion (lasting 3 turns).\
 		If the target is sleeping, the chance of avoiding a negative effect will be halved and fear immunity will be ignored.\
 		The damage will scale with your Mindpower.") -- tformat
-tDef(242, "Night Terror") -- talent name
 tDef(255, "You can't cast this on friendly targets.") -- logPlayer
 tDef(268, "terror") -- _t
 tDef(271, "A formless terror that seems to cut through the air, and its victims, like a knife.") -- _t
+tDef(317, "Night Terror") -- _t
 tDef(339, "Increases your damage and resistance penetration on sleeping targets by %d%%.  Additionally, every time you slay a sleeping target, a Night Terror will be summoned for %d turns.\
 		The Night Terror's stats will scale with your Mindpower, as will the damage bonus to sleeping targets.") -- tformat
 
@@ -22386,6 +23304,14 @@ tDef(154, "#Source#'s mindstar telekinetically grabs #target#!") -- logCombat
 tDef(201, "%s telekinetically grabs %s!") -- logSeen
 tDef(233, "You require a telekinetically wielded weapon or gem for your psionic focus.") -- logPlayer
 tDef(242, "%s's %s") -- tformat
+tDef(274, "Allows you to wield a physical melee or ranged weapon, a mindstar or a gem telekinetically, gaining a special effect for each.\
+		A gem will provide a +3 bonus to all primary stats per tier of the gem.\
+		A mindstar will randomly try to telekinetically grab a far away foe (10% chance and range 3 for a tier 1 mindstar, +1 range and +5% chance for each tier above 1) and pull it into melee range.\
+		A physical melee weapon will act as a semi independant entity, automatically attacking adjacent foes each turn, while a ranged weapon will fire at your target whenever you perform a ranged attack.\
+		While this talent is active, all melee and ranged attacks use 60% of your Cunning and Willpower in place of Dexterity and Strength for accuracy and damage calculations respectively.\
+		\
+\
+		") -- _t
 tDef(297, "The telekinetically-wielded gem grants you +%d stats.") -- tformat
 tDef(300, "The telekinetically-wielded mindstar has a %d%% chance to grab a foe up to %d range away.") -- tformat
 tDef(310, "The telekinetically-wielded ranged weapon uses Willpower in place of Strength, and Cunning in place of Dexterity, to determine Accuracy and damage respectively.\
@@ -22665,6 +23591,7 @@ tDef(187, "You seek balance between fire and cold based on your current Psi leve
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/thought-forms.lua"
 
+tDef(140, "thought-form") -- _t
 tDef(165, "Thought-Form: Bowman") -- talent name
 tDef(195, "thought-forged bowman") -- _t
 tDef(198, "A thought-forged bowman.  It appears ready for battle.") -- _t
@@ -22790,6 +23717,9 @@ tDef(161, "Increases your golem's life, mana and stamina regeneration rates by %
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua"
 
+tDef(47, "A towering creature, made from the bones of dozens of dead bodies. It is covered by an unholy aura.") -- _t
+tDef(117, "A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.") -- _t
+tDef(154, "A towering creature, made from the bones of hundreds of dead bodies, rune-etched and infused with hateful sorceries.") -- _t
 tDef(179, "Undead Explosion") -- talent name
 tDef(206, "Minions are only tools. You may dispose of them... Violently.\
 		Makes the targeted minion explode for %d%% of its maximum life in a radius of %d as blight damage.\
@@ -22801,8 +23731,8 @@ tDef(297, "Combines 3 of your minions into a bone giant.\
 		At level 5, it makes an eternal bone giant.\
 		At level 6, it has a 20%% chance to produce a runed bone giant.\
 		Only %s can be active at any time.") -- tformat
-tDef(303, "two bone giants") -- _t
 tDef(303, "one bone giant") -- _t
+tDef(303, "two bone giants") -- _t
 tDef(308, "Sacrifice") -- talent name
 tDef(355, "Sacrifice a bone giant minion. Using its bones, you make a temporary shield around you that prevents any attacks from doing more than %d%% of your total life.\
 		The effect lasts %d turns.") -- tformat
@@ -22895,6 +23825,7 @@ tDef(67, "Your hunger for souls grows ever more. When you kill a creature you ri
 		In addition you are able to store %d more souls.") -- tformat
 tDef(74, "Animus Purge") -- talent name
 tDef(161, "Your husk is out of sight; you cannot establish direct control.") -- logPlayer
+tDef(175, "Lifeless Husk") -- _t
 tDef(183, "#GREY##Source# rips apart the animus of #target# and creates an undead husk.") -- logCombat
 tDef(192, "Try to crush the soul of your foe, doing %0.2f darkness damage (that can never kill the target).\
 		If the target is left with less than %d%% life you try to take control of its body.\
@@ -23293,11 +24224,19 @@ tDef(507, "Breathe poison on your foes, doing %d damage over a few turns.\
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/golemancy.lua"
 
+tDef(51, "Golem has no master") -- _t
+tDef(52, "Master must know the Gem Golem talent") -- _t
+tDef(53, "impossible to use this gem") -- _t
+tDef(54, "Master's Gem Golem talent too low for this gem") -- _t
 tDef(120, "Your golem is out of sight; you cannot establish direct control.") -- logPlayer
 tDef(164, "Interact with the Golem") -- talent name
 tDef(190, "Interact with your golem to check its inventory, talents, ...\
 		Note: You can also do that while taking direct control of the golem.") -- tformat
 tDef(197, "Refit Golem") -- talent name
+tDef(232, "Golem") -- _t
+tDef(238, "%s (servant of %s)") -- tformat
+tDef(259, "refitting") -- _t
+tDef(259, "refitted") -- _t
 tDef(265, "You have been interrupted!") -- logPlayer
 tDef(285, "You need to ready 2 alchemist gems in your quiver to heal your golem.") -- logPlayer
 tDef(302, "You need to ready 15 alchemist gems in your quiver to heal your golem.") -- logPlayer
@@ -23462,6 +24401,12 @@ tDef(66, "%s rips more animus from its victim. (+1 more soul)") -- logPlayer
 tDef(95, "Emits a necrotic aura, sustaining your undead minions in a radius of %d. Minions outside the radius will lose %d%% life per turn.\
 		Any creature you or your minions kill within your aura will be absorbed as a soul that can be used to raise minions.\
 		Retch from your ghouls will also heal you, even if you are not undead.") -- tformat
+tDef(411, "It is a humanoid with an aura of power. You notice a sharp set of front teeth.") -- _t
+tDef(439, "It is a humanoid form dressed in robes. Power emanates from its chilling frame.") -- _t
+tDef(465, "It is a ghostly form with eyes that haunt you.") -- _t
+tDef(493, "It is a ghostly nightmare of an entity.") -- _t
+tDef(527, "It is a form that screams its presence against the eye. Death incarnate, its hideous black body seems to struggle against reality as the universe itself strives to banish it.") -- _t
+tDef(577, "Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.") -- _t
 tDef(737, "Create Minions") -- talent name
 tDef(772, ": %d%%") -- tformat
 tDef(813, "Fires powerful undead energies through your necrotic aura. For each recent death that happened inside your aura, you will raise an undead minion (up to %d minions). These minions will be raised within a cone that extends to the edge of your necrotic aura.\
@@ -23530,12 +24475,23 @@ tDef(20, "Shadow Tunnel") -- talent name
 tDef(66, "Surround your minions in a veil of darkness. The darkness will teleport them to you, and grant them %d%% evasion for 5 turns.\
 		The evasion chance will increase with your Spellpower.") -- tformat
 tDef(73, "Curse of the Meek") -- talent name
+tDef(116, "human farmer") -- _t
+tDef(119, "A weather-worn human farmer, looking at a loss as to what's going on.") -- _t
+tDef(121, "halfling gardener") -- _t
+tDef(123, "A rugged halfling gardener, looking quite confused as to what he's doing here.") -- _t
+tDef(126, "shalore scribe") -- _t
+tDef(128, "A scrawny elven scribe, looking bewildered at his surroundings.") -- _t
+tDef(131, "dwarven lumberjack") -- _t
+tDef(133, "A brawny dwarven lumberjack, looking a bit upset at his current situation.") -- _t
+tDef(136, "cute bunny") -- _t
+tDef(138, "It is so cute!") -- _t
 tDef(162, "Reaches through the shadows into quieter places, summoning %d harmless creatures.\
 		Those creatures are then cursed with a Curse of Hate, making all hostile foes try to kill them.\
 		If the summoned creatures are killed by hostile foes, you have 70%% chance to gain a soul.") -- tformat
-tDef(170, "Forgery of Haze") -- talent name
 tDef(187, "Not enough space to summon!") -- logPlayer
+tDef(201, "Forgery of Haze (%s)") -- tformat
 tDef(202, "A dark shadowy shape whose form resembles %s.") -- tformat
+tDef(217, "Forgery of Haze") -- _t
 tDef(226, "Through the shadows, you forge a temporary copy of yourself, existing for %d turns.\
 		The copy possesses your exact talents and stats, has %d%% life and deals %d%% damage.") -- tformat
 tDef(233, "Frostdusk") -- talent name
@@ -23573,63 +24529,64 @@ tDef(36, "phantasm") -- _t
 tDef(36, "Control the power of tricks and illusions.") -- _t
 tDef(37, "Magical enhancement of your body.") -- _t
 tDef(37, "enhancement") -- _t
-tDef(38, "Conveyance is the school of travel. It allows you to travel faster and to track others.") -- _t
 tDef(38, "conveyance") -- _t
-tDef(39, "divination") -- _t
+tDef(38, "Conveyance is the school of travel. It allows you to travel faster and to track others.") -- _t
 tDef(39, "Divination allows the caster to sense its surroundings, and find hidden things.") -- _t
-tDef(40, "aegis") -- _t
+tDef(39, "divination") -- _t
 tDef(40, "Command the arcane forces into healing and protection.") -- _t
+tDef(40, "aegis") -- _t
 tDef(43, "Manipulate gems to turn them into explosive magical bombs.") -- _t
 tDef(43, "explosive admixtures") -- _t
 tDef(44, "infusion") -- _t
 tDef(44, "Infusion your gem bombs with the powers of the elements.") -- _t
-tDef(46, "golemancy") -- _t
 tDef(46, "Learn to craft and upgrade your golem.") -- _t
+tDef(46, "golemancy") -- _t
 tDef(47, "advanced-golemancy") -- _t
 tDef(47, "Advanced golem operations.") -- _t
 tDef(48, "Alchemical spells designed to wage war.") -- _t
 tDef(49, "Alchemical control over fire.") -- _t
 tDef(49, "fire alchemy") -- _t
-tDef(50, "acid alchemy") -- _t
 tDef(50, "Alchemical control over acid.") -- _t
-tDef(51, "frost alchemy") -- _t
+tDef(50, "acid alchemy") -- _t
 tDef(51, "Alchemical control over frost.") -- _t
+tDef(51, "frost alchemy") -- _t
 tDef(52, "Alchemical control over lightning energies.") -- _t
 tDef(52, "energy alchemy") -- _t
 tDef(53, "Manipulate gems, and imbue their powers into other objects.") -- _t
 tDef(54, "stone alchemy") -- _t
 tDef(54, "Alchemical control over stone and gems.") -- _t
-tDef(55, "staff combat") -- _t
 tDef(55, "Harness the power of magical staves.") -- _t
-tDef(56, "fighting") -- _t
+tDef(55, "staff combat") -- _t
 tDef(56, "Golem melee capacity.") -- _t
-tDef(57, "arcane") -- _t
+tDef(56, "fighting") -- _t
 tDef(57, "Golem arcane capacity.") -- _t
+tDef(57, "arcane") -- _t
 tDef(58, "Golem basic capacity.") -- _t
 tDef(59, "Drolem basic capacity.") -- _t
 tDef(59, "golem") -- talent category
 tDef(59, "drolem") -- _t
 tDef(62, "Create and empower dumb undead minions.") -- _t
 tDef(62, "necrotic minions") -- _t
-tDef(63, "Create and empower powerful undead minions.") -- _t
 tDef(63, "advanced necrotic minions") -- _t
-tDef(64, "Manipulate darkness itself to slaughter your foes.") -- _t
+tDef(63, "Create and empower powerful undead minions.") -- _t
 tDef(64, "nightfall") -- _t
+tDef(64, "Manipulate darkness itself to slaughter your foes.") -- _t
 tDef(65, "Invoke and control shades.") -- _t
 tDef(65, "shades") -- _t
-tDef(66, "necrosis") -- _t
 tDef(66, "Gain control over death, eventually turning into a lich.") -- _t
+tDef(66, "necrosis") -- _t
 tDef(67, "grave") -- _t
 tDef(67, "Use the rotting cold doom of the tomb to fell your foes.") -- _t
 tDef(68, "Crush the souls of your foes to improve yourself.") -- _t
 tDef(68, "animus") -- _t
-tDef(70, "Infuse arcane forces into your shield.") -- _t
 tDef(70, "eldritch shield") -- _t
+tDef(70, "Infuse arcane forces into your shield.") -- _t
 tDef(71, "Summon stony spikes imbued with various powers.") -- _t
 tDef(71, "eldritch stone") -- _t
 tDef(72, "Harness the power of the world to turn into a Deeprock Form.") -- _t
-tDef(72, "deeprock") -- _t
 tDef(72, "spell") -- talent category
+tDef(72, "deeprock") -- _t
+tDef(190, "Necrotic Minion") -- _t
 tDef(210, "#{bold}#%s decays into a pile of ash!#{normal}#") -- logSeen
 tDef(234, "A soul returns to %s.") -- logPlayer
 
@@ -24376,6 +25333,8 @@ tDef(279, "In an extreme feat of agility, you move to a spot you can see within
 		This talent cannot be used while wearing heavy armor, and leaves you exhausted.  The exhaustion increases the cost of your activated Mobility talents by %d%% (stacking), but fades over %d turns.") -- tformat
 tDef(285, "Trained Reactions") -- talent name
 tDef(300, "%s is not usable while wearing heavy armour.") -- logPlayer
+tDef(338, "an attack") -- _t
+tDef(338, "damage") -- _t
 tDef(338, "#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.") -- logCombat
 tDef(342, " #ffcc80#, -%d stam#LAST#") -- tformat
 tDef(343, "%s(%d reacted#LAST#%s%s)#LAST#") -- tformat
@@ -24598,64 +25557,72 @@ tDef(29, "Specialized bow techniques.") -- _t
 tDef(29, "archery - bows") -- _t
 tDef(30, "archery - slings") -- _t
 tDef(30, "Specialized sling techniques.") -- _t
-tDef(31, "archery training") -- _t
 tDef(31, "Generic archery techniques.") -- _t
-tDef(32, "archery prowess") -- _t
+tDef(31, "archery training") -- _t
 tDef(32, "Specialized archery techniques to maim your targets.") -- _t
-tDef(33, "archery excellence") -- _t
+tDef(32, "archery prowess") -- _t
 tDef(33, "Specialized archery techniques that result from honed training.") -- _t
-tDef(34, "Advanced combat techniques.") -- _t
+tDef(33, "archery excellence") -- _t
 tDef(34, "superiority") -- _t
-tDef(35, "battle tactics") -- _t
+tDef(34, "Advanced combat techniques.") -- _t
 tDef(35, "Advanced combat tactics.") -- _t
+tDef(35, "battle tactics") -- _t
 tDef(36, "Master the warcries to improve yourself and weaken others.") -- _t
 tDef(36, "warcries") -- _t
 tDef(37, "bloodthirst") -- _t
 tDef(37, "Delight in the act of battle and the spilling of blood.") -- _t
-tDef(38, "Control the battlefield using various techniques.") -- _t
 tDef(38, "field control") -- _t
+tDef(38, "Control the battlefield using various techniques.") -- _t
 tDef(39, "combat techniques") -- _t
-tDef(40, "combat veteran") -- _t
 tDef(40, "Generic combat oriented techniques.") -- _t
+tDef(40, "combat veteran") -- _t
 tDef(41, "combat training") -- _t
 tDef(41, "Teaches to use various armours, weapons and improves health.") -- _t
 tDef(42, "magical combat") -- _t
 tDef(42, "The blending together of magic and melee prowess.") -- _t
-tDef(43, "mobility") -- _t
 tDef(43, "Training and techniques to improve mobility and evade your enemies.  On the battlefield, positioning is paramount.") -- _t
-tDef(44, "thuggery") -- _t
+tDef(43, "mobility") -- _t
 tDef(44, "Whatever wins the day, wins the day.") -- _t
+tDef(44, "thuggery") -- _t
 tDef(45, "assassination") -- _t
 tDef(45, "Bring death from the shadows.") -- _t
-tDef(46, "throwing knives") -- _t
 tDef(46, "Master the art of throwing knives to fight from a distance.") -- _t
-tDef(47, "Use your dual weapons to parry and counter.") -- _t
+tDef(46, "throwing knives") -- _t
 tDef(47, "duelist") -- _t
+tDef(47, "Use your dual weapons to parry and counter.") -- _t
 tDef(48, "Training in the use of bows and slings.") -- _t
 tDef(48, "marksmanship") -- _t
 tDef(49, "Use your reflexes to evade and counter.") -- _t
 tDef(49, "reflexes") -- _t
-tDef(50, "Equip specialised ammunition.") -- _t
 tDef(50, "munitions") -- _t
+tDef(50, "Equip specialised ammunition.") -- _t
 tDef(51, "Take advantage of speed and shield to fight in close quarters.") -- _t
 tDef(51, "agility") -- _t
 tDef(52, "Stealth and specialised long range archery techniques.") -- _t
 tDef(52, "sniper") -- _t
-tDef(85, "Unarmed Boxing techniques that may not be practiced in massive armor or while a weapon or shield is equipped.") -- _t
+tDef(57, "Acrobatics") -- _t
+tDef(60, "For light footed Rogues who prefer flight to fighting fair!") -- _t
+tDef(65, "Buckler Training") -- _t
+tDef(67, "Mastery over their shields separates Skirmishers from Archers, and gives them an edge.") -- _t
+tDef(72, "Skirmisher - Slings") -- _t
+tDef(74, "Slings! Pow Pow!") -- _t
+tDef(79, "Tireless Combatant") -- _t
+tDef(81, "Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.") -- _t
 tDef(85, "pugilism") -- _t
-tDef(86, "Finishing moves that use combo points and may not be practiced in massive armor or while a weapon or shield is equipped.") -- _t
+tDef(85, "Unarmed Boxing techniques that may not be practiced in massive armor or while a weapon or shield is equipped.") -- _t
 tDef(86, "finishing moves") -- _t
-tDef(87, "grappling") -- _t
+tDef(86, "Finishing moves that use combo points and may not be practiced in massive armor or while a weapon or shield is equipped.") -- _t
 tDef(87, "Grappling techniques that may not be practiced in massive armor or while a weapon or shield is equipped.") -- _t
-tDef(88, "unarmed discipline") -- _t
+tDef(87, "grappling") -- _t
 tDef(88, "Advanced unarmed techniques including kicks and blocks that may not be practiced in massive armor or while a weapon or shield is equipped.") -- _t
+tDef(88, "unarmed discipline") -- _t
 tDef(89, "unarmed training") -- _t
 tDef(89, "Teaches various martial arts techniques that may not be practiced in massive armor or while a weapon or shield is equipped.") -- _t
 tDef(90, "Physical conditioning.") -- _t
 tDef(90, "conditioning") -- _t
 tDef(92, "unarmed other") -- _t
-tDef(92, "Base martial arts attack and stances.") -- _t
 tDef(92, "technique") -- talent category
+tDef(92, "Base martial arts attack and stances.") -- _t
 tDef(333, "You require a %s to use this talent.") -- tformat
 tDef(340, "You do not have enough ammo left!") -- logPlayer
 
@@ -24664,6 +25631,7 @@ tDef(340, "You do not have enough ammo left!") -- logPlayer
 section "game/modules/tome/data/talents/techniques/throwing-knives.lua"
 
 tDef(100, "Throwing Knives") -- talent name
+tDef(165, "Throwing Knife") -- _t
 tDef(185, "%d%% %s") -- tformat
 tDef(188, "Range: %d\
 Net Damage: %d - %d\
@@ -25050,7 +26018,7 @@ tDef(154, "You can wrap temporal threads around you, assuming the form of a telu
 		You also are able to cast anomalies: Anomaly Rearrange, Anomaly Temporal Storm, Anomaly Flawed Design, Anomaly Gravity Pull and Anomaly Wormhole.") -- tformat
 tDef(162, "Blighted Summoning") -- talent name
 tDef(164, "Have summoned at least 100 creatures. More permanent summons may count as more than 1.") -- _t
-tDef(241, "You infuse blighted energies into all of your summons, granting them Bone Shield (level 3) and a bonus to Spellpower equal to your Magic.\
+tDef(242, "You infuse blighted energies into all of your summons, granting them Bone Shield (level 3) and a bonus to Spellpower equal to your Magic.\
 		Your Wilder Summons and Necrotic Minions will gain special corrupted talents (level 3), other summons will gain 10%% Blight damage conversion and Virulent Disease (level 3).\
 		#GREEN#Wilder Summons:#LAST#\
 		- War Hound: Gnaw\
@@ -25072,16 +26040,16 @@ tDef(241, "You infuse blighted energies into all of your summons, granting them
 		- Vampires / Liches: Blood Grasp and Blood Boil\
 		- Ghosts / Wights: Blood Fury and Curse of Death\
 		") -- tformat
-tDef(267, "Revisionist History") -- talent name
-tDef(272, "Have time-travelled at least once") -- _t
-tDef(289, "You can now control the recent past. Upon using this prodigy you gain a temporal effect for 20 turns.\
+tDef(268, "Revisionist History") -- talent name
+tDef(273, "Have time-travelled at least once") -- _t
+tDef(290, "You can now control the recent past. Upon using this prodigy you gain a temporal effect for 20 turns.\
 		While this effect holds you can use the prodigy again to rewrite history.\
 		This prodigy splits the timeline. Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.") -- tformat
-tDef(296, "Unfold History") -- talent name
-tDef(311, "Rewrite the recent past to go back to when you cast Revisionist History.") -- tformat
-tDef(317, "Cauterize") -- talent name
-tDef(320, "Have received at least 7500 fire damage and have cast at least 1000 spells") -- _t
-tDef(331, "Your inner flame is strong. Each time that you receive a blow that would kill you, your body is wreathed in flames.\
+tDef(297, "Unfold History") -- talent name
+tDef(312, "Rewrite the recent past to go back to when you cast Revisionist History.") -- tformat
+tDef(318, "Cauterize") -- talent name
+tDef(321, "Have received at least 7500 fire damage and have cast at least 1000 spells") -- _t
+tDef(332, "Your inner flame is strong. Each time that you receive a blow that would kill you, your body is wreathed in flames.\
 		The flames will cauterize the wound, fully absorbing all damage done this turn, but they will continue to burn for 8 turns.\
 		Each turn 10%% of the damage absorbed will be dealt by the flames. This will bypass resistance and affinity.\
 		Warning: this has a cooldown.") -- tformat
@@ -25207,6 +26175,7 @@ tDef(140, "Gnaw") -- talent name
 tDef(161, "Risen Ghoul") -- _t
 tDef(163, "Flesh is falling off in chunks from this decaying abomination.") -- _t
 tDef(213, "A #GREY##Source##LAST# rises from the corpse of #Target#.") -- logCombat
+tDef(220, "Ghoulish Minion") -- _t
 tDef(239, "%s resists the disease!") -- logSeen
 tDef(250, "Gnaw your target for %d%% damage.  If your attack hits, the target may be infected with Ghoul Rot for %d turns.\
 		Each turn, Ghoul Rot inflicts %0.2f blight damage.\
@@ -27103,17 +28072,28 @@ tDef(49, "%s from %s") -- tformat
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/floor.lua"
 
-tDef(44, "The target is walking on an icy floor. Increasing movement speed by 20%, providing +20% cold damage piercing and -30% stun immunity.") -- _t
-tDef(54, "The target is near a font of life, granting %+0.2f life regeneration, %+0.2f equilibrium regeneration, %+0.2f stamina regeneration and %+0.2f psi regeneration.  (Only living creatures benefit.)") -- tformat
-tDef(71, "The target is near a spellblaze scar, granting +25% spell critical chance, +10% fire and blight damage but critical spells will drain arcane forces.") -- _t
-tDef(85, "The target is walking on blighted soil, reducing diseases resistance by 60% and giving all attacks a 40% chance to infect the target with a random disease (can only happen once per turn).") -- _t
-tDef(94, "The target is affected by a glimmerstone, its next attack will try to daze.") -- _t
-tDef(101, "The target is near a protective aura, granting +%d armour and +%d physical save.") -- tformat
-tDef(114, "The target is near an antimagic bush, granting +20%% nature damage, +20%% nature resistance penetration and -%d spellpower.") -- tformat
-tDef(125, "The target is in a zone of necrotic air, granting -40% healing mod. Undead creatures also get +15% to all resistances.") -- _t
-tDef(134, "The target is in a whistling vortex, granting +%d ranged defense, -%d ranged accuracy and incoming projectiles are 30%% slower.") -- tformat
-tDef(145, "The target is surrounded by a fell aura, granting 40% critical damage bonus but -20% to all resistances.") -- _t
-tDef(154, "The target is walking on slime. Decreasing movement speed by 20% and dealing 20 slime damage to any creatures attacking it.") -- _t
+tDef(44, "Icy Floor") -- floorEffect desc
+tDef(45, "The target is walking on an icy floor. Increasing movement speed by 20%, providing +20% cold damage piercing and -30% stun immunity.") -- _t
+tDef(54, "Font of Life") -- floorEffect desc
+tDef(55, "The target is near a font of life, granting %+0.2f life regeneration, %+0.2f equilibrium regeneration, %+0.2f stamina regeneration and %+0.2f psi regeneration.  (Only living creatures benefit.)") -- tformat
+tDef(71, "Spellblaze Scar") -- floorEffect desc
+tDef(72, "The target is near a spellblaze scar, granting +25% spell critical chance, +10% fire and blight damage but critical spells will drain arcane forces.") -- _t
+tDef(85, "Blighted Soil") -- floorEffect desc
+tDef(86, "The target is walking on blighted soil, reducing diseases resistance by 60% and giving all attacks a 40% chance to infect the target with a random disease (can only happen once per turn).") -- _t
+tDef(94, "Glimmerstone") -- floorEffect desc
+tDef(95, "The target is affected by a glimmerstone, its next attack will try to daze.") -- _t
+tDef(101, "Protective Aura") -- floorEffect desc
+tDef(102, "The target is near a protective aura, granting +%d armour and +%d physical save.") -- tformat
+tDef(114, "Antimagic Bush") -- floorEffect desc
+tDef(115, "The target is near an antimagic bush, granting +20%% nature damage, +20%% nature resistance penetration and -%d spellpower.") -- tformat
+tDef(125, "Necrotic Air") -- floorEffect desc
+tDef(126, "The target is in a zone of necrotic air, granting -40% healing mod. Undead creatures also get +15% to all resistances.") -- _t
+tDef(134, "Whistling Vortex") -- floorEffect desc
+tDef(135, "The target is in a whistling vortex, granting +%d ranged defense, -%d ranged accuracy and incoming projectiles are 30%% slower.") -- tformat
+tDef(145, "Fell Aura") -- floorEffect desc
+tDef(146, "The target is surrounded by a fell aura, granting 40% critical damage bonus but -20% to all resistances.") -- _t
+tDef(154, "Slimey Pool") -- floorEffect desc
+tDef(155, "The target is walking on slime. Decreasing movement speed by 20% and dealing 20 slime damage to any creatures attacking it.") -- _t
 
 
 ------------------------------------------------
@@ -27141,16 +28121,18 @@ tDef(119, "-Mana Overflow") -- _t
 tDef(119, "#Target# stops overflowing mana.") -- _t
 tDef(130, "Stoned") -- _t
 tDef(131, "The target has been turned to stone: it is rooted in place, unable to act, and may be shattered by a single blow dealing more than 30% of its maximum life.  It's new form makes it immune to being poisoned or cut, and grants improved physical(+20%), fire(+80%) and lightning(+50%) resistances.") -- _t
-tDef(136, "+Stoned") -- _t
+tDef(133, "stun") -- effect subtype
+tDef(133, "stone") -- effect subtype
 tDef(136, "#Target# turns to #GREY#STONE#LAST#!") -- _t
-tDef(137, "#Target# is no longer a #GREY#statue#LAST#.") -- _t
+tDef(136, "+Stoned") -- _t
 tDef(137, "-Stoned") -- _t
+tDef(137, "#Target# is no longer a #GREY#statue#LAST#.") -- _t
 tDef(162, "Arcane Storm") -- _t
 tDef(163, "The target is the epicenter of a terrible arcane storm, providing +%d%% arcane resistance.") -- tformat
 tDef(180, "Earthen Barrier") -- _t
 tDef(181, "Reduces physical damage received by %d%%.") -- tformat
-tDef(186, "+Earthen barrier") -- _t
 tDef(186, "#Target# hardens its skin.") -- _t
+tDef(186, "+Earthen barrier") -- _t
 tDef(187, "-Earthen barrier") -- _t
 tDef(200, "Molten Skin") -- _t
 tDef(201, "Reduces fire damage received by %d%%.") -- tformat
@@ -27159,45 +28141,47 @@ tDef(206, "+Molten Skin") -- _t
 tDef(207, "-Molten Skin") -- _t
 tDef(220, "Reflective Skin") -- _t
 tDef(221, "Magically returns %d%% of any damage done to the attacker.") -- tformat
-tDef(226, "+Reflective Skin") -- _t
 tDef(226, "#Target#'s skin starts to shimmer.") -- _t
-tDef(227, "-Reflective Skin") -- _t
+tDef(226, "+Reflective Skin") -- _t
 tDef(227, "#Target#'s skin returns to normal.") -- _t
+tDef(227, "-Reflective Skin") -- _t
 tDef(240, "Vimsense") -- _t
 tDef(241, "Reduces blight resistance by %d%% and all saves by %d.") -- tformat
 tDef(258, "Invisibility") -- _t
 tDef(259, "Improves/gives invisibility (power %d), reducing damage dealt by %d%%%s.") -- tformat
-tDef(264, "+Invis") -- _t
 tDef(264, "#Target# vanishes from sight.") -- _t
-tDef(265, "-Invis") -- _t
+tDef(264, "+Invis") -- _t
 tDef(265, "#Target# is no longer invisible.") -- _t
+tDef(265, "-Invis") -- _t
 tDef(298, "Ethereal") -- _t
 tDef(299, "Invisible (power %d), damage dealt reduced by %d%%, all resistances increased by %d%%, movement speed increased by %d%%.") -- tformat
-tDef(305, "#Target# becomes ethereal.") -- _t
+tDef(302, "phantasm") -- effect subtype
 tDef(305, "+Ethereal") -- _t
+tDef(305, "#Target# becomes ethereal.") -- _t
 tDef(306, "#Target# is no longer ethereal.") -- _t
 tDef(306, "-Ethereal") -- _t
 tDef(336, "Stormshield") -- _t
 tDef(337, "The target is protected a raging storm deflecting up to %d instances of damage over %d.") -- tformat
 tDef(344, "+Stormshield") -- _t
 tDef(344, "#Target# summons a storm to protect them!") -- _t
-tDef(345, "-Stormshield") -- _t
 tDef(345, "#Target#'s storm dissipates.") -- _t
+tDef(345, "-Stormshield") -- _t
 tDef(358, "%s(%d stormshielded#LAST#%s)#LAST#") -- tformat
 tDef(361, "#BLUE##Target#'s stormshield is out of charges and disspitates!#LAST#.") -- logCombat
 tDef(370, "Prismatic Shield") -- _t
 tDef(377, "The target is protected by a prismatic shield blocking many instances of damage.  Remaining:  %s") -- tformat
+tDef(380, "ward") -- effect subtype
 tDef(383, "#Target# summons a prismatic shield to protect him!") -- _t
 tDef(383, "+Prismatic") -- _t
-tDef(384, "-Prismatic") -- _t
 tDef(384, "#Target#'s prismatic shield fades.") -- _t
+tDef(384, "-Prismatic") -- _t
 tDef(394, "%s(%d to prism#LAST#%s)#LAST#") -- tformat
 tDef(406, "PURGING") -- _t
 tDef(407, "The target is being purged of 1 physical ailment each turn.") -- tformat
 tDef(413, "#Target# is being purged of his physical ailments!") -- _t
 tDef(413, "+Purging") -- _t
-tDef(414, "#Target#'s is no longer being purged.") -- _t
 tDef(414, "-Purging") -- _t
+tDef(414, "#Target#'s is no longer being purged.") -- _t
 tDef(427, "Sensing (Vim)") -- _t
 tDef(428, "Improves senses, allowing the detection of unseen things.") -- _t
 tDef(456, "Sense Hidden") -- _t
@@ -27206,14 +28190,17 @@ tDef(462, "#Target#'s eyes tingle.") -- _t
 tDef(463, "#Target#'s eyes tingle no more.") -- _t
 tDef(476, "Bane of Blindness") -- _t
 tDef(477, "The target is blinded, unable to see anything and takes %0.2f darkness damage per turn.") -- tformat
-tDef(482, "#Target# loses sight!") -- _t
+tDef(479, "blind") -- effect subtype
 tDef(482, "+Blind") -- _t
-tDef(483, "#Target# recovers sight.") -- _t
+tDef(482, "#Target# loses sight!") -- _t
 tDef(483, "-Blind") -- _t
+tDef(483, "#Target# recovers sight.") -- _t
 tDef(505, "Bane of Confusion") -- _t
 tDef(506, "The target is confused, acting randomly (chance %d%%), unable to perform complex actions and takes %0.2f darkness damage per turn.") -- tformat
-tDef(512, "#Target# wanders around!.") -- _t
+tDef(509, "bane") -- effect subtype
+tDef(509, "confusion") -- effect subtype
 tDef(512, "+Confused") -- _t
+tDef(512, "#Target# wanders around!.") -- _t
 tDef(513, "-Confused") -- _t
 tDef(513, "#Target# seems more focused.") -- _t
 tDef(529, "Supercharge Golem") -- _t
@@ -27222,16 +28209,16 @@ tDef(535, "+Supercharge") -- _t
 tDef(536, "-Supercharge") -- _t
 tDef(555, "Power Overload") -- _t
 tDef(556, "The target radiates incredible power, increasing all damage done by %d%%.") -- tformat
-tDef(561, "#Target# is overloaded with power.") -- _t
 tDef(561, "+Overload") -- _t
-tDef(562, "#Target# seems less dangerous.") -- _t
+tDef(561, "#Target# is overloaded with power.") -- _t
 tDef(562, "-Overload") -- _t
+tDef(562, "#Target# seems less dangerous.") -- _t
 tDef(573, "Life Tap") -- _t
 tDef(574, "The target taps its blood's hidden power, healing for %d%% of all damage they deal.") -- tformat
 tDef(579, "+Life Tap") -- _t
 tDef(579, "#Target# looks healthier as he deals damage.") -- _t
-tDef(580, "#Target# stops leeching life.") -- _t
 tDef(580, "-Life Tap") -- _t
+tDef(580, "#Target# stops leeching life.") -- _t
 tDef(597, "Arcane Eye") -- _t
 tDef(598, "You have an arcane eye observing for you in a radius of %d.") -- tformat
 tDef(630, "Seen by Arcane Eye") -- _t
@@ -27240,17 +28227,17 @@ tDef(651, "All stats increase") -- _t
 tDef(652, "All primary stats of the target are increased by %d.") -- tformat
 tDef(675, "Displacement Shield") -- _t
 tDef(676, "The target is surrounded by a space distortion that randomly sends (%d%% chance) incoming damage to another target (%s). Absorbs %d/%d damage before it crumbles.") -- tformat
-tDef(681, "The very fabric of space alters around #target#.") -- _t
 tDef(681, "+Displacement Shield") -- _t
-tDef(682, "The fabric of space around #target# stabilizes to normal.") -- _t
+tDef(681, "The very fabric of space alters around #target#.") -- _t
 tDef(682, "-Displacement Shield") -- _t
+tDef(682, "The fabric of space around #target# stabilizes to normal.") -- _t
 tDef(729, "Damage Shield") -- _t
 tDef(730, "(reflecting %d%% back to the attacker)") -- tformat
 tDef(730, "The target is surrounded by a magical shield, absorbing %d/%d damage %s before it crumbles.") -- tformat
-tDef(736, "+Shield") -- _t
 tDef(736, "A shield forms around #target#.") -- _t
-tDef(737, "-Shield") -- _t
+tDef(736, "+Shield") -- _t
 tDef(737, "The shield around #target# crumbles.") -- _t
+tDef(737, "-Shield") -- _t
 tDef(829, "Martyrdom") -- _t
 tDef(830, "All damage done by the target will also hurt it for %d%%.") -- tformat
 tDef(835, "#Target# is a martyr.") -- _t
@@ -27259,10 +28246,11 @@ tDef(836, "-Martyr") -- _t
 tDef(836, "#Target# is no longer influenced by martyrdom.") -- _t
 tDef(848, "Radiance Lost") -- _t
 tDef(849, "You have expended the power of your Radiance temporarily reducing its radius to 1.") -- tformat
-tDef(853, "+Dim") -- _t
+tDef(851, "radiance") -- effect subtype
 tDef(853, "#Target#'s aura dims.") -- _t
-tDef(854, "#Target# shines with renewed light.") -- _t
+tDef(853, "+Dim") -- _t
 tDef(854, "-Dim") -- _t
+tDef(854, "#Target# shines with renewed light.") -- _t
 tDef(865, "Curse of Vulnerability") -- _t
 tDef(866, "The target is cursed, reducing all resistances by %d%%.") -- tformat
 tDef(885, "Curse of Impotence") -- _t
@@ -27272,10 +28260,12 @@ tDef(906, "The target is cursed, reducing defence and all saves by %d.") -- tfor
 tDef(929, "Curse of Death") -- _t
 tDef(930, "The target is cursed, taking %0.2f darkness damage per turn and preventing natural life regeneration.") -- tformat
 tDef(951, "Curse of Hate") -- _t
+tDef(952, "The target is cursed, force all foes in a radius of 5 to attack it.") -- _t
+tDef(954, "curse") -- effect subtype
 tDef(957, "+Curse") -- _t
 tDef(957, "#Target# is cursed.") -- _t
-tDef(958, "-Curse") -- _t
 tDef(958, "#Target# is no longer cursed.") -- _t
+tDef(958, "-Curse") -- _t
 tDef(975, "Corrupting Strike") -- _t
 tDef(976, "The targets natural essence in corrupted reducing disease resistance by 100%%.") -- tformat
 tDef(981, "#Target# is completely vulnerable to disease!") -- _t
@@ -27284,6 +28274,7 @@ tDef(992, "Bloodlust") -- _t
 tDef(993, "The target is in a magical frenzy, improving spellpower by %d.") -- tformat
 tDef(1015, "Acid Splash") -- _t
 tDef(1016, "The target has been splashed with acid, taking %0.2f acid damage per turn, reducing armour by %d and attack by %d.") -- tformat
+tDef(1018, "sunder") -- effect subtype
 tDef(1039, "Bloodfury") -- _t
 tDef(1040, "The target's blight and acid damage is increased by %d%%.") -- tformat
 tDef(1056, "Reviving Phoenix") -- _t
@@ -27296,8 +28287,8 @@ tDef(1096, "Hurricane") -- _t
 tDef(1097, "The target is in the center of a lightning hurricane, doing %0.2f to %0.2f lightning damage to itself and others around every turn.") -- tformat
 tDef(1102, "+Hurricane") -- _t
 tDef(1102, "#Target# is caught inside a Hurricane.") -- _t
-tDef(1103, "The Hurricane around #Target# dissipates.") -- _t
 tDef(1103, "-Hurricane") -- _t
+tDef(1103, "The Hurricane around #Target# dissipates.") -- _t
 tDef(1118, "Teleport: Angolwen") -- _t
 tDef(1119, "The target is waiting to be recalled back to Angolwen.") -- _t
 tDef(1137, "There are creatures that could be watching you; you cannot take the risk of teleporting to Angolwen.") -- log
@@ -27305,25 +28296,26 @@ tDef(1144, "You are yanked out of this place!") -- logPlayer
 tDef(1149, "Space restabilizes around you.") -- logPlayer
 tDef(1156, "Timeport: Point Zero") -- _t
 tDef(1157, "The target is waiting to be recalled back to Point Zero.") -- _t
+tDef(1159, "timeport") -- effect subtype
 tDef(1181, "There are creatures that could be watching you; you cannot take the risk of timeporting to Point Zero.") -- log
 tDef(1188, "You are yanked out of this time!") -- logPlayer
 tDef(1193, "Time restabilizes around you.") -- logPlayer
 tDef(1200, "Premonition Shield") -- _t
 tDef(1201, "Reduces %s damage received by %d%%.") -- tformat
-tDef(1206, "+Premonition Shield") -- _t
 tDef(1206, "#Target# casts a protective shield just in time!") -- _t
-tDef(1207, "-Premonition Shield") -- _t
+tDef(1206, "+Premonition Shield") -- _t
 tDef(1207, "The protective shield of #Target# disappears.") -- _t
+tDef(1207, "-Premonition Shield") -- _t
 tDef(1218, "Corrosive Worm") -- _t
 tDef(1219, "The target is infected with a corrosive worm, reducing blight and acid resistance by %d%%. When the effect ends, the worm will explode, dealing %d acid damage in a 4 radius ball. This damage will increase by %d%% of all damage taken while under torment") -- tformat
-tDef(1224, "+Corrosive Worm") -- _t
 tDef(1224, "#Target# is infected by a corrosive worm.") -- _t
+tDef(1224, "+Corrosive Worm") -- _t
 tDef(1225, "-Corrosive Worm") -- _t
 tDef(1225, "#Target# is free from the corrosive worm.") -- _t
 tDef(1248, "Wraithform") -- _t
 tDef(1249, "Turn into a wraith, passing through walls (but not natural obstacles), granting %d defense and %d armour.") -- tformat
-tDef(1254, "+Wraithform") -- _t
 tDef(1254, "#Target# turns into a wraith.") -- _t
+tDef(1254, "+Wraithform") -- _t
 tDef(1255, "-Wraithform") -- _t
 tDef(1255, "#Target# returns to normal.") -- _t
 tDef(1287, "Empowered Healing") -- _t
@@ -27343,34 +28335,37 @@ tDef(1434, "Light damage has been increased by %d%% to +%d%%.") -- tformat
 tDef(1447, "Shrouded in Darklight") -- _t
 tDef(1449, "%d%% of the targets damage is being split between light and darkness and they are taking %d light and %d darkness damage each turn.") -- tformat
 tDef(1475, "Sanctity") -- _t
+tDef(1476, "The target is protected from silence effects.") -- _t
 tDef(1494, "Shifting Shadows") -- _t
 tDef(1495, "The target's defense is increased by %d.") -- tformat
 tDef(1519, "Blazing Light") -- _t
 tDef(1520, "The target is gaining %d positive energy each turn.") -- tformat
 tDef(1535, "Warding") -- _t
 tDef(1536, "Projectiles aimed at the target are slowed by %d%%.") -- tformat
+tDef(1538, "circle") -- effect subtype
 tDef(1554, "Turn Back the Clock") -- _t
 tDef(1555, "The target has been returned to a much younger state, reducing all its stats by %d.") -- tformat
-tDef(1560, "+Turn Back the Clock") -- _t
 tDef(1560, "#Target# is returned to a much younger state!") -- _t
+tDef(1560, "+Turn Back the Clock") -- _t
 tDef(1561, "-Turn Back the Clock") -- _t
 tDef(1561, "#Target# has regained its natural age.") -- _t
 tDef(1583, "Wasting") -- _t
 tDef(1584, "The target is wasting away, taking %0.2f temporal damage per turn.") -- tformat
 tDef(1589, "#Target# is wasting away!") -- _t
 tDef(1589, "+Wasting") -- _t
-tDef(1590, "-Wasting") -- _t
 tDef(1590, "#Target# stops wasting away.") -- _t
+tDef(1590, "-Wasting") -- _t
 tDef(1607, "Prescience") -- _t
 tDef(1608, "The target's awareness is fully in the present, increasing stealth detection, see invisibility, defense, and accuracy by %d.") -- tformat
-tDef(1613, "+Prescience") -- _t
 tDef(1613, "#Target# has found the present moment!") -- _t
+tDef(1613, "+Prescience") -- _t
 tDef(1614, "-Prescience") -- _t
 tDef(1614, "#Target#'s awareness returns to normal.") -- _t
 tDef(1631, "Invigorate") -- _t
 tDef(1632, "The target is regaining %d life per turn and refreshing talents at twice the normal rate.") -- tformat
-tDef(1637, "+Invigorate") -- _t
+tDef(1634, "regeneration") -- effect subtype
 tDef(1637, "#Target# is invigorated.") -- _t
+tDef(1637, "+Invigorate") -- _t
 tDef(1638, "#Target# is no longer invigorated.") -- _t
 tDef(1638, "-Invigorate") -- _t
 tDef(1665, "Gather the Threads") -- _t
@@ -27381,26 +28376,27 @@ tDef(1673, "-Gather the Threads") -- _t
 tDef(1673, "#Target# is no longer manipulating the timestream.") -- _t
 tDef(1700, "Flawed Design") -- _t
 tDef(1701, "The target's resistances have been reduced by %d%%.") -- tformat
-tDef(1706, "+Flawed") -- _t
 tDef(1706, "#Target# is flawed.") -- _t
-tDef(1707, "-Flawed") -- _t
+tDef(1706, "+Flawed") -- _t
 tDef(1707, "#Target# is no longer flawed.") -- _t
+tDef(1707, "-Flawed") -- _t
 tDef(1720, "Manaworm") -- _t
 tDef(1721, "The target is infected by a manaworm, draining %0.2f mana per turn and releasing it as arcane damage to the target.") -- tformat
-tDef(1726, "#Target# is infected by a manaworm!") -- _t
 tDef(1726, "+Manaworm") -- _t
+tDef(1726, "#Target# is infected by a manaworm!") -- _t
 tDef(1727, "-Manaworm") -- _t
 tDef(1727, "#Target# is no longer infected.") -- _t
 tDef(1738, "Surge of Undeath") -- _t
 tDef(1739, "Increases the target combat power, spellpower, accuracy by %d, armour penetration by %d and critical chances by %d.") -- tformat
-tDef(1744, "+Undeath Surge") -- _t
+tDef(1741, "frenzy") -- effect subtype
 tDef(1744, "#Target# is engulfed in dark energies.") -- _t
+tDef(1744, "+Undeath Surge") -- _t
 tDef(1745, "-Undeath Surge") -- _t
 tDef(1745, "#Target# seems less powerful.") -- _t
 tDef(1766, "Bone Shield") -- _t
 tDef(1767, "Any attacks doing more than %d%% of your life is reduced to %d%%.") -- tformat
-tDef(1772, "#Target# protected by flying bones.") -- _t
 tDef(1772, "+Bone Shield") -- _t
+tDef(1772, "#Target# protected by flying bones.") -- _t
 tDef(1773, "#Target# flying bones crumble.") -- _t
 tDef(1773, "-Bone Shield") -- _t
 tDef(1790, "Redux") -- _t
@@ -27422,33 +28418,34 @@ tDef(1925, "+Haste") -- _t
 tDef(1926, "-Haste") -- _t
 tDef(1951, "Cease to Exist") -- _t
 tDef(1952, "The target is being removed from the timeline, its resistance to physical and temporal damage have been reduced by %d%%.") -- tformat
-tDef(1957, "#Target# is being removed from the timeline.") -- _t
 tDef(1957, "+Cease to Exist") -- _t
+tDef(1957, "#Target# is being removed from the timeline.") -- _t
 tDef(1973, "Impending Doom") -- _t
 tDef(1974, "The target's final doom is drawing near, reducing healing factor by 80%% and dealing %0.2f arcane damage per turn. The effect will stop if the caster dies.") -- tformat
-tDef(1979, "+Doomed") -- _t
 tDef(1979, "#Target# is doomed!") -- _t
-tDef(1980, "#Target# is freed from the impending doom.") -- _t
+tDef(1979, "+Doomed") -- _t
 tDef(1980, "-Doomed") -- _t
+tDef(1980, "#Target# is freed from the impending doom.") -- _t
 tDef(1995, "Rigor Mortis") -- _t
 tDef(1996, "The target takes %d%% more damage from necrotic minions.") -- tformat
 tDef(2001, "#Target# feels death coming!") -- _t
 tDef(2001, "+Rigor Mortis") -- _t
-tDef(2002, "-Rigor Mortis") -- _t
 tDef(2002, "#Target# is freed from the rigor mortis.") -- _t
+tDef(2002, "-Rigor Mortis") -- _t
 tDef(2013, "Abyssal Shroud") -- _t
 tDef(2014, "The target's lite radius has been reduced by %d, and its darkness resistance by %d%%.") -- tformat
-tDef(2019, "+Abyssal Shroud") -- _t
 tDef(2019, "#Target# feels closer to the abyss!") -- _t
-tDef(2020, "-Abyssal Shroud") -- _t
+tDef(2019, "+Abyssal Shroud") -- _t
 tDef(2020, "#Target# is free from the abyss.") -- _t
+tDef(2020, "-Abyssal Shroud") -- _t
 tDef(2033, "Spin Fate") -- _t
 tDef(2034, "The target's defense and saves have been increased by %d.") -- tformat
 tDef(2041, "+Spin Fate") -- _t
 tDef(2041, "#Target# spins fate.") -- _t
-tDef(2042, "#Target# stops spinning fate.") -- _t
 tDef(2042, "-Spin Fate") -- _t
+tDef(2042, "#Target# stops spinning fate.") -- _t
 tDef(2088, "Spellshocked") -- _t
+tDef(2091, "cross tier") -- effect subtype
 tDef(2094, "+Spellshocked") -- _t
 tDef(2095, "-Spellshocked") -- _t
 tDef(2108, "Rotting Disease") -- _t
@@ -27494,17 +28491,20 @@ tDef(2305, "#Target# is free from the worm rot.") -- _t
 tDef(2349, "#LIGHT_RED#A carrion worm mass bursts out of %s!") -- logSeen
 tDef(2357, "Ghoul Rot") -- _t
 tDef(2361, "The target is infected by a disease doing %0.2f blight damage per turn.%s") -- tformat
+tDef(2364, "disease") -- effect subtype
 tDef(2367, "#Target# is afflicted by ghoul rot!") -- _t
 tDef(2368, "#Target# is free from the ghoul rot.") -- _t
 tDef(2383, "Bloodcasting") -- _t
+tDef(2384, "Corruptions consume health instead of vim.") -- _t
 tDef(2400, "Sanguine Infusion") -- _t
 tDef(2402, "Maximum life increased by %d.") -- tformat
+tDef(2404, "corruption") -- effect subtype
 tDef(2425, "Arcane Supremacy") -- _t
 tDef(2426, "The target's spellpower and spell save has been increased by %d") -- tformat
 tDef(2431, "+Arcane Supremacy") -- _t
 tDef(2431, "#Target# is surging with arcane energy.") -- _t
-tDef(2432, "-Arcane Supremacy") -- _t
 tDef(2432, "The arcane energy around #target# has dissipated.") -- _t
+tDef(2432, "-Arcane Supremacy") -- _t
 tDef(2447, "Ward") -- _t
 tDef(2448, "Fully absorbs %d %s attack%s.") -- tformat
 tDef(2453, "#Target# warded against %s!") -- tformat
@@ -27527,109 +28527,119 @@ tDef(2516, "#Target# is no longer out of phase.") -- _t
 tDef(2516, "-Phased") -- _t
 tDef(2552, "Blood Lock") -- _t
 tDef(2553, "Cannot heal higher than %d life.") -- tformat
-tDef(2558, "#Target# is blood locked.") -- _t
+tDef(2555, "blood") -- effect subtype
 tDef(2558, "+Blood Lock") -- _t
-tDef(2559, "#Target# is no longer blood locked.") -- _t
+tDef(2558, "#Target# is blood locked.") -- _t
 tDef(2559, "-Blood Lock") -- _t
+tDef(2559, "#Target# is no longer blood locked.") -- _t
 tDef(2572, "Congeal Time") -- _t
 tDef(2573, "Reduces global action speed by %d%% and all outgoing projectiles speed by %d%%.") -- tformat
 tDef(2578, "+Congeal Time") -- _t
 tDef(2578, "#Target# slows down.") -- _t
-tDef(2579, "-Congeal Time") -- _t
 tDef(2579, "#Target# speeds up.") -- _t
+tDef(2579, "-Congeal Time") -- _t
 tDef(2597, "Arcane Vortex") -- _t
 tDef(2598, "An arcane vortex follows the target. Each turn a manathrust fires from it to a random foe in sight doing %0.2f arcane damage to all. If no foes are found the main target takes 50%% more arcane damage this turn. If the target dies the remaining damage is dealt as a radius 2 ball of arcane.") -- tformat
-tDef(2603, "#Target# is focused by an arcane vortex!.") -- _t
 tDef(2603, "+Arcane Vortex") -- _t
+tDef(2603, "#Target# is focused by an arcane vortex!.") -- _t
 tDef(2604, "#Target# is free from the arcane vortex.") -- _t
 tDef(2604, "-Arcane Vortex") -- _t
 tDef(2643, "Aether Breach") -- _t
 tDef(2644, "Fires an arcane explosion each turn doing %0.2f arcane damage in radius 2.") -- tformat
 tDef(2649, "+Aether Breach") -- _t
 tDef(2649, "#Target# begins channeling arcane through a breach in reality!") -- _t
-tDef(2650, "-Aether Breach") -- _t
 tDef(2650, "The aetheric breach around #Target# seals itself.") -- _t
+tDef(2650, "-Aether Breach") -- _t
 tDef(2682, "Aether Avatar") -- _t
+tDef(2683, "Filled with pure aether forces!") -- _t
 tDef(2716, "Vulnerability Poison") -- _t
-tDef(2720, "The target is afflicted with a magical poison and is suffering %0.2f arcane damage per turn.  All resistances are reduced by 10%%%s.") -- tformat
 tDef(2720, " and poison resistance is reduced by %s%%") -- tformat
-tDef(2726, "#Target# is magically poisoned!") -- _t
+tDef(2720, "The target is afflicted with a magical poison and is suffering %0.2f arcane damage per turn.  All resistances are reduced by 10%%%s.") -- tformat
 tDef(2726, "+Vulnerability Poison") -- _t
+tDef(2726, "#Target# is magically poisoned!") -- _t
 tDef(2727, "-Vulnerability Poison") -- _t
 tDef(2727, "#Target# is no longer magically poisoned.") -- _t
 tDef(2746, "Irresistible Sun") -- _t
 tDef(2747, "The target is attracting all toward it, also dealing fire, light and physical damage each turn..") -- tformat
-tDef(2752, "+Irresistible Sun") -- _t
 tDef(2752, "#Target# starts to attract all creatures around!") -- _t
-tDef(2753, "#Target# is no longer attracting creatures.") -- _t
+tDef(2752, "+Irresistible Sun") -- _t
 tDef(2753, "-Irresistible Sun") -- _t
+tDef(2753, "#Target# is no longer attracting creatures.") -- _t
 tDef(2773, "%s is pulled in!") -- logSeen
 tDef(2791, "Weight of the Sun") -- _t
 tDef(2792, "The target is struggling against immense gravity, all damage it does is reduced by %d%%.") -- tformat
 tDef(2797, "#Target# can barely stand!") -- _t
 tDef(2797, "+Weight of the Sun") -- _t
-tDef(2798, "-Weight of the Sun") -- _t
 tDef(2798, "#Target# can move freely once more.") -- _t
+tDef(2798, "-Weight of the Sun") -- _t
 tDef(2806, "Temporal Form") -- _t
 tDef(2807, "The target assumes the form of a telugoroth.") -- tformat
 tDef(2812, "+Temporal Form") -- _t
 tDef(2812, "#Target# threads time as a shell!") -- _t
-tDef(2813, "-Temporal Form") -- _t
 tDef(2813, "#Target# is no longer embeded in time.") -- _t
+tDef(2813, "-Temporal Form") -- _t
 tDef(2863, "Corrupted Losgoroth Form") -- _t
 tDef(2864, "The target has assumed the form of a corrupted losgoroth, gaining immunity to poison, disease, bleeding, and confusion.  It does not need to breathe, and converts half of all damage to life draining blight.") -- tformat
-tDef(2869, "#Target# turns into a losgoroth!") -- _t
+tDef(2866, "arcane") -- effect subtype
 tDef(2869, "+Corrupted Losgoroth Form") -- _t
+tDef(2869, "#Target# turns into a losgoroth!") -- _t
 tDef(2870, "-Corrupted Losgoroth Form") -- _t
 tDef(2950, "Shivgoroth Form") -- _t
 tDef(2951, "The target assumes the form of a shivgoroth.") -- tformat
 tDef(2956, "#Target# turns into a shivgoroth!") -- _t
 tDef(2956, "+Shivgoroth Form") -- _t
-tDef(2957, "-Shivgoroth Form") -- _t
 tDef(2957, "#Target# is no longer transformed.") -- _t
+tDef(2957, "-Shivgoroth Form") -- _t
 tDef(3001, "Keepers of Reality Rally Call") -- _t
 tDef(3002, "The keepers of reality have called upon all to defend Point Zero. Life increased by 5000, damage by 300%.") -- _t
 tDef(3021, "Receptive Mind") -- _t
 tDef(3022, "You can sense the presence of all %s around you.") -- tformat
+tDef(3024, "rune") -- effect subtype
 tDef(3036, "Born into Magic") -- _t
 tDef(3037, "%s damage increased by 20%%.") -- tformat
+tDef(3039, "race") -- effect subtype
 tDef(3051, "Essence of the Dead") -- _t
 tDef(3052, "The target consumed souls to gain new powers. %d spells affected.") -- tformat
+tDef(3055, "necrotic") -- effect subtype
 tDef(3069, "Ice Armour") -- _t
 tDef(3070, "The target is covered in a layer of ice. Its armour is increased by %d, it deals %0.1f Cold damage to attackers that hit in melee, and 50%% of its damage is converted to cold.") -- tformat
+tDef(3072, "armour") -- effect subtype
+tDef(3072, "cold") -- effect subtype
 tDef(3075, "#Target# is covered in icy armor!") -- _t
 tDef(3076, "#Target#'s ice coating crumbles away.") -- _t
 tDef(3093, "Caustic Golem") -- _t
 tDef(3094, "The target is coated with acid. When struck in melee, it has a %d%% chance to spray a cone of acid towards the attacker doing %0.1f damage.") -- tformat
+tDef(3096, "acid") -- effect subtype
+tDef(3096, "coating") -- effect subtype
 tDef(3099, "#Target# is coated in acid!") -- _t
 tDef(3100, "#Target#'s acid coating is diluted.") -- _t
 tDef(3121, "Sun's Vengeance") -- _t
 tDef(3122, "The target is filled with the Sun's fury, next Sun Beam will be instant cast.") -- tformat
-tDef(3127, "+Sun's Vengeance") -- _t
 tDef(3127, "#Target# is filled with the Sun's fury!") -- _t
+tDef(3127, "+Sun's Vengeance") -- _t
 tDef(3128, "-Sun's Vengeance") -- _t
 tDef(3136, "Suncloak") -- _t
 tDef(3137, "The target is protected by the sun, increasing their spell casting speed by %d%%, reducing spell cooldowns by %d%%, and preventing damage over %d%% of your maximum life from a single hit.") -- tformat
 tDef(3143, "+Suncloak") -- _t
 tDef(3143, "#Target# is energized and protected by the Sun!") -- _t
-tDef(3144, "-Suncloak") -- _t
 tDef(3144, "#Target#'s solar fury subsides.") -- _t
+tDef(3144, "-Suncloak") -- _t
 tDef(3158, "Mark of Light") -- _t
 tDef(3159, "The creature that marked the target with light will be healed for all melee attacks against it by %d%%.") -- tformat
-tDef(3164, "#Target# is marked by light!") -- _t
 tDef(3164, "+Mark of Light") -- _t
-tDef(3165, "#Target#'s mark disappears.") -- _t
+tDef(3164, "#Target# is marked by light!") -- _t
 tDef(3165, "-Mark of Light") -- _t
+tDef(3165, "#Target#'s mark disappears.") -- _t
 tDef(3179, "Righteous Strength") -- _t
 tDef(3180, "Increase light and physical damage by %d%%.") -- tformat
-tDef(3185, "#Target# shines with light!") -- _t
 tDef(3185, "+Righteous Strength") -- _t
-tDef(3186, "-Righteous Strength") -- _t
+tDef(3185, "#Target# shines with light!") -- _t
 tDef(3186, "#Target# stops shining.") -- _t
+tDef(3186, "-Righteous Strength") -- _t
 tDef(3206, "Lightburn") -- _t
 tDef(3207, "The creature is burnt by light, dealing %0.2f light damage each turn and reducing armour by %d.") -- tformat
-tDef(3212, "+Lightburn") -- _t
 tDef(3212, "#Target# burns with light!") -- _t
+tDef(3212, "+Lightburn") -- _t
 tDef(3213, "-Lightburn") -- _t
 tDef(3213, "#Target# stops burning.") -- _t
 tDef(3233, "Illumination ") -- _t
@@ -27642,18 +28652,23 @@ tDef(3257, "+Light Burst") -- _t
 tDef(3258, "-Light Burst") -- _t
 tDef(3263, "Light Burst Speed") -- _t
 tDef(3264, "The target is invigorated from Searing Sight, increasing movement speed by %d%%.") -- tformat
+tDef(3266, "sun") -- effect subtype
 tDef(3270, "+Light Burst Speed") -- _t
 tDef(3271, "-Light Burst Speed") -- _t
 tDef(3292, "Healing Inversion") -- _t
 tDef(3293, "All healing done to the target will instead turn into %d%% blight damage.") -- tformat
+tDef(3295, "heal") -- effect subtype
 tDef(3298, "+Healing Inversion") -- _t
 tDef(3299, "-Healing Inversion") -- _t
 tDef(3322, "Shocked") -- _t
 tDef(3323, "Target is reeling from an lightning shock, halving its stun and pinning resistance.") -- tformat
+tDef(3325, "lightning") -- effect subtype
 tDef(3327, "+Shocked") -- _t
 tDef(3328, "-Shocked") -- _t
 tDef(3343, "Wet") -- _t
 tDef(3344, "Target is drenched with magical water, halving its stun resistance.") -- tformat
+tDef(3346, "ice") -- effect subtype
+tDef(3346, "water") -- effect subtype
 tDef(3348, "+Wet") -- _t
 tDef(3349, "-Wet") -- _t
 tDef(3367, "Probability Travel") -- _t
@@ -27666,24 +28681,26 @@ tDef(3390, "+Blink") -- _t
 tDef(3391, "-Blink") -- _t
 tDef(3401, "Dimensional Anchor") -- _t
 tDef(3402, "The target is unable to teleport and takes %0.2f temporal and %0.2f physical damage if they try.") -- tformat
-tDef(3407, "+Anchor") -- _t
+tDef(3404, "slow") -- effect subtype
 tDef(3407, "#Target# is anchored.") -- _t
-tDef(3408, "-Anchor") -- _t
+tDef(3407, "+Anchor") -- _t
 tDef(3408, "#Target# is no longer anchored.") -- _t
+tDef(3408, "-Anchor") -- _t
 tDef(3423, "Breach") -- _t
 tDef(3424, "The target's defenses have been breached, reducing armor hardiness, stun, pin, blindness, and confusion immunity by 50%%.") -- tformat
 tDef(3428, "+Breach") -- _t
 tDef(3429, "-Breach") -- _t
 tDef(3454, "Braided") -- _t
 tDef(3455, "The target is taking %d%% of all damage dealt to other braided targets.") -- tformat
-tDef(3460, "+Braided") -- _t
 tDef(3460, "#Target#'s lifeline has been braided.") -- _t
-tDef(3461, "-Braided") -- _t
+tDef(3460, "+Braided") -- _t
 tDef(3461, "#Target#'s lifeline is no longer braided.") -- _t
+tDef(3461, "-Braided") -- _t
 tDef(3467, "#CRIMSON##Source# damages #Target# through the Braid!") -- delayedLogMessage
 tDef(3468, "#PINK#%d braided #LAST#") -- tformat
 tDef(3490, "Precognition") -- _t
 tDef(3491, "Peer into the future, detecting enemies, increasing defense by %d, and granting a %d%% chance to ignore critical hits.") -- tformat
+tDef(3493, "sense") -- effect subtype
 tDef(3512, "Webs of Fate") -- _t
 tDef(3513, "Displacing %d%% of all damage on to a random enemy.") -- tformat
 tDef(3517, "+Webs of Fate") -- _t
@@ -27691,19 +28708,21 @@ tDef(3518, "-Webs of Fate") -- _t
 tDef(3549, "%s(%d webs of fate)#LAST#") -- tformat
 tDef(3568, "Seal Fate") -- _t
 tDef(3575, "The target has a %d%% chance of increasing the duration of one detrimental status effects on targets it damages by one.") -- tformat
+tDef(3578, "focus") -- effect subtype
 tDef(3581, "+Seal Fate") -- _t
 tDef(3582, "-Seal Fate") -- _t
 tDef(3628, "Unravel") -- _t
 tDef(3630, "The target is immune to further damage but is dealing %d%% less damage.") -- tformat
-tDef(3632, "#Target# has started to unravel.") -- _t
 tDef(3632, "+Unraveling") -- _t
+tDef(3632, "#Target# has started to unravel.") -- _t
+tDef(3651, "Unravels!") -- _t
 tDef(3652, "%s has unraveled!") -- logSeen
 tDef(3660, "Entropy") -- _t
 tDef(3661, "The target is losing one sustain per turn.") -- _t
-tDef(3662, "#Target# is caught in an entropic field!") -- _t
 tDef(3662, "+Entropy") -- _t
-tDef(3663, "-Entropy") -- _t
+tDef(3662, "#Target# is caught in an entropic field!") -- _t
 tDef(3663, "#Target# is free from the entropy.") -- _t
+tDef(3663, "-Entropy") -- _t
 tDef(3684, "Regression") -- _t
 tDef(3685, "Reduces your three highest stats by %d.") -- tformat
 tDef(3686, "#Target# has regressed.") -- _t
@@ -27722,43 +28741,48 @@ tDef(3749, "-Attenuate") -- _t
 tDef(3749, "#Target# is no longer being grounded.") -- _t
 tDef(3766, "Ogric Wrath") -- _t
 tDef(3767, "Do not try to resist it!") -- tformat
-tDef(3772, "+Ogric Wrath") -- _t
 tDef(3772, "#Target# enters an ogric frenzy.") -- _t
-tDef(3773, "-Ogric Wrath") -- _t
+tDef(3772, "+Ogric Wrath") -- _t
 tDef(3773, "#Target# calms down.") -- _t
+tDef(3773, "-Ogric Wrath") -- _t
 tDef(3816, "Ogre Fury") -- _t
 tDef(3817, "Increases crit chance by %d%% and critical power by %d%%. %d charge(s).") -- tformat
 tDef(3863, "Writ Large") -- _t
 tDef(3864, "Inscriptions cooldown twice as fast.") -- tformat
+tDef(3866, "runic") -- effect subtype
 tDef(3869, "+Writ Large") -- _t
 tDef(3870, "-Writ Large") -- _t
 tDef(3891, "Static History") -- _t
 tDef(3892, "Chronomancy spells cast by the target will not produce minor anomalies.") -- tformat
-tDef(3897, "+Static History") -- _t
 tDef(3897, "Spacetime has stabilized around #Target#.") -- _t
+tDef(3897, "+Static History") -- _t
 tDef(3898, "-Static History") -- _t
 tDef(3898, "The fabric of spacetime around #Target# has returned to normal.") -- _t
 tDef(3908, "Arrow Echoes") -- _t
 tDef(3909, "Each turn will fire an arrow at %s.") -- tformat
+tDef(3911, "time") -- effect subtype
 tDef(3914, "+Arrow Echoes") -- _t
 tDef(3915, "-Arrow Echoes") -- _t
 tDef(3932, "Warden's Focus") -- _t
 tDef(3934, "Focused on %s, +%d%% critical damage and +%d%% critical hit chance against this target.") -- tformat
+tDef(3937, "tactic") -- effect subtype
 tDef(3939, "+Warden's Focus") -- _t
 tDef(3940, "-Warden's Focus") -- _t
 tDef(3948, "%s(%d focus)#LAST#") -- tformat
 tDef(3965, "Fateweaver") -- _t
 tDef(3966, "The target's accuracy and power have been increased by %d.") -- tformat
-tDef(3973, "#Target# weaves fate.") -- _t
 tDef(3973, "+Fateweaver") -- _t
-tDef(3974, "-Fateweaver") -- _t
+tDef(3973, "#Target# weaves fate.") -- _t
 tDef(3974, "#Target# stops weaving fate.") -- _t
+tDef(3974, "-Fateweaver") -- _t
 tDef(4012, "Fold Fate") -- _t
 tDef(4013, "The target is nearing the end, its resistance to physical and temporal damage have been reduced by %d%%.") -- tformat
 tDef(4018, "+Fold Fate") -- _t
 tDef(4018, "#Target# is nearing the end.") -- _t
 tDef(4051, "Spatial Tether") -- _t
 tDef(4054, "The target has been tethered to the location and has a %d%% chance of being teleported back, creating an explosion for %0.2f physical and %0.2f temporal warp damage at both ends of the teleport.") -- tformat
+tDef(4057, "teleport") -- effect subtype
+tDef(4057, "temporal") -- effect subtype
 tDef(4060, "+Tether") -- _t
 tDef(4060, "#Target# has been tethered!") -- _t
 tDef(4061, "-Tether") -- _t
@@ -27779,16 +28803,19 @@ tDef(4126, "Crippling Blight") -- _t
 tDef(4127, "The target is poisoned and sick, doing %0.2f blight damage per turn. Each time it tries to use a talent there is %d%% chance of failure.") -- tformat
 tDef(4132, "#Target# is poisoned with crippling blight!") -- _t
 tDef(4132, "+Crippling Blight") -- _t
-tDef(4133, "-Crippling Blight") -- _t
 tDef(4133, "#Target# is free from the crippling blight.") -- _t
+tDef(4133, "-Crippling Blight") -- _t
 tDef(4155, "Numbing Blight") -- _t
 tDef(4156, "The target is poisoned and sick, doing %0.2f blight damage per turn. All damage it does is reduced by %d%%.") -- tformat
-tDef(4161, "#Target# is poisoned numbing blight!") -- _t
+tDef(4158, "blight") -- effect subtype
+tDef(4158, "poison") -- effect subtype
 tDef(4161, "+Numbing Blight") -- _t
-tDef(4162, "#Target# is free from the numbing blight.") -- _t
+tDef(4161, "#Target# is poisoned numbing blight!") -- _t
 tDef(4162, "-Numbing Blight") -- _t
+tDef(4162, "#Target# is free from the numbing blight.") -- _t
 tDef(4184, "Eldritch Stone Shield") -- _t
 tDef(4186, "The target is surrounded by a stone shield absorbing %d/%d damage.  When the shield is removed, it will explode for up to %d (currently %d) Arcane damage in a radius %d.") -- tformat
+tDef(4190, "shield") -- effect subtype
 tDef(4193, "#Target# is encased in a stone shield.") -- _t
 tDef(4195, "The stone shield around #Target# %s") -- tformat
 tDef(4238, "Deeprock Form") -- _t
@@ -27796,16 +28823,21 @@ tDef(4242, ", +%d%% Arcane damage and +%d%% Arcane damage penetration,") -- tfor
 tDef(4245, ", +%d%% Nature damage and +%d%% Nature damage penetration") -- tformat
 tDef(4248, ", %d%% bleeding, poison, disease, and stun immunity") -- tformat
 tDef(4250, "The target has turned into a huge deeprock elemental.  It gains 2 size categories%s and +%d%% Physical damage and +%d%% Physical damage penetration.%s") -- tformat
-tDef(4256, "+Deeprock Form") -- _t
+tDef(4253, "elemental") -- effect subtype
+tDef(4253, "earth") -- effect subtype
 tDef(4256, "#Target# is imbued by the power of the Stone.") -- _t
+tDef(4256, "+Deeprock Form") -- _t
 tDef(4257, "-Deeprock Form") -- _t
 tDef(4257, "#Target# is abandoned by the Stone's power.") -- _t
 tDef(4319, "Bathe in Light") -- _t
 tDef(4320, "Fire and Light damage increased by %d%%.") -- tformat
+tDef(4323, "celestial") -- effect subtype
+tDef(4323, "light") -- effect subtype
 tDef(4326, "#Target# glows intensely!") -- _t
 tDef(4327, "#Target# is no longer glowing .") -- _t
 tDef(4337, "Overseer of Nations") -- _t
 tDef(4338, "Detects creatures of type %s/%s in radius 15.") -- tformat
+tDef(4340, "higher") -- effect subtype
 tDef(4354, "Pacification Hex") -- _t
 tDef(4355, "The target is hexed, granting it %d%% chance each turn to be dazed for 3 turns.") -- tformat
 tDef(4360, "+Pacification Hex") -- _t
@@ -27813,8 +28845,9 @@ tDef(4361, "-Pacification Hex") -- _t
 tDef(4384, "Burning Hex") -- _t
 tDef(4385, "The target is hexed.  Each time it uses an ability it takes %0.2f fire damage, and talent cooldowns are increased by %s plus 1 turn.") -- tformat
 tDef(4386, "%d%%") -- tformat
-tDef(4394, "+Burning Hex") -- _t
+tDef(4390, "fire") -- effect subtype
 tDef(4394, "#Target# is hexed!") -- _t
+tDef(4394, "+Burning Hex") -- _t
 tDef(4395, "-Burning Hex") -- _t
 tDef(4400, "Empathic Hex") -- _t
 tDef(4401, "The target is hexed, creating an empathic bond with its victims. It takes %d%% feedback damage from all damage done.") -- tformat
@@ -27822,8 +28855,10 @@ tDef(4407, "+Empathic Hex") -- _t
 tDef(4408, "-Empathic hex") -- _t
 tDef(4423, "Domination Hex") -- _t
 tDef(4424, "The target is hexed, temporarily changing its faction to %s.") -- tformat
-tDef(4429, "+Domination Hex") -- _t
+tDef(4426, "dominate") -- effect subtype
+tDef(4426, "hex") -- effect subtype
 tDef(4429, "#Target# is hexed.") -- _t
+tDef(4429, "+Domination Hex") -- _t
 tDef(4430, "#Target# is free from the hex.") -- _t
 tDef(4430, "-Domination hex") -- _t
 tDef(4447, "Shadowguard Immunity") -- _t
@@ -27833,28 +28868,36 @@ tDef(4452, "#Target#'s fades into the shadows.") -- _t
 tDef(4453, "#Target#'s can be afflicted again.") -- _t
 tDef(4462, "Shadowguard") -- _t
 tDef(4463, "The target is enveloped in shadows gaining %d spellpower and defense.") -- tformat
+tDef(4465, "shadow") -- effect subtype
 tDef(4468, "-Shadowguard") -- _t
 tDef(4468, "#Target#'s fully exits the shadows.") -- _t
 tDef(4478, "Retched") -- _t
 tDef(4479, "The target is walking in its own retch, negating the natural ghoul's speed penalty.") -- tformat
-tDef(4483, "#Target# speeds up in the retch.") -- _t
+tDef(4481, "undead") -- effect subtype
+tDef(4481, "speed") -- effect subtype
 tDef(4483, "+Retched") -- _t
+tDef(4483, "#Target# speeds up in the retch.") -- _t
 tDef(4484, "#Target# speeds down outside of the retch.") -- _t
 tDef(4484, "-Retched") -- _t
 tDef(4493, "Shadow Cut") -- _t
 tDef(4494, "Huge shadow cut that bleeds, doing %0.2f darkness damage per turn. Anytime you hit it you get healed for %d.") -- tformat
+tDef(4496, "wound") -- effect subtype
+tDef(4496, "bleed") -- effect subtype
+tDef(4496, "cut") -- effect subtype
 tDef(4499, "+Shadow Cut") -- _t
 tDef(4499, "#Target# starts to bleed darkness.") -- _t
-tDef(4500, "-Shadow Cut") -- _t
 tDef(4500, "#Target# stops bleeding darkness.") -- _t
+tDef(4500, "-Shadow Cut") -- _t
 tDef(4525, "Draining Moonlight") -- _t
 tDef(4526, "The target has been drained by a glyph, all damage it does is reduced by %d%%.") -- tformat
-tDef(4531, "#Target# is weakened by the glyph of moonlight!") -- _t
+tDef(4528, "darkness") -- effect subtype
 tDef(4531, "+Draining Moonlight") -- _t
+tDef(4531, "#Target# is weakened by the glyph of moonlight!") -- _t
 tDef(4532, "#Target# looks shakes off the effect of the glyph of moonlight.") -- _t
 tDef(4532, "-Draining Moonlight") -- _t
 tDef(4542, "Auger of Destruction") -- _t
 tDef(4543, "Physical damage increased by %d%%.") -- tformat
+tDef(4545, "physical") -- effect subtype
 
 
 ------------------------------------------------
@@ -27872,6 +28915,7 @@ tDef(61, "#Target# regains their energy.") -- _t
 tDef(61, "-Numbing Darkness") -- _t
 tDef(75, "Silenced") -- _t
 tDef(76, "The target is silenced, preventing it from casting spells and using some vocal talents.") -- _t
+tDef(78, "silence") -- effect subtype
 tDef(81, "#Target# is silenced!") -- _t
 tDef(81, "+Silenced") -- _t
 tDef(82, "-Silenced") -- _t
@@ -27886,6 +28930,7 @@ tDef(134, "#Target# wanders around!.") -- _t
 tDef(135, "#Target# seems more focused.") -- _t
 tDef(150, "The target's mind has been shattered. Its body remains as a thrall to %s.") -- tformat
 tDef(155, "#Target#'s mind is shattered.") -- _t
+tDef(182, "Thrall") -- _t
 tDef(212, "%s's mind recovers from the domination.") -- logSeen
 tDef(214, "%s collapses.") -- logSeen
 tDef(222, "Mental Domination") -- _t
@@ -27896,10 +28941,10 @@ tDef(246, "Battle Shout") -- _t
 tDef(247, "Increases maximum life and stamina by %d%%. When the effect ends, the extra life and stamina will be lost.") -- tformat
 tDef(271, "Battle Cry") -- _t
 tDef(272, "The target's will to defend itself is shattered by the powerful battle cry, reducing defense by %d.") -- tformat
-tDef(277, "+Battle Cry") -- _t
 tDef(277, "#Target#'s will is shattered.") -- _t
-tDef(278, "#Target# regains some of its will.") -- _t
+tDef(277, "+Battle Cry") -- _t
 tDef(278, "-Battle Cry") -- _t
+tDef(278, "#Target# regains some of its will.") -- _t
 tDef(288, "Willful Combat") -- _t
 tDef(289, "The target puts all its willpower into its blows, improving physical power by %d.") -- tformat
 tDef(294, "#Target# lashes out with pure willpower.") -- _t
@@ -27920,10 +28965,12 @@ tDef(381, "The gloom has confused the target, making it act randomly (%d%% chanc
 tDef(387, "#F53CBE##Target# is lost in despair!") -- _t
 tDef(388, "#Target# overcomes the gloom") -- _t
 tDef(404, "Dismayed") -- _t
+tDef(405, "The target is dismayed. The next melee attack against the target will be a guaranteed critical hit.") -- _t
+tDef(407, "gloom") -- effect subtype
 tDef(410, "#F53CBE##Target# is dismayed!") -- _t
 tDef(410, "+Dismayed") -- _t
-tDef(411, "#Target# overcomes the dismay") -- _t
 tDef(411, "-Dismayed") -- _t
+tDef(411, "#Target# overcomes the dismay") -- _t
 tDef(422, "Stalking") -- _t
 tDef(424, "Stalking %d/%d +%d ") -- tformat
 tDef(429, "Stalking %s. Bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.") -- tformat
@@ -27934,6 +28981,7 @@ tDef(455, "Stalked") -- _t
 tDef(458, "Being stalked.") -- _t
 tDef(460, "Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.") -- tformat
 tDef(463, " Prey damage modifier: %d%%.") -- tformat
+tDef(468, "veil") -- effect subtype
 tDef(506, "Beckoned") -- _t
 tDef(508, "The target has been beckoned by %s and is heeding the call. There is a %d%% chance of moving towards the beckoner each turn.") -- tformat
 tDef(510, " (spellpower: %d, mindpower: %d") -- tformat
@@ -27947,8 +28995,8 @@ tDef(621, "Overwhelmed") -- _t
 tDef(622, "The target has been overwhemed by a furious assault, reducing defence by %d.") -- tformat
 tDef(627, "#Target# has been overwhelmed.") -- _t
 tDef(627, "+Overwhelmed") -- _t
-tDef(628, "-Overwhelmed") -- _t
 tDef(628, "#Target# is no longer overwhelmed.") -- _t
+tDef(628, "-Overwhelmed") -- _t
 tDef(643, "Cursed Miasma") -- _t
 tDef(644, "The target is enveloped in a cursed miasma.") -- tformat
 tDef(649, "#Target# is surrounded by a cursed miasma.") -- _t
@@ -27959,16 +29007,17 @@ tDef(664, "Harassed") -- _t
 tDef(665, "The target has been harassed by its stalker, reducing damage by %d%%.") -- tformat
 tDef(670, "+Harassed") -- _t
 tDef(670, "#Target# has been harassed.") -- _t
-tDef(671, "#Target# is no longer harassed.") -- _t
 tDef(671, "-Harassed") -- _t
+tDef(671, "#Target# is no longer harassed.") -- _t
 tDef(684, "Dominated") -- _t
 tDef(685, "The target has been dominated.  It is unable to move and has lost %d armor and %d defense. Attacks from %s gain %d%% damage penetration.") -- tformat
 tDef(689, "+Dominated") -- _t
 tDef(689, "#F53CBE##Target# has been dominated!") -- _t
-tDef(690, "-Dominated") -- _t
 tDef(690, "#F53CBE##Target# is no longer dominated.") -- _t
+tDef(690, "-Dominated") -- _t
 tDef(710, "Agony") -- _t
 tDef(711, "%s is writhing in agony, suffering from %d to %d damage over %d turns.") -- tformat
+tDef(713, "pain") -- effect subtype
 tDef(716, "#Target# is writhing in agony!") -- _t
 tDef(716, "+Agony") -- _t
 tDef(717, "-Agony") -- _t
@@ -27977,23 +29026,26 @@ tDef(746, "Hateful Whisper") -- _t
 tDef(747, "%s has heard the hateful whisper.") -- tformat
 tDef(752, "#Target# has heard the hateful whisper!") -- _t
 tDef(752, "+Hateful Whisper") -- _t
-tDef(753, "#Target# no longer hears the hateful whisper.") -- _t
 tDef(753, "-Hateful Whisper") -- _t
+tDef(753, "#Target# no longer hears the hateful whisper.") -- _t
 tDef(832, "Slowed by madness") -- _t
 tDef(833, "Madness reduces the target's global speed by %d%% and lowers mind resistance by %d%%.") -- tformat
-tDef(838, "#F53CBE##Target# slows in the grip of madness!") -- _t
+tDef(835, "slow") -- effect subtype
 tDef(838, "+Slow") -- _t
+tDef(838, "#F53CBE##Target# slows in the grip of madness!") -- _t
 tDef(839, "-Slow") -- _t
 tDef(839, "#Target# overcomes the madness.") -- _t
 tDef(854, "Stunned by madness") -- _t
 tDef(855, "Madness has stunned the target, reducing damage by 50%%, lowering mind resistance by %d%%, putting 4 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.") -- tformat
-tDef(860, "+Stunned") -- _t
+tDef(857, "stun") -- effect subtype
 tDef(860, "#F53CBE##Target# is stunned by madness!") -- _t
+tDef(860, "+Stunned") -- _t
 tDef(861, "-Stunned") -- _t
 tDef(893, "Confused by madness") -- _t
 tDef(894, "Madness has confused the target, lowering mind resistance by %d%% and making it act randomly (%d%% chance)") -- tformat
-tDef(900, "#F53CBE##Target# is lost in madness!") -- _t
+tDef(896, "power") -- effect subtype
 tDef(900, "+Confused") -- _t
+tDef(900, "#F53CBE##Target# is lost in madness!") -- _t
 tDef(901, "#Target# overcomes the madness") -- _t
 tDef(901, "-Confused") -- _t
 tDef(918, "Maligned") -- _t
@@ -28010,8 +29062,8 @@ tDef(982, "%s feels a little less afraid!") -- logSeen
 tDef(994, "Tyrant") -- _t
 tDef(1021, "Paranoid") -- _t
 tDef(1022, "Paranoia has gripped the target, causing a %d%% chance they will physically attack anyone nearby, friend or foe. Targets of the attack may become paranoid themselves.") -- tformat
-tDef(1027, "#F53CBE##Target# becomes paranoid!") -- _t
 tDef(1027, "+Paranoid") -- _t
+tDef(1027, "#F53CBE##Target# becomes paranoid!") -- _t
 tDef(1028, "-Paranoid") -- _t
 tDef(1028, "#Target# is no longer paranoid") -- _t
 tDef(1048, "#F53CBE#%s struggles against the paranoia.") -- logSeen
@@ -28020,24 +29072,25 @@ tDef(1065, "#F53CBE#%s ignores the fear!") -- logSeen
 tDef(1067, "%s resists the fear!") -- logSeen
 tDef(1082, "Despair") -- _t
 tDef(1083, "The target is in despair, reducing their armour, defence, mindsave and mind resist by %d.") -- tformat
-tDef(1089, "+Despair") -- _t
 tDef(1089, "#F53CBE##Target# is in despair!") -- _t
+tDef(1089, "+Despair") -- _t
 tDef(1090, "-Despair") -- _t
 tDef(1090, "#Target# is no longer in despair") -- _t
 tDef(1113, "Terrified") -- _t
 tDef(1114, "The target is terrified taking %d mind and darkness damage per turn and increasing all their cooldowns by %d%%.") -- tformat
-tDef(1120, "#F53CBE##Target# becomes terrified!") -- _t
 tDef(1120, "+Terrified") -- _t
-tDef(1121, "#Target# is no longer terrified") -- _t
+tDef(1120, "#F53CBE##Target# becomes terrified!") -- _t
 tDef(1121, "-Terrified") -- _t
+tDef(1121, "#Target# is no longer terrified") -- _t
 tDef(1170, "Haunted") -- _t
 tDef(1171, "The target is haunted by a feeling of dread, causing each detrimental mental effect to inflict %d mind and darkness damage every turn.") -- tformat
-tDef(1177, "+Haunted") -- _t
 tDef(1177, "#F53CBE##Target# becomes haunted!") -- _t
-tDef(1178, "#Target# is no longer haunted") -- _t
+tDef(1177, "+Haunted") -- _t
 tDef(1178, "-Haunted") -- _t
+tDef(1178, "#Target# is no longer haunted") -- _t
 tDef(1301, "Panicked") -- _t
 tDef(1302, "The target has been panicked by %s, causing them to have a %d%% chance of fleeing in terror instead of acting.") -- tformat
+tDef(1304, "fear") -- effect subtype
 tDef(1307, "+Panicked") -- _t
 tDef(1307, "#F53CBE##Target# becomes panicked!") -- _t
 tDef(1308, "-Panicked") -- _t
@@ -28047,11 +29100,12 @@ tDef(1363, "#F53CBE#You panic and flee from %s.") -- logPlayer
 tDef(1365, "#F53CBE##Source# panics but fails to flee from #Target#.") -- logCombat
 tDef(1376, "Quick") -- _t
 tDef(1377, "Increases global speed by %d%%.") -- tformat
-tDef(1382, "+Quick") -- _t
 tDef(1382, "#Target# speeds up.") -- _t
-tDef(1383, "#Target# slows down.") -- _t
+tDef(1382, "+Quick") -- _t
 tDef(1383, "-Quick") -- _t
+tDef(1383, "#Target# slows down.") -- _t
 tDef(1394, "Frenzied Focus") -- _t
+tDef(1395, "This creatures psionic focus item is supercharged!") -- _t
 tDef(1400, "#Target# enters a frenzy!") -- _t
 tDef(1401, "#Target# is no longer frenzied.") -- _t
 tDef(1406, "Spiked Kinetic Shield") -- _t
@@ -28070,11 +29124,14 @@ tDef(1497, "Perfect control") -- _t
 tDef(1498, "The target's combat attack and crit chance are improved by %d and %d%%, respectively.") -- tformat
 tDef(1515, "Matter is energy") -- _t
 tDef(1516, "The gem's matter gradually transforms, granting %0.2f psi per turn.") -- tformat
+tDef(1518, "psychic_drain") -- effect subtype
 tDef(1521, "Energy starts pouring from the gem into #Target#.") -- _t
 tDef(1521, "+Energy") -- _t
 tDef(1522, "-Energy") -- _t
 tDef(1522, "The flow of energy from #Target#'s gem ceases.") -- _t
 tDef(1533, "Telekinetic Archery") -- _t
+tDef(1534, "Your telekinetically-wielded bow automatically attacks the nearest target each turn.") -- _t
+tDef(1536, "telekinesis") -- effect subtype
 tDef(1539, "+Telekinetic archery") -- _t
 tDef(1539, "#Target# enters a telekinetic archer's trance!") -- _t
 tDef(1540, "-Telekinetic archery") -- _t
@@ -28083,12 +29140,14 @@ tDef(1545, "Receptive Mind") -- _t
 tDef(1546, "Decreases mind save by %d and increases mindpower by %d.") -- tformat
 tDef(1563, "Void Echoes") -- _t
 tDef(1564, "The target is seeing echoes from the void and will take %0.2f mind damage as well as some resource damage each turn it fails a mental save.") -- tformat
-tDef(1569, "+Void Echoes") -- _t
+tDef(1566, "madness") -- effect subtype
 tDef(1569, "#Target# is being driven mad by the void.") -- _t
+tDef(1569, "+Void Echoes") -- _t
 tDef(1570, "-Void Echoes") -- _t
 tDef(1570, "#Target# has survived the void madness.") -- _t
 tDef(1585, "Waking Nightmare") -- _t
 tDef(1586, "The target is lost in a nightmare that deals %0.2f mind damage each turn and has a %d%% chance to cause a random detrimental effect.") -- tformat
+tDef(1588, "darkness") -- effect subtype
 tDef(1591, "+Night Terrors") -- _t
 tDef(1592, "-Night Terrors") -- _t
 tDef(1613, "#F53CBE#%s succumbs to the nightmare!") -- logSeen
@@ -28096,9 +29155,11 @@ tDef(1620, "Inner Demons") -- _t
 tDef(1621, "The target is plagued by inner demons and each turn there's a %d%% chance that one will appear.  If the caster is killed or the target resists setting his demons loose the effect will end early.") -- tformat
 tDef(1627, "+Inner Demons") -- _t
 tDef(1627, "#F53CBE##Target# is plagued by inner demons!") -- _t
-tDef(1628, "-Inner Demons") -- _t
 tDef(1628, "#Target# is freed from the demons.") -- _t
+tDef(1628, "-Inner Demons") -- _t
 tDef(1647, "Enthralled") -- _t
+tDef(1648, "The target is enthralled, temporarily changing its faction.") -- _t
+tDef(1650, "dominate") -- effect subtype
 tDef(1653, "#Target# is entralled.") -- _t
 tDef(1653, "+Enthralled") -- _t
 tDef(1654, "-Enthralled") -- _t
@@ -28111,17 +29172,20 @@ tDef(1684, "Perfect Accuracy") -- _t
 tDef(1685, "The target's accuracy is improved by %d.") -- tformat
 tDef(1705, "Deadly Strikes") -- _t
 tDef(1706, "The target's armour penetration is increased by %d.") -- tformat
+tDef(1708, "focus") -- effect subtype
 tDef(1711, "#Target# aims carefully.") -- _t
 tDef(1712, "#Target# aims less carefully.") -- _t
 tDef(1723, "Frenzy") -- _t
 tDef(1724, "Increases global action speed by %d%% and physical crit by %d%%.\
 Additionally the target will continue to fight until its Life reaches -%d%%.") -- tformat
-tDef(1729, "#Target# goes into a killing frenzy.") -- _t
 tDef(1729, "+Frenzy") -- _t
+tDef(1729, "#Target# goes into a killing frenzy.") -- _t
 tDef(1730, "-Frenzy") -- _t
+tDef(1751, "Falls dead!") -- _t
 tDef(1752, "%s dies when its frenzy ends!") -- logSeen
 tDef(1760, "Bloodbath") -- _t
 tDef(1761, "The thrill of combat improves the target's maximum life by %d%%, life regeneration by %0.2f, and stamina regeneration by %0.2f.") -- tformat
+tDef(1763, "regeneration") -- effect subtype
 tDef(1766, "+Bloodbath") -- _t
 tDef(1767, "-Bloodbath") -- _t
 tDef(1769, "%s's blood frenzy intensifies!") -- logSeen
@@ -28131,19 +29195,23 @@ tDef(1814, "Bloodrage") -- _t
 tDef(1815, "The target's strength is increased by %d by the thrill of combat.") -- tformat
 tDef(1839, "Increased Life") -- _t
 tDef(1840, "The target's maximum life is increased by %d.") -- tformat
+tDef(1842, "heal") -- effect subtype
 tDef(1844, "+Life") -- _t
 tDef(1844, "#Target# gains extra life.") -- _t
-tDef(1845, "-Life") -- _t
 tDef(1845, "#Target# loses extra life.") -- _t
+tDef(1845, "-Life") -- _t
 tDef(1859, "%s's increased life fades, leaving it stunned by the loss.") -- logSeen
 tDef(1866, "Guarded") -- _t
 tDef(1874, " with a %d%% chance to counterattack") -- tformat
 tDef(1875, "Guarding against melee damage:  Will dismiss up to %d damage from the next %0.1f attack(s)%s.") -- tformat
 tDef(1877, "#LIGHT_GREEN#") -- _t
+tDef(1879, "curse") -- effect subtype
 tDef(1895, "Rampaging") -- _t
 tDef(1897, "The target is rampaging! (+%d%% movement speed, +%d%% attack speed, +%d%% mind speed") -- tformat
 tDef(1899, ", +%d%% physical damage, +%d physical save, +%d mental save") -- tformat
 tDef(1902, ", %d/%d damage shrugged off this turn") -- tformat
+tDef(1908, "speed") -- effect subtype
+tDef(1908, "evade") -- effect subtype
 tDef(1911, "#F53CBE##Target# begins rampaging!") -- _t
 tDef(1911, "+Rampage") -- _t
 tDef(1912, "-Rampage") -- _t
@@ -28157,91 +29225,98 @@ tDef(1979, "#Target# enters a state of bloodlust.") -- _t
 tDef(1980, "#Target# calms down.") -- _t
 tDef(1991, "Orcish Triumph") -- _t
 tDef(1992, "Inspired by a recent kill increasing all resistance by %d%%.") -- tformat
+tDef(1994, "frenzy") -- effect subtype
 tDef(1997, "#Target# roars triumphantly.") -- _t
 tDef(1998, "#Target# is no longer inspired.") -- _t
 tDef(2009, "Brainlocked") -- _t
 tDef(2010, "Renders a random talent unavailable. Talent cooldown is halved until the effect has worn off.") -- tformat
+tDef(2012, "cross tier") -- effect subtype
 tDef(2015, "+Brainlocked") -- _t
 tDef(2016, "-Brainlocked") -- _t
 tDef(2037, "Frantic Summoning") -- _t
 tDef(2038, "Reduces the time taken for summoning by %d%%.") -- tformat
 tDef(2042, "+Frantic Summoning") -- _t
 tDef(2042, "#Target# starts summoning at high speed.") -- _t
-tDef(2043, "#Target#'s frantic summoning ends.") -- _t
 tDef(2043, "-Frantic Summoning") -- _t
+tDef(2043, "#Target#'s frantic summoning ends.") -- _t
 tDef(2071, "Wild Summon") -- _t
 tDef(2072, "%d%% chance to get a more powerful summon.") -- tformat
+tDef(2074, "summon") -- effect subtype
 tDef(2093, "Lobotomized (confused)") -- _t
 tDef(2094, "The target's mental faculties have been severely impaired, making it act randomly each turn (%d%% chance) and reducing its cunning by %d.") -- tformat
+tDef(2096, "confusion") -- effect subtype
 tDef(2099, "#Target# higher mental functions have been imparied.") -- _t
 tDef(2099, "+Lobotomized") -- _t
-tDef(2100, "#Target#'s regains its senses.") -- _t
 tDef(2100, "-Lobotomized") -- _t
+tDef(2100, "#Target#'s regains its senses.") -- _t
 tDef(2120, "Psionic Shield") -- _t
 tDef(2122, "Reduces all incoming %s damage by %d.") -- tformat
 tDef(2168, "Clear Mind") -- _t
 tDef(2169, "Nullifies the next %d detrimental mental effects.") -- tformat
 tDef(2186, "Resonance Field") -- _t
 tDef(2187, "The target is surrounded by a psychic field, absorbing 50%% of all damage (up to %d/%d).") -- tformat
-tDef(2192, "A psychic field forms around #target#.") -- _t
 tDef(2192, "+Resonance Shield") -- _t
-tDef(2193, "-Resonance Shield") -- _t
+tDef(2192, "A psychic field forms around #target#.") -- _t
 tDef(2193, "The psychic field around #target# crumbles.") -- _t
+tDef(2193, "-Resonance Shield") -- _t
 tDef(2221, "Mind Link") -- _t
 tDef(2222, "The target's mind has been invaded, increasing all mind damage it receives from %s by %d%%.") -- tformat
-tDef(2228, "+Mind Link") -- _t
 tDef(2228, "#Target#'s mind has been invaded!") -- _t
-tDef(2229, "-Mind Link") -- _t
+tDef(2228, "+Mind Link") -- _t
 tDef(2229, "#Target# is free from the mental invasion.") -- _t
+tDef(2229, "-Mind Link") -- _t
 tDef(2241, "Feedback Loop") -- _t
 tDef(2242, "The target is gaining feedback.") -- _t
-tDef(2247, "#Target# is gaining feedback.") -- _t
 tDef(2247, "+Feedback Loop") -- _t
+tDef(2247, "#Target# is gaining feedback.") -- _t
 tDef(2248, "#Target# is no longer gaining feedback.") -- _t
 tDef(2248, "-Feedback Loop") -- _t
 tDef(2259, "Focused Wrath") -- _t
 tDef(2260, "The target's subconscious has focused, increasing Mind resistance penetration by +%d%% and turning its attention on %s.") -- tformat
-tDef(2265, "+Focused Wrath") -- _t
 tDef(2265, "#Target#'s subconscious has been focused.") -- _t
+tDef(2265, "+Focused Wrath") -- _t
 tDef(2266, "-Focused Wrath") -- _t
 tDef(2266, "#Target#'s subconscious has returned to normal.") -- _t
 tDef(2279, "Sleep") -- _t
 tDef(2280, "The target is asleep and unable to perform most actions.  Every %d damage it takes will reduce the duration of the effect by one turn.") -- tformat
-tDef(2285, "#Target# has been put to sleep.") -- _t
 tDef(2285, "+Sleep") -- _t
+tDef(2285, "#Target# has been put to sleep.") -- _t
 tDef(2286, "-Sleep") -- _t
 tDef(2333, "Slumber") -- _t
 tDef(2334, "The target is in a deep sleep and unable to perform most actions.  Every %d damage it takes will reduce the duration of the effect by one turn.") -- tformat
-tDef(2339, "+Slumber") -- _t
 tDef(2339, "#Target# is in a deep sleep.") -- _t
+tDef(2339, "+Slumber") -- _t
 tDef(2340, "-Slumber") -- _t
 tDef(2340, "#Target# is no longer sleeping.") -- _t
 tDef(2383, "Nightmare") -- _t
 tDef(2384, "The target is in a nightmarish sleep, suffering %0.2f mind damage each turn and unable to to perform most actions.  Every %d damage it takes will reduce the duration of the effect by one turn.") -- tformat
-tDef(2389, "#F53CBE##Target# is lost in a nightmare.") -- _t
+tDef(2386, "sleep") -- effect subtype
+tDef(2386, "nightmare") -- effect subtype
 tDef(2389, "+Nightmare") -- _t
+tDef(2389, "#F53CBE##Target# is lost in a nightmare.") -- _t
 tDef(2390, "#Target# is free from the nightmare.") -- _t
 tDef(2390, "-Nightmare") -- _t
 tDef(2442, "Restless Night") -- _t
 tDef(2443, "Fatigue from poor sleep, dealing %0.2f mind damage per turn.") -- tformat
-tDef(2448, "+Restless Night") -- _t
 tDef(2448, "#Target# had a restless night.") -- _t
+tDef(2448, "+Restless Night") -- _t
 tDef(2449, "-Restless Night") -- _t
 tDef(2449, "#Target# has recovered from poor sleep.") -- _t
 tDef(2466, "Insomnia") -- _t
 tDef(2467, "The target is wide awake and has %d%% resistance to sleep effects.") -- tformat
-tDef(2472, "#Target# is suffering from insomnia.") -- _t
 tDef(2472, "+Insomnia") -- _t
+tDef(2472, "#Target# is suffering from insomnia.") -- _t
 tDef(2473, "#Target# is no longer suffering from insomnia.") -- _t
 tDef(2473, "-Insomnia") -- _t
 tDef(2506, "Sundered Mind") -- _t
 tDef(2507, "The target's mental faculties have been impaired, reducing its mental save by %d.") -- tformat
-tDef(2511, "#Target#'s mental functions have been impaired.") -- _t
 tDef(2511, "+Sundered Mind") -- _t
+tDef(2511, "#Target#'s mental functions have been impaired.") -- _t
 tDef(2512, "-Sundered Mind") -- _t
 tDef(2512, "#Target# regains its senses.") -- _t
 tDef(2533, "Broken Dream") -- _t
 tDef(2534, "The target's dreams have been broken by the dreamforge, reducing its mental save by %d and reducing its chance of successfully casting a spell by %d%%.") -- tformat
+tDef(2536, "morale") -- effect subtype
 tDef(2538, "+Broken Dream") -- _t
 tDef(2538, "#Target#'s dreams have been broken.") -- _t
 tDef(2539, "-Broken Dream") -- _t
@@ -28250,53 +29325,61 @@ tDef(2553, "Forge Shield") -- _t
 tDef(2568, "Absorbs %d damage from the next blockable attack.  Currently Blocking: %s.") -- tformat
 tDef(2598, "Hidden Resources") -- _t
 tDef(2599, "The target does not consume any resources.") -- _t
-tDef(2603, "#Target#'s focuses.") -- _t
+tDef(2601, "willpower") -- effect subtype
 tDef(2603, "+Hidden Ressources") -- _t
-tDef(2604, "#Target#'s loses some focus.") -- _t
+tDef(2603, "#Target#'s focuses.") -- _t
 tDef(2604, "-Hidden Ressources") -- _t
+tDef(2604, "#Target#'s loses some focus.") -- _t
 tDef(2613, "Spell Feedback") -- _t
 tDef(2614, "The target suffers %d%% spell failue.") -- tformat
-tDef(2618, "+Spell Feedback") -- _t
 tDef(2618, "#Target# is surrounded by antimagic forces.") -- _t
-tDef(2619, "-Spell Feedback") -- _t
+tDef(2618, "+Spell Feedback") -- _t
 tDef(2619, "#Target#'s antimagic forces vanishes.") -- _t
+tDef(2619, "-Spell Feedback") -- _t
 tDef(2628, "Mind Parasite") -- _t
 tDef(2629, "The target is infected with a mind parasite. Each time it uses a talent it has a %d%% chance to have %d random talent(s) put on cooldown for %d turns.") -- tformat
+tDef(2631, "nature") -- effect subtype
 tDef(2633, "+Mind Parasite") -- _t
 tDef(2633, "#Target# is infected with a mind parasite.") -- _t
-tDef(2634, "-Mind Parasite") -- _t
 tDef(2634, "#Target# is free from the mind parasite.") -- _t
+tDef(2634, "-Mind Parasite") -- _t
 tDef(2645, "Mindlash") -- _t
 tDef(2646, "Repeated mindlash usage is very taxing increasing the psi cost each time (currently %d%%)") -- tformat
 tDef(2662, "Shadow Empathy") -- _t
 tDef(2663, "%d%% of all damage is redirected to a random shadow.") -- tformat
 tDef(2679, "Shadow Decoy") -- _t
 tDef(2680, "A random shadow absorbed a fatal blow for you, granting you a negative shield of %d.") -- tformat
+tDef(2682, "mind") -- effect subtype
 tDef(2698, "Crystal Resonance") -- _t
 tDef(2700, "The power released by the %s resonates.") -- tformat
-tDef(2705, "+Crystal Resonance") -- _t
 tDef(2705, "#Target# glints with a crystaline aura") -- _t
-tDef(2706, "-Crystal Resonance") -- _t
+tDef(2705, "+Crystal Resonance") -- _t
 tDef(2706, "#Target# is no longer glinting.") -- _t
+tDef(2706, "-Crystal Resonance") -- _t
 tDef(2719, "Weapon Warding") -- _t
 tDef(2720, "Target is using %s telekinetically wielded weapon defensively and will block the next melee attack and retaliate.") -- tformat
 tDef(2737, "#CRIMSON##Source# blocks #Target#'s attack and retaliates with %s telekinetically wielded weapon!#LAST#") -- logCombat
 tDef(2755, "Thought Sense") -- _t
 tDef(2756, "Detect nearby thoughts, revealing creature locations in a radius of %d and boosting defense by %d.") -- tformat
+tDef(2758, "tactic") -- effect subtype
 tDef(2779, "Static Charge") -- _t
 tDef(2780, "You have accumulated an electric charge. Your next melee hit does %d extra lightning damage.") -- tformat
 tDef(2806, "Heart Started") -- _t
 tDef(2807, "A psionic charge is keeping your heart pumping, allowing you to survive to %+d health.") -- tformat
 tDef(2821, "Transcendent Telekinesis") -- _t
 tDef(2822, "Your telekinesis transcends normal limits. +%d Physical damage and +%d%% Physical damage penetration, and improved kinetic effects.") -- tformat
+tDef(2824, "physical") -- effect subtype
 tDef(2841, "Transcendent Pyrokinesis") -- _t
 tDef(2842, "Your pyrokinesis transcends normal limits. +%d%% Fire/Cold damage and +%d%% Fire/Cold damage penetration, and improved thermal effects.") -- tformat
+tDef(2844, "cold") -- effect subtype
+tDef(2844, "fire") -- effect subtype
 tDef(2861, "Transcendent Electrokinesis") -- _t
 tDef(2862, "Your electrokinesis transcends normal limits. +%d%% Lightning damage and +%d%% Lightning damage penetration, and improved charged effects.") -- tformat
 tDef(2881, "Psionic Damage Shield") -- _t
 tDef(2882, "The target is surrounded by a psionic shield, absorbing %d/%d damage before it crumbles.") -- tformat
-tDef(2887, "+Shield") -- _t
+tDef(2884, "shield") -- effect subtype
 tDef(2887, "A psionic shield forms around #target#.") -- _t
+tDef(2887, "+Shield") -- _t
 tDef(2888, "-Shield") -- _t
 tDef(2888, "The psionic shield around #target# crumbles.") -- _t
 tDef(2920, "Unseen Force") -- _t
@@ -28304,8 +29387,10 @@ tDef(2930, "An unseen force begins to swirl around %s!") -- logSeen
 tDef(2935, "The unseen force around %s subsides.") -- logSeen
 tDef(2966, "Psionic Maelstrom") -- _t
 tDef(2967, "This creature is standing in the eye of a powerful storm of psionic forces.") -- tformat
+tDef(2969, "psionic") -- effect subtype
 tDef(3016, "Caught Lightning") -- _t
 tDef(3017, "Lightning Catcher has caught energy and is empowering you for +%d%% lightning damage and +%d to all stats.") -- tformat
+tDef(3019, "lightning") -- effect subtype
 
 
 ------------------------------------------------
@@ -28314,8 +29399,11 @@ section "game/modules/tome/data/timed_effects/other.lua"
 tDef(31, "Ethereal Form") -- _t
 tDef(32, "Ethereal Form bonuses reduced by %d%%") -- tformat
 tDef(64, "Elemental Surge: Arcane") -- _t
+tDef(65, "Spell and mind speed increased by 30%") -- _t
 tDef(78, "Elemental Surge: Physical") -- _t
+tDef(79, "Immune to detrimental physical effects") -- _t
 tDef(91, "Elemental Surge: Nature") -- _t
+tDef(92, "Immune to detrimental magical effects") -- _t
 tDef(104, "Elemental Surge: Fire") -- _t
 tDef(105, "All damage increased by %d%%") -- tformat
 tDef(117, "Elemental Surge: Cold") -- _t
@@ -28324,6 +29412,7 @@ tDef(131, "Elemental Surge: Lightning") -- _t
 tDef(132, "Movement speed increased by %d%%.") -- tformat
 tDef(144, "Elemental Surge: Light") -- _t
 tDef(145, "All talent cooldowns reduced by %d%%.") -- tformat
+tDef(147, "elemental") -- effect subtype
 tDef(157, "Circle Surge") -- _t
 tDef(170, "Protected by the Sun") -- _t
 tDef(171, "The Sun has granted a brief immunity to all damage.") -- _t
@@ -28331,10 +29420,10 @@ tDef(175, "#Target# whirls around and a radiant shield surrounds them!") -- _t
 tDef(175, "+Divine Shield") -- _t
 tDef(188, "Absorption Strike") -- _t
 tDef(189, "The target's light has been drained, reducing light resistance by %d%% and damage by %d%%.") -- tformat
-tDef(194, "#Target# is drained from light!") -- _t
 tDef(194, "+Absorption Strike") -- _t
-tDef(195, "-Absorption Strike") -- _t
+tDef(194, "#Target# is drained from light!") -- _t
 tDef(195, "#Target#'s light is back.") -- _t
+tDef(195, "-Absorption Strike") -- _t
 tDef(204, "Charm:  Piercing") -- _t
 tDef(205, "All damage penetration increased by %d%%.") -- tformat
 tDef(219, "Charm:  Damage") -- _t
@@ -28349,24 +29438,28 @@ tDef(282, "You have taken root!") -- _t
 tDef(283, "You have taken root becoming one with nature.  Or at least the ground.  Your health, armor, and armor hardiness are improved but you cannot move.") -- _t
 tDef(288, "#LIGHT_BLUE##Target# takes root.") -- _t
 tDef(288, "+Pinned") -- _t
-tDef(289, "#LIGHT_BLUE##Target# is no longer a badass tree.") -- _t
 tDef(289, "-Pinned") -- _t
+tDef(289, "#LIGHT_BLUE##Target# is no longer a badass tree.") -- _t
 tDef(316, "Infusion Saturation") -- _t
 tDef(317, "The more you use infusions, the longer they will take to recharge (+%d cooldowns).") -- tformat
+tDef(320, "infusion") -- effect subtype
 tDef(333, "Runic Saturation") -- _t
 tDef(334, "The more you use runes, the longer they will take to recharge (+%d cooldowns).") -- tformat
+tDef(337, "rune") -- effect subtype
 tDef(350, "Tainted") -- _t
 tDef(351, "The more you use taints, the longer they will take to recharge (+%d cooldowns).") -- tformat
+tDef(353, "taint") -- effect subtype
 tDef(366, "Path of the Sun") -- _t
 tDef(367, "The target is able to instantly travel alongside Sun Paths.") -- tformat
 tDef(379, "Time Prison") -- _t
 tDef(380, "The target is removed from the normal time stream, unable to act but unable to take any damage. Time does not pass for this creature.") -- _t
-tDef(386, "#Target# is removed from time!") -- _t
 tDef(386, "+Out of Time") -- _t
+tDef(386, "#Target# is removed from time!") -- _t
 tDef(387, "#Target# is returned to normal time.") -- _t
 tDef(387, "-Out of Time") -- _t
 tDef(414, "Time Shield") -- _t
 tDef(415, "The target is surrounded by a time distortion, absorbing %d/%d damage and sending it forward in time. While active all newly applied status effects durations are reduced by %d%%.") -- tformat
+tDef(417, "shield") -- effect subtype
 tDef(420, "+Time Shield") -- _t
 tDef(420, "The very fabric of time alters around #target#.") -- _t
 tDef(421, "-Time Shield") -- _t
@@ -28395,14 +29488,14 @@ tDef(574, "Continuum Destabilization") -- _t
 tDef(575, "The target has been affected by space or time manipulations and is becoming more resistant to them (+%d).") -- tformat
 tDef(580, "#Target# looks a little pale around the edges.") -- _t
 tDef(580, "+Destabilized") -- _t
-tDef(581, "-Destabilized") -- _t
 tDef(581, "#Target# is firmly planted in reality.") -- _t
+tDef(581, "-Destabilized") -- _t
 tDef(604, "Summoning Destabilization") -- _t
 tDef(605, "The more the target summons creatures the longer it will take to summon more (+%d turns).") -- tformat
 tDef(630, "Damage Smearing") -- _t
 tDef(631, "Damage received in the past is returned as %0.2f temporal damage per turn.") -- tformat
-tDef(636, "#Target# is taking damage received in the past!") -- _t
 tDef(636, "+Smeared") -- _t
+tDef(636, "#Target# is taking damage received in the past!") -- _t
 tDef(637, "-Smeared") -- _t
 tDef(637, "#Target# stops taking damage received in the past.") -- _t
 tDef(654, "See the Threads") -- _t
@@ -28424,17 +29517,19 @@ tDef(827, "+Sever Lifeline") -- _t
 tDef(827, "#Target#'s lifeline is being severed!") -- _t
 tDef(838, "Fade From Time") -- _t
 tDef(839, "The target is partially removed from the timeline, reducing all damage dealt by %d%%, all damage received by %d%%, and the duration of all detrimental effects by %d%%.") -- tformat
-tDef(845, "+Fade From Time") -- _t
 tDef(845, "#Target# has partially removed itself from the timeline.") -- _t
-tDef(846, "#Target# has returned fully to the timeline.") -- _t
+tDef(845, "+Fade From Time") -- _t
 tDef(846, "-Fade From Time") -- _t
+tDef(846, "#Target# has returned fully to the timeline.") -- _t
 tDef(879, "Shadow Veil") -- _t
 tDef(880, "You veil yourself in shadows and let them control you. While in the veil you become immune to status effects, and gain %d%% all damage reduction. Each turn you blink to a nearby foe within range %d, hitting it for %d%% darkness weapon damage. While this goes on you cannot be stopped unless you are killed, and you cannot control your character.") -- tformat
-tDef(885, "+Assail") -- _t
 tDef(885, "#Target# is covered in a veil of shadows!") -- _t
-tDef(886, "#Target# is no longer covered by shadows.") -- _t
+tDef(885, "+Assail") -- _t
 tDef(886, "-Assail") -- _t
+tDef(886, "#Target# is no longer covered by shadows.") -- _t
 tDef(928, "Zero Gravity") -- _t
+tDef(930, "There is no gravity here; you float in the air. Movement is three times as slow, and any melee or archery blows have a chance to knockback. Maximum encumbrance is greatly increased.") -- _t
+tDef(933, "spacetime") -- effect subtype
 tDef(943, "#LIGHT_BLUE#You enter a zero gravity zone, beware!") -- logPlayer
 tDef(953, "Curse of Corpses") -- _t
 tDef(954, "Corpses") -- _t
@@ -28445,6 +29540,8 @@ tDef(979, "An aura of death surrounds you.\
 #CRIMSON#Power 2+: %s%+d Luck, %+d Strength, %+d Magic\
 #CRIMSON#Power 3+: %sLiving Death: Ghoulish retch heals you. Once every %d turns, retch (level %d) when you fall below %d%% health\
 #CRIMSON#Power 4+: %sReprieve from Death: Humanoids you slay have a %d%% chance to rise to fight beside you as ghouls for 6 turns.") -- tformat
+tDef(1055, "This corpse was recently alive but moves as though it is just learning to use its body.") -- _t
+tDef(1100, "Summon") -- _t
 tDef(1105, "#F53CBE#The corpse of the %s pulls itself up to fight for you.") -- logSeen
 tDef(1117, "Curse of Madness") -- _t
 tDef(1118, "Madness") -- _t
@@ -28483,6 +29580,7 @@ tDef(1509, "Horrible visions fill your mind.\
 #CRIMSON#Power 4+: %sNightmare: Each time you are damaged by a foe there is a chance (currently %d%%) of triggering a radius %d nightmare (summon Terrors and chances to slow, deal %d Mind damage, and deal %d Darkness damage) for 8 turns. The chance grows each time you are struck but fades over time.") -- tformat
 tDef(1578, "#F53CBE#%s harrows %s!") -- logSeen
 tDef(1601, "A formless terror that seems to cut through the air, and its victims, like a knife.") -- _t
+tDef(1688, "Nightmare") -- _t
 tDef(1699, "#F53CBE#The air around %s grows cold and terrifying shapes begin to coalesce. A nightmare has begun.") -- logSeen
 tDef(1709, "Curse of Misfortune") -- _t
 tDef(1710, "Misfortune") -- _t
@@ -28497,7 +29595,9 @@ tDef(1785, "#F53CBE#%s suffers an unfortunate end.") -- logSeen
 tDef(1787, "#F53CBE#%s suffers an unfortunate blow.") -- logSeen
 tDef(1799, "Unstable Probabilites") -- _t
 tDef(1800, "The target has recently blinked through a wall using probability travel.") -- _t
+tDef(1802, "space") -- effect subtype
 tDef(1815, "Cursed Form") -- _t
+tDef(1817, "curse") -- effect subtype
 tDef(1824, "The target's unnatural body has responded to damage taken.") -- _t
 tDef(1826, " All damage that the target inflicts is increased by %d%%.") -- tformat
 tDef(1829, " Strength and Willpower are increased by %d. Poisons and diseases have a %d%% chance of being neutralized each turn.") -- tformat
@@ -28509,24 +29609,28 @@ tDef(1931, "\
 - %s%s#LAST#") -- tformat
 tDef(1936, "\
 - #ffa0ff#%s#LAST#") -- tformat
+tDef(1942, "predator") -- effect subtype
 tDef(1950, "Faded") -- _t
 tDef(1951, "The target has faded and is no longer taking damage.") -- _t
-tDef(1955, "#Target# fades!") -- _t
 tDef(1955, "+Faded") -- _t
+tDef(1955, "#Target# fades!") -- _t
 tDef(1974, "Highborn's Bloom") -- _t
 tDef(1975, "The target is using talents without consuming resources.") -- _t
 tDef(1990, "Victory Rush") -- _t
 tDef(1991, "The thrill of victory makes this creature invulnerable.") -- _t
+tDef(1993, "arcane") -- effect subtype
 tDef(2006, "Solipsism") -- _t
 tDef(2007, "This creature has fallen into a solipsistic state and is caught up in its own egoic thoughts (-%d%% global speed).") -- tformat
 tDef(2024, "Clarity") -- _t
 tDef(2025, "The creature has found a state of clarity and sees the world for what it is (+%d%% global speed).") -- tformat
 tDef(2042, "Dreamscape") -- _t
 tDef(2043, "This target has invaded %s's dreams and has gained a %d%% bonus to all damage.") -- tformat
+tDef(2045, "psionic") -- effect subtype
 tDef(2061, "You could not find enough space to form a dream projection...") -- logPlayer
 tDef(2074, "%s's dream projection") -- tformat
 tDef(2106, "#LIGHT_RED#%s writhes in agony as a fragment of its mind is destroyed!") -- logSeen
 tDef(2112, "#LIGHT_BLUE#%s has spawned a dream projection to protect its mind!") -- logSeen
+tDef(2118, "Dream Self") -- _t
 tDef(2137, "#LIGHT_RED#%s's mind shatters into %d tiny fragments!") -- logSeen
 tDef(2235, "#LIGHT_BLUE#You are brought back from the Dreamscape!") -- logPlayer
 tDef(2245, "#LIGHT_RED#%s suffered a %s of self in the Dreamscape!") -- logSeen
@@ -28535,54 +29639,77 @@ tDef(2254, "While this effect holds you can decide recent history did not happen
 tDef(2278, "#LIGHT_RED#The spell fizzles.") -- logSeen
 tDef(2282, "#LIGHT_BLUE#You go back in time to rewrite history!") -- logPlayer
 tDef(2306, "Oil mist") -- _t
+tDef(2308, "Zone-wide effect: +10% fire damage, -10% fire resistance, -10% armour, -2 sight range.") -- _t
 tDef(2327, "Grave chill") -- _t
+tDef(2329, "Zone-wide effect: +10% cold damage, -10% cold resistance, -10% physical save, -20% confusion immunity.") -- _t
 tDef(2348, "Static discharge") -- _t
+tDef(2350, "Zone-wide effect: +10% lightning damage, -10% lightning resistance, -10% physical power, -20% stun immunity.") -- _t
 tDef(2369, "Noxious fumes") -- _t
+tDef(2371, "Zone-wide effect: +10% acid damage, -10% acid resistance, -10% defense, -20% disarm immunity.") -- _t
 tDef(2390, "Echoes of the void") -- _t
+tDef(2392, "Zone-wide effect: +10% darkness damage, -10% darkness resistance, -10% mental save, -20% fear immunity.") -- _t
 tDef(2411, "Eerie silence") -- _t
+tDef(2413, "Zone-wide effect: +10% mind damage, -10% mind resistance, -10% spellpower, -20% silence immunity.") -- _t
 tDef(2432, "Aura of light") -- _t
+tDef(2434, "Zone-wide effect: +10% light damage, -10% light resistance, -10% accuracy, -20% blind immunity.") -- _t
 tDef(2453, "Aether residue") -- _t
+tDef(2455, "Zone-wide effect: +10% arcane damage, -10% arcane resistance, -10% armour hardiness, -20% stoning immunity.") -- _t
 tDef(2474, "Impossible geometries") -- _t
+tDef(2476, "Zone-wide effect: +10% temporal damage, -10% temporal resistance, -10% spell save, -20% pinning immunity.") -- _t
 tDef(2495, "Uncontrolled anger") -- _t
+tDef(2497, "Zone-wide effect: +10% physical damage, -10% physical resistance, -10% mindpower, -20% knockback immunity.") -- _t
 tDef(2516, "Miasma") -- _t
+tDef(2518, "Zone-wide effect: +10% blight damage, -10% blight resistance, -20% healing mod, -20% disease immunity.") -- _t
 tDef(2537, "Slimy floor") -- _t
+tDef(2539, "Zone-wide effect: +10% nature damage, -10% nature resistance, -10% ranged defense, -20% poison immunity.") -- _t
 tDef(2558, "In Vault") -- _t
 tDef(2559, "The target is part of a vault and cannot act until it has been openend.") -- _t
+tDef(2562, "vault") -- effect subtype
 tDef(2585, "Cauterize") -- _t
 tDef(2586, "Your body is cauterizing, burning for %0.2f damage each turn.") -- tformat
-tDef(2591, "#CRIMSON##Target# is wreathed in flames on the brink of death!") -- _t
+tDef(2588, "fire") -- effect subtype
 tDef(2591, "+Cauterize") -- _t
+tDef(2591, "#CRIMSON##Target# is wreathed in flames on the brink of death!") -- _t
 tDef(2592, "#CRIMSON#The flames around #target# vanish.") -- _t
 tDef(2592, "-Cauterize") -- _t
 tDef(2615, "Something") -- _t
 tDef(2622, "Protected by the Eidolon") -- _t
 tDef(2623, "The target is protected by the Eidolon, no creature may harm it (except self-harm).") -- _t
+tDef(2627, "eidolon") -- effect subtype
 tDef(2639, "Cloak of Deception") -- _t
 tDef(2640, "The target is under the effect of the cloak of deception, making it look human.") -- _t
+tDef(2643, "undead") -- effect subtype
 tDef(2646, "+CLOAK OF DECEPTION") -- _t
 tDef(2646, "#LIGHT_BLUE#An illusion appears around #Target# making %s appear human.") -- tformat
 tDef(2647, "#LIGHT_BLUE#The illusion covering #Target# disappears.") -- _t
 tDef(2647, "-CLOAK OF DECEPTION") -- _t
 tDef(2666, "Suffocating") -- _t
 tDef(2667, "You are suffocating! Each turn you lose an ever increasing percent of your total life (currently %d%%)") -- tformat
+tDef(2669, "suffocating") -- effect subtype
 tDef(2673, "#Target# is suffocating.") -- _t
 tDef(2673, "+SUFFOCATING") -- _t
 tDef(2674, "#Target# can breathe again.") -- _t
 tDef(2674, "-Suffocating") -- _t
+tDef(2684, "suffocated to death") -- _t
 tDef(2692, "Antimagic Disruption") -- _t
 tDef(2695, "Your arcane powers are disrupted by your antimagic equipment.  Arcane talents fail %d%% of the time and arcane sustains have a %0.1f%% chance to deactivate each turn.") -- tformat
+tDef(2698, "antimagic") -- effect subtype
 tDef(2712, "Swift Hands") -- _t
 tDef(2713, "You swaped an item without taking time this turn.") -- _t
+tDef(2715, "prodigy") -- effect subtype
 tDef(2725, "Hunter!") -- _t
 tDef(2726, "Knows where you are!") -- _t
+tDef(2728, "madness") -- effect subtype
 tDef(2740, "Through The Crowd") -- _t
 tDef(2741, "Increases physical save, spell save, and mental save by %d. Global speed increased by %d%%.") -- tformat
+tDef(2743, "miscellaneous") -- effect subtype
 tDef(2762, "Reloading") -- _t
 tDef(2763, "The target has replenished some ammo.") -- _t
+tDef(2765, "disarm") -- effect subtype
 tDef(2768, "+Disarmed") -- _t
 tDef(2768, "#Target# is disarmed!") -- _t
-tDef(2769, "#Target# rearms.") -- _t
 tDef(2769, "-Disarmed") -- _t
+tDef(2769, "#Target# rearms.") -- _t
 tDef(2782, "Spacetime Tuning") -- _t
 tDef(2783, "Tuning Paradox at a rate of %+d per turn.") -- tformat
 tDef(2788, "+Spacetime Tuning") -- _t
@@ -28598,28 +29725,33 @@ tDef(2954, "#STEEL_BLUE##Source# shares damage with %s fugue clones!") -- delaye
 tDef(2960, "#STEEL_BLUE#(%d shared)#LAST#") -- tformat
 tDef(3000, "Draconic Will") -- _t
 tDef(3001, "The target is immune to all detrimental effects.") -- _t
-tDef(3005, "#Target#'s skin hardens.") -- _t
 tDef(3005, "+Draconic Will") -- _t
-tDef(3006, "-Draconic Will") -- _t
+tDef(3005, "#Target#'s skin hardens.") -- _t
 tDef(3006, "#Target#'s skin is back to normal.") -- _t
+tDef(3006, "-Draconic Will") -- _t
 tDef(3015, "Reality Smearing") -- _t
 tDef(3016, "Damage received in the past is returned as %0.2f paradox damage per turn.") -- tformat
 tDef(3021, "Reality smears around #Target#.") -- _t
 tDef(3021, "+Smearing") -- _t
-tDef(3022, "-Smearing") -- _t
 tDef(3022, "Reality around #Target# is coherent again.") -- _t
+tDef(3022, "-Smearing") -- _t
 tDef(3049, "Aeons Stasis") -- _t
 tDef(3050, "The target is in temporal stasis.") -- _t
-tDef(3054, "#Target#'s is back to the normal timeflow.") -- _t
+tDef(3052, "temporal") -- effect subtype
 tDef(3054, "-Aeons Stasis") -- _t
+tDef(3054, "#Target#'s is back to the normal timeflow.") -- _t
 tDef(3098, "Unstoppable") -- _t
 tDef(3099, "The target is unstoppable! It refuses to die and cannot heal.  When the effect ends, it will heal %d Life (%d%% of maximum life per foe slain during the frenzy).") -- tformat
+tDef(3101, "frenzy") -- effect subtype
 tDef(3120, "Hit Penalty") -- _t
 tDef(3121, "The target is using a two handed weapon in a single hand, reducing accuracy, physical power, spellpower and mindpower by %d%% (based on size); also all damage procs from your offhand are reduced by 50%%.") -- tformat
+tDef(3123, "combat") -- effect subtype
+tDef(3123, "penalty") -- effect subtype
 tDef(3134, "Twist Fate") -- _t
 tDef(3138, "Currently Twisted Anomlay: %s\
 \
 		%s") -- tformat
+tDef(3143, "time") -- effect subtype
 tDef(3146, "+Twist Fate") -- _t
 tDef(3147, "-Twist Fate") -- _t
 tDef(3173, "Warden's Focus Target") -- _t
@@ -28627,21 +29759,34 @@ tDef(3174, "%s is focusing on this target.") -- tformat
 tDef(3180, "+Warden's Focus") -- _t
 tDef(3181, "-Warden's Focus") -- _t
 tDef(3202, "Death in a Dream") -- _t
+tDef(3203, "mind") -- effect subtype
 tDef(3205, "The target had breathed in noxious sleep-induced fumes and is losing %d life per turn.") -- tformat
 tDef(3208, "%s%d %s#LAST#") -- tformat
 tDef(3214, "Natural Aura") -- _t
+tDef(3216, "Zone-wide effect: +20 mindpower, +2 life regen, -1 equilibrium per turn, -20% resistance penetration.") -- _t
 tDef(3235, "Sorcerous Aura") -- _t
+tDef(3237, "Zone-wide effect: +20 magic, +2 mana regen, -20 accuracy, -20 stealth power.") -- _t
 tDef(3256, "Disciplined Aura") -- _t
+tDef(3258, "Zone-wide effect: +20 defense, +20 all saves, -20 spell power.") -- _t
 tDef(3278, "Sinister Aura") -- _t
+tDef(3280, "Zone-wide effect: +10% critical chance, +20% critical damage, -20% nature and blight resistance.") -- _t
 tDef(3300, "Underwater Zone") -- _t
+tDef(3302, "Zone-wide effect: Air decreases over time. If you run out of air you will start losing life. Look for bubbles to recover air. The water also reduces stun resistance by 10% and fire damage is reduced by 10%, however cold damage is increased by 10%.") -- _t
 tDef(3319, "Fearscape Zone") -- _t
+tDef(3321, "Zone-wide effect: The flames of the Fearscape increase all fire and blight damage by 10%, but the weird gravity reduces knockback resistance by 20%.") -- _t
 tDef(3338, "Out of Time Zone") -- _t
+tDef(3340, "Zone-wide effect: You seem to be outside the normal spacetime continuum. +10% physical resistance, -10% temporal resistance and -20% teleport resistance.") -- _t
 tDef(3357, "Spellblaze Aura") -- _t
+tDef(3359, "Zone-wide effect: The power of the Spellblaze still burns here. -10% resistance to fire, arcane and blight damage, but +10% cold resistance. WARNING: The powerful magic here reflects teleportation magic!") -- _t
 tDef(3375, "Heady Scent") -- _t
+tDef(3377, "Zone-wide effect: Strong scents fill the air and make you feel drowsy. If the timer reaches 0 you will fall into a dreaming sleep state. -10% mind resistance, -20% sleep resistance, +10% nature damage.") -- _t
 tDef(3395, "Thunderstorm") -- _t
+tDef(3397, "Zone-wide effect: A huge thunderstorm rages above you. +10 lightning damage, -10% stun resistance.") -- _t
 tDef(3414, "Abashed Expanse") -- _t
+tDef(3416, "Zone-wide effect: Your Phase Door spell is super easy to use here, allowing you to target it regardless of level. Any projectiles is slowed down by 80%.") -- _t
 tDef(3433, "Challenge") -- _t
 tDef(3435, "???") -- _t
+tDef(3438, "aura") -- effect subtype
 tDef(3464, "Throwing Knives") -- _t
 tDef(3466, "Has %d throwing knives prepared:\
 \
@@ -28652,8 +29797,8 @@ tDef(3504, "Fumble") -- _t
 tDef(3505, "The target is suffering from distracting wounds, and has a %d%% chance to fail to use a talent and injure itself for %d physical damage.") -- tformat
 tDef(3550, "Touch of Death") -- _t
 tDef(3551, "The target is taking %0.2f physical damage each turn. If they die while under this effect, they will explode!") -- tformat
-tDef(3556, "+Touch of Death!") -- _t
 tDef(3556, "#Target# is mortally wounded!") -- _t
+tDef(3556, "+Touch of Death!") -- _t
 tDef(3557, "#Target# overcomes the touch of death.") -- _t
 tDef(3557, "-Touch of Death") -- _t
 tDef(3574, "#LIGHT_RED#%s explodes into a shower of gore!") -- logSeen
@@ -28663,47 +29808,57 @@ tDef(3586, "+Marked!") -- _t
 tDef(3587, "-Marked") -- _t
 tDef(3602, "Flare") -- _t
 tDef(3603, "The target is lit up by a flare, reducing its stealth and invisibility power by %d, defense by %d and removing all evasion bonus from being unseen.") -- tformat
+tDef(3605, "sun") -- effect subtype
 tDef(3608, "+Illumination") -- _t
 tDef(3609, "-Illumination") -- _t
 tDef(3620, "Pinned Down") -- _t
 tDef(3621, "The next Steady Shot or Shoot has 100%% chance to be a critical hit and mark.") -- tformat
+tDef(3623, "tactic") -- effect subtype
 tDef(3634, "Demigod Mode") -- _t
 tDef(3635, "DEMI-GODMODE: Target has 10000 additional life and regenerates 2000 life per turn.  It deals +500%% damage, and has full ESP.") -- tformat
 tDef(3665, "God Mode") -- _t
 tDef(3666, "GODMODE: Target is invulnerable to damage, immune to bad status effects, deals +10000%% damage (100%% penetration), does not need to breathe, and has full ESP.") -- tformat
+tDef(3668, "cheat") -- effect subtype
 tDef(3693, "Slippery Ground") -- _t
 tDef(3694, "The target is having trouble keeping their balance. Each time it tries to use a talent there is %d%% chance of failure.") -- tformat
-tDef(3699, "+Slippery Ground") -- _t
 tDef(3699, "#Target# is struggling to keep his footing!") -- _t
+tDef(3699, "+Slippery Ground") -- _t
 tDef(3700, "#Target# regains their balance.") -- _t
 tDef(3700, "-Slippery Ground") -- _t
 tDef(3711, "Frozen Ground") -- _t
 tDef(3712, "The target is energized by the cold while wearing the Frost Treads, gaining 20%% increased cold damage.") -- tformat
+tDef(3714, "nature") -- effect subtype
 tDef(3717, "+Frozen Ground") -- _t
 tDef(3717, "#Target# is energized by the cold!") -- _t
 tDef(3718, "-Frozen Ground") -- _t
 tDef(3718, "#Target# regains balance.") -- _t
 tDef(3728, "Recalling") -- _t
 tDef(3729, "The target is waiting to be recalled back to the worldmap.") -- _t
+tDef(3731, "unknown") -- effect subtype
 tDef(3742, "You are yanked out of this place!") -- logPlayer
 tDef(3747, "Space restabilizes around you.") -- logPlayer
 tDef(3754, "Skeptical") -- _t
 tDef(3755, "The target doesn't believe its ally truly saw anything in the shadows.") -- _t
 tDef(3773, "Empowered by the shadows") -- _t
 tDef(3774, "Gain %d%% all damage and %d%% all res.") -- tformat
+tDef(3776, "darkness") -- effect subtype
 tDef(3787, "Intimidated") -- _t
 tDef(3788, "The target's morale is weakened, reducing its attack power, mind power, and spellpower by %d.") -- tformat
 tDef(3793, "#Target#'s morale has been lowered.") -- _t
 tDef(3793, "+Intimidated") -- _t
-tDef(3794, "#Target# has regained its confidence.") -- _t
 tDef(3794, "-Intimidated") -- _t
+tDef(3794, "#Target# has regained its confidence.") -- _t
 tDef(3824, "Feeding") -- _t
 tDef(3825, "%s is feeding from %s.") -- tformat
 tDef(3922, "Fed Upon") -- _t
 tDef(3923, "%s is fed upon by %s.") -- tformat
+tDef(3925, "psychic_drain") -- effect subtype
+tDef(3982, "Sensing Everything") -- _t
 tDef(3983, "Improves senses, allowing the detection of everything.") -- _t
+tDef(3985, "sense") -- effect subtype
 tDef(3999, "Dozing") -- _t
 tDef(4000, "The target is completely asleep, unable to act.") -- _t
+tDef(4002, "sleep") -- effect subtype
 
 
 ------------------------------------------------
@@ -28719,12 +29874,14 @@ Defense:  %d\
 All Damage:  %d%%\
 Stamina Regeneration:  %d\
 %s") -- tformat
+tDef(55, "tempo") -- effect subtype
 tDef(57, "+Tempo") -- _t
 tDef(57, "#Target# is gaining tempo.") -- _t
-tDef(58, "-Tempo") -- _t
 tDef(58, "#Target# loses their tempo.") -- _t
+tDef(58, "-Tempo") -- _t
 tDef(107, "Concussion") -- _t
 tDef(108, "The target can't think straight, causing their actions to fail.") -- tformat
+tDef(110, "concussion") -- effect subtype
 tDef(113, "#Target#'s brain isn't quite working right!") -- _t
 tDef(113, "+Concussion") -- _t
 tDef(114, "-Concussion") -- _t
@@ -28737,14 +29894,14 @@ tDef(133, "-Bleeds") -- _t
 tDef(133, "#Target# stops bleeding.") -- _t
 tDef(157, "Deep Wound") -- _t
 tDef(158, "Huge cut that bleeds, doing %0.2f physical damage per turn and decreasing all heals received by %d%%.") -- tformat
-tDef(164, "+Deep Wounds") -- _t
 tDef(164, "#Target# is cut deeply.") -- _t
-tDef(165, "#Target#'s deep wound closes.") -- _t
+tDef(164, "+Deep Wounds") -- _t
 tDef(165, "-Deep Wounds") -- _t
+tDef(165, "#Target#'s deep wound closes.") -- _t
 tDef(184, "Regeneration") -- _t
 tDef(185, "A flow of life spins around the target, regenerating %0.2f life per turn.") -- tformat
-tDef(190, "#Target# starts regenerating health quickly.") -- _t
 tDef(190, "+Regen") -- _t
+tDef(190, "#Target# starts regenerating health quickly.") -- _t
 tDef(191, "#Target# stops regenerating health quickly.") -- _t
 tDef(191, "-Regen") -- _t
 tDef(216, "Poison") -- _t
@@ -28754,8 +29911,8 @@ tDef(224, "-Poison") -- _t
 tDef(224, "#Target# stops being poisoned.") -- _t
 tDef(246, "Spydric Poison") -- _t
 tDef(247, "The target is poisoned, taking %0.2f nature damage per turn and unable to move (but can otherwise act freely).") -- tformat
-tDef(252, "#Target# is poisoned and cannot move!") -- _t
 tDef(252, "+Spydric Poison") -- _t
+tDef(252, "#Target# is poisoned and cannot move!") -- _t
 tDef(253, "-Spydric Poison") -- _t
 tDef(273, "Insidious Poison") -- _t
 tDef(274, "The target is poisoned, taking %0.2f nature damage per turn and decreasing all heals received by %d%%.") -- tformat
@@ -28771,8 +29928,8 @@ tDef(336, "+Numbing Poison") -- _t
 tDef(337, "-Numbing Poison") -- _t
 tDef(358, "Stoning Poison") -- _t
 tDef(361, "The target is taking %0.2f nature damage per turn from a potent earth-based poison.  In %d more turn(s), or when the poison has run its course (%d%% chance), the target will be turned to stone for %d turns.") -- tformat
-tDef(367, "+Stoning Poison") -- _t
 tDef(367, "#Target# is infused with stone poison!") -- _t
+tDef(367, "+Stoning Poison") -- _t
 tDef(368, "#Target# is free of the stone poison!") -- _t
 tDef(368, "-Stoning Poison") -- _t
 tDef(388, "#GREY#%s looks stony for a moment, but resists the transformation.") -- logSeen
@@ -28784,37 +29941,38 @@ tDef(427, "#Target# stops burning.") -- _t
 tDef(427, "-Burn") -- _t
 tDef(444, "Burning Shock") -- _t
 tDef(445, "The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents cooldown twice as slow.") -- tformat
-tDef(451, "#Target# is stunned by the burning flame!") -- _t
 tDef(451, "+Burning Shock") -- _t
+tDef(451, "#Target# is stunned by the burning flame!") -- _t
 tDef(452, "-Burning Shock") -- _t
 tDef(481, "Stunned") -- _t
 tDef(482, "The target is stunned, reducing damage by 50%%, putting 3 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.") -- tformat
-tDef(487, "#Target# is stunned!") -- _t
 tDef(487, "+Stunned") -- _t
-tDef(488, "-Stunned") -- _t
+tDef(487, "#Target# is stunned!") -- _t
 tDef(488, "#Target# is not stunned anymore.") -- _t
+tDef(488, "-Stunned") -- _t
 tDef(513, "Disarmed") -- _t
 tDef(514, "The target is maimed, unable to correctly wield a weapon.") -- _t
+tDef(516, "disarm") -- effect subtype
 tDef(519, "#Target# is disarmed!") -- _t
 tDef(519, "+Disarmed") -- _t
 tDef(520, "-Disarmed") -- _t
 tDef(520, "#Target# rearms.") -- _t
 tDef(534, "Constricted") -- _t
 tDef(535, "The target is constricted, preventing movement and making it suffocate (loses %0.2f air per turn).") -- tformat
-tDef(540, "#Target# is constricted!") -- _t
 tDef(540, "+Constricted") -- _t
+tDef(540, "#Target# is constricted!") -- _t
 tDef(541, "-Constricted") -- _t
 tDef(541, "#Target# is free to breathe.") -- _t
 tDef(549, " was constricted to death by %s.") -- tformat
 tDef(558, "Dazed") -- _t
 tDef(559, "The target is dazed, rendering it unable to move, halving all damage done, defense, saves, accuracy, spell, mind and physical power. Any damage will remove the daze.") -- _t
-tDef(564, "+Dazed") -- _t
 tDef(564, "#Target# is dazed!") -- _t
+tDef(564, "+Dazed") -- _t
 tDef(565, "-Dazed") -- _t
 tDef(565, "#Target# is not dazed anymore.") -- _t
 tDef(576, "Evasion") -- _t
-tDef(578, " and gains %d defense") -- tformat
 tDef(578, "The target has %d%% chance to evade melee and ranged attacks") -- tformat
+tDef(578, " and gains %d defense") -- tformat
 tDef(588, "#Target# tries to evade attacks.") -- _t
 tDef(588, "+Evasion") -- _t
 tDef(589, "#Target# is no longer evading attacks.") -- _t
@@ -28824,26 +29982,27 @@ tDef(625, "Slow") -- _t
 tDef(626, "Reduces global action speed by %d%%.") -- tformat
 tDef(632, "+Slow") -- _t
 tDef(633, "-Slow") -- _t
-tDef(657, "#Target# loses sight!") -- _t
 tDef(657, "+Blind") -- _t
+tDef(657, "#Target# loses sight!") -- _t
 tDef(699, "Stoneskin") -- _t
 tDef(700, "The target's skin reacts to damage, granting %d armour.") -- tformat
 tDef(715, "Thorny Skin") -- _t
 tDef(716, "The target's skin reacts to damage, granting %d armour and %d%% armour hardiness.") -- tformat
-tDef(721, "+Thorny Skin") -- _t
 tDef(721, "#Target#'s skin looks a bit thorny.") -- _t
-tDef(722, "#Target# is less thorny now.") -- _t
+tDef(721, "+Thorny Skin") -- _t
 tDef(722, "-Thorny Skin") -- _t
+tDef(722, "#Target# is less thorny now.") -- _t
 tDef(735, "Frozen Feet") -- _t
 tDef(736, "The target is frozen on the ground, able to act freely but not move.") -- _t
 tDef(741, "#Target# is frozen to the ground!") -- _t
 tDef(742, "#Target# warms up.") -- _t
 tDef(755, "Frozen") -- _t
 tDef(756, "The target is encased in ice. All damage done to it will be split, 40%% absorbed by the ice and 60%% by the target. The target's defense is nullified while in the ice, and it may only attack the ice, but it is also immune to any new detrimental status effects (except Wet and Frozen Feet). The target cannot teleport or heal while frozen. %d HP on the iceblock remaining.") -- tformat
+tDef(759, "cold") -- effect subtype
 tDef(762, "+Frozen") -- _t
 tDef(762, "#Target# is encased in ice!") -- _t
-tDef(763, "-Frozen") -- _t
 tDef(763, "#Target# is free from the ice.") -- _t
+tDef(763, "-Frozen") -- _t
 tDef(816, "Wrath of the Woods") -- _t
 tDef(836, "Wrath of the Highborn") -- _t
 tDef(837, "The target calls upon its inner resources, improving all damage by %d%% and reducing all damage taken by %d%%.") -- tformat
@@ -28851,10 +30010,10 @@ tDef(842, "#Target# radiates power.") -- _t
 tDef(843, "#Target#'s aura of power vanishes.") -- _t
 tDef(856, "Shell Shield") -- _t
 tDef(857, "The target takes cover in its shell, gaining %d%% all resist.") -- tformat
-tDef(862, "+Shell Shield") -- _t
 tDef(862, "#Target# takes cover under its shell.") -- _t
-tDef(863, "#Target# leaves the cover of its shell.") -- _t
+tDef(862, "+Shell Shield") -- _t
 tDef(863, "-Shell Shield") -- _t
+tDef(863, "#Target# leaves the cover of its shell.") -- _t
 tDef(874, "Serpentine Nature") -- _t
 tDef(875, "The target takes on the properties of the hydra, gaining %d%% affinity to lightning, acid, and nature damage and regenerating %d life per turn.") -- tformat
 tDef(892, "Pain Suppression") -- _t
@@ -28865,10 +30024,10 @@ tDef(899, "-Pain Suppression") -- _t
 tDef(899, "#Target# feels pain again.") -- _t
 tDef(910, "Primal Attunement") -- _t
 tDef(911, "The target is attuned to the wild, increasing all damage affinity by %d%% and reducing a random debuff duration by %d each turn.") -- tformat
-tDef(916, "+Primal") -- _t
 tDef(916, "#Target# attunes to the wild.") -- _t
-tDef(917, "#Target# is no longer one with nature.") -- _t
+tDef(916, "+Primal") -- _t
 tDef(917, "-Primal") -- _t
+tDef(917, "#Target# is no longer one with nature.") -- _t
 tDef(936, "Purge Blight") -- _t
 tDef(937, "The target is infused with the power of nature, reducing all blight damage taken by %d%%, increasing spell saves by %d, and granting immunity to diseases.") -- tformat
 tDef(942, "#Target# rejects blight!") -- _t
@@ -28881,8 +30040,8 @@ tDef(983, "Heroism") -- _t
 tDef(985, "Keeps you from dying even if your life drops to %+d") -- tformat
 tDef(1000, "Sunder Armour") -- _t
 tDef(1001, "The target's armour and saves are broken, reducing them by %d.") -- tformat
-tDef(1006, "+Sunder Armor") -- _t
 tDef(1006, "#Target#'s armour is damaged!") -- _t
+tDef(1006, "+Sunder Armor") -- _t
 tDef(1007, "-Sunder Armor") -- _t
 tDef(1018, "Sunder Arms") -- _t
 tDef(1019, "The target's combat ability is reduced, reducing its attack by %d.") -- tformat
@@ -28894,32 +30053,35 @@ tDef(1042, "+Pinned") -- _t
 tDef(1043, "-Pinned") -- _t
 tDef(1054, "Pinned to the ground") -- _t
 tDef(1055, "The target is pinned to the ground, unable to move.") -- _t
-tDef(1060, "#Target# is pinned to the ground.") -- _t
 tDef(1060, "+Bone Grab") -- _t
-tDef(1061, "-Bone Grab") -- _t
+tDef(1060, "#Target# is pinned to the ground.") -- _t
 tDef(1061, "#Target# is no longer pinned.") -- _t
+tDef(1061, "-Bone Grab") -- _t
 tDef(1083, "Mighty Blows") -- _t
 tDef(1084, "The target's combat damage is improved by %d.") -- tformat
+tDef(1086, "golem") -- effect subtype
 tDef(1089, "#Target# looks menacing.") -- _t
 tDef(1090, "#Target# looks less menacing.") -- _t
 tDef(1101, "Cripple") -- _t
 tDef(1102, "The target is crippled, reducing melee, spellcasting and mind speed by %d%%.") -- tformat
+tDef(1104, "cripple") -- effect subtype
 tDef(1107, "#Target# is crippled.") -- _t
 tDef(1108, "#Target# is not crippled anymore.") -- _t
 tDef(1118, "Burrow") -- _t
 tDef(1119, "The target is able to burrow into walls, and additionally has %d more APR and %d%% more physical resistance penetration.") -- tformat
 tDef(1139, "Reduced Vision") -- _t
 tDef(1140, "The target's vision range is decreased by %d.") -- tformat
+tDef(1142, "sense") -- effect subtype
 tDef(1145, "+Dim Vision") -- _t
-tDef(1146, "The smoke around #target# dissipates.") -- _t
 tDef(1146, "-Dim Vision") -- _t
+tDef(1146, "The smoke around #target# dissipates.") -- _t
 tDef(1162, "Resolve") -- _t
 tDef(1169, " and ") -- _t
 tDef(1170, "You gain %d%% resistance against %s.") -- tformat
-tDef(1177, "#Target# attunes to the damage.") -- _t
 tDef(1177, "+Resolve") -- _t
-tDef(1178, "-Resolve") -- _t
+tDef(1177, "#Target# attunes to the damage.") -- _t
 tDef(1178, "#Target# is no longer attuned.") -- _t
+tDef(1178, "-Resolve") -- _t
 tDef(1201, "Wild Speed") -- _t
 tDef(1202, "Moving at extreme speed (%d%% faster) and gains 100%% stun, daze and pinning immunity. Any action other than movement will cancel it.") -- tformat
 tDef(1208, "+Wild Speed") -- _t
@@ -28932,29 +30094,31 @@ tDef(1247, "+Hunter") -- _t
 tDef(1248, "-Hunter") -- _t
 tDef(1284, "Step Up") -- _t
 tDef(1285, "Movement is %d%% faster.") -- tformat
-tDef(1290, "#Target# prepares for the next kill!.") -- _t
 tDef(1290, "+Step Up") -- _t
+tDef(1290, "#Target# prepares for the next kill!.") -- _t
 tDef(1291, "-Step Up") -- _t
 tDef(1314, "Lightning Speed") -- _t
 tDef(1315, "Turn into pure lightning, moving %d%% faster. It also increases your lightning resistance by 100%% and your physical resistance by 30%%.") -- tformat
+tDef(1317, "lightning") -- effect subtype
 tDef(1320, "+Lightning Speed") -- _t
 tDef(1320, "#Target# turns into pure lightning!.") -- _t
 tDef(1321, "#Target# is back to normal.") -- _t
 tDef(1321, "-Lightning Speed") -- _t
 tDef(1354, "Dragon's Fire") -- _t
 tDef(1355, "Dragon blood runs through your veins. You can breathe fire (or have it improved if you already could).") -- tformat
+tDef(1357, "fire") -- effect subtype
 tDef(1360, "+Dragon's fire") -- _t
 tDef(1360, "#Target#'s throat seems to be burning.") -- _t
-tDef(1361, "#Target#'s throat seems to cool down.") -- _t
 tDef(1361, "-Dragon's fire") -- _t
+tDef(1361, "#Target#'s throat seems to cool down.") -- _t
 tDef(1394, "Greater Weapon Focus") -- _t
 tDef(1395, "Each melee blow landed has a %d%% chance to trigger an additional melee blow (up to once per turn for each weapon).") -- tformat
 tDef(1426, "Grappling") -- _t
 tDef(1427, "Engaged in a grapple draining %d stamina per turn and redirecting %d%% of damage taken to %s.  Any movement will break the effect as will some unarmed talents.") -- tformat
 tDef(1432, "#Target# is engaged in a grapple!") -- _t
 tDef(1432, "+Grappling") -- _t
-tDef(1433, "-Grappling") -- _t
 tDef(1433, "#Target# has released the hold.") -- _t
+tDef(1433, "-Grappling") -- _t
 tDef(1463, "Grappled") -- _t
 tDef(1464, "The target is grappled, unable to move, and limited in its offensive capabilities.\
 #RED#%sPinned\
@@ -28968,46 +30132,47 @@ tDef(1471, "-Grappled") -- _t
 tDef(1500, "Crushing Hold") -- _t
 tDef(1501, "The target is being crushed and suffers %d damage each turn") -- tformat
 tDef(1506, "+Crushing Hold") -- _t
-tDef(1507, "-Crushing Hold") -- _t
 tDef(1507, "#Target# has escaped the crushing hold.") -- _t
+tDef(1507, "-Crushing Hold") -- _t
 tDef(1525, "Strangle Hold") -- _t
 tDef(1526, "The target is being strangled and may not cast spells and suffers %d damage each turn.") -- tformat
+tDef(1528, "silence") -- effect subtype
 tDef(1531, "+Strangle Hold") -- _t
 tDef(1531, "#Target# is being strangled.") -- _t
 tDef(1532, "-Strangle Hold") -- _t
 tDef(1532, "#Target# has escaped the strangle hold.") -- _t
 tDef(1553, "Maimed") -- _t
 tDef(1554, "The target is maimed, reducing damage by %d and global speed by 30%%.") -- tformat
-tDef(1559, "#Target# is maimed.") -- _t
 tDef(1559, "+Maimed") -- _t
+tDef(1559, "#Target# is maimed.") -- _t
 tDef(1560, "#Target# has recovered from the maiming.") -- _t
 tDef(1560, "-Maimed") -- _t
 tDef(1573, "Expose Weakness") -- _t
 tDef(1574, "The target is focused on penetrating defenses, increasing armor penetration by %d, accuracy by %d, and all damage penetration by %d%%.") -- tformat
 tDef(1579, "#Target# is focusing on penetrating defenses.") -- _t
 tDef(1579, "+Expose Weakness") -- _t
-tDef(1580, "-Expose Weakness") -- _t
 tDef(1580, "#Target# is no longer focused on penetrating defenses.") -- _t
+tDef(1580, "-Expose Weakness") -- _t
 tDef(1592, "Combo") -- _t
 tDef(1594, "The target is in the middle of a combo chain and has earned %d combo points.") -- tformat
 tDef(1619, "Defensive Maneuver") -- _t
 tDef(1620, "The target's defense is increased by %d.") -- tformat
-tDef(1625, "+Defensive Maneuver") -- _t
 tDef(1625, "#Target# is moving defensively!") -- _t
-tDef(1626, "#Target# isn't moving as defensively anymore.") -- _t
+tDef(1625, "+Defensive Maneuver") -- _t
 tDef(1626, "-Defensive Maneuver") -- _t
+tDef(1626, "#Target# isn't moving as defensively anymore.") -- _t
 tDef(1637, "Set Up") -- _t
 tDef(1638, "The target is off balance and is %d%% more likely to be crit by the target that set it up.  In addition all its saves are reduced by %d.") -- tformat
 tDef(1643, "#Target# has been set up!") -- _t
 tDef(1643, "+Set Up") -- _t
-tDef(1644, "#Target# has survived the set up.") -- _t
 tDef(1644, "-Set Up") -- _t
+tDef(1644, "#Target# has survived the set up.") -- _t
 tDef(1660, "Recovery") -- _t
 tDef(1661, "The target has %d increased life regeneration.") -- tformat
 tDef(1666, "#Target# is recovering from the damage!") -- _t
 tDef(1666, "+Recovery") -- _t
-tDef(1667, "-Recovery") -- _t
 tDef(1667, "#Target# has finished recovering.") -- _t
+tDef(1667, "-Recovery") -- _t
 tDef(1684, "Reflexive Dodging") -- _t
 tDef(1685, "Increases global action speed by %d%%.") -- tformat
 tDef(1690, "+Reflexive Dodging") -- _t
@@ -29015,6 +30180,7 @@ tDef(1691, "-Reflexive Dodging") -- _t
 tDef(1703, "Weakened Defenses") -- _t
 tDef(1704, "The target's physical resistance has been reduced by %d%%.") -- tformat
 tDef(1731, "Waters of Life") -- _t
+tDef(1732, "The target purifies all diseases and poisons, turning them into healing effects.") -- _t
 tDef(1749, "Elemental Harmony") -- _t
 tDef(1751, "Increases global speed by %d%%.") -- tformat
 tDef(1752, "Increases armour by %d.") -- tformat
@@ -29031,10 +30197,11 @@ tDef(1855, "Immobilized") -- _t
 tDef(1856, "Immobilized by telekinetic forces.") -- _t
 tDef(1861, "+Paralyzed") -- _t
 tDef(1861, "#F53CBE##Target# is bound by telekinetic forces!") -- _t
-tDef(1862, "#Target# shakes free of the telekinetic binding") -- _t
 tDef(1862, "-Paralyzed") -- _t
+tDef(1862, "#Target# shakes free of the telekinetic binding") -- _t
 tDef(1875, "Imploding (slow)") -- _t
 tDef(1876, "Slowed by 50%% and taking %d crushing damage per turn.") -- tformat
+tDef(1878, "telekinesis") -- effect subtype
 tDef(1881, "+Imploding") -- _t
 tDef(1881, "#Target# is being crushed.") -- _t
 tDef(1882, "#Target# shakes off the crushing forces.") -- _t
@@ -29043,18 +30210,23 @@ tDef(1898, "Free Action") -- _t
 tDef(1899, "The target gains %d%% stun, daze and pinning immunity.") -- tformat
 tDef(1904, "#Target# is moving freely.") -- _t
 tDef(1904, "+Free Action") -- _t
-tDef(1905, "#Target# is moving less freely.") -- _t
 tDef(1905, "-Free Action") -- _t
+tDef(1905, "#Target# is moving less freely.") -- _t
 tDef(1920, "Adrenaline Surge") -- _t
 tDef(1921, "The target's combat damage is improved by %d and it an continue to fight past the point of exhaustion, supplementing life for stamina.") -- tformat
+tDef(1923, "frenzy") -- effect subtype
 tDef(1926, "#Target# feels a surge of adrenaline.") -- _t
 tDef(1927, "#Target#'s adrenaline surge has come to an end.") -- _t
 tDef(1938, "Blindside Bonus") -- _t
 tDef(1939, "The target has appeared out of nowhere! It's defense is boosted by %d.") -- tformat
+tDef(1941, "evade") -- effect subtype
 tDef(1954, "Off-balance") -- _t
+tDef(1955, "Badly off balance. Global damage is reduced by 15%.") -- _t
 tDef(1960, "+Off-balance") -- _t
 tDef(1961, "-Off-balance") -- _t
 tDef(1972, "Off-guard") -- _t
+tDef(1973, "Badly off guard. Attackers gain a 10% bonus to physical critical strike chance and physical critcal strike power.") -- _t
+tDef(1975, "cross tier") -- effect subtype
 tDef(1978, "+Off-guard") -- _t
 tDef(1979, "-Off-guard") -- _t
 tDef(1990, "Slow movement") -- _t
@@ -29063,20 +30235,21 @@ tDef(1996, "+Slow movement") -- _t
 tDef(1997, "-Slow movement") -- _t
 tDef(2008, "Weakened") -- _t
 tDef(2009, "The target has been weakened, reducing all damage inflicted by %d%%.") -- tformat
+tDef(2012, "curse") -- effect subtype
 tDef(2015, "#Target# has been weakened.") -- _t
 tDef(2016, "#Target#'s is no longer weakened.") -- _t
 tDef(2027, "Lowered fire resistance") -- _t
 tDef(2028, "The target fire resistance is reduced by %d%%.") -- tformat
 tDef(2033, "#Target# becomes more vulnerable to fire.") -- _t
 tDef(2033, "+Low. fire resist") -- _t
-tDef(2034, "#Target# is less vulnerable to fire.") -- _t
 tDef(2034, "-Low. fire resist") -- _t
+tDef(2034, "#Target# is less vulnerable to fire.") -- _t
 tDef(2044, "Lowered cold resistance") -- _t
 tDef(2045, "The target cold resistance is reduced by %d%%.") -- tformat
 tDef(2050, "#Target# becomes more vulnerable to cold.") -- _t
 tDef(2050, "+Low. cold resist") -- _t
-tDef(2051, "#Target# is less vulnerable to cold.") -- _t
 tDef(2051, "-Low. cold resist") -- _t
+tDef(2051, "#Target# is less vulnerable to cold.") -- _t
 tDef(2061, "Lowered nature resistance") -- _t
 tDef(2062, "The target nature resistance is reduced by %d%%.") -- tformat
 tDef(2067, "#Target# becomes more vulnerable to nature.") -- _t
@@ -29085,45 +30258,46 @@ tDef(2068, "#Target# is less vulnerable to nature.") -- _t
 tDef(2068, "-Low. nature resist") -- _t
 tDef(2078, "Lowered physical resistance") -- _t
 tDef(2079, "The target physical resistance is reduced by %d%%.") -- tformat
-tDef(2084, "+Low. physical resist") -- _t
 tDef(2084, "#Target# becomes more vulnerable to physical.") -- _t
+tDef(2084, "+Low. physical resist") -- _t
 tDef(2085, "-Low. physical resist") -- _t
 tDef(2085, "#Target# is less vulnerable to physical.") -- _t
 tDef(2096, "Cursed Wound") -- _t
 tDef(2097, "The target's has a cursed wound, reducing healing by %d%%.") -- tformat
-tDef(2102, "+Cursed Wound") -- _t
 tDef(2102, "#Target# has a cursed wound!") -- _t
+tDef(2102, "+Cursed Wound") -- _t
 tDef(2103, "#Target# no longer has a cursed wound.") -- _t
 tDef(2103, "-Cursed Wound") -- _t
 tDef(2117, "%s has re-opened a cursed wound!") -- logSeen
 tDef(2125, "Luminescence ") -- _t
 tDef(2126, "The target has been revealed, reducing its stealth power by %d.") -- tformat
+tDef(2128, "light") -- effect subtype
 tDef(2131, "#Target# has been illuminated.") -- _t
 tDef(2131, "+Luminescence") -- _t
-tDef(2132, "#Target# is no longer illuminated.") -- _t
 tDef(2132, "-Luminescence") -- _t
+tDef(2132, "#Target# is no longer illuminated.") -- _t
 tDef(2143, "Spell Disruption") -- _t
 tDef(2144, "The target has a %d%% chance to fail any spell it casts and a chance each turn to lose spell sustains.") -- tformat
 tDef(2150, "#Target#'s magic has been disrupted.") -- _t
 tDef(2151, "#Target#'s is no longer disrupted.") -- _t
 tDef(2171, "Resonance") -- _t
 tDef(2172, "+%d%% %s damage.") -- tformat
-tDef(2177, "+Resonance") -- _t
 tDef(2177, "#Target# resonates with the damage.") -- _t
+tDef(2177, "+Resonance") -- _t
 tDef(2178, "#Target# is no longer resonating.") -- _t
 tDef(2178, "-Resonance") -- _t
 tDef(2189, "Thorn Grab") -- _t
 tDef(2190, "The target is encased in thorny vines, dealing %d nature damage each turn and reducing its speed by %d%%.") -- tformat
 tDef(2208, "Leaves Cover") -- _t
 tDef(2209, "%d%% chance to fully absorb any damaging actions.") -- tformat
-tDef(2214, "#Target# is protected by a layer of thick leaves.") -- _t
 tDef(2214, "+Leaves Cover") -- _t
+tDef(2214, "#Target# is protected by a layer of thick leaves.") -- _t
 tDef(2215, "-Leaves Cover") -- _t
 tDef(2215, "#Target# cover of leaves falls apart.") -- _t
 tDef(2233, "Parrying melee attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).") -- tformat
 tDef(2257, "Parrying") -- _t
-tDef(2264, " and ranged") -- _t
 tDef(2264, "Parrying melee%s attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).  Parried attacks cannot crit.") -- tformat
+tDef(2264, " and ranged") -- _t
 tDef(2312, "Reduces all damage taken by %d.") -- tformat
 tDef(2354, "#CRIMSON##Source# heals from blocking with %s shield!") -- delayedLogMessage
 tDef(2368, "%s resists the disarming attempt!") -- logSeen
@@ -29149,19 +30323,20 @@ tDef(2544, "#Target# is no longer being ravaged.") -- _t
 tDef(2579, "#LIGHT_RED#%s is being ravaged by distortion!") -- logSeen
 tDef(2593, "Distortion") -- _t
 tDef(2594, "The target has recently taken distortion damage, is vulnerable to distortion effects, and has its physical resistance decreased by %d%%.") -- tformat
+tDef(2596, "distortion") -- effect subtype
 tDef(2599, "+Distortion") -- _t
 tDef(2600, "#Target# is no longer distorted.") -- _t
 tDef(2600, "-Distortion") -- _t
 tDef(2609, "Disable") -- _t
 tDef(2610, "The target is disabled, reducing movement speed by %d%% and accuracy by %d.") -- tformat
-tDef(2615, "#Target# is disabled.") -- _t
 tDef(2615, "+Disabled") -- _t
+tDef(2615, "#Target# is disabled.") -- _t
 tDef(2616, "-Disabled") -- _t
 tDef(2616, "#Target# is not disabled anymore.") -- _t
 tDef(2629, "Anguish") -- _t
 tDef(2630, "The target is in extreme anguish, preventing them from making tactical decisions, and reducing Willpower by %d and Cunning by %d.") -- tformat
-tDef(2635, "+Anguish") -- _t
 tDef(2635, "#Target# is in anguish.") -- _t
+tDef(2635, "+Anguish") -- _t
 tDef(2636, "-Anguish") -- _t
 tDef(2636, "#Target# is no longer in anguish.") -- _t
 tDef(2649, "Fast As Lightning") -- _t
@@ -29170,25 +30345,30 @@ tDef(2658, "#Target# is speeding up.") -- _t
 tDef(2658, "+Fast As Lightning") -- _t
 tDef(2659, "#Target# is slowing down.") -- _t
 tDef(2659, "-Fast As Lightning") -- _t
+tDef(2673, "Resets Rush cooldown if killed.") -- _t
 tDef(2689, "Steamroller") -- _t
 tDef(2690, "Grants a +%d%% damage bonus.") -- tformat
 tDef(2711, "Spine of the World") -- _t
-tDef(2717, "#Target# become impervious to physical effects.") -- _t
+tDef(2712, "Immune to physical effects.") -- _t
+tDef(2714, "status") -- effect subtype
 tDef(2717, "+Spine of the World") -- _t
+tDef(2717, "#Target# become impervious to physical effects.") -- _t
 tDef(2718, "#Target# is less impervious to physical effects.") -- _t
 tDef(2718, "-Spine of the World") -- _t
 tDef(2726, "Fungal Blood") -- _t
 tDef(2727, "You have %d fungal energies stored. Release them to heal by using the Fungal Blood prodigy.") -- tformat
+tDef(2729, "heal") -- effect subtype
 tDef(2732, "+Fungal Blood") -- _t
 tDef(2733, "-Fungal Blood") -- _t
 tDef(2745, "Mucus") -- _t
 tDef(2746, "You lay mucus where you walk.") -- tformat
+tDef(2748, "mucus") -- effect subtype
 tDef(2751, "+Mucus") -- _t
 tDef(2752, "-Mucus") -- _t
 tDef(2760, "Corrosive Nature") -- _t
 tDef(2761, "Acid damage increased by %d%%.") -- tformat
-tDef(2767, "+Corrosive Nature") -- _t
 tDef(2767, "#Target#'s acid damage is more potent.") -- _t
+tDef(2767, "+Corrosive Nature") -- _t
 tDef(2768, "#Target#'s acid damage is no longer so potent.") -- _t
 tDef(2768, "-Corrosive Nature") -- _t
 tDef(2774, "%s's corrosive nature intensifies!") -- logSeen
@@ -29201,37 +30381,42 @@ tDef(2802, "-Nature Acid") -- _t
 tDef(2808, "%s's natural acid becomes more concentrated!") -- logSeen
 tDef(2828, "Corrode") -- _t
 tDef(2829, "The target is corroded, reducing their accuracy by %d, their armor by %d, and their defense by %d.") -- tformat
+tDef(2831, "acid") -- effect subtype
 tDef(2834, "#Target# is corroded.") -- _t
 tDef(2835, "#Target# has shook off the effects of their corrosion.") -- _t
 tDef(2845, "Slippery Moss") -- _t
 tDef(2846, "The target is covered in slippery moss. Each time it tries to use a talent there is %d%% chance of failure.") -- tformat
+tDef(2848, "moss") -- effect subtype
 tDef(2851, "+Slippery Moss") -- _t
 tDef(2851, "#Target# is covered in slippery moss!") -- _t
 tDef(2852, "-Slippery Moss") -- _t
 tDef(2852, "#Target# is free from the slippery moss.") -- _t
 tDef(2863, "Juggernaut") -- _t
 tDef(2864, "Reduces physical damage received by %d%% and provides a %d%% chance to ignore critical hits.") -- tformat
-tDef(2869, "#Target# hardens its skin.") -- _t
+tDef(2866, "superiority") -- effect subtype
 tDef(2869, "+Juggernaut") -- _t
+tDef(2869, "#Target# hardens its skin.") -- _t
 tDef(2870, "-Juggernaut") -- _t
 tDef(2883, "Natural Replenishment") -- _t
 tDef(2884, "The target has been directly exposed to arcane energies and has responded by reasserting it's connection to nature, restoring %0.1f Equilibrium per turn.") -- tformat
-tDef(2889, "+Nature Replenishment") -- _t
 tDef(2889, "#Target# defiantly reasserts %s connection to nature!") -- tformat
-tDef(2890, "#Target# stops restoring Equilibrium.") -- _t
+tDef(2889, "+Nature Replenishment") -- _t
 tDef(2890, "-Nature Replenishment") -- _t
+tDef(2890, "#Target# stops restoring Equilibrium.") -- _t
 tDef(2899, "Berserker Rage") -- _t
 tDef(2900, "Increases critical hit chance by %d%%.") -- tformat
 tDef(2906, "%0.1f%%") -- tformat
 tDef(2928, "Relentless Fury") -- _t
 tDef(2929, "Increases stamina regeneration by %d, movement and attack speed by %d%%.") -- tformat
 tDef(2955, "Directed Speed") -- _t
-tDef(2967, "-Directed Speed") -- _t
 tDef(2967, "#Target# loses speed.") -- _t
+tDef(2967, "-Directed Speed") -- _t
 tDef(3004, "Target is currently moving with %d%% additional speed in a single direction (%s). Stopping or changing directions will remove this effect.") -- tformat
 tDef(3013, "Stun Lengthen") -- _t
+tDef(3016, "stun") -- effect subtype
 tDef(3021, "#Target# is stunned further! (now %d turns)") -- tformat
 tDef(3037, "Eternal Warrior") -- _t
+tDef(3040, "morale") -- effect subtype
 tDef(3050, "+Eternal Warrior") -- _t
 tDef(3051, "-Eternal Warrior") -- _t
 tDef(3053, "The target stands strong, increasing all resistances by %0.1f%% and resistance caps by %0.1f%%.") -- tformat
@@ -29242,31 +30427,35 @@ tDef(3094, "Defensive Roll") -- _t
 tDef(3102, "#Target# assumes an extreme defensive posture, avoiding some damage!") -- _t
 tDef(3107, "The target is in an extreme defensive posture, avoiding %d%% of all incoming damage.") -- tformat
 tDef(3114, "Trained Reactions Cooldown") -- _t
-tDef(3119, "+Trained Reactions") -- _t
+tDef(3116, "cooldown") -- effect subtype
 tDef(3119, "#LIGHT_BLUE##Target# may dodge again.") -- _t
+tDef(3119, "+Trained Reactions") -- _t
 tDef(3121, "Trained Reactions may not trigger.") -- _t
 tDef(3127, "Superb Agility") -- _t
 tDef(3135, "#Target# has sped up!") -- _t
 tDef(3140, "The target's reactions have quickened, giving +%d%% global speed.") -- tformat
 tDef(3147, "Anti-Gravity") -- _t
 tDef(3148, "Target is caught in an anti-gravity field, halving its knockback resistance.") -- tformat
+tDef(3150, "spacetime") -- effect subtype
 tDef(3152, "+Anti-Gravity") -- _t
 tDef(3153, "-Anti-Gravity") -- _t
 tDef(3167, "Parasitic Leeches") -- _t
 tDef(3168, "Parasitic Leeches: ") -- _t
 tDef(3171, "The target is being fed upon by %d masses of parasitic leeches for %0.2f physical and %0.2f acid damage each turn.  After a %d turn feeding period, one mass will drop off and multiply.") -- tformat
-tDef(3187, "+Parasitic Leeches") -- _t
+tDef(3175, "parasite") -- effect subtype
 tDef(3187, "#Target# is #GREEN#INFESTED#LAST# with parasitic leeches!") -- _t
+tDef(3187, "+Parasitic Leeches") -- _t
 tDef(3231, "Some leeches drop off %s!") -- logSeen
 tDef(3238, "Garrote") -- _t
 tDef(3240, "  It is silenced for the next %d turn(s), preventing it from casting spells and using some vocal talents.") -- tformat
 tDef(3241, "The target is being garrotted by %s, rendering it unable to move and subject to an automatic unarmed attack (at %d%% damage) each turn.%s") -- tformat
+tDef(3244, "grapple") -- effect subtype
+tDef(3248, "%s has garroted #Target#!") -- tformat
 tDef(3248, "Something") -- _t
 tDef(3248, "+Garrote") -- _t
-tDef(3248, "%s has garroted #Target#!") -- tformat
+tDef(3249, "-Garrote") -- _t
 tDef(3249, "something") -- _t
 tDef(3249, "#Target# is free from %s's garrote.") -- tformat
-tDef(3249, "-Garrote") -- _t
 tDef(3266, "#Source# #LIGHT_RED#strangles#LAST# #Target#!") -- logCombat
 tDef(3281, "Marked for Death") -- _t
 tDef(3282, "The target takes %d%% increased damage from all sources.  If this effect runs its full course, the target will take an additional %0.1f physical damage (increased by %d%% of all damage taken while this effect is active).") -- tformat
@@ -29285,6 +30474,7 @@ tDef(3330, "+Deadly Poison") -- _t
 tDef(3331, "-Deadly Poison") -- _t
 tDef(3392, "Razorwire") -- _t
 tDef(3393, "The target's equipment has been shredded by razorwire, reducing its accuracy by %d, armour by %d, and defense by %d.") -- tformat
+tDef(3395, "physical") -- effect subtype
 tDef(3398, "#Target# is entangled in razorwire!") -- _t
 tDef(3399, "#Target# has shook off the razorwire.") -- _t
 tDef(3409, "Dirty Fighting") -- _t
@@ -29295,30 +30485,36 @@ tDef(3442, "Soothing Darkness") -- _t
 tDef(3444, "The target is wreathed in shadows, increasing life regeneration by %0.1f") -- tformat
 tDef(3446, ", stamina regeneration by %0.1f and all damage resistance by %d%%.") -- tformat
 tDef(3448, " and stamina regeneration by %0.1f.") -- tformat
+tDef(3452, "healing") -- effect subtype
+tDef(3452, "regeneration") -- effect subtype
 tDef(3468, "Shadow Dance") -- _t
 tDef(3469, "The target is able to make actions and attacks while remaining stealthed.") -- tformat
 tDef(3473, "#GREY#You begin your Shadow Dance.") -- logPlayer
 tDef(3474, "#GREY#You end your Shadow Dance.") -- logPlayer
 tDef(3487, "Sedated") -- _t
 tDef(3488, "The target is in a deep sleep and unable to act.  Every %d damage it takes will reduce the duration of the effect by one turn.") -- tformat
+tDef(3490, "sleep") -- effect subtype
 tDef(3499, "#Target# is in a deep sleep.") -- _t
-tDef(3501, "-Sedated") -- _t
 tDef(3501, "#Target# is no longer sleeping.") -- _t
+tDef(3501, "-Sedated") -- _t
 tDef(3528, "Rogue's Brew") -- _t
 tDef(3529, "The target will not die until falling below -%d life.") -- tformat
 tDef(3545, "Bear Trap") -- _t
 tDef(3549, "slowed (%d%%)") -- tformat
 tDef(3550, "taking %0.2f physical damage each turn") -- tformat
 tDef(3551, "Caught in a bear trap: ") -- _t
+tDef(3554, "wound") -- effect subtype
+tDef(3554, "bleed") -- effect subtype
 tDef(3557, "A bear trap snaps onto #Target#!") -- _t
 tDef(3557, "+Bear Trap") -- _t
-tDef(3558, "-Bear Trap") -- _t
 tDef(3558, "#Target# is freed from a bear trap.") -- _t
+tDef(3558, "-Bear Trap") -- _t
 tDef(3590, "Stone Vine") -- _t
-tDef(3591, "A living stone vine holds the target in place, inflicting %0.1f Nature%s damage per turn.") -- tformat
 tDef(3591, " and %0.1f Arcane") -- tformat
-tDef(3596, "#Target# is seized by a stone vine.") -- _t
+tDef(3591, "A living stone vine holds the target in place, inflicting %0.1f Nature%s damage per turn.") -- tformat
+tDef(3593, "pin") -- effect subtype
 tDef(3596, "+Stone Vine") -- _t
+tDef(3596, "#Target# is seized by a stone vine.") -- _t
 tDef(3597, "#Target# is free from the stone vine.") -- _t
 tDef(3597, "-Stone Vine") -- _t
 tDef(3635, "Dwarven Resilience") -- _t
@@ -29331,10 +30527,12 @@ tDef(3677, "#Target# begins protecting %s friends with a stone shield.") -- tfor
 tDef(3678, "#Target# is no longer protecting anyone.") -- _t
 tDef(3700, "Stone Link") -- _t
 tDef(3701, "The target is protected by %s, redirecting all damage to it.") -- tformat
+tDef(3703, "earth") -- effect subtype
+tDef(3703, "shield") -- effect subtype
 tDef(3706, "#Target# is protected by a stone shield.") -- _t
 tDef(3706, "+Stone Link") -- _t
-tDef(3707, "-Stone Link") -- _t
 tDef(3707, "#Target# is less protected.") -- _t
+tDef(3707, "-Stone Link") -- _t
 tDef(3716, "Exhaustion") -- _t
 tDef(3717, "The target has recently performed an extreme feat of agility and is exhausted.  The stamina cost of activated Mobility talents is increased by %d%%.") -- tformat
 tDef(3740, "Mobile Defense") -- _t
@@ -29347,8 +30545,10 @@ tDef(3763, "#Target# speeds up.") -- _t
 tDef(3764, "-Fast") -- _t
 tDef(3775, "Feint") -- _t
 tDef(3776, "The target gains 1 extra parry opportunity each turn, and its chance to fail each parry is reduced by %d%%.") -- tformat
+tDef(3778, "tactical") -- effect subtype
 tDef(3789, "Mana Clash") -- _t
 tDef(3790, "All damage you do also trigget a manaburn for %d%% of the damage done.") -- tformat
+tDef(3792, "antimagic") -- effect subtype
 tDef(3795, "#Target# exudes antimagic forces.") -- _t
 tDef(3796, "#Target# is no longer toxic to arcane users.") -- _t
 tDef(3808, "Bullseye") -- _t
@@ -29356,6 +30556,7 @@ tDef(3821, "Trueshot") -- _t
 tDef(3822, "Increases attack speed by %d%%, grants infinite ammo, and causes all marking shots to have a 100%% increased chance to mark.") -- tformat
 tDef(3838, "Escape") -- _t
 tDef(3839, "Focusing on defense and mobility, reducing all damage taken by %d%%, stamina regeneration by %0.1f and movement speed by %d%%. Melee and ranged attacks will break this effect.") -- tformat
+tDef(3841, "speed") -- effect subtype
 tDef(3844, "#Target# enters an evasive stance!.") -- _t
 tDef(3844, "+Escape!") -- _t
 tDef(3845, "-Escape") -- _t
@@ -29368,24 +30569,28 @@ tDef(3902, "Rapid Movement") -- _t
 tDef(3903, "Increases movement speed by %d%%.") -- tformat
 tDef(3915, "Sticky Pitch") -- _t
 tDef(3916, "The target's global speed is reduced by %d%% and fire resistance by %d%%.") -- tformat
+tDef(3918, "slow") -- effect subtype
 tDef(3921, "+Pitch") -- _t
 tDef(3921, "#Target# is covered in sticky, flammable pitch.") -- _t
 tDef(3922, "#Target# is free from the pitch.") -- _t
 tDef(3922, "-Pitch") -- _t
 tDef(3939, "Punctured Armour") -- _t
 tDef(3940, "Armour has been punctured, increasing all damage taken by %d%%.") -- tformat
+tDef(3942, "sunder") -- effect subtype
 tDef(3945, "+Punctured Armour!") -- _t
 tDef(3945, "#Target#'s armour is punctured!") -- _t
-tDef(3946, "-Punctured Armour") -- _t
 tDef(3946, "#Target#'s armour is more intact.") -- _t
+tDef(3946, "-Punctured Armour") -- _t
 tDef(3955, "Leeching Poison") -- _t
 tDef(3956, "The target is poisoned, doing %0.2f nature damage per turn and restoring life to the attacker equal to the damage dealt.") -- tformat
-tDef(3961, "+Leeching Poison") -- _t
+tDef(3958, "poison") -- effect subtype
 tDef(3961, "#Target# is poisoned!") -- _t
+tDef(3961, "+Leeching Poison") -- _t
 tDef(3962, "#Target# is no longer poisoned.") -- _t
 tDef(3962, "-Leeching Poison") -- _t
 tDef(3977, "Maim") -- _t
 tDef(3978, "The target is maimed, doing %0.2f physical damage per turn. All damage it does is reduced by %d%%.") -- tformat
+tDef(3980, "cut") -- effect subtype
 tDef(3983, "+Maim") -- _t
 tDef(3983, "#Target# is maimed!") -- _t
 tDef(3984, "-Maim") -- _t
@@ -29400,42 +30605,54 @@ tDef(4046, "Concealment") -- _t
 tDef(4047, "The target is concealed, increasing sight and attack range by %d and chance to avoid damage by %d%%.") -- tformat
 tDef(4075, "Shadow Smoke") -- _t
 tDef(4076, "The target is wrapped in disorientating smoke, reducing vision range by %d.") -- tformat
+tDef(4078, "blind") -- effect subtype
 tDef(4081, "#Target# is surrounded by a thick smoke.") -- _t
 tDef(4081, "+Shadow Smoke") -- _t
-tDef(4082, "-Shadow Smoke") -- _t
 tDef(4082, "The smoke around #target# dissipate.") -- _t
+tDef(4082, "-Shadow Smoke") -- _t
 tDef(4104, "Shadowstrike") -- _t
 tDef(4105, "The target's critical strike damage bonus is increased by %d%%.") -- tformat
+tDef(4107, "darkness") -- effect subtype
 tDef(4120, "Chromatic Resonance") -- _t
 tDef(4123, "Preemptively reacts to %s damage, increasing the appropriate resistance by %d for 5 turns.") -- tformat
 tDef(4129, "#Target##OLIVE_DRAB# shimmers in multiple hues.") -- _t
 tDef(4130, "#Target#'s#OLIVE_DRAB# multi-hued shimmer fades.") -- _t
 tDef(4159, "Chromatic Resistance") -- _t
 tDef(4163, "%sresistance increased by %d%%.") -- tformat
+tDef(4166, "resist") -- effect subtype
 tDef(4174, "#Target##OLIVE_DRAB# resonates with %s%s#LAST# damage!") -- tformat
 tDef(4180, "#Target##OLIVE_DRAB# no longer resonates with %s%s#LAST# damage!") -- tformat
 tDef(4194, "Swift Shot") -- _t
 tDef(4195, "Increases attack speed by %d%%.") -- tformat
+tDef(4197, "tactic") -- effect subtype
 tDef(4206, "Crooked") -- _t
 tDef(4207, "The target becomes more and more primitive, reducing accuracy and powers by %d") -- tformat
 tDef(4245, "Eldoral") -- _t
 tDef(4246, "Firing slings does not consume shots.") -- tformat
 tDef(4251, "+Eldoral") -- _t
 tDef(4251, "#Target# is focused on firing.") -- _t
-tDef(4252, "-Eldoral") -- _t
 tDef(4252, "#Target# is less focused.") -- _t
+tDef(4252, "-Eldoral") -- _t
 tDef(4262, "Stealthed") -- _t
 tDef(4263, "Gain %d stealth power") -- tformat
 tDef(4268, "+Silent stealth") -- _t
 tDef(4268, "#Target# is more stealthy.") -- _t
-tDef(4269, "#Target# is visible again.") -- _t
 tDef(4269, "-Silent stealth") -- _t
+tDef(4269, "#Target# is visible again.") -- _t
 tDef(4277, "Blinded") -- _t
 tDef(4278, "The target is blinded, unable to see anything.") -- _t
-tDef(4283, "#Target# recovers sight.") -- _t
 tDef(4283, "-Blind") -- _t
+tDef(4283, "#Target# recovers sight.") -- _t
 tDef(4309, "Gift of the Woods") -- _t
 tDef(4310, "Increases the effectiveness of all healing the target receives by %d%%.") -- tformat
+tDef(4312, "nature") -- effect subtype
+
+
+------------------------------------------------
+section "game/modules/tome/data/wda/eyal.lua"
+
+tDef(41, "Maj'Eyal") -- _t
+tDef(94, "Far East") -- _t
 
 
 ------------------------------------------------
@@ -29497,8 +30714,10 @@ tDef(28, "ancient papyrus scroll") -- entity name
 tDef(29, "This seems to be an account of the last days of a great Shaloren mage.") -- _t
 tDef(37, "Bindings of Eternal Night") -- entity name
 tDef(39, "Woven through with fell magics of undeath, these bindings suck the light and life out of everything they touch. Any who don them will find themselves suspended in a nightmarish limbo between life and death.") -- _t
+tDef(68, "A complementing item would be your crowning glory.") -- _t
 tDef(81, "Crown of Eternal Night") -- entity name
 tDef(83, "This crown looks useless, yet you can feel it is woven with fell magics of undeath. Maybe it has a use.") -- _t
+tDef(100, "You need to find something to bind its powers.") -- _t
 tDef(114, "#ANTIQUE_WHITE#The Crown of Eternal Night seems to react with the Bindings, you feel tremendous dark power.") -- logSeen
 tDef(117, "#ANTIQUE_WHITE#The powerful darkness aura you felt wanes away.") -- logPlayer
 
@@ -29540,6 +30759,7 @@ tDef(32, "scrap of paper") -- entity name
 tDef(33, "A scrap of paper.") -- _t
 tDef(43, "Rod of Spydric Poison") -- entity name
 tDef(44, "This rod carved out of a giant spider fang continuously drips venom.") -- _t
+tDef(49, "shoot a bolt of spydric poison out to range %d, dealing %0.2f nature damage (based on Magic) over %d turns while rendering the target unable to move") -- tformat
 tDef(63, "%s activates %s %s!") -- logSeen
 
 
@@ -29605,6 +30825,7 @@ tDef(226, "gladiator") -- entity name
 tDef(254, "reaver") -- entity name
 tDef(260, "A warrior of death.") -- _t
 tDef(288, "headless horror") -- entity name
+tDef(291, "A headless gangly humanoid with a large distended stomach. Was captured and tamed by the first master of the arena.") -- _t
 tDef(331, "#AQUAMARINE#As %s falls all its eyes fall to the ground!") -- logSeen
 tDef(339, "Ryal") -- entity name
 tDef(344, "A gargantuan bone giant resembling a wingless wyrm. He is fully sentient and surprisingly fast.") -- _t
@@ -29650,8 +30871,8 @@ tDef(1025, "sun paladin") -- entity name
 tDef(1027, "human") -- entity subtype
 tDef(1032, "Warriors from afar. They wield the power of light, and a mean sword.") -- _t
 tDef(1056, "star crusader") -- entity name
-tDef(1058, "humanoid") -- entity type
 tDef(1058, "elf") -- entity subtype
+tDef(1058, "humanoid") -- entity type
 tDef(1063, "Warriors from afar. They wield the power of light, and a mean sword. Darkness, too.") -- _t
 
 
@@ -29681,12 +30902,15 @@ tDef(62, "#VIOLET#Boss round starts!!!") -- log
 tDef(63, "#LIGHT_RED#Final round starts!!!!") -- log
 tDef(287, "#YELLOW#The gates open!") -- log
 tDef(301, "#LIGHT_RED#The gates close!") -- log
+tDef(315, "RANK UP!!") -- _t
 tDef(316, "#LIGHT_GREEN#The public is pleased by your performance! You now have the rank of #WHITE#%s#LIGHT_GREEN#!") -- log
+tDef(326, " kills!") -- _t
 tDef(327, "#YELLOW#You killed %d enemies in a single turn! The public is excited!") -- log
 tDef(349, "#YELLOW#Items lying around will disappear in #WHITE#%d#YELLOW# turns!#LAST#") -- log
 tDef(363, "#VIOLET#Boss round!!!") -- log
 tDef(366, "#GOLD#Miniboss round!") -- log
 tDef(371, "#LIGHT_RED#Final round!!!") -- log
+tDef(403, "Round Clear! +%s EXP!") -- tformat
 tDef(404, "%sWave clear!") -- log
 tDef(405, "%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!") -- log
 tDef(406, "%sYour experience increases by %s%s%s!") -- log
@@ -29711,8 +30935,11 @@ tDef(74, "Half-Finished Bone Giant") -- entity name
 tDef(75, "A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.\
 This specimen looks like it was hastily assembled and is not really complete yet.") -- _t
 tDef(127, "fleshy experiment") -- entity name
+tDef(128, "This pile of rotting flesh twitches and makes horrid noises.") -- _t
 tDef(158, "boney experiment") -- entity name
+tDef(159, "This pile of bones appears to move on its own, but it can't seem to organise itself into something dangerous.") -- _t
 tDef(190, "sanguine experiment") -- entity name
+tDef(191, "It looks like a giant blood clot. Is that what its creator intended?") -- _t
 
 
 ------------------------------------------------
@@ -29759,6 +30986,7 @@ section "game/modules/tome/data/zones/charred-scar/grids.lua"
 tDef(26, "lava") -- entity subtype
 tDef(26, "floor") -- entity type
 tDef(27, "Farportal: the Far East") -- entity name
+tDef(32, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.") -- _t
 tDef(41, "#VIOLET#You enter the swirling portal and in the blink of an eye you are back to the far east.") -- _t
 
 
@@ -29883,6 +31111,7 @@ tDef(111, "You cannot abandon Melinda here!") -- _t
 ------------------------------------------------
 section "game/modules/tome/data/zones/daikara/grids.lua"
 
+tDef(30, "The rift leads... somewhere.") -- _t
 tDef(34, "Temporal Rift") -- _t
 tDef(34, "Are you sure you want to enter? There's no telling where you will end up or if you will be able to make it back.") -- _t
 tDef(39, "The rift is too unstable to cross it.") -- log
@@ -29948,7 +31177,7 @@ tDef(192, "A parchment falls to the floor near The Abomination.") -- logSeen
 ------------------------------------------------
 section "game/modules/tome/data/zones/deep-bellow/objects.lua"
 
-tDef(24, "..") -- entity name
+tDef(24, "Deep Bellow excavation report %d") -- tformat
 tDef(33, "letter to Rolf (3)") -- entity name
 tDef(39, "letter to Weisman (4)") -- entity name
 tDef(45, "Last Will of Rolf") -- entity name
@@ -29978,9 +31207,12 @@ tDef(21, "Fearscape") -- _t
 section "game/modules/tome/data/zones/demon-plane/grids.lua"
 
 tDef(24, "Demonic Portal") -- entity name
-tDef(33, "Back and there again") -- _t
+tDef(29, "This portal seems to be connected with Maj'Eyal; you could probably use it to go back.") -- _t
 tDef(33, "Enter the portal back to Maj'Eyal? (Warning loot Draebor first)") -- _t
+tDef(33, "Back and there again") -- _t
 tDef(41, "#VIOLET#You enter the swirling portal and in the blink of an eye you are back to Maj'Eyal, near the Daikara.") -- logPlayer
+tDef(43, "Enter") -- _t
+tDef(43, "Stay") -- _t
 
 
 ------------------------------------------------
@@ -30156,6 +31388,8 @@ tDef(173, "#LIGHT_RED#You are sent back to the material plane!") -- logPlayer
 section "game/modules/tome/data/zones/eruan/grids.lua"
 
 tDef(29, "Farportal: Charred Scar") -- entity name
+tDef(34, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.\
+This one seems to go to the west, to Charred Scar. A fiery volcano that can only spell death...") -- _t
 tDef(40, "#VIOLET#You enter the swirling portal while it fades away and in the blink of an eye you set foot on hellish land, the heart of a volcano...") -- _t
 
 
@@ -30259,9 +31493,10 @@ tDef(34, "floor") -- entity name
 tDef(91, "door") -- entity name
 tDef(104, "roost") -- entity subtype
 tDef(105, "open door") -- entity name
+tDef(126, "This rock seems to have been sealed off. You need to find a way to open it.") -- _t
 tDef(134, "#VIOLET#You hear a rock crumbling opening.") -- log
-tDef(142, "sand") -- entity subtype
 tDef(142, "wall") -- entity type
+tDef(142, "sand") -- entity subtype
 tDef(143, "huge loose rock") -- entity name
 
 
@@ -30330,13 +31565,15 @@ tDef(88, "#LIGHT_RED#Intense fight") -- _t
 tDef(88, "As you approach you come upon an other Wayist and receive a very clear mental message:\
 #{italic}##UMBER#RUN AWAY! I am done for but you can save yourself still!#{normal}#") -- _t
 tDef(91, "Space around you starts to dissolve...") -- logPlayer
+tDef(92, "Emergency recall") -- _t
+tDef(92, "Stay and fight!") -- _t
 tDef(104, "Halfling?! DIE!!!!!") -- _t
 tDef(107, "The Way sent you?") -- _t
 tDef(110, "You.. saved me?") -- _t
 tDef(117, "Yeek Wayist") -- entity name
 tDef(118, "This creature is about as tall as a halfling. It is covered in white silky fur and has a disproportionate head. The weirdest thing about it though, its weapon simply floats in front of it.") -- _t
-tDef(119, "humanoid") -- entity type
 tDef(119, "yeek") -- entity subtype
+tDef(119, "humanoid") -- entity type
 
 
 ------------------------------------------------
@@ -30369,6 +31606,12 @@ tDef(71, "tree") -- entity name
 ------------------------------------------------
 section "game/modules/tome/data/zones/heart-gloom/npcs.lua"
 
+tDef(33, "deformed ") -- _t
+tDef(33, "gloomy ") -- _t
+tDef(33, "sick ") -- _t
+tDef(46, "slumbering ") -- _t
+tDef(46, "dreaming ") -- _t
+tDef(46, "dozing ") -- _t
 tDef(61, "The Withering Thing") -- entity name
 tDef(63, "This deformed beast might have been a wolf before, but now it is just... terrible.") -- _t
 tDef(64, "and corrupted into a pile of writhing worms") -- _t
@@ -30389,16 +31632,24 @@ tDef(24, "Heart of the Gloom") -- _t
 section "game/modules/tome/data/zones/high-peak/grids.lua"
 
 tDef(27, "Farportal: the Far East") -- entity name
+tDef(32, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.\
+This one seems to go to the Far East.") -- _t
 tDef(41, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the Far East, with no trace of the portal...") -- _t
 tDef(59, "Farportal: Iron Throne") -- entity name
+tDef(64, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.\
+This one seems to go to the Iron Throne in the West.") -- _t
 tDef(73, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the slopes of the Iron Throne, with no trace of the portal...") -- _t
 tDef(91, "Farportal: the Void") -- entity name
+tDef(96, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.\
+This one seems to go to an unknown place, seemingly out of this world. You dare not use it.") -- _t
 tDef(115, "#LIGHT_BLUE#You use the orb on the portal, shutting it down easily.") -- logPlayer
 tDef(129, "Invocation Portal: Undeath") -- entity name
 tDef(143, "Invocation Portal: Elements") -- entity name
 tDef(157, "Invocation Portal: Dragons") -- entity name
 tDef(171, "Invocation Portal: Destruction") -- entity name
+tDef(176, "An invocation portal, perpetually summoning beings through it.") -- _t
 tDef(185, "Portal: The Sanctum") -- entity name
+tDef(190, "This portal seems to connect to another part of this level.") -- _t
 tDef(195, "#VIOLET#You enter the swirling portal and appear in a large room with other portals and the two wizards.") -- _t
 tDef(219, "next level") -- entity name
 
@@ -30427,10 +31678,13 @@ tDef(36, "A strangely wet athame.") -- _t
 tDef(51, "journal") -- entity name
 tDef(52, "A magically-preserved journal.") -- _t
 tDef(62, "Awakened Staff of Absorption") -- entity name
+tDef(64, "ominous, dark runed staff") -- _t
 tDef(71, "Carved with runes of power, this staff seems to have been made long ago, yet it bears no signs of tarnish.\
 Light around it seems to dim and you can feel its tremendous power simply by touching it.\
 The Sorcerers seem to have awakened its power.\
 #{italic}#\"And lo they came to Amakthel himself, and thousands were killed in the assault on his throne, and three of the Godslayers were broken beneath his feet. But Falion with his dying breath pierced the great god on his knee with the icy sword Arkil, and seeing his opportunity Caldizar, leader of the Godslayers, advanced with the Staff of Absorption and struck a terrifying blow against Amakthel. So fell the greatest of the gods by the hands of his own children, and his face was forced into the dust.\"#{normal}#") -- _t
+tDef(122, "absorb the essence (ignoring resistance and bypassing most defenses) of a target in range %d, draining 30%% of its life and increasing your own damage by 30%% for %d turns") -- tformat
+tDef(147, "was absorbed by the %s held by %s") -- tformat
 tDef(151, "#Source# brandishes %s %s, absorbing the essence of #target#!") -- logCombat
 tDef(162, "gem") -- entity type
 tDef(162, "white") -- entity subtype
@@ -30442,6 +31696,8 @@ tDef(168, "A pearl, three times the size of a normal pearl, that glitters in inf
 section "game/modules/tome/data/zones/high-peak/zone.lua"
 
 tDef(21, "High Peak") -- _t
+tDef(23, "High Peak: The Sanctum") -- _t
+tDef(24, "High Peak (%d)") -- tformat
 
 
 ------------------------------------------------
@@ -30467,6 +31723,7 @@ tDef(203, "rock") -- entity subtype
 tDef(217, "snowy_grass") -- entity subtype
 tDef(218, "snowy passage") -- entity name
 tDef(232, "Temporal Rift") -- entity name
+tDef(238, "The rift leads to another floor of the dungeon.") -- _t
 tDef(246, "rift") -- entity subtype
 tDef(247, "crack in spacetime") -- entity name
 tDef(273, "coral wall") -- entity name
@@ -30476,8 +31733,8 @@ tDef(318, "open door") -- entity name
 tDef(347, "lava floor") -- entity name
 tDef(357, "wall") -- entity type
 tDef(358, "lava wall") -- entity name
-tDef(371, "floor") -- entity type
 tDef(371, "lava") -- entity subtype
+tDef(371, "floor") -- entity type
 tDef(372, "next level") -- entity name
 
 
@@ -30652,10 +31909,11 @@ section "game/modules/tome/data/zones/last-hope-graveyard/objects.lua"
 
 tDef(28, "creased letter") -- entity name
 tDef(29, "A letter.") -- _t
-tDef(37, "misc") -- entity type
 tDef(37, "heart") -- entity subtype
+tDef(37, "misc") -- entity type
 tDef(39, "Celia's Still Beating Heart") -- entity name
 tDef(45, "The living heart of the necromancer Celia, carved out of her chest and preserved with magic.") -- _t
+tDef(49, "extract a tiny part of Celia's soul") -- _t
 tDef(52, "You squeeze Celia's heart in your hand, absorbing part of her soul into your necrotic aura.") -- logPlayer
 
 
@@ -30716,12 +31974,14 @@ tDef(21, "Mark of the Spellblaze") -- _t
 section "game/modules/tome/data/zones/maze/grids.lua"
 
 tDef(23, "teleporting circle to the surface") -- entity name
-tDef(33, "cracks") -- entity subtype
 tDef(33, "wall") -- entity type
+tDef(33, "cracks") -- entity subtype
 tDef(34, "huge crack in the floor") -- entity name
-tDef(40, "Crack in the floor") -- _t
 tDef(40, "This area appears to have been hit by a huge tremor, breaking the floor in a huge crack.\
 You think you can jump to the level below.") -- _t
+tDef(40, "Crack in the floor") -- _t
+tDef(42, "Jump") -- _t
+tDef(42, "Stay") -- _t
 
 
 ------------------------------------------------
@@ -30922,6 +32182,7 @@ tDef(69, "Orc Breeding Pit") -- _t
 section "game/modules/tome/data/zones/paradox-plane/grids.lua"
 
 tDef(33, "Temporal Rift") -- entity name
+tDef(38, "The rift leads... somewhere.") -- _t
 
 
 ------------------------------------------------
@@ -30961,7 +32222,9 @@ tDef(192, "A massive, shifting, ethereal form floats in the air around an orb of
 tDef(251, "Heavy Sentinel") -- entity name
 tDef(252, "A towering creature, made from the bones of countless bodies. An aura of flame billows from within its chest.") -- _t
 tDef(297, "Arch Zephyr") -- entity name
+tDef(299, "The robes of this ancient vampire billow with intense winds. Bolts of lightning arc along its body. In its hand it holds a bow, electricity streaking across it.") -- _t
 tDef(348, "Void Spectre") -- entity name
+tDef(350, "Intense Arcane energy whirls in the air around this ethereal form.") -- _t
 
 
 ------------------------------------------------
@@ -31012,9 +32275,12 @@ tDef(21, "Escape from Reknor") -- _t
 ------------------------------------------------
 section "game/modules/tome/data/zones/reknor/grids.lua"
 
+tDef(28, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.\
+This one seems to go to the Far East, a continent of which only rumours are known...") -- _t
 tDef(41, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on an unfamiliar cave, with no trace of the portal...") -- _t
 tDef(50, "Farportal: the Far East") -- entity name
 tDef(66, "Iron Throne Edict") -- entity name
+tDef(67, "\"AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE\"") -- _t
 
 
 ------------------------------------------------
@@ -31101,8 +32367,8 @@ tDef(25, "Blood Master") -- entity name
 tDef(28, "This small humanoid is covered in silky white fur. Its bulging eyes stare deep into your mind.") -- _t
 tDef(81, "spectator") -- entity name
 tDef(85, "A spectator, who probably paid a lot to watch this bloody \"game\".") -- _t
-tDef(90, "Fight!") -- _t
 tDef(90, "Blood!") -- _t
+tDef(90, "Fight!") -- _t
 tDef(90, "To the death!") -- _t
 tDef(91, "Oh this is great") -- _t
 tDef(91, "I love the smell of death...") -- _t
@@ -31327,6 +32593,9 @@ section "game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua"
 
 tDef(25, "Sher'Tul Control Orb") -- entity name
 tDef(36, "Exploratory Farportal") -- entity name
+tDef(41, "A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.\
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.\
+It should automatically create a portal back, but it might not be near your arrival zone.") -- _t
 tDef(48, "Farportal") -- _t
 tDef(48, "The farportal seems to be inactive") -- _t
 
@@ -31335,6 +32604,7 @@ tDef(48, "The farportal seems to be inactive") -- _t
 section "game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua"
 
 tDef(23, "Caldizar") -- entity name
+tDef(25, "A creature stands before you, with long tentacle-like appendages and a squat bump in place of a head. An intense aura of power radiates from this being unlike anything you've ever felt before. It can only be a Sher'Tul. A living Sher'Tul!") -- _t
 
 
 ------------------------------------------------
@@ -31351,18 +32621,23 @@ tDef(67, "stair back to the lake of Nur") -- entity name
 tDef(74, "teleportation circle to the surface") -- entity name
 tDef(82, "teleportation circle for Melinda") -- entity name
 tDef(89, "Sher'Tul Control Orb") -- entity name
+tDef(113, "A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.\
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.\
+It should automatically create a portal back, but it might not be near your arrival zone.") -- _t
 tDef(123, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in a strangely familiar zone, right next to a farportal...") -- log
 tDef(132, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in strange empty space...") -- log
 tDef(145, "The farportal seems to be inactive") -- _t
 tDef(146, "The farportal is broken and will not be usable anymore.") -- _t
 tDef(147, "The fortress does not have enough energy to power a trip through the portal.") -- _t
-tDef(149, "Exploratory Farportal") -- _t
 tDef(149, "Do you want to travel in the farportal? You cannot know where you will end up.") -- _t
+tDef(149, "Exploratory Farportal") -- _t
 tDef(167, "Exploratory Farportal exit") -- _t
 tDef(174, "#VIOLET#As %s falls you notice a portal appearing.") -- logSeen
 tDef(175, "#VIOLET#Your rod of recall shakes, a portal appears beneath you.") -- logSeen
 tDef(197, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in an unfamiliar zone, with no trace of the portal...") -- log
 tDef(220, "Library of Lost Mysteries") -- entity name
+tDef(229, "Receiving the lost knowledge of the universe...") -- _t
+tDef(246, "Yiilkgur's Library of Lost Mysteries") -- _t
 tDef(254, "wall") -- entity type
 tDef(254, "floor") -- entity subtype
 tDef(255, "mural painting") -- entity name
@@ -31378,11 +32653,12 @@ tDef(24, "Weirdling Beast") -- entity name
 tDef(25, "A roughly humanoid creature, with tentacle-like appendages in the place of arms and legs. You gasp in horror as you notice it has no head. Putrid warts form quickly on its skin and explode as quickly.") -- _t
 tDef(26, "and slowly consumed") -- _t
 tDef(92, "#LIGHT_RED#As the Weirdling beast falls it shrieks one last time and the door behind it shatters and explodes, revealing the room behind it. The stair up vanishes!") -- log
+tDef(109, "Teleportation portal to the Sher'Tul Fortress") -- _t
 tDef(128, "Sher'Tul") -- entity subtype
 tDef(129, "Fortress Shadow") -- entity name
 tDef(130, "The shadow created by the fortress, it resembles somewhat the horrors you saw previously, but it is not the same.") -- _t
-tDef(142, "dummy") -- entity subtype
 tDef(142, "training") -- entity type
+tDef(142, "dummy") -- entity subtype
 tDef(143, "Training Dummy") -- entity name
 tDef(144, "Training dummy.") -- _t
 tDef(176, "Pumpkin, the little kitty") -- entity name
@@ -31398,7 +32674,8 @@ tDef(23, "simple gown") -- entity name
 ------------------------------------------------
 section "game/modules/tome/data/zones/shertul-fortress/zone.lua"
 
-tDef(21, "Yiilkgur, the Sher'Tul Fortress") -- _t
+tDef(24, "%s (Yiilkgur, the Sher'Tul Fortress)") -- tformat
+tDef(25, "Yiilkgur, the Sher'Tul Fortress") -- _t
 tDef(86, "This level seems to be removed from the rest of the ruins. The air is fresh and the level is lighted. You hear the distant crackling of magical energies.") -- _t
 tDef(99, "As you enter the familiar Fortress you notice a small orange cat has followed you somehow.\
 It looks like the kitty you fed earlier.") -- _t
@@ -31417,6 +32694,8 @@ tDef(28, "tree") -- entity name
 tDef(62, "bog water") -- entity name
 tDef(75, "coral portal") -- entity name
 tDef(86, "#VIOLET#The portal is already broken!") -- log
+tDef(90, "destroying the portal") -- _t
+tDef(90, "destroyed the portal") -- _t
 tDef(92, "#VIOLET#The portal starts to break down, run!") -- log
 
 
@@ -31465,6 +32744,10 @@ tDef(112, "orb pedestal (destruction)") -- entity name
 tDef(133, "sealed door") -- entity name
 tDef(142, "exit to Grushnak Pride") -- entity name
 tDef(152, "Entrance to the High Peak") -- entity name
+tDef(158, "The way forward is blocked. There must be some way around here to unlock those doors.") -- _t
+tDef(161, "High Peak") -- _t
+tDef(161, "As you stand on the stairs you can feel this is a \"do or die\" one way trip. If you enter there will be no coming back.\
+Enter?") -- _t
 
 
 ------------------------------------------------
@@ -31546,12 +32829,15 @@ tDef(128, "Look over there!") -- _t
 section "game/modules/tome/data/zones/stellar-system-shandral/grids.lua"
 
 tDef(42, "Shandral (Sun)") -- entity name
+tDef(44, "The sun of the Shandral star system.") -- _t
 tDef(55, "Eyal (Planet)") -- entity name
 tDef(65, "Summertide (Moon of Eyal)") -- entity name
 tDef(75, "Wintertide (Moon of Eyal)") -- entity name
+tDef(77, "One of the moons of Eyal.") -- _t
 tDef(88, "Kolal (Planet)") -- entity name
 tDef(101, "Luxam (Planet)") -- entity name
 tDef(114, "Ponx (Gaz Planet)") -- entity name
+tDef(116, "One of the main planets of the Shandral system.") -- _t
 
 
 ------------------------------------------------
@@ -31564,8 +32850,11 @@ tDef(21, "Stellar System: Shandral") -- _t
 section "game/modules/tome/data/zones/tannen-tower/grids.lua"
 
 tDef(27, "Portal to Last Hope") -- entity name
+tDef(32, "This portal seems to be connected with Last Hope; you could probably use it to go back.") -- _t
 tDef(36, "Back and there again") -- _t
 tDef(36, "Enter the portal back to Last Hope?") -- _t
+tDef(40, "Stay") -- _t
+tDef(40, "Enter") -- _t
 
 
 ------------------------------------------------
@@ -31590,11 +32879,12 @@ tDef(25, "Resonating Diamond") -- entity name
 tDef(44, "misc") -- entity subtype
 tDef(46, "Blood-Runed Athame") -- entity name
 tDef(50, "An athame, covered in blood runes. It radiates power.") -- _t
-tDef(69, "orb") -- entity subtype
 tDef(69, "jewelry") -- entity type
+tDef(69, "orb") -- entity subtype
 tDef(71, "Orb of Many Ways") -- entity name
 tDef(75, "The orb projects images of distant places, some that seem not to be of this world, switching rapidly.\
 If used near a portal, it could probably activate it.") -- _t
+tDef(79, "activate a portal") -- _t
 tDef(87, "There is no portal to activate here.") -- logPlayer
 tDef(95, "You cannot bring yourself to drop the %s") -- logPlayer
 tDef(109, "tattered paper scrap") -- entity name
@@ -31612,11 +32902,13 @@ tDef(62, "As you climb up the steps, you see Tannen standing with his drolem, re
 ------------------------------------------------
 section "game/modules/tome/data/zones/telmur/npcs.lua"
 
-tDef(30, "ghost") -- entity subtype
 tDef(30, "undead") -- entity type
+tDef(30, "ghost") -- entity subtype
 tDef(31, "The Shade of Telos") -- entity name
 tDef(33, "Everybody thought Telos dead and his spirit destroyed, but it seems he still lingers in his old place of power.") -- _t
 tDef(34, "and was savagely mutilated, a show of his rage towards all living things") -- _t
+tDef(91, "Back and there again") -- _t
+tDef(91, "As the shade dissipates, you see no sign of the text entitled \"Inverted and Reverted Probabilistic Fields\". You should go back to Tannen.") -- _t
 
 
 ------------------------------------------------
@@ -31694,6 +32986,8 @@ tDef(21, "Temporal Reprieve") -- _t
 section "game/modules/tome/data/zones/temporal-rift/grids.lua"
 
 tDef(33, "Temporal Rift") -- entity name
+tDef(38, "The rift leads... somewhere.") -- _t
+tDef(44, "Temporal Warden") -- _t
 
 
 ------------------------------------------------
@@ -31906,6 +33200,8 @@ section "game/modules/tome/data/zones/town-gates-of-morning/grids.lua"
 tDef(27, "floor") -- entity subtype
 tDef(28, "old road") -- entity name
 tDef(36, "Farportal: Last Hope") -- entity name
+tDef(41, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.\
+This one seems to go near the town of Last Hope in Maj'Eyal.") -- _t
 tDef(50, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the outskirts of Last Hope, with no trace of the portal...") -- _t
 tDef(69, "grass") -- entity subtype
 tDef(69, "rockwall") -- entity type
@@ -32044,6 +33340,8 @@ section "game/modules/tome/data/zones/town-last-hope/grids.lua"
 tDef(25, "floor") -- entity subtype
 tDef(26, "old road") -- entity name
 tDef(34, "Farportal: Gates of Morning") -- entity name
+tDef(39, "A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.\
+This one seems to go near the Gates of Morning in the Far East.") -- _t
 tDef(48, "#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in sight of the Gates of Morning, with no trace of the portal...") -- _t
 
 
@@ -32068,10 +33366,13 @@ tDef(92, "A clean-looking Halfling resident of Last Hope.") -- _t
 section "game/modules/tome/data/zones/town-last-hope/objects.lua"
 
 tDef(24, "last hope foundation") -- entity subtype
+tDef(25, "The Diaries of King Toknor the Brave (%d)") -- tformat
 tDef(26, "A part of the history of Last Hope, and King Toknor the Brave.") -- _t
 tDef(37, "analysis") -- entity subtype
 tDef(48, "southspar") -- entity subtype
-tDef(49, "..") -- entity name
+tDef(49, "one") -- _t
+tDef(49, "the Pale King part %s") -- tformat
+tDef(49, "two") -- _t
 tDef(50, "A study of Southspar's most unusual ruler.") -- _t
 tDef(59, "oceans") -- entity subtype
 tDef(60, "The Oceans of Eyal") -- entity name
@@ -32129,6 +33430,7 @@ tDef(52, "You hear screaming not too far from you.") -- _t
 section "game/modules/tome/data/zones/town-point-zero/grids.lua"
 
 tDef(27, "Temporal Rift to Maj'Eyal") -- entity name
+tDef(32, "The rift leads to Maj'Eyal.") -- _t
 tDef(41, "wall") -- entity type
 tDef(42, "cold forest") -- entity name
 tDef(62, "floor") -- entity type
@@ -32144,15 +33446,15 @@ tDef(25, "humanoid") -- entity type
 tDef(28, "Catch @himher@!") -- _t
 tDef(51, "guardian of reality") -- entity name
 tDef(56, "A stern-looking guardian, ever vigilant against the threats of the paradox.") -- _t
-tDef(78, "void") -- entity subtype
 tDef(78, "elemental") -- entity type
+tDef(78, "void") -- entity subtype
 tDef(81, "Losgoroth are mighty void elementals, native to the void between the stars; they are rarely seen on the planet's surface.") -- _t
 tDef(114, "monstrous losgoroth") -- entity name
 tDef(130, "Zemekkys, Grand Keeper of Reality") -- entity name
 tDef(132, "shalore") -- entity subtype
 tDef(133, "A timeless elf stands before you. Even though his age is impossible to determine, you feel he has seen many things.") -- _t
-tDef(202, "horror") -- entity type
 tDef(202, "temporal") -- entity subtype
+tDef(202, "horror") -- entity type
 tDef(203, "Temporal Defiler") -- entity name
 tDef(206, "A huge, slender, metallic monstrosity with long claws in place of fingers, and razor-sharp teeth. It seems to seek something here.") -- _t
 
@@ -32224,6 +33526,7 @@ tDef(21, "Shatur") -- _t
 section "game/modules/tome/data/zones/town-zigur/grids.lua"
 
 tDef(26, "Zigur Postsign") -- entity name
+tDef(27, "The laws of the Ziguranth") -- _t
 tDef(38, "lava pit") -- entity name
 tDef(45, "cultivated fields") -- entity name
 tDef(52, "cobblestone road") -- entity name
@@ -32327,33 +33630,43 @@ tDef(155, "Trollmire") -- _t
 section "game/modules/tome/data/zones/tutorial-combat-stats/grids.lua"
 
 tDef(54, "Lobby Portal") -- entity name
-tDef(63, "Tutorial Lobby Portal") -- _t
+tDef(59, "This portal will bring you back to the Tutorial Lobby.") -- _t
 tDef(63, "Enter the portal back to the lobby?") -- _t
+tDef(63, "Tutorial Lobby Portal") -- _t
 tDef(70, "#VIOLET#You enter the swirling portal and in the blink of an eye you are back in the lobby.") -- logPlayer
 tDef(80, "grass") -- entity name
 tDef(138, "Rune of Enlightenment: Summer Vacation") -- entity name
+tDef(139, "Causes the player's brain to jettison all recently-acquired knowledge.") -- _t
 tDef(148, "#VIOLET#You feel unenlightened.") -- logPlayer
 tDef(173, "Rune of Enlightenment: Shove") -- entity name
+tDef(174, "Teaches the player 'Shove'.") -- _t
 tDef(186, "#VIOLET#You have learned the talent Shove.") -- logPlayer
 tDef(200, "#VIOLET#The sound of an ancient door grinding open echoes down the tunnel!") -- logPlayer
 tDef(244, "Rune of Enlightenment: Mana Gale") -- entity name
+tDef(245, "Teaches the player 'Mana Gale'.") -- _t
 tDef(257, "#VIOLET#You have learned the talent Mana Gale.") -- logPlayer
 tDef(276, "Rune of Enlightenment: Telekinetic Punt") -- entity name
+tDef(277, "Teaches the player 'Telekinetic Punt'.") -- _t
 tDef(289, "#VIOLET#You have learned the talent Telekinetic Punt.") -- logPlayer
 tDef(309, "Rune of Enlightenment: Blink") -- entity name
+tDef(310, "Teaches the player 'Blink'.") -- _t
 tDef(322, "#VIOLET#You have learned the talent Blink.") -- logPlayer
 tDef(341, "Rune of Enlightenment: Fear") -- entity name
+tDef(342, "Teaches the player 'Fear'.") -- _t
 tDef(354, "#VIOLET#You have learned the talent Fear.") -- logPlayer
 tDef(373, "Rune of Enlightenment: Bleed") -- entity name
+tDef(374, "Teaches the player 'Bleed'.") -- _t
 tDef(385, "#VIOLET#You have learned the talent Bleed.") -- logPlayer
 tDef(395, "Rune of Enlightenment: Confusion") -- entity name
+tDef(396, "Teaches the player 'Confusion'.") -- _t
 tDef(407, "#VIOLET#You have learned the talent Confusion.") -- logPlayer
-tDef(417, "wall") -- entity type
 tDef(417, "floor") -- entity subtype
+tDef(417, "wall") -- entity type
 tDef(418, "glowing door") -- entity name
 tDef(446, "#VIOLET#You must achieve Enlightenment before you can pass. Seek ye to the west to discover the ancient art of Shoving Stuff.") -- logPlayer
 tDef(453, "sealed door") -- entity name
 tDef(481, "Sign") -- entity name
+tDef(482, "Contains a snippet of ToME wisdom.") -- _t
 
 
 ------------------------------------------------
@@ -32421,8 +33734,9 @@ tDef(38, "tutorial2") -- entity subtype
 tDef(54, "tutorial3") -- entity subtype
 tDef(70, "tutorial4") -- entity subtype
 tDef(86, "tutorial5") -- entity subtype
-tDef(102, "tutorial") -- entity type
 tDef(102, "tutorial6") -- entity subtype
+tDef(102, "tutorial") -- entity type
+tDef(104, "A tutorial") -- _t
 tDef(118, "Movement") -- entity name
 tDef(123, "Melee Combat") -- entity name
 tDef(128, "Objects") -- entity name
@@ -32465,6 +33779,7 @@ tDef(50, "It is a large wolf with eyes full of cunning, only 3 times bigger than
 section "game/modules/tome/data/zones/tutorial/traps.lua"
 
 tDef(22, "tutorial") -- entity subtype
+tDef(24, "A tutorial") -- _t
 tDef(38, "Movement") -- entity name
 tDef(43, "Melee Combat") -- entity name
 tDef(48, "Objects") -- entity name
@@ -32487,6 +33802,7 @@ tDef(21, "Tutorial") -- _t
 section "game/modules/tome/data/zones/unhallowed-morass/grids.lua"
 
 tDef(35, "Temporal Rift") -- entity name
+tDef(40, "The rift leads to another part of the morass.") -- _t
 tDef(53, "The rift has brought you back to Point Zero, and the source of the disturbances.\
 A temporal defiler is attacking the town, all the Keepers in range are attacking it!") -- _t
 tDef(53, "Point Zero") -- _t
@@ -32569,9 +33885,10 @@ tDef(21, "Caverns to the hidden valley") -- _t
 section "game/modules/tome/data/zones/valley-moon/grids.lua"
 
 tDef(26, "moonstone") -- entity name
-tDef(37, "floor") -- entity type
 tDef(37, "grass") -- entity subtype
+tDef(37, "floor") -- entity type
 tDef(39, "Fearscape Portal") -- entity name
+tDef(44, "An invocation portal, perpetually summoning beings through it.") -- _t
 
 
 ------------------------------------------------
@@ -32597,6 +33914,8 @@ tDef(21, "Ithilthum, Valley of the Moon") -- _t
 section "game/modules/tome/data/zones/void/grids.lua"
 
 tDef(33, "Temporal Rift") -- entity name
+tDef(38, "The rift leads... somewhere.") -- _t
+tDef(44, "Temporal Warden") -- _t
 
 
 ------------------------------------------------
@@ -32769,6 +34088,7 @@ tDef(801, "The arid wastes of Erúan") -- entity name
 section "game/modules/tome/data/zones/wilderness/zone.lua"
 
 tDef(21, "World of Eyal") -- _t
+tDef(22, "Eyal") -- _t
 
 
 ------------------------------------------------
@@ -32815,6 +34135,10 @@ tDef(417, "Basic Gameplay (recommended)") -- _t
 tDef(419, "Cancel") -- _t
 tDef(520, "This is the name of your character.\
 Right mouse click to generate a random name based on race and sex.") -- _t
+tDef(937, "\
+\
+#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available.") -- _t
+tDef(970, "-- locked --") -- _t
 tDef(1088, "Characters Vault") -- _t
 tDef(1106, " Load ") -- _t
 tDef(1107, "Delete") -- _t
@@ -32833,6 +34157,7 @@ tDef(1391, "Later") -- _t
 tDef(1395, "Select a Tile") -- _t
 tDef(1639, "Use default tile") -- _t
 tDef(1644, "Use custom-made tile") -- _t
+tDef(1645, "Howto: Custom-made tiles") -- _t
 tDef(1645, "You can use your own custom tiles if you are a donator.\
 For the game to use them you must simply respect a few rules:\
 - they must be 64x64 or 64x128 tiles\
@@ -32840,13 +34165,12 @@ For the game to use them you must simply respect a few rules:\
 - you must place them in folder #LIGHT_BLUE#%s#WHITE#\
 \
 Once you have done so, simply restart the game and the tiles will be listed at the bottom of the list.") -- tformat
-tDef(1645, "Howto: Custom-made tiles") -- _t
 tDef(1687, "Cosmetic Options") -- _t
 tDef(1692, "Name") -- _t
 tDef(1714, "Cosmetic customization is a donator-only feature.") -- _t
 tDef(1714, "Donator Feature") -- _t
-tDef(1716, "Dismiss") -- _t
 tDef(1716, "I want to help!") -- _t
+tDef(1716, "Dismiss") -- _t
 tDef(1765, "Birth Options") -- _t
 tDef(1789, "Apply the selected cosmetics to %s?") -- tformat
 tDef(1789, "Confirm") -- _t
@@ -32860,15 +34184,15 @@ tDef(53, "[G]eneral") -- _t
 tDef(54, "[A]ttack") -- _t
 tDef(55, "[D]efense") -- _t
 tDef(56, "[T]alents") -- _t
-tDef(59, "off") -- _t
 tDef(59, "main") -- _t
+tDef(59, "off") -- _t
 tDef(70, "#RED#Displaying %s set for %s (equipment NOT switched)") -- logPlayer
 tDef(79, "[E]quipment: %s set") -- tformat
 tDef(82, "Sort: %s") -- tformat
-tDef(90, "Sort:  %s") -- tformat
+tDef(90, "Type") -- _t
 tDef(90, "Groups") -- _t
+tDef(90, "Sort:  %s") -- tformat
 tDef(90, "Name") -- _t
-tDef(90, "Type") -- _t
 tDef(94, "Manage [I]nventory") -- _t
 tDef(98, "[L]evelup") -- _t
 tDef(107, "Values #00FF00#in brackets ( )#LAST# show changes made from last character sheet checking.\
@@ -32886,19 +34210,19 @@ tDef(132, "#GOLD#Days adventuring / current month:#LAST# %d / %s\
 ") -- tformat
 tDef(212, "Poison") -- _t
 tDef(213, "Bleed") -- _t
-tDef(213, "Disease") -- _t
 tDef(213, "Confusion") -- _t
-tDef(214, "Blindness") -- _t
+tDef(213, "Disease") -- _t
 tDef(214, "Silence") -- _t
+tDef(214, "Blindness") -- _t
 tDef(214, "Disarm") -- _t
-tDef(215, "Pinning") -- _t
 tDef(215, "Stun/Freeze") -- _t
 tDef(215, "Sleep") -- _t
-tDef(216, "Knockback") -- _t
+tDef(215, "Pinning") -- _t
 tDef(216, "Stoning") -- _t
+tDef(216, "Knockback") -- _t
 tDef(216, "Fear") -- _t
-tDef(217, "Instant death") -- _t
 tDef(217, "Teleportation") -- _t
+tDef(217, "Instant death") -- _t
 tDef(218, "#GOLD#All Status     ") -- _t
 tDef(219, "#ORANGE#Mental Status  ") -- _t
 tDef(220, "#ORANGE#Physical Status") -- _t
@@ -32906,13 +34230,13 @@ tDef(221, "#ORANGE#Magical Status ") -- _t
 tDef(431, "Inventory") -- _t
 tDef(481, "Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#") -- tformat
 tDef(485, "You can find your character sheet online") -- _t
-tDef(603, "Sex  : ") -- _t
-tDef(603, "Female") -- _t
 tDef(603, "Male") -- _t
-tDef(604, "Race : ") -- _t
+tDef(603, "Female") -- _t
+tDef(603, "Sex  : ") -- _t
 tDef(604, "Type : ") -- _t
-tDef(607, "Stype: ") -- _t
+tDef(604, "Race : ") -- _t
 tDef(607, "Class: ") -- _t
+tDef(607, "Stype: ") -- _t
 tDef(609, "Antimagic adherent") -- _t
 tDef(609, "Zigur follower") -- _t
 tDef(613, "Size : ") -- _t
@@ -32920,7 +34244,10 @@ tDef(615, "Level: #00ff00#%d") -- tformat
 tDef(616, "Exp  : #00ff00#%2d%%") -- tformat
 tDef(617, "Gold : #00ff00#%0.2f") -- tformat
 tDef(621, "#LIGHT_BLUE#Resources:") -- _t
+tDef(622, "%+.0f max") -- _t
 tDef(626, "#c00000#Life    : #00ff00#%d/%s") -- tformat
+tDef(638, "max") -- _t
+tDef(638, "min") -- _t
 tDef(642, "No Description") -- _t
 tDef(651, "%s%-8.8s: #00ff00#%s ") -- tformat
 tDef(653, "#GOLD#%s Recovery/Depletion#LAST#\
@@ -32969,8 +34296,8 @@ tDef(911, "Archery      : #00ff00#%s, %s") -- tformat
 tDef(921, "#LIGHT_BLUE#Main Hand") -- _t
 tDef(924, "#LIGHT_BLUE#Unarmed") -- _t
 tDef(932, "#LIGHT_BLUE#Offhand%s") -- tformat
-tDef(937, "#LIGHT_BLUE#Offhand-Dual Weapon%s") -- tformat
 tDef(937, " (disabled)") -- _t
+tDef(937, "#LIGHT_BLUE#Offhand-Dual Weapon%s") -- tformat
 tDef(941, "#LIGHT_BLUE#Psionic Focus") -- _t
 tDef(946, "#LIGHT_BLUE#Physical:") -- _t
 tDef(948, "Phys. Power: #00ff00#%s") -- tformat
@@ -33005,6 +34332,7 @@ tDef(1103, "Physical: #00ff00#%s") -- tformat
 tDef(1105, "Spell   : #00ff00#%s") -- tformat
 tDef(1107, "Mental  : #00ff00#%s") -- tformat
 tDef(1118, "#LIGHT_BLUE#Resistances   : base / cap:") -- _t
+tDef(1131, "All") -- _t
 tDef(1146, "Absolute") -- _t
 tDef(1163, "Speed Res") -- _t
 tDef(1205, "#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s") -- tformat
@@ -33013,6 +34341,15 @@ tDef(1236, "#LIGHT_BLUE#Flat resistances:") -- _t
 tDef(1241, "All damage    : #00ff00#%s") -- tformat
 tDef(1258, "#LIGHT_BLUE#Effect resistances:") -- _t
 tDef(1294, "#LIGHT_BLUE#Damage when hit:") -- _t
+tDef(1323, "race/.*") -- _t
+tDef(1326, "Inscriptions") -- _t
+tDef(1328, "Prodigies") -- _t
+tDef(1330, "Item_Talents") -- _t
+tDef(1338, "Talents") -- _t
+tDef(1341, "Sustained") -- _t
+tDef(1341, "Passive") -- _t
+tDef(1345, "Activated") -- _t
+tDef(1345, "Instant") -- _t
 
 
 ------------------------------------------------
@@ -33626,8 +34963,10 @@ tDef(33, "Inventory") -- _t
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowLore.lua"
 
-tDef(36, "Lore") -- _t
 tDef(43, "Search: ") -- _t
+tDef(46, "") -- _t
+tDef(47, "Lore") -- _t
+tDef(48, "Category") -- _t
 tDef(101, "#GOLD#Category:#AQUAMARINE# %s\
 #GOLD#Found as:#0080FF# %s\
 #GOLD#Text:#ANTIQUE_WHITE# %s") -- tformat
@@ -33793,8 +35132,10 @@ tDef(133, "") -- _t
 tDef(143, " Force all BONUS stats to: ") -- _t
 tDef(158, "Learn Talents ") -- _t
 tDef(166, "Unlock & Learn all available talents to level: ") -- _t
+tDef(166, "maximum allowed") -- _t
 tDef(181, "Ignore requirements") -- _t
 tDef(191, "Force all talent mastery levels to (0.1-5.0): ") -- _t
+tDef(191, "no change") -- _t
 tDef(209, "Unlock all talent types (slow)") -- _t
 tDef(219, "Accept") -- _t
 tDef(220, "Cancel") -- _t
@@ -33905,12 +35246,14 @@ tDef(70, "#LIGHT_BLUE#God mode ON") -- log
 tDef(75, "#LIGHT_BLUE#Demi-God mode OFF") -- log
 tDef(78, "#LIGHT_BLUE#Demi-God mode ON") -- log
 tDef(83, "#LIGHT_BLUE#Revealing Map.") -- log
-tDef(99, "Zone: %s") -- tformat
 tDef(99, "Level 1-%s") -- tformat
-tDef(121, "Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?") -- _t
+tDef(99, "Zone: %s") -- tformat
 tDef(121, "Kill or Remove") -- _t
+tDef(121, "Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?") -- _t
 tDef(131, "#GREY#Removing [%s] %s at (%s, %s)") -- log
 tDef(134, "#GREY#Killing [%s] %s at (%s, %s)") -- log
+tDef(139, "Killed") -- _t
+tDef(139, "Removed") -- _t
 tDef(139, "#LIGHT_BLUE#%s %d creatures.") -- log
 tDef(141, "Kill") -- _t
 tDef(141, "Remove") -- _t
@@ -34008,16 +35351,33 @@ section "game/modules/tome/dialogs/debug/RandomObject.lua"
 tDef(44, "unknown") -- _t
 tDef(44, "#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#") -- tformat
 tDef(69, "None") -- _t
+tDef(69, "Don't apply a resolver") -- _t
 tDef(70, "Equipment") -- _t
+tDef(70, "Object will be equipped if possible, otherwise added to main inventory") -- _t
+tDef(84, "Object added to main inventory") -- _t
 tDef(85, "Drops") -- _t
+tDef(85, "Object added to main inventory (dropped on death)") -- _t
+tDef(86, "Tinker will be attached to a worn object") -- _t
 tDef(86, "Attach Tinker") -- _t
 tDef(87, "Drop Randart (auto data)") -- _t
+tDef(87, "Random Artifact (dropped on death) added to main inventory, uses the Base Object or Base Filter plus Randart Data as input") -- _t
 tDef(114, "Drop Randart") -- _t
+tDef(114, "Random Artifact (dropped on death) added to main inventory") -- _t
 tDef(154, "DEBUG -- Create Random Object") -- _t
+tDef(159, "Generate objects randomly subject to filters and create Random Artifacts.\
+Use \"Generate\" to create objects for preview and inspection.\
+Use \"Add Object\" to choose where to put the object and add it to the game.\
+(Mouse over controls for a preview of the generated object/working Actor. (Press #GOLD#'L'#LAST# to lua inspect.)\
+#SALMON#Resolvers#LAST# act on the working actor (default: player) to generate a SINGLE object.\
+They use the #LIGHT_GREEN#Random filter#LAST# as input unless noted otherwise and control object destination.\
+Filters are interpreted by ToME and engine entity/object generation functions (game.zone:checkFilter, etc.).\
+Interpretation of tables is within the _G environment (used by the Lua Console) using the current zone's #YELLOW_GREEN#object_list#LAST#.\
+Hotkeys: #GOLD#'F1'#LAST# :: context sensitive help, #GOLD#'C'#LAST# :: Working Character Sheet, #GOLD#'I'#LAST# :: Working Character Inventory.\
+") -- _t
 tDef(173, "The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.") -- tformat
 tDef(184, "#GREY#None#LAST#") -- _t
-tDef(186, "Object") -- _t
 tDef(186, "%s: %s") -- tformat
+tDef(186, "Object") -- _t
 tDef(233, "#LIGHT_GREEN#Random Object#LAST#") -- _t
 tDef(239, "#LIGHT_GREEN#Random Filter:#LAST# ") -- _t
 tDef(254, "The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.") -- tformat
@@ -34049,8 +35409,8 @@ tDef(548, "#LIGHT_BLUE#Nothing to Lua inspect") -- log
 tDef(571, "table definition") -- _t
 tDef(571, "#LIGHT_BLUE#Bad %s: %s") -- log
 tDef(586, "#LIGHT_BLUE# Generate Random object using resolver: %s") -- log
-tDef(597, " (resolver: %s)") -- tformat
 tDef(597, "#LIGHT_BLUE# New random%s object: %s") -- log
+tDef(597, " (resolver: %s)") -- tformat
 tDef(600, "#LIGHT_BLUE#Could not generate a random object with filter: %s") -- log
 tDef(604, "#LIGHT_BLUE#ERROR generating random object with filter [%s].\
  Error: %s") -- log
@@ -34082,6 +35442,8 @@ tDef(119, "#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)") -- log
 tDef(131, "#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)") -- log
 tDef(155, "#YELLOW#Random Actor#LAST#") -- _t
 tDef(159, "#PINK#Test Dummy#LAST#") -- _t
+tDef(162, "Test Dummy") -- _t
+tDef(163, "Test dummy.") -- _t
 
 
 ------------------------------------------------
@@ -34275,6 +35637,92 @@ tDef(148, "All known spells that can be used with Arcane Combat.") -- _t
 tDef(148, "#{bold}#Choose a spell#{normal}#") -- _t
 
 
+------------------------------------------------
+section "game/modules/tome/init.lua"
+
+tDef(21, "Tales of Maj'Eyal: Age of Ascendancy") -- init.lua long_name
+tDef(27, "Welcome to Maj'Eyal.\
+\
+This is the Age of Ascendancy. After over ten thousand years of strife, pain and chaos the known world is at last at relative peace.\
+The last effects of the #FF0000#Spellblaze#WHITE# have been tamed. The land slowly heals itself and the civilisations rebuild themselves after the Age of Pyre.\
+\
+It has been one hundred and twenty-two years since the Allied Kingdoms were established under the rule of #14fffc#Toknor#ffffff# and his wife #14fffc#Mirvenia#ffffff#.\
+Together they ruled the kingdoms with fairness and brought prosperity to both Halflings and Humans.\
+The King died of old age fourteen years ago, and his son #14fffc#Tolak#ffffff# is now King.\
+\
+The Elven kingdoms are quiet. The Shaloren Elves in their home of Elvala are trying to make the world forget about their role in the Spellblaze and are living happy lives under the leadership of #14fffc#Aranion Gayaeil#ffffff#.\
+The Thaloren Elves keep to their ancient tradition of living in the woods, ruled as always by #14fffc#Nessilla Tantaelen#ffffff# the wise.\
+\
+The Dwarves of the Iron Throne have maintained a careful trade relationship with the Allied Kingdoms for nearly one hundred years, yet not much is known about them, not even their leader's name.\
+\
+While the people of Maj'Eyal know that the mages helped put an end to the terrors of the Spellblaze, they also did not forget that it was magic that started those events. As such, mages are still shunned from society, if not outright hunted down.\
+Still, this is a golden age. Civilisations are healing the wounds of thousands of years of conflict, and the Humans and the Halflings have made a lasting peace.\
+\
+You are an adventurer, set out to discover wonders, explore old places, and venture into the unknown for wealth and glory.\
+") -- init.lua description
+tDef(85, "Though magic is still shunned in Maj'Eyal, rumours abound of secret havens of mages.") -- init.lua load_tips
+tDef(86, "The Rush talent lets you close in on an enemy quickly and daze them, disabling them whilst you hack down their friends.") -- init.lua load_tips
+tDef(87, "Stunning an opponent slows down their movement and reduces their damage output, giving you the opportunity to tactically reposition or finish them off at less risk.") -- init.lua load_tips
+tDef(88, "Movement is key on the battlefield. A stationary fighter will become a dead fighter. One must always seek the position of greatest tactical advantage and continue to re-evaluate throughout the battle.") -- init.lua load_tips
+tDef(89, "In the Age of Pyre the orcs learned the secrets of magic, and with their newfound powers nearly overcame the whole of Maj'Eyal.") -- init.lua load_tips
+tDef(90, "The orcs once terrorised the whole continent. In the Age of Ascendancy they were rendered extinct, but rumours abound of hidden groups biding their time to return.") -- init.lua load_tips
+tDef(91, "Intense willpower lets wyrmics take on the natural powers of dragons.") -- init.lua load_tips
+tDef(92, "Alchemists can transmute gems to create fiery explosions, and are known to travel with a sturdy golem for extra protection.") -- init.lua load_tips
+tDef(93, "In the Age of Pyre the giant golem Atamathon was built with the sole purpose of stopping the orcish leader Garkul the Devourer. The golem was single-handedly destroyed by the orc, who then slaughtered an army of thousands before the demonic fighter was finally slain.") -- init.lua load_tips
+tDef(94, "None know what the Sher'Tul looked like, or what caused them all to disappear thousands of years ago. Their rare ruins are a source of mystery and terror.") -- init.lua load_tips
+tDef(95, "In deep places dark things dwell beyond description or understanding. None know the source of these hideous horrors.") -- init.lua load_tips
+tDef(96, "Who knows what dark thoughts drive people to necromancy? Its art is as old as magic itself, and its creations have plagued all the races since the earliest memories.") -- init.lua load_tips
+tDef(97, "Some say that in their early days the Shaloren kings experimented with necromancy to preserve their flesh after death, but with little success. The Shaloren vehemently deny this.") -- init.lua load_tips
+tDef(98, "120 years ago Toknor and Mirvenia united the human and halfling kingdoms and wiped out the orcish race, thus establishing the Age of Ascendancy.") -- init.lua load_tips
+tDef(99, "\"The Spellblaze tore Eyal apart and nearly brought about the end of all civilisation. Two thousand years on its shadow still hangs over many lands, and the prideful mages have never been forgiven their place in bringing it about.") -- init.lua load_tips
+tDef(100, "Some are cursed with mental powers beyond their full control, turning them to a dark life powered by hatred.") -- init.lua load_tips
+tDef(101, "Dreadfell has always been shunned for its haunted crypts, but of late rumours tell of a darker and more terrible power in residence.") -- init.lua load_tips
+tDef(102, "Some Sher'Tul artifacts can still be found in hidden places, but it is said they are not to be trifled with.") -- init.lua load_tips
+tDef(103, "Drakes and wyrms are the strongest natural creatures in the world, capable of powers far beyond most other beings.") -- init.lua load_tips
+tDef(104, "Giant worms tear open huge passageways through the deserts in the west. It is said great riches lie buried beneath the sand, still decorating the corpses of those who went there seeking great riches.") -- init.lua load_tips
+tDef(105, "Arcane Blades employ a fusion of melee and magical combat. Their training is harsh but the most dedicated rise to great powers.") -- init.lua load_tips
+tDef(106, "Wild infusions call upon the powers of nature to protect the flesh and rid oneself of afflictions.") -- init.lua load_tips
+tDef(107, "Shield runes act instantly, letting one protect oneself quickly whilst also preparing to flee or launch a counter attack.") -- init.lua load_tips
+tDef(108, "Greater training in the use of armour lets it be used more effectively, blocking more damage and reducing the chance of an enemy hitting a critical spot.") -- init.lua load_tips
+tDef(109, "The Thick Skin talent reduces all incoming damage, letting you survive for longer before needing to heal.") -- init.lua load_tips
+tDef(110, "Regeneration infusions act over several turns, letting you anticipate damage that will be taken and prepare for it.") -- init.lua load_tips
+tDef(111, "In the most dire circumstances teleportation can be the best escape, but is not without risk.") -- init.lua load_tips
+tDef(112, "The Ziguranth are an ancient order vehemently opposed to magic. Some have become so attuned to nature they can resist arcane forces with their will alone.") -- init.lua load_tips
+tDef(113, "Records say that giants once lived civilised lives, with mastery of many crafts and sciences. Now, though, they have adopted nomadic cultures, turning hostile against those that encroach on their lands.") -- init.lua load_tips
+tDef(114, "Zigur was founded by escapees of Conclave experiments during the Allure wars between humans and halflings.") -- init.lua load_tips
+tDef(115, "The Thaloren and Shaloren elves have never had good relations, and have been outright hostile since the Spellblaze devastated many Thaloren lands.") -- init.lua load_tips
+tDef(116, "The third elven race, the Naloren, were rendered extinct after a huge cataclysm swept the eastern side of Maj'Eyal into the sea.") -- init.lua load_tips
+tDef(117, "Trolls were once seen as little more than beasts or pests, but the orcs trained them up for use in war and they became much more intelligent and fearsome.") -- init.lua load_tips
+tDef(118, "Some say that the foot of a halfling is lucky to own. Halflings do not take well to those who enquire too forcefully.") -- init.lua load_tips
+tDef(119, "The Nargol empire was once the largest force in Maj'Eyal, but a combination of the Spellblaze and orcish attacks have dwindled it into insignificance.") -- init.lua load_tips
+tDef(120, "Some of the most powerful undead do not fall easily, and only through extreme persistence can they be put to rest.") -- init.lua load_tips
+tDef(121, "History says little of the ancient race of yeeks that lived in halfling territory, but vanished before the time of the Spellblaze.") -- init.lua load_tips
+tDef(122, "Dwarves are naturally a inquisitive people, but do not enjoy such inquisition turned on them. Most live secretive lives in their closed-off city, the Iron Throne.") -- init.lua load_tips
+tDef(123, "Alchemists can bind gems to armour to grant them magical effects, to protect the wearer or improve their powers. Some commercial alchemists can imbue gems into jewellery.") -- init.lua load_tips
+tDef(124, "The Spellblaze was followed by the Age of Dusk, when disease was rife and civilisation collapsed. Necromancers and fell sorcerers took advantage of the chaos to spread their vile deeds.") -- init.lua load_tips
+tDef(125, "After the Spellblaze came the Spellhunt, when the normal people rose against the arrogance of the mages and hunted them down like wolves. Some survived and went into hiding, but many innocents were killed.") -- init.lua load_tips
+tDef(126, "Demons are thought to come from another world, brought to Eyal by magical forces. Some are highly intelligent and follow their own ambitions. To what end, none know.") -- init.lua load_tips
+tDef(127, "The art of potion making fell into decline after the Spellhunt, and only a rare few now master the gift.") -- init.lua load_tips
+tDef(128, "It's said that some rare powers can save your soul from the edge of death.") -- init.lua load_tips
+tDef(129, "Rumours tell of a shadowy cult kidnapping women and performing strange rites. Their intentions are unknown, and they have so far evaded capture.") -- init.lua load_tips
+tDef(130, "Though slavery is illegal there is still a black market for it, and in some areas men are even used for blood sports.") -- init.lua load_tips
+tDef(131, "Maj'Eyal is the biggest continent in the world of Eyal. Though records suggest other continents and islands may exist it has not been possible to cross the wide and stormy oceans since the Spellblaze and the Cataclysm.") -- init.lua load_tips
+tDef(132, "The effects of the Spellblaze were not all instant, and many centuries later the Cataclysm tore the continent apart once more, devastating coastal areas the destroying all of the Naloren lands.") -- init.lua load_tips
+tDef(133, "Archers are fast and deadly, and with pinning shots can render their foes helpless as they swiftly dispatch them.") -- init.lua load_tips
+tDef(134, "Reavers are powerful fighters with corrupted blood, and the strength to wield a one-handed weapon in each arm.") -- init.lua load_tips
+tDef(135, "Corruptors feed off the essence of others, and can use their own corrupted blood to launch deadly magical attacks.") -- init.lua load_tips
+tDef(136, "Clever rogues can lay traps to damage or debilitate their foes without having to go near them.") -- init.lua load_tips
+tDef(137, "Rogues can move silently and stealthily, letting them approach foes unaware or avoid them entirely.") -- init.lua load_tips
+tDef(138, "A movement infusion can let you quickly approach a ranged opponent, or quickly escape a melee one.") -- init.lua load_tips
+tDef(139, "Invisibility lets you escape notice, giving you the freedom to move or recover your resources, but reduces your damage.") -- init.lua load_tips
+tDef(140, "Poison is the domain of assassins and master rogues, and its cunning use can cripple or kill enemies over a long fight.") -- init.lua load_tips
+tDef(141, "Summoners can call upon a variety of natural creatures to protect and support them, reducing the risk to their own flesh considerably.") -- init.lua load_tips
+tDef(142, "The highest sorcerers are known as archmages, and the masters amongst them are said to have the power to change the world. They are feared immensely.") -- init.lua load_tips
+tDef(143, "Bulwarks are defensive fighters that can take hits more readily than other warriors whilst preparing for the most effective counter attacks.") -- init.lua load_tips
+tDef(144, "Brawlers are trained in the use of their fists and mastery of their bodies. They can be as dangerous in combat as any swordsman.") -- init.lua load_tips
+tDef(145, "Lightning is a chaotic element that is hard to control. It is said that those most attuned to it are eventually driven insane.") -- init.lua load_tips
+
+
 ------------------------------------------------
 section "game/modules/tome/load.lua"
 
diff --git a/i18n_tools/merge_translation.lua b/i18n_tools/merge_translation.lua
index 19fec7de0d..5526b739a7 100644
--- a/i18n_tools/merge_translation.lua
+++ b/i18n_tools/merge_translation.lua
@@ -1,20 +1,26 @@
 ------------------------------------------------
 section "always_merge"
 
+t("3-head", "三头蛇")
 t("3-headed hydra", "三头蛇")
 t("Agrimley the hermit", "隐居者亚格雷姆利")
 t("Allied Kingdoms", "联合王国")
 t("Angolwen", "安格利文")
 t("Assassin lair", "盗贼巢穴")
+t("Control Room", "控制室")
 t("Cosmic Fauna", "太空生物")
 t("Dreadfell", "恐惧王座")
 t("Enemies", "敌人")
+t("Experimentation Room", "实验室")
+t("Exploratory Farportal", "异度传送门")
 t("Fearscape", "恶魔空间")
+t("Hall of Reflection", "反射之间")
 t("Horrors", "恐魔")
 t("Iron Throne", "钢铁王座")
 t("Keepers of Reality", "现实守卫")
 t("Marus of Elvala", "埃尔瓦拉的马鲁斯")
 t("Orc Pride", "兽人部落")
+t("Portal Room", "传送门房间")
 t("Rhalore", "罗兰精灵")
 t("Sandworm Burrowers", "钻地沙虫")
 t("Shalore", "永恒精灵")
@@ -22,25 +28,38 @@ t("Sher'Tul", "夏·图尔")
 t("Slavers", "奴隶贩子")
 t("Sorcerers", "法师")
 t("Stire of Derth", "德斯镇的斯泰尔")
+t("Storage Room", "存储间")
 t("Sunwall", "太阳堡垒")
 t("Temple of Creation", "造物者神庙")
 t("Thalore", "自然精灵")
 t("The Way", "维网")
+t([[Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.
+The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %s 。
+当前时间 %02d:%02d。]], {3,2,1,4,5})
 t("Undead", "不死族")
 t("Ungrol of Last Hope", "最后的希望的温格洛")
 t("Vargh Republic", "瓦尔弗娜迦共和国")
 t("Victim", "受害者")
 t("Water lair", "水下墓穴")
 t("Zigur", "伊格")
+t("absolute", "绝对")
+t("armours", "护甲")
 t("combat", "战斗")
+t("demon", "恶魔")
+t("dragon", "é¾™")
 t("dream", "梦境")
 t("east", "东面")
+t("exit", "出口")
+t("humanoid", "人形生物")
+t("humanoid/orc", "人形生物/兽人")
+t("hydra", "多头蛇")
 t("injured seer", "受伤的先知")
+t("living", "生命")
 t("lone alchemist", "落单的炼金术师")
 t("lost defiler", "迷路的堕落者")
 t("lost sun paladin", "迷路的太阳骑士")
 t("lost warrior", "迷路的战士")
-t("magestaff", "法师法杖")
+t("magestaff", "元素法杖")
 t("magical", "魔法")
 t("mainhand", "主手")
 t("mental", "精神")
@@ -49,6 +68,7 @@ t("north", "北面")
 t("northeast", "东北面")
 t("northwest", "西北面")
 t("offhand", "副手")
+t("portal", "传送门")
 t("portal back", "返回传送门")
 t("repented thief", "忏悔的盗贼")
 t("rimebark", "雾凇")
@@ -58,10 +78,20 @@ t("southwest", "西南面")
 t("spell", "法术")
 t("standard", "标准")
 t("starstaff", "群星法杖")
+t("stone golem", "岩石傀儡")
 t("summon", "召唤")
+t("summoned", "召唤物")
 t("temporal explorer", "时空旅行者")
 t("throwing", "投掷")
+t("turtle", "乌龟")
+t("unarmed", "徒手")
+t("undead", "亡灵")
+t("unliving", "非活物")
+t("unnatural", "非自然生物")
+t("unseen", "没有看见")
 t("vilestaff", "邪恶法杖")
+t("war hound", "战争猎犬")
+t("weapons", "武器")
 t("west", "西面")
 t("worried loremaster", "担忧的贤者")
 
@@ -239,8 +269,8 @@ t("Name", "名称")
 t("Character Creation: %s", "创建角色%s")
 t([[Keyboard: #00FF00#up key/down key#FFFFFF# to select an option; #00FF00#Enter#FFFFFF# to accept; #00FF00#Backspace#FFFFFF# to go back.
 Mouse: #00FF00#Left click#FFFFFF# to accept; #00FF00#right click#FFFFFF# to go back.
-]], [[键盘:  #00FF00#上/下键#FFFFFF#选择选项,#00FF00#回车#FFFFFF#键确定;#00FF00#退格#FFFFFF#键返回。
-鼠标: #00FF00#左键#FFFFFF#接受,#00FF00#右键#FFFFFF#返回。]])
+]], [[键盘:#00FF00#上/下键#FFFFFF#选择选项,#00FF00#回车#FFFFFF#键确定;#00FF00#退格#FFFFFF#键返回。
+鼠标:#00FF00#左键#FFFFFF#接受,#00FF00#右键#FFFFFF#返回。]])
 t("Random", "随机")
 t("", "")
 t("Do you want to recreate the same character?", "你想要以同一角色重新生成吗?")
@@ -268,8 +298,8 @@ section "game/engines/default/engine/Game.lua"
 
 t([[Screenshot should appear in your Steam client's #LIGHT_GREEN#Screenshots Library#LAST#.
 Also available on disk: %s]], [[屏幕截图将会保存在你Steam客户端的#LIGHT_GREEN#截图库y#LAST#中。
-也保存在硬盘上:  %s]])
-t("File: %s", "文件: %s")
+也保存在硬盘上:%s]])
+t("File: %s", "文件:%s")
 t("Screenshot taken!", "屏幕截图已保存")
 
 
@@ -312,7 +342,7 @@ t("#LIGHT_RED#Mouse input temporarily disabled.", "#LIGHT_RED#暂时禁用鼠标
 ------------------------------------------------
 section "game/engines/default/engine/Object.lua"
 
-t("Requires:", "装备需求: ")
+t("Requires:", "装备需求:")
 t("%s (level %d)", "%s (等级 %d)")
 t("Level %d", "等级 %d")
 t("Talent %s (level %d)", "技能 %s (等级 %d)")
@@ -382,7 +412,7 @@ t("Saving...", "正在保存…")
 ------------------------------------------------
 section "game/engines/default/engine/Store.lua"
 
-t("Store: %s", "商店: %s")
+t("Store: %s", "商店:%s")
 t("Buy %d %s", "购买%d个%s")
 t("Buy", "è´­ä¹°")
 t("Sell %d %s", "出售%d个%s")
@@ -452,8 +482,8 @@ section "game/engines/default/engine/dialogs/AudioOptions.lua"
 
 t("Audio Options", "音频设置")
 t("Enable audio", "启用声音")
-t("Music: ", "音乐: ")
-t("Effects: ", "音效: ")
+t("Music: ", "音乐:")
+t("Effects: ", "音效:")
 
 
 ------------------------------------------------
@@ -508,7 +538,7 @@ t("Yes", "是")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/Downloader.lua"
 
-t("Download: %s", "正在下载: %s")
+t("Download: %s", "正在下载:%s")
 t("Cancel", "取消")
 
 
@@ -536,10 +566,10 @@ When activated you will have access to special commands:
 ]], [[启动开发者模式?
 开发者模式是一种特殊的游戏模式,用于调试游戏和创建游戏插件。
 启用开发者模式时,所有读取的存档都会成为#CRIMSON#作弊状态#LAST#。
-在开发者模式下,你可以使用以下几种特殊指令: 
-- CTRL+L: 启动Lua控制台,可以让你探索和修改游戏物件,并执行任意Lua脚本……
-- CTRL+A: 启动调试目录,可以让你方便地进行各种操作(创建NPC,传送到地图,等等…)
-- CTRL+鼠标左键: 传送到点击的位置。
+在开发者模式下,你可以使用以下几种特殊指令:
+- CTRL+L:启动Lua控制台,可以让你探索和修改游戏物件,并执行任意Lua脚本……
+- CTRL+A:启动调试目录,可以让你方便地进行各种操作(创建NPC,传送到地图,等等…)
+- CTRL+鼠标左键:传送到点击的位置。
 ]])
 t("No", "否")
 t("Yes", "是")
@@ -654,7 +684,7 @@ If you are not currently connected to the internet, please report this bug when
 
 ]])
 t("", "")
-t("What happened?: ", "发生了什么?: ")
+t("What happened?: ", "发生了什么?:")
 t("Send", "发送")
 t("Close", "关闭")
 t("Close All", "全部关闭")
@@ -734,19 +764,19 @@ t("Steam Cloud Purge", "清除Steam云存档")
 section "game/engines/default/engine/dialogs/Talkbox.lua"
 
 t("", "")
-t("Say: ", "说: ")
+t("Say: ", "说:")
 t("Accept", "接受")
 t("Cancel", "取消")
-t("Target: ", "目标: ")
-t("Channel: %s", "频道: %s")
-t("Friend: %s", "好友: %s")
-t("User: %s", "用户: %s")
+t("Target: ", "目标:")
+t("Channel: %s", "频道:%s")
+t("Friend: %s", "好友:%s")
+t("User: %s", "用户:%s")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/UseTalents.lua"
 
-t("Use Talents: ", "使用技能: ")
+t("Use Talents: ", "使用技能:")
 t([[You can bind a talent to a hotkey be pressing the corresponding hotkey while selecting a talent.
 Check out the keybinding screen in the game menu to bind hotkeys to a key (default is 1-0 plus control or shift).
 ]], [[你可以把技能绑定到一个快捷键。方法是选择一个技能,然后按下对应的快捷键。
@@ -762,7 +792,7 @@ t("Hotkey %s assigned", "键位 %s 已绑定")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/UserInfo.lua"
 
-t("User: %s", "用户: %s")
+t("User: %s", "用户:%s")
 t("Go to online profile", "前往在线用户档案")
 t("Go to online charsheet", "前往在线角色表")
 
@@ -830,7 +860,7 @@ This option allows for advanced effects (like water surfaces, ...). Disabling it
 这个选项可以激活一些高级的视频效果(例如水面效果……)。关闭它可以提升运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Advanced#WHITE##{normal}#", "#GOLD##{bold}#OpenGL着色器: 高级#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Advanced#WHITE##{normal}#", "#GOLD##{bold}#OpenGL着色器:高级#WHITE##{normal}#")
 t([[Activates distorting shaders.
 This option allows for distortion effects (like spell effects doing a visual distortion, ...). Disabling it can improve performance.
 
@@ -839,7 +869,7 @@ This option allows for distortion effects (like spell effects doing a visual dis
 关闭它可以提升运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Distortions#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器: 扭曲#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Distortions#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器:扭曲#WHITE##{normal}#")
 t([[Activates volumetric shaders.
 This option allows for volumetricion effects (like deep starfields). Enabling it will severely reduce performance when shaders are displayed.
 
@@ -847,7 +877,7 @@ This option allows for volumetricion effects (like deep starfields). Enabling it
 这个选项可以激活一些特殊的视频效果(例如星空特效)。开启它会显著降低运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Volumetric#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器: 体积着色器#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Volumetric#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器:体积着色器#WHITE##{normal}#")
 t([[Use the custom cursor.
 Disabling it will use your normal operating system cursor.#WHITE#]], [[使用自定义鼠标贴图。
 关闭这个选项将使用系统默认鼠标。#WHITE#]])
@@ -921,12 +951,12 @@ Thanks, and have fun!]], [[欢迎!
 那么,为什么要加入内购呢? 马基艾亚尔的传说是一款便宜/免费的游戏,也不需要会员订阅。它就像我的孩子一样;我非常爱它,并计划为之长久工作(从2009年开始我就一直这么干了!)。 但是,为了生存,我仍然需要在现实世界中取得必要的收入。
 
 目前,我提供了以下几种内购项:
-- #GOLD#时装#LAST#: 在目前游戏内已有的种族、物品时装外,你可以获得更多时装效果,让你看起来更靓!
-- #GOLD#氪金速死#LAST#: 已经不想玩这个角色了吗?用这个选项来迎接一个帅气的终结吧!
-- #GOLD#额外共享装备格#LAST#: 至少,捐赠者可以将所有无用的捐赠化为“有用”的额外在线共享装备格。
-- #GOLD#社区事件#LAST#: 服务器会自动触发部分在线事件,而你可以强制让服务器触发特定事件。当然,当前在线的所有玩家都会收到该事件!
+- #GOLD#时装#LAST#:在目前游戏内已有的种族、物品时装外,你可以获得更多时装效果,让你看起来更靓!
+- #GOLD#氪金速死#LAST#:已经不想玩这个角色了吗?用这个选项来迎接一个帅气的终结吧!
+- #GOLD#额外共享装备格#LAST#:至少,捐赠者可以将所有无用的捐赠化为“有用”的额外在线共享装备格。
+- #GOLD#社区事件#LAST#:服务器会自动触发部分在线事件,而你可以强制让服务器触发特定事件。当然,当前在线的所有玩家都会收到该事件!
 
-我希望这些能说服你,我并没有什么邪恶的想法(虽然我名为DarkGod!). 我不得不说,内购这种事情让我感觉很龌龊,即使上面这些选项都不影响游戏内容,但为了游戏的未来,我必须想尽办法。
+我希望这些能说服你,我并没有什么邪恶的想法(虽然我名为DarkGod)。 我不得不说,内购这种事情让我感觉很龌龊,即使上面这些选项都不影响游戏内容,但为了游戏的未来,我必须想尽办法。
 感谢你看到这里,去享受游戏吧!]])
 
 
@@ -937,10 +967,11 @@ t("#{italic}##UMBER#Bonus vault slots from this order: #ROYAL_BLUE#%d#{normal}#"
 t([[For every purchase of #{italic}##GREY#%s#LAST##{normal}# you gain a permanent additional vault slot.
 #GOLD##{italic}#Because why not!#{normal}#]], [[每次购买 #{italic}##GREY#%s#LAST##{normal}#,你都会获得额外一个在线共享装备格。
 #GOLD##{italic}#为什么不呢!#{normal}#]])
-t("#{italic}##UMBER#Voratun Coins available from your donations: #ROYAL_BLUE#%d#{normal}#", "#{italic}##UMBER#可用沃瑞坦硬币数: #ROYAL_BLUE#%d#{normal}#")
+t("#{italic}##UMBER#Voratun Coins available from your donations: #ROYAL_BLUE#%d#{normal}#", "#{italic}##UMBER#可用沃瑞坦硬币数:#ROYAL_BLUE#%d#{normal}#")
 t([[For every donations you've ever made you have earned voratun coins. These can be spent purchasing expansions or options on the online store. This is the amount you have left, if your purchase total is below this number you'll instantly get your purchase validated, if not you'll need to donate some more first.
 #GOLD##{italic}#Thanks for your support, every little bit helps the game survive for years on!#{normal}#]], [[每次捐赠,你都会获得一定数额的沃瑞坦硬币,可以用于购买扩展Dlc或者在线商店的商品。这是你当前可用的硬币,如果购买价格在这以下,你可以立刻获得商品,否则你需要进行更多的捐赠。
 #GOLD##{italic}#感谢你的支持,每一分钱都让这游戏更加持久!#{normal}#]])
+t("%s #GOLD#Online Store#LAST#", "%s #GOLD#Online Store#LAST#")
 t("#YELLOW#-- connecting to server... --", "#YELLOW#-- 正在连接到服务器... --")
 t("Name", "名称")
 t("Price", "ä»·æ ¼")
@@ -949,10 +980,10 @@ t("You need to be logged in before using the store. Please go back to the main m
 t("Steam users need to link their profiles to their steam account. This is very easy in just a few clicks. Once this is done, simply restart the game.", "Steam用户需要将游戏账号和Steam账号绑定。这非常简单,只需要数次点击,完成后重启游戏即可。")
 t("Let's do it! (Opens in your browser)", "开始吧! (在浏览器中打开)")
 t("The Online Store (and expansions) are only purchasable by players that bought the game. Plaese go have a look at the donation page for more explanations.", "在线商店(和扩展Dlc)只对购买过游戏本体的玩家开放。详情请查看捐赠页面。")
-t("%0.2f %s", "%0.2f %s")
-t("%d coins", "%d 币")
+t("%0.2f %s", "%0.2f%s")
+t("%d coins", "%d币")
 t("#{bold}#TOTAL#{normal}#", "#{bold}#总量#{normal}#")
-t("  (%d items in cart, %s)", "  (购物车中有 %d 件物品, %s)")
+t("  (%d items in cart, %s)", "  (购物车中有%d件物品, %s)")
 t("Cart", "购物车")
 t("Cart is empty!", "购物车是空的!")
 t([[In-game browser is inoperant or disabled, impossible to auto-install shimmer pack.
@@ -963,7 +994,7 @@ t([[Could not dynamically link addon to current character, maybe the installatio
 You can fix that by manually downloading the shimmer addon from https://te4.org/ and placing it in game/addons/ folder.]], [[无法自动将插件链接至当前角色,可能安装失败了。
 你可以在 https://te4.org/ 手动下载时装插件并放置于 game/addons/ 目录下来解决这个问题。]])
 t("Downloading cosmetic pack: #LIGHT_GREEN#%s", "时装包下载中: #LIGHT_GREEN#%s")
-t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: The pack should be downloading or even finished by now.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}# :时装包安装剩余时间:")
+t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: The pack should be downloading or even finished by now.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}# :时装包安装剩余时间:")
 t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: You can now trigger it whenever you are ready.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: 准备好的时候就可以触发它。")
 t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: Your available vault space has increased.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: 你可用的在线共享装备空间增加了。")
 t([[Payment accepted.
@@ -984,19 +1015,19 @@ t("Payment", "付款")
 t("Payment refused, you have not been billed.", "付款被拒绝,你未能成功付款。")
 t([[#{bold}##GOLD#Community Online Event#WHITE##{normal}#: Once you have purchased a community event you will be able to trigger it at any later date, on whichever character you choose.
 Community events once triggered will activate for #{bold}#every player currently logged on#{normal}# including yourself. Every player receiving it will know you sent it and thus that you are to thank for it.
-To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#社区在线事件#WHITE##{normal}#: 成功购买一次社区事件后,你可以在任何时间、任何角色上触发。
+To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#社区在线事件#WHITE##{normal}#:成功购买一次社区事件后,你可以在任何时间、任何角色上触发。
 社区事件对 #{bold}#当前所有在线角色#{normal}# 生效,所有收到这次事件的玩家将知晓你的名字,并因此而感激你。
 你需要将在线事件选项设置为“全部”才能激活这个效果,注意,默认值即为“全部”。
 To activate it you will need to have your online events option set to "all" (which is the default value).]])
 t([[#{bold}##GOLD#Event#WHITE##{normal}#: Once you have purchased an event you will be able to trigger it at any later date, on whichever character you choose.
-To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#Event#WHITE##{normal}#: 成功购买一次事件后,你可以在任何时间、任何角色上触发。
+To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#Event#WHITE##{normal}#:成功购买一次事件后,你可以在任何时间、任何角色上触发。
 你需要将在线事件选项设置为“全部”才能激活这个效果,注意,默认值即为“全部”。]])
-t("#{bold}##GOLD#Non Immediate#WHITE##{normal}#: This events adds new content that you have to find by exploration. If you die before finding it, there can be no refunds.", "#{bold}##GOLD#非即时#WHITE##{normal}#: 该事件为你后续游戏进程增加了部分内容。即使你在接触到新增内容前就死去也无法退款。")
-t("#{bold}##GOLD#Once per Character#WHITE##{normal}#: This event can only be received #{bold}#once per character#{normal}#. Usualy because it adds a new zone or effect to the game that would not make sense to duplicate.", "#{bold}##GOLD#每角色限一次#WHITE##{normal}#: 这个事件 #{bold}#每名角色只能接收一次#{normal}#. 通常是因为它添加了新地城或者其他游戏内不能重复添加的效果。")
+t("#{bold}##GOLD#Non Immediate#WHITE##{normal}#: This events adds new content that you have to find by exploration. If you die before finding it, there can be no refunds.", "#{bold}##GOLD#非即时#WHITE##{normal}#:该事件为你后续游戏进程增加了部分内容。即使你在接触到新增内容前就死去也无法退款。")
+t("#{bold}##GOLD#Once per Character#WHITE##{normal}#: This event can only be received #{bold}#once per character#{normal}#. Usualy because it adds a new zone or effect to the game that would not make sense to duplicate.", "#{bold}##GOLD#每角色限一次#WHITE##{normal}#:这个事件 #{bold}#每名角色只能接收一次#{normal}#. 通常是因为它添加了新地城或者其他游戏内不能重复添加的效果。")
 t([[#{bold}##GOLD#Shimmer Pack#WHITE##{normal}#: Once purchased the game will automatically install the shimmer pack to your game and enable it for your current character too (you will still need to use the Mirror of Reflection to switch them on).
-#LIGHT_GREEN#Bonus perk:#LAST# purchasing any shimmer pack will also give your characters a portable Mirror of Reflection to be able to change your appearance anywhere, anytime!]], [[#{bold}##GOLD#时装包#WHITE##{normal}#: 购买后游戏会自动安装时装包,同时为当前角色自动开启。仍然需要使用反射之镜来切换。
+#LIGHT_GREEN#Bonus perk:#LAST# purchasing any shimmer pack will also give your characters a portable Mirror of Reflection to be able to change your appearance anywhere, anytime!]], [[#{bold}##GOLD#时装包#WHITE##{normal}#:购买后游戏会自动安装时装包,同时为当前角色自动开启。仍然需要使用反射之镜来切换。
 #LIGHT_GREEN#额外特效:#LAST# 购买任何时装包后,你的角色自动获得便携式反射之镜,可以随时随地切换时装!]])
-t("#{bold}##GOLD#Vault Space#WHITE##{normal}#: Once purchased your vault space is permanently increased.", "#{bold}##GOLD#Vault Space#WHITE##{normal}#: 购买后,你的共享仓库大小会永久增加。")
+t("#{bold}##GOLD#Vault Space#WHITE##{normal}#: Once purchased your vault space is permanently increased.", "#{bold}##GOLD#Vault Space#WHITE##{normal}#:购买后,你的共享仓库大小会永久增加。")
 t("Online Store", "在线商城")
 
 
@@ -1020,7 +1051,7 @@ t("This pack is already installed and in use for your character.", "这个包已
 t("You are about to use a charge of this option. You currently have %d charges remaining.", "你准备使用这个选项,消耗一次使用次数。你还有 %d 次使用次数。")
 t("Please wait while contacting the server...", "请稍候,正在与服务器进行通信")
 t("The option has been activated.", "选项已激活。")
-t("There was an error from the server: %s", "服务器发生错误:  %s")
+t("There was an error from the server: %s", "服务器发生错误: %s")
 t("#LIGHT_GREEN#Installed", "#LIGHT_GREEN#已安装")
 t("#YELLOW#Installable", "#YELLOW#可以安装")
 t("Online Store", "在线商城")
@@ -1030,25 +1061,25 @@ t("You have not purchased any usable options yet. Would you like to see the stor
 ------------------------------------------------
 section "game/engines/default/engine/interface/ActorInventory.lua"
 
-t("%s picks up (%s.): %s%s.", "%s 拾取了( %s ):%s%s")
-t("%s has no room for: %s.", "%s 没有空间放置:%s。")
+t("%s picks up (%s.): %s%s.", "%s拾取了(%s):%s%s")
+t("%s has no room for: %s.", "%s没有空间放置:%s。")
 t("There is nothing to pick up here.", "没什么可以拾取的东西。")
 t("There is nothing to drop.", "没东西可以丢弃。")
-t("%s drops on the floor: %s.", "%s 把 %s 丢在了地上。")
+t("%s drops on the floor: %s.", "%s把%s丢在了地上。")
 t("wrong equipment slot", "无法在该在该装备栏装备")
 t("not enough stat", "属性值不足")
-t("missing %s (level %s )", "缺少 %s (等级 %s )")
-t("missing %s", "缺少 %s")
+t("missing %s (level %s )", "缺少%s(等级%s )")
+t("missing %s", "缺少%s")
 t("not enough levels", "等级不足")
 t("missing dependency", "未满足装备条件")
 t("cannot use currently due to an other worn object", "由于目前穿戴的其他装备,无法装备此物品")
-t("%s is not wearable.", "%s 无法装备。")
-t("%s can not wear %s.", "%s 不能装备 %s。")
+t("%s is not wearable.", "%s无法装备。")
+t("%s can not wear %s.", "%s不能装备%s。")
 t("%s wears: %s.", "%s 装备了: %s")
-t("%s wears (offslot): %s.", "%s 副手装备了: %s")
-t("%s can not wear (%s): %s (%s).", "%s 无法%s装备: %s ( %s )")
-t("%s wears (replacing %s): %s.", "%s 装备(替换 %s)了: %s")
-t("%s can not wear: %s.", "%s 不能装备: %s。")
+t("%s wears (offslot): %s.", "%s副手装备了: %s")
+t("%s can not wear (%s): %s (%s).", "%s无法%s装备:%s(%s)")
+t("%s wears (replacing %s): %s.", "%s装备(替换%s)了: %s")
+t("%s can not wear: %s.", "%s不能装备%s。")
 
 
 ------------------------------------------------
@@ -1056,30 +1087,36 @@ section "game/engines/default/engine/interface/ActorLife.lua"
 
 t("#{bold}#%s killed %s!#{normal}#", "#{bold}#%s杀死了%s!#{normal}#")
 t("something", "某物")
-t("%s attacks %s.", "%s 攻击了 %s.")
+t("%s attacks %s.", "%s攻击了%s.")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/interface/ActorTalents.lua"
 
-t("%s is still on cooldown for %d turns.", "%s 还有 %d 回合才能冷却。")
+t("%s is still on cooldown for %d turns.", "%s还有%d回合才能冷却。")
 t("Talent Use Confirmation", "技能使用确认")
-t("Use %s?", "使用 %s?")
+t("Use %s?", "使用%s?")
 t("Cancel", "取消")
 t("Continue", "继续")
 t("unknown", "未知")
 t("%s", "%s")
-t("%s %s %s.", "%s %s %s。")
+t("%s %s %s.", "%s%s%s。")
 t("activates", "启用了")
 t("deactivates", "关闭了")
-t("%s uses %s.", "%s 使用了 %s 。")
+t("%s uses %s.", "%s使用了%s。")
+t("not enough stat: %s", "属性点不足: %s")
+t("not enough levels", "等级不足")
+t("missing dependency", "未满足装备条件")
+t("is not %s", "不是%s")
+t("unknown talent type", "未知的技能类型")
+t("not enough talents of this type known", "技能树中已学习技能不足")
 t("- Talent category known", "- 技能树已学会")
-t("- Lower talents of the same category: %d", "- 技能树中已学技能数:  %d")
+t("- Lower talents of the same category: %d", "- 技能树中已学技能数:%d")
 t("- Level %d", "- 等级 %d")
-t("- Talent %s (not known)", "- 技能 %s (未学习)")
-t("- Talent %s (%d)", "- 技能 %s (%d)")
-t("- Talent %s", "- 技能 %s")
-t("- Is %s", "- 是 %s")
+t("- Talent %s (not known)", "- 技能%s(未学习)")
+t("- Talent %s (%d)", "- 技能%s(%d)")
+t("- Talent %s", "- 技能%s")
+t("- Is %s", "- 是%s")
 
 
 ------------------------------------------------
@@ -1098,8 +1135,8 @@ section "game/engines/default/engine/interface/ObjectActivable.lua"
 
 t("It can be used to %s, with %d charges out of %d.", "可以用于 %s ,消耗 %d 充能,总计 %d。")
 t("It can be used to %s, costing %d power out of %d/%d.", "可以用于 %s, 消耗 %d 充能,总计 %d/%d 。")
-t("It can be used to activate talent: %s (level %d).", "可以用于激活技能:  %s (等级 %d)。")
-t("It can be used to activate talent: %s (level %d), costing %d power out of %d/%d.", "可以用于激活技能:  %s (等级 %d),消耗 %d 充能,总计 %d/%d 。")
+t("It can be used to activate talent: %s (level %d).", "可以用于激活技能: %s (等级 %d)。")
+t("It can be used to activate talent: %s (level %d), costing %d power out of %d/%d.", "可以用于激活技能: %s (等级 %d),消耗 %d 充能,总计 %d/%d 。")
 t("%s is still recharging.", "%s 还在充能。")
 t("%s can not be used anymore.", "%s 无法再继续使用了。")
 
@@ -1135,7 +1172,7 @@ t("rested", "休息了")
 t("%s...", "%s中...")
 t("You are %s, press Enter to stop.", "你正在%s,请按回车键停止。")
 t("%s starts...", "%s开始了...")
-t("%s for %d turns (stop reason: %s).", "%s%d回合 (停止原因: %s)。")
+t("%s for %d turns (stop reason: %s).", "%s%d回合 (停止原因:%s)。")
 t("%s for %d turns.", "%s%d回合。")
 
 
@@ -1150,16 +1187,18 @@ t("didn't move", "没有移动")
 t("trap spotted", "发现陷阱")
 t("terrain change on the left", "左侧地形变化")
 t("terrain change on the right", "右侧地形变化")
-t("Ran for %d turns (stop reason: %s).", "自动探索了%d回合(中断原因: %s)")
+t("at %s", "在 %s")
+t("Ran for %d turns (stop reason: %s).", "自动探索了%d回合(中断原因:%s)")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/interface/WorldAchievements.lua"
 
-t("#%s#Personal New Achievement: %s!", "#%s#个人新成就: %s!")
-t("Personal New Achievement: #%s#%s", "个人新成就:  #%s#%s")
-t("#%s#New Achievement: %s!", "#%s#新成就: %s!")
-t("New Achievement: #%s#%s", "新成就:  #%s#%s")
+t("#%s#Personal New Achievement: %s!", "#%s#个人新成就:%s!")
+t("Personal New Achievement: #%s#%s", "个人新成就: #%s#%s")
+t("#%s#New Achievement: %s!", "#%s#新成就:%s!")
+t("New Achievement: #%s#%s", "新成就: #%s#%s")
+t("New Achievement", "新成就")
 
 
 ------------------------------------------------
@@ -1185,11 +1224,11 @@ t("Enc.", "负重")
 ------------------------------------------------
 section "game/engines/default/engine/ui/WebView.lua"
 
-t("Download: ", "下载: ")
+t("Download: ", "下载:")
 t("Cancel", "取消")
-t("Are you sure you want to install this addon: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?", "你确认要安装这个插件吗:  #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
+t("Are you sure you want to install this addon: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?", "你确认要安装这个插件吗: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
 t("Confirm addon install/update", "确认插件安装/更新")
-t("Are you sure you want to install this module: #LIGHT_GREEN##{bold}#%s#{normal}##LAST#?", "你确认要安装这个模组吗:  #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
+t("Are you sure you want to install this module: #LIGHT_GREEN##{bold}#%s#{normal}##LAST#?", "你确认要安装这个模组吗: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
 t("Confirm module install/update", "确认模组安装/更新")
 t("Addon installation successful. New addons are only active for new characters.", "插件安装成功。新的插件只会在新的游戏角色生效。")
 t("Addon installed!", "墨子安装完成!")
@@ -1200,6 +1239,10 @@ t("Game installed!", "游戏安装完成!")
 ------------------------------------------------
 section "game/engines/default/engine/utils.lua"
 
+t("%dth", "%d")
+t("%dst", "%d")
+t("%dnd", "%d")
+t("%drd", "%d")
 t("an ", "一个")
 t("a ", "一个")
 t("she", "她")
@@ -1265,12 +1308,13 @@ Check out the following folder on your computer:
 ]], [[糟糕!好像你安装了多份同一个插件/DLC。
 这种情况不被支持的,会引发很多BUG。请你移除掉多余的文件。
 
-插件名称:  #YELLOW#%s#LAST#
+插件名称: #YELLOW#%s#LAST#
 
-请你检查你电脑里的以下文件夹: 
+请你检查你电脑里的以下文件夹:
 %s
 %s
 ]])
+t("Updating addon: #LIGHT_GREEN#%s", "正在更新插件: #LIGHT_GREEN#%s")
 t("Really exit T-Engine/ToME?", "真的要退出 T-Engine/马基·埃亚尔的传说")
 t("Continue", "继续")
 t("Quit", "退出")
@@ -1292,7 +1336,7 @@ This is all optional, you are not forced to use this feature at all, but the dev
 
 在你开始尝试这个游戏里无数有趣的死法之前,我们想问你一下有关在线游戏的事情。
 
-马基·埃亚尔的传说是一个#{bold}#单人游戏#{normal}#,但也提供了丰富的在线功能,可以增强你的游戏体验,并让你和游戏社区建立联系: 
+马基·埃亚尔的传说是一个#{bold}#单人游戏#{normal}#,但也提供了丰富的在线功能,可以增强你的游戏体验,并让你和游戏社区建立联系:
 * 在多台电脑上游玩,而不需要复制游戏解锁和成就。
 * 与其他玩家在游戏内聊天,寻求建议,分享难忘的时刻…
 * 记录你的击杀数量,死亡次数,以及最喜欢的职业…
@@ -1313,7 +1357,7 @@ t("Registering...", "正在注册")
 t("Logged in!", "登陆成功!")
 t("Profile created!", "账户创建成功!")
 t("Your online profile is now active. Have fun!", "你的在线账户已可用。玩得开心!")
-t("Creation failed: ", "创建失败: ")
+t("Creation failed: ", "创建失败:")
 t("Profile creation failed!", "账户创建失败!")
 t("Try again in in a few moments, or try online at https://te4.org/", "请过几分钟后再试,或在 https://te4.org/ 网站上注册")
 
@@ -1321,6 +1365,7 @@ t("Try again in in a few moments, or try online at https://te4.org/", "请过几
 ------------------------------------------------
 section "game/engines/default/modules/boot/class/Player.lua"
 
+t("%s available", "%s可用")
 t("#00ff00#Talent %s is ready to use.", "#00ff00#技能%s已经可以使用了。")
 t("LEVEL UP!", "升级了!")
 
@@ -1333,6 +1378,12 @@ t("Destroyer", "毁灭者")
 t("Acid-maniac", "狂酸使")
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/data/damage_types.lua"
+
+t("Kill!", "击杀!")
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/data/general/grids/basic.lua"
 
@@ -1446,11 +1497,11 @@ t("Version", "版本")
 t("Addon", "插件")
 t("Active", "启动")
 t("#GREY#Developer tool", "#GREY#开发者工具")
-t("#LIGHT_RED#Donator Status: Disabled", "#LIGHT_RED#捐赠者状态: 禁用")
-t("#LIGHT_GREEN#Manual: Active", "#LIGHT_GREEN#手动: 启动")
-t("#LIGHT_RED#Manual: Disabled", "#LIGHT_RED#手动: 禁用")
-t("#LIGHT_GREEN#Auto: Active", "#LIGHT_GREEN#自动: 启动")
-t("#LIGHT_RED#Auto: Incompatible", "#LIGHT_RED#自动: 不兼容")
+t("#LIGHT_RED#Donator Status: Disabled", "#LIGHT_RED#捐赠者状态:禁用")
+t("#LIGHT_GREEN#Manual: Active", "#LIGHT_GREEN#手动:启动")
+t("#LIGHT_RED#Manual: Disabled", "#LIGHT_RED#手动:禁用")
+t("#LIGHT_GREEN#Auto: Active", "#LIGHT_GREEN#自动:启动")
+t("#LIGHT_RED#Auto: Incompatible", "#LIGHT_RED#自动:不兼容")
 t("Addon Version", "插件版本")
 t("Game Version", "游戏版本")
 
@@ -1498,17 +1549,17 @@ This includes, but is not limited to:
 
 If you disable this option you can always re-activate it in the Online category of the Game Options menu later on.]], [[即将禁止所有网络请求
 包括但不仅限于:
-- 用户信息: 不能登录或者注册。
-- 角色备份: 不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
-- 物品仓库: 不能访问你的在线物品仓库(包括存入和取回)。
-- 游戏内聊天: 聊天要联网, 谢谢。
-- 氪金福利: 联网才能获取你的氪金状态。
-- 扩展包&DLC: 和氪金状态一样, 无法获取DLC的购买状态。
-- 便捷的插件安装: 无法在游戏内看见插件列表, 但是你还可以手动安装插件。
-- 插件版本更新: 无法更新插件的版本。
-- Steam: 无法使用Steam相关的任何功能。
-- Discord: 无法同步到Discord的实时状态。
-- 游戏内新闻: 主菜单将不再显示新闻。
+- 用户信息:不能登录或者注册。
+- 角色备份:不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
+- 物品仓库:不能访问你的在线物品仓库(包括存入和取回)。
+- 游戏内聊天:聊天要联网, 谢谢。
+- 氪金福利:联网才能获取你的氪金状态。
+- 扩展包&DLC:和氪金状态一样, 无法获取DLC的购买状态。
+- 便捷的插件安装:无法在游戏内看见插件列表, 但是你还可以手动安装插件。
+- 插件版本更新:无法更新插件的版本。
+- Steam:无法使用Steam相关的任何功能。
+- Discord:无法同步到Discord的实时状态。
+- 游戏内新闻:主菜单将不再显示新闻。
 注意这个设置只影响游戏本身。如果你使用游戏启动器,它的唯一目的就是确保游戏是最新的,因此它仍然会连接网络。
 如果你不想这样,直接运行游戏即可。启动器#{bold}#只#{normal}#是用来更新游戏的。
 
@@ -1526,14 +1577,13 @@ t("Load Game", "读取游戏")
 t("Show older versions", "显示旧版本")
 t("Ignore unloadable addons", "忽略无法读取的插件")
 t("  Play!  ", "  游玩!  ")
-t("Delete", "删除")
 t([[#{bold}##GOLD#%s: %s#WHITE##{normal}#
 Game version: %d.%d.%d
 Requires addons: %s
 
-%s]], [[#{bold}##GOLD#%s: %s#WHITE##{normal}#
-游戏版本:  %d.%d.%d
-需要的插件:  %s
+%s]], [[#{bold}##GOLD#%s:%s#WHITE##{normal}#
+游戏版本: %d.%d.%d
+需要的插件: %s
 
 %s]])
 t("You can simply grab an older version of the game from where you downloaded it.", "你可以在下载这个游戏的地方,下载到这个游戏的旧版本。")
@@ -1543,14 +1593,15 @@ t([[This savefile was created with game version %s. You can try loading it with
 %s]], [[这个存档是游戏版本 %s 创建的。如果你愿意,你可以尝试使用当前版本强制读档,但是建议你使用旧版本游戏进行游玩,来确保兼容性。
 %s]])
 t("Run with newer version", "运行新版本")
-t("#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?", "#LIGHT_RED#警告:  #LAST#在开发者模式下读取一个存档将会不可逆地将其标记为作弊存档。确定吗?")
+t("#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?", "#LIGHT_RED#警告: #LAST#在开发者模式下读取一个存档将会不可逆地将其标记为作弊存档。确定吗?")
 t("Developer Mode", "开发者模式")
-t("Cancel", "取消")
 t("Load anyway", "仍然读档")
 t("Delete savefile", "删除存档")
 t("Really delete #{bold}##GOLD#%s#WHITE##{normal}#", "真的要删除#{bold}##GOLD#%s#WHITE##{normal}#吗")
+t("Cancel", "取消")
+t("Delete", "删除")
 t("No data available for this game version.", "没有当前游戏版本的数据。")
-t("Downloading old game data: #LIGHT_GREEN#", "正在下载旧版游戏数据:  #LIGHT_GREEN#")
+t("Downloading old game data: #LIGHT_GREEN#", "正在下载旧版游戏数据: #LIGHT_GREEN#")
 t("Old game data for %s correctly installed. You can now play.", " %s 的旧版游戏数据已经安装成功了。你可以现在游玩了。")
 t("Failed to install.", "安装失败。")
 t("Old game data", "旧版游戏数据")
@@ -1569,7 +1620,7 @@ t("Credits", "制作人员名单")
 t("Exit", "退出")
 t("Reboot", "重启游戏")
 t("Disable animated background", "关闭动态背景")
-t("#{bold}##B9E100#T-Engine4 version: %d.%d.%d", "#{bold}##B9E100#T-Engine4 版本: %d.%d.%d")
+t("#{bold}##B9E100#T-Engine4 version: %d.%d.%d", "#{bold}##B9E100#T-Engine4 版本:%d.%d.%d")
 t([[#{bold}##GOLD#Ashes of Urh'Rok - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#Many in Maj'Eyal have heard of "demons", sadistic creatures who appear seemingly from nowhere, leaving a trail of suffering and destruction wherever they go.#{normal}##LAST#
 
@@ -1583,9 +1634,9 @@ t([[#{bold}##GOLD#Ashes of Urh'Rok - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#很多马基埃亚尔的居民都曾经听说过“恶魔”的名字,它们是一群似乎凭空出现的暴虐生物,无论走到哪里都会带来痛苦和毁灭。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#新职业: #WHITE# 毁灭使者。 他们是恶魔毁灭力量的化身,手拿双手武器加入战斗,将敌人化为一片火海。他们的手中掌握着火焰的魔法和恶魔的力量,在与势不可挡的敌人战斗中寻求欢愉。
-#LIGHT_UMBER#新职业: #WHITE# 恶魔学者。 这些近战施法者手拿盾牌,掌握魔法大爆炸本身的力量的魔法,可以在倒下的敌人的身上终止恶魔种子。将这些恶魔种子附魔到你的物品里,可以获得各种全新的技能和被动的能力,并召唤种子里的恶魔来加入战斗!
-#LIGHT_UMBER#新种族: #WHITE# 魔化精灵。 那些被恶魔的力量所改变的永恒精灵,他们的种族能力被腐化成了黑暗的形态。
+#LIGHT_UMBER#新职业:#WHITE# 毁灭使者。 他们是恶魔毁灭力量的化身,手拿双手武器加入战斗,将敌人化为一片火海。他们的手中掌握着火焰的魔法和恶魔的力量,在与势不可挡的敌人战斗中寻求欢愉。
+#LIGHT_UMBER#新职业:#WHITE# 恶魔学者。 这些近战施法者手拿盾牌,掌握魔法大爆炸本身的力量的魔法,可以在倒下的敌人的身上终止恶魔种子。将这些恶魔种子附魔到你的物品里,可以获得各种全新的技能和被动的能力,并召唤种子里的恶魔来加入战斗!
+#LIGHT_UMBER#新种族:#WHITE# 魔化精灵。 那些被恶魔的力量所改变的永恒精灵,他们的种族能力被腐化成了黑暗的形态。
 #LIGHT_UMBER#更多新神器、新手札、新地图、新事件……#WHITE# 体验恶魔的欢愉吧!
 
 ]])
@@ -1604,11 +1655,11 @@ t([[#{bold}##GOLD#Embers of Rage - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#自从被兽人成为“西方灾星”的那个人,孤身一人粉碎了格鲁希纳克、沃尔、加伯特和拉克肖四大部落之后,已经过了一年的时间。联合王国现在已经通过远古传送门,和他们失落已久的盟友太阳堡垒建立了联系,帮助他们征服了瓦·埃亚尔大陆的近乎全境。被战火蹂躏的兽人部落的少数残余,现在都被联军关押在监狱里……但是,还有一个部落存活了下来。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#全新战役: #WHITE# 这场战役在主游戏战役以后,决定兽人部落的最终命运。探索全新的远东大陆吧!
-#LIGHT_UMBER#全新职业: #WHITE# 链锯屠夫,枪手,念力射手,歼灭者和科技法师。掌握蒸汽的力量,驱动致命的装置,用钢铁洪流粉碎那些胆敢反抗部落的人吧!
-#LIGHT_UMBER#全新种族: #WHITE# 兽人,雪人,白蹄。了解兽人和他们那些奇特的“盟友”,团结起来,将兽人一族从“西方灾星”带来的灾难中拯救出来。
-#LIGHT_UMBER#插件系统: #WHITE# 合成强大的插件,用于强化你的物品。包括给你的靴子安装火箭,给你的手套安装抓取系统,乃至许多更多的插件。
-#LIGHT_UMBER#药膏系统: #WHITE# 在插件系统中,合成强大的医疗药膏,用于注入你的皮肤,替代就有的纹身和符文系统。
+#LIGHT_UMBER#全新战役:#WHITE# 这场战役在主游戏战役以后,决定兽人部落的最终命运。探索全新的远东大陆吧!
+#LIGHT_UMBER#全新职业:#WHITE# 链锯屠夫,枪手,念力射手,歼灭者和科技法师。掌握蒸汽的力量,驱动致命的装置,用钢铁洪流粉碎那些胆敢反抗部落的人吧!
+#LIGHT_UMBER#全新种族:#WHITE# 兽人,雪人,白蹄。了解兽人和他们那些奇特的“盟友”,团结起来,将兽人一族从“西方灾星”带来的灾难中拯救出来。
+#LIGHT_UMBER#插件系统:#WHITE# 合成强大的插件,用于强化你的物品。包括给你的靴子安装火箭,给你的手套安装抓取系统,乃至许多更多的插件。
+#LIGHT_UMBER#药膏系统:#WHITE# 在插件系统中,合成强大的医疗药膏,用于注入你的皮肤,替代就有的纹身和符文系统。
 #LIGHT_UMBER#大量#WHITE# 全新神器、手札、地图和事件!
 
 ]])
@@ -1629,22 +1680,22 @@ t([[#{bold}##GOLD#Forgotten Cults - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#不是所有的冒险者都在寻求财富,也不是所有保卫世界的人都心存善念。最近,恐魔在大陆上出现的次数急剧增加。不断有人在偏僻的小路上失踪,有时几年后才被人发现,身体却遭受了恐怖的变异,进入了疯狂之中,也有时候再也无法寻到踪迹。很明显,在马基·埃亚尔的大地深处,有某种东西正在暗中活动。那种东西——就是你。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#新职业: #WHITE# 苦痛者。 它们被赋予了腐化的力量,最终将自己的身体转化成了恐魔。它们可以召唤恐魔在战斗中协助自己,撕裂你的皮肤,融化你的脸庞,作为攻击敌人的武器。当你的手臂也被转化成触手之后,还有什么敌人能阻挡你呢?
-#LIGHT_UMBER#新职业: #WHITE# 熵教徒。 这种法师职业使用疯狂的能力,掌控了熵的力量,颠覆了传统的物理定律。它们可以将治疗转换成伤害,并召唤虚空的力量,将敌人粉碎为尘土。
-#LIGHT_UMBER#新种族: #WHITE# 德瑞姆。 他们是矮人的一支腐化分支,但是因为某种原因,保持了一定程度的理性,而没有完全孵化成为没有意识的恐魔。他们可以进入狂热状态,并学会召唤恐魔。
-#LIGHT_UMBER#新种族: #WHITE# 克罗格。 他们是一群被本来应当杀死他们的一群人转化的食人魔。他们强大的攻击可以震慑敌人,并且他们强壮的力量可以双持任何单手武器。
-#LIGHT_UMBER#大量全新地图: #WHITE# 探索瘟疫之穴,在一只巨大蠕虫的身体内杀出一条血路(不要问我你是怎么*进来*的),探索神秘的出口,以及更多奇异的,充满触手的地图!
-#LIGHT_UMBER#新的恐魔: #WHITE# 你喜欢灼眼恐魔吗?你一定会喜欢上灼热恐魔的!还有以太蠕虫,还有熵之碎片,还有其他更多怪物!
+#LIGHT_UMBER#新职业:#WHITE# 苦痛者。 它们被赋予了腐化的力量,最终将自己的身体转化成了恐魔。它们可以召唤恐魔在战斗中协助自己,撕裂你的皮肤,融化你的脸庞,作为攻击敌人的武器。当你的手臂也被转化成触手之后,还有什么敌人能阻挡你呢?
+#LIGHT_UMBER#新职业:#WHITE# 熵教徒。 这种法师职业使用疯狂的能力,掌控了熵的力量,颠覆了传统的物理定律。它们可以将治疗转换成伤害,并召唤虚空的力量,将敌人粉碎为尘土。
+#LIGHT_UMBER#新种族:#WHITE# 德瑞姆。 他们是矮人的一支腐化分支,但是因为某种原因,保持了一定程度的理性,而没有完全孵化成为没有意识的恐魔。他们可以进入狂热状态,并学会召唤恐魔。
+#LIGHT_UMBER#新种族:#WHITE# 克罗格。 他们是一群被本来应当杀死他们的一群人转化的食人魔。他们强大的攻击可以震慑敌人,并且他们强壮的力量可以双持任何单手武器。
+#LIGHT_UMBER#大量全新地图:#WHITE# 探索瘟疫之穴,在一只巨大蠕虫的身体内杀出一条血路(不要问我你是怎么*进来*的),探索神秘的出口,以及更多奇异的,充满触手的地图!
+#LIGHT_UMBER#新的恐魔:#WHITE# 你喜欢灼眼恐魔吗?你一定会喜欢上灼热恐魔的!还有以太蠕虫,还有熵之碎片,还有其他更多怪物!
 #LIGHT_UMBER#厌倦了你自己的头?#WHITE#  把它换成一个悠闲的寄生兽吧!
 #LIGHT_UMBER#大量#WHITE# 全新神器、手札、事件……
 
 ]])
 t("#LIGHT_GREEN#Installed", "#LIGHT_GREEN#已安装")
-t("#YELLOW#Not installed - Click to download / purchase", "#YELLOW#未安装 - 点击下载 / 购买")
+t("#YELLOW#Not installed - Click to download / purchase", "#YELLOW#未安装 - 点击下载/购买")
 t("Login", "登录")
 t("Register", "注册")
-t("Username: ", "用户名: ")
-t("Password: ", "密码: ")
+t("Username: ", "用户名:")
+t("Password: ", "密码:")
 t("#GOLD#Online Profile", "#GOLD#在线账户")
 t("Login with Steam", "使用Steam登录")
 t("#GOLD#Online Profile#WHITE#", "#GOLD#在线账户#WHITE#")
@@ -1697,9 +1748,9 @@ section "game/engines/default/modules/boot/dialogs/ProfileLogin.lua"
 
 t("Online profile ", "在线账户")
 t("Login", "登录")
-t("Password again: ", "重复密码: ")
-t("Username: ", "用户名: ")
-t("Password: ", "密码: ")
+t("Password again: ", "重复密码:")
+t("Username: ", "用户名:")
+t("Password: ", "密码:")
 t("Email: ", "邮箱")
 t("Accept to receive #{bold}#very infrequent#{normal}# (a few per year) mails about important game events from us.", "允许我们#{bold}#偶尔#{normal}#向你发送有关游戏重要新闻的邮件(每年最多只会有几封)")
 t("You at least 16 years old, or have parental authorization to play the game.", "游玩此游戏时你已年满16岁,或已得到了家长的许可。")
@@ -1726,9 +1777,9 @@ To enjoy all the features the game has to offer it is #{bold}#highly#{normal}# r
 Luckily this is very easy to do: you only require a profile name and optionally an email (we send very few email, maybe two a year at most).
 ]], [[欢迎来到#GOLD#马基·埃亚尔的传说#LAST#.
 为了享受游戏的全部功能,我们#{bold}#强烈#{normal}#推荐你注册你的Steam账户。
-幸运的是,这是容易的:你只需要提供你的Steam用户名,也可以提供你的邮箱。(我们基本上不会给你发送邮件,每年最多发送一两分钟)
+幸运的是,这非常容易:你只需要提供你的Steam用户名,也可以提供你的邮箱。(我们基本上不会给你发送邮件,每年最多发送一两份)
 ]])
-t("Username: ", "用户名: ")
+t("Username: ", "用户名:")
 t("Email: ", "邮箱")
 t("Accept to receive #{bold}#very infrequent#{normal}# (a few per year) mails about important game events from us.", "允许我们#{bold}#偶尔#{normal}#向你发送有关游戏重要新闻的邮件(每年最多只会有几封)")
 t("You at least 16 years old, or have parental authorization to play the game.", "游玩此游戏时你已年满16岁,或已得到了家长的许可。")
@@ -1760,9 +1811,9 @@ t("Component", "组件")
 t("Version", "版本")
 t("All your game modules are up to date.", "所有游戏模组都处于最新版本。")
 t("Nothing to update", "没有需要更新的内容")
-t("Game: #{bold}##GOLD#", "游戏: #{bold}##GOLD#")
-t("Engine: #{italic}##LIGHT_BLUE#", "游戏引擎: #{italic}##LIGHT_BLUE#")
-t("Downloading: ", "正在下载: ")
+t("Game: #{bold}##GOLD#", "游戏:#{bold}##GOLD#")
+t("Engine: #{italic}##LIGHT_BLUE#", "游戏引擎:#{italic}##LIGHT_BLUE#")
+t("Downloading: ", "正在下载:")
 t("Error!", "错误!")
 t([[There was an error while downloading:
 ]], [[下载时发生错误:
@@ -1790,6 +1841,15 @@ t([[#{bold}##GOLD#%s(%s)#GREEN# High Scores#WHITE##{normal}#
 ]])
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/init.lua"
+
+t("Tales of Maj'Eyal Main Menu", "马基·埃亚尔的传说 主菜单")
+t([[Bootmenu!
+]], [[启动菜单!
+]])
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/load.lua"
 
@@ -1879,6 +1939,7 @@ t("#RED# [%s]%s #ORANGE#CLEARING OLD TARGET#LAST#: [%s]%s", "#RED# [%s]%s #ORANG
 ------------------------------------------------
 section "game/modules/tome/class/Actor.lua"
 
+t("drowned to death", "淹死")
 t("%s has been disrupted by #ORCHID#anti-magic forces#LAST#!", "%s被#ORCHID#反魔法力量#LAST#打断了!")
 t("%s temporarily fights the paralyzation.", "%s 暂时在瘫痪中挣扎。")
 t("#VIOLET#Following build order %s; increasing %s by 1.", "#VIOLET#遵循加点顺序%s;增加一点%s")
@@ -1899,9 +1960,9 @@ t("boss", "Boss")
 t("elite boss", "精英boss")
 t("god", "神")
 t("tiny", "微小")
-t("small", "矮小")
+t("small", "较小")
 t("medium", "中等")
-t("big", "高大")
+t("big", "较大")
 t("huge", "庞大")
 t("gargantuan", "巨大")
 t("actor", "角色")
@@ -1910,88 +1971,101 @@ t("hostile", "敌对")
 t("friendly", "友善")
 t("female", "女性")
 t("male", "男性")
-t("Rank: ", "层级: ")
-t("Level: unknown", "等级: 未知")
-t("Level: %d", "等级: %d")
+t("Rank: ", "层级:")
+t("Level: unknown", "等级:未知")
+t("Level: %d", "等级:%d")
 t("INVULNERABLE!", "无敌!")
-t("HP: %d (%d%%) #GREEN#+%0.2f#LAST#", "生命值: %d (%d%%) #GREEN#+%0.2f#LAST#")
+t("HP: %d (%d%%) #GREEN#+%0.2f#LAST#", "生命值:%d (%d%%) #GREEN#+%0.2f#LAST#")
+t("\
+Mana:  %s%d / %d#LAST#", "\
+法力值:  %s%d / %d#LAST#")
+t("\
+Vim:  %s%d / %d#LAST#", "\
+活力值:  %s%d / %d#LAST#")
+t("\
+Positive:  %s%d / %d#LAST#", "\
+正能量值:  %s%d / %d#LAST#")
+t("\
+Negative:  %s%d / %d#LAST#", "\
+负能量值:  %s%d / %d#LAST#")
 t(" (%d%%)", " (%d%%)")
-t("Iceblock: %d", "冰块: %d")
-t("%sVim Value: %d#LAST#", "%s活力值: %d#LAST#")
-t("#ffa0ff#Predator: +%d acc, +%d apr#LAST#", "#ffa0ff#猎杀者: +%d 命中, +%d 护甲穿透#LAST#")
-t("Resists: ", "抗性: ")
-t("Hardiness/Armour: ", "护甲强度/护甲值: ")
-t("Size: ", "体型: ")
-t("#FFD700#Accuracy#FFFFFF#: ", "#FFD700#命中值 #FFFFFF#: ")
-t("#0080FF#Defense#FFFFFF#:  ", "#0080FF#闪避值 #FFFFFF#: ")
-t("#FFD700#P. power#FFFFFF#: ", "#FFD700#物理强度#FFFFFF#: ")
-t("#0080FF#P. save#FFFFFF#:  ", "#0080FF#物理豁免#FFFFFF#: ")
-t("#FFD700#S. power#FFFFFF#: ", "#FFD700#法术强度#FFFFFF#: ")
-t("#0080FF#S. save#FFFFFF#:  ", "#0080FF#法术豁免#FFFFFF#: ")
-t("#FFD700#M. power#FFFFFF#: ", "#FFD700#精神强度#FFFFFF#: ")
-t("#0080FF#M. save#FFFFFF#:  ", "#0080FF#精神豁免#FFFFFF#: ")
-t("Critical Mult: ", "暴击加成: ")
-t("Time left: ", "剩余时间: ")
+t("Iceblock: %d", "冰块:%d")
+t("%sVim Value: %d#LAST#", "%s活力值:%d#LAST#")
+t("#ffa0ff#Predator: +%d acc, +%d apr#LAST#", "#ffa0ff#猎杀者:+%d 命中, +%d 护甲穿透#LAST#")
+t("Resists: ", "抗性:")
+t("Hardiness/Armour: ", "护甲强度/护甲值:")
+t("Size: ", "体型:")
+t("#FFD700#Accuracy#FFFFFF#: ", "#FFD700#命中值 #FFFFFF#:")
+t("#0080FF#Defense#FFFFFF#:  ", "#0080FF#闪避值 #FFFFFF#:")
+t("#FFD700#P. power#FFFFFF#: ", "#FFD700#物理强度#FFFFFF#:")
+t("#0080FF#P. save#FFFFFF#:  ", "#0080FF#物理豁免#FFFFFF#:")
+t("#FFD700#S. power#FFFFFF#: ", "#FFD700#法术强度#FFFFFF#:")
+t("#0080FF#S. save#FFFFFF#:  ", "#0080FF#法术豁免#FFFFFF#:")
+t("#FFD700#M. power#FFFFFF#: ", "#FFD700#精神强度#FFFFFF#:")
+t("#0080FF#M. save#FFFFFF#:  ", "#0080FF#精神豁免#FFFFFF#:")
+t("Critical Mult: ", "暴击加成:")
+t("Time left: ", "剩余时间:")
 t("#LIGHT_BLUE#Main:#LAST#%s", "#LIGHT_BLUE#主手:#LAST#%s")
 t("#LIGHT_BLUE#Off :#LAST#%s", "#LIGHT_BLUE#副手:#LAST#%s")
 t("#LIGHT_BLUE#Psi :#LAST#%s", "#LIGHT_BLUE#灵能:#LAST#%s")
 t("#LIGHT_BLUE#Ammo:#LAST#%s", "#LIGHT_BLUE#弹药:#LAST#%s")
 t("#LIGHT_BLUE#Unarmed:#LAST#%s", "#LIGHT_BLUE#徒手:#LAST#%s")
 t("#LIGHT_BLUE#Unarmed:#LAST#", "#LIGHT_BLUE#徒手:#LAST#")
-t("Melee Retaliation: ", "近战反伤: ")
-t("Classes: ", "职业: ")
-t("Faction: ", "阵营: ")
-t("Personal reaction: ", "个人关系: ")
-t("Sustained Talents: ", "持续技能: ")
-t("Temporary Status Effects: ", "临时状态效果: ")
+t("Melee Retaliation: ", "近战反伤:")
+t("Classes: ", "职业:")
+t("Faction: ", "阵营:")
+t("Personal reaction: ", "个人关系:")
+t("Sustained Talents: ", "持续技能:")
+t("Temporary Status Effects: ", "临时状态效果:")
 t("#LIGHT_GREEN#%d healing #LAST##AQUAMARINE#(%d psi heal)#LAST#", "#LIGHT_GREEN#%d 治疗 #LAST##AQUAMARINE#(%d 超能力值治疗)#LAST#")
 t("#LIGHT_GREEN#%d healing#LAST#", "#LIGHT_GREEN#%d 治疗#LAST#")
 t("#STEEL_BLUE#(%d shifted)#LAST#", "#STEEL_BLUE#(%d 相位切换减伤)#LAST#")
-t("%s unleashes the stored damage in retribution!", "%s 发动累积的伤害进行报复性攻击!")
-t("#DARK_GREEN##Source# shares damage with %s oozes!", "#DARK_GREEN##Source# 和 %s 软泥怪平分伤害!")
+t("%s unleashes the stored damage in retribution!", "%s释放累积的伤害进行报复性攻击!")
+t("#DARK_GREEN##Source# shares damage with %s oozes!", "#DARK_GREEN##Source#和%s软泥怪平分伤害!")
 t("#CRIMSON##Source# teleports some damage to #Target#!", "#CRIMSON##Source#将部分伤害转移给 #Target#!")
-t("#CRIMSON#(%d teleported)#LAST#", "#CRIMSON#(%d 到相位盾)#LAST#")
+t("#CRIMSON#(%d teleported)#LAST#", "#CRIMSON#(%d 相位盾吸收)#LAST#")
 t("#CRIMSON#%d teleported#LAST#", "#CRIMSON#%d 到相位盾#LAST#")
-t("#STEEL_BLUE#(%d to time)#LAST#", "#STEEL_BLUE#(%d 到时间盾)#LAST#")
+t("#STEEL_BLUE#(%d to time)#LAST#", "#STEEL_BLUE#(%d 时间盾吸收)#LAST#")
 t("Your time shield crumbles under the damage!", "你的时间护盾在攻击下被打破!")
-t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 伤害吸收)#LAST#")
+t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 护盾吸收)#LAST#")
 t("#SLATE#%d reflected#LAST#", "#SLATE#%d 伤害反射#LAST#")
-t("#CRIMSON##Source# reflects damage back to #Target#!#LAST#", "#CRIMSON##Source# 将伤害反射回 #Target#!#LAST#")
+t("#CRIMSON##Source# reflects damage back to #Target#!#LAST#", "#CRIMSON##Source#将伤害反射回#Target#!#LAST#")
 t("Your shield crumbles under the damage!", "你的护盾在攻击下被打破!")
-t("#CRIMSON##Source# shares some damage with a shadow!", "#CRIMSON##Source# 与阴影共享伤害!")
+t("#CRIMSON##Source# shares some damage with a shadow!", "#CRIMSON##Source#与阴影共享伤害!")
 t("#PINK#(%d linked)#LAST#", "#PINK#(%d 伤害链接)#LAST#")
 t("#PINK#%d linked#LAST#", "#PINK#%d 伤害链接#LAST#")
 t("#SLATE#(%d deflected)#LAST#", "#SLATE#(%d 念力折射)#LAST#")
-t("#STEEL_BLUE#(%d to ice)#LAST#", "#STEEL_BLUE#(%d 到冰块)#LAST#")
+t("#STEEL_BLUE#(%d to ice)#LAST#", "#STEEL_BLUE#(%d 冰块吸收)#LAST#")
 t("#SLATE#(%d resonance)#LAST#", "#SLATE#(%d 共鸣领域)#LAST#")
 t("Your resonance field crumbles under the damage!", "你的共鸣领域在攻击下被打破!")
 t("%s shatters into pieces!", "%s 被打成碎片!")
 t("#F53CBE#You fight through the pain!", "#F53CBE#你在痛苦中战斗!")
 t("#F53CBE#Your hatred grows even as your life fades!", "#F53CBE#当你失去生命时,你的仇恨增长了!")
 t("#F53CBE#Your powerful attack feeds your madness!", "#F53CBE#你强有力的攻击增进了你的疯狂!")
-t("%s (+%d hate)", "%s (+%d仇恨值)")
+t("%s (+%d hate)", "%s (+%d 仇恨值)")
 t("%s splits in two!", "%s 分裂成了两个!")
-t("%s#Source# converts some damage to Psi!", "%s#Source# 将伤害转移到超能力值!")
+t("%s#Source# converts some damage to Psi!", "%s#Source#将伤害转移到超能力值!")
 t("%s%d %s#LAST#", "%s%d %s#LAST#")
 t("to psi", "到超能力值")
-t("#RED#(%d refused)#LAST#", "#RED#(%d 无视伤害)#LAST#")
-t("#RED##Source# is unstoppable!", "#RED##Source# 势不可挡!!")
-t("#YELLOW#%s has been healed by a blast of positive energy!#LAST#", "#YELLOW#%s 被一股正能量治疗!#LAST#")
-t("%s fades for a moment and then reforms whole again!", "%s 消失了一阵之后又完好无损地出现了!")
-t("#CRIMSON##Source# leeches life from #Target#!", "#LIGHT_RED# #Source# 从#Target#身上吸取生命!")
+t("#RED#(%d refused)#LAST#", "#RED#(%d 伤害无视)#LAST#")
+t("#RED##Source# is unstoppable!", "#RED##Source#势不可挡!!")
+t("#YELLOW#%s has been healed by a blast of positive energy!#LAST#", "#YELLOW#%s被一股正能量治疗!#LAST#")
+t("%s fades for a moment and then reforms whole again!", "%s消失了一阵之后又完好无损地出现了!")
+t("#CRIMSON##Source# leeches life from #Target#!", "#LIGHT_RED##Source#从#Target#身上吸取生命!")
 t("#CRIMSON##Source# steals life from #Target#!", "#CRIMSON##Source#从#Target#处吸取生命!")
-t("#SLATE#(%d to stone)#LAST#", "#SLATE#(%d 到石头)#LAST#")
-t("#OLIVE_DRAB##Source# redirects damage from #Target# to %s!#LAST#", "#OLIVE_DRAB##Source# 将来自#Target#的伤害转移到%s!#LAST#")
+t("#SLATE#(%d to stone)#LAST#", "#SLATE#(%d 石头吸收)#LAST#")
+t("#OLIVE_DRAB##Source# redirects damage from #Target# to %s!#LAST#", "#OLIVE_DRAB##Source#将来自#Target#的伤害转移到%s!#LAST#")
 t("#OLIVE_DRAB#(%d redirected)#LAST#", "#OLIVE_DRAB#(%d 伤害转移)#LAST#")
 t("#OLIVE_DRAB#%d redirected#LAST#", "#OLIVE_DRAB#%d 伤害转移#LAST#")
-t("#CRIMSON##Source# leeches energies from #Target#!", "#LIGHT_RED# #Source# 从#Target#身上吸取能量!")
+t("#CRIMSON##Source# leeches energies from #Target#!", "#LIGHT_RED##Source#从#Target#身上吸取能量!")
+t("RESURRECT!", "复活!")
 t("You feel a surge of power as a powerful creature falls nearby.", "你感受到一股力量的涌动,附近有个强大的生物倒下。")
 t("%s feeds you hate from its latest victim. (+%d hate)", "%s最近的受害者为你提供%d仇恨")
 t("#LIGHT_RED#The cease to exist spell fizzles and cancels, leaving the timeline intact.", "#LIGHT_RED#当前法术失败而终止,时间线保持了稳定。")
 t("Prodigy!", "获得觉醒技!")
 t([[You have achieved #LIGHT_GREEN#level %d#WHITE# and gained a #LIGHT_GREEN#prodigy point#LAST#!
 
-Prodigies are powerful talents with unique requirements that cannot be unlearned.]], [[你升到了#LIGHT_GREEN#%d级#WHITE#,得到了一个#LIGHT_GREEN#觉醒点#LAST#!
+Prodigies are powerful talents with unique requirements that cannot be unlearned.]], [[你升到了#LIGHT_GREEN#%d级#WHITE#,得到了一点#LIGHT_GREEN#觉醒点#LAST#!
 
 觉醒技是需要特殊学习需求的强大技能,无法遗忘。]])
 t("Level 50!", "50级!")
@@ -2001,24 +2075,26 @@ This level is special, it granted you #LIGHT_GREEN#10#WHITE# more stat points, #
 Now go forward boldly and triumph!]], [[你达到了#LIGHT_GREEN#等级 50#WHITE#, 祝贺你!
 这个等级很特殊,你可以得到额外的#LIGHT_GREEN#10#WHITE#点属性点,#LIGHT_GREEN#3#WHITE#点职业技能点和#LIGHT_GREEN#3#WHITE#点通用技能点。
 现在,勇敢的向前并取得最终的胜利吧!]])
+t("LEVEL UP!", "升级了!")
 t("#00ffff#Welcome to level %d [%s].", "#00ffff#欢迎来到等级 %d [ %s ]")
 t("Press p to use them.", "请按 p 使用它们。")
-t("Select %s in the party list and press G to use them.", "请选择队伍里的 %s ,按 G 使用它们。")
+t("Select %s in the party list and press G to use them.", "请选择队伍里的%s,按 G 使用它们。")
 t("%d stat point(s)", "%d 属性点")
 t("%d class talent point(s)", "%d 职业技能点")
 t("%d generic talent point(s)", "%d 通用技能点")
 t("%d category point(s)", "%d 大系点")
 t("#VIOLET#%d prodigies point(s)#WHITE#", "#VIOLET#%d 觉醒点#WHITE#")
-t("%s has %s to spend. %s", "%s 有 %s 可以使用。%s")
-t("#AQUAMARINE#You have gained one more life (%d remaining).", "#AQUAMARINE#你额外获得了一条命(剩余%d生命数)")
+t("%s has %s to spend. %s", "%s有 %s可以使用。%s")
+t("#AQUAMARINE#You have gained one more life (%d remaining).", "#AQUAMARINE#你额外获得了一条命(剩余生命数:%d)")
 t("#FF0000#You carry too much--you are encumbered!", "#FF0000#你拿了太多东西——超重了!")
 t("#FF0000#Drop some of your items.", "#FF0000#丢弃一些东西。")
 t("#00FF00#You are no longer encumbered.", "#00FF00#你不再超重。")
 t("You cannot switch equipment while sleeping!", "你不能在睡眠中切换装备")
-t("%s warps space-time to equip: %s.", "%s扭曲空间,切换武器至: %s 。")
-t("%s switches %s weapons to: %s.", "%s切换%s武器至 %s 。")
+t("%s warps space-time to equip: %s.", "%s扭曲空间,切换武器至:%s 。")
+t("%s switches %s weapons to: %s.", "%s切换%s武器至%s。")
 t("%s wears %s%s.", "%s穿上了%s%s。")
-t("%s #LIGHT_STEEL_BLUE#Triggers an Anomaly! (%s).", "%s #LIGHT_STEEL_BLUE#触发了一次异常! (%s)。")
+t("antimagic", "反魔法")
+t("%s #LIGHT_STEEL_BLUE#Triggers an Anomaly! (%s).", "%s #LIGHT_STEEL_BLUE#触发了一次异常!(%s)。")
 t("#STEEL_BLUE#Casting %s.", "#STEEL_BLUE#释放%s。")
 t("#STEEL_BLUE#You've moved to another time thread.", "#STEEL_BLUE#你移动到了另一条时间线")
 t("#LIGHT_RED#You lose control and unleash an anomaly!", "#LIGHT_RED#你失去控制产生了异常!")
@@ -2026,12 +2102,12 @@ t("#LIGHT_RED#You feel the edges of spacetime begin to ripple and bend!", "#LIGH
 t("#LIGHT_BLUE#Spacetime feels more stable.", "#LIGHT_BLUE#时空变得更加稳定。")
 t("#LIGHT_RED#Spacetime fights against your control!", "#LIGHT_RED#时空失去了控制!")
 t("#LIGHT_BLUE#Spacetime has calmed...  somewhat.", "#LIGHT_BLUE#时空稍微稳定了些...")
-t("You already tried to use %s, an instant use talent, this turn and failed.", "你在本回合已经使用了瞬发技能 %s ,并且失败了,无法再次使用")
-t("%s is too afraid to use %s.", "%s 由于恐惧无法使用 %s 。")
-t("%s is silenced and cannot use %s.", "%s 被沉默而无法使用 %s 。")
+t("You already tried to use %s, an instant use talent, this turn and failed.", "你在本回合尝试使用瞬间技能%s失败,这回合无法再次使用。")
+t("%s is too afraid to use %s.", "%s非常恐惧,无法使用%s。")
+t("%s is silenced and cannot use %s.", "%s被沉默,无法使用%s。")
 t("The spell fizzles.", "法术失败了。")
-t("%s is too disconnected from Nature to use %s.", "%s 扰乱了自然平衡而无法使用 %s 。")
-t("%s is unable to use this kind of inscription.", "%s 无法使用这类纹身。")
+t("%s is too disconnected from Nature to use %s.", "%s扰乱了自然平衡而无法使用%s。")
+t("%s is unable to use this kind of inscription.", "%s无法使用这类纹身。")
 t("%s is too heavily armoured to use this talent.", "%s身穿重甲,无法使用该技能。")
 t("%s can't use this talent while holding a weapon or shield.", "%s在装备武器或盾牌的时候,无法使用该技能。")
 t("%s is sleeping and unable to do this.", "%s正处于睡眠中,不能这样做。")
@@ -2045,48 +2121,49 @@ t("You do not have enough %s to use %s.", "你没有足够的%s施展:%s#")
 t("You fail to use %s due to your equilibrium!", "由于你的失衡值过高你使用 %s 失败!")
 t("%s's %s has been disrupted by #ORCHID#anti-magic forces#LAST#!", "%s的%s被#ORCHID#反魔法力量#LAST#打断了!")
 t("%s's %s has been disrupted by #ORCHID#anti-nature forces#LAST#!", "%s的%s被#ORCHID#反自然力量#LAST#打断了!")
-t("%s is confused and fails to use %s.", "%s 陷入混乱使用 %s 时失败。")
-t("%s fails to use %s.", "%s 使用 %s 时失败。")
-t("%s fumbles and fails to use %s, injuring %s!", "%s 使用 %s 失败,还弄伤了%s!")
+t("%s is confused and fails to use %s.", "%s陷入混乱使用%s时失败。")
+t("%s fails to use %s.", "%s使用%s时失败。")
+t("%s fumbles and fails to use %s, injuring %s!", "%s使用%s失败,还弄伤了%s!")
 t("%s's %s is interrupted by the shot!", "%s的%s被射击打断!")
-t("%s %s #{bold}##ORANGE#%s#LAST#.", "%s %s #{bold}##ORANGE#%s#LAST#。")
+t("%s %s #{bold}##ORANGE#%s#LAST#.", "%s%s#{bold}##ORANGE#%s#LAST#。")
 t("activates", "启用了")
 t("deactivates", "关闭了")
 t("%s casts #{bold}#%s%s.#{normal}##LAST#", "%s施放了#{bold}#%s%s.#{normal}##LAST#")
 t("%s uses #{bold}#%s%s.#{normal}##LAST#", "%s使用了#{bold}#%s%s.#{normal}##LAST#")
-t("%s talent '%s%s' is disrupted by the mind parasite.", "%s 的技能 '%s%s' 被精神寄生虫干扰。")
-t("Effective talent level: ", "有效技能等级: ")
+t("%s talent '%s%s' is disrupted by the mind parasite.", "%s的技能'%s%s'被精神寄生虫干扰。")
+t("Effective talent level: ", "有效技能等级:")
 t("Passive", "被动技能")
 t("Sustained", "持续技能")
 t("Activated", "主动技能")
-t("Use mode: ", "使用模式: ")
-t("Feedback cost: ", "反馈值消耗: ")
+t("Use mode: ", "使用模式:")
+t("Feedback cost: ", "反馈值消耗:")
 t("Fortress Energy cost: ", "堡垒能量消耗")
-t("Sustain feedback cost: ", "持续反馈值消耗: ")
+t("Sustain feedback cost: ", "持续反馈值消耗:")
 t("cost", "消耗")
 t("gain", "获得")
-t("Sustain %s cost: ", "持续 %s 消耗: ")
+t("Sustain %s cost: ", "持续%s消耗:")
 t("Generates", "产生")
 t("Removes", "移除")
+t("%s %s: ", "%s%s:")
 t("Drains", "吸收")
 t("Replenishes", "补充")
-t("Range: ", "作用范围: ")
+t("Range: ", "使用范围:")
 t("melee/personal", "近战/单体")
-t("%d%% of base", "%d%% 基础速度")
-t("Travel Speed: ", "飞行速度: ")
+t("%d%% of base", "%d%%基础速度")
+t("Travel Speed: ", "飞行速度:")
 t("instantaneous", "瞬间")
 t("Full Turn", "完整回合")
-t("Instant (#LIGHT_GREEN#0%#LAST# of a turn)", "瞬发 (#LIGHT_GREEN#0%#LAST# 个回合)")
+t("Instant (#LIGHT_GREEN#0%#LAST# of a turn)", "瞬间(#LIGHT_GREEN#0%#LAST#回合)")
 t("Special", "特殊")
-t("%s (#LIGHT_GREEN#%d%%#LAST# of a turn)", "%s (#LIGHT_GREEN#%d%%#LAST# 个回合)")
-t("Usage Speed: ", "使用速度: ")
-t("Won't Break Stealth:  ", "不会打破潜行: ")
-t("%sCooldown: ", "%s冷却时间: ")
+t("%s (#LIGHT_GREEN#%d%%#LAST# of a turn)", "%s(#LIGHT_GREEN#%d%%#LAST#回合)")
+t("Usage Speed: ", "使用速度:")
+t("Won't Break Stealth:  ", "不会打破潜行:")
+t("%sCooldown: ", "%s冷却时间:")
 t("Fixed ", "固定")
 t(" and ", "和")
-t("Is: ", "是: ")
-t("Will Deactivate: ", "会解除: ")
-t("Description: ", "介绍: ")
+t("Is: ", "是:")
+t("Will Deactivate: ", "会解除:")
+t("Description: ", "介绍:")
 t("%s will now be used as often as possible automatically.", "%s将会尽可能多地自动使用")
 t("Automatic use enabled", "技能启用自动使用")
 t("- requires a turn to use", "- 需要一回合来使用")
@@ -2104,39 +2181,41 @@ t([[%s:
 t("Automatic use", "技能自动使用")
 t("%s will not be automatically used.", "%s 不会被自动使用。")
 t("Automatic use disabled", "关闭技能自动使用")
-t("#LIGHT_RED#%s starts suffocating to death!", "#LIGHT_RED#%s 窒息了!")
+t("#LIGHT_RED#%s starts suffocating to death!", "#LIGHT_RED#%s窒息了!")
 t("Physical save", "物理豁免")
 t("Mental save", "精神豁免")
 t("Spell save", "法术豁免")
-t("#ORANGE#%s shrugs off %s '%s'!", "#ORANGE#%s 豁免了 %s “ %s ”效果!")
-t("#LIGHT_UMBER#%s resists %s '%s'!", "#LIGHT_UMBER#%s 抵抗了 %s “ %s ”效果!")
+t("#ORANGE#%s shrugs off %s '%s'!", "#ORANGE#%s豁免了%s“%s”!")
+t("#LIGHT_UMBER#%s resists %s '%s'!", "#LIGHT_UMBER#%s抵抗了%s“%s”!")
 t("#Target#'s", "#Target#çš„")
 t("the effect", "效果")
-t("#Source# deflects the projectile from #Target# %s", "#Source# 将 #Target# 的抛射物偏移到 %s")
-t("%s reflects the spell!", "%s 反射了法术!")
-t("%s ignores the spell!", "%s 无视了法术!")
+t("but fumbles!", "但是失败了!")
+t("to the %s!", "到%s!")
+t("#Source# deflects the projectile from #Target# %s", "#Source#偏移来自#Target#的抛射物%s")
+t("%s reflects the spell!", "%s反射了法术!")
+t("%s ignores the spell!", "%s无视了法术!")
 t("You can not drop items while sleeping.", "你不能在睡眠状态下丢弃物品")
 t("You can not drop %s (plot item).", "你不能丢弃%s (剧情物品)。")
 t("You can not drop %s (tagged).", "你不能丢弃%s (已被标记)。")
 t("Any item dropped on the world map will be lost forever.", "所有在世界地图上丢弃的物品都将永远消失。")
 t("Warning", "警告")
-t("You destroy %s.", "你摧毁了 %s 。")
-t("You can not destroy %s.", "你不能摧毁 %s 。")
+t("You destroy %s.", "你摧毁了%s。")
+t("You can not destroy %s.", "你不能摧毁%s。")
 t("Cancel", "取消")
 t("Destroy", "摧毁")
-t("%s drops on the floor: %s.", "%s 把 %s 丢在了地上。")
+t("%s drops on the floor: %s.", "%s把%s丢在了地上。")
 t("You had to drop %s due to lack of space.", "由于空间不足,你必须丢下%s。")
 t("You cannot change your equipment while sleeping!", "你不能在睡眠中切换装备!")
-t("%s - %sEncumbrance %d/%d", "%s - %s负重 %d/%d")
-t("You extract %s from %s", "你从 %s 中提炼了 %s 。")
-t("You gain %0.2f gold from the transmogrification of %s.", "你获得了 %0.2f 金币,转化了 %s")
+t("%s - %sEncumbrance %d/%d", "%s-%s负重 %d/%d")
+t("You extract %s from %s", "你从%s中提炼了%s。")
+t("You gain %0.2f gold from the transmogrification of %s.", "你获得了%0.2f金币,转化了%s。")
 t("When you close the inventory window, all items in the chest will be transmogrified.", "当你关闭物品栏的时候,所有在转化之盒里的物品都会被自动转化")
 t("Transmogrification Chest", "转化之盒")
 t("transmogrify", "转化")
 t("You detach %s from your %s.", "你将%s从%s上取下。")
 t("You cannot change your equipment!", "你不能切换装备!")
 t("You can not use a tinker without the corresponding item.", "你不能在没有相关物品时使用配件")
-t("This item is not usable: %s.", "该物品不能使用: %s.")
+t("This item is not usable: %s.", "该物品不能使用:%s.")
 t("This tinker can not be applied to this item.", "这个配件不能装在该物品上")
 t("You already have a tinker on this item.", "这个物品上已经有了配件")
 t("You attach %s to your %s.", "你将%s装载在%s上。")
@@ -2148,7 +2227,7 @@ section "game/modules/tome/class/FortressPC.lua"
 
 t("Yiilkgur, the Sher'Tul Fortress", "夏·图尔堡垒 伊克格")
 t("You are unable to move!", "你无法移动!")
-t("You have found a trap (%s)!", "你发现了一个陷阱( %s )!")
+t("You have found a trap (%s)!", "你发现了一个陷阱(%s)!")
 t("Do you wish to teleport to the fortress?", "你想要传送到堡垒吗?")
 t("The teleport fizzles!", "传送失败了!")
 
@@ -2156,34 +2235,29 @@ t("The teleport fizzles!", "传送失败了!")
 ------------------------------------------------
 section "game/modules/tome/class/Game.lua"
 
-t([[Today is the % %s of the %s year of the Age of Ascendancy of Maj'Eyal.
-The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %  。
-当前时间 %02d:%02d。]], {3,2,1,4,5})
+t("Main character", "主角色")
 t("Character Creation ( %s unlocked options)", "角色创建 ( %s 解锁选项)")
 t("Welcome to #LIGHT_BLUE#Tales of Maj'Eyal", "欢迎来到#LIGHT_BLUE#马基埃亚尔的传说")
-t([[Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.
-The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %s 。
-当前时间 %02d:%02d。]], {3,2,1,4,5})
 t([[%s the level %d %s %s.
 Difficulty: %s / %s
 Campaign: %s
-Exploring level %s of %s.]], [[%s 等级%d, %s %s。
-难度: %s / %s
-战役: %s
-正在探索楼层 %s, %s。]])
+Exploring level %s of %s.]], [[%s 等级%d,%s %s。
+难度:%s / %s
+战役:%s
+正在探索楼层 %s,%s。]])
 t("%s the %s %s", "%s, %s %s")
 t([[%s the %s %s.
 Difficulty: %s / %s
 Campaign: %s]], [[%s,%s %s。
-难度: %s / %s
-战役: %s]])
+难度:%s / %s
+战役:%s]])
 t("#LIGHT_RED#You may not change level so soon after a kill (%d game turns left to wait)!", "#LIGHT_RED#在完成一次杀戮后,你现在不能离开该层!(等待%d回合)")
 t("#LIGHT_RED#You may not change level without your own body!", "#LIGHT_RED#你只能用自己的身体离开地图!")
 t("#LIGHT_RED#You may not leave the zone with this character!", "#LIGHT_RED#你不能用这个角色离开地图!")
 t("#LIGHT_RED#You cannot escape your fate by leaving the level!", "#LIGHT_RED#你不能离开地图以求逃避命运!")
-t("Stay: level %s of %s", "待在:  %s 第%s层", {1,3,2})
-t("Keep Trying: level %s of %s", "继续尝试:  %s 第%s层", {1,3,2})
-t("Log the problem, Stay: level %s of %s", "记录问题,待在:  %s 第%s层", {1,3,2})
+t("Stay: level %s of %s", "待在:%s第%s层", {1,3,2})
+t("Keep Trying: level %s of %s", "继续尝试:%s第%s层", {1,3,2})
+t("Log the problem, Stay: level %s of %s", "记录问题,待在:%s第%s层", {1,3,2})
 t("Debug the problem (move to the failed zone/level)", "调试问题 (进入失败的地图/楼层)")
 t("Information logged", "信息已记录。")
 t("Information on the failed zone and level dumped to the log file.", "有关失败的地图和楼层的信息,已被输出到日志文件。")
@@ -2206,7 +2280,7 @@ t("#Source# hits #Target# for %s damage.", "#Source#击中#Target#造成%s伤害
 t("#Source# receives %s.", "#Source#受到%s。")
 t("#Target# receives %s from #Source#.", "#Target#受到来自#Source#的%s。")
 t("Kill (%d)!", "杀死 (%d)!")
-t("#{bold}##Source# killed #Target#!#{normal}#", "#{bold}##Source# 击杀了 #Target#!#{normal}#")
+t("#{bold}##Source# killed #Target#!#{normal}#", "#{bold}##Source#击杀了#Target#!#{normal}#")
 t("%s", "%s")
 t("Showing big healthbars and tactical borders.", "显示大血条+边框")
 t("Showing healthbars only.", "只显示血条信息")
@@ -2219,42 +2293,64 @@ t("You may not auto-explore with enemies in sight (%s to the %s%s)!", "当有敌
 t("There is nowhere left to explore.", "这一层没有地方可以探索了。")
 t("Hotkey page %d is now displayed.", "当前显示快捷键第%d页。")
 t("You cannot currently leave the level.", "你现在不能离开本层。")
-t("You cannot go into the wilds with the following effects: %s", "由于当前状态异常,你无法进入野外: %s")
+t("You cannot go into the wilds with the following effects: %s", "由于当前状态异常,你无法进入野外:%s")
 t("There is no way out of this level here.", "这里不是离开该层的出口。")
-t("#GOLD#Automatic talent usage: %s", "#GOLD#自动技能使用: %s")
-t("#GOLD#Automatic accept target mode: %s", "#GOLD#技能自动选择目标: %s")
+t("#GOLD#Automatic talent usage: %s", "#GOLD#自动技能使用:%s")
+t("#GOLD#Automatic accept target mode: %s", "#GOLD#技能自动选择目标:%s")
 t("Displaying creatures.", "显示生物。")
 t("Displaying talents.", "显示技能。")
 t("Show Achievements", "显示成就")
+t("Tales of Maj'Eyal Achievements", "马基埃亚尔的传说成就")
 t("Show known Lore", "显示已知手札")
+t("Tales of Maj'Eyal Lore", "马基埃亚尔的传说手札")
 t("Show ingredients", "显示材料")
 t("Inventory", "物品栏")
 t("Character Sheet", "角色信息面板")
 t("Game Options", "游戏选项")
 t("Looking around... (direction keys to select interesting things, shift+direction keys to move freely)", "正在观察四周…(按方向键定位有趣的东西,按Shift+方向键自由移动)")
 t("Tooltip %s", "提示%s")
-t("Movement Mode: #LIGHT_GREEN#Default#LAST#.", "移动模式: #LIGHT_GREEN#默认#LAST#.")
-t("Movement Mode: #LIGHT_RED#Passive#LAST#.", "移动模式: #LIGHT_RED#被动#LAST#.")
+t("Movement Mode: #LIGHT_GREEN#Default#LAST#.", "移动模式:#LIGHT_GREEN#默认#LAST#.")
+t("Movement Mode: #LIGHT_RED#Passive#LAST#.", "移动模式:#LIGHT_RED#被动#LAST#.")
 t("#GOLD#CHEAT MOVE ACTOR %s: ctrl+shift+alt+right click on an empty map spot to move it", "#GOLD#CHEAT MOVE ACTOR %s: ctrl+shift+alt+right 点击地图上的空白位置来移动它")
 t("Save and go back to main menu?", "保存并返回主菜单?")
 t("quitting", "正在退出")
 t("Save and exit game?", "保存并退出游戏?")
 t("saving", "正在保存")
 t("Saving game...", "保存游戏...")
-t("#ANTIQUE_WHITE#Splash screen unlocked: #GOLD#%s", "#ANTIQUE_WHITE#游戏启动画面已解锁: #GOLD#%s")
+t("#ANTIQUE_WHITE#Splash screen unlocked: #GOLD#%s", "#ANTIQUE_WHITE#游戏启动画面已解锁:#GOLD#%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/GameState.lua"
 
 t("#AQUAMARINE#Most stores should have new stock now.", "#AQUAMARINE#大部分商店现在应该有新货物了。")
+t("crackling", "爆裂")
+t("faceted", "镶嵌的")
+t("faded", "æš—æ·¡çš„")
+t("flawless", "无缺陷的")
+t("gleaming", "闪耀的")
+t("glistening", "明亮的")
+t("glowing", "发光的")
+t("humming", "嗡嗡作响的")
+t("immaculate", "整洁的")
+t("jewel-encrusted", "宝石覆盖的")
+t("laminated", "粘合的")
+t("plated", "镀制")
+t("rune-covered", "符文的")
+t("scintillating", "有趣的")
+t("shadowy", "阴影的")
+t("sigiled", "印记的")
+t("silvered", "银白的")
+t("twisted", "扭曲的")
+t("unblemished", "不羁的")
 t("Ambush!", "伏击!")
 t("You have been ambushed!", "你被伏击了!")
+t("%s the %s", "%s %s", {2,1})
 t("Leave the level (to the next level) without killing a single creature. You will get #{italic}#two#{normal}# rewards.", "在不杀死任何怪物的情况下离开这一层(到达下一层)。你将得到#{italic}#两份#{normal}# 奖励。")
 t("Pacifist", "和平主义者")
 t("Exterminate every foe on the level.", "杀死这一层的所有敌人。")
 t("Exterminator", "屠夫")
-t("Foes left: #LIGHT_RED#%s", "剩余敌人:  #LIGHT_RED#%s")
+t("Foes left: #LIGHT_RED#%s", "剩余敌人:#LIGHT_RED#%s")
 t([[#LIGHT_RED#EXTERMINATE THIS FOE#LAST#
 %s]], [[#LIGHT_RED#歼灭这个敌人#LAST#
 %s]])
@@ -2275,50 +2371,52 @@ t("Mirror Challenge of %s", "%s的镜像挑战")
 t("but nobody knew why #sex# suddenly became evil", "但是没有人知道为什么#sex#突然变得邪恶了")
 t("#ORCHID#%s does not recognize you.", "#ORCHID#%s 没有认出你。")
 t("Challenge your mirror clone and triumph!", "挑战你的镜像克隆体,并取得胜利!")
-t("Challenge: #PURPLE#Mirror Match", "挑战:  #PURPLE#镜像挑战")
+t("Challenge: #PURPLE#Mirror Match", "挑战:#PURPLE#镜像挑战")
 t("#CRIMSON#The Fight Is Joined!", "#CRIMSON#战斗开始了!")
-t("Challenge: #PURPLE#Near Sighted", "Challenge: #PURPLE#近视眼")
+t("Challenge: #PURPLE#Near Sighted", "挑战:#PURPLE#近视眼")
 t("Proceed to the next Infinite Dungeon level with -7 sight range for a reward.", "在-7视野下到达无尽地下城的下一层,以获得奖励")
 t("Near Sighted", "近视眼")
 t("Proceed to the next Infinite Dungeon level with -7 sight range.", "在-7视野下到达无尽地下城的下一层。")
 t("All foes (including bosses) gain the ability to multiply up to 3 times.  You must survive for at least %d turns before exiting.", "所有敌人(包括boss)都有能力复制 3 次。你需要至少存活 %d 个回合才能离开。")
-t("Challenge: #PURPLE#Multiplicity", "Challenge: #PURPLE#复制")
+t("Challenge: #PURPLE#Multiplicity", "挑战:#PURPLE#复制")
 t("All foes have the multiply talent!", "所有敌人都有复制能力")
 t("Multiplicity", "复制")
 t("Turns left: #LIGHT_GREEN#%d", "剩余回合: #LIGHT_GREEN#%d")
-t("#LIGHT_GREEN#Multiplicity: You have survived so far. Exit for your reward!", "#LIGHT_GREEN#复制: 你存活了下来。离开楼层,领取奖励吧!")
+t("#LIGHT_GREEN#Multiplicity: You have survived so far. Exit for your reward!", "#LIGHT_GREEN#复制:你存活了下来。离开楼层,领取奖励吧!")
 t("Survive the multiplicative madness!.", "从疯狂的复制中存活下来!")
 t("#rng# the Spawn of Urh'Rok", "#rng# 乌鲁洛克的子嗣")
-t("Challenge: #PURPLE#Headhunter", "Challenge: #PURPLE#猎头者")
+t("Challenge: #PURPLE#Headhunter", "挑战:#PURPLE#猎头者")
 t("Kill %d spawns of Urh'Rok on the level before killing any other elite (or higher rank) creatures, for an uncommon reward.", "在杀死精英或更高级别的怪物之前,在楼层里杀死 %d 个乌鲁洛克的子嗣,以获取稀有奖励。")
 t("Headhunter", "猎头者")
 t("Kill %d spawns of Urh'Rok on the level before killing any elite creatures.", "在杀死任何精英怪物之前,杀死楼层里 %d 个乌鲁洛克的子嗣。")
-t("%d / %d demon spawn killed.", "已杀死 %d / %d 个恶魔子嗣")
+t("%d / %d demon spawn killed.", "已杀死 %d/%d 个恶魔子嗣")
 t("#ORCHID#You claim the head of %s, giving pause to all foes on the level.", "#ORCHID#你杀死了 %s,楼层上所有的敌人都被暂停了。")
 t("Accept", "接受")
 t("Refuse", "拒绝")
 t("Random Artifact", "随机神器")
-t("Random Artifact: %s", "随机神器: %s")
+t("Random Artifact: %s", "随机神器:%s")
 t("+3 Stat Points", "+3 属性点")
 t("+1 Class Point", "+1 职业技能点")
 t("+1 Generic Point", "+1 通用技能点")
 t("+1 Category Point", "+1 大系点")
 t("+1 Prodigy Point", "+1 觉醒点")
 t(" and ", "和")
-t("#OLIVE_DRAB#Reward%s: %s", "#OLIVE_DRAB#奖励: %s", {[2]=1})
-t("#LIGHT_BLUE#%s has received: %s.", "#LIGHT_BLUE#%s获得了: %s.")
+t("#OLIVE_DRAB#Reward%s: %s", "#OLIVE_DRAB#奖励:%s", {[2]=1})
+t("#LIGHT_BLUE#%s has received: %s.", "#LIGHT_BLUE#%s获得了:%s.")
 t("#LIGHT_GREEN#%s", "#LIGHT_GREEN#%s")
-t("You have unlocked a new talent: %s!", "你解锁了新技能:  %s!")
+t("You have unlocked a new talent: %s!", "你解锁了新技能:%s!")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Grid.lua"
 
+t("Leave", "离开")
+t("Open", "打开")
 t("%s", "%s")
 t("spot", "点")
 t("%s's %s", "%sçš„%s")
-t(" (range: ", " (距离: ")
-t("Min.level: ", "最小等级: ")
+t(" (range: ", " (距离:")
+t("Min.level: ", "最小等级:")
 t("Never visited yet", "尚未探索区域")
 t("In sight", "视线内")
 t("Lit", "被照亮区域")
@@ -2327,15 +2425,15 @@ t("Blocks movement", "阻碍移动")
 t("Special breathing method required", "需要特殊呼吸技能")
 t("Diggable", "可挖掘")
 t("Cannot teleport to this place", "无法传送到这里")
-t("Coords: ", "坐标: ")
-t("map attrs: ", "地图属性: ")
+t("Coords: ", "坐标:")
+t("map attrs: ", "地图属性:")
 t("#VIOLET#You hear a mechanism clicking.", "#VIOLET#你听到了机械转动的声音。")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/MapEffects.lua"
 
-t(" area effect", " 地图效果")
+t(" area effect", "地图效果")
 t("area effect", "地图效果")
 t("%s's %s", "%sçš„%s")
 
@@ -2343,14 +2441,14 @@ t("%s's %s", "%sçš„%s")
 ------------------------------------------------
 section "game/modules/tome/class/NPC.lua"
 
-t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的 %s 消失了。")
-t("Killed by you: %s", "被你杀死: %s")
-t("Target: ", "目标: ")
+t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的%s消失了。")
+t("Killed by you: %s", "被你杀死:%s")
+t("Target: ", "目标:")
 t("none", "没有")
-t(" looking %s", " 寻找 %s")
-t(" looking at you.", " 正在看着你。")
-t("UID: ", "UID: ")
-t("%s says: '%s'", "%s 说道:“ %s ”")
+t(" looking %s", "寻找%s")
+t(" looking at you.", "正在看着你。")
+t("UID: ", "UID:")
+t("%s says: '%s'", "%s说道:“%s”")
 
 
 ------------------------------------------------
@@ -2373,6 +2471,7 @@ t("You see one more object.", "还有一件物品。")
 t("You see %d more objects.", "还有%d件物品。")
 t("%d%% power", "%d%% 伤害")
 t("%s-%s power", "%s-%s 伤害")
+t("%0.2f %s", "%0.2f%s")
 t("%s%0.2f/turn", "%s%0.2f/回合")
 t("%s, %s apr", "%s, %s 护甲穿透")
 t("%d/%d, %s, %s apr", "%d/%d, %s, %s 护甲穿透")
@@ -2390,58 +2489,60 @@ t(" (%d cooldown)", " (%d 冷却)")
 t("object", "物品")
 t("%s, %sspecial#LAST#", "%s, %s特殊#LAST#")
 t("%s, %sego#LAST#", "%s, %s词缀#LAST#")
-t(" crit mult (max 40%)", " 暴击伤害 (最大 40%)")
-t(" crit chance (max 25%)", " 暴击率 (最大 25%)")
-t(" base dam (max 20%)", " 基础伤害 (最大 20%)")
-t(" proc dam (max 200%)", " 触发伤害 (最大 200%)")
+t(" crit mult (max 40%)", " 暴击伤害(最大40%)")
+t(" crit chance (max 25%)", " 暴击率(最大25%)")
+t(" base dam (max 20%)", " 基础伤害(最大20%)")
+t(" proc dam (max 200%)", " 触发伤害(最大200%)")
 t(" APR (max 50%)", " 护甲穿透 (最大 50%)")
-t("Accuracy bonus: ", "命中加成: ")
-t("Power: %3d%% (%s)  Range: %.1fx (%s)", "伤害: %3d%% (%s)  范围: %.1fx (%s)")
-t("Power: %3d%%  Range: %.1fx", "伤害: %3d%%  范围: %.1fx")
-t("Base power: %.1f - %.1f", "基础伤害: %.1f - %.1f")
-t("Uses stat%s: %s", "使用属性: %s", {[2]=1})
-t("Damage type: ", "伤害类型: ")
-t("Armour Penetration: ", "护甲穿透: ")
-t("Crit. chance: ", "暴击率: ")
-t("Crit. power: ", "暴击伤害加成: ")
-t("Attack speed: ", "攻击速度: ")
-t("Block value: ", "格挡值: ")
-t("Dam. multiplier: ", "伤害倍率: ")
-t("Firing range: ", "攻击距离: ")
-t("Capacity: ", "弹仓容量: ")
-t("Reload speed: ", "装填速度: ")
-t("Turns elapse between self-loadings: ", "自动填弹间隔: ")
-t("When this weapon hits: %s (%d%% chance level %d).", "当该武器击中: %s (%d%% 几率等级 %d)。")
-t("When this weapon crits: %s (%d%% chance level %d).", "当该武器暴击时: %s (%d%% 几率等级 %d)。")
-t("#YELLOW#On weapon hit:#LAST#", "#YELLOW#武器击中时:#LAST#")
-t("#YELLOW#On weapon crit:#LAST#", "#YELLOW#武器暴击时:#LAST#")
-t("#YELLOW#On weapon kill:#LAST#", "#YELLOW#武器击杀时:#LAST#")
+t("Accuracy bonus: ", "命中加成:")
+t("%d%% %s", "%d%%%s")
+t("Power: %3d%% (%s)  Range: %.1fx (%s)", "伤害:%3d%% (%s)  范围:%.1fx (%s)")
+t("Power: %3d%%  Range: %.1fx", "伤害:%3d%%  范围:%.1fx")
+t("Base power: %.1f - %.1f", "基础伤害:%.1f-%.1f")
+t("Uses stat%s: %s", "使用属性:%s", {[2]=1})
+t("Damage type: ", "伤害类型:")
+t("Armour Penetration: ", "护甲穿透:")
+t("Crit. chance: ", "暴击率:")
+t("Crit. power: ", "暴击伤害加成:")
+t("Attack speed: ", "攻击速度:")
+t("Block value: ", "格挡值:")
+t("Dam. multiplier: ", "伤害倍率:")
+t("Firing range: ", "攻击距离:")
+t("Capacity: ", "弹仓容量:")
+t("Reload speed: ", "装填速度:")
+t("Turns elapse between self-loadings: ", "自动填弹间隔:")
+t("When this weapon hits: %s (%d%% chance level %d).", "当该武器击中:%s (%d%% 几率等级 %d)。")
+t("When this weapon crits: %s (%d%% chance level %d).", "当该武器暴击时:%s (%d%% 几率等级 %d)。")
+t("#YELLOW#On weapon hit:#LAST#", "#YELLOW#武器击中时:#LAST#")
+t("#YELLOW#On weapon crit:#LAST#", "#YELLOW#武器暴击时:#LAST#")
+t("#YELLOW#On weapon kill:#LAST#", "#YELLOW#武器击杀时:#LAST#")
 t("When used from stealth a simple attack with it will not break stealth.", "潜行中使用,单纯攻击不会取消潜行。")
+t("Crushing Blows: ", "毁灭打击: ")
 t("Damage dealt by this weapon is increased by half your critical multiplier, if doing so would kill the target.", "这把武器造成的伤害将增加一半的暴击加成,如果这样能秒杀目标。")
-t("Travel speed: ", "飞行速度: ")
-t("Damage Shield penetration (this weapon only): ", "伤害护盾穿透(仅该武器) ")
-t("Lifesteal (this weapon only): ", "吸血(仅该武器): ")
-t("Multiple attacks: ", "多重攻击: ")
-t("Multiple attacks procs power reduction: ", "多重攻击强度衰减: ")
+t("Travel speed: ", "飞行速度:")
+t("Damage Shield penetration (this weapon only): ", "伤害护盾穿透(仅该武器):")
+t("Lifesteal (this weapon only): ", "吸血(仅该武器):")
+t("Multiple attacks: ", "多重攻击:")
+t("Multiple attacks procs power reduction: ", "多重攻击强度衰减:")
 t("Shots beam through all targets.", "光束穿透所有目标。")
-t("Damage (radius 1) on hit: ", "击中时溅射伤害(1格半径): ")
-t("Damage (radius 2) on crit: ", "暴击时溅射伤害(2格半径): ")
-t("Damage conversion: ", "伤害类型转换: ")
+t("Damage (radius 1) on hit: ", "击中时溅射伤害(1格半径):")
+t("Damage (radius 2) on crit: ", "暴击时溅射伤害(2格半径):")
+t("Damage conversion: ", "伤害类型转换:")
 t("[Plot Item]", "[剧情物品]")
 t("[Cosmetic Item]", "[装饰物品]")
-t("[Legendary]", "[传说物品]")
-t("[Godslayer]", "[弑神者物品]")
-t("[Random Unique]", "[随机史诗]")
-t("[Unique]", "[史诗]")
-t("Type: %s / %s", "类型: %s / %s")
+t("[Legendary]", "[传说级物品]")
+t("[Godslayer]", "[弑神级物品]")
+t("[Random Unique]", "[随机史诗级物品]")
+t("[Unique]", "[史诗级物品]")
+t("Type: %s / %s", "类型:%s/%s")
 t("unknown", "未知")
 t(" ; tier ", " ; 材质等级 ")
 t("It must be held with both hands.", "你必须使用双手装备。")
 t("It can be used as a weapon and offhand.", "能当作单手武器+副手使用")
-t("Mastery: ", "武器精通类型: ")
+t("Mastery: ", "武器精通类型:")
 t("Accuracy is based on willpower for this weapon.", "该武器的命中率受意志加成。")
-t("Weapon Damage: ", "武器伤害: ")
-t(", ", ", ")
+t("Weapon Damage: ", "武器伤害:")
+t(", ", ",")
 t("#YELLOW#It can cause special effects when it strikes in combat.#LAST#", "#YELLOW#近战击中时触发特殊效果。#LAST#")
 t("#ORCHID#It can cause special effects when a melee attack is blocked.#LAST#", "#ORCHID#近战格挡时触发特殊效果。#LAST#")
 t("It %s ambient light (%+d radius).", "它%s光照。 (%+d 光照范围).")
@@ -2450,174 +2551,183 @@ t("provides", "提供")
 t("#ORANGE#It has an activatable power.#LAST#", "#ORANGE#它具有一项可激活的能力。#LAST#")
 t("It is part of a set of items.", "它是某个套装中的一件。")
 t("The set is complete.", "套装已完成。")
-t("Accuracy: ", "命中: ")
-t("Armour penetration: ", "护甲穿透: ")
-t("Physical crit. chance: ", "物理暴击率: ")
-t("Physical power: ", "物理强度: ")
-t("Armour: ", "护甲值: ")
-t("Armour Hardiness: ", "护甲强度: ")
-t("Defense: ", "近战闪避: ")
-t("Ranged Defense: ", "远程闪避: ")
-t("Fatigue: ", "疲劳值: ")
-t("Ammo reloads per turn: ", "每回合装载弹药数: ")
-t("Effects on melee hit: ", "近战附加特效: ")
-t("Damage (Melee): ", "近战附加伤害: ")
-t("Effects on ranged hit: ", "远程附加特效: ")
-t("Damage (Ranged): ", "远程附加伤害: ")
-t("Effects when hit in melee: ", "近战反击特效: ")
-t("Damage when hit (Melee): ", "近战反击伤害: ")
+t("Accuracy: ", "命中:")
+t("Armour penetration: ", "护甲穿透:")
+t("Physical crit. chance: ", "物理暴击率:")
+t("Physical power: ", "物理强度:")
+t("Armour: ", "护甲值:")
+t("Armour Hardiness: ", "护甲强度:")
+t("Defense: ", "近战闪避:")
+t("Ranged Defense: ", "远程闪避:")
+t("Fatigue: ", "疲劳值:")
+t("Ammo reloads per turn: ", "每回合装载弹药数:")
+t("Effects on melee hit: ", "近战附加特效:")
+t("Damage (Melee): ", "近战附加伤害:")
+t("Effects on ranged hit: ", "远程附加特效:")
+t("Damage (Ranged): ", "远程附加伤害:")
+t("Effects when hit in melee: ", "近战反击特效:")
+t("Damage when hit (Melee): ", "近战反击伤害:")
 t("No left", "没有左侧")
 t("No right", "没有右侧")
 t("#YELLOW#On shield block:#LAST#", "#YELLOW#盾牌格挡时:#LAST#")
-t("Changes stats: ", "属性变化: ")
-t("Changes resistances: ", "抗性改变: ")
-t("Changes resistances cap: ", "抗性上限改变: ")
-t("Reduce damage by fixed amount: ", "按固定数值减少全部伤害: ")
-t("Maximum wards: ", "最大守护次数: ")
-t("Changes resistances penetration: ", "抗性穿透改变: ")
-t("Changes damage: ", "伤害加成: ")
-t("Damage against: ", "伤害增幅: ")
-t("Reduced damage from: ", "降低特定来源伤害: ")
-t("Talent category bonus: ", "技能树加成: ")
-t("Damage affinity(heal): ", "伤害吸收(治疗): ")
+t("Changes stats: ", "属性变化:")
+t("Changes resistances: ", "抗性改变:")
+t("Changes resistances cap: ", "抗性上限改变:")
+t("Reduce damage by fixed amount: ", "按固定数值减少全部伤害:")
+t("Maximum wards: ", "最大守护次数:")
+t("Changes resistances penetration: ", "抗性穿透改变:")
+t("Changes damage: ", "伤害加成:")
+t("Damage against: ", "伤害增幅:")
+t("Reduced damage from: ", "降低特定来源伤害:")
+t("Talent category bonus: ", "技能树加成:")
+t("Damage affinity(heal): ", "伤害吸收(治疗):")
+t(" %s", "%s")
 t("all", "所有")
-t("Change telepathy range by : ", "心灵感应范围改变: ")
+t("Change telepathy range by : ", "心灵感应范围改变:")
 t("All", "所有")
-t("Grants telepathy: ", "获得心灵感应: ")
-t("Talent master%s: ", "技能精通: ")
-t("Talent%s cooldown:", "技能 冷却时间:")
+t("Grants telepathy: ", "获得心灵感应:")
+t("Talent master%s: ", "技能精通:")
+t("ies", "ies")
+t("y", "y")
+t(" / ", "/")
+t("Talent%s cooldown:", "技能冷却时间:")
 t("turn%s)", "回合)")
 t(" turn%s)", " 回合)")
 t(" %s (%+d(-) turn%s)", " %s (%+d(-) 回合)")
-t("Talent%s granted: ", "获得技能: ")
-t("Allows you to breathe in: ", "可以在以下环境呼吸: ")
-t("Critical mult.: ", "暴击伤害加成: ")
-t("Reduces incoming crit damage: ", "降低暴击伤害: ")
-t("Reduces opponents crit chance: ", "降低对方暴击率: ")
-t("Trap disarming bonus: ", "拆除陷阱加成: ")
-t("Stealth bonus: ", "潜行加成: ")
-t("Maximum encumbrance: ", "负重上限加成: ")
-t("Physical save: ", "物理豁免加成: ")
-t("Spell save: ", "法术豁免加成: ")
-t("Mental save: ", "精神豁免加成: ")
-t("Blindness immunity: ", "致盲免疫: ")
-t("Poison immunity: ", "毒素免疫: ")
-t("Disease immunity: ", "疾病免疫: ")
-t("Cut immunity: ", "流血免疫: ")
-t("Silence immunity: ", "沉默免疫: ")
-t("Disarm immunity: ", "缴械免疫: ")
-t("Confusion immunity: ", "混乱免疫: ")
-t("Sleep immunity: ", "睡眠免疫: ")
-t("Pinning immunity: ", "定身免疫: ")
-t("Stun/Freeze immunity: ", "震慑/冰冻免疫: ")
-t("Fear immunity: ", "恐惧免疫: ")
-t("Knockback immunity: ", "击退免疫: ")
-t("Instant-death immunity: ", "即死免疫: ")
-t("Teleport immunity: ", "传送免疫: ")
-t("Life regen: ", "生命回复: ")
-t("Stamina each turn: ", "每回合体力回复: ")
-t("Mana each turn: ", "每回合法力回复: ")
-t("Hate each turn: ", "每回合仇恨值回复: ")
-t("Psi each turn: ", "每回合超能力值回复: ")
-t("Equilibrium each turn: ", "每回合失衡值回复: ")
-t("Vim each turn: ", "每回合活力值回复: ")
-t("P.Energy each turn: ", "每回合正能量值回复: ")
-t("N.Energy each turn: ", "每回合负能量值回复: ")
-t("Stamina when hit: ", "被击中回复体力: ")
-t("Mana when hit: ", "被击中回复法力: ")
-t("Equilibrium when hit: ", "被击中回复失衡值: ")
-t("Psi when hit: ", "被击中回复超能力值: ")
-t("Hate when hit: ", "被击中回复仇恨值: ")
-t("Vim when hit: ", "被击中回复活力值: ")
-t("Vim when hitting in melee: ", "近战命中时回复活力: ")
-t("Mana when firing critical spell: ", "法术暴击时回复法力: ")
-t("Vim when firing critical spell: ", "法术暴击时回复活力: ")
-t("Spellpower on spell critical (stacks up to 3 times): ", "法术暴击时增加法术强度(最大叠加3次): ")
-t("Hate when firing a critical mind attack: ", "精神暴击时回复仇恨值: ")
-t("Psi when firing a critical mind attack: ", "精神暴击时回复超能力值: ")
-t("Equilibrium when firing a critical mind attack: ", "精神暴击时回复失衡值: ")
-t("Hate per kill: ", "每次击杀获得仇恨值: ")
-t("Psi per kill: ", "每次击杀获得超能力值: ")
-t("Vim per kill: ", "每次击杀获得活力值: ")
-t("Only die when reaching: ", "生命底限: ")
-t("Maximum life: ", "生命上限: ")
-t("Maximum mana: ", "法力上限: ")
-t("Maximum souls: ", "灵魂上限: ")
-t("Maximum stamina: ", "体力上限: ")
-t("Maximum hate: ", "仇恨上限: ")
-t("Maximum psi: ", "超能力值上限: ")
-t("Maximum vim: ", "活力上限: ")
-t("Maximum pos.energy: ", "正能量上限: ")
-t("Maximum neg.energy: ", "负能量上限: ")
-t("Maximum air capacity: ", "空气容量上限: ")
-t("Spellpower: ", "法术强度: ")
-t("Spell crit. chance: ", "法术暴击率: ")
-t("Lowers spell cool-downs by: ", "减少法术冷却时间: ")
-t("%+d #LAST#(%+d eff.)", "%+d #LAST#(%+d 有效值)")
-t("Mindpower: ", "精神强度: ")
-t("Mental crit. chance: ", "精神暴击率: ")
-t("Light radius: ", "光照范围: ")
-t("Infravision radius: ", "夜视范围: ")
-t("Heightened senses radius: ", "强化感知范围: ")
-t("Sight radius: ", "视觉范围: ")
-t("See stealth: ", "侦测潜行: ")
-t("See invisible: ", "侦测隐形: ")
-t("Invisibility: ", "隐形等级: ")
-t("Global speed: ", "整体速度: ")
-t("Movement speed: ", "移动速度: ")
-t("Combat speed: ", "战斗速度: ")
-t("Casting speed: ", "施法速度: ")
-t("Mental speed: ", "精神速度: ")
-t("Healing mod.: ", "治疗加成: ")
-t("Heals friendly targets nearby when you use a nature summon: ", "当你使用自然召唤时治疗附近友方单位: ")
-t("Life leech chance: ", "吸血几率: ")
-t("Life leech: ", "吸血: ")
-t("Resource leech chance: ", "能量吸收几率: ")
-t("Resource leech: ", "能量吸收: ")
-t("Damage Shield penetration: ", "护盾穿透: ")
-t("Deflect projectiles away: ", "抛射物偏斜: ")
-t("Chance to avoid attacks: ", "闪避攻击几率: ")
-t("Chance to avoid any damage: ", "无视伤害几率: ")
-t("Defense after a teleport: ", "传送后增加闪避: ")
-t("Resist all after a teleport: ", "传送后增加所有抵抗: ")
-t("New effects duration reduction after a teleport: ", "传送后减少效果持续时间: ")
-t("Damage Resonance (when hit): ", "伤害共振(当击中时): ")
-t("Size category: ", "体积等级: ")
-t("Max wilder summons: ", "最大自然召唤数: ")
-t("Life regen bonus (wilder-summons): ", "生命回复加成(自然召唤): ")
-t("Damage Shield Duration: ", "护盾持续时间增加: ")
-t("Damage Shield Power: ", "护盾强度增加: ")
-t("Ice block penetration: ", "冰块穿透: ")
-t("Slows Projectiles: ", "减缓抛射物速度: ")
-t("Bonus block near projectiles: ", "附近有抛射物时获得额外格挡: ")
-t("Reduces paradox anomalies(equivalent to willpower): ", "时空技能异常阀值(基于意志): ")
-t("Damage Backlash: ", "伤害回火: ")
-t("Reduce all damage from unseen attackers: ", "降低不可见目标伤害: ")
+t("Talent%s granted: ", "获得技能:")
+t("Allows you to breathe in: ", "可以在以下环境呼吸:")
+t("Critical mult.: ", "暴击伤害加成:")
+t("Reduces incoming crit damage: ", "降低暴击伤害:")
+t("Reduces opponents crit chance: ", "降低对方暴击率:")
+t("Trap disarming bonus: ", "拆除陷阱加成:")
+t("Stealth bonus: ", "潜行加成:")
+t("Maximum encumbrance: ", "负重上限加成:")
+t("Physical save: ", "物理豁免加成:")
+t("Spell save: ", "法术豁免加成:")
+t("Mental save: ", "精神豁免加成:")
+t("Blindness immunity: ", "致盲免疫:")
+t("Poison immunity: ", "毒素免疫:")
+t("Disease immunity: ", "疾病免疫:")
+t("Cut immunity: ", "流血免疫:")
+t("Silence immunity: ", "沉默免疫:")
+t("Disarm immunity: ", "缴械免疫:")
+t("Confusion immunity: ", "混乱免疫:")
+t("Sleep immunity: ", "睡眠免疫:")
+t("Pinning immunity: ", "定身免疫:")
+t("Stun/Freeze immunity: ", "震慑/冰冻免疫:")
+t("Fear immunity: ", "恐惧免疫:")
+t("Knockback immunity: ", "击退免疫:")
+t("Instant-death immunity: ", "即死免疫:")
+t("Teleport immunity: ", "传送免疫:")
+t("Life regen: ", "生命回复:")
+t("Stamina each turn: ", "每回合体力回复:")
+t("Mana each turn: ", "每回合法力回复:")
+t("Hate each turn: ", "每回合仇恨值回复:")
+t("Psi each turn: ", "每回合超能力值回复:")
+t("Equilibrium each turn: ", "每回合失衡值回复:")
+t("Vim each turn: ", "每回合活力值回复:")
+t("P.Energy each turn: ", "每回合正能量值回复:")
+t("N.Energy each turn: ", "每回合负能量值回复:")
+t("Stamina when hit: ", "被击中回复体力:")
+t("Mana when hit: ", "被击中回复法力:")
+t("Equilibrium when hit: ", "被击中回复失衡值:")
+t("Psi when hit: ", "被击中回复超能力值:")
+t("Hate when hit: ", "被击中回复仇恨值:")
+t("Vim when hit: ", "被击中回复活力值:")
+t("Vim when hitting in melee: ", "近战命中时回复活力:")
+t("Mana when firing critical spell: ", "法术暴击时回复法力:")
+t("Vim when firing critical spell: ", "法术暴击时回复活力:")
+t("Spellpower on spell critical (stacks up to 3 times): ", "法术暴击时增加法术强度(最大叠加3次):")
+t("Hate when firing a critical mind attack: ", "精神暴击时回复仇恨值:")
+t("Psi when firing a critical mind attack: ", "精神暴击时回复超能力值:")
+t("Equilibrium when firing a critical mind attack: ", "精神暴击时回复失衡值:")
+t("Hate per kill: ", "每次击杀获得仇恨值:")
+t("Psi per kill: ", "每次击杀获得超能力值:")
+t("Vim per kill: ", "每次击杀获得活力值:")
+t("%+.2f life", "%+.2f 生命")
+t("Only die when reaching: ", "生命底限:")
+t("Maximum life: ", "生命上限:")
+t("Maximum mana: ", "法力上限:")
+t("Maximum souls: ", "灵魂上限:")
+t("Maximum stamina: ", "体力上限:")
+t("Maximum hate: ", "仇恨上限:")
+t("Maximum psi: ", "超能力值上限:")
+t("Maximum vim: ", "活力上限:")
+t("Maximum pos.energy: ", "正能量上限:")
+t("Maximum neg.energy: ", "负能量上限:")
+t("Maximum air capacity: ", "空气容量上限:")
+t("Spellpower: ", "法术强度:")
+t("Spell crit. chance: ", "法术暴击率:")
+t("Lowers spell cool-downs by: ", "减少法术冷却时间:")
+t("%+d #LAST#(%+d eff.)", "%+d#LAST#(%+d有效值)")
+t("Mindpower: ", "精神强度:")
+t("Mental crit. chance: ", "精神暴击率:")
+t("Light radius: ", "光照范围:")
+t("Infravision radius: ", "夜视范围:")
+t("Heightened senses radius: ", "强化感知范围:")
+t("Sight radius: ", "视觉范围:")
+t("See stealth: ", "侦测潜行:")
+t("See invisible: ", "侦测隐形:")
+t("Invisibility: ", "隐形等级:")
+t("Global speed: ", "整体速度:")
+t("Movement speed: ", "移动速度:")
+t("Combat speed: ", "战斗速度:")
+t("Casting speed: ", "施法速度:")
+t("Mental speed: ", "精神速度:")
+t("Healing mod.: ", "治疗加成:")
+t("Heals friendly targets nearby when you use a nature summon: ", "当你使用自然召唤时治疗附近友方单位:")
+t("Life leech chance: ", "吸血几率:")
+t("Life leech: ", "吸血:")
+t("Resource leech chance: ", "能量吸收几率:")
+t("Resource leech: ", "能量吸收:")
+t("Damage Shield penetration: ", "护盾穿透:")
+t("Deflect projectiles away: ", "抛射物偏斜:")
+t("Chance to avoid attacks: ", "闪避攻击几率:")
+t("Chance to avoid any damage: ", "无视伤害几率:")
+t("Defense after a teleport: ", "传送后增加闪避:")
+t("Resist all after a teleport: ", "传送后增加所有抵抗:")
+t("New effects duration reduction after a teleport: ", "传送后减少效果持续时间:")
+t("Damage Resonance (when hit): ", "伤害共振(当击中时):")
+t("Size category: ", "体积等级:")
+t("Max wilder summons: ", "最大自然召唤数:")
+t("Life regen bonus (wilder-summons): ", "生命回复加成(自然召唤):")
+t("Damage Shield Duration: ", "护盾持续时间增加:")
+t("Damage Shield Power: ", "护盾强度增加:")
+t("Ice block penetration: ", "冰块穿透:")
+t("Slows Projectiles: ", "减缓抛射物速度:")
+t("Bonus block near projectiles: ", "附近有抛射物时获得额外格挡:")
+t("Reduces paradox anomalies(equivalent to willpower): ", "时空技能异常阀值(基于意志):")
+t("Damage Backlash: ", "伤害回火:")
+t("Reduce all damage from unseen attackers: ", "降低不可见目标伤害:")
 t("The wearer is treated as an undead.", "装备者将被视为不死族。")
 t("The wearer is treated as a demon.", "装备者将被视为恶魔。")
 t("The wearer is blinded.", "装备者处于失明状态。")
 t("The wearer is asleep.", "穿戴者陷入沉睡。")
+t("Blind-Fight: ", "心眼: ")
 t("This item allows the wearer to attack unseen targets without any penalties.", "该物品允许你在攻击不可见单位时不受任何惩罚。")
+t("Lucid Dreamer: ", "清晰梦境: ")
 t("This item allows the wearer to act while sleeping.", "此装备允许装备者边睡觉边行动。")
 t("The wearer no longer has to breathe.", "装备者不需要呼吸。")
+t("Quick Weapon Swap:", "无影手: ")
 t("This item allows the wearer to swap to their secondary weapon without spending a turn.", "该武器允许装备者在切换至副武器时无需消耗一回合。")
+t("Avoid Pressure Traps: ", "避免压力陷阱: ")
 t("The wearer never triggers traps that require pressure.", "该物品可防止装备者触发压力式陷阱。")
 t("Allows you to speak and read the old Sher'Tul language.", "让你学会古老的夏·图尔语言。")
-t("When used to modify unarmed attacks:", "徒手伤害加成: ")
+t("When used to modify unarmed attacks:", "徒手伤害加成:")
 t("Learn an unarmed attack talent or enable 'Always show glove combat' to see combat stats.", "学习空手攻击技能,或者开启 '强制显示手套战斗数据' 选项来查看战斗数据")
-t("When used to attack (with talents):", "使用技能攻击时: ")
+t("When used to attack (with talents):", "使用技能攻击时:")
 t("Learn shield attack talent or enable 'Always show shield combat' to see combat stats.", "学习盾牌攻击技能,或者开启 '强制显示盾牌战斗数据' 选项来查看战斗数据")
 t("It is immune to teleportation, if you teleport it will fall on the ground.", "此物品无法传送,传送时会自动掉落。")
-t("When wielded/worn:", "当使用或装备时: ")
-t("Skullcracker multiplicator: ", "铁头功加成: ")
-t("When carried:", "当携带时: ")
-t("Attach on item of type '#ORANGE#%s / %s#LAST#'", "安装在该类型物品上 '#ORANGE#%s / %s#LAST#'")
+t("When wielded/worn:", "当使用或装备时:")
+t("Skullcracker multiplicator: ", "铁头功加成:")
+t("When carried:", "当携带时:")
+t("Attach on item of type '#ORANGE#%s / %s#LAST#'", "安装在该类型物品上 '#ORANGE#%s/%s#LAST#'")
 t("Attach on item of type '#ORANGE#%s#LAST#'", "安装在该类型物品上 '#ORANGE#%s#LAST#'")
 t("Attach on item worn on slot '#ORANGE#%s#LAST#'", "安装在该槽位物品上 '#ORANGE#%s#LAST#'")
-t("When attach to an other item:", "当安装到物品上时: ")
-t("Special effect on block: ", "格挡时特效: ")
-t("When used to imbue an object:", "当被用来强化装备时: ")
-t("When used as an alchemist bomb:", "当用作炼金炸弹时: ")
+t("When attach to an other item:", "当安装到物品上时:")
+t("Special effect on block: ", "格挡时特效:")
+t("When used to imbue an object:", "当被用来强化装备时:")
+t("When used as an alchemist bomb:", "当用作炼金炸弹时:")
 t("Bomb damage +%d%%", "炸弹伤害 +%d%%")
 t("Bomb thrown range +%d", "炸弹投掷距离 +%d")
 t("Mana regain %d", "法力值回复 %d")
@@ -2625,11 +2735,11 @@ t("%d%% chance to daze for %d turns", "%d%% 几率眩晕 %d 回合")
 t("%d%% chance to stun for %d turns", "%d%% 几率震慑 %d 回合")
 t("Additional %d %s damage", "额外 %d %s伤害")
 t("Life regen %d%% of max life", "生命值回复增加 %d%% 最大生命值")
-t("Latent Damage Type: ", "潜在伤害类型: ")
+t("Latent Damage Type: ", "潜在伤害类型:")
 t("When inscribed on your body:", "当铭刻在你的皮肤上时:")
-t("Talent on hit(spell): %s (%d%% chance level %d).", "技能(法术)命中后释放: %s (%d%% 几率等级 %d).")
-t("Talent on hit(nature): %s (%d%% chance level %d).", "技能(自然)命中后释放: %s (%d%% 几率等级 %d).")
-t("Talent on hit(mindpower): %s (%d%% chance level %d).", "技能(精神)命中后释放: %s (%d%% 几率等级 %d).")
+t("Talent on hit(spell): %s (%d%% chance level %d).", "技能(法术)命中后释放:%s (%d%% 几率等级 %d).")
+t("Talent on hit(nature): %s (%d%% chance level %d).", "技能(自然)命中后释放:%s (%d%% 几率等级 %d).")
+t("Talent on hit(mindpower): %s (%d%% chance level %d).", "技能(精神)命中后释放:%s (%d%% 几率等级 %d).")
 t("Activating this item is instant.", "使用该物品不需要时间。")
 t("It can be used to %s, with %d charges out of %d.", "可以用于 %s ,消耗 %d 充能,总计 %d。")
 t("Talent %s", "技能 %s")
@@ -2646,19 +2756,31 @@ Activation costs %d power out of %d/%d.]], [[它可以用于%s
 激活消耗%d能量,总计%d/%d。]])
 t("It can be used to %s.", "它可以用于%s。")
 t("%d out of %d/%d.", "%d,总计%d/%d.")
-t("Power cost: ", "能量消耗: ")
-t("It can be used to activate talent %s, placing all other charms into a %s cooldown :", "它可以用于触发技能%s,将所有其他物品置入%s回合冷却:")
-t("It can be used to activate talent %s (costing %s power out of %s/%s) :", "它可以用于触发技能%s (消耗%s能量,总计%s/%s) :")
+t("Power cost: ", "能量消耗:")
+t("It can be used to activate talent %s, placing all other charms into a %s cooldown :", "它可以用于触发技能%s,将所有其他物品置入%s回合冷却:")
+t("It can be used to activate talent %s (costing %s power out of %s/%s) :", "它可以用于触发技能%s (消耗%s能量,总计%s/%s):")
 t("When used:", "当使用时:")
 t("%s%% chance to %s", "%s%% 几率触发 %s")
 t("Newly picked up", "最近拾取")
 t("This item will automatically be transmogrified when you leave the level.", "这一物品会在你离开地图的时候自动被转化。")
-t("Powered by #VIOLET#arcane forces#LAST#", "装备力量来源 #VIOLET#奥术力量#LAST#")
-t("Infused by #OLIVE_DRAB#nature#LAST#", "装备力量来源 #OLIVE_DRAB#自然力量#LAST#")
-t("Infused by #ORCHID#arcane disrupting forces#LAST#", "装备力量来源 #ORCHID#反魔法力量#LAST#")
-t("Crafted by #LIGHT_UMBER#a master#LAST#", "装备制造者 #LIGHT_UMBER#某位大师#LAST#")
-t("Infused by #YELLOW#psionic forces#LAST#", "装备力量来源 #YELLOW#超能力#LAST#")
-t("Powered by #CRIMSON#unknown forces#LAST#", "装备力量来源 #CRIMSON#未知力量#LAST#")
+t([[Powered by #VIOLET#arcane forces#LAST#
+]], [[装备力量来源 #VIOLET#奥术力量#LAST#
+]])
+t([[Infused by #OLIVE_DRAB#nature#LAST#
+]], [[装备力量来源 #OLIVE_DRAB#自然力量#LAST#
+]])
+t([[Infused by #ORCHID#arcane disrupting forces#LAST#
+]], [[装备力量来源 #ORCHID#反魔法力量#LAST#
+]])
+t([[Crafted by #LIGHT_UMBER#a master#LAST#
+]], [[装备制造者 #LIGHT_UMBER#某位大师#LAST#
+]])
+t([[Infused by #YELLOW#psionic forces#LAST#
+]], [[装备力量来源 #YELLOW#超能力#LAST#
+]])
+t([[Powered by #CRIMSON#unknown forces#LAST#
+]], [[装备力量来源 #CRIMSON#未知力量#LAST#
+]])
 t("%0.2f Encumbrance.", "%0.2f 负重。")
 t("This object's appearance was changed to %s", "这个物品的外观被改变为 %s 。")
 t(".", ".")
@@ -2673,13 +2795,13 @@ t("Can not switch control to this creature.", "无法切换至控制这个生物
 t("Switching control", "切换控制权")
 t("#MOCCASIN#Character control switched to %s.", "#MOCCASIN#角色切换至 %s 。")
 t("Can not give orders to this creature.", "无法对该生物发布指令。")
-t("Set action radius: %d", "设置行动范围: %d")
+t("Set action radius: %d", "设置行动范围:%d")
 t("Set the maximum distance this creature can go from the party master", "设置这个生物跟随队长的最大距离")
 t("%s maximum action radius set to %d.", "%s 的最大活动范围被设定为 %d 。")
 t("that location", "这个位置")
 t("%s will stay near %s.", "%s 将会待在 %s 身边。")
 t("%s targets #Target#.", "%s将#Target#设为目标。")
-t("Change name of: %s", "改变名字: %s")
+t("Change name of: %s", "改变名字:%s")
 t("Name", "名称")
 t("No, we must hurry!", "不行,我们必须得抓紧时间!")
 t("Ok, but not for long.", "好吧,但时间不要太长。")
@@ -2692,21 +2814,22 @@ t("The portal is %s, to the %s.", "传送门%s,在%s。")
 ------------------------------------------------
 section "game/modules/tome/class/PartyMember.lua"
 
-t("Behavior: %s", "行为: %s")
-t("Action radius: %d", "行动范围: %d")
+t("Behavior: %s", "行为:%s")
+t("Action radius: %d", "行动范围:%d")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Player.lua"
 
 t("There is an item here: %s", "发现物品:%s。")
-t("#YELLOW_GREEN#There is %s here (press '<', '>' or right click to use).", "#YELLOW_GREEN#这里有%s(按 '<', '>' or 或右键使用)。")
+t("#YELLOW_GREEN#There is %s here (press '<', '>' or right click to use).", "#YELLOW_GREEN#这里有%s(按 '<', '>' 或右键使用)。")
 t("Level change (%s)!", "地图切换 (%s)!")
 t("#FF0000#You carry too much--you are encumbered!", "#FF0000#你拿了太多东西——超重了!")
 t("#FF0000#Drop some of your items.", "#FF0000#丢弃一些东西。")
-t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的 %s 消失了。")
+t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的%s消失了。")
 t("", "")
 t("taken damage", "受到伤害")
+t("LOW HEALTH!", "生命值低!")
 t("detrimental status effect", "负面状态效果")
 t("died", "死亡")
 t("suffocating", "窒息")
@@ -2714,9 +2837,9 @@ t("chat started", "开始聊天")
 t("%s available", "%s可用")
 t("#00ff00#%sTalent %s is ready to use.", "#00ff00#%s技能 %s 已经可以使用。")
 t("Automatic use of talent %s #DARK_RED#skipped#LAST#: cooldown too low (%d).", "%s 的自动施法被#DARK_RED#跳过#LAST#了:冷却时间太低(%d)")
-t("dialog is displayed", "有开启的对话框")
 t("losing health!", "生命值下降!")
 t("all resources and life at maximum", "所有资源和生命值已恢复满")
+t("dialog is displayed", "有开启的对话框")
 t("hostile spotted to the %s (%s%s)", "在%s有敌对目标(%s%s)")
 t("talent prevented", "有技能阻止你这么做")
 t("losing breath!", "窒息!")
@@ -2742,25 +2865,25 @@ t("This does not seem to have any effect.", "似乎没有发生任何作用。")
 t("You use the %s on the pedestal. There is a distant 'clonk' sound.", "你在基座上使用了 %s 。你听到远处传来一声“咔嗒”声。")
 t("#LIGHT_RED#%s briefly catches sight of you!", "#LIGHT_RED#%s 发现了你的踪迹!")
 t("#LIGHT_RED#You sense that Something has taken notice of you ...", "#LIGHT_RED#你感觉到有某个生物注意到了你的存在。")
-t("#LIGHT_GREEN#Accepted quest '%s'! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#接受了任务“ %s ”! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' status updated! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”状态已经更新! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' completed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”完成! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' is done! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”完成! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_RED#Quest '%s' is failed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_RED#任务“ %s ”失败! #WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Accepted quest '%s'! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#接受了任务“%s”!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' status updated! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”状态已经更新!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' completed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”完成!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' is done! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”完成!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_RED#Quest '%s' is failed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_RED#任务“%s”失败!#WHITE#(按下“j”查看任务日志)")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Projectile.lua"
 
-t("Projectile: ", "抛射物: ")
-t("Origin: ", "发射者: ")
-t("Speed: %d%% %s", "速度: %d%% %s")
-t("Affect origin chance: ", "击中发射者几率: ")
-t("Affect origin's friends chance: ", "击中发射者队友几率: ")
-t("Coords: ", "坐标: ")
-t("UID: ", "UID: ")
-t(" homing: %s(%s, %s)", " 瞄准: %s(%s, %s)")
-t(" range: ", " 范围: ")
+t("Projectile: ", "抛射物:")
+t("Origin: ", "发射者:")
+t("Speed: %d%% %s", "速度:%d%%%s")
+t("Affect origin chance: ", "击中发射者几率:")
+t("Affect origin's friends chance: ", "击中发射者队友几率:")
+t("Coords: ", "坐标:")
+t("UID: ", "UID:")
+t(" homing: %s(%s, %s)", " 瞄准:%s(%s, %s)")
+t(" range: ", " 范围:")
 t("projectile", "抛射物")
 t("%s's %s", "%sçš„%s")
 
@@ -2772,14 +2895,14 @@ t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as thi
 t("Not enough gold", "金币不足")
 t("You do not have the %0.2f gold needed!", "你没有所需的 %0.2f 金币!")
 t("Buy %d %s for %0.2f gold%s?", "你要购买%d个%s,花费 %0.2f 金币吗?")
-t("Bought: %s %s for %0.2f gold.", "已购买: %s %s 价格 %0.2f 金币。")
+t("Bought: %s %s for %0.2f gold.", "已购买:%s %s 价格 %0.2f 金币。")
 t("Buy", "è´­ä¹°")
 t("Sell %d %s for %0.2f gold%s?", "你要触手%d个%s,获得 %0.2f 金币吗?")
-t("Sold: %s %s for %0.2f gold.", "已出售: %s %s 价格 %0.2f 金币。")
+t("Sold: %s %s for %0.2f gold.", "已出售:%s %s 价格 %0.2f 金币。")
 t("Cancel", "取消")
 t("Sell", "出售")
-t("Buy for: %0.2f gold (You have %0.2f gold)", "购买价: %0.2f 金币 (你有 %0.2f 金币)")
-t("Sell for: %0.2f gold (You have %0.2f gold)", "出售价: %0.2f 金币 (你有 %0.2f 金币)")
+t("Buy for: %0.2f gold (You have %0.2f gold)", "购买价:%0.2f 金币 (你有 %0.2f 金币)")
+t("Sell for: %0.2f gold (You have %0.2f gold)", "出售价:%0.2f 金币 (你有 %0.2f 金币)")
 t("You must be level %d to access this shop.", "你必须达到 %d级才能进入这个商店。")
 
 
@@ -2792,22 +2915,24 @@ t("<Store>", "<商店>")
 t("neutral", "中立")
 t("hostile", "敌对")
 t("friendly", "友善")
-t("Faction: ", "阵营: ")
+t("Faction: ", "阵营:")
 t("(beneficial)", "(有益)")
 t("(beneficial to enemies)", "(对敌人有益)")
 t("(safe)", "(安全)")
 t("pressure_trigger", "压力陷阱")
-t("#YELLOW#Detect: %d#WHITE#", "#YELLOW#侦测: %d#WHITE#")
-t("#YELLOW# Disarm: %d#WHITE#", "#YELLOW#解除: %d#WHITE#")
+t("#YELLOW#Detect: %d#WHITE#", "#YELLOW#侦测:%d#WHITE#")
+t("#YELLOW# Disarm: %d#WHITE#", "#YELLOW#解除:%d#WHITE#")
 t("You set off the trap!", "你触发了陷阱!")
 t("You successfully dismantled the trap.", "你成功地拆除了这个陷阱。")
 t("You were interrupted.", "你被打扰了。")
+t("Dismantling", "正在拆除")
+t("dismantled", "拆除了")
 t("Your level of skill was not enough to understand the workings of this trap.", "你的技能等级太低,无法理解这个陷阱的构造。")
 t("You quit dismantling the trap.", "你放弃了拆除陷阱。")
-t("#LIGHT_BLUE#%s: %s#LAST#", "#LIGHT_BLUE#%s: %s#LAST#")
+t("#LIGHT_BLUE#%s: %s#LAST#", "#LIGHT_BLUE#%s:%s#LAST#")
 t("Failure", "失败")
 t("Success", "成功")
-t("Disarming a trap: %s", "正在拆除陷阱: %s")
+t("Disarming a trap: %s", "正在拆除陷阱:%s")
 t("Disarm Normally", "普通地拆除")
 t("Dismantle Carefully", "小心地拆除")
 t("ignore", "无视了")
@@ -2825,31 +2950,32 @@ t("trap", "陷阱")
 ------------------------------------------------
 section "game/modules/tome/class/UserChatExtension.lua"
 
-t("#ANTIQUE_WHITE#has linked an item: #WHITE# %s", "#ANTIQUE_WHITE#has linked an item: #WHITE# %s")
-t("#ANTIQUE_WHITE#has linked a creature: #WHITE# %s", "#ANTIQUE_WHITE#has linked a creature: #WHITE# %s")
-t("#ANTIQUE_WHITE#has linked a talent: #WHITE# %s", "#ANTIQUE_WHITE#has linked a talent: #WHITE# %s")
-t("#CRIMSON#%s#WHITE#%s", "#CRIMSON#%s#WHITE#%s")
+t("#ANTIQUE_WHITE#has linked an item: #WHITE# %s", "#ANTIQUE_WHITE#链接了一件物品: #WHITE# %s")
+t("#ANTIQUE_WHITE#has linked a creature: #WHITE# %s", "#ANTIQUE_WHITE#链接了一个生物: #WHITE# %s")
+t("#ANTIQUE_WHITE#has linked a talent: #WHITE# %s", "#ANTIQUE_WHITE#链接了一个技能: #WHITE# %s")
+t("#CRIMSON#%s#WHITE#", "#CRIMSON#%s#WHITE#")
 t("SHAKING", "震动")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/World.lua"
 
-t("#LIGHT_BLUE#New shimmer option unlocked: #{italic}#%s#{normal}#", "#LIGHT_BLUE#新幻化选项解锁: #{italic}#%s#{normal}#")
+t("%s the %s %s level %s", "%s,%s%s,等级%s")
+t("#LIGHT_BLUE#New shimmer option unlocked: #{italic}#%s#{normal}#", "#LIGHT_BLUE#新幻化选项解锁:#{italic}#%s#{normal}#")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/WorldNPC.lua"
 
-t("#Target# kills #Source#.", "#Target# 击杀了 #Source#.")
-t("#Source# kills #Target#.", "#Source# 击杀了 #Target#.")
+t("#Target# kills #Source#.", "#Target#击杀了#Source#.")
+t("#Source# kills #Target#.", "#Source#击杀了#Target#.")
 t("neutral", "中立")
 t("hostile", "敌对")
 t("friendly", "友善")
-t("Rank: ", "层级: ")
-t("Faction: ", "阵营: ")
-t("Killed by you: ", "被你杀死: ")
-t("Target: ", "目标: ")
+t("Rank: ", "层级:")
+t("Faction: ", "阵营:")
+t("Killed by you: ", "被你杀死:")
+t("Target: ", "目标:")
 t("none", "没有")
 
 
@@ -2882,6 +3008,7 @@ t("Congratulations!", "恭喜")
 t("%s the %s", "%s %s", {2,1})
 t("%s the Master of Arena", "竞技场主宰 %s")
 t("#LIGHT_RED#WARNING! %s, the master of the arena, appears!!!", "#LIGHT_RED#警告! 竞技场主宰 %s出现了!!!")
+t("OVERKILL", "超杀")
 t("#LIGHT_GREEN#Your powerful attack completely obliterates #WHITE#%s#LIGHT_GREEN#!", "#LIGHT_GREEN#你强力的攻击将#WHITE#%s#LIGHT_GREEN#完全毁灭!")
 t("#LIGHT_GREEN#You destroy #WHITE#%s#LIGHT_GREEN# in a single blow!", "#LIGHT_GREEN#你一击秒杀了#WHITE#%s#LIGHT_GREEN#!")
 t("#LIGHT_GREEN#Your score multiplier increases by #WHITE#%d#LIGHT_GREEN#!", "#LIGHT_GREEN#你的分数加成增加了#WHITE#%d#LIGHT_GREEN#!")
@@ -2927,7 +3054,8 @@ t("Your %s is depleted!", "你的 %s 被耗尽!")
 ------------------------------------------------
 section "game/modules/tome/class/interface/ActorObjectUse.lua"
 
-t("Activate: %s", "使用: %s")
+t("Activate an object", "使用物品")
+t("Activate: %s", "使用:%s")
 t("%s activates %s %s!", "%s激活了%s%s!")
 t("%s", "%s")
 t("Activate an object.", "使用物品。")
@@ -2946,12 +3074,13 @@ section "game/modules/tome/class/interface/Archery.lua"
 
 t("You need a missile launcher (%s)!", "你需要火箭发射器(%s)!")
 t("You do not have enough ammo left!", "你没有足够的弹药!")
-t("#ORCHID#Your %s CANNOT SHOOT (Resource: %s%s#LAST#).", "#ORCHID#你的%s无法射击(资源: %s%s#LAST#).")
-t("#ORCHID#Target out of range.  Hold <ctrl> to force all weapons to fire at targets out of ranges (%d - %d).", "#ORCHID#目标超出范围。按住  <ctrl> 来强制射击超出范围(%d - %d)的目标.")
-t("#ORCHID#Target out of range.  Hold <ctrl> to force your weapon to fire at targets beyond its range (%d).", "#ORCHID#目标超出范围。按住  <ctrl> 来强制射击超出范围(%d)的目标.")
-t("#ORCHID#You COULD NOT SHOOT your %s (Resource: %s%s#LAST#).", "#ORCHID#无法使用%s射击(资源: %s%s#LAST#).")
+t("#ORCHID#Your %s CANNOT SHOOT (Resource: %s%s#LAST#).", "#ORCHID#你的%s无法射击(资源:%s%s#LAST#).")
+t("#ORCHID#Target out of range.  Hold <ctrl> to force all weapons to fire at targets out of ranges (%d - %d).", "#ORCHID#目标超出范围。按住<ctrl>来强制射击超出范围(%d-%d)的目标.")
+t("#ORCHID#Target out of range.  Hold <ctrl> to force your weapon to fire at targets beyond its range (%d).", "#ORCHID#目标超出范围。按住<ctrl>来强制射击超出范围(%d)的目标.")
+t("#ORCHID#You COULD NOT SHOOT your %s (Resource: %s%s#LAST#).", "#ORCHID#无法使用%s射击(资源:%s%s#LAST#).")
+t("%s(%d parried#LAST#)", "%s(%d 匕首格挡#LAST#)")
 t("#{bold}##Source# performs a ranged critical strike against #Target#!#{normal}#", "#{bold}##Source#对#Target#发起一次远程暴击!#{normal}#")
-t("#Source# misses #target#.", "#Source# 没有命中 #target#.")
+t("#Source# misses #target#.", "#Source#没有命中#target#.")
 t("The shattering blow creates a shockwave!", "这次攻击引发了冲击波!")
 t("You are disarmed!", "你被缴械了!")
 t("You must wield a ranged weapon (%s)!", "你必须装备一件远程武器(%s)!")
@@ -2960,30 +3089,31 @@ t("You must wield a ranged weapon (%s)!", "你必须装备一件远程武器(%s)
 ------------------------------------------------
 section "game/modules/tome/class/interface/Combat.lua"
 
-t("%s is too afraid to attack.", "%s 由于恐惧而无法攻击。")
-t("%s is too terrified to attack.", "%s 由于恐惧而无法攻击。")
+t("%s is too afraid to attack.", "%s由于恐惧而无法攻击。")
+t("%s is too terrified to attack.", "%s由于恐惧而无法攻击。")
 t("#Target# notices you at the last moment!", "#Target#在最后时刻注意到了你!")
-t("#ORCHID#%s cleverly deflects the attack with %s shield!#LAST#", "#ORCHID#%s 用%s盾牌机智地躲避了攻击!#LAST#")
-t("#ORCHID#%s parries the attack with %s dual weapons!#LAST#", "#ORCHID#%s 用%s双持武器使这次攻击发生偏斜!#LAST#")
+t("#ORCHID#%s cleverly deflects the attack with %s shield!#LAST#", "#ORCHID#%s用%s盾牌机智地躲避了攻击!#LAST#")
+t("#ORCHID#%s parries the attack with %s dual weapons!#LAST#", "#ORCHID#%s用%s双持武器使这次攻击发生偏斜!#LAST#")
 t("#ORCHID#%s instinctively hardens %s skin and ignores the attack!#LAST#", "#ORCHID#%s本能地硬化%s皮肤,无视了这次攻击!#LAST#")
-t("#Target# repels an attack from #Source#.", "#Target# 击退了#Source#的进攻.")
-t("#Target# evades #Source#.", "#Target# 闪避了 #Source# 。")
+t("#Target# repels an attack from #Source#.", "#Target#击退了#Source#的进攻.")
+t("#Target# evades #Source#.", "#Target#闪避了#Source#。")
+t("%s(%d parried#LAST#)", "%s(%d 匕首格挡#LAST#)")
 t("#{bold}##Source# performs a melee critical strike against #Target#!#{normal}#", "#{bold}##Source#向#Target#发起一次近战暴击!#{normal}#")
-t("#Source# misses #Target#.", "#Source# 未命中 #Target#。")
+t("#Source# misses #Target#.", "#Source#未命中#Target#。")
 t("The shattering blow creates a shockwave!", "这次攻击引发了冲击波!")
 t("#F53CBE#You revel in attacking a weakened foe! (+%d hate)", "#F53CBE#你沉醉于攻击一个虚弱的敌人!(+%d 仇恨)")
 t("#F53CBE#Your rampage is invigorated by your fierce attack! (+1 duration)", "#F53CBE#你强力的攻击延长了你的暴走时间! (+1持续时间)")
 t("#{bold}#%s's spell attains critical power!#{normal}#", "#{bold}#%s的法术造成了致命一击!#{normal}#")
 t("#{bold}#%s's mind surges with critical power!#{normal}#", "#{bold}#%s的精神攻击造成了致命一击!#{normal}#")
 t("#Source#'s grapple fails because #Target# is too big!", "#Source#的抓取失败了,因为#Target#体型过大!")
-t("%s resists the grapple!", "%s 抵抗了抓取!")
+t("%s resists the grapple!", "%s抵抗了抓取!")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyDeath.lua"
 
-t("%s the level %d %s %s was %s to death by %s%s%s on level %s of %s.", "玩家%s等级%d %s%s被%s而死,杀死他(她)的是%s%s%s,死在第%s层,%s。")
-t("%s(%d %s %s) was %s to death by %s%s on %s %s.", "%s(%d %s %s) %s而死,被%s%s杀死于%s %s。")
+t("%s the level %d %s %s was %s to death by %s%s%s on level %s of %s.", "玩家%s等级%d%s%s%s而死,杀死他(她)的是%s%s%s,死在第%s层,%s。")
+t("%s(%d %s %s) was %s to death by %s%s on %s %s.", "%s(%d %s %s)%s而死,被%s%s杀死于%s %s。")
 t("her", "她的")
 t("him", "ä»–")
 t("herself", "她自己")
@@ -3005,14 +3135,14 @@ t("#{bold}#", "#{bold}#")
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyIngredients.lua"
 
-t("You collect a new ingredient: #LIGHT_GREEN#%s%s#WHITE#.", "你搜集了一个新的材料: #LIGHT_GREEN#%s%s#WHITE#.")
-t("You collect a new ingredient: #LIGHT_GREEN#%s%s (%d)#WHITE#.", "你搜集了一个新的材料: #LIGHT_GREEN#%s%s (%d)#WHITE#.")
+t("You collect a new ingredient: #LIGHT_GREEN#%s%s#WHITE#.", "你搜集了一个新的材料:#LIGHT_GREEN#%s%s#WHITE#.")
+t("You collect a new ingredient: #LIGHT_GREEN#%s%s (%d)#WHITE#.", "你搜集了一个新的材料:#LIGHT_GREEN#%s%s(%d)#WHITE#.")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyLore.lua"
 
-t("Lore found: #0080FF#%s", "发现手札: #0080FF#%s")
+t("Lore found: #0080FF#%s", "发现手札:#0080FF#%s")
 t("You can read all your collected lore in the game menu, by pressing Escape.", "按下Esc键,进入游戏菜单你可以查看所有你已经收集的札记。")
 t("learnt lore", "发现手札")
 
@@ -3252,9 +3382,9 @@ Specific information on each talent appears its tooltip.]], [[#GOLD#主动技能
 t([[#GOLD#Instant Talents#LAST#
 Some activated talents take no time to use, being activated with but a thought.
 Unlike most talents, instant talents are never put on cooldown from being stunned, and may be usable when most other talents are not.
-Specific information on each talent appears its tooltip.]], [[#GOLD#瞬发技能#LAST#
+Specific information on each talent appears its tooltip.]], [[#GOLD#瞬间技能#LAST#
 使用有些主动技能不需要时间,瞬间就能发动。
-和其他技能不同,瞬发技能不会被震慑而进入冷却状态,并且在大部分技能都不能使用的时候仍然可以使用。
+和其他技能不同,瞬间技能不会被震慑而进入冷却状态,并且在大部分技能都不能使用的时候仍然可以使用。
 有关技能的详细信息,请参阅技能的提示框。]])
 t([[#GOLD#Passive Talents#LAST#
 When learned, passive talents permanently alter the user in some way.
@@ -3375,33 +3505,32 @@ t([[#GOLD#Damage#LAST#
 This is the damage you inflict on your foes when you hit them.
 This damage can be reduced by the target's armour or by percentile damage resistances.
 It is improved by Strength or Dexterity, depending on your weapon. Some talents can change the stats that affect it.
-]], [[#GOLD#伤害#LAST#
+]], [[#GOLD#武器伤害#LAST#
 你击中目标时产生的伤害量。
-目标受到的伤害可以被其护甲值或百分比免伤属性所减免。
-根据武器不同,提升力量和敏捷属性可以提升伤害,一些技能也可以改变影响伤害值的属性。
+目标受到的伤害可以被其护甲值或伤害抗性减免。
+一般来说,提升力量或敏捷属性可以提升武器伤害,但会根据武器不同而有所变化。一些技能也可以改变影响伤害值的属性。
 ]])
 t([[#GOLD#Shield Block Value#LAST#
 The amount of damage a shield will block when actively used in defense.
 Usually this is only effective against Physical damage, but some special shields (and talents) allow the wearer to block other types.
 ]], [[#GOLD#盾牌格挡值#LAST#
-盾牌在激活是所能阻挡的伤害量。
-通常这只对物理伤害有效,但是一些特殊的护盾(和技能)允许穿戴者阻挡其他类型的伤害。
+盾牌在激活时所能阻挡的伤害量。
 ]])
 t([[#GOLD#Armour Penetration#LAST#
 Armour penetration allows you to ignore a part of the target's armour (this only works for armour, not damage resistance).
 This can never increase the damage you do beyond reducing armour, so it is only useful against armoured foes.
 ]], [[#GOLD#护甲穿透#LAST#
-护甲穿透可以让你忽视部分目标护甲值(只对护甲值有效,对百分比免伤无效)。
-它不能提高造成的伤害,所以只对有装甲属性的目标有效。
+护甲穿透可以让你忽视部分目标护甲值(只对护甲值有效,对伤害抗性无效)。
+它不能提高造成的伤害,只对有护甲的目标有效。
 ]])
 t([[#GOLD#Critical chance#LAST#
 Each time you deal damage you have a chance to make a critical hit that deals extra damage.
 Some talents allow you to increase this percentage.
 It is improved by Cunning.
-]], [[#GOLD#物理暴击#LAST#
+]], [[#GOLD#暴击率#LAST#
 每次造成伤害时,你都有一定几率造成一次造成额外伤害的致命攻击。
 一些技能可以提高这个几率。
-提升灵巧属性值可以提高物理暴击率。
+提升灵巧属性值可以提高暴击率。
 ]])
 t([[#GOLD#Attack speed#LAST#
 Attack speed represents how fast your attacks are compared to normal.
@@ -3554,8 +3683,7 @@ Each time you deal damage with a mental attack you may have a chance to perform
 Some talents allow you to increase this percentage.
 It is improved by Cunning.
 ]], [[#GOLD#精神暴击#LAST#
-每次造成精神伤害时你都有一定几率
-暴击造成额外伤害。
+每次造成精神伤害时你都有一定几率暴击造成额外伤害。
 一些技能可以提高这个几率。
 提升灵巧属性值可以提高精神暴击。
 ]])
@@ -3607,7 +3735,7 @@ This stacks (multiplicatively) with individual damage type resistances up to the
 t([[#GOLD#Damage resistance: absolute#LAST#
 All damage you receive, through any means, is decreased by this percentage.
 This is applied after normal damage resistance and is not affected by resistance penetration.
-]], [[#GOLD#伤害抵抗: 绝对#LAST#
+]], [[#GOLD#伤害抵抗:绝对#LAST#
 所有类型任何方式对你造成的伤害按此值减免。
 该效果在常规伤害抵抗后生效,不受抗性穿透影响。
 ]])
@@ -3619,20 +3747,20 @@ All damage of this type that you receive, through any means, is reduced by this
 t([[#GOLD#Damage resistance: by speed#LAST#
 All damage you receive, through any means, is decreased by this percentage, which increases as your total movement speed (global times movement) decreases.
 This is applied after normal damage type resistances.
-]], [[#GOLD#伤害抵抗: 速度#LAST#
+]], [[#GOLD#伤害抵抗:速度#LAST#
 所有类型任何方式对你造成的伤害按此值减免,随着你的总体移动速度减少而增加。
 该效果在常规伤害抵抗后生效,不受抗性穿透影响。
 ]])
 t([[#GOLD#Damage resistance: creature type#LAST#
 All damage you receive from creatures of this type, through any means, is decreased by this percentage.  This is applied separately to (stacks with) normal resistances.
-]], [[#GOLD#伤害抵抗: 生物类型#LAST#
-任何方式受到指定生物类型的伤害,不管造成伤害的方式是什么,都按此值减免。这一效果与普通伤害抗性叠加。
+]], [[#GOLD#伤害抵抗:生物类型#LAST#
+任何方式受到指定生物类型的伤害,不管造成伤害的方式是什么,都按此值减免。这一效果与普通伤害抗性各自独立生效。
 ]])
 t([[#GOLD#Damage affinity: all#LAST#
 All damage you receive, through any means, also heals you for this percentage of the damage.
 This stacks with individual damage type affinities.
 Important: Affinity healing happens after damage has been taken, it can not prevent death.
-]], [[#GOLD#伤害吸收: 全体#LAST#
+]], [[#GOLD#伤害吸收:全体#LAST#
 任何方式受到指定类型的伤害,都会按此比例治疗你。
 可以与独立类型的伤害吸收效果叠加。
 注意:伤害吸收的治疗效果在伤害产生后处理,不能防止秒杀。
@@ -3640,14 +3768,14 @@ Important: Affinity healing happens after damage has been taken, it can not prev
 t([[#GOLD#Damage affinity: specific#LAST#
 All damage of this type that you receive, through any means, also heals you for this percentage of the damage.
 Important: Affinity healing happens after damage has been taken, it can not prevent death.
-]], [[#GOLD#伤害吸收: 指定#LAST#
+]], [[#GOLD#伤害吸收:指定#LAST#
 任何方式受到指定类型的伤害,都会按此比例治疗你。
 注意:伤害吸收的治疗效果在伤害产生后处理,不能防止秒杀。
 ]])
 t([[#GOLD#Status resistance#LAST#
 Most bad status effects can be avoided by having an appropriate immunity, represented by a percent chance to completely avoid the effect in question.  This chance is applied in addition to any saving throws or other checks that may apply.
 ]], [[#GOLD#状态免疫#LAST#
-大部分状态效果可以被特定的免疫来抵消,以百分比表示你完全免疫该效果的几率的几率。这一几率与豁免或其他效果可以叠加。
+大部分状态效果可以被特定的免疫来抵消,以百分比表示你完全免疫该效果的几率的几率。这一几率与豁免或其他效果各自独立生效。
 ]])
 t([[#GOLD#Effect resistance chance#LAST#
 This represents your chance to completely resist this specific effect.
@@ -3667,7 +3795,7 @@ This represents your chance to avoid most chronomatic anomaly effects.
 t([[#GOLD#Instant death resistance#LAST#
 This represents your chance to avoid being instantly killed, severely incapacitated, or controlled by certain abilities.
 ]], [[#GOLD#即死免疫#LAST#
-表示你对一系列导致立即死亡,严重残废,或是被控制的效果的抵抗几率。
+表示你对一系列导致立即死亡,失去行动能力,或是被控制的效果的抵抗几率。
 ]])
 t([[#GOLD#Negative status effect immunity chance#LAST#
 This represents your chance to completely avoid ANY persistent bad effects applied to you from others.
@@ -3691,8 +3819,8 @@ This represents your chance to completely avoid ANY persistent bad magical effec
 ]])
 t([[#GOLD#Damage when hit#LAST#
 Each time a creature hits you with a melee attack, it will suffer damage or other effects.
-]], [[#GOLD#反伤伤害#LAST#
-其他生物每次近战攻击你时,所受到的反弹伤害。
+]], [[#GOLD#近战反击伤害#LAST#
+其他生物每次近战攻击你时,所受到的反击伤害或者其他反击效果。
 ]])
 t([[#GOLD#Additional Melee Damage#LAST#
 Each time you strike a creature with a melee attack, you will deal additional damage or other effects.
@@ -3806,6 +3934,7 @@ The use of spells or arcane-powered equipment is impossible.
 ------------------------------------------------
 section "game/modules/tome/class/interface/WorldAchievements.lua"
 
+t("Maj'Eyal", "马基埃亚尔")
 t("%s (Roguelike)", "%s (永久死亡模式)")
 t("%s (Exploration mode)", "%s (探索模式)")
 t("%s (Nightmare (Adventure) difficulty)", "%s (噩梦难度 (冒险模式))")
@@ -3832,15 +3961,25 @@ t("Character Sheet (#{bold}##GOLD#%s#LAST##{normal}#)", "角色信息 (#{bold}##
 t("Main menu (#{bold}##GOLD#%s#LAST##{normal}#)", "主菜单 (#{bold}##GOLD#%s#LAST##{normal}#)")
 t("Show message/chat log (#{bold}##GOLD#%s#LAST##{normal}#)", "显示消息/聊天日志 (#{bold}##GOLD#%s#LAST##{normal}#)")
 t([[Movement: #LIGHT_GREEN#Default#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
-Toggle for passive mode]], [[移动模式: #LIGHT_GREEN#默认#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
+Toggle for passive mode]], [[移动模式:#LIGHT_GREEN#默认#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
 切换被动模式]])
 t([[Movement: #LIGHT_RED#Passive#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
-Toggle for default mode]], [[移动模式: #LIGHT_RED#被动#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
+Toggle for default mode]], [[移动模式:#LIGHT_RED#被动#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
 切换默认模式]])
 t("Cosmetics & Events shop (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)", "时装和事件商店 (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)")
 t("Left click to use", "左键点击使用")
 t("Press 'm' to setup", "按M键设置")
 t("Right click to configure", "右键点击设定")
+t("Remove this object from your hotkeys?", "从快捷栏去掉该物品?")
+t("Unbind %s", "解除绑定%s")
+t("Developer", "开发者")
+t("Moderator / Helper", "管理员/协助者")
+t("Donator", "捐助者")
+t("Recurring Donator", "长期捐助者")
+t("Playing: ", "正在玩:")
+t("Game: ", "游戏:")
+t("Linked by: ", "Linked by: ")
+t("Show chat user", "显示聊天用户")
 
 
 ------------------------------------------------
@@ -3850,14 +3989,14 @@ t([[#GOLD##{bold}#%s
 #WHITE##{normal}#Life: %d%%
 Level: %d
 %s]], [[#GOLD##{bold}#%s
-#WHITE##{normal}#生命值: %d%%
-等级: %d
+#WHITE##{normal}#生命值:%d%%
+等级:%d
 %s]])
 t("%s reduced the duration of this effect by %d turns, from %d to %d.", "%s将这一效果的持续时间降低%d回合,从%d回合降到%d回合。")
 t([[#{bold}##GOLD#%s
 (%s: %s)#WHITE##{normal}#
 ]], [[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
+(%s:%s)#WHITE##{normal}#
 ]])
 t("Really cancel %s?", "真的要取消%s吗?")
 t([[#GOLD##{bold}#%s
@@ -3865,55 +4004,55 @@ t([[#GOLD##{bold}#%s
 Unused class talents: %d
 Unused generic talents: %d
 Unused categories: %d]], [[#GOLD##{bold}#%s
-#WHITE##{normal}#未使用属性点: %d
-未使用职业技能点: %d
-未使用通用技能点: %d
-未使用大系点: %d]])
+#WHITE##{normal}#未使用属性点:%d
+未使用职业技能点:%d
+未使用通用技能点:%d
+未使用大系点:%d]])
 t("%s#{normal}#", "%s#{normal}#")
-t("Level / Exp: #00ff00#%s / %2d%%", "等级 / 经验: #00ff00#%s / %2d%%")
-t("Gold: #00ff00#%0.2f", "金币: #00ff00#%0.2f")
-t("Accuracy:", "命中:")
-t("Defense:", "闪避:")
-t("M. power:", "精神强度:")
-t("M. save:", "精神豁免:")
-t("P. power:", "物理强度:")
-t("P. save:", "物理豁免:")
-t("S. power:", "法术强度:")
-t("S. save:", "法术豁免:")
-t("Turns remaining: %d", "剩余回合: %d")
-t("Air level: %d/%d", "空气值: %d/%d")
+t("Level / Exp: #00ff00#%s / %2d%%", "等级/经验:#00ff00#%s/%2d%%")
+t("Gold: #00ff00#%0.2f", "金币:#00ff00#%0.2f")
+t("Accuracy:", "命中:")
+t("Defense:", "闪避:")
+t("M. power:", "精神强度:")
+t("M. save:", "精神豁免:")
+t("P. power:", "物理强度:")
+t("P. save:", "物理豁免:")
+t("S. power:", "法术强度:")
+t("S. save:", "法术豁免:")
+t("Turns remaining: %d", "剩余回合:%d")
+t("Air level: %d/%d", "空气值:%d/%d")
 t("Encumbered! (%d/%d)", "超重! (%d/%d)")
-t("Str/Dex/Con: #00ff00#%3d/%3d/%3d", "力量/敏捷/体质: #00ff00#%3d/%3d/%3d")
-t("Mag/Wil/Cun: #00ff00#%3d/%3d/%3d", "魔力/意志/灵巧: #00ff00#%3d/%3d/%3d")
-t("#c00000#Life    :", "#c00000#生命值:")
-t("#WHITE#Shield:", "#WHITE#护盾:")
+t("Str/Dex/Con: #00ff00#%3d/%3d/%3d", "力量/敏捷/体质:#00ff00#%3d/%3d/%3d")
+t("Mag/Wil/Cun: #00ff00#%3d/%3d/%3d", "魔力/意志/灵巧:#00ff00#%3d/%3d/%3d")
+t("#c00000#Life    :", "#c00000#生命值:")
+t("#WHITE#Shield:", "#WHITE#护盾:")
 t([[#GOLD#%s#LAST#
 %s
 ]], [[#GOLD#%s#LAST#
 %s
 ]])
 t("no description", "没有介绍")
-t("%-8.8s:", "%-8.8s:")
-t("#7fffd4#Feedback:", "#7fffd4#反馈值:")
-t("#c00000#Un.body :", "#c00000#诅咒身躯 :")
+t("%-8.8s:", "%-8.8s:")
+t("#7fffd4#Feedback:", "#7fffd4#反馈值:")
+t("#c00000#Un.body :", "#c00000#诅咒身躯:")
 t("%0.1f (%0.1f/turn)", "%0.1f (%0.1f/回合)")
-t("#LIGHT_GREEN#Fortress:", "#LIGHT_GREEN#å ¡åž’:")
-t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d", "#ANTIQUE_WHITE#弹药:       #ffffff#%d")
-t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d/%d", "#ANTIQUE_WHITE#弹药:       #ffffff#%d/%d")
-t("Saving:", "Saving:")
+t("#LIGHT_GREEN#Fortress:", "#LIGHT_GREEN#堡垒:")
+t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d", "#ANTIQUE_WHITE#弹药:      #ffffff#%d")
+t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d/%d", "#ANTIQUE_WHITE#弹药:      #ffffff#%d/%d")
+t("Saving:", "保存中:")
 t([[#GOLD##{bold}#%s#{normal}##WHITE#
 ]], [[#GOLD##{bold}#%s#{normal}##WHITE#
 ]])
-t("Score(TOP): %d", "分数(TOP): %d")
-t("Score: %d", "分数: %d")
+t("Score(TOP): %d", "分数(TOP):%d")
+t("Score: %d", "分数:%d")
 t("Wave(TOP) %d", "波次(TOP) %d")
 t("Wave %d", "波次 %d")
 t(" [MiniBoss]", " [小Boss]")
 t(" [Boss]", " [Boss战]")
 t(" [Final]", " [最终战]")
-t("Bonus: %d (x%.1f)", "奖励: %d (x%.1f)")
+t("Bonus: %d (x%.1f)", "奖励:%d (x%.1f)")
 t(" VS", " 对战")
-t("Rank: %s", "分级: %s")
+t("Rank: %s", "分级:%s")
 
 
 ------------------------------------------------
@@ -3948,32 +4087,42 @@ Middle click to reset to default scale%s]], [[%s
 鼠标中键重置默认大小%s]])
 t("Fortress Energy", "堡垒能量")
 t("Display/Hide resources", "显示/隐藏资源槽")
-t("Toggle:", "切换:")
+t("Toggle:", "切换:")
 t("\
 Right click to toggle resources bars visibility", "\
 右键点击切换资源槽是否可见")
 t("Feedback", "反馈值")
-t("Score[1st]: %d", "分数[第一名]: %d")
-t("Score: %d", "分数: %d")
+t("Score[1st]: %d", "分数[第一名]:%d")
+t("Score: %d", "分数:%d")
 t("[MiniBoss]", "[小Boss战]")
 t("[Boss]", "[Boss战]")
 t("[Final]", "[最终Boss]")
 t("Wave(TOP) %d %s", "波次(最高) %d %s")
 t("Wave %d %s", "波次 %d %s")
-t("Bonus: %d (x%.1f)", "奖励: %d (x%.1f)")
+t("Bonus: %d (x%.1f)", "奖励:%d (x%.1f)")
 t(" VS", " 对战")
-t("Rank: ", "层级: ")
+t("Rank: ", "层级:")
 t("%s reduced the duration of this effect by %d turns, from %d to %d.", "%s将这一效果的持续时间降低%d回合,从%d回合降到%d回合。")
 t([[#{bold}##GOLD#%s
 (%s: %s)#WHITE##{normal}#
 ]], [[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
+(%s:%s)#WHITE##{normal}#
 ]])
 t("\
 ---\
 Right click to cancel early.", "\
 ---\
 右键点击提前结束效果。")
+t([[#GOLD##{bold}#%s
+#WHITE##{normal}#Life: %d%%
+Level: %d
+%s]], [[#GOLD##{bold}#%s
+#WHITE##{normal}#生命值:%d%%
+等级:%d
+%s]])
+t("\
+Turns remaining: %s", "\
+剩余回合数: %s")
 t([[Toggle for movement mode.
 Default: when trying to move onto a creature it will attack if hostile.
 Passive: when trying to move onto a creature it will not attack (use ctrl+direction, or right click to attack manually)]], [[切换移动模式。
@@ -3998,16 +4147,17 @@ t("Left mouse to show message/chat log.", "左键点击显示信息/聊天栏。
 t([[Left mouse to show quest log.
 Right mouse to show all known lore.]], [[左键点击显示任务栏
 右键点击显示手札。]])
+t("Tales of Maj'Eyal Lore", "马基埃亚尔的传说手札")
 t("Left mouse to show main menu", "左键点击显示主菜单")
 t("Lock all interface elements so they can not be moved nor resized.", "锁定所有界面元素,使其无法移动和改变大小。")
 t("Unlock all interface elements so they can be moved and resized.", "解锁所有界面元素,使其可以移动和改变大小。")
 t("Clicking will open#LIGHT_BLUE##{italic}#%s#WHITE##{normal}# in your browser", "点击将会在你的默认浏览器中打开#LIGHT_BLUE##{italic}#%s#WHITE##{normal}# ")
 t("Developer", "开发者")
-t("Moderator / Helper", "管理员 / 协助者")
+t("Moderator / Helper", "管理员/协助者")
 t("Donator", "捐助者")
 t("Recurring Donator", "长期捐助者")
-t("Playing: ", "正在玩: ")
-t("Game: ", "游戏: ")
+t("Playing: ", "正在玩:")
+t("Game: ", "游戏:")
 t("Clicking will open ", "点击将会打开 ")
 t("Show chat user", "显示聊天用户")
 t("Whisper", "悄悄话")
@@ -4015,7 +4165,7 @@ t("Ignore", "忽略")
 t("Really ignore all messages from: %s", "确认忽略所有来自%s的消息")
 t("Report user for bad behavior", "举报用户不良行为")
 t("Reason", "原因")
-t("Reason to report: %s", "举报原因: %s")
+t("Reason to report: %s", "举报原因:%s")
 t("#VIOLET#", "#VIOLET#")
 t("Really remove %s from your friends?", "确认将%s移除好友列表?")
 t("Remove Friend", "移除好友")
@@ -4234,7 +4384,7 @@ t("Killed a boss while already dead.", "与BOSS同时死亡。")
 t("Look at me, I'm playing a roguelike!", "看!我正在玩Roguelike!")
 t("Linked yourself in the in-game chat.", "将自己的数据链接到聊天框。")
 t("Fear me not!", "恐惧无法挡我!")
-t("Survived the Fearscape!", "在恐惧长廊幸存下来。")
+t("Survived the Fearscape!", "在恶魔空间幸存下来。")
 
 
 ------------------------------------------------
@@ -4511,6 +4661,8 @@ t("Their most important stats are: Magic and Constitution", "他们最重要的
 t("#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +0 力量 , +0 敏捷 , +3 体质")
 t("#LIGHT_BLUE# * +5 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * +5 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# -1", "#GOLD# 每等级生命加值: #LIGHT_BLUE# -1")
+t("Golem", "傀儡")
+t("Golem becomes a Drolem", "傀儡成为龙傀儡")
 t("Archmage", "元素法师")
 t("Hated, harrowed, hunted, hidden... Our ways are forbidden, but our cause is just. In our veiled valley we find solace from the world's wrath, free to study our arts. Only through charity and friendship can you earn our trust.", "憎恨、折磨、追捕、隐藏……我们的道路被禁止,但是我们的事业是正义的。在我们隐藏的山谷里我们自由学习我们自己的魔法艺术,从这个世界的愤怒中寻求安慰。只有友谊和宽容才能获得我们的信任。")
 t("An Archmage devotes his whole life to the study of magic above anything else.", "对一个元素法师来说魔法超越一切,他们倾尽一生学习魔法。")
@@ -4683,10 +4835,10 @@ t("Stone Warden", "岩石守卫")
 t([[The Spellblaze's scars may be starting to heal,
 but little can change how the partisans feel.
 Nature and arcane could bridge their divide -
-and when it comes down to it, gold won't take sides...]], [[The Spellblaze's scars may be starting to heal,
-but little can change how the partisans feel.
-Nature and arcane could bridge their divide -
-and when it comes down to it, gold won't take sides...]])
+and when it comes down to it, gold won't take sides...]], [[魔法大爆炸带来的裂痕已经开始痊愈。
+然而人们心中的偏见仍没有消失。
+奥术和魔法可以团结在一起——
+在这两者之间,金钱从不站队……]])
 t("Stone Wardens are dwarves trained in both the eldritch arts and the worship of nature.", "岩石守卫是那些同时训练魔法技艺与自然力量的矮人。")
 t("While other races are stuck in their belief that arcane forces and natural forces are meant to oppose, dwarves have found a way to combine them in harmony.", "在其他种族受困于自然和魔法天生对立的偏见时,矮人们已经找到方法让这两种力量和谐共存。")
 t("Stone Wardens are armoured fighters, dual wielding shields to channel many of their powers.", "岩石守卫是身着重甲的战士,双持盾牌来施展技艺。")
@@ -4785,6 +4937,36 @@ t("#LIGHT_BLUE# * +3 Strength, -2 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +2 Magic, +2 Willpower, -5 Cunning", "#LIGHT_BLUE# * +2 魔法 , +2 意志 , -5 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 13", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 13")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 25%", "#GOLD#经验惩罚: #LIGHT_BLUE# 25%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Face 1", "脸型1")
+t("Face 2", "脸型2")
+t("Face 3", "脸型3")
+t("Mustache 1", "胡子1")
+t("Mustache 2", "胡子2")
+t("Mustache 3", "胡子3")
+t("Mustache 4", "胡子4")
+t("Mustache 5", "胡子5")
+t("Mustache 6", "胡子6")
+t("Mustache 7", "胡子7")
+t("Mustache 8", "胡子8")
+t("Mustache 9", "胡子9")
+t("Tatoos 1", "纹身1")
+t("Tatoos 2", "纹身2")
+t("Tatoos 3", "纹身3")
+t("Tatoos 4", "纹身4")
+t("Tatoos 5", "纹身5")
+t("Tatoos 6", "纹身6")
+t("Tatoos 7", "纹身7")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
@@ -4800,6 +4982,92 @@ t("#LIGHT_BLUE# * +4 Strength, -2 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * -2 Magic, +3 Willpower, +0 Cunning", "#LIGHT_BLUE# * -2 魔法 , +3 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 14", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 14")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 1", "深色头发1")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Dark Hair 7", "深色头发7")
+t("Dark Hair 8", "深色头发8")
+t("Dark Hair 9", "深色头发9")
+t("Dark Hair 10", "深色头发10")
+t("Blond Hair 1", "金发1")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Blond Hair 7", "金发7")
+t("Blond Hair 8", "金发8")
+t("Blond Hair 9", "金发9")
+t("Blond Hair 10", "金发10")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Redhead Hair 6", "红发6")
+t("Redhead Hair 7", "红发7")
+t("Redhead Hair 8", "红发8")
+t("Redhead Hair 9", "红发9")
+t("Redhead Hair 10", "红发10")
+t("Dark Beard 1", "深色络腮胡1")
+t("Dark Beard 2", "深色络腮胡2")
+t("Dark Beard 3", "深色络腮胡3")
+t("Dark Beard 4", "深色络腮胡4")
+t("Dark Beard 5", "深色络腮胡5")
+t("Blond Beard 1", "金色胡子 1")
+t("Blond Beard 2", "金色络腮胡 2")
+t("Blond Beard 3", "金色络腮胡 3")
+t("Blond Beard 4", "金色络腮胡 4")
+t("Blond Beard 5", "金色络腮胡 5")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("Redhead Beard 3", "红色络腮胡3")
+t("Redhead Beard 4", "红色络腮胡4")
+t("Redhead Beard 5", "红色络腮胡5")
+t("Dark Mustache 1", "深色八字胡1")
+t("Dark Mustache 2", "深色八字胡2")
+t("Dark Mustache 3", "深色八字胡3")
+t("Dark Mustache 4", "深色八字胡4")
+t("Blond Mustache 1", "金色八字胡1")
+t("Blond Mustache 2", "金色八字胡2")
+t("Blond Mustache 3", "金色八字胡3")
+t("Blond Mustache 4", "金色八字胡4")
+t("Redhead Mustache 1", "红色八字胡1")
+t("Redhead Mustache 2", "红色八字胡2")
+t("Redhead Mustache 3", "红色八字胡3")
+t("Redhead Mustache 4", "红色八字胡4")
+t("Dark Beard", "深色络腮胡")
+t("Blond Beard", "金色胡子")
+t("Redhead Beard", "红色络腮胡")
+t("Dark Donut", "深色圆胡子")
+t("Blond Donut", "金色圆胡子")
+t("Redhead Donut", "红色圆胡子")
+t("Dark Flip", "深色翻转胡")
+t("Blond Flip", "金色翻转胡")
+t("Redhead Flip", "红色翻转胡")
+t("Dark Mustache", "深色八字胡")
+t("Blond Mustache", "金色八字胡")
+t("Redhead Mustache", "红色八字胡")
+t("Dark Sideburns", "深色鬓角")
+t("Blond Sideburns", "金色鬓角")
+t("Redhead Sideburns", "红色鬓角")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
@@ -4810,6 +5078,32 @@ t("The elven races are usually named as a whole 'elves', but this is incorrect."
 t("Elves are split into three separate races - albeit related - of which only two remain in the current age.", "精灵分为 3 个相互联系的种族,而目前只有两种还幸存着。")
 t("Elves usually live about one thousand years, except for the Shaloren who magically sustain themselves forever.", "除了永恒精灵用魔法保持永生,其他精灵通常能活一千年。")
 t("Their view of the world varies wildly across the different elven races.", "在不同的精灵种族之间他们对世界的看法很不相同。")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Shalore", "永恒精灵")
 t("Shaloren elves have close ties with the magic of the world, and produced in the past many great mages.", "永恒精灵与魔法世界有着很强的联系,曾一度出现过许多伟大的魔法师。")
 t("Yet they remain quiet and try to hide their magic from the world, for they remember too well the Spellblaze - and the Spellhunt that followed.", "尽管如此,他们仍试图保持避世并隐藏他们的魔法能力。因为他们深深记得那一段血腥的历史——魔法大爆炸还有紧随其后的猎魔行动。")
@@ -4818,6 +5112,7 @@ t("#LIGHT_BLUE# * -2 Strength, +1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * -
 t("#LIGHT_BLUE# * +2 Magic, +3 Willpower, +1 Cunning", "#LIGHT_BLUE# * +2 魔法 , +3 意志 , +1 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 9", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 9")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 12%", "#GOLD#经验惩罚: #LIGHT_BLUE# 12%")
+t("Blond Hair 1", "金发1")
 t("Thalore", "自然精灵")
 t("Thaloren elves have spent most of the ages hidden within their forests, seldom leaving them.", "在大部分岁月里,自然精灵隐藏在丛林里,很少离开。")
 t("The ages of the world passed by and yet they remained unchanged.", "岁月流逝,这一习惯都没有改变。")
@@ -4828,6 +5123,7 @@ t("#LIGHT_BLUE# * +2 Strength, +3 Dexterity, +1 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * -2 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * -2 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 11", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 11")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4857,12 +5153,88 @@ t("#LIGHT_BLUE# * +3 Strength, -1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +2 Magic, -2 Willpower, +2 Cunning", "#LIGHT_BLUE# * +2 魔法 , -2 意志 , +2 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 13", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 13")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 15%", "#GOLD#经验惩罚: #LIGHT_BLUE# 15%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 1", "深色头发1")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Dark Hair 7", "深色头发7")
+t("Dark Hair 8", "深色头发8")
+t("Dark Hair 9", "深色头发9")
+t("Blond Hair 1", "金发1")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Blond Hair 7", "金发7")
+t("Blond Hair 8", "金发8")
+t("Blond Hair 9", "金发9")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Redhead Hair 6", "红发6")
+t("Redhead Hair 7", "红发7")
+t("Redhead Hair 8", "红发8")
+t("Redhead Hair 9", "红发9")
+t("Facial Infusions 1", "脸部纹身1")
+t("Facial Infusions 2", "脸部纹身2")
+t("Facial Runes 1", "脸部符文1")
+t("Facial Runes 2", "脸部符文2")
+t("Facial Runes 3", "脸部符文3")
+t("Facial Runes 4", "脸部符文4")
+t("Body Tatoos 1", "身体纹身1")
+t("Body Tatoos 2", "身体纹身2")
+t("Body Tatoos 3", "身体纹身3")
+t("Body Tatoos 4", "身体纹身4")
+t("Body Tatoos 5", "身体纹身5")
+t("Body Tatoos 6", "身体纹身6")
+t("Body Tatoos 7", "身体纹身7")
+t("Body Tatoos 8", "身体纹身8")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/birth/races/halfling.lua"
 
 t("Halflings are agile, lucky, and resilient but lacking in strength.", "半身人身手敏捷,好运,但缺少力量。")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Redhead 1", "红发1")
+t("Redhead 2", "红发2")
+t("Redhead 3", "红发3")
+t("Redhead 4", "红发4")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Halfling", "半身人")
 t("Halflings are a race of very short stature, rarely exceeding four feet in height.", "半身人是一个身材十分矮小的种族,高度很少有超过 4 英尺。")
 t("They are like humans in that they can do just about anything they set their minds to, yet they excel at ordering and studying things.", "只要愿意,他们可以像人类一样做到任何事情,并且更有纪律,更擅长学习。")
@@ -4874,6 +5246,8 @@ t("#LIGHT_BLUE# * +0 Magic, +0 Willpower, +3 Cunning", "#LIGHT_BLUE# * +0 魔法
 t("#LIGHT_BLUE# * +5 Luck", "#LIGHT_BLUE# * +5 幸运")
 t("#GOLD#Life per level:#LIGHT_BLUE# 12", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 12")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 10%", "#GOLD#经验惩罚: #LIGHT_BLUE# 10%")
+t("Blond Hair 1", "金发1")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4884,6 +5258,56 @@ t("The Humans are one of the main races on Maj'Eyal, along with the Halflings. F
 t("Humans of these Allied Kingdoms have known peace for over a century now.", "联合王国的人们已经保持了一个世纪的和平。")
 t("Humans are split into two categories: the Highers, and the rest. Highers have latent magic in their blood which gives them higher attributes and senses along with a longer life.", "人类被分为两个亚种:高等人类和普通人类。高等人类体内流淌着魔法的血液,他们拥有额外的属性和感知能力并更长寿。")
 t("The rest of Humanity is gifted with quick learning and mastery. They can do and become anything they desire.", "其他人类天生有更强的学习能力,他们能做任何他们想做的事成为任何他们想成为的人。")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Redhead 1", "红发1")
+t("Redhead 2", "红发2")
+t("Redhead 3", "红发3")
+t("Redhead 4", "红发4")
+t("Redhead 5", "红发5")
+t("Redhead 6", "红发6")
+t("Dark Beard 1", "深色络腮胡1")
+t("Dark Beard 2", "深色络腮胡2")
+t("Dark Beard 3", "深色络腮胡3")
+t("Dark Beard 4", "深色络腮胡4")
+t("Dark Beard 5", "深色络腮胡5")
+t("Blonde Beard 1", "金色络腮胡1")
+t("Blonde Beard 2", "金色络腮胡2")
+t("Blonde Beard 3", "金色络腮胡3")
+t("Blonde Beard 4", "金色络腮胡4")
+t("Blonde Beard 5", "金色络腮胡5")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("Redhead Beard 3", "红色络腮胡3")
+t("Redhead Beard 4", "红色络腮胡4")
+t("Redhead Beard 5", "红色络腮胡5")
+t("Dark Mustache 1", "深色八字胡1")
+t("Dark Mustache 2", "深色八字胡2")
+t("Blond Mustache 1", "金色八字胡1")
+t("Blond Mustache 2", "金色八字胡2")
+t("Redhead Mustache 1", "红色八字胡1")
+t("Redhead Mustache 2", "红色八字胡2")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Higher", "高等人类")
 t("Highers are a special branch of Humans that have been imbued with latent magic since the Age of Allure.", "自厄流纪起,高等人类就是人类种族的一支特殊分支,他们的身体里潜藏着魔力。")
 t("They usually do not breed with other Humans, trying to keep their blood 'pure'.", "为了保持血统的纯正,他们一般不和普通人类通婚。")
@@ -4891,6 +5315,7 @@ t("They possess the #GOLD#Wrath of the Highborn#WHITE# which allows them to incr
 t("#LIGHT_BLUE# * +1 Strength, +1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +1 力量 , +1 敏捷 , +0 体质")
 t("#LIGHT_BLUE# * +1 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * +1 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 11", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 11")
+t("Blond Hair 1", "金发1")
 t("Cornac", "普通人类")
 t("Cornacs are Humans from the northern parts of the Allied Kingdoms.", "普通人类是来自联合王国北部的普通人。")
 t("Humans are an inherently very adaptable race and as such they gain a #GOLD#talent category point#WHITE# (others only gain one at levels 10, 20 and 34) and both #GOLD#a class and a generic talent point#WHITE# at birth and every 10 levels.", "人类天生适应性强,他们可以在出生时获得 1 点#GOLD# 天赋解锁点 #WHITE#(其他种族只能在10、20和34级时获得1点)。此外,出生时以及每10级时,他们可以获得额外1点#GOLD#职业技能点和通用技能点")
@@ -4899,6 +5324,7 @@ t("#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +0 Magic, +0 Willpower, +0 Cunning", "#LIGHT_BLUE# * +0 魔法 , +0 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 10", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 10")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4918,6 +5344,8 @@ t("Undead", "不死族")
 t("Grave strength, dread will, this flesh cannot stay still. Kings die, masters fall, we will outlast them all.", "死亡的力量,恐惧的意志,这些肉体不会沉寂。国王去世,主人陨落,我们才是永生。")
 t("Undead are humanoids (Humans, Elves, Dwarves, ...) that have been brought back to life by the corruption of dark magics.", "不死族是被黑暗魔法复活的人形生物(人类,精灵,矮人…)。")
 t("Undead can take many forms, from ghouls to vampires and liches.", "不死族有多种形态,从食尸鬼、吸血鬼到巫妖。")
+t("Special", "特殊")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Ghoul", "食尸鬼")
 t("Slow to shuffle, quick to bite, learn from master, rule the night!", "动如磐石,撕咬如火,跟随主人,平定江山!")
 t("Ghouls are dumb, but resilient, rotting undead creatures, making good fighters.", "食尸鬼是不能说话、身体腐烂,不知疲倦的不死生物,适合成为战士。")
@@ -4931,6 +5359,12 @@ t("#LIGHT_BLUE# * +0 Magic, -2 Willpower, -2 Cunning", "#LIGHT_BLUE# * +0 魔法
 t("#GOLD#Life per level:#LIGHT_BLUE# 14", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 14")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 12%", "#GOLD#经验惩罚: #LIGHT_BLUE# 12%")
 t("#GOLD#Speed penalty:#LIGHT_BLUE# -20%", "#GOLD#速度惩罚:#LIGHT_BLUE# -20%")
+t("Skin Color 9", "皮肤颜色9")
+t("Alternative Face", "改变脸部")
+t("Fangs 1", "尖牙1")
+t("Fangs 2", "尖牙2")
+t("Bloodstains", "血迹")
+t("Bones", "骨骼")
 t("Skeleton", "骷髅人")
 t("The marching bones, each step we rattle; but servants no more, we march to battle!", "行进之骨,咯吱有声;奴役不再,战士永存!")
 t("Skeletons are animated bones, undead creatures both strong and dexterous.", "骷髅是由有灵性的骨头组成的强壮而敏捷的不死生物。")
@@ -4947,6 +5381,58 @@ t("#GOLD#Life per level:#LIGHT_BLUE# 12", "#GOLD# 每等级生命加值: #LIGH
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 20%", "#GOLD#经验惩罚: #LIGHT_BLUE# 20%")
 t("Lich", "巫妖")
 t("You should not see this!", "你不应该看见这个!")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Hair 1", "发型1")
+t("Hair 2", "发型2")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("White Hair 1", "白发1")
+t("White Hair 2", "白发2")
+t("Beard 1", "络腮胡1")
+t("Beard 2", "络腮胡2")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("White Beard 1", "白色络腮胡1")
+t("White Beard 2", "白色络腮胡12")
+t("Eyes 1", "眼睛1")
+t("Eyes 2", "眼睛2")
+t("Eyes 3", "眼睛3")
+t("Mustache", "八字胡")
+t("Redhead Mustache", "红色八字胡")
+t("White Mustache", "白色八字胡")
+t("Teeth 1", "牙齿1")
+t("Teeth 2", "牙齿2")
+t("Lich Eyes 1", "巫妖眼睛1")
+t("Lich Eyes 2", "巫妖眼睛2")
+t("Lich Eyes 3", "巫妖眼睛3")
+t("Lich Regalia 1", "巫妖王冠1")
+t("Lich Regalia 2", "巫妖王冠2")
+t("Lich Regalia 3", "巫妖王冠3")
+t("Lich Regalia 4", "巫妖王冠4")
+t("Lich Regalia 5", "巫妖王冠5")
+t("Lich Regalia 6", "巫妖王冠6")
+t("Lich Regalia 7", "巫妖王冠7")
+t("Lich Regalia 8", "巫妖王冠8")
+t("Lich Regalia 9", "巫妖王冠9")
+t("Lich Regalia 10", "巫妖王冠10")
+t("Cracks", "碎裂")
+t("Guts", "碎肉")
+t("Iron Bolt", "铁箍")
+t("Molds", "苔藓")
+t("Runes 1", "符文1")
+t("Runes 2", "符文2")
+t("Rust", "锈蚀")
 
 
 ------------------------------------------------
@@ -4955,6 +5441,62 @@ section "game/modules/tome/data/birth/races/yeek.lua"
 t("Yeeks are a mysterious race of small humanoids native to the tropical island of Rel.", "夺心魔是一支神秘的矮小人形种族,生活于热带岛屿瑞尔。")
 t("Their body is covered with white fur and their disproportionate heads give them a ridiculous look.", "他们的身体覆盖着白色的皮肤,他们奇怪的身材比例使他们看上去滑稽可笑。")
 t("Although they are now nearly unheard of in Maj'Eyal, they spent many thousand years as secret slaves to the Halfling nation of Nargol.", "尽管他们在马基·埃亚尔中几乎不曾人们被提到过,他们已经作为半身人王国纳格尔的奴隶存在了数个世纪。")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Skin Color 10", "皮肤颜色10")
+t("Hair 1", "发型1")
+t("Hair 2", "发型2")
+t("Hair 3", "发型3")
+t("Hair 4", "发型4")
+t("Hair 5", "发型5")
+t("Redfur Hair 1", "红发1")
+t("Redfur Hair 2", "红发2")
+t("Redfur Hair 3", "红发3")
+t("Redfur Hair 4", "红发4")
+t("Redfur Hair 5", "红发5")
+t("Beard 1", "络腮胡1")
+t("Beard 2", "络腮胡2")
+t("Beard 3", "络腮胡3")
+t("Redfur Beard 1", "红色络腮胡1")
+t("Redfur Beard 2", "红色络腮胡2")
+t("Redfur Beard 3", "红色络腮胡3")
+t("Eyes 1", "眼睛1")
+t("Eyes 2", "眼睛2")
+t("Eyes 3", "眼睛3")
+t("Eyes 4", "眼睛4")
+t("Eyes 5", "眼睛5")
+t("Eyes 6", "眼睛6")
+t("Eyes 7", "眼睛7")
+t("Eyes 8", "眼睛8")
+t("Eyes 9", "眼睛9")
+t("Eyes 10", "眼睛10")
+t("Eyes 11", "眼睛11")
+t("Eyes 12", "眼睛12")
+t("Eyes 13", "眼睛13")
+t("Mustache 1", "胡子1")
+t("Mustache 2", "胡子2")
+t("Mustache 3", "胡子3")
+t("Redfur Mustache 1", "红色八字胡1")
+t("Redfur Mustache 2", "红色八字胡2")
+t("Redfur Mustache 3", "红色八字胡3")
+t("Bodypaint 1", "身体彩绘1")
+t("Bodypaint 2", "身体彩绘2")
+t("Tatoos 1", "纹身1")
+t("Tatoos 2", "纹身2")
+t("Redfur", "红发")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Yeek", "夺心魔")
 t("One race, one mind, one way. Our oppression shall end, and we shall inherit Eyal. Do not presume we are weak - our way is true, and only those who help us shall see our strength.", "一个种族,一种思想,一种道路。我们的压抑终于要终结,而我们将继承埃亚尔,不要认为我们很柔弱,只有那些帮助我们的人才能见识到我们的力量。")
 t("Yeeks are a mysterious race native to the tropical island of Rel.", "夺心魔是一支神秘的种族,生活于热带岛屿瑞尔。")
@@ -4983,7 +5525,7 @@ t("There is no in-game difference between the two sexes.", "除了外貌性别
 ------------------------------------------------
 section "game/modules/tome/data/birth/worlds.lua"
 
-t("Maj'Eyal: The Age of Ascendancy", "马基埃亚尔:卓越时代")
+t("Maj'Eyal: The Age of Ascendancy", "马基埃亚尔:卓越纪")
 t("The people of Maj'Eyal: Humans, Halflings, Elves and Dwarves.", "马基埃亚尔生活着人类、半身人、精灵和矮人。")
 t("The known world has been at relative peace for over one hundred years, and people are prospering again.", "世界已经保持了超过一百年的和平,各大种族再次繁荣起来")
 t("You are an adventurer, setting out to find lost treasure and glory.", "你是一位冒险者,出发去寻找失落的宝藏和荣耀。")
@@ -5007,39 +5549,39 @@ t("If so, you will battle your own champion next time!", "如果这样,下一
 section "game/modules/tome/data/calendar_allied.lua"
 
 t("Wintertide", "霜华")
-t("Allure", "Allure")
-t("Regrowth", "Regrowth")
-t("Time of Balance", "Time of Balance")
-t("Pyre", "Pyre")
-t("Mirth", "Mirth")
-t("Summertide", "夏夜")
+t("Allure", "厄流月")
+t("Regrowth", "复苏月")
+t("Time of Balance", "平衡之日")
+t("Pyre", "派尔月")
+t("Mirth", "狂欢月")
+t("Summertide", "夏殇")
 t("Flare", "闪光弹")
-t("Dusk", "Dusk")
-t("Time of Equilibrium", "Time of Equilibrium")
-t("Haze", "Haze")
-t("Decay", "Decay")
+t("Dusk", "黄昏月")
+t("Time of Equilibrium", "均衡之日")
+t("Haze", "混沌月")
+t("Decay", "霜至月")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/calendar_dwarf.lua"
 
-t("Iron", "Iron")
-t("Steel", "Steel")
-t("Gold", "Gold")
-t("Stralite", "Stralite")
-t("Voratun", "Voratun")
-t("Acquisition", "Acquisition")
-t("Profit", "Profit")
-t("Wealth", "Wealth")
-t("Dearth", "Dearth")
-t("Loss", "Loss")
-t("Shortage", "Shortage")
+t("Iron", "黑铁月")
+t("Steel", "精钢月")
+t("Gold", "赤金月")
+t("Stralite", "蓝锆月")
+t("Voratun", "沃瑞钽月")
+t("Acquisition", "采购祭")
+t("Profit", "利润月")
+t("Wealth", "财富月")
+t("Dearth", "萧条月")
+t("Loss", "亏蚀月")
+t("Shortage", "短缺月")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/chats/alchemist-derth.lua"
 
-t("Pfaugh. You're too late. %s has already finished. But I suppose it doesn't do any harm to take these and give you your undeserved reward.", "额哦……你来的太晚了, %s 已经完成了。不过这些东西给你也没什么坏处, 虽然……你本不应该得到这些奖励。")
+t("Pfaugh. You're too late. %s has already finished. But I suppose it doesn't do any harm to take these and give you your undeserved reward.", "额哦……你来的太晚了,%s 已经完成了。不过这些东西给你也没什么坏处,虽然……你本不应该得到这些奖励。")
 t("Ah, excellent. Hand them over, if you please. You should know that in your overlong absence, %s has managed to create a %s. I'll be most put out if he steals my rightful spot.", "啊,好极了,如果你愿意,请交给我吧,要知道你离开的那么长时间里,%s 已经制造了 %s。如果他抢了我的位置,我估计我就要被解雇了。")
 t([[#LIGHT_GREEN#*A human robed in immaculate white satin opens the door and eyes you appraisingly.*#WHITE#
 Ah, an adventurer. I was just thinking that I needed a new one.]], [[#LIGHT_GREEN#*一个穿着一尘不染白缎面长袍的人打开了门,他上下打量着你。*#WHITE#
@@ -5330,7 +5872,7 @@ t("I can teach you staff combat (talent category Spell/Staff combat).  Learning
 t("Just give me the basics (reveals locked talent category) - 100 gold.", "只学习基础(显示带解锁的技能树)- 100 金币。")
 t("The staff carver spends some time with you, teaching you the basics of staff combat.", "法杖商人花了一些时间,教授你法杖格斗的基础知识。")
 t("He is surprised at how quickly you are able to follow his tutelage.", "他对你学习速度之快感到惊讶。")
-t("Please teach me what I need to know (unlocks talent category) - %d gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 - %d 金币。")
+t("Please teach me what I need to know (unlocks talent category) - %d gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 -%d 金币。")
 t("The staff carver spends a substantial amount of time teaching you all of the techniques of staff combat.", "法杖商人花了大量时间,教授你法杖格斗的全部知识")
 t("He is impressed with your mastery and shows you a few extra techniques.", "他对你的掌握程度表示惊讶,并对你展示了一些额外的技巧。")
 t("I'm already proficient, but I want to be an expert (improves talent mastery by 0.2) - 750 gold.", "我已经学会了,但我想成为一名专家。(增加技能树系数0.2) - 750 金币。")
@@ -5378,7 +5920,7 @@ t("Good day to you too.", "你好!")
 t("I have heard you are a great hero of the west. Could you help me, please?", "我听说你是来自西部的英雄,你能帮我一个忙吗?")
 t("Maybe, what is it about?", "也许可以,是什么事情呢?")
 t("I have got enough problems sorry.", "我很忙,抱歉。")
-t("Welcome back, @playername@.", "欢迎回来, @playername@。")
+t("Welcome back, @playername@.", "欢迎回来,@playername@。")
 t("I have found your husband. I take it he made it home safely?", "我找到你的丈夫了,他安全回家了么?")
 t("I've got to go. Bye.", "我得走了,再见。")
 t([[My husband, Rashim, is a Sun Paladin. He was sent to clear the spider lair of Ardhungol to the north of this town.
@@ -5419,7 +5961,7 @@ All you need to do is beat three of my men in battle, and you shall be rewarded.
 #LIGHT_GREEN#*You consider the offer of the mysterious hooded man for a moment*
 ]], [[#LIGHT_GREEN#*一个高大的,带着兜帽的人盯着你。*
 #WHITE#是的……是的……你看上去的确是一个强力的战士……
-有件事交给你, @playerdescriptor.race@。
+有件事交给你,@playerdescriptor.race@。
 你看,我是竞技场的代理人,我在寻找一个强力的战士,
 给我们的观众带来更棒的表演。你看上去应该够强壮。
 你要做的事情,就是击败场上的三个对手,然后你会得到你的奖励。
@@ -5473,7 +6015,7 @@ If I am still around, we can have a deal. Think about it, @playerdescriptor.race
 唉,要是你坚持你的选择,那我们以后不会再见面了。
 不过,要是你改变主意……
 我会#YELLOW#在德斯镇逗留几天。#WHITE#
-#WHITE#要是我还在的话,我们可以做笔交易,好好考虑一下吧, @playerdescriptor.race@。
+#WHITE#要是我还在的话,我们可以做笔交易,好好考虑一下吧,@playerdescriptor.race@。
 ]])
 t("We'll see. [Leave]", "我们会再见面的。[离开]")
 t([[#LIGHT_GREEN#*The man smiles in approval*#WHITE#
@@ -5515,7 +6057,7 @@ Good luck in your adventures, and come visit us when you are done!
 
 #LIGHT_GREEN#*你在那个盗贼一起返回了德斯小镇,他和你讨论着在丛林中的冒险经验。
 他极大地提高了你的战斗经验(#WHITE#+2 通用技能点数#LIGHT_GREEN#)*
-#WHITE#很好, @playername@,我现在必须得走了。
+#WHITE#很好,@playername@,我现在必须得走了。
 祝你在冒险中好运,记得回来看我们!
 ]])
 t("I will. Farewell for now.", "我会的,再见吧。")
@@ -5567,7 +6109,7 @@ t([[#LIGHT_GREEN#*After taking several hits, the undead giant finally succumbs
 #LIGHT_GREEN#突然,瑞尔的身体开始恢复!
 #LIGHT_GREEN#它再次站了起来,你可以感受到它毫无表情的头骨
 #LIGHT_GREEN……满足的盯着你。
-#WHITE#呵呵呵……干得好, @playerdescriptor.race@。
+#WHITE#呵呵呵……干得好,@playerdescriptor.race@。
 #LIGHT_GREEN#*瑞尔缓缓的转身从大门离开,看起来毫发无损。*
 ]])
 t("It was fun, bone giant!", "真有趣,大怪物!")
@@ -5580,7 +6122,7 @@ I am known as Fryjia the Hailstorm. That's all you need to know, @playerdescript
 #LIGHT_GREEN#starts wearing their finest winter cloaks*]], [[#LIGHT_GREEN#*当一个小女孩安静地走进场内时,风变的异常寒冷。
 #LIGHT_GREEN#她看起来年纪很小,有着苍白的肌肤和对比鲜明的黑色长发。
 #LIGHT_GREEN#她用异常平静的口吻对你说*#WHITE#
-我就是传说中的冰暴弗里嘉。你只要知道这点就行, @playerdescriptor.race@。让我们开始吧。
+我就是传说中的冰暴弗里嘉。你只要知道这点就行,@playerdescriptor.race@。让我们开始吧。
 #LIGHT_GREEN#*在她说话的同时整个竞技场变得寒冷刺骨,
 #LIGHT_GREEN#观众们也开始穿上他们最温暖的外套。*]])
 t("Bring it!", "来吧!")
@@ -5610,7 +6152,7 @@ So! I am Reala, the Crimson. I came directly from Angolwen. Despite, you know, t
 Fryjia told me about you, the poor thing, so I will not underestimate such a promising aspirant #LIGHT_GREEN#*She smiles warmly* #WHITE#So, let's make haste my dear!
 There is a battle to fight here!]], [[#LIGHT_GREEN#*大门打开了,进来的是一位风韵十足穿着深红色长袍的女子。
 #LIGHT_GREEN#她看着你并对你露齿一笑*
-#WHITE# 我的,我的天呐,你是多么强大的一个 @playerdescriptor.race@ 。你能重复一遍你的名字吗, @playername@?我很高兴今天能成为你的对手。
+#WHITE# 我的,我的天呐,你是多么强大的一个 @playerdescriptor.race@ 。你能重复一遍你的名字吗,@playername@?我很高兴今天能成为你的对手。
 #LIGHT_GREEN#*她轻轻的说着就像是在说一个秘密* #WHITE#你知道吗,很少有人能闯过这里,真的很令人困扰呢。#LIGHT_GREEN#*她咯咯地笑着*#WHITE#
 所以!我就是绯红之里雅拉。我来自安格利文。虽然魔法大爆炸有那么一点负面影响,人们还是很享受一些魔法带来的乐趣的!
 #LIGHT_GREEN#*她突然拍了下手掌,随即一团火焰绕着她盘旋飞舞!*#WHITE#
@@ -5633,7 +6175,7 @@ So, it's been my pleasure, @playername@. #LIGHT_GREEN#*She vanishes in a spiral
 弗里嘉是对的:她认为你会成为冠军!
 哦,另外请原谅她的行为。当你见到她父亲时你会明白的。
 还有,如果你能坚持像这样战斗,你的梦想真的会很快实现的。
-所以,这是我的荣幸, @playername@。#LIGHT_GREEN#*她化作一团盘旋的火焰消失不见*]])
+所以,这是我的荣幸,@playername@。#LIGHT_GREEN#*她化作一团盘旋的火焰消失不见*]])
 t("I am pumped up! What's next?", "我热切期待着!接下来是什么?")
 t("Am I the only person with a name that can die here?", "难道我是唯一一个有资格死在这里的吗?")
 t([[#LIGHT_GREEN#*You suddenly realize everything has turned dark.
@@ -5679,7 +6221,7 @@ Good luck...
 ]], [[#LIGHT_GREEN#*你英勇的打出最后一击!
 #LIGHT_GREEN#当光明重归,瓦弗伦彻底垮倒了。
 #LIGHT_GREEN#你短暂的闭上眼睛一段时间。当你睁开眼时,你看到了弗里嘉*
-爸爸…… #LIGHT_GREEN#*她沉默的站在那儿*#WHITE#你赢了, @playerdescriptor.race@。
+爸爸…… #LIGHT_GREEN#*她沉默的站在那儿*#WHITE#你赢了,@playerdescriptor.race@。
 你做的很好。准备好你的最终战吧……如果你赢了,我们将为你服务。
 祝你好运……
 #LIGHT_GREEN#*一阵令人不安的沉默后,瓦弗伦重新动了起来。
@@ -5707,14 +6249,14 @@ Pursue glory with all your might, @playerdescriptor.race@!!
 #LIGHT_GREEN#*The master steps forward into the sand*
 ]], [[#LIGHT_GREEN#*最终,竞技场之主步入了竞技场的大门!
 #LIGHT_GREEN#当他充满自信的面对你时,观众们大声的呐喊起来!*
-我很欣赏你, @playerdescriptor.race@! 你用力量和勇气一路走来!
+我很欣赏你,@playerdescriptor.race@! 你用力量和勇气一路走来!
 现在……是最终的Showtime!
 #LIGHT_GREEN#*领主摆好了战斗姿势。观众爆发出一阵欢呼!*
 像你一样,我也是一步步走来。我不会轻视任何有潜力的人。
 #LIGHT_GREEN#*领主哈哈大笑,你同样摆好了战斗姿势,
 #LIGHT_GREEN#并且观众们同样在为你助威,你感到内心充满了力量*
 你能听到吗,大家的欢呼声?这就是了。
-力量就是荣耀, @playerdescriptor.race@!!
+力量就是荣耀,@playerdescriptor.race@!!
 #LIGHT_GREEN#*领主大步向前,进入沙地*
 ]])
 t("Wealth and glory!!!", "金钱和妹子!胜利与荣耀!!!")
@@ -5740,16 +6282,16 @@ But meanwhile, this is your place! Welcome to paradise, @playerdescriptor.race@!
 #YELLOW#You shall remain as the new master until someone challenges you!
 #YELLOW#Next time you play, you shall battle this new champion instead!
 ]], [[#LIGHT_GREEN#*一场荣耀之战后,领主倒下了!*
-哈……哈哈。你做到了, @playerdescriptor.race@……
+哈……哈哈。你做到了,@playerdescriptor.race@……
 #LIGHT_GREEN#*竞技场之主,虽败犹荣,他微笑着站了起来。
 #LIGHT_GREEN#得到领主的认可后,你拿起了他的武器——
 #LIGHT_GREEN#现在躺在血迹斑斑的沙地上。*
 观众们!我们今天产生了一位冠军!!
 #LIGHT_GREEN#*观众们兴奋地大喊着你的名字*
-祝贺你, @playerdescriptor.race@。你现在是领主了。
+祝贺你,@playerdescriptor.race@。你现在是领主了。
 现在你可以享有胜利者的待遇了。
 只要记住一点……像我一样,某天你也可能会被打败……
-但同时,这是你的位置!欢迎来到天堂, @playerdescriptor.race@!
+但同时,这是你的位置!欢迎来到天堂,@playerdescriptor.race@!
 #LIGHT_GREEN#*你看到许多协会和军队首领靠近被击败的领主,
 #LIGHT_GREEN#提供他许多优厚的条件和待遇。
 #LIGHT_GREEN#你开怀大笑,胜利了,从此荣耀将伴随你的一生!
@@ -5773,7 +6315,7 @@ section "game/modules/tome/data/chats/artifice-mastery.lua"
 t("Cancel", "取消")
 t("#CADET_BLUE#%s already mastered.", "#CADET_BLUE#%s 已经被强化过了")
 t("#LIGHT_BLUE# You enhance your preparation of %s.", "#LIGHT_BLUE# 你强化了你准备的%s.")
-t("%s[%s -- mastery: %s]#LAST#", "%s[%s -- 强化: %s]#LAST#")
+t("%s[%s -- mastery: %s]#LAST#", "%s[%s -- 强化:%s]#LAST#")
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
@@ -5912,7 +6454,7 @@ section "game/modules/tome/data/chats/corruptor-quest.lua"
 
 t([[Wait, @playerdescriptor.subclass@!
 I see you are a worthy opponent, powerful indeed. I can see, and feel, your mastery of the eldritch crafts.
-We are the same.]], [[等等, @playerdescriptor.subclass@!
+We are the same.]], [[等等,@playerdescriptor.subclass@!
 我看你是个有价值的对手,够强力。我可以看到和感觉到,你对魔法技艺的熟练程度。
 我们可是同行。]])
 t("What do you mean 'the same'?", "“同行”是什么意思?")
@@ -5984,7 +6526,7 @@ Well met, @playername@!
 I am Meranas, Herald of Angolwen. I have come here at the request of King Tolak, who worried when you didn't return.
 We have been watching Tannen for some time, and were pleased to see you reveal his true nature-- and stop him. For this we are grateful, and I think we can pay you back.
 We have studied his portal research, and if you give me the components I will create the portal for you, here and now!]], [[#LIGHT_GREEN#*当你走出传送门时,一个穿着长袍的人正在那里等着你。*
-#WHITE#见到你很高兴, @playername@!
+#WHITE#见到你很高兴,@playername@!
 我是马雷纳斯,安格利文的传令官。我接到托拉克国王的命令在此等候你,他一直很担心你。
 我们已经观察了泰恩一段时间,我们非常高兴地看到你揭露了他的真面目并阻止了他。因此我们非常荣幸地请你回来。
 我们已经分析了他关于传送门的研究,如果你把那些相关的部件给我,我就可以立即给你创造一个传送门,就是此时此刻。]])
@@ -6074,7 +6616,7 @@ So take this orb (#LIGHT_GREEN#*she gives you an orb of scrying*#WHITE#). You ca
 I get to see many interesting things, and you get to know what your items do. We both win! Isn't it sweet?
 Oh yes, the orb will also identify mundane items for you, as long as you carry it.]], [[,你看上去像一个冒险家。也许你能帮助另外一个人。
 你看,我#{bold}#热爱#{normal}#学习新的手稿和搜集拥有古老力量的物品。不过我自己并不是一个真正的冒险家,而且我如果出去冒险的话肯定会被杀掉。
-所以拿着这个水晶球吧, (#LIGHT_GREEN#*她给了你一个辨识水晶*#WHITE#)。你可以在世界的任何一个角落用这个水晶球和我联络。要是你发现什么闪闪发光的好东西,你就可以随时随地给我看了!
+所以拿着这个水晶球吧,(#LIGHT_GREEN#*她给了你一个辨识水晶*#WHITE#)。你可以在世界的任何一个角落用这个水晶球和我联络。要是你发现什么闪闪发光的好东西,你就可以随时随地给我看了!
 我可以看到有趣的东西,而你又能知道你所获得的是什么装备,一举两得!听上去应该不错吧?
 而且,你只要携带着它,它也会帮你辨认普通物品。]])
 t("Woah, thanks, Elisa. This is really nice!", "哇~太好了,埃莉萨,这可太棒了!")
@@ -6091,12 +6633,16 @@ t([[#LIGHT_GREEN#[Pretend to help but when it is time you will use a technique t
 Lead on; I will protect you.]], [[#LIGHT_GREEN#[假装帮忙,制造一个传送门将 @npcname@ 传送至伊格,他会得到“妥善”处置。]#WHITE#
 带路,我会保护你。]])
 t("Lead on; I will protect you.", "带路,我会保护你的。")
+t("Escort", "护送")
 t("Go away; I do not care for the weak.", "走开,我可没有义务帮助弱者。")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/chats/escort-quest.lua"
 
+t("mental", "精神")
+t("physical", "物理")
+t("spell", "法术")
 t("improved %s by +%d", "提升 %s +%d")
 t("[Improve %s by +%d]", "[提升 %s +%d]")
 t("improved %s save by +%d", "提升 %s豁免 +%d")
@@ -6114,7 +6660,7 @@ t("Select the party member to receive the reward:", "选择队伍中获得奖励
 t("gained talent category %s (at mastery %0.2f)", "解锁技能树 %s (技能等级 %0.2f)")
 t("[Allow training of talent category %s (at mastery %0.2f)]", "[解锁技能树 %s (技能等级 %0.2f)]")
 t([[#GOLD#%s / %s#LAST#
-%s]], [[#GOLD#%s / %s#LAST#
+%s]], [[#GOLD#%s/%s#LAST#
 %s]])
 t("done", "结束")
 t([[At the last moment you invoke the power of nature.  The portal fizzles and transports @npcname@ to Zigur.
@@ -6249,7 +6795,7 @@ I am afraid with the power they gained today they will be even harder to stop, b
 t("I will avenge your men.", "我会替你的人报仇!")
 t("Ah! This is wonderful! Finally a ray of hope amidst the darkness. I will assign my best troops to this. Thank you, @playername@ - take this as a token of gratitude.", "太好了!一线希望的曙光终于穿过了黑暗。我会派我最好的军队去那里。多谢你了,@playername@——以此物来表示我们对你的感激。")
 t("Good luck.", "祝你们好运。")
-t("Aeryn gives you: %s", "艾伦给了你: %s")
+t("Aeryn gives you: %s", "艾伦给了你:%s")
 
 
 ------------------------------------------------
@@ -6308,7 +6854,7 @@ t("Not enough money", "金钱不足")
 t("Imbue cost", "镶嵌价格")
 t("You need to use %s gold for the plating, do you accept?", "你需要花费 %s 金币用于镀金,你确认接受吗?")
 t("Limmir's Amulet of the Moon", "利米尔的月亮吊坠")
-t("%s creates: %s", "%s 创造了: %s")
+t("%s creates: %s", "%s创造了:%s")
 t("Welcome, @playername@, to my shop.", "欢迎来我的商店,@playername@。")
 t("Let me see your wares.", "让我看看你的商品吧。")
 t("I am looking for special jewelry.", "我在找一些特殊的珠宝。")
@@ -6396,7 +6942,7 @@ t([[I am truly astonished by your strength; surviving that encounter was an epic
 As for the orcs, it is deeply troubling.  We have not seen any for eighty years... could they have come from the far east?
 Anyway, thank you again, @playername@, for your help.]], [[我很惊讶你的力量,能在袭击中活下来可是一项壮举。
 关于兽人,这就有点麻烦了。我们已经80年没有见过他们了……难道他们是从远东大陆过来的?
-不管怎样,还是非常感谢, @playername@, 感谢你的帮助。]])
+不管怎样,还是非常感谢,@playername@, 感谢你的帮助。]])
 t([[Orcs?! In the west?! This is deeply alarming! We have not seen any for nearly eighty years. They must have come from the far east...
 But do not let me trouble you; you brought important news and you are lucky to be alive.]], [[兽人?在西部大陆?!这非常令人担忧!我们几乎已经80年没有见到过兽人了,他们肯定是从远东大陆来的……
 不过你不必自责,你带来了重要的消息,而且你还能活下来已经很幸运了。]])
@@ -6456,6 +7002,9 @@ t("Why, 'tis a paltry sum - take my order, man, and be quick about it!", "什么
 t("Yes, please!", "好的,请吧。")
 t("HOW MUCH?! Please, excuse me, I- I need some fresh air...", "多少钱?!呃……抱歉,我……我得出去呼吸一下新鲜空气……")
 t("Not now, thank you.", "现在不用,再见。")
+t("dragonbone wand", "龙骨魔杖")
+t("dragonbone totem", "龙骨图腾")
+t("voratun torque", "沃瑞钽项圈")
 t("I've changed my mind.", "我决定不买了。")
 t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as this.", "#CRIMSON#你的时间穿越对这种已经预设好的结局没有任何作用。")
 t([[Do you want to name your item?
@@ -6464,7 +7013,7 @@ t([[Do you want to name your item?
 t("Yes, please.", "是的。")
 t("Name", "名称")
 t("Name your item", "给你的装备起名")
-t("#LIGHT_BLUE#The merchant carefully hands you: %s", "#LIGHT_BLUE#商人小心的交给了你: %s")
+t("#LIGHT_BLUE#The merchant carefully hands you: %s", "#LIGHT_BLUE#商人小心的交给了你:%s")
 t("No thanks.", "不用了,谢谢。")
 t("Oh I am sorry, it seems we could not make the item your require.", "啊真抱歉,这东西我们可做不了。")
 t("Oh, let's try something else then.", "好吧,我们试试别的东西。")
@@ -6487,7 +7036,7 @@ t("Hi, I would like to talk to Melinda please.", "你好,我想和梅琳达谈
 t("Sorry, I have to go!", "抱歉,我要走了!")
 t("Please take this. It is nothing compared to the life of my child. Oh, and she wanted to thank you in person; I will call her.", "请带上这个。没什么比我孩子的生命更重要了。哦,她想亲自表达她对你的谢意。我去叫她出来。")
 t("Thank you.", "谢谢。")
-t("Melinda's father gives you: %s", "梅琳达的父亲交给了你: %s")
+t("Melinda's father gives you: %s", "梅琳达的父亲交给了你:%s")
 t("@playername@! #LIGHT_GREEN#*She jumps for joy and hugs you while her father returns to his shop.*#WHITE#", "@playername@! #LIGHT_GREEN#*当她父亲返回商店时,她高兴地跳了起来,给了你一个拥抱。*#WHITE#")
 t("I am glad to see you are fine. It seems your scars are healing quite well.", "看到你一切安好真是太好了。你的伤疤看上去也已经痊愈了。")
 t("I am glad to see you well. Take care.", "很高兴看到你没事,多保重。")
@@ -6757,7 +7306,7 @@ section "game/modules/tome/data/chats/message-last-hope.lua"
 t([[Well met, @playername@. I was sent with a message from King Tolak of Last Hope.
 I followed the trail of bodies that you left - very impressive! We are lucky to have you on our side.
 But enough talk; take this message. I must go now.
-#LIGHT_GREEN#He gives you a sealed scroll and vanishes into the shadows.#LAST#]], [[终于见到你了, @playername@。我是最后的希望国王托拉克派来给你送信的。
+#LIGHT_GREEN#He gives you a sealed scroll and vanishes into the shadows.#LAST#]], [[终于见到你了,@playername@。我是最后的希望国王托拉克派来给你送信的。
 我追随你的足迹找到你,令人印象深刻!很荣幸你是站在我们这一边的。
 不聊了,信我已送到,我必须得走了。
 #LIGHT_GREEN#他递给你一个密封的卷轴,然后消失在阴影中。#LAST#]])
@@ -6783,7 +7332,7 @@ We know that a Tempest, a powerful Archmage who can control the storms, is respo
 So you must act, @playername@. I will show you the location of this mage - high in the Daikara mountains.
 Erase him.]], [[是的,我们已经感觉到了那里的堕落气息,我已经派人去驱散那里的乌云,但是真正的威胁并不在那儿。
 据我们所知,一个风暴术士,可以操控风暴的元素法师,和这些破坏有关。安格利文的那些懦夫居然袖手旁观。真是堕落!
-所以你必须采取行动, @playername@。我会告诉你那个法师所在的位置,在岱卡拉山脉的最高峰。
+所以你必须采取行动,@playername@。我会告诉你那个法师所在的位置,在岱卡拉山脉的最高峰。
 除掉他。]])
 t("You can count on me, Protector.", "你可以信任我,守护者。")
 t([[So I have heard, @playername@. You prove worthy of your training. Go with the blessing of nature, @playername@ of Zigur.
@@ -6916,7 +7465,7 @@ section "game/modules/tome/data/chats/ring-of-blood-master.lua"
 
 t([[#LIGHT_GREEN#*Before you stands a small humanoid creature with a disproportionate head.*#WHITE#
 Ah, what have we here? @playerdescriptor.race@, I believe you have turned at the wrong corner.]], [[#LIGHT_GREEN#*在你面前站着一个矮小的人形生物,长着一个不成比例的脑袋。*#WHITE#
-看,来了个什么人, @playerdescriptor.race@, 我相信你一定走错地方了。]])
+看,来了个什么人,@playerdescriptor.race@, 我相信你一定走错地方了。]])
 t("So it would seem. What is going on here?", "有可能,这里发生了什么事?")
 t([[This is my Ring of Blood! Listen, you have now two choices.
 Since you do not look like slave fodder to me I will offer to let you pay to play the game.
@@ -7157,8 +7706,8 @@ t("[Leave the orb alone]", "[离开水晶球]")
 ------------------------------------------------
 section "game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua"
 
-t("*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*", "*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*")
-t("[Go back to the Fortress]", "[Go back to the Fortress]")
+t("*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*", "*#LIGHT_GREEN#这个水晶球用于控制角斗竞技场。#WHITE#*")
+t("[Go back to the Fortress]", "[返回堡垒]")
 t("[Leave the orb alone]", "[离开水晶球]")
 
 
@@ -7402,7 +7951,7 @@ t("Wait a minute!", "等一下!")
 t("Archmage Tarelion?", "大法师泰尔兰?")
 t([[Yes @playername@, I have heard you plan on going into the wild world, looking for some adventures of your own.
 This is good, more of us should get out of here once in a while and actually help people out there.
-Say, maybe you might want to get an adventure and help Angolwen?]], [[是的, @playername@,我听说你计划到野外,去寻求冒险。
+Say, maybe you might want to get an adventure and help Angolwen?]], [[是的,@playername@,我听说你计划到野外,去寻求冒险。
 这样很好,我们应该多多出去到外面的世界,去帮助那里的人们。
 这么说,也许你会想进行一场冒险,来帮助安格利文?]])
 t("Perhaps, what do you need?", "也许吧,你想要什么?")
@@ -7478,12 +8027,12 @@ t("Never! Die!", "绝不!去死吧!")
 section "game/modules/tome/data/chats/trap-priming.lua"
 
 t("[Cancel]", "[取消]")
-t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱: %s.")
+t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱:%s.")
 t("Not Prepared", "还没准备好")
 t("Primed Trigger", "即爆机关")
 t("Not Usable", "无法使用")
 t("Normal Trigger", "常规机关")
-t("%s[%s: %s]#LAST#", "%s[%s: %s]#LAST#")
+t("%s[%s: %s]#LAST#", "%s[%s:%s]#LAST#")
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
@@ -7685,9 +8234,9 @@ t("Never mind", "没事,别介意。")
 ------------------------------------------------
 section "game/modules/tome/data/chats/worldly-knowledge.lua"
 
-t("[%s (at mastery %0.2f)]", "[%s (技能树系数 %0.2f)]")
+t("[%s (at mastery %0.2f)]", "[%s(技能树系数%0.2f)]")
 t([[#GOLD#%s / %s#LAST#
-]], [[#GOLD#%s / %s#LAST#
+]], [[#GOLD#%s/%s#LAST#
 ]])
 t("Learn which category?", "学习什么技能树?")
 
@@ -7748,7 +8297,7 @@ section "game/modules/tome/data/chats/zemekkys.lua"
 
 t([[#LIGHT_GREEN#*A slot in the door opens and a pair of wild eyes peer out.*#WHITE#
 What do you want, @playerdescriptor.race@?]], [[#LIGHT_GREEN#*门上开了一个小洞,一副野蛮的眼睛凝视着你。*#WHITE#
-你想干什么, @playerdescriptor.race@?]])
+你想干什么,@playerdescriptor.race@?]])
 t("Paladin Aeryn told me that you could help me. I need to get to Maj'Eyal.", "太阳骑士艾琳跟我说你能帮助我,我想去马基·埃亚尔。")
 t("I found the Blood-Runed Athame, but there was no Resonating Diamond.", "我找到了血符祭剑,不过还没找到共鸣宝石。")
 t("I have a Resonating Diamond.", "我找到了共鸣宝石。")
@@ -7805,10 +8354,12 @@ t("I can teach you mindstar mastery (talent category Wild-gift/Mindstar mastery)
 t("Just give me the basics (reveals locked talent category) - 100 gold.", "只学习基础(显示带解锁的技能树)- 100 金币。")
 t("The shopkeeper spends some time with you, teaching you the basics of channeling energy through mindstars.", "商人花了一些时间,教授你使用灵晶的基础技巧")
 t("He is impressed with your affinity for natural forces.", "他对你同自然力量的亲和度感到惊讶")
-t("Please teach me what I need to know (unlocks talent category) - 500 gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 - 500 金币。")
+t("Please teach me what I need to know (unlocks talent category) - 500 gold.", "请教授我需要知道的一切(显示已解锁的技能树)。-500 金币。")
 t("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you.", "商人花了大量时间,教授你使用灵晶的全部技巧。")
 t("He is impressed with your mastery and shows you a few tricks to handle stronger energy flows.", "他对你已经掌握的知识印象深刻,并展示给你一些对抗强敌的技巧")
 t("I'm already proficient, but I want to be an expert (improves talent mastery by 0.2) - 750 gold.", "我已经学会了,但我想成为一名专家。(增加技能树系数0.2) - 750 金币。")
+t(", and teaches you enhanced mental discipline needed to maintain powerful energy fields", ",他还教授你一些进阶技术来维持强大的能量领域")
+t("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s.", "商人花了大量时间,教授你使用灵晶的全部技巧%s。")
 t("No thanks.", "不用了,谢谢。")
 
 
@@ -7884,12 +8435,19 @@ t("...", "……")
 ------------------------------------------------
 section "game/modules/tome/data/damage_types.lua"
 
-t("#Source# strikes #Target# in the darkness (%+d%%%%%%%% damage).", "#Source# 在黑暗中打击了 #Target#  (%+d%%%%%%%% 伤害)!")
+t("%s(%d warded)#LAST#", "%s(%d 被守护)#LAST#")
+t("#Source# strikes #Target# in the darkness (%+d%%%%%%%% damage).", "#Source#在黑暗中打击了#Target#(%+d%%%%%%%% 伤害)!")
 t("Something", "某物")
 t("%s forces the iceblock to shatter.", "%s 将冰块打破。")
+t("%s(%d to psi shield)#LAST#", "%s(%d 超能盾吸收)#LAST#")
+t("%s(%d blocked)#LAST#", "%s(%d 被格挡)#LAST#")
+t("%s(%d antimagic)#LAST#", "%s(%d 反魔盾吸收)#LAST#")
+t("%s(%d flat reduction)#LAST#", "%s(%d 固定减伤吸收)#LAST#")
 t("You end your target with a crushing blow!", "你的毁灭一击终结了对手!")
-t("#CRIMSON##Source# damages %s through Martyrdom!", "#CRIMSON##Source# 通过殉难伤害了 %s !")
-t("#CRIMSON##Source# reflects damage back to #Target#!", "#CRIMSON##Source# 将伤害反射回 #Target#!")
+t("#LIGHT_GREY#(%d resilience)#LAST#", "#LIGHT_GREY#(%d 弹性体质吸收)#LAST#")
+t("#CRIMSON##Source# damages %s through Martyrdom!", "#CRIMSON##Source#通过殉难伤害了 %s !")
+t("#CRIMSON##Source# reflects damage back to #Target#!", "#CRIMSON##Source#将伤害反射回 #Target#!")
+t("#Source##LIGHT_GREEN# HEALS#LAST# from %s %s #LAST# damage!", "#Source#因%s%s#LAST#伤害受到了#LIGHT_GREEN#治疗#LAST#!")
 t("cosmetic", "外观")
 t("cosmeticed", "外观")
 t("physical", "物理")
@@ -8005,36 +8563,38 @@ t("bright light", "强光")
 t("stunning fire", "火焰震慑")
 t("fire burn", "火焰燃烧")
 t("devouring flames", "吞噬之焰")
-t("#Source# drains life from #Target#!", "#Source# 从 #Target# 吸取了生命!")
+t("#Source# drains life from #Target#!", "#Source#从#Target#吸取了生命!")
 t("shadowflame", "暗影烈焰")
 t("stunning darkness", "震慑暗影")
 t("darkness", "æš—å½±")
 t("fire", "火焰")
 t("cold", "寒冷")
 t("flameshock", "烈焰冲击")
-t("%s resists the searing flame!", "%s 抵抗了灼热火焰!")
+t("%s resists the searing flame!", "%s抵抗了灼热火焰!")
 t("ice", "寒冰")
 t("slowing ice", "冰系减速")
 t("ice storm", "冰风暴")
 t("glacial vapour", "极寒冰雾")
 t("pinning cold", "定身寒冷")
 t("freeze", "冰冻")
+t("Frozen!", "冻结!")
+t("Resist!", "抵抗!")
 t("sticky smoke", "浓烟")
 t("acid blind", "酸性致盲")
 t("blinding darkness", "致盲暗影")
 t("blinding light", "致盲之光")
 t("dazing lightning", "闪电眩晕")
 t("cold repulsion", "寒冷排斥")
-t("%s resists the wave!", "%s 抵抗了冲击!")
+t("%s resists the wave!", "%s抵抗了冲击!")
 t("bloodspring", "血如泉涌")
-t("%s resists the bloody wave!", "%s 抵抗了血浪!")
+t("%s resists the bloody wave!", "%s抵抗了血浪!")
 t("fire repulsion", "火焰击退")
 t("burning repulsion", "灼烧排斥")
 t("darkness repulsion", "暗影击退")
-t("%s resists the darkness!", "%s 抵抗了黑暗!")
-t("%s resists the punch!", "%s 抵抗了击退!")
+t("%s resists the darkness!", "%s抵抗了黑暗!")
+t("%s resists the punch!", "%s抵抗了击退!")
 t("fear repulsion", "恐惧击退")
-t("%s resists the frightening sight!", "%s 抵抗了恐惧。")
+t("%s resists the frightening sight!", "%s抵抗了恐惧。")
 t("poison", "毒素")
 t("cleansing fire", "火焰净化")
 t("spydric poison", "蜘蛛毒素")
@@ -8046,32 +8606,43 @@ t("dig", "挖掘")
 t("slow", "减速")
 t("congeal time", "时间停滞")
 t("time prison", "时间囚牢")
-t("%s resists the time prison.", "%s 抵抗了时间牢笼。")
+t("%s resists the time prison.", "%s抵抗了时间牢笼。")
 t("% chance of confusion", "%几率造成混乱")
 t("% chance of gloom effects", "%几率黑暗光环")
 t("item darkness numbing", "物品黑暗麻木")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce damage dealt by #YELLOW#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d%%#LAST#伤害%s")
 t("item expose", "物品暴露")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce all saves and defense by #YELLOW#%d#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d#LAST#闪避和豁免%s")
 t("item temporal energize", "物品时空充能")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to gain 10%% of a turn (3/turn limit)%s", "* #LIGHT_GREEN#%d%%#LAST#几率获得10%%回合(每回合限3次)%s")
 t("#LIGHT_STEEL_BLUE#%s can't gain any more energy this turn! ", "#LIGHT_STEEL_BLUE#%s在本回合内无法得到更多能量! ")
 t("item acid corrode", "物品腐蚀护甲")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce armor by #VIOLET#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#VIOLET#%d%%#LAST#护甲%s")
 t("item blight disease", "物品疾病")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce strength, dexterity, and constitution by #VIOLET#%d#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#VIOLET#%d#LAST#力量、敏捷和体质%s")
 t("item manaburn arcane", "物品法力燃烧")
+t("* #DARK_ORCHID#%d arcane resource#LAST# burn%s", "* #DARK_ORCHID#%d法力燃烧#LAST# %s")
 t("item nature slow", "物品自然减速")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to slow global speed by #YELLOW#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d%%#LAST#整体速度%s")
 t("item antimagic scouring", "物品反魔灼烧")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #ORCHID#reduce effective powers#LAST# by %d%%%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低%d%%#ORCHID#有效强度#LAST#%s")
 t("item lightning daze", "物品眩晕")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #ROYAL_BLUE#daze#LAST# at end of turn%s", "* #LIGHT_GREEN#%d%%#LAST#几率在回合结束时#ROYAL_BLUE#眩晕daze#LAST#%s")
 t("item light blind", "物品致盲")
-t("%s resists the blinding light!", "%s 抵抗了致盲!")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #YELLOW#blind#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率#YELLOW#致盲#LAST#%s")
+t("%s resists the blinding light!", "%s抵抗了致盲!")
 t("item mind gloom", "物品黑暗光环")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to cause #YELLOW#random gloom#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率触发#YELLOW#随机黑暗光环#LAST#%s")
 t("confusion", "æ··ä¹±")
 t("stun", "震慑")
 t("slow'", "减速'")
 t("blinding", "致盲")
-t("%s resists the blind!", "%s 抵抗了致盲!")
+t("%s resists the blind!", "%s抵抗了致盲!")
 t("blinding physical", "物理致盲")
-t("%s resists the sandstorm!", "%s 抵抗了沙暴!")
+t("%s resists the sandstorm!", "%s抵抗了沙暴!")
 t("physical pinning", "物理定身")
 t("regressive blight", "枯萎退化/经验吸取")
-t("#Source# drains experience from #Target#!", "#Source# 从 #Target# 吸取了经验值!")
+t("#Source# drains experience from #Target#!", "#Source#从#Target#吸取了经验值!")
 t("draining blight", "枯萎吸收/生命吸取")
 t("sanguine blight", "枯萎吸血")
 t("vim draining blight", "枯萎衰亡/活力吸取")
@@ -8093,9 +8664,9 @@ t("gravity", "重力")
 t("gravity pin", "重力定身")
 t("physical repulsion", "物理排斥")
 t("grow", "生长")
-t("%s turns into %s.", "%s 变成了 %s。")
+t("%s turns into %s.", "%s变成了%s。")
 t("pinning nature", "自然定身")
-t("%s resists the pinning!", "%s 抵抗了定身!")
+t("%s resists the pinning!", "%s抵抗了定身!")
 t("healing nature", "自然治疗")
 t("impeding nature", "自然障碍")
 t("confounding nature", "自然混乱")
@@ -8106,7 +8677,7 @@ t("blazing light", "光炽")
 t("prismatic repulsion", "防护排斥")
 t("mind slow", "精神减速")
 t("mind freeze", "精神冻结")
-t("%s resists the freezing!", "%s 抵抗了冰冻!")
+t("%s resists the freezing!", "%s抵抗了冰冻!")
 t("implosion", "爆裂")
 t("regressive temporal", "时空退化")
 t("wasting temporal", "时空耗竭")
@@ -8114,20 +8685,24 @@ t("stop", "静止")
 t("%s has not been stopped!", "%s 无法被中断!")
 t("debilitating temporal", "时空虚弱")
 t("draining physical", "物理吸收")
-t("#Source# consumes %d life from #Target#!", "#Source# 从 #Target#身上吸取了%d生命!")
+t("#Source# consumes %d life from #Target#!", "#Source#从#Target#身上吸取了%d生命!")
 t("temporal slow", "时空减速")
 t("molten rock", "熔岩")
 t("entangle", "困惑")
-t("%s resists entanglement!", "%s 抵抗了纠缠!")
+t("%s resists entanglement!", "%s抵抗了纠缠!")
 t("manaworm arcane", "法力蠕虫")
-t("%s has no mana to burn.", "%s 没有法力值,无法奥术对撞。")
+t("%s has no mana to burn.", "%s没有法力值,无法奥术对撞。")
 t("arcane blast", "奥术爆炸")
 t("circle of death", "死亡法阵")
-t("%s resists the baneful energy!", "%s 抵抗了毒素!")
+t("%s resists the baneful energy!", "%s抵抗了毒素!")
 t("decaying darkness", "暗影虚弱")
 t("abyssal darkness", "暗影深渊")
-t("% chance to summon an orc spirit", "% 几率召唤一个兽人灵魂")
+t("% chance to summon an orc spirit", "%几率召唤一个兽人灵魂")
+t("%s<%d%%%% orc summon chance>#LAST#", "%s<%d%%%%几率召唤兽人>#LAST#")
+t("%s<orc summon>#LAST#", "%s<兽人召唤>#LAST#")
 t("orc spirit", "兽族之魂")
+t("An orc clad in massive armour, wielding a huge axe.", "一只身穿板甲的兽人,手里握着一把巨斧。")
+t("Garkul Spirit", "加库尔之魂")
 t("nightmare", "梦魇")
 t("cursed miasma", "诅咒瘴气")
 t("weakness", "虚弱")
@@ -8135,42 +8710,46 @@ t("special effect", "特效")
 t("manaburn arcane", "法力燃烧")
 t("leaves", "叶片")
 t("distorting physical", "物理扭曲")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("dreamforge", "梦之熔炉")
 t("%s is knocked back!", "%s 被击退。")
-t("%s resists the forge bellow!", "%s 抵抗了熔炉击退!")
-t("%s resists the dream forge!", "%s 抵抗了梦境熔炉!")
+t("%s resists the forge bellow!", "%s抵抗了熔炉击退!")
+t("%s resists the dream forge!", "%s抵抗了梦境熔炉!")
 t("natural mucus", "自然粘液")
 t("disarming acid", "酸性缴械")
-t("%s resists disarming!", "%s 抵抗了缴械!")
+t("%s resists disarming!", "%s抵抗了缴械!")
 t("corrosive acid", "腐蚀之酸")
 t("bouncing slime", "弹跳史莱姆")
 t("caustic mire", "酸池")
 t("sun path", "阳光大道")
 t("telekinetic shove", "动能冲击")
-t("%s resists pinning!", "%s 抵抗了定身!")
-t("%s resists the shove!", "%s 抵抗了推拉!")
+t("%s resists pinning!", "%s抵抗了定身!")
+t("%s resists the shove!", "%s抵抗了推拉!")
 t("dimensional anchor", "禁传区")
 t("phase pulse", "相位脉动")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("%s resists the blindness!", "%s 抵抗了致盲!")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists the confusion!", "%s 抵抗了混乱!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("%s resists the blindness!", "%s抵抗了致盲!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists the confusion!", "%s抵抗了混乱!")
 t("brain storm", "头脑风暴")
-t("%s resists the mind attack!", "%s 抵抗了精神攻击!")
+t("%s resists the mind attack!", "%s抵抗了精神攻击!")
 t("static net", "静电网")
 t("wormblight", "蠕虫枯萎")
 t("pestilent blight", "枯萎瘟疫")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to cause #GREEN#random blight#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率触发#GREEN#随机枯萎效果#LAST#%s")
 t("blight poison", "枯萎毒素")
 t("terror", "暗夜恐魔")
+t("%s<terror chance>#LAST#", "%s<恐惧几率>#LAST#")
 t("random poison", "随机毒素")
 t("blinding powder", "致盲粉")
+t("%s<blinding powder>#LAST#", "%s<致盲粉>#LAST#")
 t("smokescreen", "烟幕弹")
+t("%s<smoke>#LAST#", "%s<烟雾弹>#LAST#")
 t("flare", "闪光弹")
-t("%s resists the blinding flare!", "%s 抵抗了致盲!")
+t("%s resists the blinding flare!", "%s抵抗了致盲!")
 t("flare light", "闪光弹光")
 t("sticky pitch", "粘性")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("fire sunder", "火焰破甲")
 t("shadow smoke", "暗影烟雾")
 t("frozen earth", "冻结大地")
@@ -8249,6 +8828,7 @@ t("#LIGHT_RED#As you enter you notice the door has no visible handle on the insi
 t("Enter the crypt", "进入地窖")
 t("Leave carefully", "悄悄离开")
 t("Lost kitten", "迷路的猫咪")
+t("Lost Kitty", "迷路的猫咪")
 t("Ancient Elven Ruins", "古代精灵遗迹")
 t("Entrance to some ancient elven ruins", "远古精灵遗迹入口")
 t("Cursed Village", "被诅咒的村庄")
@@ -8279,6 +8859,14 @@ t("blighted soil", "荒芜之地")
 t("%s (blighted aura)", "%s (枯萎光环)")
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/conclave-vault.lua"
+
+t([[Only crumbling bones are left of what once was the proud Director Hompalan, chief of this facility.
+Now those remains look at you with empty eyes but you can not mistake their intent.]], [[这个研究设施的主人,曾经如此高傲的研究主管红帕兰,现在已经只剩下摇摇欲坠的枯骨。
+尽管这具遗骸只剩下空洞无神的眼窝,你也能从中察觉到他凝视着你的神情。]])
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/cultists.lua"
 
@@ -8294,6 +8882,7 @@ t("This is too soon!", "太早了!")
 t("disrupted monolith", "被干扰的符文巨石")
 t("Something the cultists are doing is coming. Beware.", "邪教徒在做的事情将要到来。小心。")
 t("The cultist's soul seems to be absorbed by the strange stone he was guarding. You feel like something is about to happen...", "邪教徒的灵魂似乎被其守卫的奇异石头所吸收。你感觉似乎要出大事了……")
+t("Shasshhiy'Kaish", "莎西·凯希")
 t("This demon would be very attractive if not for the hovering crown of flames, the three tails and sharp claws. As you watch her you can almost feel pain digging in your flesh. She wants you to suffer.", "不看她那盘旋在头上的火焰王冠、三条小尾巴以及那锋利的爪子,这只恶魔仍然充满了奇异的魅惑。当你看着她时,你感觉痛苦像利刃一样,深入骨髓,她是痛苦的使者。")
 t("and used for her perverted desires", "并被用于她的变态欲望")
 t("burning crown", "燃烧王冠")
@@ -8308,9 +8897,18 @@ t("%s pulls a dagger and opens his own chest, piercing his beating heart. The st
 ------------------------------------------------
 section "game/modules/tome/data/general/events/damp-cave.lua"
 
+t("ladder back to %s", "返回%s的楼梯")
+t("Damp Cave", "潮湿洞穴")
 t("damp cave", "潮湿洞穴")
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/drake-cave.lua"
+
+t("Intimidating Cave", "恐怖地穴")
+t("ladder back to %s", "返回%s的楼梯")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/fearscape-portal.lua"
 
@@ -8332,14 +8930,14 @@ t("#VIOLET#A demon steps out of the %s!", "#VIOLET#一个恶魔走出了%s!")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/fell-aura.lua"
 
-t("%s (fell aura)", "%s (毁灭光环)")
+t("%s (fell aura)", "%s(毁灭光环)")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/font-life.lua"
 
 t("font of life", "生命之泉")
-t("%s (life aura)", "%s (生命光环)")
+t("%s (life aura)", "%s(生命光环)")
 
 
 ------------------------------------------------
@@ -8391,7 +8989,7 @@ t("#VIOLET#A naga steps out of the %s!", "#VIOLET#一只娜迦从%s里走出!")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/necrotic-air.lua"
 
-t("%s (necrotic air)", "%s (死灵瘴气)")
+t("%s (necrotic air)", "%s(死灵瘴气)")
 
 
 ------------------------------------------------
@@ -8418,12 +9016,13 @@ t("Fall...", "跌落……")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/protective-aura.lua"
 
-t("%s (protective aura)", "%s (防御光环)")
+t("%s (protective aura)", "%s(防御光环)")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/rat-lich.lua"
 
+t("way up to %s", "向上到%s的路")
 t("#VIOLET# As you leave the crypt, the stairway collapses in upon itself.", "#VIOLET# 当你离开洞穴的时候,楼梯崩塌了。")
 t("dusty rat skull", "肮脏的鼠骷髅")
 t("This ancient skull is all that remains of the Rat Lich. Some fragments of its power remain and a faint red light still glows within its eye sockets.", "这顶古老的骨盔是巫妖鼠仅存于世的东西,上面残留了巫妖鼠的部分精华能量。")
@@ -8432,15 +9031,17 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("%s raises %s %s, and a red light flashes from it's eye sockets!", "%s 令 %s %s站了起来, 一道红光从它眼中闪过!")
 t("From the dust of decay a %s forms!", "从灰烬中诞生了一只%s!")
 t("stairway leading downwards", "向下的楼梯")
+t("Stairs seem to lead into some kind of crypt.", "通往某个地穴的楼梯。")
 t("Forsaken Crypt", "废弃地下室")
 t("You hear squeaks and the sounds of clicking bone echo around you... Pure death awaits. Flee!", "你听到老鼠的叫声夹杂着骨骼的响动的吱吱声……前面等待着你的是死亡的力量。快逃!")
+t("Stairs lead downwards into rubble.", "向下通往瓦砾之中的楼梯")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/slimey-pool.lua"
 
 t("slimey pool", "史莱姆之沼")
-t("%s (slimey)", "%s (泥泞)")
+t("%s (slimey)", "%s(泥泞)")
 
 
 ------------------------------------------------
@@ -8467,9 +9068,15 @@ t("spellblaze scar", "奥术之痕")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/sub-vault.lua"
 
+t("way up (%s)", "向上的路(到%s)")
 t("#VIOLET# The stairway collapses completely as you ascend!", "#VIOLET# 当你爬上楼梯的时候,楼梯彻底坍塌了!")
 t("#VIOLET# The decrepit stairs crumble some more as you climb them.", "#VIOLET# 当你爬上这些破旧的楼梯的时候,它摇摇欲坠,又更加破碎了一点。")
 t("hidden vault", "隐藏的宝库")
+t("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
+t("collapsing hidden vault", "快要坍塌的隐藏宝库")
+t("collapsed hidden vault", "坍塌的隐藏宝库")
+t("A collapsed stairway, leading down", "向下的楼梯,已经坍塌了。")
+t("nearly collapsed hidden vault", "即将坍塌的隐藏宝库")
 
 
 ------------------------------------------------
@@ -8495,6 +9102,8 @@ section "game/modules/tome/data/general/events/weird-pedestals.lua"
 
 t("weird pedestal", "奇怪的基座")
 t("Do you wish to inspect the pedestal?", "你想要检查基座吗?")
+t("inspected", "检查了")
+t("inspecting", "正在检查")
 t("As you inspect it a shadow materializes near you, and suddenly it is no more a shadow!", "当你检查这个基座时,一团阴影出现在你身旁,突然间它凝成了实体!")
 t("#rng# the Invoker", "扰乱者#rng#")
 t("Die intruder!", "去死吧,干扰者!")
@@ -8512,7 +9121,7 @@ t("You hear a terrible voice saying 'Their lives are mine! I am coming!'", "ä½ 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/whistling-vortex.lua"
 
-t("%s (whistling vortex)", "%s (尖啸漩涡)")
+t("%s (whistling vortex)", "%s(尖啸漩涡)")
 
 
 ------------------------------------------------
@@ -8539,13 +9148,16 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("glass wall", "玻璃墙")
 t("glass door", "玻璃门")
 t("open glass door", "敞开的玻璃门")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8560,10 +9172,13 @@ section "game/modules/tome/data/general/grids/bone.lua"
 t("sand", "æ²™")
 t("bone walls", "骨墙")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("lever", "拉杆")
 t("huge lever", "巨大的控制杆")
@@ -8597,6 +9212,7 @@ section "game/modules/tome/data/general/grids/cave.lua"
 
 t("cave floor", "山洞平地")
 t("cave walls", "山洞壁")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("grass", "草地")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
@@ -8638,6 +9254,7 @@ t("tall thick tree", "高大粗壮的树")
 t("flower", "花")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("old road", "古老的路")
 t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
@@ -8654,6 +9271,7 @@ t("open door", "敞开的门")
 t("floor", "地板")
 t("wall", "墙壁")
 t("sealed door", "被封印的门")
+t("This door seems to be sealed.", "这扇门似乎被封印了。")
 
 
 ------------------------------------------------
@@ -8665,10 +9283,13 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8732,7 +9353,7 @@ t("open door", "敞开的门")
 section "game/modules/tome/data/general/grids/lava.lua"
 
 t("lava floor", "熔岩平地")
-t("#Source# burns #Target#!", "#Source# 灼烧了 #Target#!")
+t("#Source# burns #Target#!", "#Source#灼烧了#Target#!")
 t("lava", "岩浆")
 t("wall", "墙壁")
 t("lava wall", "熔岩墙壁")
@@ -8776,8 +9397,11 @@ t("ladder to worldmap", "通往世界地图的台阶")
 ------------------------------------------------
 section "game/modules/tome/data/general/grids/sand.lua"
 
+t("unstable sand tunnel", "不稳定的流沙通道")
+t("Loose sand is steadily filling this void, which could collapse suddenly and completely.", "松散的沙子填充了这一空间,但是这些沙子随时可能坍塌下来。")
 t("The unstable sand tunnel collapses!", "不稳定的流沙通道塌陷了!")
 t("You are crushed by the collapsing tunnel! You suffocate!", "你被压在了倒塌的通道中!你感到无法呼吸!")
+t("was buried alive", "被活埋")
 t("sandwall", "沙墙")
 t("wall", "墙壁")
 t("tree", "æ ‘")
@@ -8829,10 +9453,13 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8864,6 +9491,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8879,6 +9507,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8894,6 +9523,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8925,7 +9555,7 @@ t("underwater air bubble", "水下气泡")
 t("#AQUAMARINE#The air bubbles are depleted!", "#AQUAMARINE#气泡被耗尽了!")
 t("deep water", "深水")
 t("poisoned deep water", "有毒的深水")
-t("#Source# poisons #Target#!", "#Source# 让 #Target# 中毒!")
+t("#Source# poisons #Target#!", "#Source#让#Target#中毒!")
 t("exit to the worldmap", "离开前往世界地图")
 t("previous level", "前往上一层")
 t("floor", "地板")
@@ -9025,6 +9655,7 @@ t("bird", "飞禽")
 t("Phoenix", "凤凰")
 t("Ever burning, ever dying, ever reviving, the Phoenix swoops down upon you, seeking to share its fiery fate with you.", "无尽的燃烧,无尽的死亡,无尽的重生,这只凤凰试图将它燃烧的命运带给你。")
 t("#LIGHT_RED#%s raises from the dead!", "#LIGHT_RED#%s 从尸体中站了起来!")
+t("RESURRECT!", "复活!")
 
 
 ------------------------------------------------
@@ -9275,10 +9906,11 @@ t("nightmare horror", "梦魇恐魔")
 t("A shifting form of darkest night that seems to reflect your deepest fears.", "一只漆黑的生物,它深邃的黑色身体反射出了你深深的恐惧。")
 t("headless horror", "无头恐魔")
 t("A headless, gangly humanoid with a large distended stomach.", "一个由闪光水晶构成的生物,它通体围绕着球状的光芒。")
-t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当 %s 倒下时它的眼睛掉落在了地上。")
+t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当%s倒下时它的眼睛掉落在了地上。")
 t("eldritch eye", "艾尔德里奇之眼")
 t("A small bloodshot eye floats here.", "一只小小的充血眼球,它游荡在这里。")
-t("#AQUAMARINE#As #Source# falls #Target# seems to weaken!", "#AQUAMARINE#当 #Source# 倒下时, #Target# 似乎被削弱了!")
+t("#AQUAMARINE#As #Source# falls #Target# seems to weaken!", "#AQUAMARINE#当#Source#倒下时,#Target#似乎被削弱了!")
+t("+Blind", "+致盲")
 t("%s is blinded by the loss of all its eyes.", "%s 失去了它所有的眼睛,无法看见东西。")
 t("luminous horror", "金色恐魔")
 t("A lanky humanoid shape composed of yellow light.", "一只身材瘦长的怪物,它的身体由金色的光芒组成。")
@@ -9304,7 +9936,7 @@ t("maelstrom", "灵能漩涡")
 t("This powerful vortex of ice and lightning somehow gives you the impression of claws, teeth and intense hunger...", "这个强大的灵能漩涡莫名其妙地给你一种利齿尖牙和饥饿的印象...")
 t("parasitic horror", "寄生恐魔")
 t("You don't want to think about what sort of creature this lamprey-like horror was feeding on to grow so large.  Its skin pulsates and writhes, like things are moving underneath...", "你不想知道这个像七鳃鳗一样的恐魔是吃什么才能长这么大的。它的皮肤不停的扭动,就像有东西在下面移动一样...")
-t("%s's severed flesh starts crawling!", "%s 被切割的血肉开始爬行!")
+t("%s's severed flesh starts crawling!", "%s被切割的血肉开始爬行!")
 t("mass of parasitic leeches", "大团寄生虫")
 t("Dozens - hundreds maybe? - of blood-gorged worms, of varying shapes and sizes, making a writhing, ichor-soaked sea of tooth-lined maws and sickly green skin, ready to latch onto you and drink until they burst or your veins run dry.", "几十个,也许几百个?各种形状和大小的血腥蠕虫,形成一个扭动的,布满锋利牙齿的血盆大口和生病的绿色皮肤组成的脓水海洋,随时准备缠住你并吸你的血,直到它们胀破或着你的静脉干涸。")
 t("Grgglck the Devouring Darkness", "格尔格勒克·黑暗吞噬者")
@@ -9313,7 +9945,7 @@ You can discern a huge round mouth covered in razor-sharp teeth.]], "这是来
 t("Grgglck's Tentacle", "格尔格勒克的触须")
 t("This is one of Grgglck's tentacles. It looks more vulnerable than the main body.", "这是格尔格勒克的一条触须。它看起来比主体更加脆弱。")
 t("#AQUAMARINE#With Grgglck's death its tentacle also falls lifeless on the ground!", "#AQUAMARINE#随着格尔格勒克的死去它的那些触手也毫无生机地倒在了地上!")
-t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source# 倒下时,你发现#Target#似乎因为痛苦而颤抖!")
+t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source#倒下时,你发现#Target#似乎因为痛苦而颤抖!")
 t("Ak'Gishil", "阿克·吉希尔")
 t("This Blade Horror has been infused with intense temporal magic, causing its power to increase dramatically. Rifts in space open around it constantly, summoning and banishing blades before vanishing as quickly as they appear.", "这只刀锋般的恐魔生于强大的能量漩涡中,并逐渐掌握了时空之核。它能够不断的撕裂空间,召唤出成群的刀刃在其身周飞舞。")
 t("Animated Sword", "次元之刃")
@@ -9332,7 +9964,7 @@ section "game/modules/tome/data/general/npcs/horror_aquatic.lua"
 
 t("aquatic", "水栖生物")
 t("horror", "恐魔")
-t("#LIGHT_BLUE#%s explodes into a huge bubble of air!", "#LIGHT_BLUE#%s 爆炸,成为了一个巨大的气泡!")
+t("#LIGHT_BLUE#%s explodes into a huge bubble of air!", "#LIGHT_BLUE#%s爆炸,成为了一个巨大的气泡!")
 t("entrenched horror", "巨石恐魔 ")
 t("This massive stony structure shifts and pulsates, its many long, thin tentacles probing the nearby water for food.", "这个巨大的石状生物有规律的震动着,它的触手为了水和食物正在四处游走探测。")
 t("swarming horror", "群生恐魔")
@@ -9406,9 +10038,13 @@ section "game/modules/tome/data/general/npcs/lich.lua"
 t("undead", "亡灵")
 t("Only the most powerful spellcasters raised to unlife become liches. Doomed to haunt the world for an eternity, they have grown to hate all that breathes or trespasses on their domain. Unfortunately that includes you.", "只有最强大的法师,才会被复活成为巫妖。他们注定要永远萦绕在这个世界上,他们憎恨所有在他们的领地上呼吸或侵入的人。不幸的是,这包括你在内。")
 t("lich", "巫妖")
+t("Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.", "为了探索永恒的生命,这些人允许不死族剥夺他们的生趣。现在,他们同样在毁灭生者。")
 t("ancient lich", "远古巫妖")
+t("An elder being from a now-forgotten age, filled and fueled by its hate and rage toward all things living, it seeks to deprive all others of a prize it cannot have... life.", "一位存活了不知多少岁月的巫妖,它对这个世界和生者充满了仇恨,所以它试图去剥夺生者所拥有而它所没有的财富——生命。")
 t("archlich", "高阶巫妖")
+t("Blacker than the deepest night, this cold cruel form of darkness approaches.  Long ago it laid aside its mortality, but it has not forgotten its power; rather, its malice and hate have bent this undead entity on the destruction of all things living.", "从比漆黑的夜还要深邃的黑暗中,你感受到了一股冰冷的寒意。很久以前它放弃了生命,但却没忘记力量,相反,它被怨恨和邪念所强化,这只扭曲的不死生物要毁灭所有的生者。")
 t("blood lich", "血巫妖")
+t("The seething, pumping, disembodied blood of a horrendously powerful necromancer. To strike it is to bathe in the rivers of the Fearscape itself.", "来自一位非常强大的死灵法师的沸腾的、跳动的、有形的血液。跟它战斗等于要饱受恶魔空间的摧残。")
 
 
 ------------------------------------------------
@@ -9745,14 +10381,23 @@ section "game/modules/tome/data/general/npcs/skeleton.lua"
 t("skeleton", "骷髅人")
 t("undead", "亡灵")
 t("degenerated skeleton warrior", "腐化骷髅战士")
+t("A haphazard collection of crumbling bones, with jerky movements that remind you of a child playing with a marionette.  It only has one arm, but that's all it needs to hold a sword.", "这具仿佛是死灵法师随意收集而成的,摇摇欲坠的骨骸,生涩地从你的眼前走过,仿佛孩童手中玩弄的木偶。虽然它只有一条手臂,不过反正这对于拿一把剑也够了,对吧。")
 t("degenerated skeleton archer", "腐化骷髅弓箭手")
+t("A frail skeleton; just about the only bones that aren't cracked are its arms.  It's missing a hand, but a notch has been carved into its wrist to let it pull back a bowstring regardless.", "这具破烂不堪的骨架只有一根骨头是好的:它手持长弓的手臂。尽管它缺少了一只手,不过残缺的骨骼上雕刻的凹槽刚好可以卡住弓弦拉弓上箭。")
 t("skeleton mage", "骷髅法师")
+t("Given its condition, you're less inclined to think this skeleton knows proper spells, rather than simply disgorging its magical energy as it breaks down.  This doesn't make it much less dangerous to be around, mind you.", "看着它残破的样子,你与其相信这只骷髅会释放魔法,不如相信是在它身躯逐渐破碎的同时将奥术能量胡乱喷射出来。不过,这一点也没有降低它的危险性,小心。")
 t("skeleton warrior", "骷髅战士")
+t("The forces binding this skeleton together are resilient enough to let it hold a shield and swing a weapon as well as it could have in life.  It's still wearing its old armor, in rusty but servicable condition.", "施展在这只骷髅身上的魔法已经足够灵活,足以让它像还活着的时候那样严阵以待,挥动武器。它仍然穿着它原来的那件老盔甲,锈迹斑斑却值得信赖。")
 t("skeleton archer", "骷髅弓箭手")
+t("Nobody scavenged the high-quality bow from this archer before it was raised from the dead.  You're about to wish the world had more grave-robbers.", "在被复活之前,这位弓箭手的遗体上居然还保留着一张还不错的弓。你开始觉得,世界上如果有更多的盗墓贼就好了。")
 t("skeleton magus", "骷髅魔导师")
+t("This skeleton has been imbued with far more magical energy than normal, and serves as a conduit of its master's spellcasting prowess.", "这只骷髅的身上充盈着更加丰沛的魔法力量,作为它的主人强大魔力的明证。")
 t("armoured skeleton warrior", "武装骷髅战士")
+t("It feels no pain.  It moves with fluidity and strength that would tear natural muscles apart.  It must be from a fresh corpse, since its bones, armor, and weapon are all in pristine condition.  And it's furious.", "这只骷髅战士没有任何痛感,它的动作行云流水,强大的挥斩足以将常人的肌肉撕裂。它一定是来自一具新鲜的尸体:它的骨头、装甲和武器还是崭新的。并且,他仿佛怒不可遏。")
 t("skeleton master archer", "骷髅弓箭手大师")
+t("This skeleton can fire arrows and nock new ones with blinding speed.  Arcane forces pull its bones with unnatural precision - its arms will never tremble or get tired.", "这只骷髅可以飞速的拈弓射箭,奥术的力量使它的身躯达到了常人无法企及的精确度——它的射击永远不会颤动,也永远不会疲累。")
 t("skeleton assassin", "骷髅刺客")
+t("Most skeletons announce their presence with a chorus of rattling bones; this one's been charred black and has enough cartilage between its joints to muffle its approach.  The first you'll see of it will be the flash of its blade.", "普通骷髅骨节之间的吱嘎猛响会早早暴露他们的行踪,但这只骷髅的身躯被烧焦成暗夜的黑色,关节间的软骨缓冲着骨节的转动。当你看到它时,它银光闪耀的刀刃已经出现在你的眼前。")
 
 
 ------------------------------------------------
@@ -9871,7 +10516,7 @@ section "game/modules/tome/data/general/npcs/telugoroth.lua"
 
 t("Reality has shifted.", "现实世界发生了变化。")
 t("The spell fizzles!", "法术失败了!")
-t("%s resists the swap!", "%s 抵抗了时空交换!")
+t("%s resists the swap!", "%s抵抗了时空交换!")
 t("elemental", "元素")
 t("temporal", "时空")
 t("and lost outside time", "并在时空中迷失")
@@ -9969,10 +10614,17 @@ section "game/modules/tome/data/general/npcs/vampire.lua"
 t("undead", "亡灵")
 t("These ancient cursed beings often take the form of a bat and attack their prey.", "这些被诅咒的古代生物经常以蝙蝠的形式攻击猎物。")
 t("lesser vampire", "小吸血鬼")
+t("This vampire has only just begun its new life. It has not yet fathomed its newfound power, yet it still has a thirst for blood.", "这只吸血鬼刚开始它的新生活,还不能熟练运用它的新能力,但是它同样渴望鲜血。")
 t("vampire", "吸血鬼")
+t("It is a humanoid with an aura of power. You notice a sharp set of front teeth.", "这是一只成年吸血鬼,你注意到他有一副獠牙。")
 t("master vampire", "吸血鬼大师")
+t("It is a humanoid form dressed in robes. Power emanates from its chilling frame.", "这是一只穿着长袍的人形吸血鬼,魔法波动不断的从他手中的冰焰溢出。")
 t("elder vampire", "吸血鬼长老")
+t([[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others.
+It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.]], [[这只吸血鬼一副可怕的披长袍的不死族形象,它在漫长的岁月中偷取了许多他人的生命。
+它可以奴役牺牲者们的影子来协助它]])
 t("vampire lord", "吸血鬼族长")
+t("A foul wind chills your bones as this ghastly figure approaches.", "当这只可怕的生物靠近时,你感到脊背一阵发凉。")
 
 
 ------------------------------------------------
@@ -9996,7 +10648,7 @@ t("worms", "蠕虫")
 t("white worm mass", "白色蠕虫团")
 t("green worm mass", "绿色蠕虫团")
 t("carrion worm mass", "腐烂蠕虫团")
-t("%s exudes a corrupted gas as it dies.", "%s 死亡时释放出腐气。")
+t("%s exudes a corrupted gas as it dies.", "%s死亡时释放出腐气。")
 
 
 ------------------------------------------------
@@ -10006,9 +10658,13 @@ t("undead", "亡灵")
 t("wight", "尸妖")
 t("These be white wights.", "这些是白色的尸妖。")
 t("forest wight", "森林尸妖")
+t("It is a ghostly apparition with a humanoid form.", "它有着人类的脸孔,幽灵般的影子。")
 t("grave wight", "墓穴尸妖")
+t("It is a ghostly form with eyes that haunt you.", "它呈幽灵形态,眼睛一直盯着你。")
 t("barrow wight", "古墓尸妖")
+t("It is a ghostly nightmare of an entity.", "它是幽灵般的梦靥。")
 t("emperor wight", "帝王尸妖")
+t("Your life force is torn from your body as this powerful unearthly being approaches.", "当这只强大的不死生物靠近时,你感觉生命能量被不断地撕扯出身体。")
 
 
 ------------------------------------------------
@@ -10190,13 +10846,15 @@ t("This jeweled crown shimmers with colors.", "这顶镶嵌宝石的王冠闪闪
 t("Warmaster Gnarg's Murderblade", "战争之王格纳哥的饮血剑")
 t("blood-etched greatsword", "血迹斑斑的巨剑")
 t("A blood-etched greatsword, it has seen many foes. From the inside.", "一把血迹斑斑的巨剑,它洞穿了许多敌人。")
+t("10% chance to send the wielder into a killing frenzy", "10% 几率使持有者进入疯狂杀戮状态")
 t("fiery whip", "炽热的鞭子")
 t("Whip of Urh'Rok", "厄洛克之鞭")
 t("With this unbearably bright whip of flame, the demon master Urh'Rok has become known for never having lost in combat.", "用这根炽焰打造的鞭子,恶魔领主厄洛克未尝一败。")
 t("Storm Fury", "风暴之怒")
 t("crackling longbow", "电弧缠绕的长弓")
 t("This dragonbone longbow is enhanced with bands of steel, which arc with intense lightning. Bolts travel up and down the string, ignorant of you.", "这把龙骨长弓由精钢镶制而成,一道道电弧缠绕在其身上,闪电球在其弓弦上徘徊,但是却绕过了你的手臂。")
-t("#GOLD#A bolt of lightning fires from #Source#'s bow, striking #Target#!", "#GOLD# 一道闪电从 #Source# 的弓中射出,击中了 #Target# !")
+t("Automatically fires lightning bolts every game turn at nearby enemies dealing %d to %d lightning damage based on Magic with a chance to inflict Daze.", "自动发射闪电攻击附近敌人,造成%d到%d基于魔法的闪电伤害,有几率使之眩晕。")
+t("#GOLD#A bolt of lightning fires from #Source#'s bow, striking #Target#!", "#GOLD# 一道闪电从#Source#的弓中射出,击中了#Target#!")
 t("Frozen Shroud", "冰霜斗篷")
 t("chilling cloak", "冰冷的斗篷")
 t("All that remains of the Glacial Legion. This cloak seems to exude an icy cold vapor that freezes all it touches.", "格拉希尔·雷金的全部剩余。这件斗篷散发着的寒气冻结了周围的一切。")
@@ -10224,9 +10882,13 @@ t("glittering longsword", "闪耀的长剑")
 t("Wintertide", "霜华")
 t([[The air seems to freeze around the blade of this sword, draining all heat from the area.
 It is said the Conclave created this weapon for their warmaster during the dark times of the first allure war.]], "这把剑带给这片区域无尽的寒冷,剑锋周围的空气似乎都要凝固了。据说是第一次厄流纪大战期间,孔克雷夫大师为他们的战争之王所打造。")
+t("No Winter Storm Active", "没有寒冰风暴")
+t("None", "æ— ")
+t("Winter Storm: ", "寒冰风暴: ")
 t("radius %d (%d turns remaining)", "半径 %d (剩余 %d 回合)")
 t("Create a Winter Storm that gradually expands (from radius %d to radius %d), dealing %0.2f cold damage (based on Strength) to your enemies each turn and slowing their ability to act by 20%%.  Subsequent melee strikes will relocate the storm on top of your target and increase its duration.", "制造不断扩张的寒冰风暴(从半径 %d 到半径 %d),每回合造成 %0.2f 寒冷伤害(基于力量)并减速 20%% 。接下来的近战攻击将重置风暴位置并延长持续时间。")
 t("#LIGHT_BLUE#A Winter Storm forms around %s.", "#LIGHT_BLUE#寒冬风暴围绕着%s。")
+t("precipitate ice walls (lasting 10 turns) within your Winter Storm's area", "强化冰风暴的冰雪,冻结成冰墙,持续 10 回合。")
 t("#LIGHT_BLUE#%s brandishes %s %s, releasing a wave of Winter cold!", "#LIGHT_BLUE#%s 挥舞着%s%s,释放出一阵寒风!")
 t("a summoned wall of ice", "这把剑带给这片区域无尽的寒冷,剑锋周围的空气似乎都要凝固了。据说是第一次厄流纪大战期间,孔克雷夫大师为他们的战争之王所打造。")
 t("#LIGHT_BLUE#Ice and snow form a barrier!", "#LIGHT_BLUE# 冰和雪组成了屏障")
@@ -10250,6 +10912,7 @@ t("obsidian ring", "黑曜石戒指")
 t("tribal helm", "部落头盔")
 t("Steel Helm of Garkul", "加库尔的钢盔")
 t("A great helm that belonged to Garkul the Devourer, one of the greatest orcs ever to live.", "这是迄今为止,最伟大的兽人毁灭者加库尔的头盔。")
+t("Another of Garkul's heirlooms would bring out his spirit.", "另一件加库尔的遗物将唤醒他的英灵。")
 t("Lunar Shield", "银月辉盾")
 t("chitinous shield", "甲壳质盾牌")
 t("A large section of chitin removed from Nimisil. It continues to give off a strange white glow.", "一个从尼米斯尔身上剥离下来的巨大甲壳。它持续发出奇异的白色光芒。")
@@ -10284,6 +10947,8 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("You need an enemy nearby to summon!", "需要旁边有一个敌人才能召唤!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("%s taps %s %s, summoning a vampire thrall!", "%s启动了%s%s,召唤出一个吸血鬼随从!")
+t("A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others. It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.", "这只吸血鬼一副可怕的披长袍的不死族形象,它在漫长的岁月中偷取了许多他人的生命。它可以奴役牺牲者们的影子来协助它")
+t("Vampire", "吸血鬼")
 t("gem", "珠宝")
 t("red", "红宝石")
 t("human skull", "人类的头骨")
@@ -10313,14 +10978,14 @@ t("This crystal is huge, easily the size of your head. It sparkles brilliantly a
 t("(The created item can be activated to recover the Heart.)", "(被制造的物品可以被激活,以重新取回水晶之心)")
 t("combine with a suit of body armor (makes a non enchanted armour into an artifact)", "安装至一件护甲(可以将未附魔的武器变成一件神器)")
 t("recover the Crystal Heart (destroys this armour)", "取回水晶之心(摧毁护甲)")
-t("You created: %s", "你创造了: %s")
-t("You fix the crystal on the %s and create the %s.", "你将水晶安装在 %s ,制造了 %s 。")
+t("You created: %s", "你创造了:%s")
+t("You fix the crystal on the %s and create the %s.", "你将水晶安装在%s,制造了%s。")
 t("dark rod", "黑暗的枝条")
 t("Rod of Annulment", "废除之枝")
 t("You can feel magic draining out around this rod. Even nature itself seems affected.", "你可以感受到枝条周围的魔力流失,甚至它自己也似乎受到了影响。")
 t("put up to 3 of the target's runes, infusions or talents on cooldown for 3-5 turns (range %d)", "将半径 %d 内的一个目标的至多 3 个纹身、符文或技能打入 3-5 回合的冷却。")
 t("#Source# aims %s %s at #target#!", "#Source#用%s%s瞄准了#target#!")
-t("%s's %s is disrupted!", "%s 的%s被打断了!")
+t("%s's %s is disrupted!", "%s的%s被打断了!")
 t("crimson waraxe", "深红色的战斧")
 t("Skullcleaver", "碎颅战斧")
 t("A small but sharp axe, with a handle made of polished bone.  The blade has chopped through the skulls of many, and has been stained a deep crimson.", "一把小巧而锋利的斧头,斧柄由打磨过的骨头制成。这把斧头打破了许多头骨,并被染成了鲜红色。")
@@ -10349,7 +11014,7 @@ t("Prox's Lucky Halfling Foot", "普洛克斯的幸运半身人脚")
 t("a mummified halfling foot", "一只风干的半身人脚")
 t([[A large hairy foot, very recognizably a halfling's, is strung on a piece of thick twine. In its decomposed state it's hard to tell how long ago it parted with its owner, but from what look like teeth marks around the ankle you get the impression that it wasn't given willingly.
 It has been kept somewhat intact with layers of salt and clay, but in spite of this it's clear that nature is beginning to take its toll on the dead flesh. Some say the foot of a halfling brings luck to its bearer - right now the only thing you can be sure of is that it stinks.]], "一只用细线串起来的巨大毛脚,很显然这是一位半身人的。目前的状态,很难讲它多久以前被割了下来,但是从脚踝处的齿痕来看,应该不是出于自愿。它的外面有一层盐和粘土,被很好的保护着,尽管如此,大自然还是剥夺了它的活力,它已经成为了一块死肉。有人说,半身人的脚可以带来好运,但是现在唯一可确认的是——它臭死了!")
-t(" (cooling down: %d turns)", " (冷却时间: %d 回合)")
+t(" (cooling down: %d turns)", " (冷却时间:%d 回合)")
 t([[Detects traps.
 Removes (25%% chance) up to three stuns, pins, or dazes each turn%s]], [[侦查陷阱。
 25%%几率解除至多3个震慑、定身或眩晕效果。%s]])
@@ -10360,6 +11025,7 @@ t("#LIGHT_RED#You feel uneasy carrying %s.", "#LIGHT_RED#你感到无法携带 %
 t("Psionic Fury", "灵能之怒")
 t("vibrating mindstar", "震动的灵晶")
 t("This mindstar constantly shakes and vibrates, as if a powerful force is desperately trying to escape.", "这颗灵晶在不停的震动,仿佛其中有一股强大的力量试图从中逃脱。")
+t("release a wave of psionic power, dealing %0.2f mind damage (based on Willpower) to all within radius %d", "释放灵能冲击波,造成%0.2f精神伤害(基于意志),伤害半径%d。")
 t("%s's %s sends out a blast of psionic energy!", "%s的%s释放出灵能冲击波!")
 t("Storm Bringer's Gauntlets", "风暴使者臂铠")
 t("fine-mesh gauntlets", "细孔臂铠")
@@ -10388,19 +11054,21 @@ t("Rungof's Fang", "郎格夫之牙")
 t("A fang from the great warg, Rungof, still covered in blood.", "巨型座狼郎格夫之牙,上面仍被血痕覆盖。")
 t("Khulmanar's Wrath", "库马纳的怒火")
 t("firey blackened battleaxe", "燃烧的黑色战斧")
-t("Blackened with soot and covered in spikes, this battleaxe roars with the flames of the Fearscape. Given by Urh'Rok himself to his general, this powerful weapon can burn even the most resilient of foes.", "黑色的浓烟缠绕在这把战斧上,恐惧长廊的烈焰在其身上咆哮。这把战斧由厄洛克授予他最强大的指挥官,它可以焚尽一切,包括最强大的敌人。")
+t("Blackened with soot and covered in spikes, this battleaxe roars with the flames of the Fearscape. Given by Urh'Rok himself to his general, this powerful weapon can burn even the most resilient of foes.", "黑色的浓烟缠绕在这把战斧上,恶魔空间的烈焰在其身上咆哮。这把战斧由厄洛克授予他最强大的指挥官,它可以焚尽一切,包括最强大的敌人。")
 t("Bladed Rift", "次元裂隙")
 t("hole in space", "空间中的裂隙")
 t("Upon defeat, Ak'Gishil collapsed into this tiny rift. How it remains stable, you are unsure. If you focus, you think you can call forth a sword from it.", "在击败阿克·吉希尔后,它留下了这个小巧的裂隙。你无从知道,它是如何保持这样的稳定状态。冥冥中你感受到,你能从这个裂隙中召唤出一把剑。")
 t("Blade of Distorted Time", "时光扭曲之刃")
 t("time-warped sword", "扭曲时间的剑")
 t("The remnants of a damaged timeline, this blade shifts and fades at random.", "这把剑由一段损坏的时间线构成,它在不断的出入相位现实。")
+t("inflicts bonus temporal damage and slows target", "造成额外时空伤害并让目标减速")
 t("Rune of Reflection", "反射符文")
 t("You can see your own image mirrored in the surface of this silvery rune.", "你可以在这块银色的符文表面看到自己的倒影。")
 t("shiny rune", "闪光的符文")
 t("The Gaping Maw", "贪婪之胃")
 t("huge granite battleaxe", "巨大的冰冷战斧")
 t("This huge granite battleaxe is as much mace as it is axe.  The shaft is made of blackened wood tightly bound in drakeskin leather and the sharpened granite head glistens with a viscous green fluid.", "这柄战斧看起来更像狼牙棒,它的手柄是由黑木制成并包裹着一层蜉蝣皮,它的刃锋处闪耀着粘稠的绿色液体。")
+t("deal manaburn damage equal to your mindpower in a radius 3 cone", "在半径3的锥形范围内造成相当于精神强度的法力燃烧伤害")
 t("#DARK_GREEN#You feel like Nature's Wrath incarnate!", "#DARK_GREEN#你感受到了自然的怒火!")
 
 
@@ -10556,6 +11224,7 @@ t(" of accuracy", "精准之")
 t("accuracy", "精准")
 t(" of crippling", "残废之")
 t("crippling", "致残")
+t("Cripple the target reducing mind, spell, and combat action speeds by 30%", "致残目标,降低30%攻击、施法和精神速度")
 t(" of annihilation", "湮灭之")
 t("annihilation", "湮灭")
 t("acidic ", "酸性的")
@@ -10578,6 +11247,10 @@ t(" of paradox", "时空之")
 t("paradox", "时空")
 t("elemental ", "元素的")
 t("elemental", "元素")
+t("fire", "火焰")
+t("cold", "寒冷")
+t("lightning", "闪电")
+t("acid", "酸性")
 t("Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)", "引发元素爆炸,造成#VIOLET#%d#LAST#%s伤害(每回合最多一次)")
 t("plaguebringer's ", "瘟神的")
 t("plague", "瘟疫")
@@ -10608,6 +11281,7 @@ t(" of persecution", "迫害之")
 t("persecution", "迫害")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t(" of disruption", "干扰之")
 t("disruption", "干扰")
@@ -10621,10 +11295,11 @@ t("psychokinetic", "念力")
 t("#LIGHT_GREEN#20%%#LAST# chance to knock the target back 3 spaces and deal #YELLOW#%d#LAST# physical damage", "#LIGHT_GREEN#20%%#LAST#几率击退目标三格,并造成#YELLOW#%d#LAST#物理伤害")
 t(" of amnesia", "健忘之")
 t("amnesia", "健忘")
-t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#回合冷却(需通过混乱免疫)")
+t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#LAST#回合冷却(需通过混乱免疫)")
 t("#YELLOW#%s has temporarily forgotten %s for %d turns!", "#YELLOW#%s暂时遗忘了%s,持续%d回合!")
 t(" of torment", "折磨之")
 t("torment", "折磨")
+t("#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", "#LIGHT_GREEN#20%#LAST#几率震慑、混乱、沉默、定身或致盲目标3回合")
 
 
 ------------------------------------------------
@@ -10819,7 +11494,7 @@ t(" of phasing", "相位之")
 t("phasing", "相位")
 t("blink to a nearby random location (rad %d)", "随机传送至附近的某个位置(半径 %d )")
 t("%s uses %s!", "%s 使用了 %s!")
-t(" of evasion", "闪避值")
+t(" of evasion", "闪避之")
 t("evasion", "闪避")
 t(" of speed", "速度之")
 t("speed", "速度")
@@ -10934,8 +11609,8 @@ t("thick ", "厚的")
 t("thick", "厚")
 t("shadow ", "阴影的")
 t("shadow", "阴影")
-t(" of Eldoral", "艾多拉之")
-t("eldoral", "艾多拉")
+t(" of Eldoral", "艾德瑞尔之")
+t("eldoral", "艾德瑞尔")
 t(" of the Shaloren", "永恒精灵之")
 t("shaloren", "永恒精灵")
 t(" of Iron Throne", "钢铁王座之")
@@ -11308,6 +11983,7 @@ t("You cannot split your %s while it has a tinker inside.", "你不能分裂%s
 t("You cannot split your %s while using it as a psionic focus.", "你不能分裂%s,你正用其作为灵能聚焦。")
 t("Your %s is too flawed to divide.", "你的%s有缺陷,无法拆分。")
 t("You divide your %s in two, forming a linked set.", "你分裂了%s,使其组成套装。")
+t("This mindstar would symbiotize with another like it.", "这件灵晶会和另一件类似的灵晶共鸣。")
 t("#GREEN#The mindstars pulse with life.", "#GREEN#灵晶脉动着生命")
 t("#SLATE#The link between the mindstars is broken.", "#SLATE#灵晶间的联系消失了。")
 t("wyrm's ", "龙战士的")
@@ -11328,6 +12004,7 @@ t("manaburning ", "法力燃烧之")
 t("manaburning", "法力燃烧")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t("protector's ", "保护者的")
 t("protectors", "保护者")
@@ -11356,7 +12033,7 @@ t("hungering ", "饥渴的")
 t("hungering", "饥渴")
 t("inflict %0.2f mind damage (range 10), gaining psi and hate equal to 10%%%% of the damage done", "造成%0.2f精神伤害(距离10),获得相当于造成伤害10%%%%的超能力值和仇恨值")
 t("%s feeds %s %s with psychic energy from %s!", "%s用%s%s吸收%s的精神力量!")
-t("%s resists the mind attack!", "%s 抵抗了精神攻击!")
+t("%s resists the mind attack!", "%s抵抗了精神攻击!")
 t("projecting ", "投射的")
 t("projecting", "投射")
 t("resonating ", "共鸣的")
@@ -11425,6 +12102,7 @@ t("mage-hunter's ", "猎法者的")
 t("magehunters", "猎法者")
 t("throat-seeking ", "伤喉的")
 t("throat", "伤喉")
+t("silences the target", "沉默目标")
 
 
 ------------------------------------------------
@@ -11644,6 +12322,7 @@ t("scouring ", "洗练的")
 t("scouring", "洗练")
 t("warded ", "守护的")
 t("ward", "守护")
+t("reduce the cooldown of your ward talent by 1", "减少你的守护技能1回合冷却时间")
 t("wrathful ", "愤怒的")
 t("wrathful", "愤怒")
 t("Deals #VIOLET#%d#LAST# light and fire damage to each enemy blocked", "对格挡的敌人造成 #VIOLET#%d#LAST#光系和火焰伤害。")
@@ -11658,6 +12337,7 @@ t(" of the stars", "群星之")
 t("stars", "群星")
 t(" of crushing", "粉碎之")
 t("crushing", "粉碎")
+t("Smash the target reducing mind, spell, and combat action speeds by 30%", "猛击目标,降低精神、施法和攻击速度各 30%")
 t(" of shrapnel", "弹片之")
 t("shrapnel", "弹片")
 t("Cause enemies within radius 6 to bleed for #RED#%d#LAST# physical damage over 5 turns (1/turn)", "使6码范围内的敌人流血,在5回合内受到#RED#%d#LAST#物理伤害(1/回合)")
@@ -11783,10 +12463,10 @@ Life:  %d
 Base Damage:  %d
 Armor:  %d
 All Resist:  %d]], [[(触手属性)
-生命值:  %d
-基础伤害:  %d
-护甲值:  %d
-所有抗性:  %d]])
+生命值: %d
+基础伤害: %d
+护甲值: %d
+所有抗性: %d]])
 t([[summon a resilient tentacle up to %d spaces away for %d turns.  Each turn the tentacle will strike a random enemy in range 3 dealing physical damage and attempting to pin them.
 
 %s]], [[在最多%d范围内召唤一只强韧的触手,持续%d回合。在每个汇合力,触手会打击范围3码内的随机敌人,造成物理伤害,并尝试定身它们。
@@ -11796,6 +12476,7 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A lashing tentacle.", "扭来扭曲的触手。")
 t("#Source# points %s %s at #target#, releasing a writhing tentacle!", "#Source#将%s%s指向#target#, 释放出扭曲的触手!")
+t("Summon", "召唤")
 t("%s activates %s %s!", "%s激活了%s%s!")
 
 
@@ -11841,6 +12522,7 @@ t("warbringer's ", "战争制造者的")
 t("warbringer", "战争制造者")
 t(" of crippling", "残废之")
 t("crippling", "致残")
+t("Cripple the target reducing mind, spell, and combat action speeds by 30%", "致残目标,降低30%攻击、施法和精神速度")
 t(" of evisceration", "开膛之")
 t("evisc", "开膛")
 t("Wound the target dealing #RED#%d#LAST# physical damage across 5 turns and reducing healing by %d%%", "使目标流血,在5回合内造成#RED#%d#LAST#物理伤害,并降低目标治疗系数%d%%")
@@ -11870,6 +12552,10 @@ t(" of paradox", "时空之")
 t("paradox", "时空")
 t("elemental ", "元素的")
 t("elemental", "元素")
+t("fire", "火焰")
+t("cold", "寒冷")
+t("lightning", "闪电")
+t("acid", "酸性")
 t("Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)", "引发元素爆炸,造成#VIOLET#%d#LAST#%s伤害(每回合最多一次)")
 t("plaguebringer's ", "瘟神的")
 t("plague", "瘟疫")
@@ -11897,6 +12583,7 @@ t(" of persecution", "迫害之")
 t("persecution", "迫害")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t(" of disruption", "干扰之")
 t("disruption", "干扰")
@@ -11912,10 +12599,11 @@ t("thought-forged ", "思维锻造的")
 t("thought", "思维锻造")
 t(" of amnesia", "健忘之")
 t("amnesia", "健忘")
-t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#回合冷却(需通过混乱免疫)")
+t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#LAST#回合冷却(需通过混乱免疫)")
 t("#YELLOW#%s has temporarily forgotten %s for %d turns!", "#YELLOW#%s暂时遗忘了%s,持续%d回合!")
 t(" of torment", "折磨之")
 t("torment", "折磨")
+t("#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", "#LIGHT_GREEN#20%#LAST#几率震慑、混乱、沉默、定身或致盲目标3回合")
 
 
 ------------------------------------------------
@@ -12369,10 +13057,13 @@ t("necromancer poem", "死灵法师颂")
 t("A poem written by a... Necromancer?", "一首由……死灵法师?所写的诗歌")
 t("rogues do it from behind", "盗贼在你身后")
 t("A poem written for a rogue?", "一首由盗贼所写的诗歌?")
+t("how to become a necromancer, part %d", "如何成为死灵法师,第%d章")
 t("How to become a powerful Necromancer!", "如何成为强大的死灵法师!")
 t("\"Dust to Dust\", an undead hunter's guide, by Aslabor Borys", "“尘归尘”,不死猎人指南,作者:阿斯拉伯·波利斯")
 t("An undead hunter's guide, by Aslabor Borys.", "不死猎人指南,作者:阿斯拉伯·波利斯")
-t("..", "..")
+t("Rolf", "罗尔夫")
+t("Weisman", "魏斯曼")
+t("letter to %s (%d)", "ç»™%sçš„ä¿¡ (%d)")
 t("A part of the correspondence between two adventurers.", "奇怪的黑色光盘")
 t("of halfling feet", "半身人的脚")
 t("Notes about... Halfling feet??", "有关…半身人的脚??的笔记")
@@ -12587,8 +13278,18 @@ t("transmogrify all the items in your chest at once (also done automatically whe
 t("Make the Transmogrification Chest the default item's destroyer?", "将转化之盒作为默认的物品处理装置吗?")
 t("You do not have any items to transmogrify in your chest or on the floor.", "你的背包内和地板上没有任何需要转化的物品。")
 t("Transmogrify all %s item(s) on the floor?", "转化地上的所有%s个物品?")
-t("Transmogrification Chest", "转化之盒")
 t("Transmogrify all %s item(s) in your chest?", "转化盒子内的所有%s个物品?")
+t([[This chest is an extension of old Sher'Tul places of power. Any items dropped inside is transported to an other place, processed and destroyed to extract energy.
+The byproduct of this effect is the creation of gold, which is useless to process, so it is sent back to you.
+
+When you possess the chest all items you walk upon will automatically be put inside and transmogrified when you leave the level.
+To take an item out, simply go to your inventory to move them out of the chest.
+Items in the chest will not encumber you.]], [[这只宝箱是某个夏图尔古代建筑的延伸,任何扔在里面的物品会被自动传送到那个地方,进行处理并摧毁,从里面提取能量。
+这个过程的副产物是黄金,因为没有用,所以被自动传送给你。
+
+当你有这只箱子时,所有你经过地面上的物品会被自动捡起,并且当你离开地下城时会自动交易成金币。
+如果你想保留物品,只需要从宝箱里把它移到包裹中。在宝箱中的物品不会增加你的负重。]])
+t("Transmogrification Chest", "转化之盒")
 t("You cannot bring yourself to drop the %s", "你无法丢弃 %s")
 t("Bikini", "比基尼")
 t([[Revealing, pink, fun.
@@ -13197,6 +13898,7 @@ t("All your damage is converted and split into light and darkness.", "你造成
 t("shimmering gold shield", "闪耀着金色光芒的盾牌")
 t("Unsetting Sun", "永恒光辉")
 t("When Elmio Panason, captain of the Vanguard, first sought shelter for his shipwrecked crew, he reflected the last rays of the setting sun off his shield.  Where the beam hit they rested and built the settlement that would become the Sunwall.  In the dark days that followed the shield became a symbol of hope for a better future.", "当冲锋队队长艾米奥·帕纳森为他的遇难船员们寻求庇护所的时候,他的盾牌反射着落日的光辉。他们在光辉照耀的地方休息宿营,之后太阳堡垒在那里成立。在随后那些暗无天日的日子里,这面盾牌被人们当做美好未来希望的象征。")
+t("Glows brightly in the light of dawn.", "在黎明下闪耀光芒。")
 t("Scorched Boots", "烧焦的长靴")
 t("pair of blackened boots", "一双熏黑的靴子")
 t("The master blood mage Ru'Khan was the first orc to experiment with the power of the Sher'Tul farportals in the Age of Pyre.  However, that first experiment was not particularly successful, and after the explosion of energy all that could be found of Ru'Khan was a pair of scorched boots.", "血魔导师鲁·克汉是派尔纪第一个使用夏·图尔远程传送门进行试验的兽人。试验不是很成功,能量爆炸后,只剩下了一双烧焦的靴子。")
@@ -13213,8 +13915,10 @@ t("red crystalline sword", "红色的水晶剑")
 t([[This deep red sword weeps blood continuously. It was born in the labs of the orcish corrupter Hurik, who sought to make a crystal that would house his soul after death. But his plans were disrupted by a band of sun paladins, and though most died purging his keep of dread minions, their leader Raasul fought through to Hurik's lab, sword in hand. There the two did battle, blade against blood magic, till both fell to the floor with weeping wounds. The orc with his last strength crawled towards his fashioned phylactery, hoping to save himself, but Raasul saw his plans and struck the crystal with his light-bathed sword. It shattered, and in the sudden impulse of energies the steel, crystal and blood were fused into one.
 Now the broken fragments of Raasul's soul are trapped in this terrible artifact, his mind warped beyond all sanity by decades of imprisonment. Only the taste of blood calls him forth, his soul stealing the lifeblood of others to take on physical form again, that he may thrash and wail against the living.]], [[这把深红色的剑不断的向下滴血。它诞生于兽人堕落者胡里克的实验室。最初,胡里克寻找了一枚水晶来制造他的命匣,但他的计划很快被一群太阳骑士打断,尽管大部分骑士死于不死军团的阻拦,但骑士团团长瑞苏尔却单枪匹马杀入了胡里克的实验室。在那里,两位强者展开了对决,利剑与血魔法你来我往,直到他们都重伤倒地。兽人想拼尽最后一分力气,拿到他的命匣,希望能拯救自己,但是瑞苏尔识破了他的阴谋,将浸满鲜血的利剑掷向了命匣。命匣破碎的瞬间,胡里克的灵魂和利剑以及水晶融为了一体。
 现在,残存的胡里克灵魂被困在了这件可怕的武器中,他的思维因数十年的监禁而扭曲。只有鲜血的味道能引起他的兴奋,他的灵魂在不断的侵蚀他人的血肉,希望有朝一日能够重组自我,摆脱这痛苦的存在形式。]])
+t("15% chance to animate a bleeding foe's blood", "15%几率使处于流血状态的敌人大出血")
 t("A haze of blood, vibrant and pulsing through the air, possessed by a warped and cracked soul. Every now and then a scream or wail of agony garbles through it, telling of the mindless suffering undergone by its possessor.", [[这把深红色的剑不断的向下滴血。它诞生于兽人堕落者胡里克的实验室。最初,胡里克寻找了一枚水晶来制造他的命匣,但他的计划很快被一群太阳骑士打断,尽管大部分骑士死于不死军团的阻拦,但骑士团团长瑞苏尔却单枪匹马杀入了胡里克的实验室。在那里,两位强者展开了对决,利剑与血魔法你来我往,直到他们都重伤倒地。兽人想拼尽最后一分力气,拿到他的命匣,希望能拯救自己,但是瑞苏尔识破了他的阴谋,将浸满鲜血的利剑掷向了命匣。命匣破碎的瞬间,胡里克的灵魂和利剑以及水晶融为了一体。
 现在,残存的胡里克灵魂被困在了这件可怕的武器中,他的思维因数十年的监禁而扭曲。只有鲜血的味道能引起他的兴奋,他的灵魂在不断的侵蚀他人的血肉,希望有朝一日能够重组自我,摆脱这痛苦的存在形式。]])
+t("Summon", "召唤")
 t("#GOLD#As the blade touches %s's spilt blood, the blood rises, animated!", "#GOLD#饮血剑接触到%s喷出的血液,血液开始活化,动了起来!")
 t("#GOLD#%s draws power from the spilt blood!", "#GOLD#%s从分出的血液汲取能量!")
 t("Dawn's Blade", "黎明之刃")
@@ -13223,6 +13927,7 @@ t("Said to have been forged in the earliest days of the Sunwall, this longsword
 t("invoke dawn, inflicting %0.2f light damage in radius %d (based on Magic) and lighting the area within radius %d", "激发黎明的光芒,在半径%d内造成%0.2f光系伤害(基于魔法),并照明%d码。", {2,1,3})
 t("%s raises %s and sends out a burst of light!", "%s举起%s,放出一阵光芒!")
 t("#GOLD#You feel a swell of positive energy!", "#GOLD#你感受到正能量的波动!")
+t("If the sun doesn't set, dawn's power lasts forever.", "如果太阳永不落山,黎明的光辉将永恒。")
 t("#GOLD#As you wield the sword and shield of the Sunwall, you feel the Sun's light radiating from your core.", "#GOLD#当你握住晨曦之门的剑与盾,你感觉到从你身体内部散发出太阳的光辉。")
 t("#GOLD#You feel the Sun's light vanish from within you.", "#GOLD#你感受到太阳的光辉从你的身体里流失了。")
 t("Zemekkys' Broken Hourglass", "伊莫克斯的破沙漏")
@@ -13231,6 +13936,7 @@ t("This small broken hourglass hangs from a thin gold chain.  The glass is crack
 t("Mandible of Ungolmor", "阿格尔莫的上颚")
 t("curved, serrated black dagger", "弯曲的锯齿状黑色匕首")
 t("This obsidian-crafted, curved blade is studded with the deadly fangs of the Ungolmor. It seems to drain light from the world around it.", "这把黑曜石打造的利刃镶嵌有阿格尔莫的致命毒牙。光明在它周围消逝,无尽的黑暗缠绕着它。")
+t("inflicts spydric poison dealing 200 damage over 3 turns and pinning the target", "使目标感染蜘蛛毒素,在3回合内造成200伤害,并定身目标。")
 t("Kinetic Spike", "灵能钉刺")
 t("bladeless hilt", "短刃匕首")
 t("A simple, rudely crafted stone hilt, this object manifests a blade of wavering, nearly invisible force, like a heat haze, as you grasp it. Despite its simple appearance, it is capable of shearing through solid granite, in the hands of those with the necessary mental fortitude to use it properly.", "看似只是简单雕刻过的石柄,然而其前端显现着一道摇晃的刀锋。当你试图去抓住刀锋的时候,你感受到这是一股如热气般无形的力量。尽管外观粗糙,但它在意志足够坚强并且懂得使用它的人手里却可以削铁如泥。")
@@ -13321,7 +14027,7 @@ t("Telos's Staff Crystal", "泰勒斯的法杖水晶")
 t("multi-hued", "混晶石")
 t("A closer look at this pure white crystal reveals that it is really a plethora of colors swirling and scintillating.", "近距离欣赏这颗纯净的白水晶,你会发现很多种颜色在上面盘旋闪耀。")
 t("combine with a staff", "安装至法杖")
-t("You fix the crystal on the %s and create the %s.", "你将水晶安装在 %s ,制造了 %s 。")
+t("You fix the crystal on the %s and create the %s.", "你将水晶安装在%s,制造了%s。")
 t("The fusing fails!", "熔合失败了!")
 t("#CRIMSON#Telos's gem seems to flare and glows an unearthly colour.", "#CRIMSON#泰勒斯的宝石闪耀着,发出非自然的光辉。")
 t("#CRIMSON#The unearthly glow fades away.", "#CRIMSON# 非自然的光芒消退了。")
@@ -13348,22 +14054,25 @@ t("Beautifully detailed with images of King Toknor's defence of Last Hope. Despa
 t("Witch-Bane", "巫师毁灭者")
 t("an ivory handled voratun longsword", "象牙柄沃瑞钽长剑")
 t([[A thin voratun blade with an ivory handle wrapped in purple cloth.  The weapon is nearly as legendary as its former owner, Marcus Dunn, and was thought to have been destroyed after Marcus was slain near the end of the Spellhunt.
-It seems somebody well versed in antimagic could use it to its fullest potential.]], "一把沃瑞钽长剑,象牙的剑柄被紫色的布包裹着。这把兵器的传奇性跟它上一任拥有者玛库斯·丹差不多了,人们都以为这把剑在魔法狩猎末期玛库斯被害的时候被摧毁了。")
+It seems somebody well versed in antimagic could use it to its fullest potential.]], [[一把沃瑞钽长剑,象牙的剑柄被紫色的布包裹着。这把兵器的传奇性跟它上一任拥有者玛库斯·丹差不多了,人们都以为这把剑在魔法狩猎末期玛库斯被害的时候被摧毁了。
+据说只有将全身心奉献给反魔法事业的人才能充分发挥它的力量。]])
 t("#LIGHT_BLUE#You feel a great hero watching over you!", "#LIGHT_BLUE#你感到有位伟大的英雄正在注视着你!")
 t("Staff of Arcane Supremacy", "至尊法杖")
 t("silver-runed staff", "银色符文法杖")
 t([[A long slender staff, made of ancient dragon-bone, with runes emblazoned all over its surface in bright silver.
 It hums faintly, as if great power is locked within, yet alone it seems incomplete.]], "一根又细又长的法杖,由远古龙骨制成,它通体铭刻着银色的符文。它会发出微弱的嗡嗡声,似乎有一股强大的力量被锁在了里面,整体来看,它似乎是不完整的。")
+t("A true understanding of the arcane is needed to release its full power.", "只有理解奥术才能完全使用它的力量。")
 t("#STEEL_BLUE#You feel a swell of arcane energy.", "#STEEL_BLUE#你感受到一股奥术能量在膨胀。")
 t("Hat of Arcane Understanding", "奥术理解之帽")
 t("silver-runed hat", "银色符文帽子")
 t([[A traditional pointed wizard's hat, made of fine purple elven-silk and decorated with bright silver runes. You sense it has been passed from ancient times, and has been born on the heads of great mages.
 Touching the cloth you feel a sense of knowledge and power from bygone ages, yet it is partly sealed away, waiting for a trigger to release it.]], "一只传统巫师的尖帽子,由紫色的精灵丝绸制成,上面还有亮银色的装饰物。你意识到它来自远古时代,一个拥有众多伟大法师的时代。通过触摸你可以感受到远古的知识和能量,但仍有一部分被密封着,等待有缘人来释放它。")
+t("Only supremacy of the arcane can release its full power.", "只有奥术至尊才能完全发挥它的力量。")
 t("#STEEL_BLUE#The arcane energies surrounding you dissipate.", "#STEEL_BLUE#围绕着你的奥术能量消退了。")
 t("Mirror Shards", "镜影碎片")
 t("mirror lined chain", "镶有锁链的镜片")
 t("Said to have been created by a powerful mage after his home was destroyed by a mob following the Spellblaze. Though he fled, his possessions were crushed, burned, and smashed. When he returned to the ruins, he made this amulet from the remains of his shattered mirror.", "据说是由一位强大的魔法师在他的家园被猎魔行动的暴民摧毁后制造。虽然他逃脱了追捕,但是他的财产都被破坏和烧毁殆尽。当他回去时,发现家里已成废墟,墙上的斑驳和地上的碎片说明了这里曾遭到怎样的劫难。最终,他捡起了其中一块镜子残片,将其做成了这副项链。")
-t("create a reflective shield (50%% reflection rate, %d strength, based on Magic) for 5 turns", "制造反射护盾(50%%反射率, %d 吸收量,基于魔法)持续5回合。")
+t("create a reflective shield (50%% reflection rate, %d strength, based on Magic) for 5 turns", "制造反射护盾(50%%反射率,%d 吸收量,基于魔法)持续5回合。")
 t("%s activates %s, forging a reflective barrier!", "%s激活了%,制造了一层反射护盾!")
 t("Destala's Scales", "德斯塔拉之鳞片")
 t("green dragon-scale cloak", "绿色的龙鳞斗篷")
@@ -13374,6 +14083,7 @@ t("This jagged crystal glows with an unnatural light. A strap of cloth is wrappe
 t("Mercy", "慈悲")
 t("wickedly sharp dagger", "异常尖锐的匕首")
 t("This dagger was used by a nameless healer during the Age of Dusk. The plagues that ravaged his town were beyond the ability of mortal man to treat, so he took to using his dagger to as an act of mercy when faced with hopeless patients. Despite his good intentions, it is now cursed with dark power, letting it kill in a single stroke against those already weakened.", "这柄匕首曾被黄昏纪一名无名的医生使用。瘟疫袭击了城镇,而医者终究是凡人,他只能用这柄匕首结束那些绝望的病人的痛苦。尽管初衷是好的,这柄匕首现在已经被黑暗力量污染,用它伤害虚弱的敌人威力更大。")
+t("deals 60 physical damage increased by 1% for each 1% life the target has lost", "造成60物理伤害。敌人每失去1%生命值,伤害增加1%。")
 t("Thalore-Wood Cuirass", "精灵木胸甲")
 t("thick wooden plate armour", "厚木板甲")
 t("Expertly hewn from the bark of trees, this wooden armor provides excellent protection at a low weight.", "由树皮制成,做工相当精巧,重量很轻,却能提供很好的防护。")
@@ -13398,6 +14108,7 @@ t("This unique-looking staff is carved with runes of destruction.", "这个品
 t("Vargh Redemption", "瓦尔弗的救赎")
 t("sea-blue ring", "海蓝色的戒指")
 t("This azure ring seems to be always moist to the touch.", "这个海蓝色的戒指看上去总是水汪汪的。")
+t("summon a radius %d tidal wave that expands slowly over %d turns, dealing %0.2f cold and %0.2f physical damage (based on Willpower) each turn, knocking opponents back, and lowering their stun resistance", "召唤缓慢扩张的半径 %d 的潮汐,持续 %d 回合,每回合造成 %0.2f 寒冷和 %0.2f 物理伤害,击退敌人,并降低他们的震慑抗性。")
 t("%s brandishes %s, calling forth the might of the oceans!", "%s挥舞着%s,召唤了海洋的力量!")
 t("Ring of the Dead", "亡者之戒")
 t("dull black ring", "黯淡的戒指")
@@ -13416,6 +14127,7 @@ t("You can feel this strange metallic hand wriggling around, it feels as if spac
 t("Garkul's Teeth", "加库尔的牙齿")
 t("a necklace made of teeth", "一个用牙齿串成的项链")
 t("Hundreds of humanoid teeth have been strung together on multiple strands of thin leather, creating this tribal necklace.  One would have to assume that these are not the teeth of Garkul the Devourer but rather the teeth of Garkul's many meals.", "数以百计的人类牙齿被串在用多股皮革结成的绳索上,组成了这个部落项链。那些牙齿并非吞噬者加库尔自己的,而是来自于加库尔的食物。")
+t("Another of Garkul's heirlooms would bring out his spirit.", "另一件加库尔的遗物将唤醒他的英灵。")
 t("#CRIMSON#As you wear both Garkul's heirlooms you can feel the mighty warrior's spirit flowing through you.", "#CRIMSON#当你穿上整套加库尔的遗物时,你感受到战士的精神流淌在你的身上。")
 t("#CRIMSON#The spirit of Garkul fades away.", "#CRIMSON#加库尔的精神消失了。")
 t("Summertide Phial", "夏日之殇")
@@ -13457,12 +14169,13 @@ t("Black Mesh", "黑暗之网")
 t("pile of tendrils", "一堆卷须")
 t("Black, interwoven tendrils form this mesh that can be used as a shield. It reacts visibly to your touch, clinging to your arm and engulfing it in a warm, black mass.", "盾牌由许多黑色的触须交织而成。当你触摸它时,你可以感受它非常明显的反应,它缠绕住你的手臂并将其包裹在一团黑色而温暖的物质中。")
 t("Up to once per turn, pull an attacker up to 15 spaces away into melee range, pinning and asphyxiating it", "每回合一次,将15格内一名攻击者拉到身边,定身并使其窒息。")
-t("#ORCHID#Black tendrils from #Source# grab #Target#!", "#ORCHID#黑暗触须从#Source#处伸出,抓住了 #Target#!")
+t("#ORCHID#Black tendrils from #Source# grab #Target#!", "#ORCHID#黑暗触须从#Source#处伸出,抓住了#Target#!")
 t("#ORCHID##Source#'s tendrils pull #Target# in!", "#ORCHID##Source#的触须将#Target#拉近自己!")
-t("#ORCHID#%s resists the tendrils' pull!", "#ORCHID#%s 抵抗了触须的抓取!")
+t("#ORCHID#%s resists the tendrils' pull!", "#ORCHID#%s抵抗了触须的抓取!")
 t("Rogue Plight", "刺客契约")
 t("blackened leather armour", "破烂的轻皮护甲")
 t("No rogue blades shall incapacitate the wearer of this armour.", "盗贼之刃将不能加于装备者之身。")
+t("Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns.", "每4回合将一项流血、毒素或伤口效果转移给效果来源或者附近的敌人")
 t("#CRIMSON#Rogue Plight transfers an effect to its source!", "#CRIMSON#刺客契约将一项效果转移给其来源!")
 t("#CRIMSON#Rogue Plight transfers an effect to a nearby enemy!", "#CRIMSON#刺客契约将一项效果转移给周围敌人!")
 t("egg", "蛋")
@@ -13478,11 +14191,13 @@ t("#LIGHT_BLUE#The legacy of Dwarven Emperors grants you their wisdom.", "#LIGHT
 t("Silent Blade", "静寂之刃")
 t("shining dagger", "光辉的匕首")
 t("A thin, dark dagger that seems to meld seamlessly into the shadows.", "一把锋利,阴暗,完全融入了阴影中的匕首。")
+t("Enter stealth for 3 turns.", "进入潜行3回合。")
 t("Moon", "月")
 t("crescent blade", "月牙形匕首")
 t("A viciously curved blade that a folk story says is made from a material that originates from the moon.  Devouring the light around it, it fades.", "一把弧形的匕首,传说是用取自月亮的材料打造的。它吞噬了周围的光芒,显得黯淡。")
 t("Deal 200%% of your Cunning as Darkness damage (%d).", "造成相当于你200%%灵巧值的暗影伤害(%d)。")
 t("Deal %d Darkness damage.", "造成%d暗影伤害。")
+t("The moon shines alone in a starless sky.", "没有星星的天空里,月亮显得非常孤单。")
 t("#ANTIQUE_WHITE#The two blades glow brightly as they are brought close together.", "#ANTIQUE_WHITE#两把利刃互相靠近时发出耀眼的闪光。")
 t("#ANTIQUE_WHITE#The light from the two blades fades as they are separated.", "#ANTIQUE_WHITE#两把利刃分开时耀眼的闪光消失了。")
 t("Star", "星")
@@ -13490,6 +14205,7 @@ t("jagged blade", "锯齿短刃")
 t("Legend tells of a blade, shining bright as a star. Forged from a material fallen from the skies, it glows.", "传说之刃,闪耀如星。由取自陨石的材料锻造而成,它散发着光芒。")
 t("Deal 200%% of your Dexterity as Light damage (%d).", "造成相当于你200%%敏捷值的光系伤害(%d)。")
 t("Deal %d Light damage.", "造成%d光系伤害。")
+t("The star shines alone in a moonless sky.", "没有月亮的天空里,星星显得非常孤单。")
 t("Ring of the War Master", "战争领主之戒")
 t("blade-edged ring", "边缘锋利的戒指")
 t("A blade-edged ring that radiates power. As you put it on, strange thoughts of pain and destruction come to your mind.", "散发能量、边缘开刃的戒指。当你戴上它时,陌生的痛苦念头和毁灭的情景涌入你脑海。")
@@ -13499,6 +14215,7 @@ t("A huge greatmaul of incredible weight. Wielding it, you feel utterly unstoppa
 t("Crooked Club", "畸形棒槌")
 t("weird club", "不可思议的棍子")
 t("An oddly twisted club with a hefty weight on the end. There's something very strange about it.", "诡异扭曲的棒槌,尾部异常沉重。")
+t("Reduce targets accuracy and powers by 5 (stacks 5 times)", "降低目标命中和强度5,可叠加5次。")
 t("Spider-Silk Robe of Spydrë", "斯派德的蛛丝礼服")
 t("spider-silk robe", "蛛丝礼服")
 t("This set of robes is made wholly of spider silk. It looks outlandish and some sages think it came from another world, probably through a farportal.", "这套礼服完全用蛛丝制成。它看起来充满异国风情,一些智者推测它来自另一个世界,很可能穿越过时空之门。")
@@ -13507,6 +14224,7 @@ t("Huh?", "唔?")
 t("Dragon-helm of Kroltar", "库洛塔的龙盔")
 t("dragon-helm", "龙盔")
 t("A visored steel helm, embossed and embellished with gold, that bears as its crest the head of Kroltar, the greatest of the fire drakes.", "一个装饰着黄金浮雕的钢铁全盔。库洛塔的头盔上昂立着最伟大的喷火龙作为装饰。")
+t("Kroltar's power resides in his scales.", "库洛塔的力量隐藏在他的鳞片里。")
 t("#GOLD#As the helm of Kroltar approaches the your scale armour, they begin to fume and emit fire.", "#GOLD#当库洛塔的头盔和鳞甲接触时,他们开始冒烟喷火了")
 t("#GOLD#The fumes and fire fade away.", "#GOLD#烟和火消失了")
 t("Crown of Command", "领袖的皇冠")
@@ -13525,9 +14243,11 @@ t("The legendary hammer of the Dwarven master smiths. For ages it was used to fo
 t("Snow Giant Wraps", "冰霜巨人护手")
 t("fur-lined leather wraps", "毛衬里的皮护手")
 t("Two large pieces of leather designed to be wrapped about the hands and the forearms.  This particular pair of wraps has been enchanted, imparting the wearer with great strength.", "两大块皮革被设计成包裹手和前臂。这副独特的护手经过了附魔,可给予穿戴者巨大的力量。")
+t("This would be great with a mighty matching belt.", "如果有一条相衬的腰带就好了。")
 t("Mighty Girdle", "巨人腰带")
 t("massive, stained girdle", "结实而肮脏的腰带")
 t("This girdle is enchanted with mighty wards against expanding girth. Whatever the source of its wondrous strength, it will prove of great aid in the transport of awkward burdens.", "这条腰带被赋予了神秘的魔力来对抗膨胀的腰围。不管它蕴含着的是何种力量,它总是能在你负重不足时助你一臂之力。")
+t("Some giant wraps would make you feel great.", "如果有一对大些的手套就好了。")
 t("#GOLD#You grow to immense size!", "#GOLD#你身躯巨大化!")
 t("#LIGHT_BLUE#You feel a lot smaller...", "#LIGHT_BLUE#你感觉变小了……")
 t("Serpentine Cloak", "蛇纹斗篷")
@@ -13548,10 +14268,12 @@ t("A plain elven-silk robe. It would be unremarkable if not for the sheer power
 t("Temporal Augmentation Robe - Designed In-Style", "时空增益·引领时尚")
 t("stylish robe with a scarf", "有领带的时髦长袍")
 t("Designed by a slightly quirky Paradox Mage, this robe always appears to be stylish in any time the user finds him, her, or itself in. Crafted to aid Paradox Mages through their adventures, this robe is of great help to those that understand what a wibbly-wobbly, timey-wimey mess time actually is. Curiously, as a result of a particularly prolonged battle involving its fourth wearer, the robe appends a very long, multi-coloured scarf to its present wearers.", "被有些古怪的时空法师设计出来,无论穿戴者在哪个时代,这袍子都显得格外时髦。它为协助时空法师冒险而制作。这件法袍对掌握时间多样性的人来说有着巨大的作用。有趣的是,由于它第四任主人参与了一场相当漫长的战斗,长袍上附带了一条很长的幻彩领带。")
+t("Oddly it never produces a hat.", "奇怪的是,它没有一顶帽子。")
 t("Un'fezan's Cap", "Un'fezan之帽")
 t("red stylish hat", "时尚的红色毡帽")
 t([[This fez once belonged to a traveler; it always seems to be found lying around in odd locations.
 #{italic}#Fezzes are cool.#{normal}#]], "这顶土耳其毡帽曾经属于一位旅行家,他经常在奇怪的地方被人发现。#{italic}#帽子看上去很不错。#{normal}#")
+t("Needs something equally stylish and cool to go with it.", "需要一件同样时尚而炫酷的装备来搭配,")
 t("#STEEL_BLUE#A time vortex briefly appears in front of you.", "#STEEL_BLUE#一个时间漩涡在你面前出现")
 t("crude iron battle axe", "生铁战斧")
 t("Crude Iron Battle Axe of Kroll", "克罗尔的生铁战斧")
@@ -13579,6 +14301,7 @@ t("Blood drips continuously from this fell suit of iron, and dark magics churn a
 t("Scale Mail of Kroltar", "库洛塔的龙鳞甲")
 t("perfectly-wrought suit of dragon scales", "用龙甲完美打造的正装")
 t("A heavy shirt of scale mail constructed from the remains of Kroltar, whose armour was like tenfold shields.", "一件用库洛塔的遗物打造的重甲,她的护甲有盾牌的十倍重。")
+t("Kroltar's head would turn up the heat.", "库洛塔的头会被这热量唤醒。")
 t("Cuirass of the Thronesmen", "钢铁战士胸甲")
 t("heavy dwarven-steel armour", "重型矮人钢护甲")
 t("This heavy dwarven-steel armour was created in the deepest forges of the Iron Throne. While it grants incomparable protection, it demands that you rely only on your own strength.", "这件沉重的矮人钢护甲打造于钢铁王座最深的熔炉。虽然它被赋予了举世无双的防护能力,但你必须得靠自己的力量使用它。")
@@ -13586,9 +14309,11 @@ t("#LIGHT_BLUE#You feel your dwarven power swelling to meet the challenge of thi
 t("Golden Three-Edged Sword 'The Truth'", "金色三棱剑·真理")
 t("three-edged sword", "三棱剑")
 t("The wise ones say that truth is a three-edged sword. And sometimes, the truth hurts.", "有些聪明人说真理是把三刃剑。因为有些时候,“真理”是会伤到人的。")
+t("9% chance to stun or confuse the target", "9% 几率震慑或混乱目标")
 t("Ureslak's Femur", "乌尔斯拉克的大腿")
 t("a strangely colored bone", "染的稀奇古怪的骨头")
 t("A shortened femur of the mighty prismatic dragon Ureslak, this erratic club still resonates with his volatile nature.", "强大的棱晶龙乌尔斯拉克被截断的腿骨,这根奇怪的棍子仍然流动着乌尔斯拉克的天性。")
+t("10% chance to shimmer to a different hue and gain powers", "10% 几率变换不同颜色并且增加强度")
 t("#GOLD#Ureslak's Femur glows and shimmers!", "#GOLD#乌尔斯拉克的大腿发出闪光,改变了颜色!")
 t("Flaming", "火焰")
 t("Frozen", "冰冻")
@@ -13596,11 +14321,14 @@ t("Crackling", "噼啪")
 t("Venomous", "剧毒")
 t("Starry", "群星")
 t("Eldritch", "埃尔德里奇")
+t("What would happen if more of Ureslak's remains were reunited?", "当乌尔斯拉克更多遗物聚集在一起时,会发生什么呢?")
 t("Ureslak's Molted Scales", "乌尔斯拉克之皮")
 t("scaly multi-hued cloak", "多彩鳞甲")
 t("This cloak is fashioned from the scales of some large reptilian creature.  It appears to reflect every color of the rainbow.", "这件长袍用某些大型爬行动物的鳞片制成。它看上去可以反射出彩虹的每种颜色。")
-t("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)", "energ为鳞片充能16回合,让你在受 %s 伤害前增加相应抗性15%%,持续5回合,只对一种伤害生效。")
+t(", or ", " 或 ")
+t("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)", "为鳞片充能16回合,让你在受 %s 伤害前增加相应抗性15%%,持续5回合,只对一种伤害生效。")
 t("%s empowers %s %s!", "%s充能了%s%s!")
+t("It would go well with another part of Ureslak.", "另一件乌尔斯拉克的遗物会增强它的能力。")
 t("#YELLOW_GREEN#An ironic harmony surrounds Ureslak's remains as they reunite.", "#YELLOW_GREEN#乌尔斯拉克的遗物重聚时,和谐力量在此流转。")
 t("#YELLOW_GREEN#Ureslak's remains seem more unsettled.", "#YELLOW_GREEN#乌尔斯拉克的遗物似乎更加不安定了。")
 t("razor sharp war axe", "剃刀战斧")
@@ -13611,11 +14339,15 @@ It is said the wielder will slowly grow mad. This, however, has never been prove
 t("Sword of Potential Futures", "进化之剑")
 t("under-wrought blade", "未完工的剑")
 t("Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the untapped potential of time.", "传说这把长剑是一对兵器中的其中一个;这对兵器打造于时空守卫最初的年代。对于未经训练的持有者来说它还不是那么完善;对于时空守卫来说,它将随着时间展现威力。")
+t("In the past there was a dagger with it.", "过去有柄匕首和它成套")
+t("10% chance to reduce the target's resistances to all damage", "10% 几率降低目标对所有伤害的抗性。")
 t("#CRIMSON#The echoes of time resound as the blades are reunited once more.", "#CRIMSON#当剑重合在一起时出现了时间的回音。")
 t("#CRIMSON#Time seems less perfect in your eyes as the blades are separated.", "#CRIMSON#当剑分开时在你的眼中似乎时空不再完美。")
 t("Dagger of the Past", "历练之匕")
 t("rusted blade", "锈蚀的匕首")
 t("Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the opportunity to learn from the mistakes of the past.", "传说这把匕首是一对兵器中的一个;这对兵器打造于时空守卫最初的年代。对于未经训练的持有者来说它还不是那么完善;对于时空守卫来说,它表示着从以前的失误中吸取教训的机会。")
+t("Potentially it would go with a sword in the future.", "未来可能有把剑和它成套")
+t("10% chance to return the target to a much younger state", "10% 将目标退回到婴儿状态。")
 t("Stone Gauntlets of Harkor'Zun", "哈克祖的岩石臂铠")
 t("dark stone gauntlets", "黑曜石臂铠")
 t("Fashioned in ancient times by cultists of Harkor'Zun, these heavy granite gauntlets were designed to protect the wearer from the wrath of their dark master.", "古时候由哈克祖的狂热崇拜者制作,这副花岗岩臂铠被设计为可以保护穿戴者免于遭受黑暗之主的暴怒。")
@@ -13632,6 +14364,7 @@ t("This strange orange quiver is made of brass and etched with many bright red r
 t("Quiver of Domination", "统御箭袋")
 t("grey quiver", "灰色的箭袋")
 t("Powerful telepathic forces emanate from the arrows of this quiver. The tips appear dull, but touching them causes you intense pain.", "箭袋中的箭矢中散发出一股强大的意念力,尖端虽然看上去不锋利,但是当你触摸时却让你感到剧烈的疼痛。")
+t("dominate the target", "支配目标")
 t("Blightstopper", "枯萎终结者")
 t("vine coated shield", "藤蔓覆盖的盾牌")
 t("This voratun shield, coated with thick vines, was imbued with nature's power long ago by the Halfling General Almadar Riul, who used it to stave off the magic and diseases of orcish corruptors during the peak of the Pyre Wars.", "这块沃瑞坦盾牌表面被厚实的藤蔓所缠绕,其中注入了许多年前的半身人将军阿尔曼达·鲁伊尔的自然力量,他在派尔之战中用这个盾牌驱散了兽人堕落者的魔法疫病。")
@@ -13642,6 +14375,7 @@ t("#DARK_GREEN#You feel nature's power protecting you!", "#DARK_GREEN#你感到
 t("Star Shot", "星辰弹")
 t("blazing shot", "闪光的弹药")
 t("Intense heat radiates from this powerful shot.", "子弹中放射出极高的热量。")
+t("sets off a powerful explosion", "产生一次猛烈的爆炸")
 t("Nexus of the Way", "维网之核")
 t("brilliant green mindstar", "闪耀的绿色灵晶")
 t("The vast psionic force of the Way reverberates through this gemstone. With a single touch, you can sense overwhelming power, and hear countless thoughts.", "巨大的意念力在这颗宝石之中回响,仅仅轻触就可以让你获得无穷的力量和无限的思维。")
@@ -13678,6 +14412,7 @@ t("This helmet radiates a dark power. Its visor seems to twist and corrupt the v
 t("Umbral Razor", "影之刃")
 t("shadowy dagger", "黝黑的匕首")
 t("This dagger seems to be formed of pure shadows, with a strange miasma surrounding it.", "这只匕首覆盖着一层纯净的阴影,并且似乎有一团瘴气围绕着它。")
+t("20% chance to make the target bleed shadows. You heal for 15 whenever you hit an enemy bleeding shadows.", "有20%的几率让目标幻影流血。你击中幻影流血的目标时,恢复15生命值。")
 t("%s resists the shadowy cut", "%s抵抗了阴影切割")
 t("Emblem of Evasion", "闪避徽记")
 t("gold coated emblem", "镶金的纹饰腰带")
@@ -13688,16 +14423,19 @@ t("This tightly strung bow appears to have been crafted by someone of considerab
 t("Frozen Shards", "冰极碎")
 t("pouch of crystallized ice", "一袋水晶质的冰弹")
 t("In this dark blue pouch lie several small orbs of ice. A strange vapour surrounds them, and touching them chills you to the bone.", "在这个深蓝色的袋子里,躺着许多冰晶弹。一团奇异的冰雾环绕着它们,当你触摸它们时,你感到刺骨的凉意。")
+t("bursts into an icy cloud", "爆炸成一片冰雾")
 t("electrified whip", "缠绕着电弧的鞭子")
 t("Stormlash", "风暴之鞭")
 t("This steel plated whip arcs with intense electricity. The force feels uncontrollable, explosive, powerful.", "这根钢质的鞭子缠绕着许多电弧。你可以感受这根鞭子上散发出的力量强大且不可控制。")
+t("Focus the lightning forces on an enemy", "将雷霆的力量释放在敌人身上")
 t("The storm is on your side !", "风暴协助了你!")
 t("The storm betrayed you...", "风暴背叛了你…")
 t("strike an enemy within range %d (for 100%% weapon damage as lightning) and release a radius %d burst of electricity dealing %0.2f to %0.2f lightning damage (based on Magic and Dexterity)", "攻击距离 %d 内的敌人,造成 100%% 闪电武器伤害并在半径 %d 内释放电弧,造成 %0.2f 到 %0.2f 点闪电伤害 (基于魔法和敏捷)")
-t("#Source# strikes #Target# with %s %s, sending out an arc of lightning!", "#Source#用%s%s攻击了 #Target#,触发一阵电弧!")
+t("#Source# strikes #Target# with %s %s, sending out an arc of lightning!", "#Source#用%s%s攻击了#Target#,触发一阵电弧!")
 t("gemmed whip handle", "镶有宝石的柄")
 t("Focus Whip", "聚灵鞭")
 t("A small mindstar rests at top of this handle. As you touch it, a translucent cord appears, flicking with your will.", "这只手柄上镶有一颗小小的灵晶。当你触摸它时,一根半透明的绳子浮现在你面前,并随着你的意志闪烁。")
+t("Try to fry your enemies brain (25% chance to brainlock)", "试图封锁敌人的大脑(25%几率锁脑)")
 t("strike all targets in a line (for 100%% weapon damage as mind) out to range 4", [[打击一条长度为4码的直线上的所有目标,
 造成相当于100%%武器伤害的精神伤害。]])
 t("#Source# manifests a psychic assult with %s %s!", "#Source#使用%s%s发动心灵攻击!")
@@ -13717,11 +14455,16 @@ t("A thick venom drips from this mindstar.", "凝厚的毒液不断地从这个
 t("Corpathus", "束缚之剑·卡帕萨斯")
 t("bound sword", "被束缚的长剑")
 t("Thick straps encircle this blade. Jagged edges like teeth travel down the blade, bisecting it. It fights to overcome the straps, but lacks the strength.", "这把剑被厚重的带所束缚。两排锯齿状的锋刃沿着剑身直到剑柄,它试图挣脱带子的束缚,但似乎缺乏足够的力量。")
+t("grows dramatically in power", "大幅增加强度")
+t("grows in power", "增加强度")
 t("Corpathus bursts open, unleashing a horrific mass!", "卡帕萨斯脱离束缚,放出了一团恐怖的物质!!")
 t("This mass of putrid slime burst from Corpathus, and seems quite hungry.", "这团腐烂的黏液从卡帕萨斯中放出,它现在十分饥饿。")
+t("Vilespawn", "邪恶子嗣")
 t("Anmalice", "扭曲之刃·圣灵之眼")
 t("twisted blade", "扭曲的利刃")
 t("The eye on the hilt of this blade seems to glare at you, piercing your soul and mind. Tentacles surround the hilt, latching onto your hand.", "剑柄上的眼睛似乎直视着你,试图撕裂你的灵魂。剑柄上环绕的触手可以使其很好的固定在你手上。")
+t("torments the target with many mental effects", "对目标附加多种精神状态")
+t("reduces mental save penalty", "降低精神豁免惩罚")
 t("Anmalice focuses its mind-piercing eye on #Target#!", "扭曲之刃·圣灵之眼将它穿透灵魂的目光集中在了 #Target# 上!")
 t("#CRIMSON#The tentacles release your arm, sated.", "#CRIMSON#触手厌烦地释放了你的手臂。")
 t("#CRIMSON#As you tear the tentacles from your arm, horrible images enter your mind!", "#CRIMSON#当你将触手从手臂上扯下,可怕的景象进入了你的大脑!")
@@ -13730,14 +14473,16 @@ t("Morrigor", "摄魂剑·莫瑞格")
 t("jagged, segmented, sword", "锯齿状的剑")
 t("This heavy, ridged blade emanates magical power, yet as you grasp the handle an icy chill runs its course through your spine. You feel the disembodied presence of all those slain by it. In unison, they demand company.", "这把沉重的,有着锯齿状刀刃的长剑正在向外散发强大的魔法波动,当你握住剑时,一阵寒意从剑柄传来,直刺灵魂。你仿佛感觉到了葬身剑下的亡灵,他们渴望着更多同伴的到来。")
 t("deal %0.2f arcane and %0.2f darkness damage (based on Magic) in a radius 1 around the target", "在目标周围1码范围内,造成%0.2f奥术和%0.2f暗影伤害(基于魔法)")
-t("@Source@ taps the #SALMON#trapped soul#LAST# of %s, xmanifesting %s!", "@Source@ 放出了%s#SALMON#被束缚的灵魂#LAST#,模仿了%s!")
+t("swallows the victim's soul, gaining a new power", "吞噬目标的灵魂,获得新的能力。")
+t("@Source@ taps the #SALMON#trapped soul#LAST# of %s, xmanifesting %s!", "@Source@放出了%s#SALMON#被束缚的灵魂#LAST#,模仿了%s!")
 t("%s's %s #SALMON#CONSUMES THE SOUL#LAST# of %s, gaining the power of %s!", "%s的%s #SALMON#消耗了#LAST#%s#SALMON#的灵魂#LAST#,获得了%s的能力!")
 t("Hydra's Bite", "三头龙之牙")
 t("triple headed flail", "有三个头的连枷")
 t("This three-headed stralite flail strikes with the power of a hydra. With each attack it lashes out, hitting everyone around you.", "这把三头的蓝锆石连枷,使用的是一只三头龙的力量。它的攻击可以伤害到周围的所有敌人。")
+t("hit up to two adjacent enemies", "攻击目标相邻的2个单位")
 t(" and %s", "和 %s")
 t("#Source#'s three headed flail lashes at #Target#%s!", "#Source#使用三头连枷打击#Target#%s!")
-t("#Source#'s three headed flail lashes at #Target#!", "#Source# 的三头连枷扫过了 #Target# !")
+t("#Source#'s three headed flail lashes at #Target#!", "#Source#的三头连枷扫过了 #Target# !")
 t("Spellhunt Remnants", "魔法狩猎遗物")
 t("heavily corroded voratun gauntlets", "严重破损的沃瑞钽臂铠")
 t("These once brilliant voratun gauntlets have fallen into a deep decay. Originally used in the spellhunt, they were often used to destroy arcane artifacts, curing the world of their influence.", "你从这副锈迹斑斑的臂铠上勉强能看出其曾经的辉煌。它起源于魔法狩猎时期,用于摧毁奥术类装备,以惩罚法师们对这个世界的暴行。")
@@ -13754,14 +14499,17 @@ t("These brilliant voratun gauntlets shine with an almost otherworldly glow. Ori
 t("attempt to destroy all magic effects and sustains on creatures in a radius %d cone (unnatural creatures are additionally dealt %0.2f arcane damage and stunned)", "在半径%d码弧形区域摧毁生物身上的所有魔法效果和魔法持续技能(非自然生物还会额外受到%0.2f奥术伤害并被震慑)")
 t("%s unleashes antimagic forces from %s %s!", "%s从%s%s中放出反魔法力量!")
 t("%s's animating magic is disrupted by the burst of power!", "%s的魔法被强大的反魔法力量干扰了!")
+t("destroy an arcane item (of a higher tier than the gauntlets)", "摧毁一件奥术装备(比臂铠材质级别高)")
 t("#LIGHT_RED#You can not do that with a tinker attached. Remove it first.", "#LIGHT_RED#当有配件附着时,你不能这么做。先移除配件。")
+t("Destroy which item?", "摧毁哪一件物品?")
 t("You crush the %s, and the gloves take on an illustrious shine!", "你摧毁了%s,手套开始发光!")
 t("Merkul's Second Eye", "米库尔的第二只眼")
 t("sleek stringed bow", "丝弦光滑的弓")
 t("This bow is said to have been the tool of an infamous dwarven spy. Rumours say it allowed him to \"steal\" the eyes of his enemies. Adversaries struck were left alive, only to unknowingly divulge their secrets to his unwavering sight.", "这把弓据说属于一位臭名昭著的矮人间谍。更有传言称,这把弓能帮助他利用所有敌人的眼睛。被射中的敌人虽然不会丧命,但却没有意识到自己的眼睛已经把周围的秘密全都泄漏给了他。")
-t("Summertide", "夏夜")
+t("Summertide", "夏殇")
 t("shining gold shield", "闪光的金色盾牌")
 t("A bright light shines from the center of this shield. Holding it clears your mind.", "从这面盾牌的中心放射出耀眼的光芒,当你紧握这面盾牌时,你的思维变得清晰。")
+t("releases a burst of light", "发出一股光芒")
 t("send out a range %d beam, lighting its path and dealing %0.2f to %0.2f light damage (based on Willpower and Cunning)", "发射长度 %d 的射线,照亮路径,并造成 %0.2f 到 %0.2f 点光系伤害(基于意志和灵巧)")
 t("%s's %s flashes!", "%s的%s 闪光了!")
 t("Wanderer's Rest", "旅者的休憩")
@@ -13792,6 +14540,7 @@ t("An endless supply of arrows lay within this deep black quiver. Tiny white lig
 t("Hornet Stingers", "黄蜂尾钉")
 t("sting tipped arrows", "镶着尖刺的箭矢")
 t("A vile poison drips from the tips of these arrows.", "箭矢的尖端滴落着剧毒。")
+t("afflicts the target with a poison dealing 20 damage per turn and causing actions to fail 20% of the time for 6 turns", "使目标中毒,每回合造成20伤害,使用技能有20%几率失败,持续6回合。")
 t("Umbraphage", "安布瑞吉·暗影吞噬者")
 t("deep black lantern", "深黑色的灯笼")
 t("This lantern of pale white crystal holds a sphere of darkness, that yet emanates light. Everywhere it shines, darkness vanishes entirely.", "这个灰白色水晶制成的灯笼周围笼罩着一片黑暗,但是它仍放射着光芒。光之所在,黑暗尽除。")
@@ -13824,19 +14573,22 @@ t("thick coral plate", "厚重的珊瑚板甲")
 t("Coral Spray", "云雾珊瑚")
 t("A chunk of jagged coral, dredged from the ocean.", "用大块的珊瑚制成,源自大海深处。")
 t("30% chance to spray freezing water (radius 4 cone) at the target.", "30% 几率朝目标喷射4格锥形冰冷的水流。")
-t("A wave of icy water sprays out from #Source# towards #Target#!", "一束冰冷的水流从 #Source# 处喷射出来冲向 #Target# !")
+t("A wave of icy water sprays out from #Source# towards #Target#!", "一束冰冷的水流从#Source#处喷向#Target#!")
 t("Shard of Insanity", "狂乱碎片")
 t("cracked black amulet", "损坏的黑色项链")
 t("A deep red light glows from within this damaged amulet of black stone. When you touch it, you can hear voices whispering within your mind.", "从这条损坏的黑色项链上放出暗红色的光亮,当你触摸它时,你能听到脑海里的窃窃私语。")
 t("Pouch of the Subconscious", "欲望之核")
 t("familiar pouch", "常见的弹药袋")
 t("You find yourself constantly fighting an urge to handle this strange pouch of shot.", "你情不自禁的想使用这袋弹药。")
+t("50% chance to reload 1 ammo", "50% 几率装填1发弹药")
 t("Wind Worn Shot", "风化弹")
 t("perfectly smooth shot", "极其光滑的弹药")
 t("These perfectly white spheres appear to have been worn down by years of exposure to strong winds.", "这些白色的弹丸似乎饱经风霜。")
+t("35% chance for lightning to arc to a second target", "35% 几率闪电连锁至下一个目标")
 t("Spellcrusher", "奥术摧毁者")
 t("vine coated hammer", "藤蔓覆盖的锤子")
 t("This large steel greatmaul has thick vines wrapped around the handle.", "这柄巨大的铁制巨锤,其手柄上覆盖着一层厚厚的藤蔓。")
+t("50% chance to shatter magical shields", "50%几率打破魔法护盾")
 t("%s's magical shields are shattered!", "%s的魔法护盾碎裂了!")
 t("#DARK_GREEN#You feel a great power rise within you!", "#DARK_GREEN#你感到体内涌现出一股强大的力量!")
 t("Telekinetic Core", "念力之核")
@@ -13861,6 +14613,7 @@ t("tree shaped totem", "树状的图腾")
 t("This small tree-shaped totem is imbued with powerful healing energies.", "你能在这根小巧的树状图腾上感受到强大的治愈能量。")
 t("Heals all nearby living creatures by 5 points each turn.", "治疗周围的生物,每回合恢复5点。")
 t("#CRIMSON# A powerful healing aura appears around you as you equip the %s.", "#CRIMSON#当你装备%s后,强大的治疗光环在你身边出现。")
+t("take root increasing health by 300, armor by 20, and armor hardiness by 20%% but rooting you in place for 4 turns", "扎根,增加300点生命、20点护甲和20%%护甲硬度,但不能移动,持续4回合。")
 t("%s merges with %s %s!", "%s与%s%s合并!")
 t("Ring of Growth", "生命之戒")
 t("This small wooden ring has a single green stem wrapped around it. Thin leaves still seem to be growing from it.", "这枚小巧的戒指上缠绕着一根藤蔓,藤蔓似乎仍然在不断的吐出新叶。")
@@ -13881,7 +14634,9 @@ t("Eternity's Counter", "永恒沙漏")
 t("crystalline hourglass", "水晶沙漏")
 t("This hourglass of otherworldly crystal appears to be filled with countless tiny gemstones in place of sand. As they fall, you feel the flow of time change around you.", "这只漂亮的沙漏里装载着数以千计的宝石,用以代替沙子。当它们落下时,你能够感受到时间的变化。")
 t("Offers either offensive or defensive benefits, depending on the position of the sands.  Switching the direction of flow takes no time.", "根据沙的位置在进攻增益和防守增益间切换。切换沙的流向不消耗时间。")
+t("entropy", "熵")
 t("flip the hourglass (sands currently flowing towards %s)", "翻转沙漏(沙子目前流向%s)")
+t("stability", "稳定")
 t("%s flips %s %s over...", "%s翻转了%s%s…")
 t("#GOLD#The sands slowly begin falling towards %s.", "#GOLD#沙子慢慢流向%s.")
 t("#GOLD#As the final sands drop into place, you feel a surge of power.", "#GOLD#当最后一粒沙子落下,你感觉到一股力量。")
@@ -13910,6 +14665,7 @@ t("This powerful sling is said to have belonged to a warrior so strong his shots
 t("The Titan's Quiver", "泰坦之箭")
 t("gigantic ceramic arrows", "巨型陶制箭矢")
 t("These massive arrows are honed to a vicious sharpness, and appear to be nearly unbreakable. They seem more like spikes than any arrow you've ever seen.", "巨大而尖锐的箭矢,不,与其说是箭,不如说是长钉。")
+t("pin the target to the nearest wall", "将目标钉在最近的墙上")
 t("%s is knocked back and pinned!", "%s被击退并定身!")
 t("Inertial Twine", "惯性编织之戒")
 t("This double-helical ring seems resistant to attempts to move it. Wearing it seems to extend this property to your entire body.", "双螺旋状的戒指,很难将它移动,戴上它后似乎可以将其力量延展到整个身体。")
@@ -13923,6 +14679,7 @@ t("This tall staff is tipped with a pitch black sphere that yet seems to give of
 t("gore stained battleaxe", "血迹斑斑的战斧")
 t("Eksatin's Ultimatum", "阿克萨丁的最后通牒")
 t("This gore-stained battleaxe was once used by an infamously sadistic king, who took the time to personally perform each and every execution he ordered. He kept a vault of every head he ever removed, each and every one of them carefully preserved. When he was overthrown, his own head was added as the centrepiece of the vault, which was maintained as a testament to his cruelty.", "这把被血液浸满的战斧曾被一位不知名的虐待成性的国王使用,他用这把斧头亲自执行了不少死刑。国王有一个房间专门用来收藏他杀死的人的头骨,每一个都完好的保存者。当国王被推翻时,他自己的头颅也进入了这间房子,作为他暴行的证据而保存。")
+t("decapitate a weakened target", "将虚弱的敌人斩首")
 t("#RED#%s#GOLD# has been decapitated!#LAST#", "#RED#%s#GOLD#被斩首了!#LAST#")
 t("Radiance", "光辉")
 t("a sparkling, golden cloak", "闪耀光辉的金色斗篷")
@@ -13971,6 +14728,7 @@ t("eerie black dagger", "怪异的黑色匕首")
 t([[Countless mages have fallen victim to the sharp sting of this blade, betrayed by those among them with greed for ever greater power.
 Passed on and on, this blade has developed a thirst of its own.]], [[无数法师曾殒命这匕首之下,被那些渴望力量的同伴背叛。
 时光流逝,匆匆不还,这柄匕首也开始渴望杀戮。]])
+t("steals up to 50 mana from the target", "从目标处吸取至多50点法力")
 t("Frost Lord's Chain", "冰霜领主之链")
 t("ice coated chain", "寒冰覆盖的铁链")
 t("This impossibly cold chain of frost-coated metal radiates a strange and imposing aura.", "这不可思议的金属链覆盖着极度寒霜,向外放射出诡异而强大的光环能量")
@@ -13978,6 +14736,7 @@ t("Gives all your cold damage a 20% chance to freeze the target.", "你造成寒
 t("Twilight's Edge", "晨昏之刃")
 t("shining long sword", "发光的长剑")
 t("The blade of this sword seems to have been forged of a mixture of voratun and stralite, resulting in a blend of swirling light and darkness.", "这柄长剑似乎是用沃瑞坦和蓝锆石混合制成,光与暗在不断旋转交融。")
+t("release a burst of light and dark damage (scales with Magic)", "爆发光明和黑暗伤害(随魔法增加)")
 t("Mnemonic", "记忆")
 t("As long as you wear this ring, you will never forget who you are.", "只要你戴上这枚戒指,你永远不会忘却。")
 t("familiar ring", "熟悉的戒指")
@@ -13988,11 +14747,14 @@ t("This warped, blackened sword drips acid from its countless pores.", "这柄
 t("Borosk's Hate", "博瑞思科的仇恨")
 t("double-bladed sword", "双刃剑")
 t("This impressive looking sword features two massive blades aligned in parallel. They seem weighted remarkably well.", "这柄剑令人印象深刻,因为它有两个平行刀锋。")
+t("25% chance to strike the target again.", "25%几率再次攻击")
 t("Butcher", "屠夫")
 t("blood drenched shortsword", "血迹斑斑的短刃")
 t("Be it corruption, madness or eccentric boredom, the halfling butcher by the name of Caleb once took to eating his kin instead of cattle. His spree was never ended and nobody knows where he disappeared to. Only the blade remained, stuck fast in a bloodied block. Beneath, a carving said \"This was fun, let's do it again some time.\"", "或许是堕落,或许是疯狂,半身人屠夫凯莱布杀死他的亲戚代替牲口。他的疯狂还没有停止,他的人影却已经不见,只留下这把刀刃,留在了血泊之中。下面刻着一行字“真有趣,下次再试试”")
-t(" (cooling down: %d turns)", " (冷却时间: %d 回合)")
+t(" (cooling down: %d turns)", " (冷却时间:%d 回合)")
 t("Enter Rampage if health falls below 20%%%s", "当生命值降低到20%%%s时,进入暴走。")
+t("Attempt to devour a low HP enemy, striking again and possibly killing it instantly.", "试图吞噬一个低生命的敌人,再次攻击并有几率秒杀目标。")
+t("Enter a Rampage (Shared cooldown).", "进入暴走(共享冷却时间)")
 t("Ethereal Embrace", "以太之拥")
 t("wispy purple cloak", "脆弱的紫色斗篷")
 t("This cloak waves and bends with shimmering light, reflecting the depths of space and the heart of the Aether.", "这件斗篷漂浮弯曲,发出闪耀的光芒,折射出空间深处、以太核心。")
@@ -14009,6 +14771,7 @@ t("Ring of the Archlich", "大巫妖之戒")
 t("dusty, cracked ring", "布满尘土的戒指")
 t([[This ring is filled with an overwhelming, yet restrained, power. It lashes, grasps from its metal prison, searching for life to snuff out. You alone are unharmed.
 Perhaps it feels all the death you will bring to others in the near future.]], "这枚戒指含有强大的力量,但是没有显现出来。它将生命拉入金属牢笼之中,而你自己不受伤害。似乎它感觉在不久的将来你会带来无尽的死亡。")
+t("It desires to be surrounded by undeath.", "它渴望被亡灵围绕。")
 t("#DARK_GREY#Your ring releases a burst of necromantic energy!", "#DARK_GREY#你的戒指释放出一股死灵能量!")
 t("#DARK_GREY#Your ring's power fades away.", "#DARK_GREY#你的戒指的力量消退了。")
 t("wand", "魔杖")
@@ -14020,6 +14783,7 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A shining orb.", "这个镶嵌着金子的魔棒散发出超自然的强光。")
 t("#Source# points %s %s at #target#, releasing a brilliant orb of light!", "#Source#将%s%s指向#target#, 放出一个光辉的光球!")
+t("Summon", "召唤")
 t("handled hole in space", "空间之洞")
 t("Temporal Rift", "时空裂隙")
 t("Some mad Chronomancer appears to have affixed a handle to this hole in spacetime. It looks highly effective, in its own strange way.", "某些疯狂的时空法师在时空中开了一个洞。它似乎很有效,但是会以自己诡异的方式运转。")
@@ -14050,11 +14814,13 @@ t("The eye locks onto %s, freezing it in place!", "眼睛凝视着%s,将其石
 t("Shantiz the Stormblade", "风暴之刃")
 t("thin stormy blade", "很薄的短刃")
 t("This surreal dagger crackles with the intensity of a vicious storm.", "这柄超现实的匕首周围环绕有强大的风暴")
+t("Causes lightning to strike and destroy any projectiles in a radius of 10, dealing damage and dazing enemies in a radius of 5 around them.", "触发闪电,击落半径10内所有抛射物,抛射物半径5以内的敌人受到伤害并被眩晕。")
 t("#GREEN#Shantiz strikes down a projectile!", "#GREEN#风暴之刃击落了抛射物!")
 t("Swordbreaker", "破剑匕")
 t("hooked blade", "带锯齿的匕首")
 t("This ordinary blade is made of fine, sturdy voratun and outfitted with jagged hooks along the edge. This simple appearance belies a great power - the hooked maw of this dagger broke many a blade and the stride of many would-be warriors.", "这柄普通的匕首是由精制坚硬的沃瑞坦制成的,配有锯齿钩边。看似平凡的外表背后潜藏着强大的力量——它破坏过诸多刀刃,收割走那些战士的生命和未来。")
 t("Can block like a shield, potentially disarming the enemy.", "可以像盾牌一样格挡,并缴械目标。")
+t("Breaks enemy weapon.", "破坏对方武器")
 t("Shieldsmaiden", "女武神之心")
 t("icy shield", "冰冻的盾")
 t("Myths tell of shieldsmaidens, a tribe of warrior women from the northern wastes of Maj'Eyal. Their martial prowess and beauty drew the fascination of swaths of admirers, yet all unrequited. So began the saying, that a shieldsmaiden's heart is as cold and unbreakable as her shield.", "传说中的女武神,来自马基埃亚尔世界的北方荒地。她的美貌和力量吸引了众多爱慕者前去,然而所有人都空手而归。因此,有这样一句谚语:女武神的心同她的盾一样冰冷而不可打破。")
@@ -14062,7 +14828,9 @@ t("Granted talent can block up to 1 instance of damage each 10 turns.", "提供
 t("Tirakai's Maul", "提瑞卡之锤")
 t("This massive hammer is formed from a thick mass of strange crystalline growths. In the side of the hammer itself you see an empty slot; it looks like a gem of your own could easily fit inside it.", "这柄巨型锤子是用一种厚厚的古怪结晶体制成的,锤子里面能看到一个空槽,似乎很容易就能将宝石放进去。")
 t("None", "æ— ")
-t("%s: %s", "%s: %s")
+t("No gem", "没有宝石")
+t("%s: %s", "%s:%s")
+t("Write a description for this gem's properties!", "写下宝石属性的说明!")
 t("Demonic", "恶魔")
 t("imbue the hammer with a gem of your choice", "把你喜欢的宝石镶嵌到锤子里。")
 t("You remove your %s.", "你移除了你的%s。")
@@ -14073,7 +14841,8 @@ t("vile gauntlets", "邪恶的手套")
 t("These fell looking gloves glow with untold power.", "这对手套看上去十分恐怖,闪耀着不明能量。")
 t([[Increases all damage by %d%% of current vim 
 Current Bonus: %d%%]], [[获得相当于你%d%%活力值的伤害加成
-当前加成: %d%%]])
+当前加成:%d%%]])
+t("Only the masochistic can unlock its full power.", "只有受虐狂才能解锁它的能量")
 t("#STEEL_BLUE#The fist and the mangled clothing glow ominously!", "#STEEL_BLUE#拳套和衣服开始发出不祥的光!")
 t("#STEEL_BLUE#The ominous glow dies down.", "#STEEL_BLUE#不祥的光芒停止了。")
 t("Masochism", "受虐狂")
@@ -14087,7 +14856,8 @@ t([[Stolen flesh,
 	秽尸复苏。]])
 t([[Reduces all damage by %d%% of current vim or 50%% of the damage, whichever is lower; but at the cost of vim equal to 5%% of the damage blocked. 
 Current Bonus: %d]], [[降低所有伤害相当于%d%%当前活力值的数值,但不超过伤害值的50%%;降低伤害时,消耗相当于5%%伤害量的活力值。
-当前活力值: %d]])
+当前活力值:%d]])
+t("With a better grip it would be the destroyer of your enemies.", "如果有更好的掌控力,它将摧毁敌人。")
 t("Obliterator", "抹杀者")
 t("titanic maul", "巨型锤子")
 t("This massive hammer strikes with deadly force. Bones crunch, splinter and grind to dust under its impact.", "这柄巨大的锤子挥击时拥有能粉碎骨头的巨力。")
@@ -14109,7 +14879,7 @@ t("absurdly large armor", "一件荒诞般巨大的铠甲")
 t("This massive suit of plate boasts an enormous bulk and overbearing weight. Said to belong to a nameless soldier who safeguarded a passage across the bridge to his village, in defiance to the cohorts of invading orcs. After days of assault failed to fell him, the orcs turned back. The man however, fell dead on the spot - from exhaustion. The armor had finally claimed his life.", "这件结实硕大的板甲有着夸张的体积和难以想象的重量。相传这件板甲属于一位不知名的士兵,为了抵御洪水般的兽人军团入侵他的家乡,这名士兵守护在通向他村庄的大桥上。经过几天几夜惨烈的进攻,兽人没能击倒他,最终敌人撤退了。而这名传奇般的士兵,也因为精疲力竭当场倒毙,这件盔甲最终夺去了他的生命。")
 t([[When your effective movement speed (global speed times movement speed) is less than 100%%, reduces all incoming damage by a percent equal to the speed detriment (up to 70%%).
 Current reduction bonus: %d%%]], [[当你的有效移动速度(整体速度乘移动速度)小于100%%的时候,降低所有伤害,比例相当于当前移动速度和100%%的差距,但最大不超过70%%。
-当前减伤比例: %d%%]])
+当前减伤比例:%d%%]])
 t("slow the movement speed of all creatures (including yourself) within range 5 by 40% for 3 turns", "将范围5内所有生物的移动速度(包括你自己)降低40%,持续3回合。")
 t("%s rebalances the bulky plates of %s %s, and things slow down a bit.", "%s重新组合了%s%s的重型装甲板,放慢了速度。")
 t("The Face of Fear", "恐惧之颜")
@@ -14124,6 +14894,7 @@ t("black, spiked armor", "一件黑色的尖刺铠甲")
 t("Worn by a villain long forgotten, this armor was powered by the blood of thousands of innocents. Decrepit and old, the dark lord died in solitude, his dominion crumbled, his subjects gone. Only this cuirass remained, dying to finally taste fresh blood again.", "这件胸甲属于一个早已被人遗忘的暴君,成千上万无辜死者的鲜血强化了这件铠甲。黑暗领主最终在衰老与虚弱中孤独的死去,他的统治分崩离析,他的人民四散而去。只有这件胸甲被保留了下来,渴望着再次品尝鲜血的味道。")
 t("drain blood from all creatures within range 5, causing them to bleed for %0.2f physical damage over 4 turns (based on your Physicalpower). For each creature drained (up to 10), the armor gains strength, which fades over 10 turns if it is not fed", "吸收半径5内所有生物的血液,令其在 4 回合内受到 %0.2f 点物理伤害。每吸收一个生物(至多10),护甲的属性增加。 10回合后复原。")
 t("%s revels in the bloodlust of %s %s!", "%s激发了%s%s的嗜血渴望!")
+t("Blood Charges: %d", "鲜血吸收:")
 t("Decayed Visage", "堕落视觉")
 t("mask of mummified skin", "木乃伊皮面罩")
 t("A desiccated mask of human skin, all that remains of a necromancer from the Age of Pyre who failed to achieve lichdom.  The transformative process partially succeeded, leaving him unable to die as his body slowly rotted from the inside out over several years.  Now his spirit resides within this last bit of mummified flesh, still hungering for eternal life.", "一小片人皮面具,是派尔纪一位死灵法师的遗物。他试图变成巫妖,但是没有成功。他的身体逐渐腐烂,但由于未成功的法术而不能死去,就这样过了数年。现在,他的灵魂仍藏身于这小块皮肤中,渴求着永恒的生命。")
@@ -14139,9 +14910,19 @@ t("torque", "项圈")
 t("The Jolt", "震撼")
 t("tingling torque", "刺痛项圈")
 t("This torque feels tingly to the touch, but seems to enhance your thinking.", "这项圈摸起来让人觉得刺痛,但似乎增强了你的思考.")
+t([[Your mind is attuned to electricity.
+Any lightning damage you do that is more than 10% of the victim's maximum life will attempt to brainlock the target.
+Upon taking lightning damage >10% of your max life, your mind fires back, dealing 30% of the original damage as mind and trying to brainlock the target.
+Upon taking mind damage >10% of your max life, you reflexively trigger the jolt, sending an arc of dazing lightning toward the target (damage based on mindpower).
+This item can have up to 2 charges, with each charge having 4 turn cooldown.]], [[你的精神与电力连接。
+你对敌人造成的超过其最大生命值10%的伤害时,会试图附加锁脑效果。
+当你受到相当于最大生命值10%的闪电伤害时,你的精神会发起反击,对敌人造成30%的原伤害,并试图附加锁脑效果。
+当你受到相当于最大生命值10%的精神伤害时,你会快速启动这个项圈,朝敌人射出一团震慑的闪电,伤害基于意志。
+这个物品可以存储两次充能,每次充能冷却时间4回合。]])
 t("damp steel battle axe", "潮湿的钢铁战斧")
 t("Stormfront", "风暴前线")
 t("The blade glows faintly blue, and reflects a sky full of stormy clouds.", "剑身泛着淡淡的蓝色,反射出了满天的乌云.")
+t("inflicts either shocked or wet, chosen at random", "造成湿润或震撼效果。")
 t("Eye of Summer", "夏日之眼")
 t("warm mindstar", "温暖的灵晶")
 t("This mindstar glows with a bright warm light, but seems somehow incomplete.", "这个灵晶散发着温暖的微光,但似乎有点残缺.")
@@ -14150,6 +14931,7 @@ t("#GREEN#The seasons no longer feel balanced.", "#GREEN#四季不再平衡")
 t("Eye of Winter", "冬日之眼")
 t("cold mindstar", "寒冰的灵晶")
 t("This mindstar glows with a dim cool light, but seems somehow incomplete.", "这个灵晶散发着寒冷的微光,但似乎有点残缺.")
+t("Nature requires balance in these matters.", "自然需要平衡的灵晶。")
 t("Ruthless Grip", "无情之握")
 t("sinister gauntlets", "邪恶的手套")
 t("Crafted for a warlord who wanted to keep his subjects under a stralite grip. Dark thoughts went into the making of these gauntlets, literally.", "一个军阀为了永远掌握他的臣民而制造的.黑暗的思想被真正的灌注进去这些手套里.")
@@ -14160,6 +14942,8 @@ One rather cold blooded killer thought of a way around this. By carving blades o
 Their killing spree ended when one of the victims got lucky and managed to stab the murderer in the heart with the icey blade. After being united with the cold heart that created it, the final ice blade has never melted.]], [[任何占卜师都知道,凶器乃是缉查凶手最重要的线索;他们往往顺着这条线索顺藤摸瓜,从人群中找出凶手的真身。
 然而,一个冷酷的杀手找到了一个办法:他用寒冰铸成了一把利刃,将其刺入受害者的胸口,让其随着受害者心脏的体温渐渐融化,消失于无形。
 最终,这名杀手仍然没有逍遥于法外。一名受害者幸运地夺下了利刃,反身刺入了杀手的心脏里。杀手冷酷的内心没有温度,而这把与其相融的利刃从此再也不会融化。]])
+t("freezes the target", "冻结目标")
+t("explodes a frozen creature (damage scales with willpower)", "令一个冻结生物爆炸(伤害受意志加成)")
 t("Thunderfall", "落雷")
 t("large echoing mace", "巨型发声狼牙棒")
 t("Tremendous power is concentrated in this heavy mace. Just dropping it can knock down nearby walls.", "巨大的力量集中在这沉重的权杖里.只是掉落在地就可以摧毁附近的墙壁.")
@@ -14177,9 +14961,13 @@ t("Electrical energies are focussed in the core of this mindstar.", "电能集
 t("Thermal Focus", "热能之核")
 t("blazing mindstar", "炽热的的灵晶")
 t("Thermal energies are focussed in the core of this mindstar.", "热能集中在这个灵晶的核心里.")
+t("You feel two unconnected psionic channels on this item.", "在这个物品里你感受到了两种不相关的能量。")
 t("Lightning Catcher", "雷电接收器")
 t("coiled metal belt", "螺旋形金属腰带")
 t("A fine mesh of metal threads held together by a sturdy chain. Sparks dance across it.", "一个坚固的铁链缠着细金属丝网。火花在上面跳舞.")
+t([[Taking lightning damage or making critical hits builds 2 energy charges, which give you +5% lightning damage and +1 to all stats.
+The charges decay at a rate of 1 per turn. Max 10 charges.]], [[每次接受雷电伤害或造成暴击雷电伤害时获得两点充能,每点充能提供 5%% 雷电伤害加成和 1 点全属性。
+每回合损失一点加成。加成最多10层。]])
 
 
 ------------------------------------------------
@@ -14329,7 +15117,7 @@ t("trap", "陷阱")
 t("sliding rock", "光滑的石块")
 t("@Target@ slides on a rock!", "@Target@滑倒在石头上!")
 t("slippery rock", "滑倒的石块")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("poison vine", "毒性藤蔓")
 t("A poisonous vine strikes at @Target@!", "@Target@受到剧毒藤蔓的攻击!")
 t("venomous vine", "剧毒藤蔓")
@@ -14349,6 +15137,7 @@ t("annoy", "烦扰")
 t("teleport", "传送")
 t("trap", "陷阱")
 t("teleport trap", "传送陷阱")
+t("Teleports the victim away.  How does anyone get close enough to disarm this trap...?", "将目标传送走。能有人成功走近并解除这个陷阱吗…?")
 t("@Target@ shimmers briefly.", "@target@在闪烁。")
 t("shimmering floor switch", "闪烁的地板开关")
 t("%s is teleported away!", "%s被传送走了!")
@@ -14364,9 +15153,11 @@ t("water", "æ°´")
 t("disturbed pocket of time", "被扭曲的时间袋。")
 t("@Target@ is caught in a distorted pocket of time!", "@target@被困在扭曲的时间中!")
 t("faint distortion", "微弱的扭曲")
+t("Creates a temporal anomaly when triggered.", "触发时制造时空异常。")
 t("extremely disturbed pocket of time", "被严重扭曲的时间袋。")
 t("@Target@ is caught in an extremely distorted pocket of time!", "@target@被困在极度扭曲的时间中!")
 t("distortion", "扭曲")
+t("Creates a major temporal anomaly when triggered.", "触发时制造时空大型异常。")
 
 
 ------------------------------------------------
@@ -14570,7 +15361,7 @@ We're really getting somewhere here... Just a shame humans are such messy creatu
 ]], [[#{bold}#红帕兰的日志记录四#{normal}#
 #{italic}#厄流纪 4544年#{normal}#
 
-我刚准备出门,实验室就被军方突然闯入并武装掌控。他们难道没有意识到这个实验的重要性吗?这些人满脑子想的就是肩上的杠杠。有传言说一些人类威胁要进攻这里, 但老子才不管你们这些微不足道的政治游戏。此外,这些愚蠢的细腿男能构成什么威胁?现在我能做的只有不折不挠的继续实验,并绕开那些疯狂的安全条款。
+我刚准备出门,实验室就被军方突然闯入并武装掌控。他们难道没有意识到这个实验的重要性吗?这些人满脑子想的就是肩上的杠杠。有传言说一些人类威胁要进攻这里,但老子才不管你们这些微不足道的政治游戏。此外,这些愚蠢的细腿男能构成什么威胁?现在我能做的只有不折不挠的继续实验,并绕开那些疯狂的安全条款。
 
 
 #{bold}#红帕兰的日志记录五#{normal}#
@@ -14793,6 +15584,7 @@ Healer Astelrid]], [[敬告所有工作人员:
 
 孔克雷夫万岁!
 医师 亚斯特莉]])
+t("age of allure", "厄流纪")
 t("investigator Churrack note", "探员查拉克的笔记")
 t([[FROM: Investigator Churrack
 TO: Whoever holds the position of High Overseer of Loyalty when we're let out
@@ -14938,6 +15730,7 @@ But we won't age sleeping in these ruins#{normal}#
 ------------------------------------------------
 section "game/modules/tome/data/lore/age-pyre.lua"
 
+t("age of pyre", "派尔纪")
 t("Atamathon, the giant golem", "阿塔玛森·傀儡之王")
 t([[This giant golem was constructed by the Halflings during the Pyre Wars to fight the orcs, but was felled by Garkul the Devourer.
 Its body is made of marble, its joints of solid voratun, and its eyes of purest ruby. One of its eyes seems to be missing. At over 40 feet high it towers above you.
@@ -15030,6 +15823,7 @@ In a way, the incident lit a fire under me to pursue my studies and develop my p
 生活并不是充满了平静,数日前一名伊格兰斯的探子乔装为旅行炼金师渗透进了安格利文。这是首个恶意的来访者,他用窒息粉制服了守卫和周围的法师们,如果不是莱娜尼尔恰好散步路过的话,事态可能一发不可收拾。不过,老实说,无论这个人用以躲藏的树,或者周围的很多建筑,都已经灰飞烟灭了。
 
 这件事激发了我继续研究和修行自身力量的欲望,但不得不承认我对练习法杖搏击已是兴趣索然。我的剑术却是日益精进。呼,也许有天我能找个附魔师来为我的老剑附一下魔,说到底剑不就是一柄磨尖了的金属杖吗?]])
+t("angolwen", "安格利文")
 t("Angolwen Fountain", "安格列文的喷泉")
 t([[#{italic}#(You see here a large, elaborate fountain.  A statue of Linaniil stands in the center, her arms outstretched to welcome all; around the outside of the fountain stand statues of a dwarf manipulating earthen runes, a human with a simple healer's crosier, an elf with a tall, elaborate staff, and a halfling with a scepter in one hand and a fireball hovering over the other.  The runes and the fireball are not connected to anything, and float in a fixed position in the air.  You see a carving repeating along the border of the fountain, in small print.)#{normal}#
 
@@ -15091,7 +15885,7 @@ A thick green veil of mist permeates the air within this cavern; I'm uncertain i
 Impossible; how could spiders have grown to such an immense size? Not only that, but the markings and physical traits are unlike any arachnid I have previously encountered. The first one I encountered nearly took my left arm during its initial assault, if my reflexes had been a split second slower, I fear the worst may have transpired. If the Gates of Morning are assaulted by not only the orcs, but also this new –found species of arachnids, I fear all hope will be lost. For the sake of all Eyal, I must venture further into this spider infested cavern and destroy the source of this incursion.
 ]], [[#{bold}#第三篇#{normal}#
 
-从晨曦之门到阿尔德胡格足有半天旅程,不过我最终还是到达了。我决定在一棵大橡树的树荫下休息,享受我的妻子Melnela准备给我的甜卷面包。我不知道为什么,但是我离阿尔德胡格越近,空气就更黏稠,似乎一股异常的力量在扰乱这我每次呼吸的空气。我去过许多这个广阔世界的许多地点,但我从没感受过这样的氛围;在我把完整的报告交给艾琳之前,我必须了解这股能量的来源。
+从晨曦之门到阿尔德胡格足有半天旅程,不过我最终还是到达了。我决定在一棵大橡树的树荫下休息,享受我的妻子梅涅拉准备给我的甜卷面包。我不知道为什么,但是我离阿尔德胡格越近,空气就更黏稠,似乎一股异常的力量在扰乱这我每次呼吸的空气。我去过许多这个广阔世界的许多地点,但我从没感受过这样的氛围;在我把完整的报告交给艾琳之前,我必须了解这股能量的来源。
 
 #{bold}#第四篇#{normal}#
 
@@ -15123,13 +15917,19 @@ Incredible, the size of that arachnid is unimaginable; there is no doubt about i
 
 #{bold}#第八篇#{normal}#
 
-难以置信,这只蜘蛛的体型大的不可思议;无需怀疑,这只蜘蛛就是这里的女王。我负伤严重,而现在已经无路可退;我必须为那些等待我回归之人终结我开始的这个任务。如果我没有回去,正在阅读这份日志的人啊,请告知晨曦之门至高太阳骑士艾琳这阴暗的形势……还请告诉Melnela我很抱歉。]])
+难以置信,这只蜘蛛的体型大的不可思议;无需怀疑,这只蜘蛛就是这里的女王。我负伤严重,而现在已经无路可退;我必须为那些等待我回归之人终结我开始的这个任务。如果我没有回去,正在阅读这份日志的人啊,请告知晨曦之门至高太阳骑士艾琳这阴暗的形势……还请告诉梅涅拉我很抱歉。]])
+t("ardhungol", "阿尔德胡格")
 t("scrap of paper", "破纸片")
+t([[#{italic}#A few tattered scraps of paper lie on the ground, ruined from your fight with the creature carrying it.  It's almost completely illegible, but you can piece some of it together to read:#{normal}#
+"...pheromone signals effective on much Eyalite wildlife ineffective on species 'sun paladin.'  at current planetary core cooling rates, passive study would lead to great loss - next step of emigration program should be cleaning of local 'sun paladin' nest and establishment of..."]], [[地上有一些破烂的纸片,看来在你刚才和那个生物搏斗的时候被打碎了。纸片上的文字几乎完全无法辨认,你只能依稀拼凑出一些文字:#{normal}#
+“…对大部分埃亚尔野生生命体有效的信息素在‘太阳骑士’这种物种的身上被证明无效。在当前的行星核心冷却速率下,被动的研究会导致巨大的损失——移民计划的下一步是对本地的“太阳骑士”进行杀灭和建立…”]])
+t("#{italic}#This pile of tattered paper could theoretically be assembled into something legible, but without more text to draw back on, it'd still be in a language you could never interpret.  If only you had more Spydric text to help translate this...#{normal}#", "#{italic}#原理上,从这些破烂的纸片上可以还原出某些可以理解的信息。但缺少了足够多作为参考的语料,你是永远无法理解这种语言的内容的。也许找到更多蜘蛛语的材料能够帮助你理解这些……#{normal}#")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/lore/arena.lua"
 
+t("arena", "竞技场")
 t("Arena for dummies", "竞技场傻瓜指南")
 t([[#{italic}#You find a note with some highlighted words...
 #{bold}#SCORING IN THE ARENA
@@ -15171,6 +15971,8 @@ section "game/modules/tome/data/lore/blighted-ruins.lua"
 t("Work on my glorious project has been delayed. This displeases me. The fools from the nearby village are starting to suspect my presence, and have begun guarding their graveyards and cemeteries closely. Whatever meagre remains I can steal away are often too rotted or insubstantial to use for my project, so I have no choice but to use them as sub-par minions instead. Perhaps they will sow enough conflict and discord so that new, fresher remains will become available...", [[我伟大的计划被耽搁了。这真让我不爽。
 	附近村庄里的傻瓜们开始怀疑我来此的目的了,并在墓地周围竖起了防御,其实我从墓地得来的那些残渣早就腐烂不堪了,万般无奈下我只能将它们当做备用品使用,也许让这些家伙的互相猜忌会产生更多新鲜的尸体供我驱使……]])
 t("The cloak of deception is complete! Truly my finest work, not counting my project of course, it allows my minions to walk amongst the living without arousing their suspicions at all. Already I have taken a stroll to a nearby town alongside a ghoulish thrall, wrapped in the cloak... hah! The fools didn't even bat an eyelid! With this item, acquisition of components for my project shall be all the more simple.", "欺诈斗篷已经完成!这简直是我伟大计划以外的最高杰作,他能使我的仆人们轻易的穿梭于人群而不会引起任何怀疑。我已穿着此袍大摇大摆地裹着一个食尸鬼仆从在周围的一个小镇晃荡了一圈, 镇里的傻瓜们眼皮都不抬一下! 有了这件袍子,我计划所需的材料真是太容易获得了……")
+t("Fate smiles upon me. What did I come across today but the body of an unfortunate %s? Unfortunate indeed, but rather fortunate for me. The body displays next to no decomposition... it shall be perfect! With this new minion and the cloak of deception, the completion of my project is all but assured. I must prepare for the ritual... my dark menagerie shall soon have a new member.", "命运女神向我微笑,我今天发现了一具%s倒霉鬼的尸体?这个彻头彻尾的倒霉鬼却是我命中的福星。他的尸体还没有完全腐烂……真是完美!自从有了欺诈斗篷,我腰不酸了腿不疼了跑步也能上五楼了,我伟大计划的结晶也已变成囊中之物了。我必须尽快开始准备仪式……我的不死军队又将加入一名新成员。")
+t("blighted ruins", "荒芜废墟")
 t("note from the Necromancer", "死灵法师的笔记")
 t("My masterpiece walks! It is glorious, beautiful. While it remains unfinished, it is finished enough to serve in its purpose of protecting my lair. No would-be hero will be able to defeat it, and once it is complete it will be nigh invulnerable! Now all that remains is to animate my newest minion and bend it to my will... then they'll see. They'll ALL see. What can possibly stop me now, I ask? What?!", "我的大师之作!它闪耀着荣光,真是美极了。虽然它还没有全部完成,但却足以保护我的巢穴。绝对没有任何英雄能击败它,当它成为完全体时就是无敌的存在啊,那时我将成为世界之主,谁能挡我,我大吼三声谁来斩我!哇哈哈!")
 
@@ -15207,6 +16009,7 @@ I might not know a great deal about artifice, but I know how wild animals work,
 
 我可能不太了解盗贼工具的原理,但我知道怎么对付野生动物。尽管人们都说龙很厉害,但我可不觉得他们能比动物强多少。我不需要知道具体怎么组装这个装置才能让它在动物踩上去的时候启动——我只要把它放到什么东西里面,等到龙把它一口吞下的时候……
 #{italic}#从这张纸条毫无破损的的完整状态,以及它正处在一个装满动物内脏的袋子旁边这一微妙的位置来看,龙不仅避免了陷阱,而且还把这个东西收藏起来作为战利品。在袋子里装着一个已经被接触的陷阱,里面依稀可以辨认出一些炼金瓶子。当压力板被触发的时候,这些炼金材料可以混合起来,产生一股龙火的爆炸。你可以很容易地搞清楚如何组装和制造更多这样的陷阱。#{normal}#]])
+t("daikara", "岱卡拉")
 t("Freezing Trap", "冰冻陷阱")
 t([[#{bold}#Relle, Cornac Fighter and Expedition Leader#{normal}#
 It knows we're here.  Xann's gone, and I have to assume the worst.  Too late to run.  One option left, a contraption Sodelost ensured us he'd be able to use to get the kill...  shame he didn't leave instructions behind with it, it's unclear how to arm it, and I don't want to add "being frozen solid" to my list of troubles today.
@@ -15221,6 +16024,7 @@ I might not know a great deal about artifice, but I know how wild animals work,
 ------------------------------------------------
 section "game/modules/tome/data/lore/derth.lua"
 
+t("derth", "德斯镇")
 t("Beam Trap", "射线陷阱")
 t([[#{italic}#A villager runs up to you, carrying a hefty looking sack.#{normal}#
 You've saved us from the storms!  We can't ever repay you enough, but, well...  Shortly after you stopped them, a witch approached us and offered us some...  magical #{italic}#things#{normal}# and said they would protect our town if anything like that happened again.
@@ -15360,6 +16164,7 @@ You must feel a little betrayed of course. I promised you power beyond your imag
 汝肯定会有一点被背叛的感觉。吾答应给汝的力量远超汝的想象,相反吾抽干了你的血液,将你的肉体赐予了吾的侍从,并且奴役你的灵魂。好吧,有时吾辈都曾向着期盼的那样努力过,恩?至少汝应该感到高兴的是,吾将你扭曲的灵魂放逐在要塞里漫步,去猎食任何敢于侵入要塞的敌人。并且,吾将会赐予汝一些力量,同样这也会远超汝的想象,因为汝永远达不到吾所处的黑暗巅峰。但是,睁开汝的双眼,汝会发现汝已经永坠黑暗……欢迎你,你来到了吾内心真正黑暗的世界。
 
 ——主人]])
+t("dreadfell", "恐惧王座")
 t("a letter to Filio from the Master", "主人写给菲里奥的信")
 t([[Oh Filio, what a fun game we have had of cat and mouse! Well, perhaps to you it was a life and death struggle, but for me this past three weeks of patiently hunting you through my halls has been the most entertaining of past-times. I have enjoyed extending the game so, letting you escape my clutches when I felt it most prudent, watching as you got ever more desperate. Alas, you have now degraded too much, and it was simply too embarrassing watching you eat your own faeces to survive. I had to put an end to it - I'm sure you understand.
 
@@ -15844,7 +16649,7 @@ Was it a dream?  Some strange foretelling?  Or could it have been a true apparit
     我们就此别过,我独自一人策马回到部队的中心。我的心脏如同震耳欲聋的战鼓锤响一般怦怦直跳,尼耶拉的言语依然在我的心头回荡。她的话语激起了一个我曾经经历过的梦境,这个梦境已经在我的记忆中沉睡了许久。在梦中,我躺在床上,在上方漂浮着一团光与空气的形状,仿佛某种我从来未曾见过的生物。他用长长的触手来代替四肢,鼓动的长袍在他的身上飘扬。它没有头和眼睛,但是我可以清晰地感觉到它正凝视着我。它向我伸出了它长长的触手四肢,如同试图抵挡一个黑暗而恐怖的威胁。我突然感到一股可怕的预感,似乎隐约可以察觉到,一场这个世界从未经历的巨大灾难即将来临。当触手的尖端触及我的眉间之时,视野一片漆黑。
 
     这只是一个梦吗?还是某种未来的预兆?或者这是一个真正的幽灵,想要直接对我发出警告?然而,当时的我没有时间思考这些。魔法大爆炸的时刻即将到来,现在已经没有怀疑的余地了。我策马扬鞭,命运的车轮滚滚转动。]])
-t("The Spellblaze Chronicles(5): The Day of the Spellblaze", "魔法大爆炸纪事(5): 魔法大爆炸之日")
+t("The Spellblaze Chronicles(5): The Day of the Spellblaze", "魔法大爆炸纪事(5):魔法大爆炸之日")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Five: The Day of the Spellblaze#{normal}#
@@ -15918,7 +16723,7 @@ But mine was just one voice, one torment, a single note in the great cacophony t
 我开始在莱娜尼尔身上释放我所有的治疗魔法,但是我知道这些都远远不够,我的能力几乎全失,根本不可能有拯救她的希望。想到发生的这一切恐怖的遭遇,想到在这一瞬间我失去了我曾经拥有的一切,我开始放声痛哭。我们的希望瞬间变成了毁灭,命运的残酷让我无法承受。抱着我正在死去的爱人的脸庞,我向着天空发出怒吼。呜咽着嘶哑的嗓音,周围只剩下血肉、白骨和尘埃,我对命运的不公和这场战争的毫无意义发出绝望的咆哮。在那一瞬间,无数有着自己希望和梦想的灵魂,在顷刻间化为了风中的尘埃,他们无意义的痛苦和死亡在我的心头只留下无尽的绝望。
 
 但是,相比之下,我的痛苦只是传遍整个大陆的无尽的苦痛中多么微小的一个而已。在那一刻,数以百万的生命毁灭破碎,数以百万的人在痛苦和折磨中发出绝望的怒吼。在那一刻,终极的毁灭力量带来的无尽灾厄将会在继续在马基埃亚尔蔓延。这,就是魔法大爆炸。]])
-t("The Spellblaze Chronicles(6): A Changed Eyal", "魔法大爆炸纪事(6): 被改变的埃亚尔")
+t("The Spellblaze Chronicles(6): A Changed Eyal", "魔法大爆炸纪事(6):被改变的埃亚尔")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Six: A Changed Eyal#{normal}#
@@ -16050,7 +16855,7 @@ The Shroud of Elvala was begun, as our whole city was wreathed in cloud and smok
 
 埃尔瓦拉的帷幕升起了,整座城市被迷雾所覆盖。这是我们的盾牌,我们的面纱,我们的藏身之所。这持续了几个世纪,在此期间和外界的一切交易都被严格守秘。
 ]])
-t("The Spellblaze Chronicles(7): Into Darkness", "魔法大爆炸纪事(7): 进入黑暗")
+t("The Spellblaze Chronicles(7): Into Darkness", "魔法大爆炸纪事(7):进入黑暗")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Seven: Into Darkness#{normal}#
@@ -16116,7 +16921,8 @@ I took a deep breath and stepped forwards.]], [[#{italic}#来自 艾伦尼恩·
 她不断向前,我紧随其后,直到我们来到了一个被阴影覆盖的入口。莱娜尼尔迟疑了一会儿,望向洞口的黑暗,然后终于走了进去,从视野中消失了。我可以感受到,某种古老的力量正在这里沉睡。我的身体不禁一颤,感受到奥术连接里传来的影响。这个黑暗的洞穴里包含着某种神秘的力量,自从埃亚尔最古老的时代开始就隐藏着无数的知识。这里的某样东西可以改变这个世界的命运。
 
 我深吸一口气,向前走去。]])
-t("The Spellblaze Chronicles(8): Forbidden", "魔法大爆炸纪事(8): 禁忌力量")
+t("spellblaze", "魔法大爆炸")
+t("The Spellblaze Chronicles(8): Forbidden", "魔法大爆炸纪事(8):禁忌力量")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Eight: Forbidden#{normal}#
@@ -16320,6 +17126,7 @@ t([[You stand in a field of fire, the flames dancing back and forth like blaze-s
 
 In the distance you see looming, demonic shapes of absolute darkness, towering above the blazing land like wardens of doom. The sky is black, but above your head hangs a round world that you recognise as Eyal. Across the burning plains gather armies of fiendish figures, and glowing eyes turn up with hateful glowers to your home world. Suddenly both you and it and seem small and frail. As the flames fill your body with pain your only thought is of escape.]], [[你所站立之处烈火燎原,火焰如地狱之风般来回舞动。你站在一片火海之中。火焰在前后舞动,像地狱之种随风摇摆。火焰炙烤着你的脚、你的皮肤、你的脸,在血肉中蔓延,爬进你的喉咙。它燃烧着你的身体。狂热的思想强行侵入你的意志,告诉你这里是高达勒斯——恶魔空间。这里不欢迎你的到来。
 在远方,你看到阴森的,恶魔形状的黑暗物质笼罩在这燃烧的大地上,如同毁灭守卫一般。漆黑的天空中悬挂着一个圆形的,是被你称之为埃亚尔的世界……在这燃烧着的平原上聚集了大批的恶魔战士,他们的瞳孔中充满了对你故乡的憎恨。突然间,你和它都显得如此渺小而脆弱。当火焰将痛苦注满你的身体时,你唯一的想法就是——逃走。]])
+t("fearscape", "恶魔空间")
 t("sacrificial altar", "献祭祭坛")
 t([[You see a female human lying unconscious on a black altar, twisted sigils scored into her naked flesh.
 Around her are several figures in dark robes.
@@ -16626,6 +17433,7 @@ But by the names they kill]], [[从北方大陆来了个射手
 虽然关于他的谣言从未平息
 盗贼并不会因其杀人而为人所知
 让他们闻名天下的是所杀之人]])
+t("misc", "杂项")
 t("Dust to Dust", "土归土")
 t([[#{italic}#An undead hunter's guide, by Aslabor Borys#{normal}#
 
@@ -16864,6 +17672,7 @@ it will be
 #{italic}##FIREBRICK#太 美 好 了 #LAST##{normal}#
 
 ]])
+t("high peak", "å·…å³°")
 t("Elandar's journal (2)", "埃兰达的笔记 (2)")
 t([[I awoke early this morning to see the love of my life altering the unique farportal we've been building together.  Our plans are all on track so far, the Staff of Absorption has been integrated into the portal so it'll drain Gerlyk the moment it summons him, the orcs are too busy suspecting each other to bother investigating us...  and then I discover that she's sabotaged it.  This portal will #{italic}#em#{normal}#power Gerlyk when it summons him - and he surely must be insane from the loneliness of tumbling in the void of space all this time.  In any case, even a sane god would be devastating to life as we know it.
     
@@ -16910,6 +17719,7 @@ t([[There is an inscription here:
 Upon this blighted land!#{normal}#]], [[这里有一段提示:
 #{italic}#...释放邪恶的思想。
 在这枯萎之地之上!#{normal}#]])
+t("ruined dungeon", "地城废墟")
 t("infinite dungeon (ruined dungeon)", "无尽地下城(地下城废墟)")
 t([[There is an inscription here:
 The deceptive god Ralkur fled before the wrath of the godslayer Branzir and his dark blade Madrath. But though he fled to the depths of the dungeon he came to an end. Seeing himself cornered he used his power to delve deeper into the ground, laying traps and summoning enemies to confound his enemy. But Branzir would not be lost. He pursued his prey ever on, hunting him ever deeper. And Ralkur fled further, and faster, delving to fathoms beyond knowledge, with the godslayer always behind him, hunting relentlessly.
@@ -16958,6 +17768,7 @@ t([[Seeing the full powers of the Sher'Tul Ralkur felt paralysed with fear, and
 But the vengeful god had been hasty at the last, for Branzir was out hunting at the time. Coming back the next day he saw his home in ruins, and all his family and servants butchered, and sorrow and torment filled every corner of his being. On hearing reports of what happened he knew well the perpetrator and his fury was incandescent. He sought the aid of the other Godhunters in scouring out the stray god, but they were all divided, and each engaged in the politics that would lay the seeds for war. Perhaps if they had aided him then the popular Branzir could have helped unify the people and stop the madness that was to come. But Caldizar was gone, reportedly aggrieved and repentant at their acts, and the remaining Godslayers thought only of their own powers and making gods of themselves.]], [[在夏·图尔强盛的力量前,恐惧中的瑞尔克浑身无力,觉得自己的复仇毫无希望。但是瑞尔克依旧在等待,最终他的耐心得到了回报,在这个伟大的种族中人们的意见开始出现分歧。凯尔帝勒隐退,弑神者们分崩离析之后,瑞尔克等到了自己需要的机会。在一阵狂怒风暴之中,瑞尔克来到了布兰伊尔的丛林要塞,他尖啸着冲下云端,张开自己的翅膀,向丛林要塞释放出钢矛组成的暴雨,穿透一切阻拦在前的树木、岩石和躯体。要塞里的生命被屠杀殆尽,瑞尔克远远的飞走,只留下空中回荡的咯咯笑声。
 
 但是瑞尔克的复仇太过匆忙,布兰伊尔正好外出打猎。第二天,回来的布兰伊尔看到家园成了一片废墟,家人和下属被屠杀,所到之处痛苦和折磨充塞着每一个角落。听过事情的始末,布兰伊尔猜到了凶手的身份,燃起了无边的愤怒。他向其他弑神者们寻求援助,追缉逃跑的神灵,但是弑神者之间已经完全分裂,并且他们所代表的政治派别也已经陷入了战争的边缘。如果这时有人伸出援手,布兰伊尔就有机会利用自己的声望来阻止即将到来的疯狂。但是随着传闻中凯尔帝勒因为郁郁和追悔自己的行为而隐退,其余的弑神者们心中只剩下对力量的盲目追求,和独自成神的野心。]])
+t("infinite dungeon", "无尽地下城")
 t("The Hunter and the Hunted chapter 5", "猎人与猎物 第五章")
 t([[So Branzir set out alone, with Madrath in his sheath. It did not take long to find his prey, who had now stopped all attempts at hiding. He came upon the god in a settlement of lesser creatures who worshipped him, and he ruthlessly cut down the pathetic wretches that tried to protect their new deity. Ralkur fled at the sight of Branzir and his dark blade, filled with all-encompassing fright. But Branzir was not to be lost, and chased him into some nearby ruins. There Ralkur laid traps and summoned enemies and fled deeper into the darkness. But Branzir overcame them all and came on faster, till they reached the depths of the dungeons. And being out of space the god created new space and fled further, and kept on fleeing. And Branzir carried on chasing, not letting up for a second as the pursued god continued to delve deeper into the ground.
 
@@ -16979,42 +17790,42 @@ t([[#{bold}#3800: #{normal}#Gold accepted as standard unit of currency amongst a
 #{bold}#6827: #{normal}#Killed Kroltar the Crimson Wyrm and recovered his hoard. Value of hoard: 20 million gold. Resources lost in recovery effort: 7 million gold (estimation based on standard assessment of 350 gold per capita lost). Net profit: 13 million gold. Profit margin is 186%!
 #{bold}#6980: #{normal}#Resources based on dragon hoards are dwindling. Must reduce cull targets to allow recovery of numbers.
 #{bold}#7420: #{normal}#Major orc attacks are ruining trade arrangements. Cutting off all contracts until markets settle.
-#{bold}#7494: #{normal}#Disastrous use of magic by Shaloren elves has had an unprecedented impact on profitability of our operations. Increasing protectionist measures to prevent economic ruin.]], [[#{bold}#3800: #{normal}#在大量的游说后黄金被所有种族接受为价值尺度。这对我们来说是极为有利的,因为我们的矿脉储量很高而这种金属又没什么特别的作用。我们必须继续的囤积黄金。
-#{bold}#4200: #{normal}#能从现存矿脉中取出更多蓝锆石的技术已研发完成。这技术必须对其他种族保密。
-#{bold}#4362: #{normal}#大工匠达克顿找到了一种新的为武器和护甲附魔的方法。这个领域潜在的商业价值非常高。
-#{bold}#4550: #{normal}#第一次钢铁王座商业委员会特别会议召开。与人类和半身人的战争让我们十分忧虑,因为这会缩减我们潜在的市场规模。 市场彻底消失的威胁逼迫我们采取激烈的反制——所有的武器交易必须停止。增加更多建筑材料的囤积以期最终和解之日的来临。
-#{bold}#5967: #{normal}#永恒精灵们加入战争的可能变成了一个巨大的风险——夏·图尔的毁灭是对高等法术危险程度的极佳例证。增加投资推进伊格兰斯规则以期解决这个问题.
-#{bold}#6550: #{normal}#战争已经结束了。机遇自己显现了出来——立刻重开市场,为所有建筑材料标上高价。本次利润将极为丰厚。
-#{bold}#6827: #{normal}#杀死了赤红巨龙库洛塔并重新获得了他的财宝。财宝价值:两百万金。在获取财宝中的资源损失七十万金 (以每头牲口的损失价值350金为标准估算)。净利润:一百三十万金。利润边际系数为186%!
-#{bold}#6980: #{normal}#从龙穴中获得的财宝越来越少。需要采取龙类保护条例来让它们的族群回复数量。
-#{bold}#7420: #{normal}#大量兽人的袭击正在破坏我们的交易流程。停止所有的合同直到市场稳定下来。
-#{bold}#7494: #{normal}#永恒精灵们灾难性的魔法运用对我们经营的利润造成了空前的冲击。采取保护措施来防止其对经济毁灭性的持续打击。]])
+#{bold}#7494: #{normal}#Disastrous use of magic by Shaloren elves has had an unprecedented impact on profitability of our operations. Increasing protectionist measures to prevent economic ruin.]], [[#{bold}#3800:#{normal}#在大量的游说后黄金被所有种族接受为价值尺度。这对我们来说是极为有利的,因为我们的矿脉储量很高而这种金属又没什么特别的作用。我们必须继续的囤积黄金。
+#{bold}#4200:#{normal}#能从现存矿脉中取出更多蓝锆石的技术已研发完成。这技术必须对其他种族保密。
+#{bold}#4362:#{normal}#大工匠达克顿找到了一种新的为武器和护甲附魔的方法。这个领域潜在的商业价值非常高。
+#{bold}#4550:#{normal}#第一次钢铁王座商业委员会特别会议召开。与人类和半身人的战争让我们十分忧虑,因为这会缩减我们潜在的市场规模。 市场彻底消失的威胁逼迫我们采取激烈的反制——所有的武器交易必须停止。增加更多建筑材料的囤积以期最终和解之日的来临。
+#{bold}#5967:#{normal}#永恒精灵们加入战争的可能变成了一个巨大的风险——夏·图尔的毁灭是对高等法术危险程度的极佳例证。增加投资推进伊格兰斯规则以期解决这个问题.
+#{bold}#6550:#{normal}#战争已经结束了。机遇自己显现了出来——立刻重开市场,为所有建筑材料标上高价。本次利润将极为丰厚。
+#{bold}#6827:#{normal}#杀死了赤红巨龙库洛塔并重新获得了他的财宝。财宝价值:两百万金。在获取财宝中的资源损失七十万金 (以每头牲口的损失价值350金为标准估算)。净利润:一百三十万金。利润边际系数为186%!
+#{bold}#6980:#{normal}#从龙穴中获得的财宝越来越少。需要采取龙类保护条例来让它们的族群回复数量。
+#{bold}#7420:#{normal}#大量兽人的袭击正在破坏我们的交易流程。停止所有的合同直到市场稳定下来。
+#{bold}#7494:#{normal}#永恒精灵们灾难性的魔法运用对我们经营的利润造成了空前的冲击。采取保护措施来防止其对经济毁灭性的持续打击。]])
 t("Iron Throne Profits History: Age of Dusk", "钢铁王座的盈利历史 黄昏纪")
 t([[#{bold}#412: #{normal}#Diseases and food shortages force increased trade with other races. For the first time in our great history we are in the red. Morale amongst the people is at an all-time low, and is badly affecting productivity.
 #{bold}#1430: #{normal}#Several mages visited and used their arts to cure many of the plagues we have suffered for centuries. When offered payment they refused. How very odd...
 #{bold}#1490: #{normal}#Production now nearing pre-Spellblaze levels. Profits high, and commerce with other races increasing.
-#{bold}#1567: #{normal}#Gigantic earthquakes have completely destroyed many of our major production facilities. Loss of personnel resources is also very tragic, especially key production experts. This is having a very negative effect on our forecasts.]], [[#{bold}#412: #{normal}#疾病和食物短缺逼迫我们增加与其它种族交易的数量。这是我们有史以来第一次遇到了困境。人们的素质已经降到了史无前例的低点,这将极大的降低生产力。
-#{bold}#1430: #{normal}#数个法师来此造访并用他们的法术解除了折磨我们多个世纪的瘟疫。他们还拒绝了我们的报酬。真是群古怪的家伙。
-#{bold}#1490: #{normal}#现在生产力已经恢复到接近法术大爆炸时期前,利润很高,和其它种族的交易与日俱增。
-#{bold}#1567: #{normal}#强烈的地震几乎完全摧毁了我们所有的生产设施。人力资源的损失严重,特别是重要的生产专家们,这对我们的经济预期有极大的负面影响。]])
+#{bold}#1567: #{normal}#Gigantic earthquakes have completely destroyed many of our major production facilities. Loss of personnel resources is also very tragic, especially key production experts. This is having a very negative effect on our forecasts.]], [[#{bold}#412:#{normal}#疾病和食物短缺逼迫我们增加与其它种族交易的数量。这是我们有史以来第一次遇到了困境。人们的素质已经降到了史无前例的低点,这将极大的降低生产力。
+#{bold}#1430:#{normal}#数个法师来此造访并用他们的法术解除了折磨我们多个世纪的瘟疫。他们还拒绝了我们的报酬。真是群古怪的家伙。
+#{bold}#1490:#{normal}#现在生产力已经恢复到接近法术大爆炸时期前,利润很高,和其它种族的交易与日俱增。
+#{bold}#1567:#{normal}#强烈的地震几乎完全摧毁了我们所有的生产设施。人力资源的损失严重,特别是重要的生产专家们,这对我们的经济预期有极大的负面影响。]])
 t("Iron Throne Profits History: Age of Pyre", "钢铁王座的盈利历史 派尔纪")
 t([[#{bold}#240: #{normal}#Market forecasts recovering better than expected. Increasing expansion in external trade areas.
 #{bold}#490: #{normal}#Orcish attacks have become much worse - seem to be using higher magic and some demonic forces. Potential threat to resources.
 #{bold}#581: #{normal}#Several key cities overwhelmed from underground by attacks from orcs and strange horrors. Have collapsed lower caverns to prevent further penetration. Working on continued resource protection measures.
 #{bold}#711: #{normal}#Developed key strategic agreements with outside races to help contain orcish threat to resources and infrastructure. Relations with Toknor of the humans are seen to be especially important - have sent him some of our best armour and weapons to ensure a good return on our investments. In hindsight we should have charged more for these.
 #{bold}#713: #{normal}#Orcish threat eliminated. Profits beginning to soar due to increased external trade relations.
-]], [[#{bold}#240: #{normal}#市场预期比预料中恢复的更快。外贸领域增长尤为迅速。
-#{bold}#490: #{normal}#兽人的侵袭日益加剧——他们好像是用了更高级的魔法和恶魔的力量。他们潜在的威胁到了我们的资源。
-#{bold}#581: #{normal}#许多主要城镇的地下都被兽人和另一些奇怪的可怕生物所充斥。已经关闭了地势较低的洞穴来防止进一步的损失。资源保护措施继续进行中。
-#{bold}#711: #{normal}#与其它种族签订战略合作协议来帮助降低兽人对资源和基础设施的威胁。与人类领袖图库纳的关系看起来尤其重要,我们已向其派去数名最好的武器工匠和护甲工匠以保障在当地的投资能有较好的收益。 其实我们本能借此向他们收取一笔可观的佣金。
-#{bold}#713: #{normal}#兽人的威胁解除了。利润由于对外贸易的扩大化而急剧增加。
+]], [[#{bold}#240:#{normal}#市场预期比预料中恢复的更快。外贸领域增长尤为迅速。
+#{bold}#490:#{normal}#兽人的侵袭日益加剧——他们好像是用了更高级的魔法和恶魔的力量。他们潜在的威胁到了我们的资源。
+#{bold}#581:#{normal}#许多主要城镇的地下都被兽人和另一些奇怪的可怕生物所充斥。已经关闭了地势较低的洞穴来防止进一步的损失。资源保护措施继续进行中。
+#{bold}#711:#{normal}#与其它种族签订战略合作协议来帮助降低兽人对资源和基础设施的威胁。与人类领袖图库纳的关系看起来尤其重要,我们已向其派去数名最好的武器工匠和护甲工匠以保障在当地的投资能有较好的收益。 其实我们本能借此向他们收取一笔可观的佣金。
+#{bold}#713:#{normal}#兽人的威胁解除了。利润由于对外贸易的扩大化而急剧增加。
 ]])
 t("Iron Throne Profits History: Age of Ascendancy", "钢铁王座的盈利历史 卓越纪")
 t([[#{bold}#28: #{normal}#Mutual defence treaty signed with newly formed Allied Kingdom, and further trade routes opened. Highest ever recorded profit in final quarter of this year.
 #{bold}#115: #{normal}#Noted a return of an orcish presence in the collapsed caverns beneath the Iron Throne. Also increased reports of horrors and demons affecting mining operations. Key strategic decision taken: these must be kept hidden from the other races. Uncertainty will only destabilise the markets. Increase stockpiles of weapons and armour, especially voratun and stralite materials, in case of new war trade.
-#{bold}#120: #{normal}#Orcish raid has stolen many of our stockpiled weapons. Pressures on mining operations have increased, cutting off key stralite veins. Resource protection measures need increasing, whilst threat must be contained beneath us. Profits are stable, but under heavy threat.]], [[#{bold}#28: #{normal}#与联合王国签署了共同防御协议,向更远地区的商路被打开了。今年最后一季度的利润达到了史上最高。
-#{bold}#115: #{normal}#发现兽人于钢铁王座下方倒塌的洞穴中回归,同时接到了更多的妖怪与恶魔影响矿产开发的报告。关键性战略已经决定:这些事情必须对其他种族绝对保密。不确定性只会使得市场发生动荡。 囤积武器和护甲,特别是沃瑞钽和蓝锆石装备,以应对可能到来的军火贸易。
-#{bold}#120: #{normal}#兽人从我们的仓库中偷走了大量的武器。矿业生产的压力急剧增加。关闭主要的蓝锆石矿脉。必须加强资源保护措施,同时此次威胁必须由我们加以控制,消息绝不能走漏。盈利是稳定的,虽然受到极大的威胁。]])
+#{bold}#120: #{normal}#Orcish raid has stolen many of our stockpiled weapons. Pressures on mining operations have increased, cutting off key stralite veins. Resource protection measures need increasing, whilst threat must be contained beneath us. Profits are stable, but under heavy threat.]], [[#{bold}#28:#{normal}#与联合王国签署了共同防御协议,向更远地区的商路被打开了。今年最后一季度的利润达到了史上最高。
+#{bold}#115:#{normal}#发现兽人于钢铁王座下方倒塌的洞穴中回归,同时接到了更多的妖怪与恶魔影响矿产开发的报告。关键性战略已经决定:这些事情必须对其他种族绝对保密。不确定性只会使得市场发生动荡。 囤积武器和护甲,特别是沃瑞钽和蓝锆石装备,以应对可能到来的军火贸易。
+#{bold}#120:#{normal}#兽人从我们的仓库中偷走了大量的武器。矿业生产的压力急剧增加。关闭主要的蓝锆石矿脉。必须加强资源保护措施,同时此次威胁必须由我们加以控制,消息绝不能走漏。盈利是稳定的,虽然受到极大的威胁。]])
 t("Iron Throne Edict", "钢铁王座布告")
 t([[#{bold}#AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE.#{normal}#
 
@@ -17112,6 +17923,7 @@ Hmm, that fellow's blood was so red, spilling on the cavernous floor. I wonder w
 嗯,那家伙的血液真鲜艳,在地穴里流淌了一地。我猜他们在哪埋葬他?我很饥渴,我想尝尝,是的是的……
 
 ——工头 塔马斯]])
+t("iron throne", "钢铁王座")
 t("Deep Bellow excavation report 3", "无尽深渊挖掘报告 3")
 t([[Hah, my mouth, it tastes, it feels, hmm hmm. It grows, yes yes! The others are changing, flying, screaming, squelching, warping. Bad for profit, hmm hmm. My teeth, they grow, they hunger, yes. They want to escape!
 
@@ -17401,6 +18213,7 @@ You rise and prepare to kill again.
 那是狗吠声。紧跟着传来的,是人的声音。他们肯定是贝里斯的同伴,可惜来得太迟了。
 你缓缓地站起来,看来又要大开杀戒了……
 ]])
+t("keepsake", "往昔信物")
 t("Keepsake", "往昔信物")
 t([[Berethh lies dead. Kyless has been destroyed. The merchant caravan wiped out. Nothing of your past remains.
 You thought you might find answers in this place but you have been left with only one certainty. You are cursed.
@@ -17432,7 +18245,7 @@ But all I've found so far is rats. I hate rats...]], [[该死的伊莫克斯!
 
 好吧,因为我很穷。呸……
 
-要是我早知道传送过后会一丝不挂,我一定会重新考虑他们的提议!想象一下我尴尬的出现在一片陌生的土地上,全身赤裸一丝不挂,该死的我的内衣就这么消失了?谢天谢地……我总算是从一名和蔼的农民伯伯那借来了一件法袍, 他还雇我帮他干了些庄稼活。我用干活得来的钱买了些食物,弄了本日记还凑合搞了把破剑。当我听说这周围有些遗迹充斥着不死族时,我终于幡然醒悟,原来这都是命运的呼唤啊! 于是我来了,伟大的太阳骑士泰尔沙,将在这陌生的西方大陆正面我的实力!
+要是我早知道传送过后会一丝不挂,我一定会重新考虑他们的提议!想象一下我尴尬的出现在一片陌生的土地上,全身赤裸一丝不挂,该死的我的内衣就这么消失了?谢天谢地……我总算是从一名和蔼的农民伯伯那借来了一件法袍,他还雇我帮他干了些庄稼活。我用干活得来的钱买了些食物,弄了本日记还凑合搞了把破剑。当我听说这周围有些遗迹充斥着不死族时,我终于幡然醒悟,原来这都是命运的呼唤啊! 于是我来了,伟大的太阳骑士泰尔沙,将在这陌生的西方大陆正面我的实力!
 
 但我在那只找到了老鼠,我讨厌老鼠……]])
 t([[Aha, I have found the accursed undead that plague this nefarious dungeon! The skeletal fool was thankfully no match for me! I suppose it helped that he had no arms...
@@ -17461,6 +18274,7 @@ t([[Kor'Pul, Kor'Pul... When the farmer told me what this place was called it re
 Probably just a coincidence.]], [[卡·普尔,卡·普尔……当农民伯伯告诉我这个地方的名字时我好像想起啥事了,嗯……我现在快能想起来了。妈妈曾对我讲述过一个祖先的故事,是关于他们如何乘船逃离一名称霸大陆的邪恶巫师之手。 这名卑鄙的巫师利用了法术大爆炸和大灾变的毁灭性影响,召唤了庞大的不死军团。人们无数次的与他斗争,但即使他被打败了,数百年后也必将卷土重来。这术士的名字好像是……卡·普尔。
 
 ——大概是个巧合吧。]])
+t("kor'pul", "卡·普尔")
 t("journal page (kor'pul)", "卡·普尔游记")
 t([[It's quiet down here. And dark... very dark. I suppose I should have brought a lantern. Our motto is to bring light into dark places, but I guess I should have thought about that in practical terms. I've cleared out pretty much all of this area, and there's not much left to explore beyond this last room.
 
@@ -17563,7 +18377,7 @@ Died the 2th Summertide, Year of Ascendancy 108
 
 King of Kings, Founder of Last Hope, Purger of Orcs, Father of the Age of Ascendancy. Great is the memory of the warrior who fought for peace, and won.
 Quoth King Toknor: "I have lived for the future, a future of peace and prosperity, a future free for all. How happy I am to see that future now... Aye, and it is brighter than any sword, and stronger than any armour, and more enduring than any war. Though warrior I am in flesh and mind, my heart belongs to peace."]], [[生于派尔纪682年,厄流月23日
-死于卓越纪108年,夏至月2日
+死于卓越纪108年,夏至2日
 
 万王之王,最后的希望创始人,兽人清剿者,卓越纪的缔造者。他终生为和平而战,并获得了胜利。
 图库纳的遗言:“我奋斗未来,一个和平繁荣的未来,一个自由平等的未来。我是多么高兴现在就看到了未来……啊,它比任何刀剑都要明亮,比任何装甲都要坚固,比任何战争都要持久。虽然我的肉体依旧是战士,但我的心却早已归于宁静。”]])
@@ -17573,7 +18387,7 @@ Died the 2th Summertide, Year of Ascendancy 113
 
 Saviour of the Battle of Last Hope, Bringer of Unity, Soother of Hearts and Minds. Greatly is missed the alchemist that could change sorrow to joy, despair to hope, defeat to victory.
 Quoth Queen Mirvenia: "Nothing moves me more than seeing the sun set over Last Hope, seeing all the joy and beauty we have brought here bathed in glorious light. At moments like this I still feel him next to me, and I know I have lived a good life. Today has been a good day... Today I think I shall die."]], [[生于派尔纪688年,辉耀月5日
-死于卓越纪113年,夏至月2日
+死于卓越纪113年,夏至2日
 
 最后的希望战役的救世主,团结的缔造者,人民心中的女神。她用奇迹般的手段使我们转悲为喜,让绝望变成希望,引领我们走向胜利。
 米雯尼雅的遗言:“没有什么能比最后希望的日落更能打动我,沐浴在我们带来的欢乐和美丽阳光中是如此的美好。在这一刻我仍能感到他在我身边,并且我知道我这辈子值了。今天是一个好日子……今天我想我该走了。”]])
@@ -17637,6 +18451,7 @@ By the time Drake left the Iron Council, the Dwarves had agreed to pay thirty ti
 
 当德瑞克离开钢铁议会时,矮人们以30倍的价钱签订了协议。
 ]])
+t("southspar", "南晶岛")
 t("The Pale King, part two", "亡灵国王,第二章")
 t([[#{bold}#3. Drake and the Conclave Mages.#{normal}#
 
@@ -17752,6 +18567,7 @@ It’s a remarkable report, and one I’m minded to believe, in spite of the not
 - 埃斯蒂 阿斯米
 
 #{italic}#尾注:在这份报告印刷不久,阿斯米被发现死在最后的希望周围的某个小港口,身上值钱的东西都不见了。#{normal}#]])
+t("last hope", "最后的希望")
 t("A creased letter", "皱巴巴的信")
 t([[Oh Cecil, what must you think of me? But I remember your words to me, before the fever took you - you told me to live. And live I must... And yet that fever has now spread to me and I feel my days are numbered.
 
@@ -18235,6 +19051,7 @@ The joke was over
 这个笑话让我们从头笑到尾
 #{normal}#]])
 t("gravestone", "墓碑")
+t("last hope graveyard", "最后的希望墓地")
 
 
 ------------------------------------------------
@@ -18271,6 +19088,7 @@ I saw something! I don't know what it was... but it was big and shadowy! But whe
 呸!简直就是放屁!他以为我有那么蠢么? 另外,我现在非常享受!我正在冒险呢!!
 
 我看到了些东西!我不知道那是什么……但是他很大而且很模糊!在我试着追赶它的时候我竟然迷路了……额,可能这仅仅只是我的想象?不,我确信那一定是很酷的和令人兴奋的什么东西,我得继续探索!]])
+t("maze", "迷宫")
 t("the perfect killing device", "完美的杀人装置")
 t([[I have now devised the perfect trap for the horned beast that walks these halls! Truly he cannot avoid this amazing contraption - the perfect blend of technical mastery and nature's lethal gifts. Ah, how I look forward to having that monster's head mounted on my walls - it shall be the pride of my collection!
 
@@ -18342,6 +19160,7 @@ The same force that destroyed the Nalorën would save them. Through the Sher'Tul
 被任性消极的永恒精灵和冷漠猜忌的自然精灵背叛后,纳鲁精灵们始终保持着缄默。此时此刻,拯救种族方法的出现既显得突兀又显得理所当然。通过研究远古的夏·图尔魔法,占星师们经过长时间的思考,终于完成了最终方案。
 
 那毁灭纳鲁的力量,同样可以拯救他们。通过夏·图尔魔法,纳鲁们可以在水里自由的呼吸。他们的身体变的适合水下行动,他们的腿变成了细长的像蛇一样的尾巴。你可以想象,这种非自然的变化会带来多少恐惧。不管怎样,纳鲁们看到了未来的希望——他们沉没的大陆再次成为了他们的家园。家园将会重建,文明将会传承,历史将会延续。纳鲁一族已经随着大陆沉没在历史中,他们将建立新的自由国度——“娜迦”。]])
+t("temple of creation", "造物者神庙")
 t("personal note (Slasul)", "萨拉苏尔的个人笔记")
 t([[At long last, the temple finally reveals its secrets to me, and my plans can be set in motion. Lithe in form, faultless in combat, unmatched in speed both above the waves and beneath... nature couldn't have hoped to create such a race as nagas. With the Temple of Creation now open to me however, we may become so much more. With my guidance, my careful shaping of the Sher'Tul's magicks, under my expert hand our great race shall soon reach its zenith. A new tract shall soon be written: The Tract of the Devourer.
 ]], "终于,神庙向我敞开了神秘之门,我的计划终于可以实施了。柔软的身体,完美的战斗能力,无与伦比的两栖机动性……大自然怎么会创造出娜迦这样的种族?不管怎样,当造物主神庙之门为我打开,我们可以变的更加强大。在我的指引和对夏·图尔魔法的仔细改造下,我们的伟大种族会很快趋于巅峰。新的篇章将被谱写——吞食天地。")
@@ -18474,6 +19293,7 @@ Rolf.]], [[威斯曼,
 
 老友,
 罗尔夫]])
+t("adventures", "冒险家")
 t("Last Will of Rolf", "罗尔夫的遗嘱")
 t([[Last Will and Testament of Rolf Two-Axes
 
@@ -18540,6 +19360,7 @@ But Human did not cry, for the coal in his heart burned hot, and he knew he was
 盖里克十分难过,他看着人类说:“对不起,现在已不是创世者的时代了,我也必须离开。”
 于是盖里克缓缓步入了混沌。
 人类并未因此哭泣,不仅因为他胸中的煤炭正散发出无穷的热量,更因为他知道自己并非真正孤单。]])
+t("myths of creation", "冒险家")
 t("a logical analysis of creation, by philosopher Smythen", "创世传说的逻辑分析,哲学家斯迈森著")
 t([[Many are the tales of how our world was made, from the absurd to the romantic to the horrific. But they are all mere myths, with no more than seeds of truth to even the most reliable. The history of our race goes back far, but it is tantalisingly scant in details from before we met the other races. Indeed, it is only through our battles with the others that we halflings have any ancient records at all.
 
@@ -18574,6 +19395,7 @@ So what happened to these gods after they had made the races which we see today?
 然而夏·图尔的存在又该如何解释。很显然那是比我们更加强大的种族,尽管他们已经消失了。可以肯定我们的创造者在我们之前制造了他们,但是可能不满意他们,于是将他们返工制成了我们。虽然我们没有夏·图尔人那么强大——没有至少——但是我们有自己的礼物——那就是在我们伟大的创造者心中,我们占有着更重要的位置。这样就可以解释为什么我们是第一个打开夏·图尔传送门的种族。因为我们和我们的兄弟种族有着天然的联系。
 
 那么在那些神创造了这些种族后又发生了什么?肯定是他们之间发生了纠葛,或者他们同归于尽,亦或是他们的战场远离了这个世界。我们的创造者,看到其他众神,或是被杀或是离开,肯定是将这个世界委托给了我们半身人,因为他知道我们将代替他掌管这个世界。这使我们拥有合法继承权,我们也有职责管理好它。]])
+t("eyal", "埃亚尔")
 t("Tale of the Moonsisters", "月亮姐妹的传说")
 t([[Eyal was raised from Darkness,
 And One came who made a blinding light called Sun,
@@ -18637,6 +19459,7 @@ t([[Death mocks my experiments. I can preserve the flesh of my servants, tightly
 My days are numbered. Each night that passes saps strength from me. I must find the way to preserve my soul within my flesh. My greatness cannot be allowed to fade.]], [[死亡嘲弄着我的实验。我可以保存侍从们的血肉,将他们用盐防腐后紧紧的包裹起来,就像是对待真正的实验品一样。我可以复活他们,使他们在我阴森森的坟墓里晃悠。但他们不过是没有任何灵魂的容器。这意味着我的霸业要结束了?我需要更好的机遇……
 
 我的日子屈指可数。我的力量随着每个夜晚逐渐流逝。我必须找到将灵魂保存在肉体里的方法。我的伟大不容亵渎。]])
+t("ancient elven ruins", "古代精灵废墟")
 t("ancient papyrus scroll", "古老的莎草卷轴")
 t([[Death has met her match. My results are complete, and I am ready to step to the Beyond. I have my sword by my side, and its icy edge will freeze even the dark one in her tracks. My powers cannot be denied...
 
@@ -18667,6 +19490,7 @@ And there is something... something terrible. In the shadows, in the darkness, I
 那时我正在潜行研究着月亮石,那颗红色的星星正在黎明前的夜空升起。突然间,月亮石变得血红,从峡谷的岩石中冒出了一大堆奇怪的传送门。从传送门中跑出来了各种各样的恶魔!我连忙卷起铺盖启动隐形戒指跑进山洞,但是连山洞里也到处都是那群生物!看来,整个山洞都被他们所占领,他们饥渴地四处游荡捕猎着。
 
 而且,在他们中有一个……一个可怕的存在。在迷蒙的黑暗和阴影中,我可以感受到他正在追寻着我,这个一个隐形的猎人正在追踪着同样隐形的我——作为猎物。我现在甚至能听到恐怖的鞭打声,我必须赶紧藏起来……]])
+t("valley of the moon", "月之山谷")
 t("Rassir's journal part 3", "拉希尔的旅行日记 第三部分")
 t([[I fell asleep in a dark hollow, but my sleep was troubled by terrible dreams. The dreams are so vivid in my mind!
 
@@ -18900,6 +19724,7 @@ The origin of Demons is not wholly known, but it is clear that they are capable
 娜迦曾被认为仅存于神话中,但是据可靠消息以及死亡的标本表明他们是真实存在的。他们的上半身是人形,有着金色的头发和苗条的身段,但是下半身却极像一只巨蛇的尾巴。他们大约身高6英英尺,尽管他们的尾巴可能更长。他们在马基·埃亚尔的东岸和东南岸都有踪迹,这表明他们生活于波涛之下。有关他们的记载只有近一百年的,并且越来越多的证据表明他们并不是喝醉水手们的幻觉。他们可以在水里和陆地上呼吸,同时拥有肺和腮,并且据说在陆地上有着非常惊人的速度。有人可能认为它们只是特殊的怪物,但是他们会用海底找到的材料做成珠宝和武器装备自己,例如用鲨鱼皮制成的柔软锁甲。这表明了一种先进的文明,但是截至目前为止我们发现与他们沟通几乎是不可能的。现在还不知道他们是否有复杂的语言,但是他们目前的对外回复只是极端的暴力,并且东海的渔民们经常要提防碰上这些邪恶的生物。
 
 恶魔的起源已经不为人所知,但是很显然他们具有某种智慧,所以我觉得有必要在此写下一段。众所周知,他们是由某种魔法仪式召唤而来,并且在黄昏纪时期,小恶魔们经常与恶魔巫师们为伍。最主要的理论,由永恒精灵魔导师们得出的,恶魔们似乎来自另一个世界,一个由纯净的奥术能量链接的世界。那必然是一个地狱般的地方才能容下如此多恐怖的生物。恶魔们在外观和能力上不尽相同,正如我们世界里的生物一样。他们通常有偏蓝的血液和金属化的血肉,可以表现出超乎我们想象的形态——有些绽放在火焰中,有的藏在酸雾里或是可怕的黑暗中。这一切看起来都是建立在精通魔法的某种基础上,并且他们之中最强者具有真正可怕的力量。幸运的是他们是非常罕见的种族,而且自从魔法淡出人们的视野后,出现的更加稀少了。]])
+t("races", "种族")
 t("Loremaster Greynot's Analysis of the Races - Chapter 11 - Dragons", "博学者格雷诺特关于人种的调查——第十一章——龙族")
 t([[The common man may scoff at the idea of classifying dragons as an intelligent race, but experienced wyrmics know otherwise. Dragons are incredibly long-lived creatures, with some known to survive for thousands of years. Though in their early life they are of a bestial nature, as they advance through the centuries they gain an ever keener and more developed intellect. The eldest of wyrms are sometimes considered the most subtle and intelligent of creatures in Maj'Eyal, capable of telepathic communication and advanced mental abilities, and wyrmics speak of them with the highest reverence.
 
@@ -18918,6 +19743,7 @@ Dragons are regularly hunted for their thick scales and their elementally imbued
 龙族攻击人类和半身人聚居地的事情是少见的,但一旦出现这种情况,通常是毁灭性的灾难。通常它们是为了找牲畜吃,但有时也有来自成年巨龙的攻击,是为了寻找重金属和宝石来作储藏。龙族的财富已经成为了一种传奇,那些巨龙们都以拥有成山的金币为傲,但是现在如此多的宝藏几乎没有。矮人们在厄流纪对龙族的狩猎,使得龙族几乎趋于绝迹,现在的大部分龙族在巢穴里只有适量的财富。
 
 龙族经常由于它们结实的龙皮和元素亲和度极高的骨头而被狩猎。龙皮是护甲制作者们最喜爱的材料,因为它们通常轻薄坚硬,并且通常保留有龙皮主人生前的魔法亲和力。龙骨是法杖制作者们最喜爱的材料,因为它的魔法亲和力非常高,有时也被用于制造纤薄且柔韧的弓箭。然而,对龙族的不断狩猎引起了许多龙战士们的强烈不满,并且交易“自然衰老”的龙族材料的市场也日益增多——那些人只取自然死亡的龙族身上的材料。仍然,由于龙族全身都是宝的原因,每年都有许多在龙族的尖牙利齿下度日,被欲望冲昏了头脑的人死亡。]])
+t("shatur", "夏特尔")
 t("Lament for Lands now Lost", "失去的大陆的挽歌")
 t([[You see a moss covered statue of a Thalore reciting a poem, over and over.
 #{italic}#"Where bright and berried yews did stand,
@@ -18978,6 +19804,7 @@ Your honour or your shoes!]], [[逃跑者,逃跑者
 现在是时候去选择
 逃跑者,逃跑者
 你的名誉或你的鞋!]])
+t("artifacts", "神器")
 t("Gifts of Nature", "自然的恩赐")
 t([[In Age of Allure rose an archmage high
 With power beyond compare
@@ -19076,6 +19903,7 @@ Now to Nature you are dust"]], [[厄流纪崛起一位黑魔导
 大自然恩赐的信任不再
 你的信念转向了法术
 现在落叶归根吧”]])
+t("dreamscape", "梦境空间")
 t("If I Should Die Before I Wake", "从噩梦中惊醒,还是在梦魇中永眠?")
 t([[You wake suddenly from your unexpected slumber and attempt to quickly regain your bearings. However, you are not prepared for the bizarre vision that greets you: instead of land and sky you see only amorphous shapes and varying degrees of light. A strange psychedelic haze permeates the air and otherworldly colors and shadows flicker in and out of your peripheral vision. 
 As you begin to come to grips with this strange environment, you realize with horror that you cannot move! Your body feels as if it is completely without weight and try as you may you cannot budge an inch. You experience a sense of Déjà Vu as you recall past nightmares of being paralyzed. That's when it strikes you: you never woke up at all, you're still asleep! This epiphany is only reinforced when you notice a strange phenomenon: mirror copies of yourself are being slowly projected from where you stand and are moving about of their own volition.
@@ -19086,6 +19914,7 @@ Free now to face this nightmare, you turn to find your foe. While you have a sen
 他们似乎都集中精神于某个东西,但那个是什么?正在你思考你的梦境守卫在面对什么时,你感觉到了它。虽然恐惧,但你意识到自己并不孤单。
 你的敌人侵入了你的潜意识,开始在梦境中攻击你。虽然依旧不能动,但你的大脑也开始思考如何在这疯狂而恐怖的处境下存活。当你试着集中精神到你的梦境守卫上时,你发现你能够控制它。
 专心面对眼前的噩梦,你开始寻找你的敌人,虽然你感觉到让你的一个梦境守卫被摧毁似乎不会成为灾难,但如果许多个守卫被一起摧毁呢?那会发生什么,你不愿去想,只是专心来击退敌人。]])
+t("vault", "宝库")
 t("Mocking Note", "奚落")
 t([[Dear graverobber,
 
@@ -19096,12 +19925,14 @@ Love, #{italic}#Eden#{normal}#]], [[亲爱的盗墓贼,
 下次记得快一点。
 
 你钟爱的#{italic}#艾登#{normal}#]])
+t("magic", "魔法")
 t("Nature vs Magic", "自然与魔法的对抗")
 t([[Your arcane abilities have been interfered with!
 
 Eyal is a torn world, and the forces of nature can react strongly to the arcane energies that seek to manipulate them. Some items and areas are imbued with anti-magic, a natural energy that disrupts magical abilities and effects. There are even those who have learned to harness anti-magic into their own wild abilities, and who use them to hunt down and destroy those who practise magic. So beware, caster! It is a hostile world ye wander in.]], [[你的奥术能量被干扰了!
 
 埃亚尔是一块被撕裂的大陆,自然力量对奥术能量反应激烈,试图彻底控制它。某些物品和地方被灌输了反魔力量,这是一种能干扰魔法能力和魔法效果的自然力量。甚至还有一些人,将反魔力量和他们本身的自然力量结合起来,用于猎捕并摧毁魔法使用者。小心,施法者!你漫游的世界并不友好!]])
+t("highfin", "赫菲因")
 t("On Adventuring", "关于冒险")
 t([[I must say, as time grows, I feel so do I grow more and more inclined to distance myself from the calling of an 'adventurer', like so many you can find roaming the countryside. I feel like the myth of a wandering hero has blinded too many with promise of easy fame and riches, with no eye for the other kind of fortune.
 
@@ -19128,6 +19959,7 @@ It is important to remember, that every artifact has a meaning, beings of great
 要记住重要的是,每一件神器都有其自己的意义,如同曾经手持他们的那些值得在史册留名的伟大英雄。尽管他们的故事已经被人们渐渐淡忘,他们的遗物仍然在世间永存。这就是为什么说,真正的英雄并不是因为他的财富扬名立万。真正的冒险家永远无畏于挑战前人所不敢为之事,无论他们的功绩是否为人所记载。无论如何,你伟大的冒险经历将开创属于你自己的史诗。
 
 ——#{italic}#科斯汀·赫菲因#{normal}#]])
+t("point zero", "零点圣域")
 t("Warden-Master Galsamae's Orientation Notes", "时空守卫大师加尔萨麦的时空导航笔记")
 t([[Congratulations, sir and/or madam. Whether by invitation, discovering it on your own, or simply being enough of a thorn in our side to recruit rather than dispose of, you have gained the secrets of chronomancy. The ultimate power of time - the ability to reset and try again if you fail, the ability to save time by seeing the results of investigations before they happen. Though our powers are bound to post-Spellblaze Eyal, they are those of nigh-omnipotence with enough patience.
 
@@ -19157,7 +19989,8 @@ PS: You might encounter a... benefactor of sorts in your travels. You'll know it
 [i]-加尔萨麦[/i]
 
 注:你可能会在旅途中遇到一些……某种意义上的恩人。当你看到它时,你就会明白的。如果你亲眼见证了这一切,也就是在死亡的边缘挣扎的时候,我们必须很遗憾的告知你,你已经向着E4-RL时间轴走向了一条注定灭亡的单程旅行,除非“他愿意”重新把你编织进时空的路线——而且他似乎一般只会青睐那些通过无可替代的力量或运气来避免自己被设计好的灭亡的人。如果你被它的方案所选择了,那么你可能会从E4-EXPADV时间轴子网络的时间坟场回来。 我们不知道它是什么 —— 到底是我们自己失控的创造物,是某个竞争对手的武器,或者远远超出我们自己的东西 —— 但是如果它有敌意,它已经赢了。到目前为止,它一直是……处在合作的状态。请注意不要提醒它我们是它的竞争对手。]])
-t("Mantra of a Shiiak", "Mantra of a Shiiak")
+t("spydrë", "蜘蛛族")
+t("Mantra of a Shiiak", "希阿克真言")
 t([[Each morning I wake, happy I'm alive;
 the traps of this tomb won't claim me today.
 Though its curse of hunger eats at my insides,
@@ -19213,6 +20046,7 @@ Oh, look. He is trying to harm me with spells, but all he can manage is a corrup
 
 不朽的兹基克,哈!多么愚蠢的小丑。我很高兴他的骄傲最终毁掉了自己。然而讨厌的是,这个年轻的傻小子在制作他的命匣时用光了艾德瑞尔之石,所以我也必须为我自己做一只命匣。从好的一面来说,我那不成器的学徒从反面说明了为什么我们应该使用亲手杀死的生物的骨架作为死亡转化的道具:他所选择的那具龙骨正在发霉溃烂,并且附在上面的霉菌似乎利用了骨头内的魔法能量转化了自己,成为了一种新的魔法形式。我真心希望任何发现这篇手稿的人能以最残忍的方式杀死这只“巫妖”并且将他弃置于光明之地。
 哦,看呐,它正在试图用法术攻击我,不过他所能做的只是拥有一个堕落的名字:兹基克茨。]])
+t("boss", "Boss")
 t("Walrog", "乌尔罗格")
 t([[Dirge of the Naloren
 
@@ -19280,6 +20114,7 @@ I woke up with my flesh drenched in blood. Or is it blood? Is it my flesh? The g
 我甚至没有埋葬尸骨的勇气。我迅速的离开了,随着恐惧充斥了我的心脏,天空也呈现出鲜血般的颜色,大地也变的黝黑,蜘蛛们也跳了出来——它们的面孔在不断的变化。它们嘲笑我并向我喷射蛛丝。我撕开了它们,蛛丝缠绕着我的手指,毒液在不断的侵蚀我的皮肤,一股强烈的厌恶感油然而生。突然手中的蛛丝蒸发了,蜘蛛们也凝聚成了一张脸,它的嘴就像一朵巨大的红色花朵。我掉进了这朵花里,然后它便爆裂成了一团粘糊糊的液体,遮住了我的所有视线和意识。
 
 当我醒来时,我发现全身是血。是血吗?是我的?还是……?我的呻吟声回荡在大地上,我的叹息声消散在雾气中。我现在离火山腹地更近了,也离真相更近了一步。是时候出发了,寻找真相,寻找自我……]])
+t("dogroth caldera", "达格罗斯火山")
 t("tattered paper scrap", "破烂的碎纸片")
 t([[Broken land and broken thoughts. If I think clearly the land runs smooth. But my thoughts are not clear. I think.
 
@@ -19342,6 +20177,7 @@ t([[#{italic}#From the notes of Darwood Oakton, explorer:
 #{bold}#第四章:不得不提的……
 
 #{normal}#在我继续之前,我得明确一件事:我可不是魔法师们的好朋友。某些力量根本就不能简单的被凡人的双手和头脑驾驭。通过夏·图尔人的覆灭和魔法大爆炸带来的灾难和瘟疫,历史一次又一次的教会我们,魔法通常坏处大于益处。但是对我现在的任务来讲,恐怕使用魔法是必须的。在我停留德斯镇的日子里,我和一个年轻的旅行者成为了要好的朋友,我们常在小旅馆一起喝酒。我不能确切的指出,但是我相信他是一个魔法师——他身边总有一股解释不清的能量围绕着他,更别提一顶值得炫耀的法师帽。我在思考他对水中呼吸术有什么想法……?]])
+t("old forest", "古老森林")
 t("journal entry (old forest)", "古老森林冒险日志")
 t([[#{italic}#From the notes of Darwood Oakton, explorer:
 #{bold}#CHAPTER FIVE: HORR...
@@ -19383,6 +20219,7 @@ If any come after, I bid you turn ... horrors ... too much. If you are foolish e
 如果以后有任何人进来,我劝告你回……恐惧……太多了。如果你够蠢的话……我唯一的建议是……
 
 #{italic}#你在这个手稿旁发现了一枚小巧的、微微闪光的水晶球……这就是手稿中提到的钥匙吗?#{normal}#]])
+t("lake of nur", "纳尔湖")
 t("magical barrier", "魔法屏障")
 t("As you descend to the next level you traverse a kind of magical barrier keeping the water away. You hear terrible screams.", "当你进入下一层时,你感觉自己穿过了某种隔绝水的魔法屏障。你听到了恐怖的尖叫声。")
 
@@ -19766,6 +20603,7 @@ I see his notes also suggest the mothers may be in pain. I will allow a doping i
 我在他的报告中也看到了,母亲们也许会在此过程中承受痛苦。我会在实验中使用输液方式来避免这种痛苦。我们不希望母亲们受罪……
 
 ]])
+t("orc prides", "兽人部落")
 t("Ukruk's log", "乌克鲁克的日志")
 t([[Sher'Tul ruin matches description from high command. Investigation begun, but slow. Looks like it crashed into the ground long ago - hard to access many areas. Target item has been described by command as a staff. Do not know why a staff so important. Surely the ultimate weapon should be a sword or axe, like that wielded by the great Garkul?
 
@@ -19866,6 +20704,7 @@ One day soon he will return to us, and bring us to our proper glory. Look forwar
 
 -- 审判者
 ]])
+t("rhaloren", "罗兰精灵")
 t("carefully preserved letter (rhaloren camp)", "小心保存的信(罗兰精灵营地)")
 t([[My dearest,
 
@@ -19947,6 +20786,7 @@ Of the legendary worm so great!]], [[这沙虫变得越来越强大
 寻找属于我自己的命运
 我是多么的渴望尝到那跳动的心脏
 传说沙虫跳动的心脏美味无比!]])
+t("sandworm lair", "沙虫巢穴")
 t("song of the sands", "流沙之歌")
 t([[I have seen the Queen in glory true
 And she has moved me to my soul
@@ -20018,6 +20858,7 @@ I see now the path that lies before me. The Spellblaze was not a curse, it was a
 我能感觉到它在触摸我,我能感到它钻进我的心底向我灌输它的力量。当它把能量灌输给我时,我兴高采烈的站在原地。啊,我热血沸腾了!血液被真正的能量所同化!
 
 我看到了未来的道路。魔法大爆炸不是诅咒,它是一种祝福。我必须使人们正视我族开启的荣耀!我将把这堕落的奇迹带给世界!]])
+t("scintillating caves", "闪光洞穴")
 t("exploration journal", "探险笔记")
 t([[#{italic}#10th Mirth, Year 122 of the Age of Ascendancy#{normal}#
 The council has seen fit to allow me to investigate the scintillating caverns after that Rhaloren madman started raving on the streets about how someone had "befouled" them... I do not see any such befoulment, but neither do I see the moving crystals this place was rumoured to have. There are oddly misplaced crystal shards, which seem to have sheared off of something larger, but hardly anything spectacular.
@@ -20044,43 +20885,43 @@ t([[You see here a mural showing a dark and tortured world. Large, god-like figu
 There is some text underneath ]], [[你能在这壁画上看到一个黑暗和痛苦的世界。有着强大领域的上古巨神们在互相厮杀,大地在他们脚下龟裂。
 下面有一行文字]])
 t("#{italic}#'In the beginning the world was dark, and the petty gods fought over their broken lands.'#{normal}#", "#{italic}#'刚开始世界充满了黑暗,众神为了各自的领土而竞争。'#{normal}#")
-t("which you do not understand: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#", "不明意义的文字: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#")
+t("which you do not understand: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#", "不明意义的文字:#{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#")
 t("second mural painting", "第二幅壁画")
 t([[In this picture a huge god with glowing eyes towers above the land, and in his right hand he holds high the sun. The other gods are running from him, wincing from the light.
 There is some text underneath ]], [[在这幅画上有一位铁塔一样的巨神,他目光如炬,右手高举着太阳。众神逃离他,害怕他手中的光芒。
 下面有一行文字]])
 t("#{italic}#'But AMAKTHEL came, and his might surpassed all else, and the petty gods fled before his glory. And he made the Sun from his breath and held it above the world and said, \"All that this light touches shall be mine, and this light shall touch all the world.'#{normal}#", "#{italic}#但阿马克泰尔来了,他的勇武震慑了众人,伪神们慑服于他的荣耀。他深呼吸后把太阳高举到了世界之上,说:“阳光所至,即我所至,这光芒将照亮全世界。”#{normal}#")
-t("which you do not understand: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#", "不明意义的文字: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#")
+t("which you do not understand: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#", "不明意义的文字:#{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#")
 t("third mural painting", "第三幅壁画")
 t([[This picture shows the huge god holding some smaller figures in his hands and pointing out at the lands beyond. You imagine these figures must be the Sher'Tul.
 There is some text beneath ]], [[这幅画显示了真神将一个小巧的遗迹托在手心,并指向远方的大陆。你猜这遗迹也许就是夏·图尔。
 下面有一行文字]])
 t("#{italic}#'And AMAKTHEL made the SHER'TUL, and gave unto us the powers to achieve all that we set our will to, and said to us \"Go forth to where the light touches and take all for your own.\"'#{normal}#", "#{italic}#并且阿马克泰尔制造了夏·图尔,给予我们完成自我意志的力量,他对我们说:“走向世界,为自己取得一切。”#{normal}#")
-t("which you do not understand: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#", "不明意义的文字: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#")
+t("which you do not understand: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#", "不明意义的文字:#{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#")
 t("fourth mural painting", "第四幅壁画")
 t([[You see a mural showing a huge metropolis made of crystal, with small islands of stone floating in the air behind it. In the foreground is sitting a Sher'Tul, with a hand stretched up to the sky.
 There is some text beneath ]], [[你在壁画上看到一个巨大的水晶之城,有数个浮空岛悬浮在周围。在画面的最前端坐着的是夏·图尔人,他向天空笔直的举起手臂。
 下面有一行文字]])
 t("#{italic}#'We conquered the world, and built for ourselves towering cities of crystal and fortresses that travelled the skies. But some were not content...'#{normal}#", "#{italic}#我们征服了世界,为自己建造高楼大厦,水晶般梦幻的都市和悬浮天空的堡垒,但有些人还不满足……#{normal}#")
-t("which you do not understand: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#", "不明意义的文字: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#")
+t("which you do not understand: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#", "不明意义的文字:#{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#")
 t("fifth mural painting", "第五幅壁画")
 t([[This mural shows nine Sher'Tul standing side by side, each holding aloft a dark weapon. Your eyes are drawn to a runed staff held by the red-robed figure in the centre. It seems familiar somehow...
 There is some text beneath ]], [[这幅壁画显示了九个夏·图尔人肩并肩站着,每人手里都高举着一件一模一样的黑色武器。你的注意力集中在画面中间——被红袍者举起的符文法杖上。它看起来很眼熟……
 下面有一行文字]])
 t("#{italic}#'Of pride we accepted no equals, and of greed we accepted no servitude. We made for ourselves terrible weapons - the Godslayers - and nine were chosen to wield them.'#{normal}#", "#{italic}#我们无视那高傲的公平,我们拒绝那贪婪的奴役。我们给自己打造了强大的武器——弑神之刃,并选出了九名精英来使用它们。#{normal}#")
-t("which you do not understand: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#", "不明意义的文字: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#")
+t("which you do not understand: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#", "不明意义的文字:#{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#")
 t("sixth mural painting", "第六幅壁画")
 t([[You see images of epic battles, with Sher'Tul warriors fighting and slaying god-like figures over ten times their size.
 There is some text underneath ]], [[你在这幅画上看到一场史诗战争——夏·图尔的战士们在和10倍大于他们的神祗战斗。
 下面有一行文字]])
 t("#{italic}#'The petty gods were hunted down and slain, and their spirits rent to nothing. The land became our own. But one god remained...'#{normal}#", "#{italic}#那些神祗被一个个击败,他们的灵魂化为虚无。大陆终于为我们所拥有。但是还有一位神祗存在……#{normal}#")
-t("which you do not understand: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#", "不明意义的文字: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#")
+t("which you do not understand: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#", "不明意义的文字:#{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#")
 t("seventh mural painting", "第七幅壁画")
 t([[You see the red-robed Sher'Tul striking the huge god with the dark, runed staff. Bodies litter the floor around them, and the golden throne behind is bathed in blood. The light in the god's eyes seems faded.
 There is some text underneath ]], [[你看到红袍夏·图尔人用那根又黑又亮的法杖攻击巨大的神祗。碎肉撒了一地,鲜血染遍了整个黄金王座。神祗眼中的神采似乎消散了……
 下面有一行文字]])
 t("#{italic}#'The almighty AMAKTHEL was assaulted on his golden throne, and though many died before his feet, he was finally felled.'#{normal}#", "#{italic}#真神阿马克泰尔最终倒在了他的黄金王座下,虽然数以千计的人死在他的脚下,他最终还是陨落了。#{normal}#")
-t("which you do not understand: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#", "不明意义的文字: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#")
+t("which you do not understand: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#", "不明意义的文字:#{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#")
 t("eighth mural painting", "第八幅壁画")
 t([[The large mural shows the great god spread on the ground, with the dark staff held against his chest. Sher'Tul surround him, some hacking off his limbs, cutting out his tongue, and binding him with chains. A burst of light flares up from where a tall Sher'Tul warrior is gouging his eye with a black-bladed halberd. In the background a Sher'Tul mage beckons to a huge chasm in the ground.
 The text beneath says simply ]], [[T这幅巨大的壁画上,真神被摊开在地上,那根黑色的法杖穿透了他的胸口。夏·图尔人围绕着他,有的在切他的肢体,有的在割他的舌头,还有的在用锁链捆绑他。一位高个子夏·图尔人对他的眼睛射出了一束激光,他在用锋利的长戟切割真神的眼睛。远处,一个夏·图尔法师在地上召唤了一道沟壑。
@@ -20093,6 +20934,7 @@ t("Yiilkgur raising toward the sky", "伊克格,飞向天空")
 t("Yiilkgur, the Sher'Tul Fortress is re-activated and raises from the depths of Nur toward the sky.", "伊克格重新激活了夏·图尔要塞,它从湖底伸向天空。")
 t("a living Sher'Tul?!", "活着的夏·图尔人?!")
 t("You somehow got teleported to an other Sher'Tul Fortress, in a very alien location. There you saw a living Sher'Tul.", "不管怎样,你传送到了另一个异次元的夏·图尔要塞。在那里,你看到了一位活着的夏·图尔人。")
+t("sher'tul", "夏·图尔")
 t("lost farportal", "失落的传送门")
 t("%s boldly entering a Sher'Tul farportal.", "%s勇敢地进入了一个夏·图尔传送门。")
 
@@ -20144,6 +20986,7 @@ t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ea
 "踏浪者塔米尔报告。外围一圈确认安全,尽管如此,我还是派了一些手下去探索外围地域。当我们探索完整个大陆并且训练出一个更加成熟的部队时,我才会安心吧。当然,由于陆地毁灭者不知道我们在哪,我们现在应该很安全。即使他们胆敢过来,佐西拉的魔法也会让他们吃不了兜着走。
 
 "我就怕有些分队没有认真执行我们的命令。他们知道主交给我们的责任吗?在这片远方的大陆,我们就是他的左膀右臂,我们也有义务去保护那将带给我们更多力量的传送门。我们就是他对抗那些很久以前背叛我们的近亲种族的第一道防线。并且,通过我们的努力,我们将带领整个种族达到巅峰,走向主所赐予的辉煌的未来。萨拉苏尔万岁!吞噬者军团万岁!"]])
+t("slazish fens", "斯拉伊什沼泽")
 t("conch (3)", "海螺 (3)")
 t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ear you hear a charismatic and commanding voice emanating from within:#{normal}#
 
@@ -20167,6 +21010,7 @@ t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ea
 ------------------------------------------------
 section "game/modules/tome/data/lore/spellblaze.lua"
 
+t("spellblaze", "魔法大爆炸")
 t("draft letter (mark of the spellblaze)", "草稿(魔法大爆炸之痕)")
 t([[Dear Father,
 
@@ -20288,6 +21132,7 @@ Remember to show no mercy, for they will give you none.]], [[那些破坏自然
 诅咒者们会使恐惧降临到你们身上,你们最好准备一个纹身来解除这些堕落魔法,因为总有一天你们会面对他们。另外,一个促进自然恢复的纹身在战斗中也是非常有必要的。
 
 记住不要有怜悯之心,因为不是你死,就是他亡。]])
+t("age of dusk", "黄昏纪")
 t("Spellhunter's Guide part 3: How to Kill a Magic-User", "猎魔人指南第三部分:如何杀死法师")
 t([[When a magic-user is captured, they must be slain, and slain fast. Captivity is too great a risk. Preferably they should be killed in a way that utterly removes any means for the body to recover through arcane force. Remember that coming back from the dead is no alien feat to these abominations.
 
@@ -20333,6 +21178,7 @@ This Thanchir guy really, really needs to find a more urban spot with accessible
 t([[However, I have been repeatedly told by the powers that be, that I need to get on with this and turn in another report on how a different race got here. So, I will temporarily pause my researches on whether or not Maj'Eyal is real or just an Elf legend. (Can't trust everything they say despite their long memories.) Instead, I am on to meet the keeper of the Eastern Historical Society who has the best collection of lore about how Humans got here. As such, I will be travelling to northern Vor to use their archives.
 And yes, unfortunately I will be travelling by adventurer again. By all the gods, why don't I get a better budget? This is absolutely terrible. It has been a particularly long walk. Longer than I thought it would be, truthfully, so I have run out of food. Foolish, I know, but I figured I could ask the escort for some of his. The snobby piece of troll-liver says he doesn't eat! Now talk about a terrible lie. Did he really think that would fool me? This Eastern Historical Society had better be good...]], [[不管怎样,我被这个故事深深的吸引住了,以至于我很想去调查一个来自外地的种族是如何适应这里环境的。所以,我将暂时中止对马基·埃亚尔的考证,说不定这只是个精灵族的传说。(即便他们有相当长的记忆,也不能随便相信他们。)相反,我将去拜会这边的东方历史协会(EHS)——他们有着关于人类如何在这发展的最好典籍。这样,我将去沃省的北部借用他们的档案。
 并且是的,倒霉啊,我又要和冒险者一起旅行了。苍天啊,我为什么不做更多的准备?这真是件可怕的事。这是一段相当长的旅途,长的远超我的想象,实际上,我已经断粮了。这很傻,我知道,我可以向护卫要一些。这狗娘养的小子居然说他不吃饭!现在来看看这个弥天巨谎。他认为他这样可以糊弄我?EHS最好快点到啊……]])
+t("history of the Sunwall", "太阳堡垒的日记")
 t("Loremaster Verutir's note", "博学者温罗提的报告")
 t([[Finally arrived in Vor safe and mostly sound. (Though I do have some burns on my stomach from mage fire and my coat is a complete wreck. I wonder if I can expense a new coat.) However, the Eastern Historical Society is everything I could have hoped. Who can doubt that Humans are the superior race! You'd never see an Elf or an orc keep neat paper records like this!
 In short: Aethidry was the first Human to map out these shores. EHS has his map preserved in good crackly yellow parchment. However, he travelled on and later died on distant shores, so he was neither the first Human to arrive here, nor the one who organized the first settlement. Some historians guess that the first Human to arrive in the east was one Vaeryn Gorthol. At the least, many of the first explorers mention him as a precursor, so he may well have been. A few of the important first settlers were Oweodry Arandur, Aethor (or perhaps Aethur) the Wronged, and Bloran the Black.]], [[终于疲惫不堪但安全地抵达了沃省。(尽管我已经吃过一些魔法烧烤,但我的外套现在是一团糟。我甚至怀疑我是否买得起一件新外套。)不管怎样,东方历史协会(EHS)是我最后的希望了。谁能质疑人类不是最伟大的?你可不会看到一位精灵或者兽人像我现在这样在纸上记录!
@@ -20401,6 +21247,7 @@ Now, I just need to get a genuine orb before the demons catch on...]], [[嗯…
 我最终同意了它们的交易——它们供应给我材料、实验品、以及他们对传送门所有已经获得的知识(虽然少得可怜),而我研发了一个修改过的水晶球送给它们,这个水晶球在传送门中使用时会自动产生读数。不用说,这些读数全都是错的,如果他们真的试着去用这些读数自己再建造一个传送门,估计会把他们全都炸上天。不过,他们给我的那些东西都十分有用!我已经使用了他们的知识动手制造了第二个传送门祭坛——虽然它和恶魔空间还有这丝丝缕缕的微弱联系,但是只需要使用一个真正的多元水晶球进行一次传送,它就会被自动校准,切断与恶魔空间的任何联系。这样,使用我的智慧和神器就可以轻松逃脱它们的追踪,它们再也无法抓到我了。
 
 现在,只需要在恶魔们开始行动之前赶紧把多元水晶球弄到手……]])
+t("tannen's tower", "泰恩之塔")
 t("Demon Orders", "恶魔的军令")
 t([[Order to the Portal Excursion Team:
 
@@ -20434,6 +21281,7 @@ t([[You find a tattered page scrap. Perhaps this is part of a diary entry.
 “……又一只巨魔, 但是这次是只又老又蠢的巨魔,想让它闻不到我的气味实在太简单了。”
 ……
 “……发现他的宝藏就藏在不远处了,但是不得不返回来。如果你看到这个场景,救命啊!”]])
+t("trollmire", "食人魔沼泽")
 t("tattered paper scrap (trollmire)", "破烂的碎纸片(巨魔沼泽)")
 t([[You find a tattered page scrap. Perhaps this is part of a diary entry.
 "...writing this in a tree and he's at the bottom of it. Waiting. His club is the size of a tall dwarf. Don't think I'm going to make it..."
@@ -20537,6 +21385,7 @@ I have no voice now to tell my story to others, and so I write it down instead,
 
 因为不能说话,我无法将我的故事告诉别人,所以我将它写下来,让它随风飘散。和魔法的接触给我带来了无比的痛苦,也会给别人带来痛苦。不要相信这些邪恶伎俩的可怕力量。它们会背叛你、伤害你。拒绝魔法,醒悟他人。在木已成舟前找到快乐的自然救赎之路。
 ]])
+t("zigur", "伊格")
 t("Purging Trap", "净化陷阱")
 t([[[As you begin to leave, Protector Myssil stops you.]
 
@@ -20549,6 +21398,28 @@ Actually...  You fight in a more subtle way than most, do you not?  It is a poin
 (她递给了你一个卷轴。)就是这个——我们中的一员最近发明了一种装置,它可以吸收任何触发这个装置的人身上的魔法。我唯一要提醒你的就是,使用这种东西的时候要考虑慎重。不管我们#{italic}#上一个#{normal}#刺客是怎么想的,把这玩意儿放在某个小小的符文师的商店门口…对我们的事业长期来讲比较有害无利。]])
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/gates-of-morning.lua"
+
+t("Limmir the Jeweler", "珠宝匠利米尔")
+t("Melnela", "梅涅拉")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/last-hope.lua"
+
+t("Statue of King Tolak the Fair", "公正王托拉克的雕像")
+t("Statue of King Toknor the Brave", "狮心王图库纳的雕像")
+t("Statue of Queen Mirvenia the Inspirer", "智慧王后米雯尼雅的雕像")
+t("Declaration of the Unification of the Allied Kingdoms", "联合王国统一公告")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/shatur.lua"
+
+t("Moss covered statue", "长满苔藓的雕像")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua"
 
@@ -20567,8 +21438,11 @@ t("Something in the floor clicks ominously.", "什么东西在地上发出了不
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua"
 
-t("#Source# emits dark energies at your feet.", "#Source# 朝你脚下喷吐黑暗能量.")
+t("corrupted lava floor", "被污染的熔岩地板")
+t("#Source# emits dark energies at your feet.", "#Source#朝你脚下喷吐黑暗能量.")
 t("The corrupted lava reanimates %s's corpse!", "腐化熔岩重新支配了%s的尸体!")
+t("human sun-paladin", "人类太阳骑士")
+t("A Human in shining plate armour.", "穿着闪亮盔甲的人类。")
 
 
 ------------------------------------------------
@@ -20581,6 +21455,9 @@ t("#YELLOW#You overcome intense #LIGHT_BLUE#REPULSIVE FORCES#LAST# as you traver
 t("Cancel", "取消")
 t("Teleport", "传送")
 t("#YELLOW#Nothing happens when you use the Portal.", "#YELLOW#当你使用传送门的时候,什么事也没有发生。")
+t("A strange portal to some place else.", "通向其他地方的传送门。")
+t("Portal", "传送门")
+t("A portal out of this place.", "离开这里的传送门。")
 
 
 ------------------------------------------------
@@ -20598,6 +21475,13 @@ section "game/modules/tome/data/maps/vaults/auto/lesser/loot-vault.lua"
 t("A small scrap of paper written in a mocking tone.", "用嘲弄的语调书写的小纸片。")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/vaults/collapsed-tower.lua"
+
+t("collapsed tower", "倒塌的塔")
+t("stairs back to %s", "返回%s的楼梯")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/greater-crypt.lua"
 
@@ -20622,17 +21506,58 @@ t("#YELLOW#The air comes alive with terrible magics!", "#YELLOW#在可怕的魔
 t("#YELLOW#The world spins around you!", "#YELLOW#你周围的世界开始旋转!")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/wilderness/eyal.lua"
+
+t("Island of Rel", "瑞尔岛")
+t("Charred Scar", "灼烧之痕")
+t("Far East", "远东")
+t("Tar'Eyal", "塔·埃亚尔")
+t("Maj'Eyal", "马基埃亚尔")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/zones/halfling-ruins-last.lua"
 
+t("Long tunnel to the island of Rel", "通向夺心魔之岛的通道")
 t("As you enter the tunnel you feel a strange compulsion to go backward.", "在你试图进入隧道时,有种奇怪的力量把你推了回去。")
 t("Long tunnel", "长长的通道")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua"
+
+t("Control Room", "控制室")
+t("Exploratory Farportal", "异度传送门")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tannen-tower-1.lua"
+
+t("open sky", "晴朗的天空")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tempest-peak-top.lua"
+
+t("open sky", "晴朗的天空")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/valley-moon.lua"
+
+t("A dark hole in the mountain", "山岭间的黑暗洞穴")
+t("Passage to the caverns", "通向山洞的通道")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/mapscripts/lib/subvault.lua"
 
+t("Hidden Vault - %s", "隐藏宝库 - %s")
+t("stairs back to %s", "返回%s的楼梯")
 t("hidden vault", "隐藏的宝库")
+t("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
+t("collapsing hidden vault", "快要坍塌的隐藏宝库")
 t("collapsed hidden vault", "坍塌的隐藏宝库")
 t("It is fully collapsed, no way down.", "楼梯彻底倒塌了,再也没法下去了。")
 t("#VIOLET# The stairway is about to collapses completely, you may still go back but it will be the last time!", "#VIOLET# 楼梯很快就要坍塌了,你还可以回去一次,但是这将会是最后一次了!")
@@ -20679,6 +21604,7 @@ section "game/modules/tome/data/quests/arena.lua"
 t("The Arena", "竞技场")
 t("Seeking wealth, glory, and a great fight, you challenge the Arena!", " 寻找财富、荣耀和强大的对手,去挑战竞技场吧! ")
 t("Can you defeat your foes and become Master of Arena?", " 你能打败你的对手,甚至打败竞技场主宰么? ")
+t("Winner", "游戏胜利")
 t("#GOLD#Well done! You have won the Arena: Challenge of the Master#WHITE#", "#GOLD#干得好!你赢得了竞技场:竞技之王的挑战#WHITE#")
 t("", "")
 t("You valiantly fought every creature the arena could throw at you and you emerged victorious!", " 你勇敢地战胜了竞技场里的所有生物并赢得了最终胜利! ")
@@ -20694,12 +21620,12 @@ t("#RED#You aided various denizens of Maj'Eyal in their attempts to join the Bro
 t("#LIGHT_BLUE#Various alchemists around Maj'Eyal are competing to gain entry into the great Brotherhood of Alchemists, and one or more have enlisted your aid.#WHITE#", "#LIGHT_BLUE#很多马基埃亚尔的炼金术士想竞争加入强大的炼金术士兄弟会,其中有一个或者几个人请求你的帮助。#WHITE#")
 t("#GREEN#You have aided %s in creating an %s.#WHITE#", "#GREEN#你帮助%s制造了%s。#WHITE#")
 t("#RED#%s has completed an %s without your aid.#WHITE#", "#RED#%s已经制造了%s,并没有获得你的帮助。#WHITE#")
-t("#SLATE#Having failed to gain admittance to the Brotherhood of the Alchemists, %s no longer needs your help making the %s.", "#SLATE#无法获得炼金术士兄弟会的承认, %s不再需要你帮忙制作 %s。")
+t("#SLATE#Having failed to gain admittance to the Brotherhood of the Alchemists, %s no longer needs your help making the %s.", "#SLATE#无法获得炼金术士兄弟会的承认,%s不再需要你帮忙制作 %s。")
 t("%s needs your help making an %s. He has given you some notes on the ingredients:", "%s 需要你帮忙制作 %s。他给了你一张写着配方的小纸条:")
 t("#SLATE#  * 'Needed: one %s. %s'#WHITE#", "#SLATE#  * '需要:一个%s。 %s'#WHITE#")
 t("#LIGHT_GREEN#  * You've found the needed %s.#WHITE#", "#LIGHT_GREEN#  * 你找到了所需要的%s。#WHITE#")
 t("#VIOLET#You can check the ingredients you possess by pressing Escape and selecting 'Show ingredients'.", "#VIOLET#你现在可以按ESC调出游戏菜单,选择“查看材料”检查自己所拥有的材料。")
-t("You receive: %s", "你收到: %s 。")
+t("You receive: %s", "你收到:%s 。")
 t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as this.", "#CRIMSON#你的时间穿越对这种已经预设好的结局没有任何作用。")
 t("elixir of the fox", " 狡诈药剂 ")
 t("elixir of avoidance", " 闪避药剂 ")
@@ -20768,7 +21694,7 @@ t("#LIGHT_GREEN#* The portal to the Far East is now functional and can be used t
 t("Tannen points to the location of Telmur on your map.", "泰恩在你的地图上指出了泰尔玛的位置。")
 t("A portal appears in the center of the tower!", "在塔的中间出现了一个传送门!")
 t("Back and there again", "穿越过去")
-t("Meranas, Herald of Angolwen", "Meranas, Herald of Angolwen")
+t("Meranas, Herald of Angolwen", "安格列文传令官 梅拉纳斯")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back in Last Hope.", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了最后的希望。")
 
 
@@ -20804,7 +21730,7 @@ t("#LIGHT_RED#%s is dead, quest failed!", "#LIGHT_RED#%s 死了,任务失败
 t("something", "某物")
 t("Recall Portal", "回归传送门")
 t("%s of %s", "%s的第%s层", {2,1})
-t("Escort: %s (level %s)", "护送: %s (%s)")
+t("Escort: %s (level %s)", "护送:%s (%s)")
 
 
 ------------------------------------------------
@@ -20833,12 +21759,13 @@ t("#LIGHT_GREEN#* You encountered Sun Paladin Aeryn who blamed you for the loss
 t("#LIGHT_GREEN#* You defeated the Sorcerers before the Void portal could open.#LAST#", "#LIGHT_GREEN#* 你在虚空传送门打开之前击败了那些法师。#LAST#")
 t("#LIGHT_GREEN#* You defeated the Sorcerers and Aeryn sacrificed herself to close the Void portal.#LAST#", "#LIGHT_GREEN#* 你击败了那些法师,艾伦牺牲了她自己关闭了虚空传送门。#LAST#")
 t("#LIGHT_GREEN#* You defeated the Sorcerers and sacrificed yourself to close the Void portal.#LAST#", "#LIGHT_GREEN#* 你击败了那些法师,并牺牲了自己关闭虚空传送门。#LAST#")
-t("Endgame", "Endgame")
+t("Endgame", "游戏结束")
 t("#LIGHT_RED#As you enter the level you hear a familiar voice.", "#LIGHT_RED#当你进入地图你听到了一个熟悉的声音。")
 t("#LIGHT_RED#Fallen Sun Paladin Aeryn: '%s YOU BROUGHT ONLY DESTRUCTION TO THE SUNWALL! YOU WILL PAY!'", "#LIGHT_RED#堕落太阳骑士艾琳:“%s 你只给太阳堡垒带来了毁灭!你会为此付出代价!”")
 t("Ruins of the Gates of Morning", "晨曦之门的废墟")
 t("The Sunwall was destroyed while you were trapped in the High Peak.", "当你在巅峰被困的时候,太阳堡垒被摧毁了。")
-t("#GOLD#Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy#WHITE#", "#GOLD#干的好!你赢得了马基埃亚尔的传说:卓越时代#WHITE#")
+t("Winner", "游戏胜利")
+t("#GOLD#Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy#WHITE#", "#GOLD#干的好!你赢得了马基埃亚尔的传说:卓越纪#WHITE#")
 t("The Sorcerers are dead, and the Orc Pride lies in ruins, thanks to your efforts.", " 那些法师死了,兽人部落被埋葬在废墟之中,感谢你为此付出的努力。")
 t("Your sacrifice worked. Your mental energies were imbued with farportal energies. The Way radiated from the High Peak toward the rest of Eyal like a mental tidal wave.", " 你的牺牲起作用了,你的精神能量被原自传送门的能量所感染,从巅峰通往埃亚尔的辐射状维网形成了一股精神冲击波。")
 t("Every sentient being in Eyal is now part of the Way. Peace and happiness are enforced for all.", " 所有埃亚尔有感觉的生物都成为了维网的一部分,和平和幸福被传输给大家。")
@@ -20885,7 +21812,7 @@ t("#VIOLET#You find yourself in a dream.", "#VIOLET#你发现你在一个梦境
 t("#VIOLET#Your hate surges. You refuse to succumb to death!", "#VIOLET#你仇恨涌动,你不屈服于死亡!")
 t("#VIOLET#You have discovered a small iron acorn, a link to your past.", "#VIOLET#你发现了一个小铁橡果,它和你的过去有关。")
 t("#VIOLET#The merchant caravan from the past has appeared in your dream.", "#VIOLET#很久以前商队的往事出现在你的梦里。")
-t("Last of the Caravan", "Last of the Caravan")
+t("Last of the Caravan", "商队的最后一人")
 t("secret path to the cave", "通向山洞的秘密通道")
 t("#VIOLET#You have begun your hunt for Kyless!", "#VIOLET#你开始追杀克里斯!")
 t("#VIOLET#You have a marker to the entrance of Kyless' cave!", "#VIOLET#你在通往克里斯洞穴的入口上有一个记号!")
@@ -20895,7 +21822,7 @@ t("#VIOLET#The shadows have noticed you!", "#VIOLET#阴影注意到了你!")
 t("A Second Vault", "另一处宝库")
 t("You recoginize this door as the entrance to a second vault. There are some scuffling noises and heavy breathing coming from the other side of the door.", "你认出来这扇门是通向另一处宝库的门户。你可以听到门的另一边有拖曳的脚步声和沉重的呼吸声")
 t("#VIOLET#You have found Kyless. You must destroy him.", "#VIOLET#你找到了克里斯,你必须杀死他。")
-t("Death of Kyless", "Death of Kyless")
+t("Death of Kyless", "克里斯之死")
 t("#VIOLET#Kyless is dead.", "#VIOLET#克里斯死了。")
 t("Berethh", "贝里斯")
 t("#VIOLET#Berethh lies dead.", "#VIOLET#贝利斯死了。")
@@ -20918,7 +21845,7 @@ section "game/modules/tome/data/quests/lichform.lua"
 t("From Death, Life", "起死回")
 t("The affairs of this mortal world are trifling compared to your true goal: To conquer death.", " 凡人世界的那些琐事对于你的终极目标:超越死亡来说是微不足道的。")
 t("Your studies have uncovered much surrounding this subject, but now you must prepare for your glorious rebirth.", " 你关于这个主题的研究已经令你发现了很多东西,现在,你必须准备你辉煌的重生仪式。")
-t("You will need:", " 你需要: ")
+t("You will need:", " 你需要:")
 t("#LIGHT_GREEN#* You are experienced enough.#WHITE#", "#LIGHT_GREEN#* 你有足够的经验。#WHITE#")
 t("#SLATE#* The ceremony will require that you are worthy, experienced, and possessed of a certain amount of power#WHITE#", "#SLATE#* 仪式需要你有足够的财富、经验并拥有足够的力量。#WHITE#")
 t("#LIGHT_GREEN#* You have 'extracted' the heart of one of your fellow necromancers.#WHITE#", "#LIGHT_GREEN#* 你已经取得了你死灵法师同类的心脏。#WHITE#")
@@ -20944,7 +21871,7 @@ t(" * You have learned the real threat comes from a rogue Archmage, a Tempest na
 t(" * You have learned the real threat comes from a rogue Archmage, a Tempest. You have been shown a secret entrance to his stronghold.", " * 你得知真正的威胁来自于一个叛逃的元素法师,是一个风暴法师。你得知了通向它秘密据点的一条隐藏通道。")
 t(" * You have slain Urkis.  Return to Angolwen or Zigur for a reward.", " * 你干掉了厄奇斯。现在返回安格列文或者伊格领取奖励吧。")
 t(" * Urkis has been dealt with. Permanently.", " * 厄奇斯被永远解决掉了。.")
-t("Scared Halfling", "Scared Halfling")
+t("Scared Halfling", "惊恐的半身人")
 t([[You step out on unfamiliar grounds. You are nearly on top of one of the highest peaks you can see.
 The storm is raging above your head.]], [[你进入了一个不熟悉的地方。你几乎站在了你能看到的最高峰位置。
 风暴在你的头顶肆虐。]])
@@ -21007,7 +21934,7 @@ t("#SLATE#* Collect an artifact arcane powered item.#WHITE#", "#SLATE#* 收集
 t("Offer which item?", "交出什么物品?")
 t("#LIGHT_RED#As the apprentice touches the staff he begins to scream, flames bursting out of his mouth. Life seems to be drained away from him, and in an instant he collapses in a lifeless husk.", "#LIGHT_RED#当学徒触摸这根法杖,他开始尖叫,火焰从他的嘴里喷射了出来。他的生命似乎被从他的体内吸取了出来。瞬间他只剩下一具毫无生机的空壳。")
 t("You have no more %s", "你不再拥有%s。")
-t("You receive: %s", "你收到: %s 。")
+t("You receive: %s", "你收到:%s 。")
 
 
 ------------------------------------------------
@@ -21021,6 +21948,7 @@ t("#VIOLET#This tome seems to be about the power of gems. Maybe you should bring
 t("Limmir points to the entrance to a cave on your map. This is supposed to be the way to the valley.", "利米尔在你的地图上指出了山洞的入口。这是一条通往山谷的路。")
 t("You must be near the moonstone to summon Limmir.", "你必须在月亮石附近召唤利米尔。")
 t("You do not have the summoning scroll!", "你没有召唤卷轴!")
+t("Limmir (Quest)", "利米尔(任务)")
 t("Limmir the Master Jeweler", "珠宝匠人利米尔")
 
 
@@ -21036,13 +21964,13 @@ t("#LIGHT_BLUE#There is a loud crack. The way is open.", "#LIGHT_BLUE#随着一
 ------------------------------------------------
 section "game/modules/tome/data/quests/orc-breeding-pits.lua"
 
-t("Desperate Measures", "Desperate Measures")
-t("You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.", "You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.")
-t("You have decided to report the information to Aeryn so she can deal with it.", "You have decided to report the information to Aeryn so she can deal with it.")
-t("Aeryn said she would send troops to deal with it.", "Aeryn said she would send troops to deal with it.")
-t("You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.", "You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.")
-t("The abominable task is done.", "The abominable task is done.")
-t("Entrance to the orc breeding pit", "Entrance to the orc breeding pit")
+t("Desperate Measures", "绝望手段")
+t("You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.", "你遇到了一个垂死的太阳骑士,他告诉了你有关兽人育种棚的消息,那是一个真正的梦魇。")
+t("You have decided to report the information to Aeryn so she can deal with it.", "你已经决定把这个消息报告给艾琳,让她处理此事。")
+t("Aeryn said she would send troops to deal with it.", "艾琳说她会派军队去处理。")
+t("You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.", "你决定自己行动,清理了它,对兽人造成了致命的打击。")
+t("The abominable task is done.", "这个可怕的任务完成了。")
+t("Entrance to the orc breeding pit", "兽人育种棚的入口")
 
 
 ------------------------------------------------
@@ -21193,7 +22121,14 @@ t("You should bring it to the elders of Last Hope in the southeast.", " 你应
 t("#00FFFF#You can feel the power of this staff just by carrying it. This is both ancient and dangerous.", "#00FFFF#你拿着法杖就可以感受到它的力量。它既古老又危险。")
 t("#00FFFF#It should be shown to the wise elders in Last Hope!", "#00FFFF#应该把它交给最后的希望的智慧长老看看!")
 t("#VIOLET#As you come out of the Dreadfell, you encounter a band of orcs!", "#VIOLET#当你走出恐惧王座,你遭遇了一队兽人!")
+t([[You wake up after a few hours, surprised to be alive, but the staff is gone!
+#VIOLET#Go at once to Last Hope to report those events!]], [[几个小时以后,你醒了过来,惊讶地发现自己还活着,不过法杖已经不见了!
+#VIOLET#立刻返回最后的希望报告这件事!]])
 t("Ukruk the Fierce", "凶残的乌克鲁克")
+t("Ambush", "伏击")
+t([[You are surprised to still be alive.
+#VIOLET#Go at once to Last Hope to report those events!]], [[令人惊讶,你竟然活了下来!
+#VIOLET#立刻返回最后的希望报告这件事!]])
 
 
 ------------------------------------------------
@@ -21240,6 +22175,7 @@ t("When you arrived there you found nothing but orcs, well organized and very po
 t("Most of your team was killed there and now you and Norgan (the sole survivor besides you) must hurry back to the Iron Council to bring the news.", " 你队伍中大多数人被杀死,现在你和诺尔甘 ( 除你以外的唯一幸存者 ) 必须赶紧突围回到钢铁议会去汇报这里的情况。")
 t("Let nothing stop you.", " 不惜一切代价冲出去。")
 t("Both Norgan and you made it home.", " 你和诺尔甘都回到了家。")
+t("Norgan", "诺尔甘")
 
 
 ------------------------------------------------
@@ -21466,7 +22402,7 @@ t("Mana represents your reserve of magical energies. Most spells cast consume ma
 t("Equilibrium", "失衡值")
 t("Equilibrium represents your standing in the grand balance of nature. The closer it is to 0 the more balanced you are. Being out of equilibrium will adversely affect your ability to use Wild Gifts.", "失衡值代表你大自然和谐的程度。失衡值越低,你和自然和谐的能力就越强。失衡值过高将会影响你使用自然系技能的能力。")
 t("%d (%d%%%% fail)", "%d (%d%%%% 失败率)")
-t("%d(fail: %s)", "%d(失败率: %s)")
+t("%d(fail: %s)", "%d(失败率:%s)")
 t("Vim", "活力值")
 t("Vim represents the amount of life energy/souls you have stolen. Each corruption talent requires some.", "活力值代表你窃取的生命能量/灵魂。堕落系技能需要活力值。")
 t("Positive energy", "正能量")
@@ -21478,7 +22414,7 @@ t("Hate represents your soul's primal antipathy towards others.  It generally de
 t("Paradox", "紊乱值")
 t("Paradox represents how much damage you've done to the space-time continuum. A high Paradox score makes Chronomancy less reliable and more dangerous to use but also amplifies its effects.", "紊乱值代表你对时空连续性造成的损害。较高的紊乱值会使时空法术变得更难控制,更加危险,但也会提升时空法术的效果。")
 t("%d/%d (%d%%%%)", "%d/%d (%d%%%%)")
-t("%d/%d(anom: %s)", "%d/%d(异常: %s)")
+t("%d/%d(anom: %s)", "%d/%d(异常:%s)")
 t("Psi", "超能力值")
 t("Psi represents your reserve of psychic energy.", "超能力值代表你存储的精神力量")
 t("Souls", "灵魂")
@@ -21488,13 +22424,13 @@ t("This is the number of soul fragments you have extracted from your foes for yo
 ------------------------------------------------
 section "game/modules/tome/data/rooms/greater_vault.lua"
 
-t("#GOLD#PLACED GREATER VAULT: %s", "#GOLD#PLACED GREATER VAULT: %s")
+t("#GOLD#PLACED GREATER VAULT: %s", "#GOLD#放置大型宝库: %s")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/rooms/lesser_vault.lua"
 
-t("#GOLD#PLACED LESSER VAULT: %s", "#GOLD#PLACED LESSER VAULT: %s")
+t("#GOLD#PLACED LESSER VAULT: %s", "#GOLD#放置小型宝库: %s")
 
 
 ------------------------------------------------
@@ -21553,7 +22489,7 @@ section "game/modules/tome/data/talents/celestial/chants.lua"
 t("Chant of Fortitude", "坚韧赞歌")
 t([[You chant the glory of the Sun, granting you %d Mental Save and increasing your maximum life by %0.1f%% (Currently:  %d).
 		You may only have one Chant active at once.
-		The effects will increase with your Spellpower.]], [[颂赞日之荣耀,使你获得 %d 精神豁免,并增加 %0.1f%% 最大生命值(当前加成: %d )。
+		The effects will increase with your Spellpower.]], [[颂赞日之荣耀,使你获得 %d 精神豁免,并增加 %0.1f%% 最大生命值(当前加成:%d )。
 		同时只能激活一种赞歌。
 		效果受法术强度加成。
 		]])
@@ -21585,8 +22521,8 @@ t([[You have learned to sing the praises of the Sun, in the form of three defens
 			Chant of Fortress: Increases your physical save by %d, your physical resistance by %d%%, your armour by %d and your armour hardiness by 15%%.
 			Chant of Resistance: Increases you spell save by %d, your fire/cold/lightning/acid resistances by %d%% and reduces all damage that comes from distant enemies (3 spaces or more) by %d%%.
 			You may only have one Chant active at a time.]], [[你学会了三种防御赞歌,以此咏唱对太阳的赞颂:
-			坚韧赞歌:增加 %d 精神豁免, %d%% 最大生命值 
-			堡垒赞歌:增加 %d 物理豁免, %d%% 物理抗性, %d 护甲, 15%% 护甲硬度 
+			坚韧赞歌:增加 %d 精神豁免, %d%% 最大生命值
+			堡垒赞歌:增加 %d 物理豁免, %d%% 物理抗性, %d 护甲, 15%% 护甲硬度
 			元素赞歌:增加 %d 法术豁免, %d%% 火焰 /寒冷 /闪电 /酸性抗性,减少三格外敌人对你造成的伤害 %d%% 。
 			你同时只能激活一种赞歌。]])
 t("Chant Illuminate", "初现光芒")
@@ -21600,7 +22536,7 @@ t([[Your skill at Chanting now extends the cloak of light, increasing your light
 		Chant of Fortitude cures mental effects.
 		Chant of Fortress cures physical effects.
 		Chant of Resistance cures magical effects.]], [[咏唱赞歌的娴熟技艺让光明得以扩散,增加 %d 光照半径。
-		每次你咏唱新的赞歌时,你将解除自身所有 CT 效果,并解除 %d 项相应类型的负面状态。
+		每次你咏唱新的赞歌时,你将解除自身的失去平衡、法术冲击和锁脑效果,并额外解除 %d 项相应类型的负面状态。
 		坚韧赞歌:解除精神负面状态 
 		堡垒赞歌:解除物理负面状态 
 		元素赞歌:解除魔法负面状态 ]])
@@ -21761,9 +22697,9 @@ t([[Destabilize your glyphs, triggering every glyph in radius 10 with an enemy s
 		#7f7f7f#Moonlight#LAST#:  %0.2f darkness damage.
 		#9D9DC9#Twilight#LAST#:  %0.2f light and %0.2f darkness damage]], [[激发所有圣印,10格内所有上方站着敌人的圣印将被触发。
 		技能等级2时,该效果触发的圣印将在地面遗留能量,在%d回合内持续造成伤害。
-		#ffd700#日光圣印#LAST#:  %0.2f 光系伤害。
-		#7f7f7f#月光圣印#LAST#:  %0.2f 暗影伤害。
-		#9D9DC9#暮光圣印#LAST#:  %0.2f 光系和 %0.2f 暗影伤害。]])
+		#ffd700#日光圣印#LAST#: %0.2f 光系伤害。
+		#7f7f7f#月光圣印#LAST#: %0.2f 暗影伤害。
+		#9D9DC9#暮光圣印#LAST#: %0.2f 光系和 %0.2f 暗影伤害。]])
 
 
 ------------------------------------------------
@@ -21784,7 +22720,7 @@ t([[Hits the target with your weapon doing %d%% damage, and with a shield strike
 		受法术强度影响,光系伤害有额外加成。]])
 t("Retribution", "惩戒之盾")
 t("You cannot use Retribution without a shield!", "必须装备一面盾牌!")
-t("#RED#Absorb Remaining: %d", "#RED#剩余吸收量: %d")
+t("#RED#Absorb Remaining: %d", "#RED#剩余吸收量:%d")
 t([[Retribution negates half of all damage you take while it is active. Once Retribution has negated %0.2f damage, your shield will explode in a burst of light, inflicting damage equal to the amount negated in a radius of %d and deactivating the talent.
 		The amount absorbed will increase with your Spellpower.
 		%s]], [[吸收你收到的一半伤害。一旦惩戒之盾吸收 %0.2f 伤害值,它会产生光系爆炸,在 %d 码半径范围内造成等同吸收值的伤害并中断技能效果。 
@@ -21795,7 +22731,7 @@ t("You cannot use Crusade without a shield!", "使用十字军打击必须使用
 t([[You demonstrate your dedication to the light with a measured attack striking once with your weapon for %d%% Light damage and once with your shield for %d%% Light damage.
 			If the first strike connects %d random talent cooldowns are reduced by 1.
 			If the second strike connects you are cleansed of %d debuffs.]], [[你用武器攻击造成 %d%% 光系伤害,再用盾牌攻击造成 %d%% 光系伤害。
-			如果第一次攻击命中,随机 %d 个技能 cd 时间减 1 。
+			如果第一次攻击命中,随机 %d 个技能冷却时间减少1回合 。
 			如果第二次攻击命中,除去你身上至多 %d 个 debuff。]])
 
 
@@ -21999,7 +22935,7 @@ t([[Infuse yourself with the raging fury of the Sun, increasing your physical an
 		If Sun Ray was on cooldown, the remaining turns are reduced by one instead.
 		This effect can only happen once per turn.]], [[让阳光的怒火充满自身,增加 %d%% 物理和法术暴击率。
 		每次物理或法术暴击时,有 %d%% 几率获得阳光之怒效果,持续两回合。
-		当效果激活时,你的阳光烈焰变为瞬发,同时伤害增加 25%% 。 
+		当效果激活时,你的阳光烈焰变为瞬间技能,同时伤害增加 25%% 。
 		如果阳光烈焰处于冷却中,则减少 1 回合冷却时间。 
 		该效果一回合至多触发一次。]])
 t("Suncloak", "阳光护体")
@@ -22099,22 +23035,22 @@ t([[You revert your body to a previous state, healing yourself for %0.2f life an
 section "game/modules/tome/data/talents/chronomancy/anomalies.lua"
 
 t("Anomaly Rearrange", "异常:重排")
-t("@Source@ causes a spacetime hiccup.", "@Source@ 引起了时空轻微重排。")
+t("@Source@ causes a spacetime hiccup.", "@Source@引起了时空轻微重排。")
 t("Teleports up to five targets in a radius of %d up to ten tiles away.", "将半径 %d 范围内最多五个单位传送到十格外。")
 t("Anomaly Teleport", "异常:传送")
-t("@Source@ shifts reality.", "@Source@ 改变了现实。")
+t("@Source@ shifts reality.", "@Source@改变了现实。")
 t("Teleports up to five targets in a radius of %d up to %d tiles away.", "将半径 %d 范围内最多五个单位传送到 %d 格外。")
 t("Anomaly Swap", "异常:换位")
-t("@Source@ swaps places with a nearby target.", "@Source@ 和附近一名目标交换了位置。")
+t("@Source@ swaps places with a nearby target.", "@Source@和附近一名目标交换了位置。")
 t("The spell fizzles!", "法术失败了!")
 t("You swap locations with a random target.", "你和一个随机目标交换位置")
 t("Anomaly Displacement Shield", "异常:偏转护盾")
-t("@Source@ transfers damage to a nearby target.", "@Source@ 将伤害转移至附近一名目标。")
+t("@Source@ transfers damage to a nearby target.", "@Source@将伤害转移至附近一名目标。")
 t([[50%% chance that damage the caster takes will be warped to a set target.
 		Once the maximum damage (%d) is absorbed, the time runs out, or the target dies, the shield will crumble.]], [[施法者所承受的伤害有 50%% 的概率转移给指定连接的目标。 
 		一旦吸收伤害达到上限( %d ),持续时间到了或目标死亡,护盾会破碎掉。]])
 t("Anomaly Wormhole", "异常:虫洞")
-t("@Source@ folds the space between two points.", "@Source@ 折叠了两点间的空间。")
+t("@Source@ folds the space between two points.", "@Source@折叠了两点间的空间。")
 t("wormhole", "虫洞")
 t("@Target@ moves onto the wormhole.", "@Target@踩中了虫洞。!")
 t("%s tries to enter the wormhole but a violent force pushes it back.", "%s试图进入虫洞但是一股猛力将其强行推送了回来。")
@@ -22122,105 +23058,113 @@ t("%s ignores the wormhole.", "%s无视了虫洞。")
 t("Reality asserts itself and forces the wormhole shut.", "现实世界进行自我调谐强行关闭了虫洞。")
 t("Creates a wormhole nearby and a second wormhole up to ten tiles away.", "建立一个连接附近的随机格子和十格外的随机格子的虫洞。")
 t("Anomaly Probability Travel", "异常:相位移动")
-t("@Source@ places several targets out of phase.", "@Source@ 让数名目标从相位空间移出。")
+t("@Source@ places several targets out of phase.", "@Source@让数名目标从相位空间移出。")
 t("Allows up to five targets in a radius of %d to travel up to %d tiles through walls.", "将半径 %d 范围内最多五个单位可以穿墙移动 %d 格")
 t("Anomaly Blink", "异常:闪烁")
-t("@Source@ makes several targets blink uncontrollably.", "@Source@ 让数名目标不受控制地在空间中闪烁。")
+t("@Source@ makes several targets blink uncontrollably.", "@Source@让数名目标不受控制地在空间中闪烁。")
 t("Up to five targets in a radius of %d are teleporting %d tiles every turn.", "让半径 %d 范围内最多五个单位每回合在 %d 格内传送。")
 t("Anomaly Summon Townsfolk", "异常:召唤村民")
 t("Some innocent bystanders have been teleported into the fight.", "一些无辜的旁观者被传送到战斗中。")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("human farmer", "人类农民")
+t("A weather-worn Human farmer, looking at a loss as to what's going on.", "一个饱经风霜的人类农民,他茫然不知所措。")
+t("halfling gardener", "半身人园丁")
+t("A rugged Halfling gardener, looking quite confused as to what he's doing here.", "一个粗犷的半身人园丁,他对在这里做什么感到困惑。")
+t("shalore scribe", "永恒精灵书记员")
+t("A scrawny Elven scribe, looking bewildered at his surroundings.", "一个瘦骨嶙峋的精灵书记员,他困惑地看着周围的环境。")
+t("dwarven lumberjack", "矮人伐木工")
+t("A brawny Dwarven lumberjack, looking a bit upset at his current situation.", "一个强壮的矮人伐木工,他对自己现在的处境有点不安。")
 t("Pulls innocent people into the fight.", "将无辜的村民拖入战斗。")
 t("Anomaly Slow", "异常:减速")
-t("@Source@ creates a bubble of slow time.", "@Source@ 制造出减速时间气泡。")
+t("@Source@ creates a bubble of slow time.", "@Source@制造出减速时间气泡。")
 t("Slows up to five targets in a radius %d ball by %d%%.", "让半径 %d 范围内最多五个单位减速 %d%% 。")
 t("Anomaly Haste", "异常:加速")
-t("@Source@ creates a bubble of fast time.", "@Source@ 制造出加速时间气泡。")
+t("@Source@ creates a bubble of fast time.", "@Source@制造出加速时间气泡。")
 t("Increases global speed of up to five targets in a radius %d ball by %d%%.", "让半径 %d 范围内最多五个单位增加整体速度 %d%% 。")
 t("Anomaly Stop", "异常:停止")
-t("@Source@ creates a bubble of nul time.", "@Source@ 制造出停滞时间气泡。")
+t("@Source@ creates a bubble of nul time.", "@Source@制造出停滞时间气泡。")
 t("Stuns up to five targets in a radius %d ball.", "震慑半径 %d 范围内最多五个单位。")
 t("Anomaly Temporal Bubble", "异常:时空气泡")
-t("@Source@ removes several targets from time.", "@Source@ 将数名目标从时间流中移除。")
+t("@Source@ removes several targets from time.", "@Source@将数名目标从时间流中移除。")
 t("Time Prisons up to five targets in a radius %d ball.", "将半径 %d 范围内最多五个单位从时光的流动中移出。")
 t("Anomaly Temporal Shield", "异常:时间盾")
-t("@Source@ creates a temporal shield around several targets.", "@Source@ 制造出覆盖数名目标的时间护盾。")
+t("@Source@ creates a temporal shield around several targets.", "@Source@制造出覆盖数名目标的时间护盾。")
 t("Time Shields up to five targets in a radius of %d.", "将半径 %d 范围内最多五个单位覆盖时光之盾。")
 t("Anomaly Invigorate", "异常:鼓舞")
-t("@Source@ energizes several targets.", "@Source@ 鼓舞了数名目标。")
+t("@Source@ energizes several targets.", "@Source@鼓舞了数名目标。")
 t("Invigorates up to five targets in a radius of %d.", "鼓舞半径 %d 范围内最多五个单位。")
 t("Anomaly Temporal Clone", "异常:克隆")
-t("@Source@ clones a nearby creature.", "@Source@ 克隆了周围随机目标。")
+t("@Source@ clones a nearby creature.", "@Source@克隆了周围随机目标。")
 t("Clones a random creature within range.", "克隆范围内一个随机单位。")
 t("Anomaly Temporal Storm", "异常:时空风暴")
-t("@Source@ creates a temporal storm.", "@Source@ 制造出时空风暴。")
+t("@Source@ creates a temporal storm.", "@Source@制造出时空风暴。")
 t("Creates a temporal storm for %d to %d turns that deals between %0.2f and %0.2f temporal damage each turn.", "召唤一场时空风暴 %d ~ %d 回合,每回合造成 %0.2f ~ %0.2f 时空伤害。")
 t("Anomaly Gravity Pull", "异常:重力牵引")
 t("%s is drawn in by gravity!", "%s被重力拖动!")
 t("Increases localized gravity, pulling in targets in a radius of %d.", "增加周围的重力,吸引半径 %d 范围内的目标。")
 t("Anomaly Dig", "异常:挖掘")
-t("@Source@ turns matter to dust.", "@Source@ 将周围的物质化为尘土。")
+t("@Source@ turns matter to dust.", "@Source@将周围的物质化为尘土。")
 t("Digs out all terrain in a radius %d ball.", "挖掘半径 %d 范围内的所有地形。")
 t("Anomaly Entomb", "异常:埋葬")
-t("@Source@ creates a stone wall.", "@Source@ 制造出岩石墙壁。")
+t("@Source@ creates a stone wall.", "@Source@制造出岩石墙壁。")
 t("stone wall", "石墙")
 t("a summoned wall of stone", "召唤的岩石墙壁")
 t("Entombs a single target in a wall of stone.", "将一个单位用岩石墙环绕。")
 t("Anomaly Entropy", "异常:熵")
-t("@Source@ increases local entropy.", "@Source@ 增加了局部的熵。")
-t("%s's %s is disrupted!", "%s 的%s被打断了!")
+t("@Source@ increases local entropy.", "@Source@增加了局部的熵。")
+t("%s's %s is disrupted!", "%s的%s被打断了!")
 t("Places between three and six talents of up to 5 targets in a radius %d ball on cooldown for up to %d turns.", "让半径 %d 范围内最多五个单位的三到六个技能进入冷却 %d 回合。")
 t("Anomaly Gravity Well", "异常:重力井")
-t("@Source@ increases local gravity.", "@Source@ 增加了局部重力。")
+t("@Source@ increases local gravity.", "@Source@增加了局部重力。")
 t("Creates a gravity well in a radius %d ball, pinning up to five targets.", "在半径 %d 范围内制造重力井,定身最多五个单位。")
 t("Anomaly Quake", "异常:地震")
-t("@Source@ causes an earthquake.", "@Source@ 制造出地震。")
+t("@Source@ causes an earthquake.", "@Source@制造出地震。")
 t("Causes an earthquake in a radius of %d.", "在半径 %d 范围内制造地震。")
 t("Anomaly Flawed Design", "异常:不完美设计")
-t("@Source@ crumbles the resistances of several targets.", "@Source@ 让数名目标的抗性下降。")
+t("@Source@ crumbles the resistances of several targets.", "@Source@让数名目标的抗性下降。")
 t("Reduces the resistances of up to five targets in a ball of radius %d by %d%%.", "将半径 %d 范围内最多五个单位的抗性降低 %d%% 。")
 t("Anomaly Dust Storm", "异常:尘土风暴")
-t("@Source@ causes a dust storm.", "@Source@ 制造了尘土风暴。")
+t("@Source@ causes a dust storm.", "@Source@制造了尘土风暴。")
 t("Summons three to six dust storms.", "召唤三到六个尘土风暴。")
 t("Anomaly Blazing Fire", "异常:燃烧之炎")
-t("@Source@ causes a fire.", "@Source@ 制造出火焰。")
+t("@Source@ causes a fire.", "@Source@制造出火焰。")
 t("Summons three to six blazing fires.", "召唤三到六个燃烧之炎。")
 t("Anomaly Calcify", "异常:石化")
-t("@Source@ calcifies several targets.", "@Source@ 石化了数名目标。")
+t("@Source@ calcifies several targets.", "@Source@石化了数名目标。")
 t("Turns up to 5 targets in a radius %d ball to stone for %d turns.", "将半径 %d 范围内最多五个单位变成石头 %d 回合。")
 t("Anomaly Call", "异常:召唤")
-t("@Source@ teleports several targets to @Source@'s location.", "@Source@ 将数名目标传送到 @Source@ 的位置。")
+t("@Source@ teleports several targets to @Source@'s location.", "@Source@将数名目标传送到@Source@的位置。")
 t("Teleports between 3 and 6 targets to the caster.", "将三到六个单位召唤到施法者身边。")
 t("Anomaly Deus Ex", "异常:神佑")
 t("The odds have tilted.", "几率发生了倾斜。")
 t("Substantially toughens and hastes one target for %d turns.", "显著强化和加速目标 %d 回合。")
 t("Anomaly Evil Twin", "异常:邪恶双生子")
-t("@Source@'s evil twin has come from another timeline.", "@Source@ 的邪恶双胞胎从另一个时间线赶来。")
+t("@Source@'s evil twin has come from another timeline.", "@Source@的邪恶双胞胎从另一个时间线赶来。")
 t("Clones the caster.", "复制施法者。")
 t("Anomaly Intersecting Threads", "异常:时间线紊乱")
-t("@Source@ has caused two threads to merge.", "@Source@ 让两条时间线合并。")
+t("@Source@ has caused two threads to merge.", "@Source@让两条时间线合并。")
 t("Clones all creatures in a radius of 10.", "复制半径十格范围内所有生物。")
 t("Anomaly Mass Dig", "异常:范围挖掘")
-t("@Source@ digs out a huge area.", "@Source@ 挖掘了一大片区域。")
+t("@Source@ digs out a huge area.", "@Source@挖掘了一大片区域。")
 t("Digs out all terrain in between three and six radius %d balls.", "在三到六个半径 %d 范围的圆里摧毁所有地形。")
 t("Anomaly Sphere of Destruction", "异常:毁灭之球")
-t("@Source@ creates a sphere of destruction.", "@Source@ 制造了毁灭之球。")
+t("@Source@ creates a sphere of destruction.", "@Source@制造了毁灭之球。")
 t("Summons a sphere of destruction.", "召唤一个毁灭之球。")
 t("Anomaly Tornado", "异常:龙卷风")
-t("@Source@ causes a tornado storm.", "@Source@ 制造了龙卷风。")
+t("@Source@ causes a tornado storm.", "@Source@制造了龙卷风。")
 t("%s resists the tornado!", "%s抵抗了龙卷风!")
 t("Summons three to six tornados.", "召唤三到六道龙卷风")
 t("Anomaly Meteor", "异常:陨石")
-t("@Source@ causes a meteor to fall from the sky.", "@Source@ 让陨石从天而降。")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ causes a meteor to fall from the sky.", "@Source@让陨石从天而降。")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t("Causes a meteor to fall from the sky.", "召唤一颗陨石从天空坠落。")
 t("Anomaly Spacetime Tear", "异常:空间撕裂")
-t("@Source@ tears a hole in the fabric of spacetime.", "@Source@ 在空间中撕裂出漏洞。")
+t("@Source@ tears a hole in the fabric of spacetime.", "@Source@在空间中撕裂出漏洞。")
 t("Spacetime Tear", "空间撕裂")
-t("%s forces the tear shut!", "%s 令空间撕裂停止!")
+t("%s forces the tear shut!", "%s令空间撕裂停止!")
 t("Tears a hole in the fabric of spacetime.", "在空间的构造上撕开一个洞。")
 t("Anomaly Summon Time Elemental", "异常:召唤时间元素")
-t("Some Time Elementals have been attracted by @Source@'s meddling.", "一些时空元素被 @Source@ 吸引过来。")
+t("Some Time Elementals have been attracted by @Source@'s meddling.", "一些时空元素被@Source@吸引过来。")
 t("Time elementals have been attracted to the timeline.", "召唤时间元素。")
 
 
@@ -22263,7 +23207,7 @@ t([[Fire an arrow for %d%% weapon damage and call up to 2 wardens, depending on
 		
 		激活螺旋灵弓技能可以自由切换到你的弓(必须装备在副武器栏位上)。此外,当你使用远程攻击时也会触发这个效果。]])
 t("Singularity Arrow", "奇点之矢")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("%s is drawn in by the singularity!", "%s 被拖向时空奇点!")
 t([[Fire an arrow for %d%% weapon damage. When the arrow reaches its destination or hits a target it will draw in all other targets in a radius of %d and inflict %0.2f physical damage.
 		Each target moved beyond the first increases the damage %0.2f (up to %0.2f bonus damage).
@@ -22335,6 +23279,7 @@ t("Spacetime anomalies that can randomly occur when paradox is to high.", "æ—¶
 t("anomalies", "异常")
 t("chronomancy", "时空")
 t("%s's temporal clone", "%s的时空克隆体")
+t("A creature from another timeline.", "来自另一条时间线的生物。")
 
 
 ------------------------------------------------
@@ -22357,7 +23302,7 @@ t([[Choose an activatable spell that affects only you, does not require a target
 		This spell will cast even if it is currently on cooldown, will not consume a turn or resources, and uses the talent level of Contingency or its own, whichever is lower.
 		This effect can only occur once every %d turns and takes place after the damage is resolved.
 
-		Current Contingency Spell: %s]], [[选择一个只会影响你并且不需要选中目标的非固定 CD 主动法术。当你受到伤害并使生命值降低到 %d%% 以下时,自动释放这个技能。
+		Current Contingency Spell: %s]], [[选择一个只会影响你并且不需要选中目标的非固定冷却时间主动法术。当你受到伤害并使生命值降低到 %d%% 以下时,自动释放这个技能。
 		即使选择的技能处于冷却状态也可以释放  ,并且不消耗回合或资源,技能等级为该技能和指定技能当中较低的一方。		这个效果每 %d 回合只能触发一次,并且在伤害结算之后生效。
 
 		当前选择技能: %s ]])
@@ -22384,7 +23329,7 @@ t([[Partially dissipates all incoming damage, reducing it by 30%%, up to a maxim
 		The maximum damage reduction will scale with your Spellpower.]], [[分解一部分受到的伤害。减少 30%% 伤害 , 最多减少 %d 。
 		受法术强度影响,减少伤害的最大值有额外加成。]])
 t("Energy Absorption", "能量吸收")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("%s's %s is disrupted by the Energy Absorption!", "%s 的 %s 被能量吸收所打断!")
 t([[You sap the target's energy and add it to your own, placing up to %d random talents on cooldown for %d turns.
 		For each talent put on cooldown, you reduce the cooldown of one of your talents currently on cooldown by %d turns.]], [[你吸收目标的能量并化为己用,最多使 %d 个随机技能进入 %d 回合冷却。
@@ -22410,10 +23355,10 @@ t([[Activate to Seal Fate for %d turns.  When you damage a target while Seal Fat
 		If you have Spin Fate active the chance will be increased by 33%% per Spin (for %d%% at three Spin.)
 		The duration increase can occur up to %d times per turn and the bonus Spin once per turn.]], [[激活这个技能封印命运 %d 回合。
 		在这个技能激活期间,每当你对目标造成伤害,你获得一层命运之丝效果,并有 %d%% 几率延长目标的一个负面效果一回合。
-		每层命运之茧将使负面状态延长的概率增加 33%% ( 三层效果时增加 %d%% 。 )
+		每层命运之丝将使负面状态延长的概率增加 33%% ( 三层效果时增加 %d%% 。 )
 		负面状态延长每回合只能触发 %d 次,该效果获得的命运之丝每回合最多一层。]])
 t("Fateweaver", "命运编织")
-t("You now gain %d combat accuracy, physical power, spellpower, and mindpower per Spin.", "现在每层命运之网使你获得 %d 命中,物理、法术和精神强度。")
+t("You now gain %d combat accuracy, physical power, spellpower, and mindpower per Spin.", "现在每层命运之丝使你获得 %d 命中,物理、法术和精神强度。")
 t("Webs of Fate", "命运之网")
 t([[For the next %d turns you displace %d%% of any damage you receive onto a random enemy.
 		While Webs of Fate is active you may gain one additional Spin per turn and your maximum Spin is doubled.]], [[接下来的 %d 回合中,你将受到的 %d%% 伤害转移给随机的敌人。
@@ -22431,7 +23376,7 @@ t([[Create an anomaly, reducing your Paradox by %d.  This spell will never produ
 		然而,当学会扭曲命运后,你可以选中引导异变作为目标。
 		受法术强度影响,紊乱值减少效果有额外加成。]])
 t("Reality Smearing", "弥散现实")
-t("#LIGHT_BLUE##Source# converts damage to paradox!", "#LIGHT_BLUE##Source# 将伤害转化为紊乱值!")
+t("#LIGHT_BLUE##Source# converts damage to paradox!", "#LIGHT_BLUE##Source#将伤害转化为紊乱值!")
 t("#LIGHT_BLUE#(%d converted)#LAST#", "#LIGHT_BLUE#(%d 转化)#LAST#")
 t([[While active 30%% of all damage you take is converted into %0.2f Paradox per point.
 		The Paradox is gained over three turns.]], [[当激活这个技能时,你受到伤害的 30%% 被转化为 %0.2f 的紊乱值。
@@ -22473,7 +23418,7 @@ t([[Sends out a blast wave of gravity in a radius %d cone, dealing %0.2f base ph
 		被击飞至墙上或其他单位的目标受到额外 25%% 伤害,并对被击中的单位造成 25%% 伤害。
 		离你越近的目标将会被击飞得更远。受法术强度影响,伤害按比例加成。]])
 t("Gravity Spike", "重力钉刺")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("%s is drawn in by the singularity!", "%s 被拖向时空奇点!")
 t([[Creates a gravity spike in a radius of %d that moves all targets towards the spell's center and inflicts %0.2f physical (gravity) damage.
 		Each target moved beyond the first increases the damage by %0.2f (up to a maximum of %0.2f bonus damage).
@@ -22502,7 +23447,8 @@ t([[Increases weapon damage by %d%% and physical power by 30 when using swords,
 		当装备武器、弹药或者计算武器伤害时,你使用魔法取代你的力量属性进行计算。
 		这个技能的奖励伤害取代武器掌握、匕首掌握和弓箭掌握的加成。]])
 t("Guardian Unity", "守卫融合")
-t("#STEEL_BLUE##Source# shares damage with %s guardian!", "#STEEL_BLUE##Source# 和 %s 的守卫共享伤害!")
+t("Guardian", "守卫")
+t("#STEEL_BLUE##Source# shares damage with %s guardian!", "#STEEL_BLUE##Source#和%s的守卫共享伤害!")
 t("#STEEL_BLUE#(%d shared)#LAST#", "#STEEL_BLUE#(%d 伤害共享)#LAST#")
 t("Not enough space to summon warden!", "没有足够的空间召唤守卫!")
 t([[When a single hit deals more than %d%% of your maximum life another you appears and takes %d%% of the damage as well as %d%% of all damage you take for the next %d turns.
@@ -22525,35 +23471,35 @@ t([[Attack the target with either your ranged or melee weapons for %d%% weapon d
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/induced-phenomena.lua"
 
-t("Cosmic Cycle", "Cosmic Cycle")
-t("#LIGHT_BLUE#Your cosmic cycle expands.", "#LIGHT_BLUE#Your cosmic cycle expands.")
-t("#LIGHT_RED#Your cosmic cycle contracts.", "#LIGHT_RED#Your cosmic cycle contracts.")
+t("Cosmic Cycle", "宇宙圈")
+t("#LIGHT_BLUE#Your cosmic cycle expands.", "#LIGHT_BLUE#你的宇宙圈膨胀了。")
+t("#LIGHT_RED#Your cosmic cycle contracts.", "#LIGHT_RED#你的宇宙圈收缩了。")
 t([[Tune yourself into the ebb and flow of spacetime.  When your Paradox crosses a 100 point threshold, your Cosmic Cycle gains or loses one radius.
-		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]], [[Tune yourself into the ebb and flow of spacetime.  When your Paradox crosses a 100 point threshold, your Cosmic Cycle gains or loses one radius.
-		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]])
-t("Polarity Shift", "Polarity Shift")
-t("You must have Cosmic Cycle active to use this talent.", "You must have Cosmic Cycle active to use this talent.")
-t("particles_images/alt_temporal_bolt_0%d", "particles_images/alt_temporal_bolt_0%d")
+		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]], [[调整你自己进入时空的涨落。当你的紊乱值超过100点的临界点时,你的宇宙轮回会膨胀或收缩一个半径。
+		当宇宙圈膨胀时,你的时空抗性穿透将增加 %d%% 。当它收缩时,你计算紊乱值时的意志力将增加 %d%% 。]])
+t("Polarity Shift", "奇点切换")
+t("You must have Cosmic Cycle active to use this talent.", "你必须开启宇宙圈才能使用这一技能")
 t([[Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.
 		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.
-		The damage will scale with your Spellpower.]], [[Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.
-		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.
-		The damage will scale with your Spellpower.]])
-t("Reverse Causality", "Reverse Causality")
+		The damage will scale with your Spellpower.]], [[逆转你宇宙圈的极性。如果它正在收缩,它将开始膨胀,向半径范围内的每个目标发射一枚瞄准的飞弹,造成 %0.2f 时空伤害。
+		如果它目前正在扩张,它将开始收缩,将半径范围内所有目标的生命线编织 %d 回合。被编织目标承受对其他编织目标造成的所有伤害的 %d%% 。
+		伤害受法术强度加成。]])
+t("Reverse Causality", "逆转因果")
 t([[When a creature enters your expanding Cosmic Cycle, you heal %d life at the start of your next turn.
 		When a creature leaves your contracting Cosmic Cycle, you reduce the duration of one detrimental effect on you by %d at the start of your next turn.
-		The healing will scale with your Spellpower.]], [[When a creature enters your expanding Cosmic Cycle, you heal %d life at the start of your next turn.
-		When a creature leaves your contracting Cosmic Cycle, you reduce the duration of one detrimental effect on you by %d at the start of your next turn.
-		The healing will scale with your Spellpower.]])
+		The healing will scale with your Spellpower.]], [[当一个生物进入你膨胀的宇宙圈时,你在下一回合开始时治疗 %d 生命。
+		当一个生物离开你收缩的宇宙圈时,你在下一回合开始时将对你造成一个负面效果的持续时间减少 %d 。
+		治疗量受法术强度加成。]])
 t("Epoch", "亚伯契")
-t("%s resists the blindness!", "%s 抵抗了致盲!")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists the confusion!", "%s 抵抗了混乱!")
+t("%s resists the blindness!", "%s抵抗了致盲!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists the confusion!", "%s抵抗了混乱!")
 t([[While your cosmic cycle is expanding, creatures in its radius have a %d%% chance to suffer the effects of aging; pinning, blinding, or confusing them for 3 turns.
 		While your cosmic cycle is contracting, creatures in its radius suffer from age regression; reducing their three highest stats by %d.
-		The chance and stat reduction will scale with your Spellpower.]], [[While your cosmic cycle is expanding, creatures in its radius have a %d%% chance to suffer the effects of aging; pinning, blinding, or confusing them for 3 turns.
-		While your cosmic cycle is contracting, creatures in its radius suffer from age regression; reducing their three highest stats by %d.
-		The chance and stat reduction will scale with your Spellpower.]])
+		The chance and stat reduction will scale with your Spellpower.]], [[当你的宇宙圈在扩展时,其半径内的生物有%d%的机会遭受老化的影响;定身、致盲或混乱它们3回合。
+		当你的宇宙圈在收缩时,其半径内的生物会遭受年龄退行的痛苦;它们的三个最高属性会减少%d。
+		几率和属性降低效果受法术强度加成。
+		]])
 
 
 ------------------------------------------------
@@ -22589,6 +23535,7 @@ t([[While active your physical and temporal damage has a %d%% chance to remove o
 section "game/modules/tome/data/talents/chronomancy/other.lua"
 
 t("Spacetime Tuning", "时空调谐")
+t("What's your preferred paradox level?", "你希望将紊乱值调整到多少?")
 t([[Use to set your preferred Paradox.  While resting or waiting you'll adjust your Paradox towards this number at the rate of %d per turn.
 		Your Paradox modifier is factored into the duration and spellpower of all chronomancy spells.
 
@@ -22601,13 +23548,13 @@ t([[Use to set your preferred Paradox.  While resting or waiting you'll adjust y
 		Current Anomaly Chance :  %d%%]], [[设置自己的紊乱值。
 		休息或等待时,你每回合将自动调节 %d 点紊乱值趋向于你的设定值。
 		你的紊乱值会修正所有时空法术的持续时间和法术强度。
-		设定的紊乱值: %d
-		紊乱值修正率: %d%%
-		时空法术强度: %d
-		意志修正数值: -%d
-		紊乱维持数值: +%d
-		修正后紊乱值: %d
-		当前异常几率: %d%%]])
+		设定的紊乱值:%d
+		紊乱值修正率:%d%%
+		时空法术强度:%d
+		意志修正数值:-%d
+		紊乱维持数值:+%d
+		修正后紊乱值:%d
+		当前异常几率:%d%%]])
 t("Slow", "减速")
 t([[Creates a time distortion in a radius of %d that lasts for %d turns, decreasing global speed by %d%% for 3 turns and inflicting %0.2f temporal damage each turn to all targets within the area.
 		The slow effect and damage dealt will scale with your Spellpower.]], [[在 %d 码半径范围内制造 1 个时间扭曲力场,持续 %d 回合。同时减少 %d%% 目标整体速度,持续 3 回合,当目标处于此范围内时每回合造成 %0.2f 时空伤害。 
@@ -22645,14 +23592,14 @@ t([[You partially remove yourself from the timeline for 10 turns.
 		增加你 %d%% 所有伤害抵抗,减少 %d%% 负面状态持续时间并减少 20%% 你造成的伤害。 
 		抵抗加成、状态减少值和伤害惩罚会随法术持续时间的增加而逐渐减少。 
 		受法术强度影响,效果按比例加成。]])
-t("Paradox Clone", "无序克隆")
 t("%s's Paradox Clone", "%s的无序克隆")
-t("The real %s... or so %s says.", "真正的%s... 或者 %s 这样说。")
+t("The real %s... or so %s says.", "真正的%s... 或者%s这样说。")
+t("Paradox Clone", "无序克隆")
 t([[You summon your future self to fight alongside you for %d turns.  At some point in the future, you'll be pulled into the past to fight alongside your past self after the initial effect ends.
 		This spell splits the timeline.  Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.]], [[你召唤未来的自己和你一起战斗,持续 %d 回合。当技能结束后,在未来的某个时间点,你会被拉回到过去,协助你自己战斗。 
 		这个法术会使时间线分裂,所以其他同样能使时间线分裂的技能在此期间不能成功释放。]])
 t("Displace Damage", "伤害转移")
-t("#PINK##Source# displaces some damage onto #Target#!", "#PINK##Source# 将部分伤害转移至 #Target#!")
+t("#PINK##Source# displaces some damage onto #Target#!", "#PINK##Source#将部分伤害转移至#Target#!")
 t([[You bend space around you, displacing %d%% of any damage you receive onto a random enemy within range.
 		]], [[空间在你身边折叠,转移 %d%% 伤害到范围内随机 1 个敌人身上。
 		]])
@@ -22662,8 +23609,8 @@ t([[You surround yourself with a radius %d distortion of gravity, knocking back
 		The damage will scale with your Spellpower.]], [[你用 %d 码半径范围的重力吸收光环围绕自己,击退所有单位并造成 %0.2f 物理伤害。此效果持续 %d 回合。对定身状态目标额外造成 50%% 伤害。 
 		这股爆炸性冲击波可能会对目标造成多次伤害,这取决于攻击半径和击退效果。 
 		受法术强度影响,伤害按比例加成。]])
-t("Temporal Clone", "时空复制")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("Temporal Clone", "时空复制")
 t([[Clones the target creature for up to %d turns.  The duration of the effect will be divided by half the target's rank, and the target will have have %d%% of its normal life and deal %d%% less damage.
 		If you clone a hostile creature the clone will target the creature it was cloned from.
 		The life and damage penalties will be lessened by your Spellpower.]], [[你复制目标,从其他时间线上召唤出复制体,持续 %d 回合。持续时间将会除以目标分级的一半,且复制体只拥有目标 %d%% 的生命,造成的伤害减少 %d%% 。
@@ -22675,16 +23622,16 @@ t([[You convert %d%% of all non-temporal damage you receive into temporal damage
 		This damage will bypass resistance and affinity.]], [[你转化所有受到的 %d%% 的非时空伤害为持续 %d 回合的时空伤害释放出去。 
 		造成的伤害无视抗性和伤害吸收。]])
 t("Phase Shift", "相位切换")
-t("Phase shift yourself for %d turns; any damage greater than 10%% of your maximum life will teleport you to an adjacent tile and be reduced by 50%% (can only happen once per turn).", "切换你的相位 %d 回合;任何将会对你造成超过你最大生命值 10%% 伤害的攻击会把你传送到一个相邻的格子里,并且这次伤害减少50%% (每回合只能发生一次)。")
+t("Phase shift yourself for %d turns; any damage greater than 10%% of your maximum life will teleport you to an adjacent tile and be reduced by 50%% (can only happen once per turn).", "切换你的相位 %d 回合;任何将会对你造成超过你最大生命值 10%% 伤害的攻击会把你传送到一个相邻的格子里,并且这次伤害减少50%%(每回合只能发生一次)。")
 t("Swap", "时空交换")
-t("%s resists the swap!", "%s 抵抗了时空交换!")
+t("%s resists the swap!", "%s抵抗了时空交换!")
 t([[You manipulate the spacetime continuum in such a way that you switch places with another creature with in a range of %d.  The targeted creature will be confused (power %d%%) for %d turns.
 		The spell's hit chance will increase with your Spellpower.]], [[你控制时间的流动来使你和 %d 码范围内的某个怪物交换位置。目标会混乱( %d%% 强度) %d 回合。 
 		受法术强度影响,法术命中率有额外加成。]])
 t("Temporal Wake", "时空苏醒")
 t("You do not have line of sight.", "你没有视线")
 t("The spell fizzles!", "法术失败了!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[Violently fold the space between yourself and another point within range.
 		You teleport to the target location, and leave a temporal wake behind that stuns for %d turns and deals %0.2f temporal and %0.2f physical warp damage to targets in the path.
 		The damage will scale with your Spellpower.]], [[暴力地折叠你和另外一个点之间的空间。你传送到目标地点并造成时空的苏醒,震慑路径上的所有目标 %d 回合并造成 %0.2f 时空伤害和 %0.2f 物理(折叠)伤害 
@@ -22703,11 +23650,11 @@ t([[Destabilizes the target, inflicting %0.2f temporal damage per turn for 10 tu
 		受法术强度影响,伤害有额外加成。]])
 t("Quantum Spike", "量子钉刺")
 t("%s has been pulled apart at a molecular level!", "%s 被分崩离析!")
-t("%s resists the quantum spike!", "%s 抵抗了量子钉刺!")
+t("%s resists the quantum spike!", "%s抵抗了量子钉刺!")
 t([[Attempts to pull the target apart at a molecular level, inflicting %0.2f temporal damage and %0.2f physical damage.  If the target ends up with low enough life (<20%%), it might be instantly killed.
 		Quantum Spike deals 50%% additional damage to targets affected by temporal destabilization and/or continuum destabilization.
 		The damage will scale with your Spellpower.]], [[试图将目标分离为分子状态,造成 %0.2f 时空伤害和 %0.2f 物理伤害 , 技能结束后若目标生命值不足 20%% 则可能会被立刻杀死。 
-		量子钉刺对受时空紊乱和 / 或连续紊乱的目标会多造成 50%%的伤害。 
+		量子钉刺对受时空紊乱和/或连续紊乱的目标会多造成 50%%的伤害。
 		受和法术强度影响,伤害按比例加成。]])
 
 
@@ -22716,7 +23663,7 @@ section "game/modules/tome/data/talents/chronomancy/spacetime-folding.lua"
 
 t("away", "远离")
 t("toward", "接近")
-t("warp mine: %s", "时空地雷: %s")
+t("warp mine: %s", "时空地雷:%s")
 t("Warp Mine Toward", "时空地雷:接近")
 t([[Lay Warp Mines in a radius of 1 that teleport enemies to you and inflict %0.2f physical and %0.2f temporal (warp) damage.
 		The mines are hidden traps (%d detection and %d disarm power based on your Magic) and last for %d turns.
@@ -22746,7 +23693,7 @@ t("You can't place a tether here", "你不能在这里放置时空系绳。")
 t("%s's spatial tether", "%s的时空系绳")
 t("The teleport fizzles!", "传送失败了!")
 t("#CRIMSON#%s has been yanked back to the tether!", "#CRIMSON#%s 被时空系绳拉了回去!")
-t("%s resists the teleport!", "%s 抵抗了传送!")
+t("%s resists the teleport!", "%s抵抗了传送!")
 t([[Tether the target to the location for %d turns.  
 		Each turn the target has a %d%% chance per tile it's travelled away from the tether to be teleported back, inflicting %0.2f physical and %0.2f temporal (warp) damage to all enemies in a radius of %d at both the entrance and exit locations.
 		The damage will scale with your Spellpower.]], [[将目标系于某处 %d 回合。
@@ -22755,7 +23702,7 @@ t([[Tether the target to the location for %d turns.
 t("Banish", "放逐")
 t("The spell fizzles on %s!", "法术在 %s 上失败了!")
 t("#CRIMSON#%s has been banished!", "#CRIMSON#%s 被放逐了!")
-t("%s resists the banishment!", "%s 抵抗了放逐!")
+t("%s resists the banishment!", "%s抵抗了放逐!")
 t([[Randomly teleports all enemies within a radius of three.  Enemies will be teleported between %d and %d tiles from you and may be stunned, blinded, confused, or pinned for %d turns.
 		The chance of teleportion will scale with your Spellpower.]], [[将半径 3 以内的敌人随机传送。
 		敌人将会传送至距离你 %d 至 %d 码的范围内,并被震慑、致盲、混乱或者定身 %d 回合。
@@ -22773,11 +23720,11 @@ section "game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua"
 
 t("Dimensional Step", "空间跳跃")
 t("You do not have line of sight.", "你没有视线")
-t("#Source# folds space with with #target#!", "#Source# 折叠了与 #target# 之间的空间!")
-t("#Source#'s space-time folding with #target# fizzles!", "#Source# 和 #target# 的时空折叠失败了!")
-t("#Source# resists #target#'s space-time folding!", "#Source# 抵抗了 #target# 的时空折叠!")
-t("%s's space-time folding fizzles!", "%s 的时空折叠失败了!")
-t("%s emerges from a space-time rift!", "%s 从时空虫洞中出现!")
+t("#Source# folds space with with #target#!", "#Source#折叠了与#target#之间的空间!")
+t("#Source#'s space-time folding with #target# fizzles!", "#Source#和#target#的时空折叠失败了!")
+t("#Source# resists #target#'s space-time folding!", "#Source#抵抗了#target#的时空折叠!")
+t("%s's space-time folding fizzles!", "%s的时空折叠失败了!")
+t("%s emerges from a space-time rift!", "%s从时空虫洞中出现!")
 t([[Teleports you to up to %d tiles away, to a targeted location in line of sight.
 		At talent level 5 you may swap positions with a target creature.]], [[将你传送到 %d 码视野范围内的指定地点。
 		在等级 5 时,你可以与指定的目标交换位置。]])
@@ -22791,7 +23738,7 @@ t("@Target@ moves onto the wormhole.", "@Target@踩中了虫洞。!")
 t("%s tries to enter the wormhole but a violent force pushes it back.", "%s试图进入虫洞但是一股猛力将其强行推送了回来。")
 t("%s ignores the wormhole.", "%s无视了虫洞。")
 t("Reality asserts itself and forces the wormhole shut.", "现实世界进行自我调谐强行关闭了虫洞。")
-t("%s folds the space between two points.", "%s 折叠了两点之间的空间。")
+t("%s folds the space between two points.", "%s折叠了两点之间的空间。")
 t([[You fold the space between yourself and a second point within a range of %d, creating a pair of wormholes.  Any creature stepping on either wormhole will be teleported near the other (radius %d accuracy).  
 		The wormholes will last %d turns and must be placed at least two tiles apart.
 		The chance of teleporting enemies will scale with your Spellpower.]], [[你创造一对虫洞,使你所在之处和 %d 码范围内一点的空间重叠。  任何踏入虫洞的生物会被传送至另一个虫洞附近 (精度半径 %d )。  
@@ -22810,7 +23757,7 @@ t("Celerity", "迅捷")
 t("When you move you gain %d%% movement speed for %d turns.  This effect stacks up to three times but can only occur once per turn.", "当你移动时,你获得 %d%% 移动速度,持续 %d 回合。  这个效果可以叠加三次,每回合只能触发一次。")
 t("Time Dilation", "时间膨胀")
 t([[When you use a non-instant chronomancy spell you gain %d%% attack, spell, and mind speed for %d turns.  This effect stacks up to three times but can only occur once per turn.
-		]], [[当你使用非瞬发时空系法术,你获得 %d%% 战斗、施法和精神速度,持续 %d 回合。这个效果可以叠加三次,每回合只能触发一次。 
+		]], [[当你使用非瞬间时空系法术,你获得 %d%% 战斗、施法和精神速度,持续 %d 回合。这个效果可以叠加三次,每回合只能触发一次。
 		]])
 t("Haste", "加速")
 t("Increases your global speed by %d%% for %d game turns.", "增加你的整体速度 %d%% ,持续 %d 游戏回合。")
@@ -22881,18 +23828,18 @@ t([[For the next %d turns you may not create minor anomalies.  You do not regain
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/temporal-archery.lua"
 
-t("Phase Shot", "Phase Shot")
-t("You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.", "You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.")
-t("Unerring Shot", "Unerring Shot")
-t("You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.", "You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.")
-t("Perfect Aim", "Perfect Aim")
+t("Phase Shot", "相位射击")
+t("You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.", "你射出一枚在相位空间外的子弹,这使它可以忽视敌方护甲。此次射击会对目标造成 %d%% 时空武器伤害。")
+t("Unerring Shot", "必中射击")
+t("You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.", "你集中注意力射出极精准的一箭,造成 %d%% 武器伤害。接下来的一回合内,因时空延续,攻击加成保留。")
+t("Perfect Aim", "完美瞄准")
 t([[You focus your aim, increasing your critical damage multiplier by %d%% and your physical and spell critical strike chance by %d%%
-		The effect will scale with your Spellpower.]], [[You focus your aim, increasing your critical damage multiplier by %d%% and your physical and spell critical strike chance by %d%%
-		The effect will scale with your Spellpower.]])
-t("Quick Shot", "Quick Shot")
+		The effect will scale with your Spellpower.]], [[集中你的注意力瞄准,增加你的暴击加成 %d%% 并提高你的物理和法术暴击率 %d%% 。
+		受魔法影响,效果按比例加成。]])
+t("Quick Shot", "快速射击")
 t([[You pause time around you long enough to fire a single shot, doing %d%% damage.
-		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]], [[You pause time around you long enough to fire a single shot, doing %d%% damage.
-		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]])
+		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]], [[你暂停时间给你足够的空闲射出一支箭,造成 %d%% 伤害。
+		伤害受紊乱值影响,按比例加成,另外技能等级提高可以降低冷却时间。]])
 
 
 ------------------------------------------------
@@ -22919,7 +23866,7 @@ t([[When you hit with Weapon Folding you have a %d%% chance of dealing an additi
 t("Weapon Folding", "武器折叠")
 t([[Folds a single dimension of your weapons (or ammo) upon itself, adding %0.2f temporal damage to your strikes.
 		Additionally you have a %d%% chance to gain 10%% of a turn when your weapons hit.
-		The damage will scale with your Spellpower.]], [[将时空折叠在武器 \ 弹药上,造成额外 %0.2f 时空伤害。
+		The damage will scale with your Spellpower.]], [[将时空折叠在武器/弹药上,造成额外 %0.2f 时空伤害。
 		同时武器命中时你有 %d%% 几率获得 10%% 回合的时间。
 		伤害受法术强度加成。]])
 t("Invigorate", "鼓舞")
@@ -22950,6 +23897,8 @@ t([[Attack the target with either your ranged or melee weapons for %d%% damage.
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/temporal-hounds.lua"
 
+t("A trained hound that appears to be all at once a little puppy and a toothless old dog.", "一条受训的猎犬,它的形态在小狗崽到掉牙的老狗之间来回切换")
+t("temporal-hound", "时空守卫")
 t("Temporal Hounds", "时空猎犬")
 t([[Upon activation summon a Temporal Hound.  Every %d turns another hound will be summoned, up to a maximum of three hounds. If a hound dies you'll summon a new hound in %d turns.  
 		Your hounds inherit your increased damage percent, have %d%% physical resistance and %d%% temporal resistance, and are immune to teleportation effects.
@@ -23033,7 +23982,8 @@ t([[Rethread the timeline, dealing %0.2f temporal damage to the target before mo
 		伤害受法术强度加成。]])
 t("Temporal Fugue", "时间复制")
 t("%s's Fugue Clone", "%s 的时间复制体")
-t("The real %s... or so %s says.", "真正的%s... 或者 %s 这样说。")
+t("The real %s... or so %s says.", "真正的%s... 或者%s这样说。")
+t("Fugue Clone", "时间复制")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t([[For the next %d turns two alternate versions of you enter your timeline.  While the effect is active all damage done by you or your copies is reduced by two thirds and all damage received is split between the three of you.
 		Temporal Fugue does not normally cooldown while active.  You may take direct control of your clones, give them orders, and set their talent usage.
@@ -23050,7 +24000,7 @@ t("Cease to Exist", "存在抹杀")
 t("The timeline is too fractured to do this now.", "目前的时间线过于破碎。")
 t("#LIGHT_BLUE#%s never existed, this never happened!", "#LIGHT_BLUE#%s 不存在,也不会发生!")
 t("#LIGHT_STEEL_BLUE#%s tries to remove %sself from existance!", "#LIGHT_STELL_BLUE#%s试图抹杀%s自己!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[Over the next %d turns, you attempt to remove the target from the timeline, lowering its resistance to physical and temporal damage by %d%%.
 		If you manage to kill the target while the spell is in effect, you'll be returned to the point in time you cast this spell and the target will be slain.
 		This spell splits the timeline.  Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.
@@ -23068,17 +24018,17 @@ t([[Pull a bolt of temporal energy back through time.  The bolt will home in on
 		The bolt gains 5%% damage each time it moves and the damage will scale with your Spellpower.
 		At talent level five cooldowns are reduced by two.]], [[ 将一道时空之箭射入时间线中。
 		时空之箭会返回你的位置,对路径上目标造成 %0.2f 时空伤害。每飞行 1 格,伤害增加 5%% 。
-		每命中一个目标会减少你随机一个冷却中的时空技能一回合 CD。
-		技能等级 5 时,减少 2 回合cd。]])
+		每命中一个目标,你随机一个时空技能冷却时间减少1回合。
+		技能等级 5 时,改为减少 2 回合。]])
 t("Time Skip", "时间跳跃")
 t("%s is immune!", "%s 免疫了!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Something has prevented the timetravel.", "某物阻止了时空旅行")
 t("temporal instability", "时间不稳定性")
-t("%s has moved forward in time!", "%s 的时间被向前推移!")
+t("%s has moved forward in time!", "%s的时间向前推移!")
 t([[Inflicts %0.2f temporal damage.  If your target survives, it may be removed from time for %d turns.
 		The damage will scale with your Spellpower.]], [[造成 %0.2f 时空伤害。如果你的目标存活,他将被从这个时空放逐 %d 回合。
-		伤害受到法术强度加成。	]])
+		伤害受到法术强度加成。]])
 t("Temporal Reprieve", "时空避难所")
 t("This talent cannot be used from within the reprieve.", "该技能不能在此时使用。")
 t("This talent cannot be used here.", "该技能不能在此处使用。")
@@ -23164,11 +24114,11 @@ section "game/modules/tome/data/talents/corruptions/bone.lua"
 
 t("Bone Spear", "白骨之矛")
 t([[Conjures up a spear of bones, doing %0.2f physical damage to all targets in a line.  Each target takes an additional %d%% damage for each magical debuff they are afflicted with up to a max of %d%% (%d).
-		The damage will increase with your Spellpower.]], [[ 释放一根骨矛,对一条线上的目标造成 %0.2f 物理伤害。这些目标每具有一个魔法负面效果,就额外受到 %d%% 的伤害,最多达到 %d%% ( %d 个)。
+		The damage will increase with your Spellpower.]], [[ 释放一根骨矛,对一条线上的目标造成 %0.2f 物理伤害。这些目标每具有一个魔法负面效果,就额外受到 %d%% 的伤害,最多达到 %d%%( %d 个)。
 		受法术强度影响,伤害有额外加成。]])
 t("Bone Grab", "白骨之握")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists being teleported by Bone Grab!", "%s 抵抗了骨矛的传送!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists being teleported by Bone Grab!", "%s抵抗了骨矛的传送!")
 t([[Grab a target and teleport it to your side or if adjacent up to 6 spaces away from you, pinning it there with a bone rising from the ground for %d turns.
 		The bone will also deal %0.2f physical damage.
 		The damage will increase with your Spellpower.]], [[抓住目标将其传送到你的身边,或将身边的目标丢到最多 6 格之外。从地上冒出一根骨刺,将其定在那里,持续 %d 回合。
@@ -23176,7 +24126,7 @@ t([[Grab a target and teleport it to your side or if adjacent up to 6 spaces awa
 		伤害受法术强度加成。]])
 t("Bone Spike", "白骨尖刺")
 t([[Whenever you use a non-instant talent you launch a spear of bone at all enemies afflicted by 3 or more magical detrimental effects dealing %d physical damage to all enemies it passes through.
-		The damage will increase with your Spellpower.]], [[每当你使用一个非瞬发的技能,你朝周围所有具有 3 个或以上魔法负面效果的敌人射出骨矛,对一条直线上的敌人造成 %d 伤害。
+		The damage will increase with your Spellpower.]], [[每当你使用一个非瞬间的技能,你朝周围所有具有 3 个或以上魔法负面效果的敌人射出骨矛,对一条直线上的敌人造成 %d 伤害。
 		伤害受法术强度加成。]])
 t("Bone Shield", "白骨护盾")
 t("#SLATE#(%d to bones)#LAST#", "#SLATE#(%d 骨盾)#LAST#")
@@ -23286,7 +24236,7 @@ t([[Make your target's diseases burst, doing %0.2f blight damage for each diseas
 		受法术强度影响,伤害有额外加成。]])
 t("Catalepsy", "僵硬瘟疫")
 t("Diseases #DARK_GREEN#BURN THROUGH#LAST# %s!", "疾病在 %s 身上 #DARK_GREEN#燃烧#LAST# !")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t("All your foes within a radius %d ball infected with a disease enter a cataleptic state, stunning them for %d turns and dealing %d%% of all remaining disease damage instantly.", "所有 %d 码球形范围内感染疾病的目标进入僵硬状态,震慑它们 %d 回合并立即爆发 %d%% 剩余所有疾病伤害。")
 t("Epidemic", "传染病")
 t("The diseases of %s spread!", "%s的疾病在传播!")
@@ -23335,14 +24285,15 @@ t([[Your blood turns into an acidic mixture. When you get hit, the attacker is s
 section "game/modules/tome/data/talents/corruptions/rot.lua"
 
 t("Infectious Bite", "传染性啃咬")
-t("@Source@ bites blight poison into @target@.", "@Source@ 将枯萎毒素注入 @target@。")
+t("@Source@ bites blight poison into @target@.", "@Source@将枯萎毒素注入 @target@。")
 t([[Bite the target, dealing %d%% melee damage  
 		If the attack hits you'll inject blight poison into the target, dealing %0.2f blight damage and a further %0.2f blight damage over 4 turns.
 		The bonus damage improves with your Spellpower.]], [[啃咬目标,造成 %d%% 武器伤害。 
 		如果攻击击中目标你会注入瘟疫病毒, 造成 %0.2f 枯萎伤害并在 4 回合内造成 %0.2f 枯萎伤害。
 		伤害受法术强度加成。]])
 t("A worm spawned from a damaged horror.  Destroying it may have consequences.", "虫子从受伤的恐魔身上产生,消灭它会带来某些后果。")
-t("%s exudes a corrupted gas as it dies.", "%s 死亡时释放出腐气。")
+t("%s exudes a corrupted gas as it dies.", "%s死亡时释放出腐气。")
+t("Summon", "召唤")
 t("Infestation", "侵扰")
 t([[Your body has become a mass of living corruption, increasing your blight and acid resistance by %d%% and blight affinity by %d%%.
 On taking damage greater than 15%% of your maximum health, the damage will be reduced by %d%% and a carrion worm mass will burst forth onto a nearby tile, attacking your foes for 5 turns.
@@ -23446,11 +24397,11 @@ t([[Call upon the essence of the supreme demon overlord Urh'Rok to turn into a d
 		当你处于恶魔形态时,恶魔空间的火焰会治疗你。 
 		受法术强度影响,抵抗和治疗量有额外加成。]])
 t("Fearscape", "恶魔空间")
-t("This spell cannot be used from within the Fearscape.", "该技能不能在恐惧长廊使用。")
+t("This spell cannot be used from within the Fearscape.", "该技能不能在恶魔空间使用。")
 t("This spell cannot be cast here.", "该技能不能在这里使用。")
 t("The spell fizzles...", "法术失败了...")
-t("#LIGHT_RED#You are taken to the Fearscape!", "#LIGHT_RED#你被带到了恐惧长廊!")
-t("#LIGHT_RED#You are brought back from the Fearscape!", "#LIGHT_RED#你被带回了恐惧长廊!")
+t("#LIGHT_RED#You are taken to the Fearscape!", "#LIGHT_RED#你被带到了恶魔空间!")
+t("#LIGHT_RED#You are brought back from the Fearscape!", "#LIGHT_RED#你被带回了恶魔空间!")
 t([[Summon a part of the Fearscape to intersect with the current level.
 		You and your target are taken to the Fearscape, trapped there until you end the spell or until your target dies.
 		While inside, a constant aura of flames will burn both of you for %0.2f fire damage (demons are healed instead) each turn.
@@ -23521,7 +24472,7 @@ t([[You manipulate the vim of your target to temporarily invert all healing done
 		5 回合内目标受到的所有治疗将变成 %d%% 治疗量的枯萎伤害。
 		效果受法术强度加成。]])
 t("Vile Transplant", "邪恶移植")
-t("#CRIMSON##Source# transfers an effect (%s) to #Target#!", "#CRIMSON##Source# 将一项效果 (%s) 转移至 #Target#!")
+t("#CRIMSON##Source# transfers an effect (%s) to #Target#!", "#CRIMSON##Source#将一项效果(%s)转移至#Target#!")
 t([[You transfer up to %d physical or magical detrimental effects currently affecting you to a nearby creature by touching it.
 		The transfer takes %0.1f%% of your remaining life for each effect transferred and heals the target for the same amount.
 		The chance to transfer each effect increases with your Spellpower.]], [[你将至多 %d 个物理与魔法负面状态转移给附近的一个生物。
@@ -23549,7 +24500,7 @@ t("Vimsense", "活力感知")
 t([[Feel the very existence of creatures around you for %d turns, in a radius of 10.
 		The evil touch will reduce their blight resistance by %d%% and all saves by %d, but also make them aware of you.
 		The resistance and save reduction will improve with your Spellpower.]], [[感受你周围 10 码半径范围内怪物的位置,持续 %d 回合。 
-		这个邪恶的力量同时会降低目标 %d%% 枯萎抵抗和 %d 全体豁免,但也会使它们察觉到你。 
+		这个邪恶的力量同时会降低目标 %d%% 枯萎抵抗和 %d 全体豁免,但也会使它们察觉到你。
 		受法术强度影响,抵抗的降低效果有额外加成。]])
 t("Leech", "活力吸取")
 t("Each time a creature affected by vimsense hurts you, you regain %0.2f vim and %0.2f health.", "每当被活力感知发现的敌人攻击你时,你回复 %0.2f 活力值和 %0.2f 生命值。")
@@ -23599,7 +24550,7 @@ section "game/modules/tome/data/talents/cunning/artifice.lua"
 t([[#YELLOW#%s (prepared, level %s)#LAST#:
 ]], [[#YELLOW#%s (已准备, 等级 %s)#LAST#:
 ]])
-t("#GREY#You notice %s has prepared: %s.", "#GREY#你发现 %s 准备了: %s。")
+t("#GREY#You notice %s has prepared: %s.", "#GREY#你发现 %s 准备了:%s。")
 t("Rogue's Tools", "盗贼工具箱")
 t([[With some advanced preparation, you learn to create and equip one of a number of useful tools (at #YELLOW#level %d#WHITE#):
 
@@ -23651,16 +24602,16 @@ Mastering a new tool places it (and its special effects, as appropriate) on cool
 效果取决于技能等级。
 强化工具将使其进入冷却。]])
 t("Hidden Blades", "隐匿刀锋")
-t("#Source# strikes #target# with hidden blades!", "#Source# 使用隐藏的刀片击中了 #target# !")
+t("#Source# strikes #target# with hidden blades!", "#Source#使用隐藏的刀片击中了#target#!")
 t("Melee criticals trigger an extra unarmed attack, inflicting %d%% damage. 4 turn cooldown.", "近战暴击触发额外 %d%% 伤害徒手攻击, 4 回合冷却。")
 t([[You conceal spring loaded blades within your equipment. On scoring a critical strike, you follow up with your blades for %d%% damage (as an unarmed attack).
 This talent has a cooldown.
 #YELLOW#Prepared with: %s#LAST#]], [[你将刀片隐藏在装备中,当你对临近目标造成暴击时,刀片自动弹出,造成 %d%% 徒手武器伤害。
 该技能有冷却时间。 
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Assassinate", "暗杀")
 t("You must have Hidden Blades prepared to use this talent.", "你必须准备好隐藏刀片来使用该技能。")
-t("#Source# strikes at a vital spot on #target#!", "#Source# 攻向 #target#的要害!")
+t("#Source# strikes at a vital spot on #target#!", "#Source#攻向#target#的要害!")
 t("You prime your Hidden Blades to cause bleeding and facilitate the Assassinate ability, which allows you to strike twice for %d%% unarmed damage, hitting automatically while ignoring armor and resistance.", "你的隐匿刀锋会触发流血效果,同时强化暗杀技能,自动攻击两次造成 %d%% 徒手伤害,无视护甲与抗性。")
 t([[You strike your target with your Hidden Blades twice in a vital spot for %d%% unarmed (physical) damage.  You must be able to see your target to use this attack, but it always hits and ignores all armor and physical resistance.
 In addition, your hidden blades now inflict a further %d%% of all damage dealt as bleeding over 5 turns.]], [[你用隐匿刀锋攻击两次,每次造成 %d%% 徒手伤害。需要看见目标来使用该技能,该技能无视护甲和物理抗性。
@@ -23670,7 +24621,7 @@ t("%s is cured!", "%s 被治愈!")
 t("Prepare a potion that restores %d life, %d stamina, and cures %d negative physical effects. 20 turn cooldown.", "准备药剂,回复 %d 生命, %d 体力, 解除 %d 项物理负面状态。20 回合冷却。")
 t([[Imbibe a potent mixture of energizing and restorative substances, restoring %d life, %d stamina and curing %d detrimental physical effects.  The restorative effects improve with your Cunning.
 	#YELLOW#Prepared with: %s#LAST#]], [[制造强效恢复药酒, 使用后回复 %d 生命, %d 体力并解除 %d 项物理负面效果。该效果受灵巧加成。
-	#YELLOW#准备于: %s#LAST#]])
+	#YELLOW#准备于:%s#LAST#]])
 t("Rogue's Brew Mastery", "佳酿强化")
 t("Your Rogue's Brew fortifies you for 8 turns, preventing you from dying until you reach -%d life.", "调整配方,8 回合内生命底限增加 %d 。")
 t("Adjust your Rogue's Brew formulation so that it fortifies you for 8 turns, preventing you from dying until you reach -%d life.", "调整配方,8 回合内生命底限增加 %d 。")
@@ -23680,28 +24631,28 @@ t([[Throw a vial of volatile liquid that explodes in a radius %d cloud of smoke
 		Use of this talent will not break stealth, and creatures affected by the smokes can never prevent you from activating stealth, even if their proximity would normally forbid it.
 		#YELLOW#Prepared with: %s#LAST#]], [[扔出烟雾弹,产生半径 %d 的烟雾,持续 %d 回合。烟雾阻挡视野,所有烟雾中的敌人视野下降 %d 。
 		使用该技能不解除潜行。被烟雾影响的生物不能阻止你潜行。
-		#YELLOW#准备于: %s#LAST#]])
+		#YELLOW#准备于:%s#LAST#]])
 t("Smokescreen Mastery", "强化烟雾弹")
 t("Your Smokescreen is infused with chokedust. Enemies in the smoke take %0.2f nature damage and may be silenced.", "你的烟雾弹中加入了窒息粉尘。每回合烟雾中的敌人将受到 %0.2f 自然伤害并有几率被沉默。")
 t("You infuse your smoke bomb with chokedust. Each turn, enemies in the smoke take %0.2f nature damage and are 50%% likely to be silenced.", "你的烟雾弹中加入了窒息粉尘。每回合烟雾中的敌人将受到 %0.2f 自然伤害并有 50%% 几率被沉默。")
 t("Dart Launcher", "飞镖发射器")
-t("%s resists the sedation!", "%s 抵抗了睡眠!")
+t("%s resists the sedation!", "%s抵抗了睡眠!")
 t("Fire a poisoned dart dealing %0.2f physical damage that puts the target to sleep for 4 turns. 10 turn cooldown.", "发射毒镖,造成 %0.2f 物理伤害,沉睡 4 回合。10 回合冷却时间。")
 t([[Fire a poisoned dart from a silent, concealed launcher on your person that deals %0.2f physical damage and puts the target (living only) to sleep for 4 turns, rendering them unable to act. Every %d points of damage the target takes brings it closer to waking by 1 turn.
 This can be used without breaking stealth.
 #YELLOW#Prepared with: %s#LAST#]], [[从无声发射器中发射毒镖,造成 %0.2f 物理伤害,并催眠生物 4 回合。每受到 %d 点伤害,睡眠时间减少一回合。
 使用该技能不解除潜行。
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Dart Launcher Mastery", "毒镖强化")
 t("Your darts ignore poison and sleep immunity and waking targets are slowed by %d%% for 4 turns.", "睡眠毒素无视免疫,且使目标醒来后减速 %d%% 4 回合。")
 t("The sleeping poison of your Dart Launcher becomes potent enough to ignore immunity, and upon waking the target is slowed by %d%% for 4 turns.", "睡眠毒素无视免疫,且使目标醒来后减速 %d%% 4 回合。")
 t("Grappling Hook", "钩爪")
 t("You are too close to your target to swing your hook effectively!", "你距离目标太近了,不方便使用钩爪!")
-t("#Source# throws a grappling hook at #target#!", "#Source# 朝 #target# 扔出钩爪!")
-t("#Source#'s grappling hook latches onto #target#!", "#Source# 的钩爪命中了 #target#!")
-t("#Source# is dragged towards #target#!", "#Source# 被拉向 #target#!")
-t("#Target# is dragged towards #source#!", "#Target# 被拉向 #source#!")
-t("%s resists the pin!", "%s 抵抗了定身!")
+t("#Source# throws a grappling hook at #target#!", "#Source#朝#target#扔出钩爪!")
+t("#Source#'s grappling hook latches onto #target#!", "#Source#的钩爪命中了#target#!")
+t("#Source# is dragged towards #target#!", "#Source#被拉向#target#!")
+t("#Target# is dragged towards #source#!", "#Target#被拉向#source#!")
+t("%s resists the pin!", "%s抵抗了定身!")
 t("You cannot move!", "你无法移动!")
 t("You need more room to swing your hook effectively.", "你需要更多空间来使用钩爪。")
 t("%s uses a grappling hook to pull %s %s!", "%s使用钩爪来拉动%s向%s!")
@@ -23711,7 +24662,7 @@ t([[Toss out a grappling hook to a target within range %d.  If this strikes eith
 		Your grapple target must be at least 2 tiles from you.
 #YELLOW#Prepared with: %s#LAST#]], [[朝 %d 格范围内的目标发射钩爪,如果目标是墙壁、目标不能移动或目标体型比你大,你将被拉过去,否则将目标拉过来。之后,目标将被定身 2 回合。
 		钩爪至少要发射到两格外。
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Grappling Hook Mastery", "钩爪强化")
 t("Your grappling hook deals %d%% unarmed damage when it hits, plus a further %0.2f physical and %0.2f nature damage over 4 turns.", "被钩爪击中的生物受到 %d%% 徒手伤害 ,在 4 回合内受到 %0.2f 流血伤害和 %0.2f 自然毒素伤害。")
 t("Your grappling hook is tipped with vicious, venomous barbs. Creatures struck by it will be hit for %d%% unarmed damage, bleed for %0.2f physical damage and be poisoned for %0.2f nature damage over 4 turns.", "你的钩爪上涂有毒素且装有尖刺,被击中的生物受到 %d%% 徒手伤害 ,在 4 回合内受到 %0.2f 流血伤害和 %0.2f 自然毒素伤害。")
@@ -23728,7 +24679,7 @@ t([[Strike your opponent in the knee (or other critical point in an ambulatory a
 		这个射击将会穿过你和目标间的其他敌人。
 		受灵巧影响,减速效果有额外加成。]])
 t("Kill Shot", "致命狙击")
-t("#DARK_ORCHID##Source# snipes #Target# (%+d%%%%%%%% weapon bonus for range)!#LAST#", "#DARK_ORCHID##Source# 狙击了 #Target# (%+d%%%%%%%% 远程武器伤害加成)!#LAST#")
+t("#DARK_ORCHID##Source# snipes #Target# (%+d%%%%%%%% weapon bonus for range)!#LAST#", "#DARK_ORCHID##Source#狙击了#Target#(%+d%%%%%%%% 远程武器伤害加成)!#LAST#")
 t([[Employ a specialized sniping shot at a target.
 		This shot is focused on precision at long range and deals base %d%% ranged damage with a bonus that increases with distance.
 		The ranged bonus is %d%% (penalty) at point blank range, while at your maximum range of %d it is %d%%.
@@ -23782,6 +24733,8 @@ t("artifice", "诡计")
 t("Artificer's tools.", "诡计大师的工具。")
 t("tools", "工具")
 t("cunning", "灵巧")
+t("Called Shots", "精准射击")
+t("Inflict maximum pain to specific places on your enemies.", "向指定位置射出弹药造成大量伤害。")
 
 
 ------------------------------------------------
@@ -23836,7 +24789,7 @@ t("Your quick wits allow you to reset the cooldown of up to %d of your combat ta
 section "game/modules/tome/data/talents/cunning/poisons.lua"
 
 t("Apply Poison", "涂毒")
-t("%s resists the vile poison!", "%s 抵抗了邪恶毒素!")
+t("%s resists the vile poison!", "%s抵抗了邪恶毒素!")
 t([[Learn how to coat your melee weapons, throwing knives, sling and bow ammo with poison, giving your attacks a %d%% chance to poison the target for %d nature damage per turn for %d turns. Every application of the poison stacks, up to a maximum of %d nature damage per turn.
 		The damage scales with your Cunning.]], [[学会如何在近战武器、飞刀、弹药上涂毒,命中后有 %d%% 几率使目标中毒,每回合受到 %d 自然伤害,持续 %d 回合。毒素效果可以叠加至 %d 伤害每回合。
 		伤害受灵巧加成。]])
@@ -23901,7 +24854,7 @@ t("Stoning Poison", "石化毒素")
 t([[Enhance your Deadly Poison with a stoning agent.  Whenever you apply Deadly Poison, you afflict your target with an additional earth-based poison that inflicts %d nature damage per turn (stacking up to %d damage per turn) for %d turns.
 		After either %d turns or the poison has run its course (<100%% chance, see effect description), the target will be turned to stone for %d turns.
 		The damage scales with your Cunning.]], [[在你的武器上涂上石化毒素,额外造成每轮 %d 点自然伤害(可叠加至 %d ),持续 %d 回合。。 
-		%d 回合后或者毒素效果结束后(几率小于100%%,请参见效果介绍),目标将被石化 %d 回合。 
+		%d 回合后或者毒素效果结束后(几率小于100%%,请参见效果介绍),目标将被石化 %d 回合。
 		受灵巧影响,伤害按比例加成。]])
 
 
@@ -24079,8 +25032,12 @@ section "game/modules/tome/data/talents/cunning/traps.lua"
 t("#CADET_BLUE#Placing %s...", "CADET_BLUE#放置%s中")
 t("You cannot place a trap there.", "你不能在这里放置陷阱。")
 t("#CADET_BLUE#Your %s has expired.", "CADET_BLUE#你的%s消失了")
-t("@Source@ activates a prepared device.", "@Source@ 启动了预先准备好的装置。")
+t("@Source@ activates a prepared device.", "@Source@启动了预先准备好的装置。")
+t("shadowy assassin", "阴影刺客")
+t("A shadowy figure, garbed all in black.", "一名身穿黑衣的刺客。")
 t("#PINK#A %s materializes from the shadows!", "#PINK#A %s 从阴影中实体化!")
+t("bladestorm construct", "剑刃风暴装置")
+t("A lethal contraption of whirling blades.", "一堆旋转刀片的致命组合。")
 t("Trap Mastery", "陷阱专精")
 t("\
 #YELLOW#Newly prepared traps are put on cooldown.#LAST#", "\
@@ -24130,7 +25087,7 @@ t("#LIGHT_BLUE#Cancelled Trap Priming.", "#LIGHT_BLUE#取消即爆陷阱")
 t("#YELLOW_GREEN#Dismantling %s (instant trigger)", "#YELLOW_GREEN#放置 %s中(立刻触发)")
 t("#LIGHT_GREEN#Preparing %s (instant trigger)", "#LIGHT_GREEN#准备%s中(立刻触发)")
 t([[%sTier %d: %s#LAST#
-%s]], [[%s材质等级 %d : %s#LAST#
+%s]], [[%s材质等级 %d :%s#LAST#
 %s]])
 t([[You prepare an additional trap (up to tier %d) with a special primed trigger that causes it to activate immediately when deployed. (Use this ability to select the trap.)
 		Not all traps can be prepared this way and each trap can have only one type of preparation.
@@ -24144,7 +25101,7 @@ A trap with a primed trigger gains %+d%% effectiveness (replacing the normal bon
 %s 
 
 带有特殊启动机关的陷阱强度增加 %+d%% (取代陷阱专精的加成 ) ,有 %d%% 几率不破坏潜行。
-#YELLOW#当前选择的陷阱 : %s#LAST#]])
+#YELLOW#当前选择的陷阱 :%s#LAST#]])
 t("Springrazor Trap", "刀锋陷阱")
 t("springrazor trap", "刀锋陷阱")
 t("Shrapnel (radius 2) deals %0.2f physical damage, reduces accuracy, armour, and defence by %d.", "刀片(范围2) %0.2f 物理伤害, 减少命中、护甲和闪避 %d 。")
@@ -24157,7 +25114,7 @@ t("Deals %0.2f physical damage and pins, slows (30%%), and wounds for an additio
 t("Lay a pressure triggered bear trap that snaps onto the first creature passing over it.  Victims are dealt %0.2f physical damage and become snared (pinned and slowed 30%%) and wounded for %0.2f bleeding damage over 5 turns.  Creatures that avoid being snared still suffer bleeding damage.%s", "放置一个压力感应的捕熊陷阱,会捕获第一个经过的生物,造成 %0.2f 物理伤害,定身并减速 30%% ,持续 5 回合,并在期间受到 %0.2f 流血伤害。 %s")
 t("Disarming Trap", "缴械陷阱")
 t("disarming trap", "缴械陷阱")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Deals %0.2f acid damage, disarms for %d turns.", "%0.2f 酸性伤害, 缴械 %d 回合。")
 t("Lay a tricky trap that maims creatures passing by with acid doing %0.2f damage and disarming them for %d turns.", "放置一个缴械陷阱。经过的目标受到 %0.2f 点酸性伤害,并被缴械 %d 回合。")
 t("Pitfall Trap", "落穴陷阱")
@@ -24200,7 +25157,7 @@ t([[Lay a trap that releases a radius 3 cloud of thick poisonous gas lasting 4 t
 		该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Freezing Trap", "冰冻陷阱")
 t("freezing trap", "冻结陷阱")
-t("Explodes (radius 2):  Deals %0.2f cold damage and pins for 3 turns.  Area freezes (%0.2f cold damage, 25%% freeze chance) for 5 turns.", "爆炸 (范围 2): %0.2f 寒冷伤害并定身 3 回合。范围冻结 ( %0.2f 寒冷伤害, 25%% 冻结几率) 5回合。")
+t("Explodes (radius 2):  Deals %0.2f cold damage and pins for 3 turns.  Area freezes (%0.2f cold damage, 25%% freeze chance) for 5 turns.", "爆炸 (范围 2):%0.2f 寒冷伤害并定身 3 回合。范围冻结 ( %0.2f 寒冷伤害, 25%% 冻结几率) 5回合。")
 t([[Lay a trap that explodes into a radius 2 cloud of freezing vapour when triggered.  Foes take %0.2f cold damage and are pinned for 3 turns.
 		The freezing vapour persists for 5 turns, dealing %0.2f cold damage each turn to foes with a 25%% chance to freeze.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个陷阱,激活后产生半径 2 的冰冻气体,造成 %0.2f 寒冷伤害并定身 3 回合。
@@ -24208,18 +25165,18 @@ t([[Lay a trap that explodes into a radius 2 cloud of freezing vapour when trigg
 		该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Dragonsfire Trap", "龙火陷阱")
 t("dragonsfire trap", "龙火陷阱")
-t("Explodes (radius 2): stuns and combusts for %0.2f fire damage per turn for 3 turns.  Area deflagrates (%0.2f fire damage) for 5 turns.", "爆炸 (范围 2): 震慑并在3回合内每回合造成 %d 火焰伤害。范围火焰 ( %0.2f 火焰伤害) 持续5 回合。")
+t("Explodes (radius 2): stuns and combusts for %0.2f fire damage per turn for 3 turns.  Area deflagrates (%0.2f fire damage) for 5 turns.", "爆炸 (范围 2):震慑并在3回合内每回合造成 %d 火焰伤害。范围火焰 ( %0.2f 火焰伤害) 持续5 回合。")
 t([[Lay a pressure triggered trap that explodes in a radius 2 cloud of searing flames when triggered, stunning foes with the blast (%0.2f fire damage per turn) for 3 turns.
 		The deflagration persists in the area for 5 turns, burning foes for %0.2f fire damage each turn.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个压力感应陷阱,激活后产生半径 2 的火云 ,震慑敌人 (每回合 %0.2f 火焰伤害 ) 3 回合。
 		火焰持续 5 回合,每回合燃烧造成 %0.2f 火焰伤害。
 	 	 该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Gravitic Trap", "引力陷阱")
-t("@Source@ deploys a warped device.", "@Source@ 放置了一个扭曲的装置。")
+t("@Source@ deploys a warped device.", "@Source@放置了一个扭曲的装置。")
 t("gravitic trap", "引力陷阱")
 t("#LIGHT_STEEL_BLUE#%s distorts time and space!", "#LIGHT_STEEL_BLUE#%s 扭曲了时空!")
-t("#LIGHT_STEEL_BLUE##Target# pulls #Source# in!", "#LIGHT_STEEL_BLUE##Target# 将 #Source# 拉了过来!")
-t("#LIGHT_STEEL_BLUE##Source# resists the pull of #Target#!", "#LIGHT_STEEL_BLUE##Source# 抵抗了 #Target#的拉力!")
+t("#LIGHT_STEEL_BLUE##Target# pulls #Source# in!", "#LIGHT_STEEL_BLUE##Target# 将#Source#拉了过来!")
+t("#LIGHT_STEEL_BLUE##Source# resists the pull of #Target#!", "#LIGHT_STEEL_BLUE##Source#抵抗了#Target#的拉力!")
 t("Creates a radius 5 gravitic anomaly lasting up to %d turns.  Hostile creatures are dealt %d temporal damgae and pulled in.  Triggers out to range 1.", "制造范围 5 的重力异常,持续 %d 回合。敌对生物受到 %0.2f 时空伤害并被拉过去。触发距离最小为1。")
 t([[Lay a trap that creates a radius 5 gravitic anomaly when triggered by foes approaching within range 1.  Each turn, the anomaly deals %0.2f temporal damage (based on your Magic) to foes whle pulling them towards its center (chance increases with your combat accuracy or spell power, whichever is higher).
 		Each anomaly lasts %d turns (up to the amount of time since the last anomaly dissipated, based on your Trap Mastery skill).
@@ -24240,7 +25197,7 @@ They disappear after %d turns or when their work is done.]], [[放置一个魔
 杀死目标或者存在 %d 回合后,盗贼消失。]])
 t("Purging Trap", "净化陷阱")
 t("purging trap", "净化陷阱")
-t("Radius 2 antimagic: Drains up to %d mana, %d vim, %d positive/negative, deals up to %0.2f arcane damage.  Removes %d magical effects and silences for %d turns.", "半径 2 反魔: 吸收至多 %d 法力, %d 活力, %d 正负能量, 造成至多 %0.2f 奥术伤害。解除 %d 项魔法效果,沉默 %d 回合。")
+t("Radius 2 antimagic: Drains up to %d mana, %d vim, %d positive/negative, deals up to %0.2f arcane damage.  Removes %d magical effects and silences for %d turns.", "半径 2 反魔:吸收至多 %d 法力, %d 活力, %d 正负能量, 造成至多 %0.2f 奥术伤害。解除 %d 项魔法效果,沉默 %d 回合。")
 t([[Lay a trap that releases a burst of antimagic energies (radius 2), draining up to %d mana, %d vim, %d positive and %d negative energies from affected targets, while inflicting up to %0.2f arcane damage based on the resources drained, silencing for %d turns, and removing up to %d beneficial magical effects or sustains.
 		The draining effect scales with your Willpower, and you must have 25 Willpower to prepare this trap.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个陷阱,触发后释放半径 2 的反魔能量波,吸取至多 %d 法力 , %d 活力 , %d 正能量和 %d 负能量 , 并造成至多 %0.2f 奥术伤害(基于吸取能量),沉默 %d 回合,并解除至多 %d 项正面魔法状态或者维持技能。
@@ -24307,7 +25264,10 @@ t("Defiling Touch", "诅咒之触")
 t("curse", "诅咒")
 t("The %s lying nearby catches your attention. What draws you to it is not the thing itself, but something burning inside you. You feel contempt for it and all worldly things. This feeling is not new but the power of it overwhelms you. You reach out to touch the object, to curse it, to defile it. And you notice it begin to change. The colors of it begin to fade and are replaced with an insatiable hate. For a moment you hesitate. You know you must choose to resist this manifestation of your curse now and forever, or fall further into your madness.", "地上的%s引起了你的注意。吸引你的并不是物体本身,而是在你心底熊熊燃烧的憎恨之火。你对它充满着憎恨,正如你憎恨着世间万物一般。对你而言,这种感觉已经相当的熟悉,但是这一次,这股憎恨已经快要支配你了。你伸出手拾起了它 , 发自内心地诅咒它、污染它。紧接着,你发现它发生了变化。它的光泽开始暗淡,继而充斥着无尽的憎恨。那一瞬间,你犹豫了。你知道命运的抉择正放在面前,要么从今天起抵抗身上的诅咒,并与之对抗终身;要么继续放纵自我,任由诅咒带你堕入这疯狂的深渊。")
 t("The %s lies defiled at your feet. An aura of hatred surrounds you and you now feel truly cursed. You have gained the Cursed Aura talent tree and 1 point in Defiling Touch, but at the cost of 2 Willpower.", "你的脚下躺着受诅咒的%s。一个诅咒光环笼罩了你,你感到自己被诅咒了。你获得了诅咒光环技能树和等级 1 的诅咒之触,但是需永久消耗 2 点意志。")
+t("Cursed Fate", "被诅咒的命运")
 t("The %s returns to normal and your hate subsides.", "这个%s变回原样,你的仇恨消弭了。")
+t("Release your hate upon the object", "将你的憎恨释放到物品上")
+t("Suppress your affliction", "压制你的憎恨之意")
 t([[Your defiling touch permeates everything around you, permanently imparting a random curse on each item you find. When you equip a cursed item, you gain the effects of that curse (shown as a beneficial effect). Each item with the same curse that is equipped increases the curse's power.  Initially curses are harmful, but powerful benefits accumulate as the power of the curse increases.
 		The Dark Gifts talent unlocks higher level curse effects and increases their power.
 		Your aura permeates your equipment more thoroughly with talent level and can affect items as follows:
@@ -24329,7 +25289,7 @@ t([[Your defiling touch permeates everything around you, permanently imparting a
 		等级 6 ——诅咒戒指
 		等级 7 ——诅咒项链
 		等级 8 ——诅咒灯具
-		等级 9 ——诅咒工具 / 图腾 / 项圈 /魔棒
+		等级 9 ——诅咒工具/图腾/项圈/魔棒
 		等级 10 ——诅咒弹药
 		在等级 5 时,你可以激活此技能形成 1 个光环,增加 2 级你选择的诅咒效果( 当前 %s)。 
 		同时,技能等级在 5 以上时会减轻诅咒的负面效果(现在减少 %d%% ) ]])
@@ -24342,12 +25302,12 @@ t("Ruined Earth", "毁灭大地")
 t("Curse the earth around you in a radius of %d for %d turns. Any who stand upon it are weakened, reducing the damage they inflict by %d%%", [[诅咒你周围 %d 码半径范围的大地,持续 %d 回合。 
 		任何站在大地上的目标将会被虚弱,减少它们 %d%% 的伤害。]])
 t("Choose Cursed Sentry", "选择诅咒守卫")
-t("Cursed Sentry", "诅咒护卫")
 t("You cannot use %s without a weapon in your inventory!", "使用 %s 你的物品栏内必须得有装备!")
 t("animated %s", "活化的%s")
 t("A weapon imbued with a living curse. It seems to be searching for its next victim.", "被诅咒唤醒的武器,似乎正在寻找下一名受害者。")
 t("#ffa0ff#%s returns to your bags!", "#ffa0ff#%s 回到背包中!")
 t("Your animated sentry struggles for a moment and then returns to your inventory inexplicably.", "你的诅咒守卫挣扎了一会,返回了你的物品栏。")
+t("Cursed Sentry", "诅咒护卫")
 t([[Instill a part of your living curse into a weapon in your inventory, and toss it nearby. This nearly impervious sentry will attack all nearby enemies for %d turns. When the curse ends, the weapon will drop to the ground.
 			Cursed Sentry attack speed (currently %d%%) will improve with talent level.
 			When you first select a weapon, it will be remembered and used as long as it's in your inventory. Use Choose Cursed Sentry talent to alter your selection.
@@ -24365,7 +25325,7 @@ section "game/modules/tome/data/talents/cursed/cursed-form.lua"
 
 t("Unnatural Body", "诅咒之体")
 t([[Your body's strength is fed by your hatred. This causes most forms of healing to be between 50%% effective (at 0 Hate) to 100%% effective (at 100+ Hate). In addition, after each kill, you store the waning life force to invigorate yourself, restoring %d life (limited by the foe's maximum life, up to a maximum of %d at any time).  You can heal no more than %0.1f life per turn this way, and it is not affected by your hatred level or other effects.
-		Healing from kills improves with your Willpower.]], [[你的力量来源于心底的憎恨,这使得大部分治疗效果减至原来的 50%% ( 0 仇恨)~ 100%% ( 100+ 仇恨)。 
+		Healing from kills improves with your Willpower.]], [[你的力量来源于心底的憎恨,这使得大部分治疗效果减至原来的50%%(0仇恨)~100%%(100+仇恨)。
 		另外,每次击杀敌人你将存储生命能量来治疗自己,回复 %d 点生命(受敌人最大生命值限制,任何时候不能超过 %d 点)。这个方式带来的每回合回复量不能超过 %0.1f 点生命,也不受仇恨等级或治疗加成等因素影响。 
 		受意志影响,通过杀死敌人获得的治疗量有额外加成。]])
 t("Relentless", "鲜血渴望")
@@ -24457,8 +25417,8 @@ t([[Enhances your feeding by reducing your targeted foe's damage by %d%%, and in
 		受精神强度影响,效果有额外加成。]])
 t("Feed Strengths", "腐蚀吸食")
 t([[Enhances your feeding by reducing your targeted foe's resistances, multiplying them by %0.2f and increasing your resistances by the amount drained. Resistance to "all" is not affected.
-		Improves with your Mindpower.]], [[提高你的吸食能力,将目标的伤害抗性降低到原来的 %0.2f 倍,并增加你同样数值的状态抵抗。 
-		对“所有”抗性无效。 
+		Improves with your Mindpower.]], [[提高你的吸食能力,将目标的伤害抗性降低到原来的 %0.2f 倍,并增加你同样数值的状态抵抗。
+		对“所有”抗性无效。
 		受精神强度影响,效果有额外加成。]])
 
 
@@ -24501,9 +25461,9 @@ t([[When you focus your attacks on a single foe and strike them in melee for two
 		Bonus level 3: +%d Accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit
 		The accuracy bonus improves with your Willpower, and the melee damage bonus with your Strength.]], [[当你连续两回合持续近战攻击同一个目标时,你将憎恨目标并追踪目标,效果持续 %d 回合或直到目标死亡。 
 		你每回合攻击追踪目标都将获得可叠加增益效果,该效果在你不攻击会减少 1 重效果。 
-		1 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
-		2 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
-		3 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
+		1 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
+		2 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
+		3 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
 		受意志影响,命中有额外加成。 
 		受力量影响,近战伤害有额外加成。]])
 t("Harass Prey", "痛苦折磨")
@@ -24511,7 +25471,7 @@ t("#F53CBE#%s's %s is disrupted!", "#F53CBE#%s的%s中断了!")
 t([[Harass your stalked victim with two quick attacks for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage each. Each attack that scores a hit disrupts one talent, rune or infusion for %d turns. Your opponent will be unnerved by the attacks, reducing the damage they deal by %d%% for %d turns.
 		Damage reduction increases with the Willpower stat.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[用两次快速的攻击折磨你追踪的目标 , 每次攻击造成 %d%% ( 0 仇恨)~ %d%% ( 100+ 仇恨)的伤害。并且每次攻击都将干扰目标某项技能、纹身或符文,持续 %d 回合。目标会因为你的攻击而气馁,它的伤害降低 %d%% ,持续 %d 回合。 
+		This talent will also attack with your shield, if you have one equipped.]], [[用两次快速的攻击折磨你追踪的目标 , 每次攻击造成 %d%% (0仇恨)~ %d%% (100+仇恨)的伤害。并且每次攻击都将干扰目标某项技能、纹身或符文,持续 %d 回合。目标会因为你的攻击而气馁,它的伤害降低 %d%% ,持续 %d 回合。
 		受意志影响,伤害降低有额外加成。
 		
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
@@ -24536,8 +25496,8 @@ t([[Let hate fuel your movements. While active, you gain %d%% movement speed. Th
 section "game/modules/tome/data/talents/cursed/fears.lua"
 
 t("Instill Fear", "恐惧灌输")
-t("%s resists the fear!", "%s 抵抗了恐惧!")
-t("#F53CBE#%s resists the fear!", "#F53CBE#%s 抵抗了恐惧!")
+t("%s resists the fear!", "%s抵抗了恐惧!")
+t("#F53CBE#%s resists the fear!", "#F53CBE#%s抵抗了恐惧!")
 t([[Instill fear in your foes within %d radius of a target location dealing %0.2f mind and %0.2f darkness damage and causing one of 4 possible fears that last for %d turns.
 		The targets can save vs your Mindpower to resist the effect.
 		Fear effects improve with your Mindpower.
@@ -24574,11 +25534,11 @@ t("Panic your enemies within a range of %d for %d turns. Anyone who fails to mak
 section "game/modules/tome/data/talents/cursed/force-of-will.lua"
 
 t("Willful Strike", "偏执打击")
-t("#Source# was blasted %d spaces into #Target#!", "#Source# 被推送 %d 格进入 #Target# !")
-t("#Source# was blasted into #Target#!", "#Source# 撞向 #Target#!")
-t("%s was smashed back %d spaces!", "%s 被击退 %d 格!")
-t("%s was smashed!", "%s 被粉碎!")
-t("%s was blasted back %d spaces!", "%s 被击退 %d 格!")
+t("#Source# was blasted %d spaces into #Target#!", "#Source# 被推送%d格进入#Target#!")
+t("#Source# was blasted into #Target#!", "#Source#撞向#Target#!")
+t("%s was smashed back %d spaces!", "%s被击退%d格!")
+t("%s was smashed!", "%s被粉碎!")
+t("%s was blasted back %d spaces!", "%s被击退%d格!")
 t([[Focusing your hate, you strike your foe with unseen force for %d damage and %d knockback.
 		In addition, your ability to channel force with this talent increases all critical damage by %d%% (currently: %d%%)
 		Damage increases with your Mindpower.]], [[专注你的仇恨,你用无形的力量打击敌人造成 %d 点伤害和 %d 码击退效果。 
@@ -24586,10 +25546,10 @@ t([[Focusing your hate, you strike your foe with unseen force for %d damage and
 		受精神强度影响,伤害有额外加成。]])
 t("Deflection", "念力折射")
 t("Deflection (%d)", "念力折射 (%d)")
-t("You have deflected %d incoming damage!", "你偏转了 %d 所受伤害。")
+t("You have deflected %d incoming damage!", "你偏转了%d所受伤害。")
 t([[Create a barrier that siphons hate from you at the rate of 0.2 a turn. The barrier will deflect 50%% of incoming damage with the force of your will, up to %d damage. The barrier charges at a rate of 1/%d of its maximum charge per turn.
 		In addition, your ability to channel force with this talent increases all critical damage by %d%% (currently: %d%%)
-		The maximum damage deflected increases with your Mindpower.]], [[用你的意志力折射 50%% 的伤害。你可以折射最多 %d 点伤害,护盾值每回合回复最大值的 1 / %d 。(技能激活时 -0.2 仇恨值回复)。 
+		The maximum damage deflected increases with your Mindpower.]], [[用你的意志力折射 50%% 的伤害。你可以折射最多 %d 点伤害,护盾值每回合回复最大值的 1/%d 。(技能激活时-0.2仇恨值回复)。
 		你灌注力量的能力使你增加 %d%% 所有暴击伤害。(当前: %d%% ) 
 		受精神强度影响,最大伤害折射值有额外加成。]])
 t("Blast", "怒火爆炸")
@@ -24633,7 +25593,7 @@ t([[Enhance your mental attacks with a single gesture. You gain +%d mindpower an
 		Requires two free or mindstar-equipped hands; does not require Gesture of Pain to be sustained.]], [[通过一个手势来增强你的精神攻击。你获得 +%d 精神强度和 +%d%% 几率增加精神攻击的暴击率(当前几率为 %d%% )。 
 		需要至少一只空手或者装备灵晶。不需要痛苦手势持续激活。]])
 t("Gesture of Guarding", "守护手势")
-t("#F53CBE##Source# lashes back at #Target#!", "#F53CBE##Source# 反击 #Target#!")
+t("#F53CBE##Source# lashes back at #Target#!", "#F53CBE##Source#反击#Target#!")
 t([[You guard against melee damage with a sweep of your hand. So long as you can use Gestures (Requires two free or mindstar-equipped hands), you deflect up to %d damage (%0.1f%% of your best free hand melee damage) from up to %0.1f melee attack(s) each turn (based on your cunning). Deflected attacks cannot be crits.
 		If Gesture of Pain is active, you also have a %0.1f%% chance to counterattack.]], [[ 你通过手势来防御近战伤害。只要你能使用手势(要求空手或双持灵晶),你最多偏移 %d 点伤害(你的单手最大伤害的 %0.1f%% ),每回合最多触发 %0.1f 次(基于你的灵巧)。成功防御的攻击不会暴击。
 		如果痛苦手势被激活,你将有 %0.1f%% 的概率造成反击状态。]])
@@ -24692,9 +25652,9 @@ t("#GOLD#%d decoy#LAST#", "#GOLD#%d 阴影诱饵#LAST#")
 t([[Your shadows guard you with their lives.
 		When you would receive a fatal blow, you instantly transpose with a random shadow that takes the blow instead, putting this talent on cooldown.
 		For the next 4 turns you only die if you reach -%d life.
-		Effect increases with Mindpower.]], [[ 你的阴影用生命来守护你。
+		Effect increases with Mindpower.]], [[你的阴影用生命来守护你。
 		当你受到致命攻击时,你将立刻和随机一个阴影换位,让它代替承受攻击,并将此技能打入冷却。
-		在接下来的 4 个回合,除非你的生命降至 - %d 下,否则你不会死去。
+		在接下来的 4 个回合,除非你的生命降至 -%d 下,否则你不会死去。
 		受精神强度影响,效果有额外加成。]])
 
 
@@ -24723,22 +25683,22 @@ t("Focus your predation on the most worthy prey. Upon entering a level for the f
 ------------------------------------------------
 section "game/modules/tome/data/talents/cursed/primal-magic.lua"
 
-t("Arcane Bolts", "Arcane Bolts")
+t("Arcane Bolts", "奥术飞弹")
 t([[Each turn for 4 turns you fire a bolt of arcane energy at your nearest enemy inflicting %d damage.
-		The damage will increase with the Magic stat.]], [[Each turn for 4 turns you fire a bolt of arcane energy at your nearest enemy inflicting %d damage.
-		The damage will increase with the Magic stat.]])
-t("Displace", "Displace")
+		The damage will increase with the Magic stat.]], [[连续4个回合向你最近目标发射奥术能量弹,造成 %d 伤害。
+		受魔法影响,伤害有额外加成。]])
+t("Displace", "位移")
 t("Selects a displacement location...", "选择一个转移目标...")
 t("Your attempt to displace fails!", "你尝试置换术但是失败了!")
-t("Instantaneously displace yourself within line of sight up to 3 squares away.", "Instantaneously displace yourself within line of sight up to 3 squares away.")
-t("Primal Skin", "Primal Skin")
+t("Instantaneously displace yourself within line of sight up to 3 squares away.", "瞬间将你移动至视线内3码以外。")
+t("Primal Skin", "原始皮肤")
 t([[Years of magic have permeated your skin leaving it resistant to the physical world. Your armor is increased by %d.
-		The bonus will increase with the Magic stat.]], [[Years of magic have permeated your skin leaving it resistant to the physical world. Your armor is increased by %d.
-		The bonus will increase with the Magic stat.]])
-t("Vaporize", "Vaporize")
+		The bonus will increase with the Magic stat.]], [[魔法渗透进你的皮肤,增加你的物理抗性,提高你的护甲值 %d 。
+		受魔法影响,增益效果有额外加成。]])
+t("Vaporize", "蒸发")
 t([[Bathes the target in raw magic inflicting %d damage. Such wild magic is difficult to control and if you fail to keep your wits you will be confused for 4 turns.
-		The damage will increase with the Magic stat.]], [[Bathes the target in raw magic inflicting %d damage. Such wild magic is difficult to control and if you fail to keep your wits you will be confused for 4 turns.
-		The damage will increase with the Magic stat.]])
+		The damage will increase with the Magic stat.]], [[蒸腾你的目标造成 %d 伤害。这个魔法难以驾驭,如果施放失败你会被混乱4回合。
+		受魔法影响,伤害有额外加成。]])
 
 
 ------------------------------------------------
@@ -24772,7 +25732,7 @@ t([[You enter a terrible rampage for %d turns (up to a maximum of %d turns), des
 		Any talent, rune or infusion you use while rampaging becomes a distraction, and reduces the duration of the rampage by 1. Your first movement while rampaging increases the rampage duration by 1.
 		Rampage Bonus: +%d%% movement speed.
 		Rampage Bonus: +%d%% attack speed.
-		Rampage Bonus: +%d%% mind speed.]], [[你进入暴走状态 %d 回合(最多 %d 回合),摧毁在你路径上的所有东西,该技能瞬发,同时也有 50%% 几率在你受到 8%% 最大生命值以上的伤害时自动激活。暴走状态下你使用任何技能、符文或纹身都无法专心使得技能效果持续时间缩短 1 回合,暴走状态下的第一次移动可延长暴走效果 1 回合。 
+		Rampage Bonus: +%d%% mind speed.]], [[你进入暴走状态 %d 回合(最多 %d 回合),摧毁在你路径上的所有东西。主动进入暴走状态不需要时间,同时也有 50%% 几率在你受到 8%% 最大生命值以上的伤害时自动激活。暴走状态下你使用任何技能、符文或纹身都无法专心使得技能效果持续时间缩短 1 回合,暴走状态下的第一次移动可延长暴走效果 1 回合。
 		暴走加成: +%d%% 移动速度。 
 		暴走加成: +%d%% 攻击速度。
 		暴走加成: +%d%% 精神速度。]])
@@ -24819,6 +25779,7 @@ t("Reform", "重组")
 t("When a shadow is hit and killed, there is a %d%% chance it will reform unhurt.", "当阴影受到伤害或被杀死,有 %d%% 几率重组并免受伤害。")
 t("Call Shadows", "召唤阴影")
 t("Your hate is too low to call another shadow!", "你的仇恨值不足,无法召唤阴影。")
+t("Summon", "召唤")
 t([[While this ability is active, you will continually call up to %d level %d shadows to aid you in battle. Each shadow costs 5 hate to summon. Shadows are weak combatants that can: Use Arcane Reconstruction to heal themselves (level %d), Blindside their opponents (level %d), and Phase Door from place to place.
 		Shadows ignore %d%% of the damage dealt to them by their master.]], [[当此技能激活时,你可以召唤 %d 个等级 %d 的阴影帮助你战斗。每个阴影需消耗 6 点仇恨值召唤。 
 		阴影是脆弱的战士,它们能够:使用奥术重组治疗自己(等级 %d ),使用灵异打击突袭目标(等级 %d ),使用相位之门进行传送。
@@ -24834,7 +25795,7 @@ t([[Infuse magic into your shadows to give them fearsome spells. Your shadows re
 		At level 5 when your shadows are struck down they will attempt to Reform, becoming whole again (50%% chance).]], [[灌输魔力给你的阴影使它们学会可怕的法术。你的阴影获得 %d 点法术强度加成。 
 		你的阴影可以用闪电术攻击附近的目标(等级 %d , %d%% 几率 1 码范围)。 
 		等级 3 时你的阴影可以远距离使用火焰术灼烧你的敌人(等级 %d , %d%% 几率 2 到 6 码范围)。 
-		等级 5 时你的阴影在被击倒时有一定几率重组并重新加入战斗( 50%% 几率)。]])
+		等级 5 时你的阴影在被击倒时有一定几率重组并重新加入战斗(50%% 几率)。]])
 t("Focus Shadows", "聚集阴影")
 t("#PINK#The shadows converge on #Target#!", "#PINK#阴影被集中至 #Target# !")
 t("There are no shadows to heed the call!", "没有阴影可以召唤!")
@@ -24855,7 +25816,7 @@ t([[You slash wildly at your target for %d%% (at 0 Hate) to %d%% (at 100+ Hate)
 		At level 3, any wound you inflict with this carries a part of your curse, reducing the effectiveness of healing by %d%% for %d turns. The effect will stack.
 		The damage multiplier increases with your Strength.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[野蛮的削砍你的目标造成 %d%% ( 0 仇恨)至 %d%% ( 100+ 仇恨)伤害。 
+		This talent will also attack with your shield, if you have one equipped.]], [[野蛮的削砍你的目标造成 %d%% (0仇恨)至 %d%% (100+仇恨)伤害。
 		等级 3 时攻击附带诅咒,降低目标治疗效果 %d%% 持续 %d 回合,效果可叠加。 
 		伤害比例受力量值加成。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
@@ -24865,20 +25826,20 @@ t([[Assault nearby foes with 4 fast attacks for %d%% (at 0 Hate) to %d%% (at 100
 		At level 3 the intensity of your assault overwhelms anyone who is struck, reducing their Defense by %d for 4 turns.
 		The damage multiplier and Defense reduction increase with your Strength.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[对附近目标进行 4 次攻击每个目标造成 %d%% ( 0 仇恨值)至 %d%% ( 100+ 仇恨值)。附近被追踪的目标会被优先攻击。 
+		This talent will also attack with your shield, if you have one equipped.]], [[对附近目标进行 4 次攻击每个目标造成 %d%% (0仇恨值)至 %d%% (100+仇恨值)。附近被追踪的目标会被优先攻击。
 		等级 3 时你的猛烈攻击会同时降低目标 %d 的闪避,持续 4 回合。 
 		伤害加成和闪避减值受力量值加成。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Reckless Charge", "鲁莽冲撞")
-t("#Source# knocks back #Target#!", "#Source# 击退了 #Target#!")
+t("#Source# knocks back #Target#!", "#Source#击退了#Target#!")
 t("#Target# blocks #Source#!", "#Target# 格挡了 #Source#!")
-t("Charge through your opponents, attacking anyone near your path for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. %s opponents may be knocked away from your path. You can attack a maximum of %d times, and can hit targets along your path more than once.", "冲过你的目标,途经的所有目标受到 %d%% ( 0 仇恨)至 %d%% ( 100+ 仇恨)伤害。 %s 体型的目标会被你弹开。你最多可以攻击 %d 次,并且你对路径上的敌人可造成不止 1 次攻击。")
+t("Charge through your opponents, attacking anyone near your path for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. %s opponents may be knocked away from your path. You can attack a maximum of %d times, and can hit targets along your path more than once.", "冲过你的目标,途经的所有目标受到 %d%% (0仇恨)至 %d%% (100+仇恨)伤害。 %s 体型的目标会被你弹开。你最多可以攻击 %d 次,并且你对路径上的敌人可造成不止 1 次攻击。")
 t("Cleave", "分裂攻击")
-t("#Source# cleaves through #Target#!", "#Source# 劈中了#Target#!")
+t("#Source# cleaves through #Target#!", "#Source#劈中了#Target#!")
 t([[While active, every swing of your weapon strikes strikes other adjacent enemies for %d%% (at 0 hate) to %d%% (at 100 hate) physical damage. The recklessness of your attacks brings you bad luck (luck -3).
 		Cleave, Repel and Surge cannot be active simultaneously, and activating one will place the others in cooldown.
 		Cleave will deal 25%% additional damage while using a two-handed weapon.
-		The Cleave damage increases with your Strength.]], [[当激活时,你的每一次武器攻击都会攻击一个临近的目标,造成 %d%% (0 仇恨值)到 %d%% (100 仇恨值)的物理伤害。不顾一切的杀戮会带给你厄运(-3 幸运)。
+		The Cleave damage increases with your Strength.]], [[当激活时,你的每一次武器攻击都会攻击一个临近的目标,造成 %d%% (0仇恨值)到 %d%% (100+仇恨值)的物理伤害。不顾一切的杀戮会带给你厄运(-3 幸运)。
 		分裂攻击、杀意涌动和无所畏惧不能同时开启,并且激活一个也会使另外两个进入冷却。
 		当使用双手武器时,分裂攻击会造成 25%% 的额外伤害。
 		分裂攻击伤害受力量值加成。]])
@@ -24904,7 +25865,7 @@ t([[Your preternatural senses aid you in your hunt for the next victim. You sens
 t("Blindside", "闪电突袭")
 t("The blindside fizzles!", "闪电突袭失败了!")
 t([[With blinding speed, you suddenly appear next to a target up to %d spaces away and attack for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. Your sudden appearance catches everyone off-guard, giving you %d extra Defense for 1 turn.
-		The Defense boost improves with your Strength.]], [[你闪电般的出现在 %d 码范围内的敌人身边,造成 %d%% ( 0 仇恨)~ %d%% ( 100+ 仇恨)的伤害。 
+		The Defense boost improves with your Strength.]], [[你闪电般的出现在 %d 码范围内的敌人身边,造成 %d%% (0仇恨)~ %d%% (100+仇恨)的伤害。
 		你闪电般的突袭使敌人没有提防,增加 %d 点额外闪避,持续 1 回合。 
 		受力量影响,闪避值有额外加成。
 		如果你装备盾牌的话,这一技能也可以使用你的盾牌攻击。]])
@@ -24912,7 +25873,7 @@ t("Repel", "无所畏惧")
 t([[Rather than hide from the onslaught, you face down every threat. While active you have a %d%% chance of repelling a melee attack. The recklessness of your defense brings you bad luck (Luck -3).
 		Cleave, Repel and Surge cannot be active simultaneously, and activating one will place the others in cooldown.
 		Repel chance increases with your Strength and by 20%% when equipped with a shield.]], [[在猛烈的攻击面前,你选择直面威胁而不是躲藏。 
-		当技能激活时,你有 %d%% 概率抵挡一次近程攻击。不顾一切的防御会带给你厄运( -3 幸运)。 
+		当技能激活时,你有 %d%% 概率抵挡一次近程攻击。不顾一切的防御会带给你厄运(-3幸运)。
 		分裂攻击,杀意涌动和无所畏惧不能同时开启,并且激活其中一个也会使另外两个进入冷却。 
 		抵挡概率受力量加成。
 		装备盾牌时,抵挡概率增加 20%% ]])
@@ -24921,14 +25882,14 @@ t([[Rather than hide from the onslaught, you face down every threat. While activ
 ------------------------------------------------
 section "game/modules/tome/data/talents/cursed/traveler.lua"
 
-t("Hardened", "Hardened")
-t("Your travels have hardened you. You gain +%d armor.", "Your travels have hardened you. You gain +%d armor.")
-t("Wary", "Wary")
-t("You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.", "You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.")
-t("Weathered", "Weathered")
-t("You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%", "You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%")
-t("Savvy", "Savvy")
-t("You have become a keen observer in your travels. Each kill gives you %d%% more experience.", "You have become a keen observer in your travels. Each kill gives you %d%% more experience.")
+t("Hardened", "坚韧")
+t("Your travels have hardened you. You gain +%d armor.", "你的经历使你的护甲值增加 +%d 。")
+t("Wary", "谨慎")
+t("You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.", "你的行动变得更加谨慎,有 %d%% 几率不会触发陷阱。")
+t("Weathered", "风化")
+t("You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%", "你更适应元素攻击,增加你火焰和寒冷抵抗 %d%% 。")
+t("Savvy", "领悟")
+t("You have become a keen observer in your travels. Each kill gives you %d%% more experience.", "你在旅途中逐渐成长为一个敏锐的观察者,杀死敌人获得 %d%% 更多经验值。")
 
 
 ------------------------------------------------
@@ -24966,6 +25927,9 @@ t([[Surround yourself with a shield that will absorb at most %d non-physical, no
 		每吸收 30 点伤害都会增加 1 点失衡值,并进行一次失衡值鉴定,若鉴定失败,则护盾会破碎且技能会进入冷却状态。 
 		受精神或物理强度较高者影响,护盾的最大伤害吸收值有额外加成。]])
 t("Mana Clash", "奥术对撞")
+t("\
+#GREEN#Antimagic Adept:  #LAST#4 magical sustains from the target will be removed.", "\
+#GREEN#反魔专家: #LAST#你的奥术对撞技能还会从目标身上移除 4 个持续魔法技能。")
 t([[Drain %d mana, %d vim, %d positive and negative energies from your target, triggering a chain reaction that explodes in a burst of arcane damage.
 		The damage done is equal to 100%% of the mana drained, 200%% of the vim drained, or 400%% of the positive or negative energy drained, whichever is higher. This effect is called a manaburn.
 		The effect will increase with your Mindpower or Physical power (whichever is greater).
@@ -25031,7 +25995,7 @@ t([[Summons an icy wall of %d length for %d turns. Ice walls are transparent, bu
 		冰墙会释放极度寒气,每格墙壁对半径 %d 内的敌人造成 %0.2f 伤害,并有 25%% 几率冻结。寒气不会伤害释放者及其召唤物。
 		每一点冰龙系技能同时也能增加你的寒冷抵抗 1%% 。]])
 t("Ice Breath", "冰息术")
-t("@Source@ breathes ice!", "@Source@ 呼出寒冰!")
+t("@Source@ breathes ice!", "@Source@呼出寒冰!")
 t("%s resists the freeze!", "%s抵抗了冻结!")
 t([[You breathe ice in a frontal cone of radius %d. Any target caught in the area will take %0.2f cold damage and be frozen for 3 turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Freeze apply power is based on your Mindpower.
@@ -25053,7 +26017,7 @@ t([[You gain %d%% Acid resistance.
 		This damage bonus will improve up to 4 times (no more than once each turn) with later Nature damage you do, up to a maximum of %0.1f%%.
 		The resistance and damage increase improve with your Mindpower.]], [[ 你的酸性抗性增加 %d%% 。
 		当你造成自然伤害时,你的酸性伤害增加 %0.1f%% ,持续 %d 回合。
-		伤害加成能够积累到最多 4 倍( 1 回合至多触发 1 次),最大值 %0.1f%% 。
+		伤害加成能够积累到最多4倍(1回合至多触发1次),最大值 %0.1f%% 。
 		受精神强度影响,抗性和伤害加成有额外加成。]])
 t("Corrosive Seeds", "腐蚀之种")
 t("You somehow fail to set the corrosive seed.", "你没能设置腐蚀之种。")
@@ -25082,7 +26046,9 @@ t([[Conjures %d missile-shaped rocks that you target individually at any target
 		受法术强度影响,伤害有额外加成。]])
 t("Elemental Split", "元素分裂")
 t("A crystaline structure that has taken the form of %s.", "有着%s的形象的水晶分身。")
+t("Crystaline Half", "水晶分身")
 t("A stone structure that has taken the form of %s.", "有着%s的形象的岩石分身。")
+t("Stone Half", "岩石分身")
 t([[Reach inside your dwarven core and summon your stone and crystaline halves to fight alongside you for %d turns.
 		Your Crystaline Half will attack your foes with earthen missiles.
 		Your Stone Half will taunt your foes to protect you.
@@ -25097,8 +26063,8 @@ t([[Your halves learn new talents.
 		Crystaline Half: Rain of Spikes - A massive effect that makes all nearby foes bleed.
 		Stone Half: Stone Link - A protective shield that will redirect all damage against nearby allies to your Stone Half.
 		The level of those talents is %d.]], [[你的分身学会新的技能。
-		水晶分身 : 尖刺之雨——被动技能,令周围敌人流血。
-		岩石分身 : 岩石链接——一层保护护盾,将周围友方受到的所有伤害转移至岩石分身。
+		水晶分身 :尖刺之雨——被动技能,令周围敌人流血。
+		岩石分身 :岩石链接——一层保护护盾,将周围友方受到的所有伤害转移至岩石分身。
 		技能等级为 %d 。]])
 t("Dwarven Unity", "矮人的团结")
 t([[You call upon the immediate help of your Halves.
@@ -25230,7 +26196,7 @@ t([[You summon a powerful gust of wind, knocking back your foes within a radius
 		每点火龙系的技能可以使你增加火焰抵抗 1%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Bellowing Roar", "怒意咆哮")
-t("@Source@ roars!", "@Source@ 发出咆哮!")
+t("@Source@ roars!", "@Source@发出咆哮!")
 t([[You let out a powerful roar that sends your foes in radius %d into utter confusion (power: %d%%) for 3 turns.
 		The sound wave is so strong, your foes also take %0.2f physical damage.
 		The damage improves with your Strength.
@@ -25247,7 +26213,7 @@ t([[Spit a cloud of flames, doing %0.2f fire damage in a radius of %d each turn
 		伤害受精神强度加成。技能可暴击。 
 		每点火龙系的技能可以使你增加火焰抵抗 1%% 。]])
 t("Fire Breath", "火焰吐息")
-t("@Source@ breathes fire!", "@Source@ 喷出火焰!")
+t("@Source@ breathes fire!", "@Source@喷出火焰!")
 t([[You breathe fire in a frontal cone of radius %d. Any target caught in the area will take %0.2f fire damage over 3 turns.
 		The damage will increase with your Strength and the critical chance is based on your Mental crit rate.
 		Each point in fire drake talents also increases your fire resistance by 1%%.]], [[你在前方 %d 码锥形范围内喷出火焰。此范围内的目标会在 3 回合内受到 %0.2f 火焰伤害。
@@ -25271,7 +26237,7 @@ t([[The fungus on your body allows regeneration effects to last longer.
 		每当你获得一个回复类的增益效果,你会让它的持续时间增加 %d%% +1,向上取整。
 		技能效果受意志值加成。]])
 t("Ancestral Life", "原始生命")
-t("#LIGHT_GREEN##Source# gains %d%%%% of a turn from Ancestral Life.#LAST#", "#LIGHT_GREEN##Source# 从原始生命处获得 %d%%%% 回合。#LAST#")
+t("#LIGHT_GREEN##Source# gains %d%%%% of a turn from Ancestral Life.#LAST#", "#LIGHT_GREEN##Source#从原始生命处获得%d%%%%回合。#LAST#")
 t([[Your fungus reaches into the primordial ages of the world, granting you ancient instincts.
 		Each time you receive non-regeneration healing you gain %d%% of a turn per 100 life healed.  This effect can't add energy past 2 stored turns and overhealing is not counted.
 		Also, regeneration effects on you will decrease your equilibrium by %0.1f each turn.
@@ -25281,7 +26247,7 @@ t([[Your fungus reaches into the primordial ages of the world, granting you anci
 		同时,每当你受到回复作用时,每回合你的失衡值将会减少 %0.1f 。 
 		受精神强度影响,增益回合有额外加成。]])
 t("Sudden Growth", "疯狂成长")
-t("A wave of energy passes through your fungus, making it release immediate healing energies on you, healing you for %d%% of your current life regeneration rate (#GREEN#%d#LAST#).", "一股强大的能量穿过你的孢子,使其立刻对你释放治愈性能量,治疗你 %d%% 当前生命回复值 (#GREEN#%d#LAST#)。")
+t("A wave of energy passes through your fungus, making it release immediate healing energies on you, healing you for %d%% of your current life regeneration rate (#GREEN#%d#LAST#).", "一股强大的能量穿过你的孢子,使其立刻对你释放治愈性能量,治疗你 %d%% 当前生命回复值(#GREEN# %d #LAST#)。")
 
 
 ------------------------------------------------
@@ -25327,8 +26293,8 @@ t("Your body and internal organs are becoming more ooze-like in nature, allowing
 t("ooze", "软泥")
 t("You learn to control moss, making it grow at will to help you on the battlefield.", " 你学会控制苔藓生长,帮助战斗。")
 t("moss", "苔藓")
-t("Your body's anatomy is starting to blur.", "Your body's anatomy is starting to blur.")
-t("malleable body", "malleable body")
+t("Your body's anatomy is starting to blur.", "你身体的解剖结构开始模糊。")
+t("malleable body", "可塑形体")
 t("You channel ooze through your psiblades.", " 你向心灵利刃里灌注软泥能量。")
 t("oozing blades", "软泥利刃")
 t("You channel acid through your psiblades.", " 你向心灵利刃里灌注酸性能量。")
@@ -25343,6 +26309,7 @@ t("Learn to harness the innate power of your race.", " 学会强化自身的种
 t("dwarven nature", "矮人之自然力量")
 t("wild-gift", "自然")
 t("#PINK#You can manage a maximum of %d summons at any time. You need %d Cunning to increase your limit.", "#PINK#你能同时拥有最多 %d 名召唤物。你需要 %d 灵巧来提升上限。")
+t("Summon", "召唤")
 
 
 ------------------------------------------------
@@ -25395,7 +26362,7 @@ t([[Unleash raw, chaotic elemental damage upon your enemy.
 		五灵挥击还会增加你的物理、法术和精神速度 %d%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Venomous Breath", "剧毒吐息")
-t("@Source@ breathes venom!", "@Source@ 呼出毒液!")
+t("@Source@ breathes venom!", "@Source@呼出毒液!")
 t([[You breathe crippling poison in a frontal cone of radius %d. Any target caught in the area will take %0.2f nature damage each turn for 6 turns.
 		The poison also gives enemies a %d%% chance to fail actions more complicated than basic attacks and movement, while it is in effect.
 		The damage will increase with your Strength, and the critical chance is based on your Mental crit rate.
@@ -25426,28 +26393,28 @@ t([[Your body is more like that of an ooze, you can split into two for %d turns.
 		If you know the Oozing Blades tree all the talents inside are exchanged for those of the Corrosive Blades tree.
 		Your two selves share the same healthpool.
 		While you are split both of you gain %d%% all resistances.
-		Resistances will increase with Mindpower.]], [[Your body is more like that of an ooze, you can split into two for %d turns.
-		Your original self has the original ooze aspect while your mitosis gains the acid aspect.
-		If you know the Oozing Blades tree all the talents inside are exchanged for those of the Corrosive Blades tree.
-		Your two selves share the same healthpool.
-		While you are split both of you gain %d%% all resistances.
-		Resistances will increase with Mindpower.]])
+		Resistances will increase with Mindpower.]], [[你的身体变的像软泥怪一样,你可以分裂成2个,持续 %d 回合。
+		你的本体获得原始的软泥特性,而分裂体则获得酸性特性。
+		如果你习得软泥之刃系技能树,则该技能树会变为腐蚀之刃技能树。
+		你和分裂体共享生命。
+		当你分裂时,你增加 %d%% 所有抵抗。
+		受精神强度影响,抵抗有额外加成。]])
 t("ervevev", "ervevev")
 t([[Improve your fungus to allow it to take a part of any healing you receive and improve it.
 		Each time you are healed you get a regeneration effect for 6 turns that heals you of %d%% of the direct heal you received.
-		The effect will increase with your Mindpower.]], [[Improve your fungus to allow it to take a part of any healing you receive and improve it.
-		Each time you are healed you get a regeneration effect for 6 turns that heals you of %d%% of the direct heal you received.
-		The effect will increase with your Mindpower.]])
+		The effect will increase with your Mindpower.]], [[强化你的孢子使其能够参与到你的治疗作用中。
+		每当你受到治疗时,你会得到一个持续6回合的回复效果,回复值为你所受治疗值的 %d%% 。
+		受精神强度影响,效果有额外加成。]])
 t("zeczczeczec", "zeczczeczec")
 t([[Both of you swap place in an instant, creatures attacking one will target the other.
 		While swaping you briefly merge together, boosting all your nature and acid damage by %d%% for 6 turns and healing you for %d.
-		Damage and healing increase with Mindpower.]], [[Both of you swap place in an instant, creatures attacking one will target the other.
-		While swaping you briefly merge together, boosting all your nature and acid damage by %d%% for 6 turns and healing you for %d.
-		Damage and healing increase with Mindpower.]])
-t("Indiscernible Anatomyblabla", "Indiscernible Anatomyblabla")
+		Damage and healing increase with Mindpower.]], [[你和分裂体相互交换位置,误导敌人,使敌人的目标锁定为另一个分身。
+		当你和分裂体交换位置时,双方进行了短暂的融合。增加 %d%% 自然和酸性伤害,持续6回合,同时治疗你 %d 点生命值。
+		受精神强度影响,伤害和治疗量有额外加成。]])
+t("Indiscernible Anatomyblabla", "不可思议的骨骼")
 t([[Your body's internal organs are melted together, making it much harder to suffer critical hits.
-		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]], [[Your body's internal organs are melted together, making it much harder to suffer critical hits.
-		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]])
+		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]], [[你身体的内部器官融化在一起,使你更难遭受致命打击。
+		所有对你产生的直接暴击(物理、精神、法术)都会有 %d%% 几率变成普通攻击。]])
 
 
 ------------------------------------------------
@@ -25603,10 +26570,10 @@ t([[Your body is more like that of an ooze.
 		You may have up to %d Bloated Oozes active at any time (limited by talent level and the summoning limit), and all damage you take will be split equally between you and them so long as this talent is active.
 		Bloated Oozes last for %d turns, are very resilient (%d%% all damage resistance to damage not coming through your shared link), and regenerate life quickly.
 		%sThe chance to split increases with your Cunning.]], [[你的身体构造变的像软泥怪一样。 
-		当你受到攻击时,你有几率分裂出一个浮肿软泥怪,其生命值为你所承受的伤害值的两倍(最大 %d ,基于你的精神强度和最大生命值。)。 
+		当你受到攻击时,你有几率分裂出一个浮肿软泥怪,其生命值为你所承受的伤害值的两倍(最大 %d ,基于你的精神强度和最大生命值。)。
 		分裂几率为你损失生命百分比的 %0.2f 倍。
-		你同时最多只能拥有 %d 只浮肿软泥怪,你所承受的所有伤害会在你和浮肿软泥怪间均摊。 
-		每只浮肿软泥怪存在%d回合,对非均摊的伤害的抗性很高( %d%% 对全部伤害的抗性),同时生命回复快。
+		你同时最多只能拥有 %d 只浮肿软泥怪,你所承受的所有伤害会在你和浮肿软泥怪间均摊。
+		每只浮肿软泥怪存在 %d 回合,对非均摊的伤害的抗性很高( %d%% 对全部伤害的抗性),同时生命回复快。
 		%s受灵巧影响,几率有额外加成。]])
 t("Reabsorb", "强化吸收")
 t([[You randomly merge with an adjacent bloated ooze, granting you 40%% all damage resistance for %d turns.
@@ -25615,7 +26582,7 @@ t([[You randomly merge with an adjacent bloated ooze, granting you 40%% all dama
 		The damage, duration and Equilibrium restoration increase with your Mindpower.]], [[ 你随机吸收一个紧靠你的浮肿软泥怪,获得 40%% 对全部伤害的抗性,持续 %d 个回合。 
 		同时你会释放一股反魔能量,在 %d 半径内造成 %0.2f 点法力燃烧伤害。 
 		如果有丝分裂技能开启,每回合你将回复 %0.1f 点失衡值。
-		受精神强度影响,伤害、持续时间和失衡值回复有额外加成。]])
+		受精神强度影响,伤害、持续时间和失衡值回复有额外加成。]], {1,3,2,4})
 t("Call of the Ooze", "软泥召唤")
 t([[Instantly call all of your bloated oozes to your aid.
 		If you have less than the maximum number of oozes allowed by the Mitosis talent, up to %d will be created with %d life (%d%% of the maximum life allowed by Mitosis).
@@ -25644,7 +26611,7 @@ t([[You gain %d%% Nature resistance.
 		This damage bonus will improve up to 4 times (no more than once each turn) with later Acid damage you do, up to a maximum of %0.1f%%.
 		The resistance and damage increase improve with your Mindpower.]], [[ 你的自然抗性增加 %d%% 。
 		当你造成酸性伤害时,你的自然伤害增加 %0.1f%% ,持续 %d 回合。
-		伤害加成能够积累到最多 4 倍( 1 回合至多触发 1 次),最大值 %0.1f%% 。
+		伤害加成能够积累到最多4倍(1回合至多触发1次),最大值 %0.1f%% 。
 		受精神强度影响,抗性和伤害加成有额外加成。]])
 t("Mind Parasite", "精神寄生")
 t([[You use your psiblades to fire a small worm at a foe.
@@ -25664,8 +26631,8 @@ t([[Surround yourself with natural forces, ignoring %d%% nature resistance of yo
 section "game/modules/tome/data/talents/gifts/sand-drake.lua"
 
 t("Swallow", "吞噬")
-t("#Source# tries to swallow #Target#!", "#Source# 尝试吞噬 #Target#!")
-t("%s resists!", "%s 抵抗了效果!")
+t("#Source# tries to swallow #Target#!", "#Source#尝试吞噬 #Target#!")
+t("%s resists!", "%s抵抗了效果!")
 t([[Attack the target for %d%% Nature weapon damage.
 		If the attack brings your target below a percent of its max life (based on talent level and relative size) or kills it, you attempt to swallow it, killing it automatically and regaining life and equilibrium depending on its level.
 		The target may save against your physical power to prevent this attempt.
@@ -25687,14 +26654,14 @@ t([[Attack the target for %d%% Nature weapon damage.
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。
 
 		基于你目前的体型,吞噬的生命值上限如下所示:
-		微小: %d%%
-		矮小: %d%%
-		中等: %d%%
-		高大: %d%%
-		庞大: %d%%
-		巨型: %d%%]])
+		微小:%d%%
+		矮小:%d%%
+		中等:%d%%
+		高大:%d%%
+		庞大:%d%%
+		巨型:%d%%]])
 t("Quake", "地震")
-t("@Source@ shakes the ground!", "@Source@ 使大地震动!")
+t("@Source@ shakes the ground!", "@Source@使大地震动!")
 t([[You slam the ground, shaking the area around you in a radius of %d.
 		Creatures caught by the quake will be damaged for %d%% weapon damage, and knocked back up to 3 tiles away.
 		The terrain will also be moved around within the radius, and the user will be shifted to a random square within the radius.
@@ -25708,10 +26675,10 @@ t([[Allows you to burrow into earthen walls for %d turns.
 		At Talent Level 5, this talent can be used instantly, and the cooldown will reduce with levels.
 		Each point in sand drake talents also increases your physical resistance by 0.5%%.]], [[允许你钻进墙里,持续 %d 回合。
 		你强大的挖掘能力让你能挖掘敌人的防御弱点;处于该状态下时你获得 %d 护甲穿透和 %d%% 物理抗性穿透。
-     在技能等级 5 时,这个技能变成瞬发。冷却时间随技能等级升高而降低。
+     在技能等级 5 时,这个技能变成瞬间。冷却时间随技能等级升高而降低。
 		每点土龙系的天赋可以使你增加物理抵抗 0.5%% 。]])
 t("Sand Breath", "沙瀑吐息")
-t("@Source@ breathes sand!", "@Source@ 呼出流沙!")
+t("@Source@ breathes sand!", "@Source@呼出流沙!")
 t([[You breathe sand in a frontal cone of radius %d. Any target caught in the area will take %0.2f physical damage, and will be blinded for %d turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Blind apply power is based on your Mindpower.
 		Each point in sand drake talents also increases your physical resistance by 0.5%%.]], [[你在前方 %d 码锥形范围内喷出流沙。此范围内的目标会受到 %0.2f 物理伤害并被致盲 %d 回合。 
@@ -25731,14 +26698,14 @@ t([[Spit slime at your target doing %0.1f nature damage and slowing it down by 3
 		弹射距离最多为 6 码,同时每弹一次会减少 %0.1f%% 伤害。
 		受精神强度影响,伤害有额外加成。]])
 t("Poisonous Spores", "毒性孢子")
-t("@Source@ releases poisonous spores at @target@.", "@Source@ 朝 @target@ 释放毒素孢子。")
+t("@Source@ releases poisonous spores at @target@.", "@Source@朝@target@释放毒素孢子。")
 t([[Releases poisonous spores at an area of radius %d, infecting the foes inside with a random poison doing %0.1f Nature damage over 10 turns.
 		This attack can crit and deals %d%% additional critical damage.
 		The damage and critical bonus increase with your Mindpower.]], [[向 %d 码半径范围释放毒性孢子,使范围内的敌方单位感染随机类型的毒素,造成 %0.1f 自然伤害,持续 10 回合。
 		这个攻击能够暴击,造成额外 %d%% 暴击伤害。
 		受精神强度影响,伤害和暴击加成有额外加成。]])
 t("Acidic Skin", "酸性皮肤")
-t("The skin of @Source@ starts dripping acid.", "@Source@ 的皮肤开始滴落酸液。")
+t("The skin of @Source@ starts dripping acid.", "@Source@的皮肤开始滴落酸液。")
 t([[Your skin drips with acid, damaging all that hit you for %0.1f disarming acid damage.
 		The damage increases with your Mindpower.]], [[你的皮肤浸泡着酸液,对所有攻击你的目标造成 %0.1f 酸性缴械伤害。
 		受精神强度影响,伤害有额外加成。]])
@@ -25776,7 +26743,7 @@ t([[Generate an electrical field around you in a radius of %d. Any creature caug
 		每点雷龙系的天赋可以使你增加闪电抵抗 1%% 。]])
 t("Tornado", "龙卷风")
 t("%s is knocked back!", "%s 被击退。")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Summon a tornado that moves very slowly towards the target, following it if it changes position.
 		Each time it moves every foes within radius 2 takes %0.2f lightning damage and is knocked back 2 spaces.
 		When it reaches the target it explodes in a radius of %d, knocking back targets and dealing %0.2f lightning and %0.2f physical damage.
@@ -25788,8 +26755,8 @@ t([[Summon a tornado that moves very slowly towards the target, following it if
 		受精神强度影响,伤害有额外加成。 
 		每点雷龙系的天赋可以使你增加闪电抵抗 1%% 。]])
 t("Lightning Breath", "闪电吐息")
-t("@Source@ breathes lightning!", "@Source@ 呼出闪电!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ breathes lightning!", "@Source@呼出闪电!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[You breathe lightning in a frontal cone of radius %d. Any target caught in the area will take %0.2f to %0.2f lightning damage (%0.2f average) and be stunned for 3 turns.
 		The damage will increase with your Strength, and the critical chance is based on your Mental crit rate, and the Stun apply power is based on your Mindpower.
 		Each point in storm drake talents also increases your lightning resistance by 1%%.]], [[你在前方 %d 码锥形范围内喷出闪电。此范围内的目标会受到 %0.2f ~ %0.2f 闪电伤害(平均 %0.2f )并被震慑 3 回合。 
@@ -25908,7 +26875,7 @@ t("Switches places with one of your summons. This disorients your foes, granting
 section "game/modules/tome/data/talents/gifts/summon-distance.lua"
 
 t("Flamespit", "火焰喷射")
-t("@Source@ spits flames!", "@Source@ 喷射火焰!")
+t("@Source@ spits flames!", "@Source@喷射火焰!")
 t([[Spits a bolt of fire, doing %0.2f fire damage.
 		The damage will increase with your Mindpower.]], [[吐出一枚火球造成 %0.2f 火焰伤害。 
 		受精神强度影响,伤害有额外加成。]])
@@ -25917,32 +26884,32 @@ t([[A wave of fire emanates from you with radius %d, knocking back anything caug
 		The damage will increase with your Mindpower.]], [[发射一道火焰波,范围 %d 码内的敌人被击退并引燃,造成 %0.2f 火焰伤害持续 3 回合。 
 		受精神强度影响,伤害有额外加成。]])
 t("Acid Breath", "酸液吐息")
-t("@Source@ breathes acid!", "@Source@ 呼出酸液!")
+t("@Source@ breathes acid!", "@Source@呼出酸液!")
 t([[Breathe acid on your foes, doing %0.2f damage.
 		The damage will increase with your Willpower.]], [[向单体目标喷射酸液造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Acid Spit", "酸液喷吐")
-t("@Source@ spits acid!", "@Source@ 喷射酸液!")
+t("@Source@ spits acid!", "@Source@喷射酸液!")
 t([[Spit acid on a foe, doing %0.2f damage.
 		The damage will increase with your Willpower.]], [[向敌人喷射酸液造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Lightning Breath", "闪电吐息")
-t("@Source@ breathes lightning!", "@Source@ 呼出闪电!")
+t("@Source@ breathes lightning!", "@Source@呼出闪电!")
 t([[Breathe lightning on your foes, doing %d to %d damage.
 		The damage will increase with your Willpower.]], [[向敌人喷出闪电吐息造成 %d 到 %d 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Lightning Spit", "闪电喷吐")
-t("@Source@ spits lightning!", "@Source@ 喷射闪电!")
+t("@Source@ spits lightning!", "@Source@喷射闪电!")
 t([[Spit lightning on your foe, doing %d to %d damage.
 		The damage will increase with your Willpower.]], [[向单体敌人喷吐闪电造成 %d 到 %d 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Poison Breath", "毒性吐息")
-t("@Source@ breathes poison!", "@Source@ 呼出毒素!")
+t("@Source@ breathes poison!", "@Source@呼出毒素!")
 t([[Breathe poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Willpower.]], [[向敌人喷射酸液,在几回合内造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Poison Spit", "毒性喷吐")
-t("@Source@ spits poison!", "@Source@ 喷射毒素!")
+t("@Source@ spits poison!", "@Source@喷射毒素!")
 t([[Spit poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Willpower.]], [[向单体敌人施放剧毒喷吐至你的目标造成 %d 伤害,持续数回合。 
 		受意志影响,伤害有额外加成。]])
@@ -25966,7 +26933,7 @@ t([[Summon a Ritch Flamespitter for %d turns to burn your foes to death. Flamesp
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Willpower and Cunning will increase with your Mindpower.]], [[召唤一只火焰里奇来燃烧敌人,持续 %d 回合。火焰里奇很脆弱,但是它们可以远远地燃烧敌人。 
 		它拥有 %d 点意志, %d 点灵巧和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,火焰里奇的意志和灵巧有额外加成。]])
 t("Hydra", "契约:三头蛇")
 t("@Source@ summons a 3-headed hydra!", "@Source@召唤了一只三头蛇!")
@@ -25977,7 +26944,7 @@ t([[Summon a 3-headed Hydra for %d turns to destroy your foes. 3-headed hydras a
 		Their Willpower will increase with your Mindpower.]], [[召唤一只三头蛇来摧毁敌人,持续 %d 回合。 
 		三头蛇可以喷出毒系、酸系、闪电吐息。 
 		它拥有 %d 点意志, %d 点体质和 18 点力量。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,三头蛇的意志有额外加成。]])
 t("Rimebark", "契约:雾凇")
 t("@Source@ summons a Rimebark!", "@Source@召唤了一只雾凇!")
@@ -25988,20 +26955,21 @@ t([[Summon a Rimebark for %d turns to harass your foes. Rimebarks cannot move, b
 		Their Willpower and Cunning will increase with your Mindpower.]], [[召唤 1 棵雾凇来来骚扰敌人,持续 %d 回合。 
 		雾凇不可移动,但是永远有寒冰风暴围绕着它们,伤害并冰冻 3 码半径范围内的任何人。 
 		它拥有 %d 点意志, %d 点灵巧和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,雾凇的意志和灵巧有额外加成。]])
 t("Fire Drake", "契约:火龙")
 t("@Source@ summons a Fire Drake!", "@Source@召唤了一只火龙!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A mighty fire drake.", "一只强力火龙。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Fire Drake for %d turns to burn and crush your foes to death. Fire Drakes are behemoths that can burn foes from afar with their fiery breath.
 		It will get %d Strength, %d Constitution and 38 Willpower.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Strength and Constitution will increase with your Mindpower.]], [[召唤一只火龙来摧毁敌人,持续 %d 回合。 
 		火龙是可以从很远的地方烧毁敌人的强大生物。 
 		它拥有 %d 点力量, %d 点体质和 38 点意志。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,火龙的力量和体质有额外加成。]])
 
 
@@ -26022,12 +26990,12 @@ t([[Summon a War Hound for %d turns to attack your foes. War hounds are good bas
 		The hound's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只战争猎犬来攻击敌人,持续 %d 回合。 
 		战争猎犬是非常好的基础近战单位。 
 		它拥有 %d 点力量, %d 点敏捷和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,猎犬的力量和敏捷有额外加成。]])
 t("Jelly", "契约:果冻怪")
 t("@Source@ summons a Jelly!", "@Source@召唤了一只果冻怪!")
 t("A strange blob on the dungeon floor.", "地板上的一团奇怪胶状物体。")
-t("#GREEN##Target# absorbs some damage. #Source# is closer to nature.", "#GREEN##Target# 吸收了伤害, #Source# 更贴近自然了。")
+t("#GREEN##Target# absorbs some damage. #Source# is closer to nature.", "#GREEN##Target#吸收了伤害, #Source#更贴近自然了。")
 t([[Summon a Jelly for %d turns to attack your foes. Jellies do not move, but your equilibrium will be reduced by 10%% of all damage received by the jelly.
 		It will get %d Constitution and %d Strength.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
@@ -26035,7 +27003,7 @@ t([[Summon a Jelly for %d turns to attack your foes. Jellies do not move, but yo
 		果冻怪不会移动。 
 		它拥有 %d 点体质和 %d 点力量。 
 		每当果冻怪受到伤害时,你降低等同于它受到伤害值的 10 %%失衡值。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,果冻怪的体质有额外加成。]])
 t("Minotaur", "契约:米诺陶")
 t("@Source@ summons a Minotaur!", "@Source@召唤了一只米诺陶!")
@@ -26045,19 +27013,20 @@ t([[Summon a Minotaur for %d turns to attack your foes. Minotaurs cannot stay su
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		The minotaur's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只米诺陶来攻击敌人,持续 %d 回合。米诺陶不会呆很长时间,但是它们会造成极大伤害。 
 		它拥有 %d 点力量, %d 点体质和 %d 点敏捷。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,米诺陶的力量和敏捷有额外加成。]])
 t("Stone Golem", "契约:岩石傀儡")
 t("@Source@ summons a Stone Golem!", "@Source@召唤了一只岩石傀儡!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("It is a massive animated statue.", "一座巨型活化傀儡。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Stone Golem for %d turns to attack your foes. Stone golems are formidable foes that can become unstoppable.
 		It will get %d Strength, %d Constitution and %d Dexterity.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		The golem's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只岩石傀儡来攻击敌人,持续 %d 回合。岩石傀儡是可怕的敌人并且不可阻挡。 
 		它有 %d 点力量, %d 点体质和 %d 点敏捷。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,傀儡的力量和敏捷有额外加成。]])
 
 
@@ -26079,19 +27048,20 @@ t([[Summon a Turtle for %d turns to distract your foes. Turtles are resilient, b
 		乌龟具有很强的生命力,并不能造成很多伤害。 
 		然而,它们会周期性的嘲讽敌人并用龟壳保护自己。
 		它拥有 %d 点体质, %d 点敏捷和 18 点意志。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,乌龟的体质有额外加成。]])
 t("Spider", "契约:蜘蛛")
 t("@Source@ summons a Spider!", "@Source@召唤了一只蜘蛛!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Spider for %d turns to harass your foes. Spiders can poison your foes and throw webs to pin them to the ground.
 		It will get %d Dexterity, %d Strength, 18 Willpower and %d Constitution.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Dexterity will increase with your Mindpower.]], [[召唤一只蜘蛛来扰乱敌人,持续 %d 回合。 
 		蜘蛛可以使敌人中毒并向目标撒网,将目标固定在地上。 
 		它拥有 %d 点敏捷, %d 点力量, 18 点意志和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,蜘蛛的敏捷有额外加成。]])
 t("Frantic Summoning", "疯狂召唤")
 t([[You focus yourself on nature, allowing you to summon natural creatures much faster (%d%% of a normal summon time) and with no chance to fail from high equilibrium for %d turns.
@@ -26109,7 +27079,7 @@ t([[Mark a creature with pheromones, signalling to all of your summons within %d
 section "game/modules/tome/data/talents/gifts/venom-drake.lua"
 
 t("Acidic Spray", "酸雾喷射")
-t("@Source@ spits acid!", "@Source@ 喷射酸液!")
+t("@Source@ spits acid!", "@Source@喷射酸液!")
 t([[Spray forth a glob of acidic moisture at your enemy.
 		The target will take %0.2f Mindpower-based acid damage.
 		Enemies struck have a 25%% chance to be Disarmed for three turns, as their weapon is rendered useless by an acid coating.
@@ -26139,7 +27109,7 @@ t([[You strike the enemy with a rain of fast, acidic blows. You strike four time
 		每一点毒龙系技能同时也能增加你的酸性抵抗 1%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Corrosive Breath", "腐蚀吐息")
-t("@Source@ breathes acid!", "@Source@ 呼出酸液!")
+t("@Source@ breathes acid!", "@Source@呼出酸液!")
 t([[You breathe acid in a frontal cone of radius %d. Any target caught in the area will take %0.2f acid damage.
 		Enemies caught in the acid are disarmed for 3 turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Disarm apply power is based on your Mindpower.
@@ -26166,17 +27136,17 @@ t("Unclassified talents of the various horrors of the world.", "世界上各种
 t("horror powers", "恐魔力量")
 t("other", "其他")
 t("Frenzied Bite", "狂乱撕咬")
-t("In a frenzy @Source@ bites at @Target@!", "@Source@ 在狂热中咬向@Target@!")
+t("In a frenzy @Source@ bites at @Target@!", "@Source@在狂热中咬向@Target@!")
 t([[A nasty bite that hits for %d%% weapon damage, reduces the targets healing by %d%%, and causes the target to bleed for %d%% weapon damage over 5 turns.
 		Only usable while frenzied.]], [[撕咬目标造成 %d%% 武器伤害。减少目标治疗效果 %d%% 并造成 %d%% 武器伤害的流血伤害持续 5 回合。 
 		只有在狂乱状态下可以使用。]])
 t("Frenzied Leap", "狂乱跳跃")
-t("@Source@ leaps forward in a frenzy!", "@Source@ 在狂热中向前跳跃!")
+t("@Source@ leaps forward in a frenzy!", "@Source@在狂热中向前跳跃!")
 t([[Leaps toward a target within range.
 		Only usable while frenzied.]], [[跳向范围内目标。
 		只有在狂乱状态下可以使用。]])
 t("Gnashing Teeth", "咬牙切齿")
-t("@Source@ tries to bite @Target@ with razor sharp teeth!", "@Source@ 尝试用尖锐的牙齿咬 @Target@ !")
+t("@Source@ tries to bite @Target@ with razor sharp teeth!", "@Source@尝试用尖锐的牙齿咬 @Target@ !")
 t("The scent of blood sends the %ss into a frenzy!", "鲜血的气味使得%s们变得狂热!")
 t("%s resists the cut!", "%s抵抗了流血!")
 t([[Bites the target for %d%% weapon damage, potentially causing it to bleed for %d%% weapon damage over five turns.
@@ -26187,10 +27157,10 @@ t([[Bites the target for %d%% weapon damage, potentially causing it to bleed for
 t("Abyssal Shroud", "堕入深渊")
 t("Creates a shroud of darkness over a radius 3 area that lasts %d turns.  The shroud causes %0.2f darkness damage each turn, reduces light radius by %d, and darkness resistance by %d%% of those within.", "制造一个 3 码范围的黑暗深渊持续 %d 回合。深渊会造成每回合 %0.2f 黑暗伤害并降低 %d 光照范围,同时使其中生物的暗影抵抗减少 %d%% 。")
 t("Echoes From The Void", "虚空回音")
-t("@Source@ shows @Target@ the madness of the void.", "@Source@ 向 @Target@ 展示了虚空的疯狂。")
+t("@Source@ shows @Target@ the madness of the void.", "@Source@向 @Target@ 展示了虚空的疯狂。")
 t("Shows the target the madness of the void.  Each turn for 6 turns the target must make a mental save or suffer %0.2f mind damage as well as resource damage (based off the mind damage and nature of the resource).", " 释放虚空的混乱,使目标每回合强制进行精神豁免鉴定,持续 6 回合,未通过豁免则在原伤害基础上造成 %0.2f 精神伤害(由精神和自然伤害基础伤害决定)。")
 t("Void Shards", "虚空碎片")
-t("@Source@ summons void shards.", "@Source@ 召唤出虚空碎片。")
+t("@Source@ summons void shards.", "@Source@召唤出虚空碎片。")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("void shard", "虚空碎片")
 t("It looks like a small hole in the fabric of spacetime.", "看起来像空间中的一小块破洞。")
@@ -26213,7 +27183,7 @@ t([[A wall of slime oozes out from the caster with radius 1, increasing once eve
 		The damage and duration will increase with your Mindpower.]], [[在 1 码范围内形成一个史莱姆墙,每隔 2 回合范围会扩大,直至 %d 码,造成 %0.2f 史莱姆伤害持续 %d 回合。 
 		受精神强度影响,伤害及持续时间有额外加成。]])
 t("Tentacle Grab", "触须之握")
-t("%s resists the grab!", "%s 抵抗了抓取!")
+t("%s resists the grab!", "%s抵抗了抓取!")
 t([[Grab a target and drag it to your side, holding it in place and silencing non-undead and creatures that need to breathe for %d turns.
 		The grab will also deal %0.2f slime damage per turn.
 		The damage will increase with your Mindpower.]], [[抓住一个目标并将其拉至身边,并抓取 %d 回合。需要呼吸的非亡灵类生物还会被窒息。
@@ -26233,7 +27203,7 @@ t([[Blast a wave of water all around you with a radius of %d, making all creatur
 		The damage will increase with your Spellpower.]], [[在你身边 %d 范围内制造水流,令所有生物湿润。
 		效果受法术强度加成。]])
 t("Blood Suckers", "吸血者")
-t("@Source@ tries to latch on and suck blood!", "@Source@ 尝试抓住目标吸血!")
+t("@Source@ tries to latch on and suck blood!", "@Source@尝试抓住目标吸血!")
 t([[Latch on to the target and suck their blood, doing %0.2f physical and %0.2f acid damage per turn.
 		After 5 turns of drinking, drop off and gain the ability to Multiply.
 		Damage scales with your level.
@@ -26246,7 +27216,7 @@ t([[Latch on to the target and suck their blood, doing %0.2f physical and %0.2f
 ------------------------------------------------
 section "game/modules/tome/data/talents/misc/inscriptions.lua"
 
-t("- will only auto use when no saturation effect exists", "- will only auto use when no saturation effect exists")
+t("- will only auto use when no saturation effect exists", "- 只会在没有纹身/符文饱和效果的时候使用。")
 t("\
 Its effects scale with your %s stat.", "\
 效果随你的%s属性提升。")
@@ -26261,7 +27231,7 @@ t("%s is cured!", "%s 被治愈!")
 t(" and ", "和")
 t([[Activate the infusion to cure yourself of one random %s effect and reduce all damage taken by %d%% for %d turns.
 Also removes cross-tier effects of the affected types for free.]], [[激活纹身解除你随机一个 %s 效果并减少所有伤害 %d%% 持续 %d 回合。 
-同时除去对应类型的 CT 效果(失去平衡、法术冲击和锁脑)。]])
+同时除去对应类型的越层负面效果(失去平衡、法术冲击和锁脑)。]])
 t("res %d%%; %s; dur %d; cd %d", "减伤 %d%%; 解除 %s; 持续 %d; 冷却 %d")
 t("Infusion: Primal", "纹身:原初")
 t("Activate the infusion to heal for %d%% of all damage taken (calculated before resistances) and reduce the duration of a random debuff by %d each turn for %d turns.", "激活这个纹身,你受到的伤害将部分转化为治疗(在伤害减免之前计算),转化比例为 %d%% 。此外,每回合减少一个随机负面效果的持续时间 %d 回合,持续 %d 回合。")
@@ -26287,7 +27257,7 @@ t([[Activate the infusion to endure even the most grievous of wounds for %d turn
 t("die at -%d; dur %d; cd %d", "-%d 死亡底线; 持续 %d; 冷却 %d")
 t("Infusion: Wild Growth", "纹身:野性成长")
 t([[Causes thick vines to spring from the ground and entangle all targets within %d squares for %d turns, pinning them in place for 5 turns and dealing %0.2f physical damage and %0.2f nature damage.
-		The vines also grow all around you, increasing your armour by %d and armour hardiness by %d.]], [[从土地中召唤坚硬的藤蔓,缠绕 %d 码范围内所有生物,持续 %d 回合。将其定身5回合并造成每回合 %0.2f 物理和 %0.2f 自然伤害。 
+		The vines also grow all around you, increasing your armour by %d and armour hardiness by %d.]], [[从土地中召唤坚硬的藤蔓,缠绕 %d 码范围内所有生物,持续 %d 回合。将其定身5回合并造成每回合 %0.2f 物理和 %0.2f 自然伤害。
 		藤蔓也会生长在你的身边,增加 %d 护甲和 %d 护甲硬度。]])
 t("rad %d; dur %d;", "范围 %d 持续 %d")
 t("Rune: Teleportation", "符文:传送")
@@ -26321,10 +27291,10 @@ t([[Activate the rune to unleash a manasurge upon yourself, increasing mana rege
 t("regen %d%% over %d turns; mana %d; cd %d", "回复 %d%% 持续 %d 回合 ; %d 法力瞬回; 冷却 %d")
 t("Rune of the Rift", "符文:时空裂隙")
 t("%s is immune!", "%s 免疫了!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Something has prevented the timetravel.", "某物阻止了时空旅行")
 t("temporal instability", "时间不稳定性")
-t("%s has moved forward in time!", "%s 的时间被向前推移!")
+t("%s has moved forward in time!", "%s的时间向前推移!")
 t([[Inflicts %0.2f temporal damage.  If your target survives, it will be sent %d turns into the future.
 		It will also lower your paradox by 25 (if you have any).
 		Note that messing with the spacetime continuum may have unforeseen consequences.]], [[造成 %0.2f 时空伤害。如果你的目标存活,则它会被传送 %d 回合至未来。 
@@ -26351,6 +27321,7 @@ t("Rune: Mirror Image", "符文:镜像")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Mirror Image", "镜像")
 t("A blurred image.", "一个模糊的镜像。")
+t("Summon", "召唤")
 t([[Activate the rune to create up to 3 images of yourself that taunt nearby enemies each turn and immediately after being summoned.
 			Only one image can be created per enemy in radius 10 with the first being created near the closest enemy.
 			Images inherit all of your life, resistance, armor, defense, and armor hardiness.]], [[激活符文,最多召唤你的 3 个镜像,镜像会嘲讽周围的敌人。
@@ -26361,16 +27332,16 @@ t("Rune: Shatter Afflictions", "符文:粉碎痛苦")
 t([[Activate the rune to instantly dissipate the energy of your ailments, cleansing all cross tier effects and 1 physical, mental, and magical effect.
 		You use the dissipated energy to create a shield lasting 3 turns and blocking %d damage per debuff cleansed (not counting cross-tier ones).
 		If there were only cross-tier effects to cleanse, no shield is created and the rune goes on a 75%% reduced cooldown.]], [[激活符文,立刻清除你身上的负面效果。
-		清除所有 CT 效果(失去平衡、法术冲击和锁脑),以及物理、精神和魔法负面效果各 1 个。
+		清除所有越层负面效果(失去平衡、法术冲击和锁脑),以及物理、精神和魔法负面效果各 1 个。
 		每清除一个负面效果,你都会获得一个抵挡 %d 伤害的护盾,持续 3 回合。
-		如果只清除了CT效果,不会产生护盾且冷却时间减少75%%]])
+		如果只清除了越层负面效果,不会产生护盾且冷却时间减少75%%]])
 t("absorb %d; cd %d", "吸收 %d; 冷却 %d")
 t("Rune: Dissipation", "符文:耗散")
 t("Activate the rune to remove 8 beneficial magical sustains from an enemy target or all magical debuffs from you.", "激活这个符文,从敌人身上移除 4 个正面魔法持续效果,或从自己身上移除所有魔法负面效果。")
 t(" ", " ")
 t("Taint: Devourer", "堕落印记:吞噬")
 t("Activate the taint on a foe, removing up to %d magical or physical effects or sustains from it and healing you for %d for each effect.", "对目标激活此印记,移除其 %d 魔法或物理效果,或是持续技能,每移除一个治疗 %d 生命值。")
-t("%d effects / %d heal", "%d 效果 / %d 治疗")
+t("%d effects / %d heal", "%d 效果 / %d 回复量")
 t("Taint: Purging", "堕落印记:清除")
 t([[Activate the taint to purge your body of physical afflictions for %d turns.
 			Each turn the purge will attempt to cleanse 1 physical debuff from you, and if one is removed, increase its duration by 1.]], [[激活这个堕落印记,清除你身上的物理效果,持续 %d 回合。
@@ -26451,7 +27422,7 @@ t("Taints are not class abilities, you must find them or learn them from other p
 t("inscriptions", "纹身和符文")
 t("taints", "堕落印记")
 t("Attack", "攻击")
-t("#Source# attacks empty space.", "#Source# 打到了空地。")
+t("#Source# attacks empty space.", "#Source#打到了空地。")
 t("Hack and slash, baby!", "尽情砍杀吧,宝贝!")
 t("Psi Pool", "超能力槽")
 t("Feedback Pool", "反馈值槽")
@@ -26519,23 +27490,23 @@ t("Acidic Crawl", "酸爪")
 t("@Source@ envelops @target@ with acid.", "@Source@用酸液覆盖@target@。")
 t("Crawl onto the target, covering it in acid.", "爪击你的目标并附带酸性效果。")
 t("Blinding Spores", "致盲孢子")
-t("@Source@ releases blinding spores at @target@.", "@Source@ 向 @target@ 喷射致盲孢子。")
-t("%s resists the blinding!", "%s 抵抗了致盲!")
+t("@Source@ releases blinding spores at @target@.", "@Source@向@target@喷射致盲孢子。")
+t("%s resists the blinding!", "%s抵抗了致盲!")
 t("Releases stinging spores at the target, blinding it for %d turns.", "向目标喷射孢子,使目标致盲 %d 回合。")
 t("Poisonous Spores", "毒性孢子")
-t("@Source@ releases poisonous spores at @target@.", "@Source@ 朝 @target@ 释放毒素孢子。")
+t("@Source@ releases poisonous spores at @target@.", "@Source@朝@target@释放毒素孢子。")
 t("Releases poisonous spores at the target, doing %d%% damage and poisoning it.", "向目标喷射毒性孢子,造成 %d%% 伤害并使其中毒。")
 t("Stun", "震慑")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hits the target doing %d%% damage. If the attack hits, the target is stunned for %d turns.
 		The chance to stun improves with your Physical Power.]], [[攻击目标造成 %d%% 伤害。如果攻击命中则可震慑目标 %d 回合。 
 		受物理强度影响,震慑几率有额外加成。]])
 t("Disarm", "缴械")
-t("%s resists the blow!", "%s 抵抗了攻击!")
+t("%s resists the blow!", "%s抵抗了攻击!")
 t("Hits the target doing %d%% damage and trying to disarm the target for %d turns. The chance improves with your Physical Power.", [[攻击目标造成 %d%% 伤害,并试图缴械目标 %d 回合。 
 		受物理强度影响,缴械几率有额外加成。]])
 t("Constrict", "压迫")
-t("%s resists the constriction!", "%s 抵抗了重构!")
+t("%s resists the constriction!", "%s抵抗了重构!")
 t([[Hits the target doing %d%% damage. If the attack hits, the target is constricted for %d turns.
 		The constriction power improves with your Physical Power.]], [[攻击目标造成 %d%% 伤害,如果攻击命中则可令目标进入压迫状态 %d 回合。 
 		受物理强度影响,压迫强度有额外加成]])
@@ -26547,14 +27518,14 @@ t("Bites the target (an unarmed attack), doing %d%% damage and injecting it with
 t("Summon", "召唤")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
-t("#Source# summons #Target#!", "#Source# 召唤了 #Target#!")
+t("#Source# summons #Target#!", "#Source#召唤了#Target#!")
 t("Summon allies.", "召唤盟友。")
 t("Rotting Disease", "腐烂疫病")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing constitution by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其体质 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Decrepitude Disease", "衰老疫病")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing dexterity by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其敏捷 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Weakness Disease", "衰弱疫病")
-t("@Source@ performs a diseased attack against @target@.", "@Source@ 向@target@传播疾病。")
+t("@Source@ performs a diseased attack against @target@.", "@Source@向@target@传播疾病。")
 t("%s resists the disease!", "%s抵抗了疫病!")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing strength by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其力量 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Mind Disruption", "精神崩溃")
@@ -26592,7 +27563,7 @@ t([[Call upon the forces of nature to regenerate your body for %d life every tur
 		The life healed increases with Spellpower.]], [[召唤自然的力量治愈你的身体,每回合回复 %d 生命值持续 10 回合。 
 		受法术强度影响,治疗量有额外加成。]])
 t("Grab", "抓取")
-t("%s resists the grab!", "%s 抵抗了抓取!")
+t("%s resists the grab!", "%s抵抗了抓取!")
 t("Hits the target doing %d%% damage; if the attack hits, the target is pinned to the ground for %d turns.  The chance to pin improves with Physical Power.", "攻击目标造成 %d%% 伤害,如果攻击命中可定身目标 %d 回合,定身几率受物理强度影响。")
 t("Blinding Ink", "致盲墨汁")
 t("@Source@ projects ink!", "@Source@喷出墨汁!")
@@ -26624,14 +27595,14 @@ t("@Source@ seems to search the ground...", "@Source@好像在地上寻找着什
 t("sticky web", "粘粘的网")
 t("@Target@ is caught in a web!", "@Target@陷入网中!")
 t("Pins non spiderkin for %d turns. Decays over time.", "定身所有非蜘蛛族 %d 回合。会随时间消失")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Lay a concealed web (%d detect 'power', %d disarm 'power') under yourself that lasts %d turns and pins all non-spiderkin that pass through it for %d turns.  The web weakens over time.", "投掷一个隐形的蜘蛛网(侦察强度 %d , 解除强度 %d ),持续 %d 回合,困住所有经过它的非蜘蛛生物 %d 回合。")
 t("Darkness", "黑暗")
 t("Weave darkness (power %d) in a radius of %d, blocking all light but the most powerful and teleporting you a short range.", [[制造黑暗,阻挡所有光线(强度 %d 范围 %d 码),并能使你传送一小段距离。 
 		受敏捷影响,伤害有额外加成。]])
 t("Throw Boulder", "投掷巨石")
 t("something", "某物")
-t("#Source# hurls a huge boulder at #target#!", "#Source# 朝 #target# 投掷巨石!")
+t("#Source# hurls a huge boulder at #target#!", "#Source#朝#target#投掷巨石!")
 t([[Throw a huge boulder, dealing %0.2f physical damage and knocking targets back %d tiles within radius %d.
 		The damage will increase with your Strength.]], [[向目标投掷一块巨大的石头,造成 %0.2f 伤害并将其击退 %d 码,投掷半径 %d 。 
 		受力量影响,伤害有额外加成。]])
@@ -26653,7 +27624,7 @@ t([[Sends a telekinetic attack, knocking back the target up to 3 grids and doing
 		受精神强度影响,伤害有额外加成。]])
 t("Blightzone", "枯萎区域")
 t([[Corrupted vapour rises at the target location (radius 4) doing %0.2f blight damage every turn for %d turns.
-		The damage increases with Spellpower.]], [[蒸腾目标区域( 4 码范围)造成每回合 %0.2f 枯萎伤害持续 %d 回合。 
+		The damage increases with Spellpower.]], [[蒸腾目标区域(4码范围)造成每回合 %0.2f 枯萎伤害持续 %d 回合。
 		受法术强度影响,伤害有额外加成。]])
 t("Invoke Tentacle", "召唤触须")
 t("%s spawns one of its tentacles!", "%s 产生了一只触手!")
@@ -26744,7 +27715,7 @@ t([[Grab a target and pull it next to you, covering it with frost while reducing
 		伤害受你的法术强度加成。]])
 t("Body Shot", "崩拳")
 t("@Source@ throws a body shot.", "@Source@打出崩拳。")
-t("%s resists the body shot!", "%s 抵抗了崩拳!")
+t("%s resists the body shot!", "%s抵抗了崩拳!")
 t([[A punch to the body that deals %d%% damage, drains %d of the target's stamina per combo point, and dazes the target for %d to %d turns, depending on the amount of combo points you've accumulated.
 		The daze chance will increase with your Physical Power.
 		Using this talent removes your combo points.]], [[对目标的身体发出强烈的一击,造成 %d%% 伤害,每点连击点消耗 %d 目标体力并眩晕目标 %d 到 %d 回合(由你的连击点数决定)。 
@@ -26774,7 +27745,7 @@ t("Designate a target as a martyr for 10 turns. When the martyr deals damage, it
 t("Overpower", "压制")
 t("You require a weapon and a shield to use this talent.", "你需要一把武器一个盾牌来施展这个技能。")
 t("You cannot use Overpower without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Hits the target with your weapon doing %d%% damage and two shield strikes doing %d%% damage each, trying to overpower your target.
 		If the last attack hits, the target is knocked back 4 grids. The chance for knockback increases with your Accuracy.]], [[用你的武器和盾牌压制目标并分别造成 %d%% 武器和 %d%% 2 次盾牌反击伤害。
 		如果上述攻击命中,那么目标会被击退。
@@ -26790,8 +27761,8 @@ t([[You expend massive amounts of energy to launch yourself across %d squares at
 		路径上的敌人会被击退并受到 %d 至 %d 点物理伤害。
 		技能等级 5 时你能冲过墙壁。]])
 t("Telekinetic Throw", "动能投掷")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source# 抵抗了 #Target#的投掷!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source#抵抗了#Target#的投掷!")
 t([[Use your telekinetic power to enhance your strength, allowing you to pick up an adjacent enemy and hurl it anywhere within radius %d.
 		Upon landing, your target takes %0.1f Physical damage and is stunned for 4 turns.  All other creatures within radius 2 of the landing point take %0.1f Physical damage and are knocked away from you.
 		This talent ignores %d%% of the knockback resistance of the thrown target, which takes half damage if it resists being thrown.
@@ -26831,7 +27802,7 @@ t([[Throws a vial of sticky smoke that explodes in radius %d on your foes, reduc
 		受烟雾弹影响的生物永远不会阻止你潜行,即使通常情况下接近它们会导致无法潜行。
 		使用这个技能不会打破潜行。]])
 t("Switch Place", "换位")
-t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了 #Source# 与 #Target#的换位.")
+t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了#Source#与#Target#的换位.")
 t([[Using a series of tricks and maneuvers, you switch places with your target.
 		Switching places will confuse your foes, granting you Evasion (50%%) for %d turns.
 		While switching places, your weapon(s) will connect with the target; this will not do weapon damage, but on hit effects of the weapons can trigger.]], [[通过一系列的技巧和动作,你可以和你的目标交换位置。
@@ -26896,7 +27867,7 @@ t("When dual wielding, increases attack speed by %d%%, but drains stamina quickl
 t("Defensive Throw", "闪身投掷")
 t("#Source# slams #Target# into the ground!", "#Source将#Target#掀翻在地!")
 t("#Source# throws #Target# to the ground!", "#Source#将#Target#扔到地上!")
-t("#Source# misses a defensive throw against #Target#!", "#Source# 对#Target#的反击没有命中!")
+t("#Source# misses a defensive throw against #Target#!", "#Source#对#Target#的反击没有命中!")
 t([[When you avoid a melee blow while unarmed, you have a %d%% chance to throw the target to the ground.  If the throw lands, the target will take %0.2f damage and be dazed for 2 turns, or %0.2f damage and be stunned for 2 turns if the target is grappled.  You may attempt up to %0.1f throws per turn.
 		The chance of throwing increases with your Accuracy, the damage scales with your Physical Power, and the number of attempts with your Strength and Dexterity.]], [[当你闪避一次近战攻击时,如果你没有装备武器你有 %d%% 概率将目标摔到地上。
 		如果目标被成功摔倒,则会造成 %0.2f 伤害且目标被眩晕2回合或承受 %0.2f 伤害。同时目标若被抓取,则会被震慑2回合。
@@ -26918,6 +27889,7 @@ t([[You reach out with shadowy vines toward your target, pulling it to you and s
 t("Ambuscade", "影分身")
 t("Not enough space to invoke your shadow!", "没有足够的空间召唤阴影。")
 t("A dark shadowy form in the shape of %s.", "一团黑暗的形体模仿了%s的形态。")
+t("Shadow of %s", "%s的影子")
 t([[You take full control of your own shadow for %d turns.
 		Your shadow possesses your talents and stats, has %d%% life and deals %d%% damage, -30%% all resistances, -100%% light resistance and +100%% darkness resistance.
 		Your shadow is permanently stealthed (%d power), and all melee damage it deals is converted to darkness damage.
@@ -26927,7 +27899,7 @@ t([[You take full control of your own shadow for %d turns.
 		你的影子处于永久潜行状态( %d 潜行强度)并且它所造成的所有近战伤害均会转化为暗影伤害。 
 		如果你提前解除控制或者它离开你的视野时间过长,你的影分身会自动消失。]])
 t("Shadow Leash", "暗影束缚")
-t("%s resists the shadow!", "%s 抵抗了阴影!")
+t("%s resists the shadow!", "%s抵抗了阴影!")
 t([[For an instant, your weapons turn into a shadow leash that tries to grab the target's weapon, disarming it for %d turns.
 		The chance to hit improves with your Accuracy.]], [[使你的武器立刻转化为暗影之缚形态,夺取目标武器,缴械目标 %d 回合。 
 		受命中影响,技能命中率有额外加成。]])
@@ -26967,12 +27939,12 @@ t("charms", "护符")
 t("Arcane Supremacy", "奥术至尊")
 t("Removes up to %d detrimental magical effects and empowers you with arcane energy for ten turns, increasing spellpower and spell save by 5 plus 5 per effect removed.", "移除 %d 个负面魔法效果,并且使你进入奥术强化状态 10 回合,增加 5 点法术强度和法术豁免,每移除一个 DEBUFF,额外增加 5 点法术强度和法术豁免。")
 t("Attune Mindstar", "灵晶调谐")
-t("@Source@ refocuses the energies of %s mindstar.", "@Source@ 重新汇集%s灵晶中的能量。")
+t("@Source@ refocuses the energies of %s mindstar.", "@Source@重新汇集%s灵晶中的能量。")
 t("You attune your %s to deal #ORANGE#mind#LAST# damage.", "你调谐了你的 %s ,使其造成#ORANGE#精神#LAST#伤害。")
 t("You attune your %s to deal #LIGHT_GREEN#nature#LAST# damage.", "你调谐了你的 %s ,使其造成#ORANGE#自然#LAST#伤害。")
 t("Alter the flow of energies of your equiped mindstars, changing their damage type between nature and mind.", "改变灵晶中流动的能量性质,将伤害类型在自然伤害和精神伤害间切换。")
 t("Command Staff", "法杖掌控")
-t("@Source@ refocuses the energies of %s staff.", "@Source@ 重新汇集%s法杖中的能量。")
+t("@Source@ refocuses the energies of %s staff.", "@Source@重新汇集%s法杖中的能量。")
 t("You must be holding a staff.", "你必须持有法杖。")
 t("Command Staff: ", "法杖掌控: ")
 t("Alter the flow of energies through a staff.", "改变法杖中流动的能量性质。")
@@ -26997,7 +27969,7 @@ t([[Raise your shield into blocking position for 2 turns reducing all non-Mind d
 		如果有任何伤害被成功格挡,此效果将在回合开始时移除。
 		如果盾牌对格挡伤害类型有伤害抗性,则格挡值增加50%% 。
 		
-		当前加成: %s%s%s%s]])
+		当前加成:%s%s%s%s]])
 t("Bloom Heal", "夏花之愈")
 t([[Call upon the power of nature to regenerate your body for %d life every turn for 6 turns.
 		The life healed will increase with the Willpower stat.]], [[呼唤自然的力量每回合恢复你 %d 生命值持续 6 回合。 
@@ -27014,6 +27986,8 @@ t("Soul Purge", "解放灵魂")
 t("Remove any talent Morrigor has absorbed.", "除去 Morrigor 吸收的所有技能。")
 t("Dig", "挖掘")
 t("You require a digger to dig.", "挖掘需要装备锄头。")
+t("digging", "正在挖掘")
+t("dug", "挖掘了")
 t("You have been interrupted!", "你被打断!")
 t([[Dig/cut a tree/...
 		Digging takes %d turns (based on your currently best digger available).]], " 挖掘消耗 %d 回合 ( 基于你携带的最好锄头 )。")
@@ -27148,7 +28122,7 @@ t([[Halflings have always been a very organised and methodical race; the more fo
 t("Indomitable", "不屈意志")
 t([[Halflings have one of the most powerful military forces in the known world and have been at war with most other races for thousands of years.
 		Removes %d stun, daze, or pin effects and grants immunity to stuns, dazes and pins for %d turns.]], [[半身人以骁勇善战闻名于世,他们曾经在战场上对抗其他种族上千年。 
-		立刻移除 %d 种震慑、眩晕和定身状态,并使你对震慑、眩晕和定身免疫 %d 回合。 
+		立刻移除 %d 种震慑、眩晕和定身状态,并使你对震慑、眩晕和定身免疫 %d 回合。
 		使用此技能不消耗回合。]])
 t("orc", "兽人")
 t("Orcish Fury", "兽族之怒")
@@ -27256,7 +28230,7 @@ section "game/modules/tome/data/talents/misc/tutorial.lua"
 t("Tutorial-specific talents.", "只能用于教程的技能。")
 t("tutorial", "教程")
 t("Shove", "击退攻击")
-t("%s resists the shove!", "%s 抵抗了推拉!")
+t("%s resists the shove!", "%s抵抗了推拉!")
 t("Give the target a good old-fashioned shove, knocking it back a square.", "给目标一个老式的击退攻击,将它击退一格。")
 t("Mana Gale", "魔法风暴")
 t("%s is knocked back by the gale!", "%s 被大风吹了回来!")
@@ -27268,7 +28242,7 @@ t("%s holds its ground!", "%s 站稳在了原地!")
 t("Knock the target backwards with a powerful telekinetic blow.", "使用强大的念力攻击,将目标击退。")
 t("Blink", "闪烁")
 t("%s is teleported a short distance!", "%s 传送了一小段距离!")
-t("%s resists the teleportation!", "%s 抵抗了传送!")
+t("%s resists the teleportation!", "%s抵抗了传送!")
 t("Attempts to magically teleport a target slightly farther from you.", "使用魔法,将目标轻微的传送至远处。")
 t("Fear", "恐惧")
 t("%s retreats in terror!", "%s 在恐惧中撤退!")
@@ -27342,7 +28316,7 @@ t([[Briefly extend your telekinetic reach to grab an enemy and haul them towards
 		至多对半径 %d 的敌人有效。
 		范围和冷却时间受技能等级影响。]])
 t("Telekinetic Leap", "灵能跳跃")
-t("@Source@ performs a telekinetically enhanced leap!", "@Source@ 在灵能的帮助下跳跃!")
+t("@Source@ performs a telekinetically enhanced leap!", "@Source@在灵能的帮助下跳跃!")
 t("You can not jump onto a creature.", "你不能跳到另一个生物上。")
 t("You perform a precise, telekinetically-enhanced leap, landing up to %d squares from your starting point.", "使用灵能,精准地跳向 %d 码外的地点。")
 
@@ -27351,7 +28325,7 @@ t("You perform a precise, telekinetically-enhanced leap, landing up to %d square
 section "game/modules/tome/data/talents/psionic/augmented-striking.lua"
 
 t("Kinetic Strike", "动能打击")
-t("%s resists the pin!", "%s 抵抗了定身!")
+t("%s resists the pin!", "%s抵抗了定身!")
 t([[Focus kinetic energy and strike an enemy for %d%% weapon damage as physical.
 		They will be pinned to the ground for %d turns by the force of this attack.
 		Any frozen creature hit by this attack will take an extra %0.2f physical damage.
@@ -27404,7 +28378,7 @@ t([[For %d turns your electrokinesis transcends your normal limits, increasing y
 		你的电能护盾获得 100%% 的吸收效率,并可以吸收两倍伤害。
 		头脑风暴附带致盲效果。
 		电能吸取附带混乱效果( %d%% 概率)。
-		电能打击的第二次闪电 / 致盲攻击将会对半径 3 格之内的最多 3 名敌人产生连锁反应。
+		电能打击的第二次闪电/致盲攻击将会对半径 3 格之内的最多 3 名敌人产生连锁反应。
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个卓越技能产生效果。]])
 t("Thought Sense", "思维感知")
@@ -27425,7 +28399,7 @@ t("Heartstart", "心跳复苏")
 t([[Store an electric charge for saving your life at a later time.
 		If you are reduced to less than zero life while this is active, it will deactivate, cure you of all stun/daze/freeze effects and allow you to survive with up to %d negative health for %d turns.
 		The negative health limit scales with your Mindpower and maxium life.]], [[储存一次电力充能用来在之后挽救你的生命。
-		当这个技能激活时,如果你的生命值被减低到 0 以下,这个技能将会进入冷却,解除你的震慑 / 晕眩 / 冰冻状态,使你的生命值最多为 - %d 时不会死亡,效果持续 %d 回合。
+		当这个技能激活时,如果你的生命值被减低到 0 以下,这个技能将会进入冷却,解除你的震慑/晕眩/冰冻状态,使你的生命值最多为 -%d 时不会死亡,效果持续 %d 回合。
 		受精神强度和最大生命值影响,承受的致命伤害有额外加成。.]])
 
 
@@ -27519,7 +28493,7 @@ t([[When an attack would deal 15%% or more of your effective total health, you f
 		At talent level 5, the block effect will last two turns.
 		This damage reduction scales with your Mindpower.]], [[当你将要承受一次超过 15 %%最大生命值的攻击时,你会锻造一个熔炉屏障来保护自己,减少 %0.2f 点所有该类型攻击伤害于下 %d 回合。 
 		熔炉屏障能够同时格挡多种类型的伤害,但是每一种已拥有的格挡类型会使伤害临界点上升 15 %%。
-		如果你完全格挡了某一攻击者的伤害,则此攻击者受到持续 1 回合的反击 DEBUFF( 200 %%普通近身或远程伤害)。 
+		如果你完全格挡了某一攻击者的伤害,则此攻击者受到持续 1 回合的反击 DEBUFF(200 %%普通近身或远程伤害)。
 		在等级 5 时,格挡效果将持续 2 回合。 
 		受精神强度影响,格挡值按比例加成。]])
 t("Forge Bellows", "熔炉风箱")
@@ -27570,7 +28544,7 @@ t([[Throw your Dream Hammer at a distant location, inflicting %d%% weapon damage
 		Learning this talent increases the Accuracy of your Dream Hammer by %d.]], [[将你的梦之巨锤扔向远处,对沿途所有敌方单位造成 %d%% 武器伤害。在到达目标点后,梦之巨锤会自动返回,再次对沿途目标造成伤害。 
 		学习此技能会增加梦之巨锤 %d 点命中。]])
 t("Dream Crusher", "雷霆一击")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Crush your enemy with your Dream Hammer, inflicting %d%% weapon damage.  If the attack hits, the target is stunned for %d turns.
 		Stun chance improves with your Mindpower.  Learning this talent increases your Physical Power for Dream Hammer damage calculations by %d and all damage with Dream Hammer attacks by %d%%.
 		]], [[用你的梦之巨锤碾碎敌人,造成 %d%% 武器伤害。如果攻击命中,则目标会被震慑 %d 回合。 
@@ -27621,7 +28595,7 @@ section "game/modules/tome/data/talents/psionic/feedback.lua"
 
 t("Biofeedback", "生物反馈")
 t([[Your Feedback decay now heals you for %0.1f times the loss, and the decay rate is reduced to %d%% of the normal rate (up to %0.1f%% per turn).  As a result, you are healed for %0.2f%% of your feedback pool each turn.
-		The healing effect improves with your Willpower.]], [[ 你的反馈值衰减的 %0.1f 倍会转换成治疗,同时衰减速率下降 %d%% (每回合最多 %0.1f%% )。总而言之,每回合你将受到治疗量等于你的反馈池 %0.2f%% 的治疗。 
+		The healing effect improves with your Willpower.]], [[ 你的反馈值衰减的 %0.1f 倍会转换成治疗,同时衰减速率下降至 %d%% (每回合最多 %0.1f%% )。总而言之,每回合你将受到治疗量等于你的反馈池 %0.2f%% 的治疗。
 		受精神强度影响,治疗效果按比例加成。]])
 t("Resonance Field", "共鸣领域")
 t([[Activate to create a resonance field that will absorb 50%% of all damage you take (%d max absorption).  The field will not interfere with Feedback gain.
@@ -27630,7 +28604,7 @@ t([[Activate to create a resonance field that will absorb 50%% of all damage you
 		此技能最多维持 10 回合。]])
 t("Amplification", "强化反馈")
 t([[Increases your maximum Feedback by %d, and increases your base Feedback gain ratio to %d%%.
-		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加到 %d%% 。 
+		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加到 %d%% 。
 		受精神强度影响,反馈值增加率按比例加成。]])
 t([[Increases your maximum Feedback by %d, and increases the Feedback you gain from damage by %0.1f%% (to %0.1f%% of damage received).
 		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加 %0.1f%% (相比于你受到伤害的 %0.1f%% ) 。 
@@ -27698,19 +28672,19 @@ t("Your Iron Will improves your stun immunity by %d%% and gives you a %d%% chanc
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/grip.lua"
 
-t("Bind", "Bind")
+t("Bind", "灵能捆绑")
 t([[Bind the target in crushing bands of telekinetic force, immobilizing it for %d turns. 
-		The duration will improve with your Mindpower.]], [[Bind the target in crushing bands of telekinetic force, immobilizing it for %d turns. 
-		The duration will improve with your Mindpower.]])
-t("Greater Telekinetic Grasp", "Greater Telekinetic Grasp")
+		The duration will improve with your Mindpower.]], [[用巨大的束缚超能力值捆住目标 %d 回合。
+		受精神强度影响,持续时间有额外加成。]])
+t("Greater Telekinetic Grasp", "灵能支配")
 t([[Use finely controlled forces to augment both your flesh-and-blood grip, and your telekinetic grip. This does the following:
 		Increases disarm immunity by %d%%.
 		Allows %d%% of Willpower and Cunning (instead of the usual 60%%) to be substituted for Strength and Dexterity for the purposes of determining damage done by telekinetically-wielded weapons.
 		At talent level 5, telekinetically wielded gems and mindstars will be treated as one material level higher than they actually are.
-		]], [[Use finely controlled forces to augment both your flesh-and-blood grip, and your telekinetic grip. This does the following:
-		Increases disarm immunity by %d%%.
-		Allows %d%% of Willpower and Cunning (instead of the usual 60%%) to be substituted for Strength and Dexterity for the purposes of determining damage done by telekinetically-wielded weapons.
-		At talent level 5, telekinetically wielded gems and mindstars will be treated as one material level higher than they actually are.
+		]], [[用细致的操控来增加你的肉体支配和灵能支配。此技能有以下效果:
+		增加 %d%% 缴械免疫。
+		当使用灵能武器造成伤害时,用 %d%% 意志和灵巧(通常60%%)来代替力量和敏捷决定伤害。
+		在等级5时,意念装备的宝石或灵晶的品质提升一级。
 		]])
 
 
@@ -27738,8 +28712,8 @@ t([[For %d turns your telekinesis transcends your normal limits, increasing your
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个卓越技能产生效果。]])
 t("Kinetic Surge", "动能爆发")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source# 抵抗了 #Target#的投掷!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source#抵抗了#Target#的投掷!")
 t([[Build telekinetic power and dump it into an adjacent creature or yourself.
 		This will launch them to a targeted location in radius %d.
 
@@ -27773,18 +28747,18 @@ t([[Bind the target mercilessly with constant, bone-shattering pressure, pinning
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/mental-discipline.lua"
 
-t("Aura Discipline", "Aura Discipline")
+t("Aura Discipline", "光环训练")
 t([[Your expertise in the art of energy projection grows.
-		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]], [[Your expertise in the art of energy projection grows.
-		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]])
-t("Shield Discipline", "Shield Discipline")
-t("Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.", "Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.")
+		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]], [[你增加了在超能力值运用方面的知识。
+		所有光环的冷却时间减少 %d 回合。光环消耗超能力值变的更慢(消耗每点超能力值所需伤害值 +%0.2f )。]])
+t("Shield Discipline", "护盾训练")
+t("Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.", "你增加了在超能力值吸收方面的知识。所有护盾的冷却时间减少 %d 回合。护盾额外增加超能力值所需伤害值减少 %0.1f ,每个护盾的最大能量吸收量增加 %0.1f 每回合。")
 t("Iron Will", "钢铁意志")
 t("Improves Mental Saves by %d, and stun immunity by %d%%.", " 钢铁意志提高 %d 精神抗性和%d%% 震慑免疫。")
-t("Highly Trained Mind", "Highly Trained Mind")
+t("Highly Trained Mind", "精神训练")
 t([[A life of the mind has had predictably good effects on your Willpower and Cunning.
-		Increases Willpower and Cunning by %d.]], [[A life of the mind has had predictably good effects on your Willpower and Cunning.
-		Increases Willpower and Cunning by %d.]])
+		Increases Willpower and Cunning by %d.]], [[一次精神训练加强了你的意志和灵巧。
+		增加 %d 点意志和灵巧。]])
 
 
 ------------------------------------------------
@@ -27800,8 +28774,8 @@ t("Clears your mind of current mental effects, and blocks additional ones over 6
 		此技能使用时不消耗回合。]])
 t("Projection", "灵魂出窍")
 t("Not enough space to invoke your spirit!", "没有空间激发你的灵魂!")
-t("Projection of %s", "%s的投影。")
 t("A ghostly figure.", "一个隐约的形象。")
+t("Projection of %s", "%s的投影。")
 t([[Activate to project your mind from your body for %d turns.  In this state you're invisible (+%d power), can see invisible and stealthed creatures (+%d detection power), can move through walls, and do not need air to survive.
 		All damage you suffer is shared with your physical body, and while in this form you may only deal damage to 'ghosts' or through an active mind link (mind damage only in the second case.)
 		To return to your body, simply release control of the projection.]], [[激活此技能可以使你的灵魂出窍,持续 %d 回合。在此效果下,你处于隐形状态( +%d 强度),并且可以看到隐形和潜行单位( +%d 侦查强度),还可以穿过墙体,并且无需呼吸。 
@@ -27831,7 +28805,7 @@ t("Inner Demons", "心魔")
 t("%s's Inner Demon", "%s的心魔")
 t("A hideous, demonic entity that resembles the creature it came from.", "一种可怕的、恶魔般的实体,类似于它来自的生物。")
 t("#F53CBE#%s's Inner Demon manifests!", "#F53CBE#%s的心魔出现了!")
-t("%s resists the demons!", "%s 抵抗了心魔!")
+t("%s resists the demons!", "%s抵抗了心魔!")
 t([[Brings the target's inner demons to the surface.  Each turn, for %d turns, there's a %d%% chance that a demon will surface, requiring the target to make a Mental Save to keep it from manifesting.
 		If the target is sleeping, the chance to save will be halved, and fear immunity will be ignored.  Otherwise, if the summoning is resisted, the effect will end early.
 		The summon chance will scale with your Mindpower and the demon's life will scale with the target's rank.
@@ -27841,16 +28815,16 @@ t([[Brings the target's inner demons to the surface.  Each turn, for %d turns, t
 		受目标分级影响,心魔的生命值有额外加成。
 		心魔具现化时,会移除目标身上的所有睡眠类效果,本技能除外]])
 t("Waking Nightmare", "梦魇复苏")
-t("%s resists the nightmare!", "%s 抵抗了噩梦!")
+t("%s resists the nightmare!", "%s抵抗了噩梦!")
 t([[Inflicts %0.2f darkness damage each turn for %d turns, and has a %d%% chance to randomly cause blindness, stun, or confusion (lasting 3 turns).
 		If the target is sleeping, the chance of avoiding a negative effect will be halved and fear immunity will be ignored.
 		The damage will scale with your Mindpower.]], [[每回合造成 %0.2f 暗影伤害,持续 %d 回合,并且有 %d%% 几率随机造成致盲、震慑或混乱效果(持续 3 回合)。 
 		如果目标处于睡眠状态,则其不受负面状态的几率减半。 
 		受精神强度影响,伤害按比例加成。]])
-t("Night Terror", "梦魇降临")
 t("You can't cast this on friendly targets.", "该技能不能对友军释放。")
 t("terror", "暗夜恐魔")
 t("A formless terror that seems to cut through the air, and its victims, like a knife.", "这只形态模糊的恐魔,将敌人连同周围的空气一起切成两半。")
+t("Night Terror", "梦魇降临")
 t([[Increases your damage and resistance penetration on sleeping targets by %d%%.  Additionally, every time you slay a sleeping target, a Night Terror will be summoned for %d turns.
 		The Night Terror's stats will scale with your Mindpower, as will the damage bonus to sleeping targets.]], [[增加 %d%% 你对睡眠状态目标的伤害和抵抗穿透效果。另外每当你杀死一个睡眠状态的目标,你可以召唤一只持续 %d 回合的暗夜恐魔。 
 		受精神强度影响,伤害和暗夜恐魔的属性按比例加成。]])
@@ -27869,6 +28843,21 @@ t("#Source#'s mindstar telekinetically grabs #target#!", "#Source#的灵晶念
 t("%s telekinetically grabs %s!", "%s念力抓取了%s!")
 t("You require a telekinetically wielded weapon or gem for your psionic focus.", "你需要念力武器或者宝石来使用灵能聚焦")
 t("%s's %s", "%sçš„%s")
+t([[Allows you to wield a physical melee or ranged weapon, a mindstar or a gem telekinetically, gaining a special effect for each.
+		A gem will provide a +3 bonus to all primary stats per tier of the gem.
+		A mindstar will randomly try to telekinetically grab a far away foe (10% chance and range 3 for a tier 1 mindstar, +1 range and +5% chance for each tier above 1) and pull it into melee range.
+		A physical melee weapon will act as a semi independant entity, automatically attacking adjacent foes each turn, while a ranged weapon will fire at your target whenever you perform a ranged attack.
+		While this talent is active, all melee and ranged attacks use 60% of your Cunning and Willpower in place of Dexterity and Strength for accuracy and damage calculations respectively.
+		
+
+		]], [[允许你用念力来装备一件武器,用你的意念来操纵它,使它能在每回合随机攻击一个近战范围的目标。
+		也可以装备灵晶或者宝石,并获得特殊效果。
+		宝石:每一级材质等级,使全部属性加 3 ,同时部分技能的攻击范围增加 1 。
+		灵晶:每一级材质等级,有 5% 几率将额外 1 半径内一个随机敌人抓取到身边。
+		开启后,使用 60% 意志和灵巧来分别代替力量和敏捷以决定武器的攻击。
+		
+
+		]])
 t("The telekinetically-wielded gem grants you +%d stats.", "念动宝石增加你 %d 属性。")
 t("The telekinetically-wielded mindstar has a %d%% chance to grab a foe up to %d range away.", "念动灵晶有 %d%% 几率抓取 %d 半径内的敌人。")
 t([[The telekinetically-wielded ranged weapon uses Willpower in place of Strength, and Cunning in place of Dexterity, to determine Accuracy and damage respectively.
@@ -27957,19 +28946,19 @@ t([[Overcharge your psionic focus with energy for %d turns, producing a differen
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/psi-archery.lua"
 
-t("Guided Shot", "Guided Shot")
-t("Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.", "Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.")
-t("Augmented Shot", "Augmented Shot")
-t("Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.", "Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.")
-t("Thought-quick Shot", "Thought-quick Shot")
-t("Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.", "Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.")
-t("Masterful Telekinetic Archery", "Masterful Telekinetic Archery")
-t("You cannot do that without a telekinetically-wielded bow.", "You cannot do that without a telekinetically-wielded bow.")
+t("Guided Shot", "导引箭")
+t("Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.", "射出一支导引箭精确的飞向敌人。造成普通伤害,但是命中和暴击率提高 %d 。")
+t("Augmented Shot", "强力射击")
+t("Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.", "使用精神超能力以增强弓的耐久和张力,使射出的箭具有无与伦比的威力。增加 %d 点护甲穿透并造成 %d%% 伤害。")
+t("Thought-quick Shot", "意念射击")
+t("Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.", "用飞翔的思绪射出一支箭矢。此攻击不消耗回合数。随着技能等级提高,冷却时间缩短。")
+t("Masterful Telekinetic Archery", "灵能射击掌握")
+t("You cannot do that without a telekinetically-wielded bow.", "你没有灵能持握弓箭,无法这么做。")
 t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.
 			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-			You are not telekinetically wielding anything right now.]], [[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-			You are not telekinetically wielding anything right now.]])
+			You are not telekinetically wielding anything right now.]], [[你暂时分出一部分精神去控制念动之弓。它会在 %d 回合内自动攻击1个目标。
+			念动弓使用意志和灵巧来代替力量和敏捷决定攻击。
+			你暂时还没有装备任何念动武器。]])
 t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack a target each turn for %d turns.
 			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
 		Combat stats:
@@ -27977,14 +28966,14 @@ t([[You temporarily set aside a part of you mind to direct your telekinetically-
 		Damage: %d
 		APR: %d
 		Crit: %0.2f
-		Speed: %0.2f]], [[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack a target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-		Combat stats:
-		Accuracy: %d
-		Damage: %d
-		APR: %d
-		Crit: %0.2f
-		Speed: %0.2f]])
+		Speed: %0.2f]], [[你暂时分出一部分精神去控制念动之弓。它会在 %d 回合内自动攻击1个目标。
+		念动弓使用意志和灵巧来代替力量和敏捷决定攻击。
+		战斗属性:
+		命中:%d
+		伤害:%d
+		护甲穿透:%d
+		暴击率:%0.2f
+		攻击速度:%0.2f]])
 
 
 ------------------------------------------------
@@ -28092,7 +29081,7 @@ t([[Sends a telepathic attack, trying to destroy the brains of any target in the
 		The damage will increase with your Mindpower.]], [[向前方发出一道心灵光束,摧毁范围内所有目标的神经系统,造成 %0.2f 精神伤害。 
 		受精神强度影响,伤害有额外加成。]])
 t("Psychic Lobotomy", "精神切断")
-t("%s resists the lobotomy!", "%s 抵抗了脑叶切断!")
+t("%s resists the lobotomy!", "%s抵抗了脑叶切断!")
 t([[Inflicts %0.2f mind damage and cripples the target's higher mental functions, reducing cunning by %d and confusing (%d%% power) the target for %d turns.
 		The damage, cunning penalty, and confusion power will scale with your Mindpower.]], [[造成 %0.2f 精神伤害,并摧毁目标的高级精神系统,降低 %d 灵巧并混乱目标( %d%% 强度),持续 %d 回合。 
 		受精神强度影响,伤害、灵巧降幅和混乱强度按比例加成。]])
@@ -28171,10 +29160,10 @@ t([[You now substitute %d%% of your Mental Save for %d%% of your Physical and Sp
 		学习此技能也会增加你 10 %%唯我临界点(当前 %d%% )。]])
 t("Clarity", "唯我论:明晰")
 t([[For every percent that your Psi pool exceeds %d%%, you gain 1%% global speed (up to a maximum of %+d%%).
-		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25 and will increase your solipsism threshold by 10%% (currently %d%%).]], [[当你的超能力值超过 %d%% 时,每超过 1%% 你增加 1%% 整体速度(最大值 %+d%% )。 
+		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25 and will increase your solipsism threshold by 10%% (currently %d%%).]], [[当你的超能力值超过 %d%% 时,每超过 1%% 你增加 1%% 整体速度(最大值 %+d%% )。
 		学习此技能时,(高于基础值 10 的)每点意志会额外增加 0.5 点超能力值上限,而(高于基础值 10 的)每点体质会减少 0.25 点生命上限(若低于基础值 10 则增加生命上限),增加你 10%% 唯我临界点(当前 %d%% )。]])
 t("Dismissal", "唯我论:豁免")
-t("#TAN##Source# mentally dismisses some damage!", "#TAN##Source# 精神上豁免了部分伤害!")
+t("#TAN##Source# mentally dismisses some damage!", "#TAN##Source#精神上豁免了部分伤害!")
 t("#TAN#(%d dismissed)#LAST#", "#TAN#(%d 唯我论:豁免)#LAST#")
 t([[Each time you take damage, you roll %d%% of your mental save against it.  A successful saving throw can crit and will reduce the damage by at least 50%%.
 		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25.
@@ -28186,13 +29175,13 @@ t([[Each time you take damage, you roll %d%% of your mental save against it.  A
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/telekinetic-combat.lua"
 
-t("Telekinetic Assault", "Telekinetic Assault")
+t("Telekinetic Assault", "灵能打击")
 t("You cannot do that without a weapon in your hands.", "你必须装备一把武器施展该技能。")
 t([[Assault your target with all weapons, dealing two strikes with your telekinetically-wielded weapon for %d%% damage followed by an attack with your physical weapon for %d%% damage.
 		This physical weapon attack uses your Willpower and Cunning instead of Strength and Dexterity to determine Accuracy and damage.
-		Any active Aura damage bonusses will extend to your main weapons for this attack.]], [[Assault your target with all weapons, dealing two strikes with your telekinetically-wielded weapon for %d%% damage followed by an attack with your physical weapon for %d%% damage.
-		This physical weapon attack uses your Willpower and Cunning instead of Strength and Dexterity to determine Accuracy and damage.
-		Any active Aura damage bonusses will extend to your main weapons for this attack.]])
+		Any active Aura damage bonusses will extend to your main weapons for this attack.]], [[用你的所有武器打击目标,使用你的灵能武器打击两次,造成 %d%% 伤害,然后使用你的物理武器打击一次,造成 %d%% 伤害。
+		物理武器将会使用意志值和灵巧值代替力量值和敏捷值决定命中和伤害。
+		在这次攻击中,所有启用的光环伤害加成效果也会适用到你的主武器上。]])
 
 
 ------------------------------------------------
@@ -28215,7 +29204,7 @@ t([[For %d turns your pyrokinesis transcends your normal limits, increasing your
 		你的热能护盾获得 100%% 的吸收效率,并可以吸收两倍伤害。
 		意念风暴附带火焰冲击效果。
 		热能吸取将会降低敌人的伤害 %d%% 。
-		热能打击的第二次寒冷 / 冻结攻击将会产生半径为 1 的爆炸。
+		热能打击的第二次寒冷/冻结攻击将会产生半径为 1 的爆炸。
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个超能系技能产生效果。]])
 t("Brainfreeze", "锁脑极寒")
@@ -28245,6 +29234,7 @@ t([[You seek balance between fire and cold based on your current Psi level.
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/thought-forms.lua"
 
+t("thought-form", "精神体")
 t("Thought-Form: Bowman", "具象之弧:弓箭手")
 t("thought-forged bowman", "精神体弓箭手")
 t("A thought-forged bowman.  It appears ready for battle.", "一位身穿皮甲的精神体弓箭手。他时刻准备着战斗。")
@@ -28306,28 +29296,28 @@ t([[You now gain %d%% mind speed while Thought-Form: Bowman is active, %d Mindpo
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/trance.lua"
 
-t("Trance of Purity", "Trance of Purity")
+t("Trance of Purity", "净化之幻")
 t([[Activate to purge negative status effects (100%% chance for the first effect, -%d%% less chance for each subsequent effect).  While this talent is sustained all your saving throws are increased by %d.
 		The chance to purge and saving throw bonus will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to purge negative status effects (100%% chance for the first effect, -%d%% less chance for each subsequent effect).  While this talent is sustained all your saving throws are increased by %d.
-		The chance to purge and saving throw bonus will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Trance of Well-Being", "Trance of Well-Being")
+		Only one trance may be active at a time.]], [[激活以清除负面状态(100%% 清除第一个状态,-%d%% 几率清除后续状态)。当此技能激活时,你的所有豁免值增加 %d 。
+		受精神强度影响,净化几率和豁免增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Trance of Well-Being", "治疗之幻")
 t([[Activate to heal yourself for %0.2f life.  While this talent is sustained your healing modifier will be increased by %d%% and your life regen by %0.2f.
 		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to heal yourself for %0.2f life.  While this talent is sustained your healing modifier will be increased by %d%% and your life regen by %0.2f.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Trance of Focus", "Trance of Focus")
+		Only one trance may be active at a time.]], [[激活以治疗你 %0.2f 生命值。当此技能激活时,你的治疗量会增加 %d%% ,同时你的生命回复会提高 %0.2f 点。
+		受精神强度影响,增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Trance of Focus", "集中之幻")
 t([[Activate to increase your critical strike damage by %d%% for 10 turns.  While this talent is sustained your critical strike chance is improved by +%d%%.
 		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to increase your critical strike damage by %d%% for 10 turns.  While this talent is sustained your critical strike chance is improved by +%d%%.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Deep Trance", "Deep Trance")
+		Only one trance may be active at a time.]], [[激活以增加你 %d%% 暴击伤害,持续10回合。当此技能激活时,你的暴击率会增加 +%d%% 。
+		受精神强度影响,增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Deep Trance", "深度幻想")
 t([[When you wield or wear an item infused by psionic, nature, or arcane-disrupting forces you improve all values under its 'when wielded/worn' field %d%%.
-		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]], [[When you wield or wear an item infused by psionic, nature, or arcane-disrupting forces you improve all values under its 'when wielded/worn' field %d%%.
-		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]])
+		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]], [[当你穿戴由超能力、自然或反魔力量灌注的装备时,你增加 %d%% "当使用或装备时:"的增益属性。
+		注意此技能不会改变装备属性,它的效果只作用于你自身。(此技能的增益也不会在装备描述上反映出来)。]])
 
 
 ------------------------------------------------
@@ -28339,24 +29329,24 @@ t([[You draw kinetic energy from your surroundings to replenish your Psi.
 		This will slow all targets within radius %d by %d%% (max %d%%) for four turns, draining %0.1f (max %0.1f) stamina from each.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取动能,来增加自己的超能力值。
-		减少 %d 码半径范围内的敌人 %d%% (最多 %d%% ) 速度,同时每个目标吸取 %0.1f ( 最多 %0.1f ) 点体力。 
-		从第一个目标处你获得 %d ( 最多 %d ) 超能力值,之后每个目标减少 20%%.
+		减少 %d 码半径范围内的敌人 %d%% (最多 %d%% )速度,同时每个目标吸取 %0.1f (最多 %0.1f )点体力。
+		从第一个目标处你获得 %d (最多 %d ) 超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Thermal Leech", "热能吸取")
 t([[You draw thermal energy from your surroundings to replenish your Psi.
 		This will freeze all targets within radius %d for %d (max %d) turns, and deal %0.1f (max %0.1f) Cold damage.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The damage and the strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取热能,来增加自己的超能力值。
-		冻结 %d 码半径范围内的敌人 %d (最多 %d )回合,同时对每个目标造成 %0.1f (最  多 %0.1f )点寒冷伤害。 
-		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少 20%%.
+		冻结 %d 码半径范围内的敌人 %d (最多 %d )回合,同时对每个目标造成 %0.1f (最多 %0.1f )点寒冷伤害。
+		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Charge Leech", "电能吸取")
 t([[You draw electical potential energy from your surroundings to replenish your Psi.
 		This deals %0.1f (max %0.1f) Lightning damage to all targets around you within radius %d, and has a %d%% (max %d%%) chance to daze them for 3 turns.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取电能,来增加自己的超能力值。
-		对 %d 码半径范围内的敌人造成 %0.1f ( 最多 %0.1f )点闪电伤害,同时有 %d%% (  最多 %d%% )几率使之眩晕 3 回合。 
-		从第一个目标处你获得 %d ( 最多 %d ) 超能力值,之后每个目标减少 20%%.
+		对 %d 码半径范围内的敌人造成 %0.1f (最多 %0.1f )点闪电伤害,同时有 %d%% (最多 %d%% )几率使之眩晕 3 回合。
+		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Insatiable", "贪得无厌")
 t("Increases your maximum energy by %d. You also gain %0.1f Psi for each kill and %0.1f Psi for each mind critical.", "增加超能力值上限 %d. 每次杀死敌人获得 %0.1f 超能力值,每次精神暴击获得 %0.1f 超能力值。")
@@ -28387,7 +29377,7 @@ t("Dissolving Acid", "酸液溶解")
 t([[Acid erupts all around your target, dealing %0.1f acid damage.
 		The acid attack is extremely distracting, and may remove up to %d physical or mental temporary effects or mental sustains (depending on the Spell Save of the target).
 		The damage and chance to remove effects will increase with your Spellpower.]], [[ 酸液在目标周围爆发,造成 %0.1f 点酸性伤害。
-		酸性伤害具有腐蚀性,有一定概率除去至多 %d 个物理 / 精神状态效果或是精神持续效果。
+		酸性伤害具有腐蚀性,有一定概率除去至多 %d 个物理/精神状态效果或是精神持续效果。
 		受法术强度影响,伤害和几率额外加成。]])
 
 
@@ -28421,6 +29411,9 @@ t([[Increases your golem's life, mana and stamina regeneration rates by %0.2f.
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua"
 
+t("A towering creature, made from the bones of dozens of dead bodies. It is covered by an unholy aura.", "像铁塔一样的生物,由数不清的骨头构成。它全身围绕着邪恶的气息。")
+t("A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.", "像铁塔一样的生物,由数不清的骨头构成。它全身围绕着邪恶的气息。")
+t("A towering creature, made from the bones of hundreds of dead bodies, rune-etched and infused with hateful sorceries.", "像铁塔一样的生物,由数不清的骨头构成,它的骨头上布满符文和充斥着憎恨的魔法印记。")
 t("Undead Explosion", "亡灵爆炸")
 t([[Minions are only tools. You may dispose of them... Violently.
 		Makes the targeted minion explode for %d%% of its maximum life in a radius of %d as blight damage.
@@ -28494,7 +29487,7 @@ t([[You focus the aether into a spinning beam of arcane energies, doing %0.2f ar
 		The beam spins with incredible speed (1600%%) and can only hit the same target up to 3 times inbetween their turns.
 		The damage will increase with your Spellpower.]], [[你凝聚以太能量,释放出一个以太螺旋,对周围目标造成 %0.2f 奥术伤害并且有 25 %%几率沉默目标。 
 		以太螺旋每回合也会对中心点造成 10 %%的伤害(但是不会沉默目标)。 
-		螺旋会以难以置信的速度旋转。( 1600 %%基础速度),对每个单位最多一个回合击中3次。 
+		螺旋会以难以置信的速度旋转。(1600 %%基础速度),对每个单位最多一个回合击中3次。
 		受法术强度影响,伤害有额外加成。]])
 t("Aether Breach", "以太裂隙")
 t([[Rupture reality to temporarily open a passage to the aether, triggering %d random arcane explosions in the target area.
@@ -28565,7 +29558,8 @@ t([[Your hunger for souls grows ever more. When you kill a creature you rip away
 		In addition you are able to store %d more souls.]], " 你对灵魂的渴望与日俱增。当你杀死一个生物时,你利用强大的力量抹去它的仇恨,有 %d%% 概率获得额外一个灵魂,同时你能获得的最大灵魂数增加 %d 。")
 t("Animus Purge", "仇恨净化")
 t("Your husk is out of sight; you cannot establish direct control.", "你的傀儡在视线外,你无法直接控制它。")
-t("#GREY##Source# rips apart the animus of #target# and creates an undead husk.", "#GREY##Source# 抹杀了 #target# 的灵魂,制造了一个不死傀儡。")
+t("Lifeless Husk", "无魂傀儡")
+t("#GREY##Source# rips apart the animus of #target# and creates an undead husk.", "#GREY##Source#抹杀了#target#的灵魂,制造了一个不死傀儡。")
 t([[Try to crush the soul of your foe, doing %0.2f darkness damage (that can never kill the target).
 		If the target is left with less than %d%% life you try to take control of its body.
 		Should this succeed the target becomes your permanent minion (unaffected by your aura) and you regain 2 souls.
@@ -28627,7 +29621,7 @@ t([[Creates a vortex of arcane energies on the target for 6 turns. Each turn the
 		受法术强度影响,伤害有额外加成。]])
 t("Disruption Shield", "干扰护盾")
 t("#VIOLET#%s's disruption shield collapses and then explodes in a powerful manastorm!", "#VIOLET#%s的干扰护盾破碎并爆炸产生了一股强力的法力风暴!")
-t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 伤害吸收)#LAST#")
+t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 护盾吸收)#LAST#")
 t("#PURPLE#(%d mana)#LAST#", "#PURPLE#(%d 法力值)#LAST#")
 t("%s restores Disruption Shield (+%d) and gains %d mana with Aegis!", "%s使用守护印记复原了干扰护盾(+%d)并获得%d法力值!")
 t("%s restores Disruption Shield (+%d) with Aegis!", "%s使用守护印记复原了干扰护盾(+%d)!")
@@ -28649,7 +29643,7 @@ t([[Surround yourself with arcane forces, disrupting any attempts to harm you by
 		最大储存能量受原始法力值上限加成(无视已经启用的维持技能),在 %d 法力值的时候达到上限。
 
 		当前护盾值:%d
-		当前储能: %d]])
+		当前储能:%d]])
 
 
 ------------------------------------------------
@@ -28805,7 +29799,7 @@ section "game/modules/tome/data/talents/spells/eldritch-shield.lua"
 
 t("Eldritch Blow", "奥术盾击")
 t("You cannot use Eldritch Blow without a shield!", "没有盾牌,无法使用奥术盾击!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[Channel eldritch forces into a melee attack, hitting the target with your weapon and shield for %d%% arcane damage.
 		If either attack hits, the target will be stunned for %d turns and you automatically Block.
 		The chance for the attack to stun increases with your Physical Power, but it is considered a magical attack and thus is resisted with spell save, rather than physical save.
@@ -28892,7 +29886,7 @@ t([[Infuse your body with lightning energy, bolstering your movement speed by +%
 		The effects increase with your Spellpower.]], [[ 将闪电能量填充到身体中,增加 %d%% 移动速度。
 		每回合半径 %d 内的一个生物将会被闪电击中,造成 %0.1f 点闪电伤害。
 		另外,对你的伤害会激活你。
-		每次你的回合开始时,如果自从上个回合结束你受到至少 %d 点伤害( 20%% 最大生命值),你将获得 %d%% 个额外回合。
+		每次你的回合开始时,如果自从上个回合结束你受到至少 %d 点伤害(20%% 最大生命值),你将获得 %d%% 个额外回合。
 		受法术强度影响,伤害有额外加成。]])
 
 
@@ -28915,7 +29909,7 @@ t([[Engulfs your hands (and weapons) in a sheath of fire, dealing %0.2f fire dam
 t("Shock Hands", "闪电之触")
 t([[Engulfs your hands (and weapons) in a sheath of lightning, dealing %d lightning damage with a chance to daze (25%%) per melee attack and increasing all lightning damage dealt by %d%%.
 		Each hit will also regenerate %0.2f mana.
-		The effects will increase with your Spellpower.]], [[你的双手笼罩在雷电中,每次近战攻击会造成 %d 闪电伤害( 25%% 几率眩晕敌人),并提高 %d%% 所有闪电系伤害。 
+		The effects will increase with your Spellpower.]], [[你的双手笼罩在雷电中,每次近战攻击会造成 %d 闪电伤害(25%% 几率眩晕敌人),并提高 %d%% 所有闪电系伤害。
 		每次攻击同时也会回复 %0.2f 法力值。 
 		受法术强度影响,效果有额外加成。]])
 t("Inner Power", "心灵之力")
@@ -29042,7 +30036,7 @@ t([[Turn your body into pure ice, increasing your Cold damage affinity by %d%% a
 section "game/modules/tome/data/talents/spells/golem.lua"
 
 t("Knockback", "击退")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Your golem rushes to the target, dealing %d%% damage and knocking it back.
 		Knockback chance will increase with talent level.
 		While rushing the golem becomes ethereal, passing harmlessly through creatures on the path to its target.]], [[你的傀儡冲向目标,将其击退并造成 %d%% 伤害。 
@@ -29058,7 +30052,7 @@ t([[Your golem rushes to the target, crushing it into the ground for %d turns an
 		受技能等级影响,定身几率有加成。]])
 t("Pound", "敲击")
 t("Your golem cannot do that currently.", "你的傀儡现在不能使用该技能。")
-t("%s resists the dazing blow!", "%s 抵抗了眩晕打击!")
+t("%s resists the dazing blow!", "%s抵抗了眩晕打击!")
 t([[Your golem rushes to the target and creates a shockwave with radius 2, dazing all foes for %d turns and doing %d%% damage.
 		Daze chance increases with talent level.
 		While rushing the golem becomes ethereal, passing harmlessly through creatures on the path to its target.]], [[你的傀儡冲向目标,践踏周围 2 码范围,眩晕所有目标 %d 回合并造成 %d%% 伤害。 
@@ -29099,7 +30093,7 @@ t([[The golem automatically reconfigures heavy mail and massive armours designed
 	%screases armour value by %d, armour hardiness by %d%%, and provides %d%% critical hit reduction when wearing heavy mail or massive armour.]], [[傀儡学会重新组装重甲和板甲,以便更加适用于傀儡。 
 		当装备重甲或板甲时, %s 增加护甲强度 %d 点 , 护甲韧性 %d%% ,并且减少 %d%% 暴击伤害。]])
 t("Poison Breath", "毒性吐息")
-t("@Source@ breathes poison!", "@Source@ 呼出毒素!")
+t("@Source@ breathes poison!", "@Source@呼出毒素!")
 t([[Breathe poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Magic.]], " 对你的敌人喷吐毒雾,在几个回合内造成 %d 点伤害。受魔法影响,伤害有额外加成。")
 
@@ -29107,11 +30101,19 @@ t([[Breathe poison on your foes, doing %d damage over a few turns.
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/golemancy.lua"
 
+t("Golem has no master", "傀儡没有主人")
+t("Master must know the Gem Golem talent", "主人必须拥有宝石傀儡技能")
+t("impossible to use this gem", "无法使用该宝石")
+t("Master's Gem Golem talent too low for this gem", "主人宝石傀儡等级过低,无法使用该宝石")
 t("Your golem is out of sight; you cannot establish direct control.", "你的傀儡在视线外,你无法直接控制它。")
 t("Interact with the Golem", "检查傀儡")
 t([[Interact with your golem to check its inventory, talents, ...
 		Note: You can also do that while taking direct control of the golem.]], "和你的傀儡交互,检查它的物品、技能等。")
 t("Refit Golem", "改装傀儡")
+t("Golem", "傀儡")
+t("%s (servant of %s)", "%s (%s的仆人)")
+t("refitted", "配置了")
+t("refitting", "正在配置")
 t("You have been interrupted!", "你被打断!")
 t("You need to ready 2 alchemist gems in your quiver to heal your golem.", "你至少在你的弹药栏内装备2枚炼金宝石,才能够修理你的傀儡。")
 t("You need to ready 15 alchemist gems in your quiver to heal your golem.", "你至少在你的弹药栏内装备15枚炼金宝石,才能够修理你的傀儡。")
@@ -29286,10 +30288,10 @@ t([[This is your true goal and the purpose of all necromancy - to become a power
 		如此微小的代价! 
 		* 等级 2 :无 
 		* 等级 3 : +3 魔法和意志, +1 每等级增加生命值(不追加前面等级的生命值)。 
-		* 等级 4 : +3 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,天空 / 星怒系技能树( 0.7 )和每回合 0.1 负能量回复。 
-		* 等级 5 : +5 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,所有抵抗上限增加 10%% ,天空 / 星怒系技能树( 0.9 )和每回合 0.5 负能量回复。 
-		* 等级 6 : +6 魔法、意志和灵巧, +3 每等级增加生命值(不追加前面等级的生命值), +15 法术和精神豁免,所有抵抗上限增加 15%% ,天空 / 星怒系技能树( 1.1 )和每回合 1.0 负能量回复。 
-		* 等级 7 : #CRIMSON##{bold}#你的力量无比强大 !#{normal}##LAST# +12 魔法, 意志和灵巧, 60%% 几率无视暴击,+4 每等级增加生命值(不追加前面等级的生命值), +35 法术和精神豁免, 所有抵抗上限增加 15%% ,天空 / 星怒系技能树( 1.3 )和每回合 1.0 负能量回复。
+		* 等级 4 : +3 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,天空/星怒系技能树(0.7)和每回合 0.1 负能量回复。
+		* 等级 5 : +5 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,所有抵抗上限增加 10%% ,天空/星怒系技能树(0.9)和每回合 0.5 负能量回复。
+		* 等级 6 : +6 魔法、意志和灵巧, +3 每等级增加生命值(不追加前面等级的生命值), +15 法术和精神豁免,所有抵抗上限增加 15%% ,天空/星怒系技能树(1.1 )和每回合 1.0 负能量回复。
+		* 等级 7 : #CRIMSON##{bold}#你的力量无比强大 !#{normal}##LAST# +12 魔法, 意志和灵巧, 60%% 几率无视暴击,+4 每等级增加生命值(不追加前面等级的生命值), +35 法术和精神豁免, 所有抵抗上限增加 15%% ,天空/星怒系技能树( 1.3 )和每回合 1.0 负能量回复。
 		不死族无法使用此天赋。 
 		当此技能激活时,每回合消耗 4 法力值。]])
 
@@ -29329,8 +30331,14 @@ t([[Emits a necrotic aura, sustaining your undead minions in a radius of %d. Min
 		Retch from your ghouls will also heal you, even if you are not undead.]], [[产生一个死灵光环,维持你亡灵随从的生存, %d 码有效范围。在光环以外的随从每回合减少 %d%% 生命。 
 		所有在你光环中被杀死的敌人灵魂可以吸收以召唤随从。 
 		食尸鬼的呕吐同时也能治疗你,即使你不是不死族。]])
+t("It is a humanoid with an aura of power. You notice a sharp set of front teeth.", "这是一只成年吸血鬼,你注意到他有一副獠牙。")
+t("It is a humanoid form dressed in robes. Power emanates from its chilling frame.", "这是一只穿着长袍的人形吸血鬼,魔法波动不断的从他手中的冰焰溢出。")
+t("It is a ghostly form with eyes that haunt you.", "它呈幽灵形态,眼睛一直盯着你。")
+t("It is a ghostly nightmare of an entity.", "它是幽灵般的梦靥。")
+t("It is a form that screams its presence against the eye. Death incarnate, its hideous black body seems to struggle against reality as the universe itself strives to banish it.", "它的可怕形象冲击着你的双眼。它是死亡的化身,它丑恶的身体似乎在向宇宙宣告着它与现实的格格不入。")
+t("Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.", "为了探索永恒的生命,这些人允许不死族剥夺他们的生趣。现在,他们同样在毁灭生者。")
 t("Create Minions", "亡灵召唤")
-t(": %d%%", ": %d%%")
+t(": %d%%", ":%d%%")
 t([[Fires powerful undead energies through your necrotic aura. For each recent death that happened inside your aura, you will raise an undead minion (up to %d minions). These minions will be raised within a cone that extends to the edge of your necrotic aura.
 		The minions level is your level %+d.
 		Each minion has a chance to be%s:%s]], [[通过你的亡灵光环释放强烈的不死能量。在你的光环里,每有 1 个刚死亡的目标,你召唤 1 个亡灵随从(最多 %d 个)。 
@@ -29417,7 +30425,7 @@ t([[The caster fades from sight, granting %d bonus to invisibility.
 		The invisibility bonus will increase with your Spellpower.]], [[施法者从视线中淡出,额外增加 %d 点隐形强度。 
 		注意:你必须取下装备中的灯具,否则你仍然会被轻易发现。 
 		由于你变的不可见,你脱离了相位现实。你的所有攻击降低 70%% 伤害。 
-		当此技能激活时,它会持续消耗你的法力( 2 法力 / 回合)。 
+		当此技能激活时,它会持续消耗你的法力( 2 法力/回合)。
 		受法术强度影响,隐形强度有额外加成。]])
 
 
@@ -29430,14 +30438,25 @@ t([[Surround your minions in a veil of darkness. The darkness will teleport them
 		黑暗会传送他们到你身边并使他们增加 %d%% 闪避,持续 5 回合。 
 		受法术强度影响,闪避率有额外加成。]])
 t("Curse of the Meek", "驯服诅咒")
+t("human farmer", "人类农民")
+t("A weather-worn human farmer, looking at a loss as to what's going on.", "一个饱经风霜的人类农民,他茫然不知所措。")
+t("halfling gardener", "半身人园丁")
+t("A rugged halfling gardener, looking quite confused as to what he's doing here.", "一个粗犷的半身人园丁,他对在这里做什么感到困惑。")
+t("shalore scribe", "永恒精灵书记员")
+t("A scrawny elven scribe, looking bewildered at his surroundings.", "一个瘦骨嶙峋的精灵书记员,他困惑地看着周围的环境。")
+t("dwarven lumberjack", "矮人伐木工")
+t("A brawny dwarven lumberjack, looking a bit upset at his current situation.", "一个强壮的矮人伐木工,他对自己现在的处境有点不安。")
+t("cute bunny", "可爱的小白兔")
+t("It is so cute!", "真可爱!")
 t([[Reaches through the shadows into quieter places, summoning %d harmless creatures.
 		Those creatures are then cursed with a Curse of Hate, making all hostile foes try to kill them.
 		If the summoned creatures are killed by hostile foes, you have 70%% chance to gain a soul.]], [[通过阴影,从安全地区召唤 %d 个无害生物。 
 		这些生物会受到仇恨诅咒,吸引附近所有的敌人的攻击。 
 		若这些生物被敌人杀死,你有 70%% 概率增加 1 个灵魂。]])
-t("Forgery of Haze", "暗影分身")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("Forgery of Haze (%s)", "暗影分身 (%s)")
 t("A dark shadowy shape whose form resembles %s.", "一个看起来像是%s的黑暗阴影。")
+t("Forgery of Haze", "暗影分身")
 t([[Through the shadows, you forge a temporary copy of yourself, existing for %d turns.
 		The copy possesses your exact talents and stats, has %d%% life and deals %d%% damage.]], [[你使用暗影复制自己,生成一个分身,持续 %d 回合。 
 		你的分身继承你的天赋和属性,继承 %d%% 生命值和 %d%% 伤害。]])
@@ -29534,6 +30553,7 @@ t("eldritch stone", "魔法岩石")
 t("Harness the power of the world to turn into a Deeprock Form.", "利用世界的力量,进入深岩形态。")
 t("deeprock", "深岩形态")
 t("spell", "法术")
+t("Necrotic Minion", "死灵随从")
 t("#{bold}#%s decays into a pile of ash!#{normal}#", "#{bold}#%s变成了一堆灰烬。#{normal}#")
 t("A soul returns to %s.", "一个灵魂回到了%s手中。")
 
@@ -29556,7 +30576,7 @@ t("Adopt a defensive posture, increasing your Defense and Armour by %d.", "采
 t("Blunt Thrust", "钝器挥击")
 t("You need a staff to use this spell.", "你需要一把法杖来施展该技能。")
 t("You cannot use Blunt Thrust without a staff weapon!", "你需要一把法杖来施展该技能。")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hit a target for %d%% melee damage and stun it for %d turns.
 		Stun chance will improve with Spellpower.
 		At level 5, this attack cannot miss.]], [[挥动法杖对目标造成 %d%% 近程伤害并震慑目标 %d 回合。 
@@ -29574,7 +30594,7 @@ t([[Carve 40 to 80 alchemist gems out of a natural gemstone.
 		许多法术需要使用炼金宝石。 
 		每种宝石拥有不同的特效。]])
 t("Extract Gems", "宝石提炼")
-t("You extract %s from %s", "你从 %s 中提炼了 %s 。")
+t("You extract %s from %s", "你从%s中提炼了%s。")
 t([[Extract magical gems from metal weapons and armours. At this skill level you can work with:
 		%s]], [[从金属武器和护甲中提取宝石。在此技能下你可以从以下材料中提取: 
 		%s]])
@@ -29766,7 +30786,7 @@ t("Surround yourself with Wildfire, increasing all your fire damage by %0.1f%%,
 section "game/modules/tome/data/talents/techniques/2h-assault.lua"
 
 t("Stunning Blow", "震慑打击")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hit the target twice with your two-handed weapon, doing %d%% damage. Each hit will try to stun the target for %d turns.
 		The stun chance increases with your Physical Power.]], [[用你的双持武器攻击目标两次并造成 %d%% 伤害。每次攻击都会试图震慑目标 %d 回合。 
 		受物理强度影响,震慑概率有加成。]])
@@ -29810,7 +30830,7 @@ t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside w
 t("Death Blow", "致命打击")
 t("You cannot use Death Blow without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
 t("%s feels the pain of the death blow!", "%s 感受到了死亡一击的疼痛!")
-t("%s resists the death blow!", "%s 抵抗了死亡一击!")
+t("%s resists the death blow!", "%s抵抗了死亡一击!")
 t([[Tries to perform a killing blow, doing %d%% weapon damage and dealing an automatic critical hit. If the target ends up with low enough life (<20%%), it might be instantly killed.
 		At level 4, it drains half your remaining stamina, and uses it to increase the blow damage by 100%% of it.
 		The chance to instantly kill will increase with your Physical Power.]], [[试图施展一次致命打击,造成 %d%% 武器伤害,本次攻击自动变成暴击。 
@@ -29819,7 +30839,7 @@ t([[Tries to perform a killing blow, doing %d%% weapon damage and dealing an aut
 		受物理强度影响,目标即死的概率有额外加成。]])
 t("Stunning Blow", "震慑打击")
 t("You cannot use Stunning Blow without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hits the target with your weapon, doing %d%% damage. If the attack hits, the target is stunned for %d turns.
 		The stun chance increases with your Physical Power.]], [[用你的武器攻击目标并造成 %d%% 伤害。如果此次攻击命中,则目标会震慑 %d 回合。 
 		受物理强度影响,震慑概率有额外加成。]])
@@ -29840,7 +30860,7 @@ t("Blood Frenzy", "血之狂暴")
 t("You require a two handed weapon to use this talent.", "你需要装备一把双手武器来施展这个技能。")
 t("You cannot use Blood Frenzy without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
 t([[Enter a blood frenzy, draining stamina quickly (-2 stamina/turn). Each time you kill a foe while in the blood frenzy, you gain a cumulative bonus to Physical Power of %d.
-		Each turn, this bonus decreases by 2.]], [[进入血之狂暴状态,快速消耗体力( -4 体力 / 回合)。每次你在血之狂暴状态下杀死一个敌人,你可以获得 %d 物理强度增益。 
+		Each turn, this bonus decreases by 2.]], [[进入血之狂暴状态,快速消耗体力( -4 体力/回合)。每次你在血之狂暴状态下杀死一个敌人,你可以获得 %d 物理强度增益。
 		每回合增益减 2 。]])
 
 
@@ -29850,7 +30870,7 @@ section "game/modules/tome/data/talents/techniques/acrobatics.lua"
 t("Vault", "撑杆跳")
 t("You cannot land in that space.", "你不能在这个位置落地。")
 t("You must vault over someone adjacent to you.", "你只能用撑杆跳跳过某个邻近的目标。")
-t("#Source# #YELLOW#vaults#LAST# over #target#!", "#Source# #YELLOW#撑杆跳过#LAST# #target#!")
+t("#Source# #YELLOW#vaults#LAST# over #target#!", "#Source##YELLOW#撑杆跳过#LAST# #target#!")
 t([[Use an adjacent friend or foe as a springboard, vaulting over them to another tile within range.
 		This maneuver grants you a burst of speed from your momentum, allowing you run %d%% faster (movement speed bonus) in the same direction you vaulted for 3 turns.
 		The increased speed ends if you change directions or stop moving.
@@ -29972,7 +30992,7 @@ t([[You fire a crippling shot, doing %d%% damage and reducing your target's spee
 		The status power and status hit chance improve with your Accuracy.]], [[你射出致残一箭 ,造成 %d%% 伤害,并降低目标 %d%% 速度 7 回合。
 		状态效果受命中加成。]])
 t("Pinning Shot", "定身射击")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[You fire a pinning shot, doing %d%% damage and pinning your target to the ground for %d turns.
 		The pinning chance increases with your Dexterity.]], [[你射出定身一箭 , 造成 %d%% 伤害,并定身目标 %d 回合。
 		定身几率受敏捷加成。]])
@@ -29984,8 +31004,8 @@ section "game/modules/tome/data/talents/techniques/assassination.lua"
 t("Coup de Grace", "致命一击!")
 t("You require two weapons to use this talent.", "你只有在双持状态下才能使用这个技能。")
 t("You cannot use Coup de Grace without dual wielding!", "你需要双持武器来施展这个技能。")
-t("#Source# delivers a Coup de Grace against #Target#!", "#Source# 对 #Target# 发起致命一击!")
-t("%s resists the Coup de Grace!", "%s 抵抗了致命一击!")
+t("#Source# delivers a Coup de Grace against #Target#!", "#Source#对#Target#发起致命一击!")
+t("%s resists the Coup de Grace!", "%s抵抗了致命一击!")
 t("#GREY#%s slips into shadow.", "#GREY#%s 潜入阴影。")
 t([[Attempt to finish off a wounded enemy, striking them with both weapons for %d%% increased by 50%% if their life is below 30%%.  A target brought below 20%% of its maximum life must make a physical save against your Accuracy or be instantly slain.
 		You may take advantage of finishing your foe this way to activate stealth (if known).]], [[尝试终结一名受伤的敌人,用双持武器攻击对方,造成 %d%% 武器伤害,如果对方的生命值在30%% 以下,伤害还会增加50%% 。 20%% 生命以下的目标将用物理豁免对抗你的命中,若未通过则会被立刻秒杀。
@@ -29997,7 +31017,7 @@ t([[When you exit stealth, you reveal yourself dramatically, intimidating foes a
 		%d 范围内看到你脱离潜行状态的敌人将陷入恐惧,随机触发震慑、减速(40%%)、或者混乱 (50%%) 状态,持续 %d 回合。
 		恐惧几率受命中加成。]])
 t("Garrote", "绞杀")
-t("#Target# avoids a garrote from #Source#!", "#Target# 避免了被 #Source# 勒住喉咙!")
+t("#Target# avoids a garrote from #Source#!", "#Target#避免了被#Source#勒住喉咙!")
 t([[When attacking from stealth, you slip a garrote over the target’s neck (or other vulnerable part).  This strangles for %d turns and silences for %d turns.  Strangled targets are pinned and suffer an automatic unarmed attack for %d%% damage each turn. 
 		Your chance to apply the garrote increases with your Accuracy and you must stay adjacent to your target to maintain it.
 		This talent has a cooldown.]], [[每次在潜行状态下发起进攻时,你尝试绞杀目标。目标将被勒住 %d 回合,沉默 %d 回合。被勒住的目标不能移动,每回合受到一次 %d%% 伤害的徒手攻击。 
@@ -30051,7 +31071,7 @@ t([[Take a defensive stance to resist the onslaught of your foes.
 section "game/modules/tome/data/talents/techniques/bloodthirst.lua"
 
 t("Mortal Terror", "致命恐惧")
-t("%s resists the terror!", "%s 抵抗了恐惧!")
+t("%s resists the terror!", "%s抵抗了恐惧!")
 t([[Your mighty blows inspire utter terror on your foes. Any melee strike you do that deals more than %d%% of the target's total life puts them in a mortal terror, dazing them for 5 turns.
 		Your critical strike chance also increase by %d%%.
 		The daze chance increase with your Physical Power.]], [[你强力的攻击引发敌人深深的恐惧。 
@@ -30062,7 +31082,7 @@ t("Bloodbath", "æµ´è¡€")
 t([[Delight in spilling the blood of your foes.  After scoring a critical hit, your maximum hit points will be increased by %d%%, your life regeneration by %0.2f per turn, and your stamina regeneration by %0.2f per turn for %d turns.
 		The life and stamina regeneration will stack up to five times, for a maximum of %0.2f and %0.2f each turn, respectively.]], [[沐浴着敌人的鲜血令你感到兴奋。 
 		在成功打出一次暴击后,会增加你 %d%% 的最大生命值、 %0.2f 每回合生命回复点数和 %0.2f 每回合体力回复点数持续 %d 回合。 
-		生命与体力回复可以叠加 5 次直至 %0.2f 生命和 %0.2f 体力回复 / 回合。]])
+		生命与体力回复可以叠加 5 次直至 %0.2f 生命和 %0.2f 体力回复/回合。]])
 t("Bloody Butcher", "血之屠夫")
 t([[You delight in the inflicting of wounds, providing %d physical power.
 		In addition when you make a creature bleed its physical damage resistance is reduced by %d%% (but never below 0%%).
@@ -30109,7 +31129,7 @@ t([[Allows shields to be equipped, using Cunning instead of strength as a requir
 		受到灵巧影响,偏斜几率有加成。]])
 t("Bash and Smash", "击退射击")
 t("You require a ranged weapon and a shield to use this talent.", "你必须装备一把远程武器和一面盾牌。")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("Bash an enemy in melee range with your shield (twice for talent level 5 or more), doing %d%% damage and knocking them back %d squares. You may then follow with a deadly short-range sling attack, dealing %d%% damage. The shield bash will use Dexterity instead of Strength for the shield's bonus damage.", [[用盾牌重击近战范围内的一名敌人(当技能等级在 5 级或更高时重击 2 次),造成 %d%% 伤害并击退 %d 格。紧接着用投石索发动一次致命的攻击,造成 %d%% 伤害。 
 		盾牌攻击使用敏捷取代力量来计算盾牌伤害加成。]])
 t("Buckler Mastery", "格挡大师")
@@ -30117,7 +31137,7 @@ t(" At talent level 5, your Bash and Smash shield hits are guaranteed criticals.
 t(" At talent level 5, your Bash and Smash shield hit is a guaranteed critical.", "技能等级 5 时,你的击退射击必定暴击。")
 t("When you are hit by a projectile, physical or otherwise, you have a %d%% chance to deflect it up to %d squares away.%s", "当你被抛射物攻击时,不论是否为物理类型,你有 %d%% 的几率使其偏斜最多 %d 格。%s")
 t("Counter Shot", "以牙还牙")
-t("#ORCHID##Source# follows up with a countershot.#LAST#", "#ORCHID##Source# 启动了反击射击.#LAST#。")
+t("#ORCHID##Source# follows up with a countershot.#LAST#", "#ORCHID##Source#启动了反击射击.#LAST#。")
 t([[Any time you block an attack with Buckler Expertise or Buckler Mastery you instantly counterattack with your sling for %d%% damage  This can only occur up to %d time(s) per turn.
 			]], [[每当你的格挡专家或者格挡大师技能挡住攻击时,你立刻使用投石索发动一次伤害 %d%% 的反击。每回合最多只能发动 %d 次反击。
 			]])
@@ -30127,7 +31147,7 @@ t([[Any time you block an attack with Buckler Expertise or Buckler Mastery you i
 section "game/modules/tome/data/talents/techniques/combat-techniques.lua"
 
 t("Rush", "冲锋")
-t("@Source@ rushes out!", "@Source@ 冲了出去!")
+t("@Source@ rushes out!", "@Source@冲了出去!")
 t("You can only rush to a creature.", "你只能冲向生物。")
 t("You are too close to build up momentum!", "离开目标太近无法施展!")
 t([[Rush toward a target enemy with incredible speed and perform a melee attack for 120%% weapon damage that can daze the target for 3 turns if it hits.
@@ -30142,9 +31162,9 @@ t("You have learned to focus your blows to hit your target, granting +%d accurac
 t("Blinding Speed", "急速")
 t("Through rigorous training, you have learned to focus your actions for a short while, increasing your speed by %d%% for 5 turns.", "通过严格的训练你已经学会在短时间内爆发你的速度,提高你 %d%% 速度 5 回合。")
 t("Quick Recovery", "快速恢复")
-t("Your combat focus allows you to regenerate stamina faster (+%0.1f stamina/turn).", "你专注于战斗,使得你可以更快的回复体力( +%0.1f 体力 / 回合)。")
+t("Your combat focus allows you to regenerate stamina faster (+%0.1f stamina/turn).", "你专注于战斗,使得你可以更快的回复体力( +%0.1f 体力/回合)。")
 t("Fast Metabolism", "快速代谢")
-t("Your combat focus allows you to regenerate life faster (+%0.1f life/turn).", "你专注于战斗,使你可以更快的回复生命值( +%0.1f 生命值 / 回合)。")
+t("Your combat focus allows you to regenerate life faster (+%0.1f life/turn).", "你专注于战斗,使你可以更快的回复生命值( +%0.1f 生命值/回合)。")
 t("Spell Shield", "法术抵抗")
 t("Rigorous training allows you to be more resistant to some spell effects (+%d spell save).", "严格的训练使得你对某些法术效果具有更高的抗性( +%d 法术豁免)。")
 t("Unending Frenzy", "无尽怒火")
@@ -30253,7 +31273,7 @@ t([[You have learned how to carefully manage contact between you and your oppone
 		此外,该技能开启时,你能反弹 %d%% 伤害。]])
 t("Offhand Jab", "副手猛击")
 t("You must dual wield to perform an Offhand Jab!", "你只有在双持状态下才能使用这个技能。")
-t("%s resists the surprise strike!", "%s 抵抗了这次打击!")
+t("%s resists the surprise strike!", "%s抵抗了这次打击!")
 t([[With a quick shift of your momentum, you execute a surprise unarmed strike in place of your normal offhand attack.
 		This allows you to attack with your mainhand weapon for %d%% damage and unarmed for %d%% damage.  If the unarmed attack hits, the target is confused (%d%% power) for %d turns.
 		The chance to confuse increases with your Accuracy.]], [[你迅速移动,用徒手攻击敌人。
@@ -30262,7 +31282,7 @@ t([[With a quick shift of your momentum, you execute a surprise unarmed strike i
 		混乱几率受命中加成。]])
 t("Dual Strike", "双持打击")
 t("You cannot use Dual Strike without dual wielding!", "你只有在双持状态下才能使用这个技能。")
-t("%s resists the stunning strike!", "%s 抵抗了震慑打击!")
+t("%s resists the stunning strike!", "%s抵抗了震慑打击!")
 t([[Attack with your offhand weapon for %d%% damage. If the attack hits, the target is stunned for %d turns, and you hit it with your mainhand weapon doing %d%% damage.
 		The stun chance increases with your Accuracy.]], [[用副手武器造成 %d%% 伤害。 
 		如果攻击命中,目标将会被震慑 %d 回合并且你会使用主武器对目标造成 %d%% 伤害。 
@@ -30301,7 +31321,7 @@ t([[The flow of battle invigorates you, allowing you to press your advantage as
 t("Feint", "佯攻")
 t("You must be able to move to use this talent.", "你必须处于可以移动的状态才能使用该技能。")
 t("%s cannot move!", "%s 无法移动!")
-t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了 #Source# 与 #Target#的换位.")
+t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了#Source#与#Target#的换位.")
 t([[Make a cunning feint that tricks your target into swapping places with you.  While moving, you take the opportunity to trip them, pinning and dazing them for 2 turns.
 		Switching places distracts your foes and allows you to improve your defenses:  For %d turns, Dual Weapon Mastery yields one extra parry each turn and you are %d%% less likely to miss your parry opportunities.
 		The chance to pin and to daze increases with your Accuracy]], [[假装攻击敌人,欺骗敌人和你换位。在移动时趁机削弱敌人,使其定身并眩晕 2 回合。
@@ -30310,7 +31330,7 @@ t([[Make a cunning feint that tricks your target into swapping places with you.
 t("Lunge", "刺击")
 t("You require two weapons to use this talent.", "你只有在双持状态下才能使用这个技能。")
 t("You cannot use Lunge without dual wielding!", "你需要双持武器来施展这个技能。")
-t("%s resists the blow!", "%s 抵抗了攻击!")
+t("%s resists the blow!", "%s抵抗了攻击!")
 t([[Exploiting a gap in your target's defenses, you make a lethal strike with your offhand weapon for %d%% damage that causes them to drop their weapon, disarming them for %d turns.
 		Tempo will reduce the cooldown of this talent by 1 turn each time it is triggered defensively.
 		The chance to disarm increases with your Accuracy.]], [[你攻其不备,用副手发起致命打击,造成 %d%% 伤害并使其武器脱落,缴械 %d 回合。
@@ -30322,7 +31342,7 @@ t([[Exploiting a gap in your target's defenses, you make a lethal strike with yo
 section "game/modules/tome/data/talents/techniques/excellence.lua"
 
 t("Shoot Down", "强制击落")
-t("#Source# shoots down '#Target#'!", "#Source# 击落了 '#Target#'!")
+t("#Source# shoots down '#Target#'!", "#Source#击落了'#Target#'!")
 t([[Your reflexes are lightning-fast, if you spot a projectile (arrow, shot, spell, ...) you can instantly shoot at it without taking a turn to take it down.
 		You can shoot down up to %d projectiles.]], [[ 你的反射神经像闪电一样快。当你瞄准抛射物(箭矢、弹药、法术等)时,你能马上击落它而不消耗时间。 
 		你最多能击落 %d 个目标。]])
@@ -30344,7 +31364,7 @@ t([[You fire a shot at your target's throat, mouth, or equivalent body part, doi
 section "game/modules/tome/data/talents/techniques/field-control.lua"
 
 t("Heave", "前踢")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[A mighty kick that pushes your target away %d grids.
 		If another creature is in the way, it will also be pushed away.
 		The Knockback chance increases with your Accuracy or your Physical Power, whichever is greater.]], [[一次强力的前踢使你的目标被击退 %d 码。 
@@ -30358,15 +31378,15 @@ t("Your great dexterity allows you to see incoming projectiles (spells, arrows,
 section "game/modules/tome/data/talents/techniques/finishing-moves.lua"
 
 t("Uppercut", "上钩拳")
-t("@Source@ throws a finishing uppercut.", "@Source@ 打出终结性的上勾拳。")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ throws a finishing uppercut.", "@Source@打出终结性的上勾拳。")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[A finishing uppercut that deals %d%% damage, and attempts to stun your target for %d to %d turns, depending on the amount of combo points you've accumulated.
 		The stun chance will improve with your Physical Power.
 		Using this talent removes your combo points.]], [[一次终结的上钩拳,对目标造成 %d%% 伤害并可能震慑目标 %d 到 %d 回合(由你的连击点数决定)。 
 		受物理强度影响,震慑概率有额外加成。 
 		使用此技能会消耗当前的所有连击点。]])
 t("Concussive Punch", "震荡拳")
-t("@Source@ throws a concussive punch.", "@Source@ 打出震荡拳。")
+t("@Source@ throws a concussive punch.", "@Source@打出震荡拳。")
 t([[A powerful concussive punch that deals %d%% weapon damage to your target. If the punch hits, all targets in a radius of %d will take %0.2f to %0.2f damage, depending on the amount of combo points you've accumulated.
 		The area damage will scale with your Strength, and the radius will increase by 1 per combo point.
 		Using this talent removes your combo points.]], [[一次强力的冲击,对目标造成 %d%% 武器伤害。如果此次攻击命中,则会对 %d 码半径内所有目标造成 %0.2f ~ %0.2f 物理伤害(由你的连击点数决定)。 
@@ -30378,9 +31398,9 @@ t([[You spin into a flying leap and deliver a powerful kick dealing %d%% weapon
 		每一点连击点增加 1 点攻击范围和 10%% 伤害。
 		使用该技能需要至少一点连击点。]])
 t("Haymaker", "致命重拳")
-t("@Source@ throws a wild haymaker!", "@Source@ 打出狂暴的重拳!")
+t("@Source@ throws a wild haymaker!", "@Source@打出狂暴的重拳!")
 t("%s feels the pain of the death blow!", "%s 感受到了死亡一击的疼痛!")
-t("%s resists the death blow!", "%s 抵抗了死亡一击!")
+t("%s resists the death blow!", "%s抵抗了死亡一击!")
 t([[A vicious finishing strike that deals %d%% damage increased by 20%% per combo point you have up to a max of %d%%. If the target ends up with low enough life (<20%%), it might be instantly killed.
 		Killing a target with Haymaker will instantly restore %d%% to %d%% of your maximum stamina, depending on the amount of combo points you've accumulated.
 		Using this talent removes your combo points.]], [[一次强烈的终结追击,对目标造成 %d%% 伤害,每 1 点连击点额外造成 20%% 的伤害,至多 %d%% 。 
@@ -30438,7 +31458,7 @@ t([[Allows you to use melee weapons to focus your spells, granting a %d%% chance
 		Allowed spells: %s %s]], [[允许你使用近战武器附魔法术。在你每次的近战攻击中都有 %d%% 概率附加一次火球术、闪电术或岩石飞弹。 
 		你可以选择触发某一种法术,或者选择随机触发任意一种法术。
 		当双持或持有盾牌时,每把武器触发概率减半。
-		通过这种方式触发的法术不会造成对应技能进入 CD 状态。
+		通过这种方式触发的法术不会造成对应技能进入冷却。
 		受灵巧影响,触发概率有额外加成。
 		允许法术: %s %s]])
 t("Arcane Cunning", "奥术灵巧")
@@ -30509,6 +31529,8 @@ t([[In an extreme feat of agility, you move to a spot you can see within range,
 t("Trained Reactions", "特种训练")
 t("%s is not usable while wearing heavy armour.", "%s 在身着重甲时无法使用")
 t("#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.", "#FIREBRICK##Target# 对#Source#的%s迅速反应,降低了伤害!#LAST#.")
+t("an attack", "一次攻击")
+t("damage", "伤害")
 t(" #ffcc80#, -%d stam#LAST#", " #ffcc80#, -%d 体力#LAST#")
 t("%s(%d reacted#LAST#%s%s)#LAST#", "%s(%d 反应#LAST#%s%s)#LAST#")
 t([[You have trained to be very light on your feet and have conditioned your reflexes to react faster than thought to damage you take.
@@ -30594,24 +31616,24 @@ t([[Increases your Accuracy by %d, the damage multiplier of your striking talent
 		The offensive bonuses scale with your Dexterity and the damage reduction with your Strength.]], [[增加你 %d 命中。你攻击系技能 ( 拳术、终结技 ) 伤害增加 %d%% , 同时减少 %d 受到的伤害。
 		受敏捷影响,伤害按比例加成。受力量影响,伤害减免有额外加成。]])
 t("Double Strike", "双重打击")
-t("@Source@ throws two quick punches.", "@Source@ 快速打出两次拳击。")
+t("@Source@ throws two quick punches.", "@Source@快速打出两次拳击。")
 t([[Deliver two quick punches that deal %d%% damage each, and switch your stance to Striking Stance. If you already have Striking Stance active and Double Strike isn't on cooldown, this talent will automatically replace your normal attacks (and trigger the cooldown).
 		If either jab connects, you earn one combo point. At talent level 4 or greater, if both jabs connect, you'll earn two combo points.]], [[对目标进行 2 次快速打击,每次打击造成 %d%% 伤害并使你的姿态切换为攻击姿态,如果你已经在攻击姿态且此技能已就绪,那么此技能会自动取代你的普通攻击 ( 并触发冷却 )。 
 		任何一次打击都会使你获得 1 点连击点。在等级 4 或更高等级时若 2 次打击都命中你可以获得 2 点连击点。]])
 t("Spinning Backhand", "旋风打击")
-t("@Source@ lashes out with a spinning backhand.", "@Source@ 冲出去打出旋风打击。")
+t("@Source@ lashes out with a spinning backhand.", "@Source@冲出去打出旋风打击。")
 t([[Attack your foes in a frontal arc with a spinning backhand, doing %d%% damage. If you're not adjacent to the target, you'll step forward as you spin, gaining up to %d%% bonus damage, which increases the farther you move.
 		This attack will remove any grapples you're maintaining, and earn one combo point (or one combo point per attack that connects, if the talent level is 4 or greater).]], [[对你面前的敌人使用一次旋风打击,造成 %d%% 伤害。 
 		如果你离目标较远,旋转时你会自动前行,根据移动距离增加至多 %d%% 伤害。 
 		此次攻击会移除任何你正在维持的抓取效果并增加 1 点连击点。 
 		在等级 4 或更高时,你每次连击均会获得 1 点连击点。]])
 t("Axe Kick", "斧踢")
-t("@Source@ raises their leg and snaps it downward in a devastating axe kick.", "@Source@ 抬起腿,迅速踢出毁灭性的斧踢。")
+t("@Source@ raises their leg and snaps it downward in a devastating axe kick.", "@Source@抬起腿,迅速踢出毁灭性的斧踢。")
 t([[Deliver a devastating axe kick dealing %d%% damage. If the blow connects your target is brain damaged, causing all talents to fail for %d turns and earning 2 combo points.
 		This effect cannot be saved against, though it can be dodged and checks confusion immunity.]], [[ 施展一次毁灭性的的踢技,造成 %d%% 伤害。
 		如果攻击命中,对方的大脑受到伤害,不能使用技能,持续 %d 回合,同时你获得 2 连击点。]])
 t("Flurry of Fists", "流星拳")
-t("@Source@ lashes out with a flurry of fists.", "@Source@ 冲出去打出流星拳。")
+t("@Source@ lashes out with a flurry of fists.", "@Source@冲出去打出流星拳。")
 t([[Lashes out at the target with three quick punches that each deal %d%% damage.
 		Earns one combo point. If your talent level is 4 or greater, this instead earns one combo point per blow that connects.]], [[对目标造成 3 次快速打击,每击造成 %d%% 伤害。 
 		此攻击使你得到 1 点连击点。 
@@ -30622,7 +31644,7 @@ t([[Lashes out at the target with three quick punches that each deal %d%% damage
 section "game/modules/tome/data/talents/techniques/reflexes.lua"
 
 t("Shoot Down", "强制击落")
-t("#Source# shoots down '#Target#'!", "#Source# 击落了 '#Target#'!")
+t("#Source# shoots down '#Target#'!", "#Source#击落了'#Target#'!")
 t([[Your reflexes are lightning-fast, if you spot a projectile (arrow, shot, spell, ...) you can instantly shoot at it without taking a turn to take it down.
 		You can shoot down up to %d projectiles.
 		In addition, your heightened senses also reduce the speed of incoming projectiles by %d%%, and prevents your own projectiles from striking you.]], [[你的反射像闪电一样快, 如果你发现一个抛射物 (箭矢, 弹丸, 法术, ...) 你可以不消耗时间立刻射击之。
@@ -30635,7 +31657,7 @@ t([[Activating this talent enhances your reflexes to incredible levels.  Each ti
 t("Sentinel", "哨兵")
 t("%s's %s is disrupted by the shot!", "%s的%s被射击干扰了!")
 t([[You take close notice of the target for the next 5 turns. If they attempt to use a non-instant talent you react with incredible speed, firing a shot dealing 25%% damage that causes the talent to fail and go on cooldown.
-This shot is instant, cannot miss, and puts %d other talents on cooldown for %d turns.]], [[你在接下来的 5 回合内密切关注目标. 当其使用非瞬发技能时, 你立刻做出反应, 射出一箭造成 25%% 伤害打断技能并使其进入冷却.
+This shot is instant, cannot miss, and puts %d other talents on cooldown for %d turns.]], [[你在接下来的 5 回合内密切关注目标. 当其使用非瞬间技能时, 你立刻做出反应, 射出一箭造成 25%% 伤害打断技能并使其进入冷却.
 该攻击为瞬间击中, 必中, 并使其它 %d 个技能进入冷却 %d 回合.]])
 t("Escape", "逃脱")
 t([[You put all your focus into escaping combat for 4 turns. While under this effect you gain %d%% increased resistance to all damage, %0.1f increased stamina regeneration, immunity to stun, pin, daze and slowing effects and %d%% increased movement speed. 
@@ -30669,7 +31691,7 @@ t([[Increases weapon damage by %d%% and physical power by 30 when using slings.
 		Also, increases your reload rate by %d.]], [[使用投石索时提高 %d%% 武器伤害,获得 30 物理强度。
 		同时增加 %d 装填效果。]])
 t("Eye Shot", "致盲射击")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[You fire a shot into your target's eyes, blinding it for %d turns and doing %d%% damage.
 		The blind chance increases with your Accuracy.]], [[你对目标的眼睛射出一发子弹,致盲目标 %d 回合并造成 %d%% 伤害。 
 		受命中影响,致盲概率有额外加成。]])
@@ -30721,7 +31743,7 @@ section "game/modules/tome/data/talents/techniques/strength-of-the-berserker.lua
 t("Warshout", "战争怒吼")
 t("@Source@ uses Warshout.", "@Source@发出战吼.")
 t("@Source@ uses Warsqueak.", "@Source@发出吱吱的战吼.")
-t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside will be confused (50%% confusion power) for %d turns.", "在你的正前方大吼形成 %d 码半径的扇形战争怒吼。任何在其中的目标会被混乱 %d ( 50%% 混乱强度)回合。")
+t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside will be confused (50%% confusion power) for %d turns.", "在你的正前方大吼形成 %d 码半径的扇形战争怒吼。任何在其中的目标会被混乱(50%%强度) %d 回合。")
 t("Berserker Rage", "狂战之怒")
 t("#Source#'s rage awakens!", "#Source#的愤怒被激发!")
 t("#Source#'s rage subsides!", "#Source#的愤怒消退了!")
@@ -30763,7 +31785,7 @@ t([[Concentrate on the battle, ignoring some of the damage you take.
 t("Onslaught", "猛攻")
 t([[Take an offensive stance. As you attack your foes, you knock your target and foes adjacent to them in a frontal arc back (up to %d grids).
 		This consumes stamina rapidly (-1 stamina/turn).]], [[采取一个猛攻姿态,当你攻击你的敌人时,你会把目标和目标周围的敌人全部击退。(上限 %d 码)。 
-		这个姿态会快速减少体力值( -1 体力 / 回合)。]])
+		这个姿态会快速减少体力值( -1 体力/回合)。]])
 t("Battle Call", "挑衅")
 t("%s is called to battle!", "%s 被拉进战斗!")
 t("Call all foes in a radius of %d around you into battle, getting them into melee range in an instant.", "挑衅你周围 %d 码半径范围内的敌人进入战斗,使它们立刻进入近战状态。")
@@ -30838,6 +31860,14 @@ t("Take advantage of speed and shield to fight in close quarters.", "利用速
 t("agility", "敏捷")
 t("Stealth and specialised long range archery techniques.", "隐匿的远程狙击箭术。")
 t("sniper", "狙击")
+t("Acrobatics", "杂耍")
+t("For light footed Rogues who prefer flight to fighting fair!", "敏捷的盗贼喜欢出其不意,跳到别人头上!")
+t("Buckler Training", "盾牌训练")
+t("Mastery over their shields separates Skirmishers from Archers, and gives them an edge.", "对盾牌的掌握令散兵和一般的弓手有了明显区别,带来了优势。")
+t("Skirmisher - Slings", "散兵-投石索")
+t("Slings! Pow Pow!", "投石索!投石!")
+t("Tireless Combatant", "不倦战斗")
+t("Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.", "即使身着重甲,你不会像他人一样被疲惫拖垮。")
 t("Unarmed Boxing techniques that may not be practiced in massive armor or while a weapon or shield is equipped.", " 徒手拳击格斗技术,你不能装备板甲、武器和盾牌。")
 t("pugilism", "拳术")
 t("Finishing moves that use combo points and may not be practiced in massive armor or while a weapon or shield is equipped.", " 使用你累积的连击点数发动致命的终结一击,你不能装备板甲、武器和盾牌。")
@@ -30861,7 +31891,8 @@ t("You do not have enough ammo left!", "你没有足够的弹药!")
 section "game/modules/tome/data/talents/techniques/throwing-knives.lua"
 
 t("Throwing Knives", "飞刀投掷")
-t("%d%% %s", "%d%% %s")
+t("Throwing Knife", "飞刀")
+t("%d%% %s", "%d%%%s")
 t([[Range: %d
 Net Damage: %d - %d
 Accuracy: %d (%s)
@@ -30869,13 +31900,13 @@ APR: %d
 Crit Chance: %+d%%
 Crit mult: %d%%
 Uses Stats: %s
-]], [[射程: %d
-基础伤害: %d - %d
-命中: %d (%s)
-护甲穿透: %d
-暴击几率: %+d%%
-暴击伤害: %d%%
-使用属性: %s
+]], [[射程:%d
+基础伤害:%d - %d
+命中:%d (%s)
+护甲穿透:%d
+暴击几率:%+d%%
+暴击伤害:%d%%
+使用属性:%s
 ]])
 t([[Equip a bandolier holding up to %d throwing knives, allowing you to attack from range.  You automatically reload %d knives per turn while resting, or half as many while moving.
 		The base power, Accuracy, Armour penetration, and critical strike chance of your knives increase with talent level, and damage is improved with Dagger Mastery.
@@ -30914,7 +31945,7 @@ t([[Throw a knife coated with venom, doing %d%% damage as nature and inflicting
 section "game/modules/tome/data/talents/techniques/thuggery.lua"
 
 t("Skullcracker", "铁头功")
-t("%s resists the headblow!", "%s 抵抗了铁头功!")
+t("%s resists the headblow!", "%s抵抗了铁头功!")
 t([[You smack your forehead against your enemy's head (or whatever sensitive part you can find), causing %0.1f Physical damage.
 		If the attack hits, the target is confused (%d%% effect) for %d turns.
 		Damage done increases with the quality of your headgear, your Strength, and your physical damage bonuses.
@@ -30955,7 +31986,7 @@ t([[For each turn you spend stamina, you gain %0.1f%% resist all and %0.1f%% all
 section "game/modules/tome/data/talents/techniques/unarmed-discipline.lua"
 
 t("Combination Kick", "组合踢")
-t("@Source@ unleashes a flurry of disrupting kicks.", "@Source@ 使出一连串干扰性的踢技。")
+t("@Source@ unleashes a flurry of disrupting kicks.", "@Source@使出一连串干扰性的踢技。")
 t([[Unleash a flurry of disruptive kicks at your target's vulnerable areas. For each combo point you attack for %d%% weapon damage and deactivate one physical sustain.
 			At talent level 3 #DARK_ORCHID#Magical#LAST# sustains will also be effected.
 			At talent level 5 #YELLOW#Mental#LAST# sustains will also be effected.
@@ -30966,17 +31997,17 @@ t([[Unleash a flurry of disruptive kicks at your target's vulnerable areas. For
 t("Relentless Strikes", "无情打击")
 t("When gaining a combo point, you have a %d%% chance to gain an extra combo point. Additionally, every time you earn a combo point, you will regain %0.2f stamina, or %0.2f stamina if you would exceed 5 combo points.", "当获得一个连击点时, 你有 %d%% 几率获得一个额外的连击点. 另外, 每当你获得连击点时, 你会恢复 %0.2f 体力,如果你将超过 5 个连击点改为获得 %0.2f 体力 .")
 t("Open Palm Block", "空手格挡")
-t("@Source@ prepares to block incoming attacks.", "@Source@ 准备格挡接下来的攻击。")
+t("@Source@ prepares to block incoming attacks.", "@Source@准备格挡接下来的攻击。")
 t([[Toughen your body blocking up to %d damage per combo point (Max %d) across 2 turns.
 			Current block value: %d
 			Using this talent removes your combo points.
 			The damage absorbed scales with your Physical Power.]], [[硬化身体,每有一点连击点就能格挡 %d 点伤害(至多 %d ),持续 2 回合。
-			当前格挡值: %d
+			当前格挡值:%d
 			使用该技能会除去所有连击点。
 			伤害吸收受物理强度加成。]])
 t("Touch of Death", "点穴术")
-t("@Source@ strikes a deadly pressure point on the target.", "@Source@ 击中了目标的致命穴道。")
-t("#Source# strikes at a vital spot on #target#!", "#Source# 攻向 #target#的要害!")
+t("@Source@ strikes a deadly pressure point on the target.", "@Source@击中了目标的致命穴道。")
+t("#Source# strikes at a vital spot on #target#!", "#Source#攻向#target#的要害!")
 t([[Using your deep knowledge of anatomy, you strike a target in a vital pressure point for %d%% weapon damage, bypassing their defense and evasion.
 		This strike inflicts terrible wounds inside the target's body, causing them to take physical damage equal to 100%% of any damage dealt during the attack each turn for 4 turns, increasing by %d%% each turn (so after 4 turns, they would have taken a total of %d%% damage).
 		If the target dies while under or from this effect their body will explode in a radius %d shower of bone and gore, inflicting physical damage equal to the current tick to all enemies and granting you 4 combo points.]], [[使用你深刻的解剖学知识,击中敌人的穴道造成 %d%% 武器伤害, 无视防御和闪避.
@@ -30993,7 +32024,7 @@ t([[Grants %d Physical Power when fighting unarmed (or with gloves or gauntlets)
 		受技能等级影响,效果有额外加成。]])
 t("Unarmed Mastery", "徒手大师")
 t([[Increases all unarmed damage by %d%% and physical power by 30 (including grapples and kicks).
-		Note that brawlers naturally gain 0.5 Physical Power per character level while unarmed (current brawler physical power bonus: %0.1f) and attack 20%% faster while unarmed.]], [[增加 %d%% 所有徒手伤害,提高 30 物理强度(包括抓取 / 徒手技)。 
+		Note that brawlers naturally gain 0.5 Physical Power per character level while unarmed (current brawler physical power bonus: %0.1f) and attack 20%% faster while unarmed.]], [[增加 %d%% 所有徒手伤害,提高 30 物理强度(包括抓取/徒手技)。
 		注意:徒手战斗时,格斗家具有随等级每级增加 0.5 物理强度。(当前提高 %0.1f 物理强度)和攻击速度提高 20%% 的固有属性。]])
 t("Unified Body", "强化身躯")
 t("Your mastery of unarmed combat unifies your body. Increases your Strength by %d based on Cunning and your Constitution by %d based on Dexterity.", "你对徒手格斗的掌握强化了你的身体,增加 %d 力量(基于灵巧), %d 体质(基于敏捷)。")
@@ -31009,7 +32040,7 @@ t("Your understanding of physiology allows you to apply your reflexes in new way
 section "game/modules/tome/data/talents/techniques/warcries.lua"
 
 t("Shattering Shout", "狮子吼")
-t("#Source# shatters '#Target#'.", "#Source# 击落了 '#Target#'.")
+t("#Source# shatters '#Target#'.", "#Source#击落了'#Target#'。")
 t([[Release a powerful shout, doing %0.2f physical damage in a radius %d cone in front of you.
 		At level 5 the shout is so strong it shatters all incomming projectiles caught inside.
 		The damage increases with your Strength.]], [[一次强有力的怒吼,在你前方锥形区域内造成 %0.2f 物理伤害(有效半径 %d 码)。
@@ -31034,7 +32065,7 @@ section "game/modules/tome/data/talents/techniques/weaponshield.lua"
 
 t("Shield Pummel", "盾牌连击")
 t("You cannot use Shield Pummel without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the shield bash!", "%s 抵抗了盾牌猛击!")
+t("%s resists the shield bash!", "%s抵抗了盾牌猛击!")
 t([[Hits the target with two shield strikes, doing %d%% and %d%% shield damage. If it hits a second time, it stuns the target for %d turns.
 		The stun chance increases with your Accuracy and your Strength.]], [[连续使用 2 次盾牌攻击敌人并分别造成 %d%% 和 %d%% 盾牌伤害。
 		如果此技能连续命中目标 2 次则目标会被震慑 %d 回合。
@@ -31053,7 +32084,7 @@ t([[Improves your ability to perform counterstrikes after blocks in the followin
 t("Shield Slam", "拍击")
 t("You cannot use Shield Slam without a shield!", "必须装备一面盾牌施展该技能!")
 t("Hit your target with your shield 3 times for %d%% damage then quickly return to a blocking position.  The bonus block will not check or trigger Block cooldown.", [[用盾牌拍击目标 3 次,造成 %d%% 武器伤害,然后迅速进入格挡状态。
-		该格挡不占用盾牌的格挡技能 CD。]])
+		该格挡不占用盾牌的格挡技能冷却。]])
 t("Assault", "强袭")
 t("You cannot use Assault without a mainhand weapon and shield!", "必须装备武器和一面盾牌施展该技能!")
 t("Hits the target with your shield, doing %d%% damage. If it hits, you follow up with two automatic critical hits with your weapon, doing %d%% base damage each.", "用你的盾牌攻击目标并造成 %d%% 伤害,如果此次攻击命中,那么你将会发动 2 次武器暴击,每击分别造成 %d%% 基础伤害。")
@@ -31068,7 +32099,7 @@ t([[Enter a protective battle stance allowing you to defend yourself more profic
 		护甲和格挡值加成受你的敏捷和力量值影响。]])
 t("Repulsion", "盾牌猛击")
 t("You cannot use Repulsion without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Smash your shield into the face of all adjacent foes dealing %d%% shield damage and knocking them back %d grids.
 		In addition, all creatures knocked back will also be dazed for %d turns.
 		If known, activating this talent will refresh your Rush cooldown if the attack hits.
@@ -31153,7 +32184,7 @@ t([[When moving over 800%% speed for at least 3 steps in the same direction, you
 t("Tricky Defenses", "欺诈护盾")
 t("Antimagic", "反魔法")
 t([[You are full of tricks and surprises; your Antimagic Shield can absorb %d%% more damage.
-		The increase scales with your Cunning.]], [[由于你精通欺诈和伪装,你的反魔盾可以多吸收 %d%% 伤害。 
+		The increase scales with your Cunning.]], [[由于你精通欺诈和伪装,你的反魔盾可以多吸收 %d%% 伤害。
 		受灵巧影响,效果按比例加成。]])
 t("Endless Woes", "无尽灾厄")
 t("Have dealt over 10000 acid, blight, darkness, mind or temporal damage", "曾造成超过 50000 点酸性、枯萎、暗影、精神或时空伤害")
@@ -31177,7 +32208,7 @@ t([[Surround yourself with a malevolent aura that stores damage you deal.
 		The damage and effect power increase with your Cunning, the threshold with your level, and the apply power is the highest of your mind or spell power.
 		%s]], [[你被灾厄光环笼罩,存储你造成的元素伤害。
 		当你积累的元素伤害达到 %d 时,你会向一个随机的敌人发射一次强力的爆炸,在半径 %d 范围内造成 %d 的该类型伤害,并对敌人附加以下的附加效果:
-		物理: 降低 20%% 攻击、施法和精神速度
+		物理:降低 20%% 攻击、施法和精神速度
 		#GREEN#酸性 :#LAST#  每回合受到 %d 酸性伤害,持续 5 回合。
 		#DARK_GREEN#枯萎 :#LAST#  每回合受到 %d 枯萎伤害,力量、体质和敏捷减少 %d ,持续 5 回合	
 		#GREY#黑暗 :#LAST#  造成的所有伤害减少 %d%% ,持续 5 回合。
@@ -31216,7 +32247,7 @@ t([[Surround yourself with an elemental aura that stores damage you deal.
 		%s]], [[你被元素光环笼罩,存储你造成的元素伤害。
 		当你积累的元素伤害达到 %d 时,你会向一个随机的敌人发射一次强力的爆炸,在半径 %d 范围内造成 %d 的该类型伤害,并对你自己附加以下的附加效果:
 
-		物理 : 清除 1 个物理负面特效并给予 2 回合物理负面特效豁免。
+		物理 :清除 1 个物理负面特效并给予 2 回合物理负面特效豁免。
 		#PURPLE#奥术 :#LAST# 增加你的精神和施法速度 30%% ,持续 3 回合。
 		#LIGHT_RED#火焰 :#LAST# 增加你所造成的所有伤害 %d%% ,持续 3 回合。
 		#1133F3#寒冷 :#LAST# 将你的皮肤变成冰,增加护甲 %d ,对攻击者造成 %d 冰冻伤害,持续 3 回合 
@@ -31229,10 +32260,10 @@ t([[Surround yourself with an elemental aura that stores damage you deal.
 		%s]])
 t("All physical criticals reduce the remaining cooldown of a random technique or cunning talent by 2.", "所有的物理暴击减少随机的 1 个冷却中的格斗或灵巧系技能 2 回合冷却时间。")
 t("All spell criticals reduce the remaining cooldown of a random spell/corruption/celestial/chronomancy talent by 2.", "所有的法术暴击减少随机的 1 个冷却中的法术/ 堕落/ 天空/时空系技能 2 回合冷却时间。")
-t("All mind criticals reduce the remaining cooldown of a random wild gift/psionic/afflicted talent by 2.", "所有的精神暴击减少随机的 1 个冷却中的自然 / 心灵 / 痛苦系技能 2 回合冷却时间。")
+t("All mind criticals reduce the remaining cooldown of a random wild gift/psionic/afflicted talent by 2.", "所有的精神暴击减少随机的 1 个冷却中的自然/心灵/痛苦系技能 2 回合冷却时间。")
 t("Eye of the Tiger", "猛虎之眼")
 t([[%s		
-		This can only happen once per turn per type, and cannot affect the talent that triggers it.]], [[%s		
+		This can only happen once per turn per type, and cannot affect the talent that triggers it.]], [[%s
 		每种类型每回合最多触发一次,不能影响触发该效果的技能。]])
 t("Worldly Knowledge", "渊博学识")
 t([[Gain 5 generic talent points and learn a new talent category from one of the below at 1.0 mastery, unlocked. Group 1 categories are available to anyone; Group 2 are available only to people without any spells or runes, and Group 3 are not available to followers of Zigur.
@@ -31259,24 +32290,24 @@ t([[Gain 5 generic talent points and learn a new talent category from one of the
 		分组 2 中的技能,只适用于不学法术和符文的职业。
 		分组 3 中的技能,不适用于反魔神教的信徒。
 		分组 1:
-		- 格斗 / 体质强化系
-		- 灵巧 / 生存系
-		- 自然 / 自然协调系
+		- 格斗/体质强化系
+		- 灵巧/生存系
+		- 自然/自然协调系
 		分组 2:
-		- 自然 / 自然召唤系
-		- 自然 / 灵晶掌握系
-		- 超能 / 梦境系
-		- 超能 / 强化移动系
-		- 超能 / 反馈系
+		- 自然/自然召唤系
+		- 自然/灵晶掌握系
+		- 超能/梦境系
+		- 超能/强化移动系
+		- 超能/反馈系
 		分组 3:
-		- 法术 / 侦查系 
-		- 法术 / 法杖格斗系
-		- 法术 / 岩石炼金系
-		- 堕落 / 邪恶生命系
-		- 堕落 / 邪术系
-		- 堕落 / 诅咒系
-		- 天空 / 赞歌系
-		- 时空 / 时空系]])
+		- 法术/侦查系
+		- 法术/法杖格斗系
+		- 法术/岩石炼金系
+		- 堕落/邪恶生命系
+		- 堕落/邪术系
+		- 堕落/诅咒系
+		- 天空/赞歌系
+		- 时空/时空系]])
 t("Adept", "熟能生巧")
 t("Your talent masteries are increased by 0.3.  Note that many talents will not benefit from this increase.", "你的技能树系数增加 0.3 。请注意,许多技能不会从这一增长中受益。")
 t("Tricks of the Trade", "欺诈圣手")
@@ -31284,7 +32315,7 @@ t("Have sided with the Assassin Lord", "与盗贼领主同流合污")
 t([[You have friends in low places and have learned some underhanded tricks.
 		Gain 0.2 Category Mastery to the Cunning/Stealth Category (or unlock it, if you have the tree and it is locked), and either gain +0.1 to the Cunning/Scoundrel category or learn and unlock the category at 0.9 if you lack it.
 		Additionally, all of your damage penalties from invisibility are permanently halved.]], [[你结交了狐朋狗友,学到了一些下三滥的技巧。 
-		增加灵巧 / 潜行系 0.2 系数值(需习得该技能树,未解锁则会解锁此技能),同时增加灵巧 / 街头格斗系 0.1 系数值(未习得则以 0.9 的技能系数解锁此技能树)。
+		增加灵巧/潜行系 0.2 系数值(需习得该技能树,未解锁则会解锁此技能),同时增加灵巧/街头格斗系 0.1 系数值(未习得则以 0.9 的技能系数解锁此技能树)。
 		此外,你隐形时的伤害惩罚永久减半。]])
 
 
@@ -31374,7 +32405,7 @@ t([[Your study of arcane forces has let you develop a new way of applying your a
 		You learn the following talents:
 %s]], [[通过对奥术之力的研究,你开发出了新的陷阱和毒药(由学习此进阶时掌握的技能决定) 
 
-你在灵巧 / 毒药系和灵巧 / 陷阱系技能树上获得 1.0 系数。
+你在灵巧/毒药系和灵巧/陷阱系技能树上获得 1.0 系数。
 		你的毒素爆发技能冷却时间减少 3。
 		你的诱饵技能冷却时间减少 5。
 
@@ -31395,7 +32426,7 @@ t("Have cast over 1000 spells and visited a zone outside of time", "曾释放过
 t([[You can wrap temporal threads around you, assuming the form of a telugoroth for 10 turns.
 		While in this form you gain pinning, bleeding, blindness and stun immunity, 30%% temporal resistance, your temporal damage bonus is set to your current highest damage bonus + 30%%, 50%% of the damage you deal becomes temporal, and you gain 20%% temporal resistance penetration.
 		You also are able to cast anomalies: Anomaly Rearrange, Anomaly Temporal Storm, Anomaly Flawed Design, Anomaly Gravity Pull and Anomaly Wormhole.]], [[你可以扭曲周围的时间线,转换成时空元素“泰鲁戈洛斯”形态,持续 10 回合。 
-		在这种形态中,你对定身、流血、致盲、震慑免疫,获得 30%% 时空抵抗和 20%% 的时空抵抗穿透。 
+		在这种形态中,你对定身、流血、致盲、震慑免疫,获得 30%% 时空抗性和 20%% 的时空抵抗穿透。
 		你造成的伤害的 50%% 转化为时空伤害。 
 		同时,你的时空伤害增益等于你所有类型的伤害增益中的最大值,此外,还增加 30%% 额外时空伤害增益。
 		你在时空形态下能释放以下异常:异常:重排, 异常:时空风暴 , 异常:不完美设计 , 异常:重力井和异常:虫洞。]])
@@ -31425,24 +32456,24 @@ t([[You infuse blighted energies into all of your summons, granting them Bone Sh
 		]], [[你把枯萎能量灌注进你的召唤生物中,让他们获得白骨护盾(等级 3),并获得相当于你魔法值的法术强度加成。
 		你的自然召唤和死灵随从将会得到特殊的枯萎技能(等级 3),其他的召唤物将会获得 10%% 枯萎伤害转换,并获得剧毒瘟疫(等级 3)。
 		#GREEN#自然召唤:#LAST#
-		- 战争猎犬: 食尸鬼侵蚀
-		- 果冻怪: 衰竭诅咒
-		- 米诺陶: 毁伤
-		- 岩石傀儡: 酸性血液
-		- 火焰里奇: 生命源泉
-		- 九头蛇: 鲜血喷射
-		- 雾凇: 剧毒风暴
-		- 火龙: 乌鲁洛克之焰
-		- 乌龟: 元素狂乱
-		- 蜘蛛: 鲜血支配
+		- 战争猎犬:食尸鬼侵蚀
+		- 果冻怪:衰竭诅咒
+		- 米诺陶:毁伤
+		- 岩石傀儡:酸性血液
+		- 火焰里奇:生命源泉
+		- 九头蛇:鲜血喷射
+		- 雾凇:剧毒风暴
+		- 火龙:乌鲁洛克之焰
+		- 乌龟:元素狂乱
+		- 蜘蛛:鲜血支配
 		#GREY#死灵随从:#LAST#
-		- 骷髅法师: 白骨之矛
-		- 骷髅弓箭手: 白骨尖刺
-		- 骷髅战士: 毁伤
-		- 骨巨人: 白骨尖刺和 毁伤
-		- 食尸鬼: 剧毒瘟疫
-		- 吸血鬼 / 巫妖: 鲜血支配和 鲜血沸腾
-		- 幽灵 / 尸妖: 鲜血狂怒和 死亡诅咒
+		- 骷髅法师:白骨之矛
+		- 骷髅弓箭手:白骨尖刺
+		- 骷髅战士:毁伤
+		- 骨巨人:白骨尖刺和 毁伤
+		- 食尸鬼:剧毒瘟疫
+		- 吸血鬼/巫妖:鲜血支配和 鲜血沸腾
+		- 幽灵/尸妖:鲜血狂怒和 死亡诅咒
 		]])
 t("Revisionist History", "修正历史")
 t("Have time-travelled at least once", "曾经至少进行过一次时空穿越")
@@ -31480,9 +32511,9 @@ t([[You deal a massive blow to your foe, smashing it for 350%% weapon damage, kn
 		所有受影响的目标都会被震慑 3 回合。
 		体型超过“巨大”时,每增加一级,额外增加 80%% 武器伤害。]])
 t("Massive Blow", "巨人之锤")
-t("Have dug at least 30 walls/trees/etc. and have dealt over 50000 damage with two-handed weapons", "曾挖掉至少 30 块石头 / 树木 / 等等,并且使用双手武器造成超过 50000 点伤害")
+t("Have dug at least 30 walls/trees/etc. and have dealt over 50000 damage with two-handed weapons", "曾挖掉至少 30 块石头/树木/等等,并且使用双手武器造成超过 50000 点伤害")
 t([[You deal a massive blow to your foe, smashing it for 150%% weapon damage and knocking it back 4 tiles (ignoring knockback resistance or physical save).
-		If the knockback makes it hit a wall, it will smash down the wall, deal an additional 350%% weapon damage and apply the Counterstrike effect.]], [[对敌人进行一次猛击,造成 150%% 的武器伤害并击退目标 4 码。(无视击退免疫和物理豁免) 
+		If the knockback makes it hit a wall, it will smash down the wall, deal an additional 350%% weapon damage and apply the Counterstrike effect.]], [[对敌人进行一次猛击,造成 150%% 的武器伤害并击退目标 4 码。(无视击退免疫和物理豁免)
 		如果敌人在击退时撞上墙壁,墙壁会被撞毁且对敌人造成额外的 350%% 武器伤害,并附加被反击特效。]])
 t("Steamroller", "压路机")
 t("Know the Rush talent", "习得冲锋技能")
@@ -31544,7 +32575,7 @@ t([[Your body is like that of a drake, easily resisting detrimental effects.
 		在 5 回合内对负面效果免疫。]])
 t("Meteoric Crash", "落星")
 t("Have witnessed a meteoric crash", "曾亲眼目睹过陨石坠落")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[When casting damaging spells or mind attacks, the release of your willpower can call forth a meteor to crash down near your foes.
 		The meteor deals %0.2f fire and %0.2f physical damage in radius 2 and stuns enemies for 3 turns.
 		Lava is created in radius 3 around the impact dealing %0.2f fire damage per turn for 8 turns.  This will overwrite tiles that already have modified terrain.
@@ -31576,7 +32607,7 @@ t([[Your will is so strong that you simply ignore mental effects used against yo
 		这一技能每 5 回合最多触发一次。]])
 t("Spell Feedback", "反魔干扰")
 t("Antimagic", "反魔法")
-t("#LIGHT_BLUE##Source# punishes #Target# for casting a spell!", "#LIGHT_BLUE##Source# 惩罚了 #Target# 的施法!")
+t("#LIGHT_BLUE##Source# punishes #Target# for casting a spell!", "#LIGHT_BLUE##Source#惩罚了#Target#的施法!")
 t([[Your will is a shield against assaults from crazed arcane users.
 		Each time that you take damage from a spell, you punish the spellcaster with %0.2f mind damage.
 		Also, they will suffer a 35%% spell failure chance (with duration equal to the cooldown of the spell they used on you).
@@ -31617,6 +32648,7 @@ t("Gnaw", "食尸鬼侵蚀")
 t("Risen Ghoul", "复生食尸鬼")
 t("Flesh is falling off in chunks from this decaying abomination.", "肉块正在不断的从这个腐朽的身体上掉落。")
 t("A #GREY##Source##LAST# rises from the corpse of #Target#.", "一个#GREY##Source##LAST#从的尸体上站了起来#Target#。")
+t("Ghoulish Minion", "食尸鬼随从")
 t("%s resists the disease!", "%s抵抗了疫病!")
 t([[Gnaw your target for %d%% damage.  If your attack hits, the target may be infected with Ghoul Rot for %d turns.
 		Each turn, Ghoul Rot inflicts %0.2f blight damage.
@@ -31908,13 +32940,13 @@ BLAH BLAH BLAH
 You have been sent to a remote island on the southwest coast of the Far East to crush an outpost of the Sunwall, the last remaining bastion of men, elves and dwarves on this continent.
 
 A little to the south lies the outpost. Your task: destroy it and bathe in the blood of its people!
-]], [[Welcome #LIGHT_GREEN#@name@#WHITE#.
-You are a member of the feared race of the Orcs.
+]], [[欢迎你#LIGHT_GREEN#@name@#WHITE#。
+你是令人望风丧胆的兽人种族的一员。
 BLAH BLAH BLAH
 
-You have been sent to a remote island on the southwest coast of the Far East to crush an outpost of the Sunwall, the last remaining bastion of men, elves and dwarves on this continent.
+你被派往远东大陆西南边的一个最近的陆地,去摧毁太阳之墙的一个前哨站——这个大陆幸存的最后一批人类、精灵和矮人的聚居地。
 
-A little to the south lies the outpost. Your task: destroy it and bathe in the blood of its people!
+南方去一点点就是那个前哨站。你的目标:烧光、抢光、杀光!
 ]])
 
 
@@ -32187,7 +33219,7 @@ Now open the levelup screen and assign your points.
 * #GOLD#职业技能点数#WHITE#:职业技能是你的职业的核心能力,每升一级获得1点,每5级额外获得1点。
 * #GOLD#通用技能点数#WHITE#:通用技能是非职业限定的一些角色提升技能,你每升一级获得1点,但每5级是没有
 额外点数的。
-* #GOLD#技能树解锁点#WHITE#: 可以提高你对某一技能树内所有技能的掌握程度,或者也可以解锁一个新的技能树。
+* #GOLD#技能树解锁点#WHITE#:可以提高你对某一技能树内所有技能的掌握程度,或者也可以解锁一个新的技能树。
 
 每当你的经验值获得达到100%时你就升级了。你可以通过杀死和你等级差不多的怪物
 来获得经验值。
@@ -32598,11 +33630,11 @@ For each tier, here's the cost of increasing your score by one:
 
 对于每个层级,每提高1点属性需要的点数如下:
 
-#B4B4B4#层级 1#WHITE#: 1 点
-#FFFFFF#层级 2#WHITE#: 2 点
-#00FF80#层级 3#WHITE#: 3 点
-#0080FF#层级 4#WHITE#: 4 点
-#8d55ff#层级 5#WHITE#: 5 点
+#B4B4B4#层级 1#WHITE#:1 点
+#FFFFFF#层级 2#WHITE#:2 点
+#00FF80#层级 3#WHITE#:3 点
+#0080FF#层级 4#WHITE#:4 点
+#8d55ff#层级 5#WHITE#:5 点
 ]])
 
 
@@ -33523,7 +34555,7 @@ All your new characters will now start with a transmogrification chest at birth.
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua"
 
-t("New birth power: #LIGHT_GREEN#Ziguranth Sacrifice", "新选项: #LIGHT_GREEN#献祭到伊格兰斯")
+t("New birth power: #LIGHT_GREEN#Ziguranth Sacrifice", "新选项:#LIGHT_GREEN#献祭到伊格兰斯")
 t([[You have discovered Zigur, the bastion of Nature fighting against all arcane magics.
 Magic has caused so much pain and suffering on the world, it needs to stop.
 
@@ -33743,7 +34775,7 @@ Vim is the life force of all beings. It does not regenerate, and can only be sto
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_bikini.lua"
 
-t("New Cosmetic Option: #LIGHT_GREEN#Bikini and Mankini", "新时装选项: #LIGHT_GREEN#比基尼和男性比基尼")
+t("New Cosmetic Option: #LIGHT_GREEN#Bikini and Mankini", "新时装选项:#LIGHT_GREEN#比基尼和男性比基尼")
 t([[You have saved Melinda again at the beach.
 
 You may now create characters that start equiped with either bikini or mankini.
@@ -33787,7 +34819,7 @@ Drolems look awesome and can eventually learn to breathe poison.
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_race_dwarf_female_beard.lua"
 
-t("New Cosmetic Race Option: #LIGHT_GREEN#Facial Pilosity for Female Dwarves", "新的种族皮肤 : #LIGHT_GREEN# 女性矮人的胡子")
+t("New Cosmetic Race Option: #LIGHT_GREEN#Facial Pilosity for Female Dwarves", "新的种族皮肤 :#LIGHT_GREEN# 女性矮人的胡子")
 t([[You have saved the Iron Council from untold horrors from the deep.
 
 You may now create female dwarf characters sporting proudly facial pilosity as is the norm in the upper classes of dwarven society.
@@ -33806,7 +34838,7 @@ This has no effect on gameplay at all but it is fun!
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_race_human_redhead.lua"
 
-t("New Cosmetic Race Option: #LIGHT_GREEN#Redhead Characters", "新的种族皮肤 : #LIGHT_GREEN# 红发皮肤")
+t("New Cosmetic Race Option: #LIGHT_GREEN#Redhead Characters", "新的种族皮肤 :#LIGHT_GREEN# 红发皮肤")
 t([[You have saved Melinda from untold horrors and torments.
 
 You may now create human, elf, halfling and dwarf characters with red hair.
@@ -33825,7 +34857,7 @@ This has no effect on gameplay at all but it is fun!
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-difficulty_insane.lua"
 
-t("New game difficulty mode: #LIGHT_GREEN#Insane", "新游戏难度: #LIGHT_GREEN#疯狂")
+t("New game difficulty mode: #LIGHT_GREEN#Insane", "新游戏难度:#LIGHT_GREEN#疯狂")
 t([[You won the game on Nightmare mode.  You are a big tough player!
 You thought you had seen it all, done it all...
 
@@ -33860,7 +34892,7 @@ Insane features:#YELLOW#
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-difficulty_madness.lua"
 
-t("New game difficulty mode: #LIGHT_GREEN#Madness", "新游戏难度: #LIGHT_GREEN#绝望")
+t("New game difficulty mode: #LIGHT_GREEN#Madness", "新游戏难度:#LIGHT_GREEN#绝望")
 t([[You won the game on Insane mode.  You are one of the best players!
 But fear not because the game is just about to get even more unfair on you!
 
@@ -34065,7 +35097,7 @@ Talents:
 
 技能:
 - #YELLOW# 岩石飞弹: #WHITE# 发射数个岩石飞弹向多个目标进行攻击。
-- #YELLOW# 岩石身躯: #WHITE# 进入岩石形态,降低大多数石系 / 大地系技能的冷却时间。
+- #YELLOW# 岩石身躯: #WHITE# 进入岩石形态,降低大多数石系/大地系技能的冷却时间。
 - #YELLOW# 地震: #WHITE# 创造一个区域性地震,震慑其中的目标。
 - #YELLOW# 水晶力场: #WHITE# 掌握石系魔法使你能穿透物理免疫的生物对其造成伤害。
 ]])
@@ -34252,7 +35284,7 @@ They require energy to do so, which they recover naturally over time, and throug
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-race_ogre.lua"
 
-t("New Race: #LIGHT_GREEN#Ogre", "新种族: #LIGHT_GREEN#食人魔")
+t("New Race: #LIGHT_GREEN#Ogre", "新种族:#LIGHT_GREEN#食人魔")
 t([[Ogres are magically-altered Humans, taking refuge in Elvala among the Shalore. 
 Their enormous bodies, bolstered by (and dependent on) an intricate web of glowing runes covering their skin, make them an intimidating sight that belies their conscientious and modest nature.
 Ogres were created (and subsequently abandoned) by the Conclave during the Allure Wars, to serve as their warriors and workers.  Their massive size and glowing runes made it impossible for them to hide during the Spellhunt, and only those who fled to Shalore lands survived extermination.
@@ -34338,7 +35370,7 @@ Talents:
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-rogue_skirmisher.lua"
 
-t("New Class: #LIGHT_GREEN#Skirmisher (Rogue)", "新职业: #LIGHT_GREEN#散兵(盗贼)")
+t("New Class: #LIGHT_GREEN#Skirmisher (Rogue)", "新职业:#LIGHT_GREEN#散兵(盗贼)")
 t([[In Maj'Eyal threats are everywhere when you walk the wildlands, some rogues prefer to forgo the use of stealth instead using their cunning skills to kill silently from afar with a sling well protected with a buckler.
 
 You have learned the power of counterstriking from afar and can now create characters with the #LIGHT_GREEN#Skirmisher class#WHITE#.
@@ -34455,7 +35487,7 @@ Brawlers use stamina and must remain at least semi-mobile.  As such they cannot
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-wilder_oozemancer.lua"
 
-t("New Class: #LIGHT_GREEN#Oozemancer (Wilder)", "新职业: #LIGHT_GREEN#软泥使 ( 野性系 )")
+t("New Class: #LIGHT_GREEN#Oozemancer (Wilder)", "新职业:#LIGHT_GREEN#软泥使 ( 野性系 )")
 t([[The long Nature's hatred of all arcane forces has managed to create Oozemancers as the ultimate answer to archmagi.
 You have met and destroyed a corrupted one and can now create new characters with the #LIGHT_GREEN#Oozemancer class#WHITE#.
 
@@ -34486,7 +35518,7 @@ The higher it gets the more off-balance they are with it. A high Equilibrium mak
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-wilder_stone_warden.lua"
 
-t("New Class: #LIGHT_GREEN#Stone Warden (Wilder)", "新职业: #LIGHT_GREEN#岩石守卫(野性系)")
+t("New Class: #LIGHT_GREEN#Stone Warden (Wilder)", "新职业:#LIGHT_GREEN#岩石守卫(野性系)")
 t([[While most races of Eyal firmly believe that arcane and nature forces are opposites, Dwarves have found a way to bind them together and meld them into a power to be reckoned with.
 
 You have mastered some arcane and wild talents at a crude level can now create new dwarf characters with the #LIGHT_GREEN#Stone Warden class#WHITE#.
@@ -34502,21 +35534,21 @@ Class features:#YELLOW#
 All Wilder classes use Equilibrium for their powers. It represents their connection to nature. 
 The higher it gets the more off-balance they are with it. A high Equilibrium makes for a chance to fail to use a power and lose a turn.
 Stone Wardens also use Mana.
-]], [[While most races of Eyal firmly believe that arcane and nature forces are opposites, Dwarves have found a way to bind them together and meld them into a power to be reckoned with.
+]], [[尽管大部分埃亚尔的种族都坚信奥术和自然的力量势不两立,矮人们找到了一种方法,可以将它们联结起来,组成一种让人无法忽视的强大力量。
 
-You have mastered some arcane and wild talents at a crude level can now create new dwarf characters with the #LIGHT_GREEN#Stone Warden class#WHITE#.
+你对奥术和自然能力两项的精通达到了一个十分深入的程度,你创建的新矮人角色可以选择#LIGHT_GREEN#岩石守卫职业#WHITE#。
 
-Stone Wardens are Wilders, who are at home in the wilds and draw their power from their connection with nature and arcane
-Class features:#YELLOW#
-- Dual wield shields and bash your foes with arcane enhanced shield strikes
-- Combine arcane and nature forces to split yourself into two powerful halves
-- Use vines of stone to grab and assail your foes
-- Turn into a huge earth elemental and summon volcanos
-- Dwarf race exclusive class (Select it at birth for the option to even appear)#WHITE#
+岩石守卫是野性系职业,它们植根于自然,从自然和奥术的联结中汲取力量。
+职业特性:#YELLOW#
+- 双持盾牌,使用奥术强化的盾牌打击攻击敌人
+- 结合奥术和自然的力量,产生两个强大的分身。
+- 使用岩石藤蔓抓取并攻击敌人。
+- 变化成巨大的岩石元素,召唤火山。
+- 这是矮人专属的职业,只有在创建角色画面选择矮人才能看到。#WHITE#
 
-All Wilder classes use Equilibrium for their powers. It represents their connection to nature. 
-The higher it gets the more off-balance they are with it. A high Equilibrium makes for a chance to fail to use a power and lose a turn.
-Stone Wardens also use Mana.
+所有野性系职业使用自然失衡值作为其能量,它与自然之间的联系密切相关。
+对自然平衡的破坏越大这个值会越高。高自然失衡值会导致一定几率技能失败而损失一个回合。
+岩石守卫同样使用法力值。
 ]])
 
 
@@ -34621,16 +35653,27 @@ t("%s from %s", "%sçš„%s", {2,1})
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/floor.lua"
 
+t("Icy Floor", "冰面")
 t("The target is walking on an icy floor. Increasing movement speed by 20%, providing +20% cold damage piercing and -30% stun immunity.", "目标行走在冰面上。增加 20%移动速度,提供 20%的冰冷伤害穿透,同时减少 30%的震慑免疫。")
+t("Font of Life", "生命之泉")
 t("The target is near a font of life, granting %+0.2f life regeneration, %+0.2f equilibrium regeneration, %+0.2f stamina regeneration and %+0.2f psi regeneration.  (Only living creatures benefit.)", "目标靠近生命之泉,增加 +%0.2f 生命回复, +%0.2f 失衡值回复, +%0.2f 体力回复和 +%0.2f 超能力回复。不死族无法获得此效果。")
+t("Spellblaze Scar", "奥术之痕")
 t("The target is near a spellblaze scar, granting +25% spell critical chance, +10% fire and blight damage but critical spells will drain arcane forces.", "目标接近奥术之痕,获得 25%法术暴击率,增加 10%火焰和枯萎伤害,但是法术暴击会消耗法力值。")
+t("Blighted Soil", "荒芜之地")
 t("The target is walking on blighted soil, reducing diseases resistance by 60% and giving all attacks a 40% chance to infect the target with a random disease (can only happen once per turn).", "目标行走在荒芜之地上,减少 60%疾病抵抗并且对目标的所有攻击有 40%的几率使其感染某种疾病。(每回合只能触发一次)")
+t("Glimmerstone", "闪光石")
 t("The target is affected by a glimmerstone, its next attack will try to daze.", "目标被闪光石影响,它的下一次攻击可能造成眩晕。")
+t("Protective Aura", "防御光环")
 t("The target is near a protective aura, granting +%d armour and +%d physical save.", "目标靠近防御光环,获得 +%d 点护甲和 +%d 物理豁免。")
+t("Antimagic Bush", "反魔光环")
 t("The target is near an antimagic bush, granting +20%% nature damage, +20%% nature resistance penetration and -%d spellpower.", "目标靠近反魔灌木,增加 20%% 自然伤害, 20%% 自然抵抗穿透。同时 -%d 法术强度。")
+t("Necrotic Air", "死灵瘴气")
 t("The target is in a zone of necrotic air, granting -40% healing mod. Undead creatures also get +15% to all resistances.", "目标位于死灵瘴气中,减少 40% 治疗效果。不死族则增加 15% 所有抵抗。")
+t("Whistling Vortex", "尖啸漩涡")
 t("The target is in a whistling vortex, granting +%d ranged defense, -%d ranged accuracy and incoming projectiles are 30%% slower.", "目标靠近尖啸漩涡,增加 +%d 远程闪避,同时 -%d 远程命中,并且抛射物减缓 30%% 。")
+t("Fell Aura", "毁灭光环")
 t("The target is surrounded by a fell aura, granting 40% critical damage bonus but -20% to all resistances.", "目标被毁灭光环所包围,增加 40% 暴击伤害,同时减少 20% 所有抵抗。.")
+t("Slimey Pool", "史莱姆地板")
 t("The target is walking on slime. Decreasing movement speed by 20% and dealing 20 slime damage to any creatures attacking it.", "目标行走在史莱姆上。减少 20% 移动速度并对任何攻击它的目标造成 20 点史莱姆伤害。")
 
 
@@ -34647,18 +35690,20 @@ t("#Target#'s armor corrodes!", "#Target#的护甲被腐蚀了!")
 t("#Target# is fully armored again.", "#Target#的护甲重新变得完整。")
 t("Surging mana", "法力潮汐")
 t("The mana surge engulfs the target, regenerating %0.2f mana per turn.", "法力潮汐淹没目标,每回合回复 %0.2f 法力值。")
-t("#Target# starts to surge mana.", "#Target# 开始快速回复法力。")
+t("#Target# starts to surge mana.", "#Target#开始快速回复法力。")
 t("+Manasurge", "+法力潮汐")
-t("#Target# stops surging mana.", "#Target# 停止快速回复法力。")
+t("#Target# stops surging mana.", "#Target#停止快速回复法力。")
 t("-Manasurge", "-法力潮汐")
 t("Mana Overflow", "法力溢出")
 t("The mana is overflowing, increasing your max mana by %d%%.", "法力溢出,提升你的法力上限 %d%% 。")
-t("#Target# starts to overflow mana.", "#Target# 法力溢出了。")
+t("#Target# starts to overflow mana.", "#Target#法力溢出了。")
 t("+Mana Overflow", "+法力溢出")
-t("#Target# stops overflowing mana.", "#Target# 停止法力溢出。")
+t("#Target# stops overflowing mana.", "#Target#停止法力溢出。")
 t("-Mana Overflow", "-法力溢出")
 t("Stoned", "石化")
 t("The target has been turned to stone: it is rooted in place, unable to act, and may be shattered by a single blow dealing more than 30% of its maximum life.  It's new form makes it immune to being poisoned or cut, and grants improved physical(+20%), fire(+80%) and lightning(+50%) resistances.", "目标被石化:被定身在此位置,无法行动,在受到超过 30% 最大生命的伤害将被击碎,但提高物理抵抗( +20% )火焰抵抗( + 80% )和闪电抵抗( + 50% )。")
+t("stone", "石")
+t("stun", "震慑")
 t("#Target# turns to #GREY#STONE#LAST#!", "#Target#变成了#GREY#石头#LAST#!")
 t("+Stoned", "+石化")
 t("#Target# is no longer a #GREY#statue#LAST#.", "#Target#不再是#GREY#石头#LAST#了.")
@@ -34667,72 +35712,77 @@ t("Arcane Storm", "奥术风暴")
 t("The target is the epicenter of a terrible arcane storm, providing +%d%% arcane resistance.", "目标处于巨大奥术风暴的中心,提供 +%d%% 奥术抵抗。")
 t("Earthen Barrier", "大地屏障")
 t("Reduces physical damage received by %d%%.", "减少物理伤害 %d%% 。")
-t("#Target# hardens its skin.", "#Target# 的皮肤变得坚硬。")
+t("#Target# hardens its skin.", "#Target#的皮肤变得坚硬。")
 t("+Earthen barrier", "+大地屏障")
 t("-Earthen barrier", "-大地屏障")
 t("Molten Skin", "炽热皮肤")
 t("Reduces fire damage received by %d%%.", "减少火焰伤害 %d%% 。")
-t("#Target#'s skin turns into molten lava.", "#Target# 的皮肤变成火山岩浆。")
+t("#Target#'s skin turns into molten lava.", "#Target#的皮肤变成火山岩浆。")
 t("+Molten Skin", "+炽热皮肤")
 t("-Molten Skin", "-炽热皮肤")
 t("Reflective Skin", "反射皮肤")
 t("Magically returns %d%% of any damage done to the attacker.", "反射 %d%% 魔法伤害。")
-t("#Target#'s skin starts to shimmer.", "#Target# 的皮肤开始闪光。")
+t("#Target#'s skin starts to shimmer.", "#Target#的皮肤开始闪光。")
 t("+Reflective Skin", "+反射皮肤")
-t("#Target#'s skin returns to normal.", "#Target# 的皮肤恢复了正常状态。")
+t("#Target#'s skin returns to normal.", "#Target#的皮肤恢复了正常状态。")
 t("-Reflective Skin", "-反射皮肤")
 t("Vimsense", "活力感知")
 t("Reduces blight resistance by %d%% and all saves by %d.", "降低枯萎抵抗 %d%% ,所有豁免 %d 。")
 t("Invisibility", "隐形")
-t("Improves/gives invisibility (power %d), reducing damage dealt by %d%%%s.", "提升 / 获得隐形状态( %d 隐形等级),减少其所造成的伤害%d%%%s。")
-t("#Target# vanishes from sight.", "#Target# 从视线中消失。")
+t("Improves/gives invisibility (power %d), reducing damage dealt by %d%%%s.", "提升/获得隐形状态( %d 隐形等级),减少其所造成的伤害%d%%%s。")
+t("#Target# vanishes from sight.", "#Target#从视线中消失。")
 t("+Invis", "+隐身")
-t("#Target# is no longer invisible.", "#Target# 不再隐形。")
+t("#Target# is no longer invisible.", "#Target#不再隐形。")
 t("-Invis", "-隐身")
 t("Ethereal", "虚幻形态")
 t("Invisible (power %d), damage dealt reduced by %d%%, all resistances increased by %d%%, movement speed increased by %d%%.", "隐形 ( 隐形等级 %d), 造成的伤害减少 %d%%, 所有抗性增加 %d%%, 移动速度增加 %d%%.")
-t("#Target# becomes ethereal.", "#Target# 变得虚幻。")
+t("phantasm", "幻术")
+t("#Target# becomes ethereal.", "#Target#变得虚幻。")
 t("+Ethereal", "+虚幻形态")
-t("#Target# is no longer ethereal.", "#Target# 变得不再虚幻。")
+t("#Target# is no longer ethereal.", "#Target#变得不再虚幻。")
 t("-Ethereal", "-虚幻形态")
 t("Stormshield", "风暴之盾")
 t("The target is protected a raging storm deflecting up to %d instances of damage over %d.", "单位被一团风暴保护,可转移来自 %d 个目标的超过 %d 的伤害。")
 t("#Target# summons a storm to protect them!", "#Target#召唤风暴来保护自己!")
 t("+Stormshield", "+风暴之盾")
-t("#Target#'s storm dissipates.", "#Target# 的风暴消失了。")
+t("#Target#'s storm dissipates.", "#Target#的风暴消失了。")
 t("-Stormshield", "-风暴之盾")
 t("%s(%d stormshielded#LAST#%s)#LAST#", "%s(%d 风暴护盾#LAST#%s)#LAST#")
 t("#BLUE##Target#'s stormshield is out of charges and disspitates!#LAST#.", "#BLUE##Target#的风暴护盾超过吸收次数而消失了!#LAST#.")
 t("Prismatic Shield", "多彩护盾")
-t("The target is protected by a prismatic shield blocking many instances of damage.  Remaining:  %s", "目标受到棱彩护盾的保护,可以阻挡许多伤害。剩余时间:  %s")
-t("#Target# summons a prismatic shield to protect him!", "#Target# 召唤出多彩护盾来保护自己!")
+t("The target is protected by a prismatic shield blocking many instances of damage.  Remaining:  %s", "目标受到棱彩护盾的保护,可以阻挡许多伤害。剩余次数:%s")
+t("ward", "守护")
+t("#Target# summons a prismatic shield to protect him!", "#Target#召唤出多彩护盾来保护自己!")
 t("+Prismatic", "+多彩护盾")
-t("#Target#'s prismatic shield fades.", "#Target# 的多彩护盾消失了。")
+t("#Target#'s prismatic shield fades.", "#Target#的多彩护盾消失了。")
 t("-Prismatic", "-多彩护盾")
 t("%s(%d to prism#LAST#%s)#LAST#", "%s(%d 多彩护盾#LAST#%s)#LAST#")
 t("PURGING", "净化")
 t("The target is being purged of 1 physical ailment each turn.", "目标每回合清除一项物理负面状态。")
-t("#Target# is being purged of his physical ailments!", "#Target# 正在净化自身物理疾病!")
+t("#Target# is being purged of his physical ailments!", "#Target#正在净化自身物理疾病!")
 t("+Purging", "+清除")
-t("#Target#'s is no longer being purged.", "#Target# 不再被净化")
+t("#Target#'s is no longer being purged.", "#Target#不再被净化")
 t("-Purging", "-清除")
 t("Sensing (Vim)", "感知(活力)")
 t("Improves senses, allowing the detection of unseen things.", "强化感知,可以看到看不到的东西")
 t("Sense Hidden", "感知隐藏生物")
-t("Improves/gives the ability to see invisible and stealthed creatures (power %d).", "提升 / 获得侦测隐形或者潜行生物( %d 侦测等级)")
-t("#Target#'s eyes tingle.", "#Target# 的眼睛闪出光芒。")
-t("#Target#'s eyes tingle no more.", "#Target# 的眼睛恢复了正常状态。")
+t("Improves/gives the ability to see invisible and stealthed creatures (power %d).", "提升/获得侦测隐形或者潜行生物( %d 侦测等级)")
+t("#Target#'s eyes tingle.", "#Target#的眼睛闪出光芒。")
+t("#Target#'s eyes tingle no more.", "#Target#的眼睛恢复了正常状态。")
 t("Bane of Blindness", "致盲灾祸")
 t("The target is blinded, unable to see anything and takes %0.2f darkness damage per turn.", "目标被致盲,不能看到任何东西并每回合受到 %0.2f 暗影伤害。")
-t("#Target# loses sight!", "#Target# 失明了!")
+t("blind", "致盲")
+t("#Target# loses sight!", "#Target#失明了!")
 t("+Blind", "+致盲")
-t("#Target# recovers sight.", "#Target# 恢复了视力。")
+t("#Target# recovers sight.", "#Target#恢复了视力。")
 t("-Blind", "-致盲")
 t("Bane of Confusion", "混乱灾祸")
 t("The target is confused, acting randomly (chance %d%%), unable to perform complex actions and takes %0.2f darkness damage per turn.", "目标处于混乱,随机行动 ( %d%% 几率 ),不能完成复杂的动作,每回合受到 %0.2f 暗影伤害。")
-t("#Target# wanders around!.", "#Target# 陷入昏迷而无目的地四处游荡!")
+t("bane", "灾祸")
+t("confusion", "æ··ä¹±")
+t("#Target# wanders around!.", "#Target#陷入昏迷而无目的地四处游荡!")
 t("+Confused", "+æ··ä¹±")
-t("#Target# seems more focused.", "#Target# 恢复了理智。")
+t("#Target# seems more focused.", "#Target#恢复了理智。")
 t("-Confused", "-æ··ä¹±")
 t("Supercharge Golem", "超载傀儡")
 t("The target is supercharged, increasing life regen by %0.2f and damage done by 20%%.", "目标被超载,增加 %0.2f 生命回复并增加 20%%伤害。")
@@ -34746,9 +35796,9 @@ t("#Target# seems less dangerous.", "#Target#平静了下来。")
 t("-Overload", "-过载")
 t("Life Tap", "生命分流")
 t("The target taps its blood's hidden power, healing for %d%% of all damage they deal.", "目标发掘血液中的隐藏力量,将其造成伤害的 %d%% 转化为治疗。")
-t("#Target# looks healthier as he deals damage.", "#Target# 造成伤害后看上去更健康了。")
+t("#Target# looks healthier as he deals damage.", "#Target#造成伤害后看上去更健康了。")
 t("+Life Tap", "+生命分流")
-t("#Target# stops leeching life.", "#Target# 不再吸取生命。")
+t("#Target# stops leeching life.", "#Target#不再吸取生命。")
 t("-Life Tap", "-生命分流")
 t("Arcane Eye", "奥术之眼")
 t("You have an arcane eye observing for you in a radius of %d.", "你召唤奥术之眼侦查 %d 码区域。")
@@ -34759,27 +35809,28 @@ t("All primary stats of the target are increased by %d.", "目标所有基础属
 t("Displacement Shield", "偏转护盾")
 t("The target is surrounded by a space distortion that randomly sends (%d%% chance) incoming damage to another target (%s). Absorbs %d/%d damage before it crumbles.", "目标被一层扭曲空间包围, %d%% 几率偏转伤害至另一目标( %s )。吸收 %d/%d 伤害。")
 t("+Displacement Shield", "+偏转护盾")
-t("The very fabric of space alters around #target#.", "#Target# 周围的空间扭曲了。")
+t("The very fabric of space alters around #target#.", "#Target#周围的空间扭曲了。")
 t("-Displacement Shield", "-偏转护盾")
 t("The fabric of space around #target# stabilizes to normal.", "#target#周围的时空稳定了下来。")
 t("Damage Shield", "伤害吸收")
-t("(reflecting %d%% back to the attacker)", "(反射 %d%% 伤害给攻击者 )")
-t("The target is surrounded by a magical shield, absorbing %d/%d damage %s before it crumbles.", "目标被一层魔法护盾包围,吸收( %d / %d ) 伤害 %s 直到其破裂。")
+t("(reflecting %d%% back to the attacker)", "(反射%d%%伤害给攻击者 )")
+t("The target is surrounded by a magical shield, absorbing %d/%d damage %s before it crumbles.", "目标被一层魔法护盾包围,吸收(%d/%d)伤害%s直到其破裂。")
 t("+Shield", "+护盾")
-t("A shield forms around #target#.", "#Target# 的周围产生了一道护盾。")
+t("A shield forms around #target#.", "#Target#的周围产生了一道护盾。")
 t("-Shield", "-护盾")
-t("The shield around #target# crumbles.", "#Target# 周围的护盾消失了。")
+t("The shield around #target# crumbles.", "#Target#周围的护盾消失了。")
 t("Martyrdom", "殉难")
 t("All damage done by the target will also hurt it for %d%%.", "目标造成伤害的同时对自身造成 %d%% 伤害。")
-t("#Target# is a martyr.", "#Target# 成为了一个殉道者。")
+t("#Target# is a martyr.", "#Target#成为了一个殉道者。")
 t("+Martyr", "+殉难")
-t("#Target# is no longer influenced by martyrdom.", "#Target# 不再受殉难影响。")
+t("#Target# is no longer influenced by martyrdom.", "#Target#不再受殉难影响。")
 t("-Martyr", "-殉难")
 t("Radiance Lost", "光辉暗淡")
 t("You have expended the power of your Radiance temporarily reducing its radius to 1.", "你身边的光亮变得暗淡了,光照半径降低到1码。")
-t("#Target#'s aura dims.", "#Target# 的光环变得暗淡了。")
+t("radiance", "光辉")
+t("#Target#'s aura dims.", "#Target#的光环变得暗淡了。")
 t("+Dim", "+黯淡")
-t("#Target# shines with renewed light.", "#Target# 身边光明再次闪耀。")
+t("#Target# shines with renewed light.", "#Target#身边光明再次闪耀。")
 t("-Dim", "-黯淡")
 t("Curse of Vulnerability", "弱点诅咒")
 t("The target is cursed, reducing all resistances by %d%%.", "目标被诅咒,所有抵抗降低 %d%% 。")
@@ -34790,32 +35841,35 @@ t("The target is cursed, reducing defence and all saves by %d.", "目标被诅
 t("Curse of Death", "死亡诅咒")
 t("The target is cursed, taking %0.2f darkness damage per turn and preventing natural life regeneration.", "目标被诅咒,每回合受到 %0.2f 暗影伤害并停止自然生命回复。")
 t("Curse of Hate", "仇恨诅咒")
-t("#Target# is cursed.", "#Target# 被诅咒了。")
+t("The target is cursed, force all foes in a radius of 5 to attack it.", "目标被诅咒,强制所有 5 码内目标攻击他。")
+t("curse", "诅咒")
+t("#Target# is cursed.", "#Target#被诅咒了。")
 t("+Curse", "+诅咒")
-t("#Target# is no longer cursed.", "#Target# 不再被诅咒")
+t("#Target# is no longer cursed.", "#Target#不再被诅咒")
 t("-Curse", "-诅咒")
 t("Corrupting Strike", "黑暗连击")
 t("The targets natural essence in corrupted reducing disease resistance by 100%%.", "目标自然力量被腐蚀,疾病抗性降低100%%。")
-t("#Target# is completely vulnerable to disease!", "#Target# 对疾病毫无抵抗力!")
-t("#Target# no longer vulnerable to disease.", "#Target# 恢复了对疾病的抵抗力!")
+t("#Target# is completely vulnerable to disease!", "#Target#对疾病毫无抵抗力!")
+t("#Target# no longer vulnerable to disease.", "#Target#恢复了对疾病的抵抗力!")
 t("Bloodlust", "嗜血杀戮")
 t("The target is in a magical frenzy, improving spellpower by %d.", "目标进入魔法狂暴状态,提升法术强度 %d 。")
 t("Acid Splash", "酸液飞溅")
 t("The target has been splashed with acid, taking %0.2f acid damage per turn, reducing armour by %d and attack by %d.", "目标被酸液飞溅,造成每回合 %0.2f 酸性伤害。降低 %d 护甲值和 %d 伤害。")
+t("sunder", "腐蚀")
 t("Bloodfury", "鲜血狂怒")
 t("The target's blight and acid damage is increased by %d%%.", "目标的酸性和枯萎伤害增加 %d%% 。")
 t("Reviving Phoenix", "凤凰涅磐")
 t("Target is being brought back to life.", "目标正在起死回生。")
-t("#Target# is consumed in a burst of flame. All that remains is a fiery egg.", "#Target# 化成了一道火光,留下了一个火红色的蛋。")
+t("#Target# is consumed in a burst of flame. All that remains is a fiery egg.", "#Target#化成了一道火光,留下了一个火红色的蛋。")
 t("+Phoenix", "+凤凰涅磐")
-t("#Target# bursts out from the egg.", "#Target# 从蛋中冲出。")
+t("#Target# bursts out from the egg.", "#Target#从蛋中冲出。")
 t("-Phoenix", "-凤凰涅磐")
 t("Hurricane", "风暴之怒")
 t("The target is in the center of a lightning hurricane, doing %0.2f to %0.2f lightning damage to itself and others around every turn.", "目标处于闪电飓风中心,使自身和周围目标每回合受到 %0.2f ~ %0.2f 闪电伤害。")
-t("#Target# is caught inside a Hurricane.", "#Target# 卷入了飓风之中。")
+t("#Target# is caught inside a Hurricane.", "#Target#卷入了飓风之中。")
 t("+Hurricane", "+风暴之怒")
 t("-Hurricane", "-风暴之怒")
-t("The Hurricane around #Target# dissipates.", "#Target# 身边的飓风被驱散了。")
+t("The Hurricane around #Target# dissipates.", "#Target#身边的飓风被驱散了。")
 t("Teleport: Angolwen", "传送:安格利文")
 t("The target is waiting to be recalled back to Angolwen.", "目标等待被传送至安格利文。")
 t("There are creatures that could be watching you; you cannot take the risk of teleporting to Angolwen.", "有生物可以看见你,你不能冒这个险传送安格利文。")
@@ -34823,6 +35877,7 @@ t("You are yanked out of this place!", "你“呼”的一下被带离了这个
 t("Space restabilizes around you.", "你周围的空间稳定了下来。")
 t("Timeport: Point Zero", "传送:零点圣域")
 t("The target is waiting to be recalled back to Point Zero.", "目标等待被传送回零点圣域。")
+t("timeport", "延时传送")
 t("There are creatures that could be watching you; you cannot take the risk of timeporting to Point Zero.", "有生物看着你;你不能冒着这个风险传送到零点圣城。")
 t("You are yanked out of this time!", "你“呼”的一下被带离了这个地方!")
 t("Time restabilizes around you.", "你周围的时间稳定了下来。")
@@ -34861,12 +35916,14 @@ t("Light damage has been increased by %d%% to +%d%%.", "光系伤害加成增加
 t("Shrouded in Darklight", "光暗环绕")
 t("%d%% of the targets damage is being split between light and darkness and they are taking %d light and %d darkness damage each turn.", "目标造成的 %d%% 伤害将被平分然后转为光系和暗影伤害。每回合受到 %d 光系和 %d 暗影伤害。")
 t("Sanctity", "圣洁之阵")
+t("The target is protected from silence effects.", "目标免疫沉默。")
 t("Shifting Shadows", "暗影之阵")
 t("The target's defense is increased by %d.", "目标闪避值增加 %d 。")
 t("Blazing Light", "炽焰之阵")
 t("The target is gaining %d positive energy each turn.", "目标每回合获得 %d 正能量。")
 t("Warding", "守护之阵")
 t("Projectiles aimed at the target are slowed by %d%%.", "目标受到的投射物减速 %d%% 。")
+t("circle", "法阵")
 t("Turn Back the Clock", "时光倒流")
 t("The target has been returned to a much younger state, reducing all its stats by %d.", "目标被倒退回幼儿时代,降低 %d 所有属性值。")
 t("#Target# is returned to a much younger state!", "#Target#回到了幼儿时代。")
@@ -34875,9 +35932,9 @@ t("#Target# has regained its natural age.", "#Target#回到了自然年龄。")
 t("-Turn Back the Clock", "-时光倒流")
 t("Wasting", "时间耗竭")
 t("The target is wasting away, taking %0.2f temporal damage per turn.", "消耗目标使其受到每回合 %0.2f 时空伤害。")
-t("#Target# is wasting away!", "#Target# 的时间被消耗!")
+t("#Target# is wasting away!", "#Target#的时间被消耗!")
 t("+Wasting", "+时间耗竭")
-t("#Target# stops wasting away.", "#Target# 停止了时间消耗。")
+t("#Target# stops wasting away.", "#Target#停止了时间消耗。")
 t("-Wasting", "-时间耗竭")
 t("Prescience", "预知")
 t("The target's awareness is fully in the present, increasing stealth detection, see invisibility, defense, and accuracy by %d.", "目标对当前状况了如指掌,增加隐形和潜行侦测等级、命中、近身闪避 %d 。")
@@ -34887,6 +35944,7 @@ t("#Target#'s awareness returns to normal.", "#Target#恢复了正常。")
 t("-Prescience", "-预知")
 t("Invigorate", "鼓舞")
 t("The target is regaining %d life per turn and refreshing talents at twice the normal rate.", "目标每回合回复 %d 体力值并且以两倍正常速度刷新技能。")
+t("regeneration", "回复")
 t("#Target# is invigorated.", "#Target#开始快速恢复体力。")
 t("+Invigorate", "+鼓舞")
 t("#Target# is no longer invigorated.", "#Target#停止快速恢复体力。")
@@ -34911,6 +35969,7 @@ t("#Target# is no longer infected.", "#Target#不再受到感染。")
 t("-Manaworm", "-法力蠕虫")
 t("Surge of Undeath", "不死狂潮")
 t("Increases the target combat power, spellpower, accuracy by %d, armour penetration by %d and critical chances by %d.", "增加目标 %d 攻击强度、法术强度和命中 , 增加 %d 护甲穿透并提高 %d 暴击率。")
+t("frenzy", "疯狂")
 t("#Target# is engulfed in dark energies.", "#Target#被黑暗能量包围。")
 t("+Undeath Surge", "+不死狂潮")
 t("#Target# seems less powerful.", "#Target#恢复了正常。")
@@ -34967,6 +36026,7 @@ t("+Spin Fate", "+命运之丝")
 t("#Target# stops spinning fate.", "#Target#停止编织命运。")
 t("-Spin Fate", "-命运之丝")
 t("Spellshocked", "法术冲击")
+t("cross tier", "越层效果")
 t("+Spellshocked", "+法术冲击")
 t("-Spellshocked", "-法术冲击")
 t("Rotting Disease", "腐烂疫病")
@@ -34993,12 +36053,12 @@ t("#Target# looks more determined.", "#Target#看起来更加坚定了。")
 t("-Woeful Darkness", "-恐怖黑暗")
 t("Woeful Corrosion", "恐怖酸蚀")
 t("The target has been splashed with acid, taking %0.2f acid damage per turn.", "目标被酸液溅射,每回合受到 %0.2f 酸性伤害。")
-t("#Target# is covered in acid!", "#Target# 被酸液覆盖!")
-t("#Target# is free from the acid.", "#Target# 身上的酸液消失了。")
+t("#Target# is covered in acid!", "#Target#被酸液覆盖!")
+t("#Target# is free from the acid.", "#Target#身上的酸液消失了。")
 t("Woeful Cripple", "恐怖致残")
 t("The target is crippled, reducing melee, spellcasting and mind speed by %d%%.", "目标被致残,降低 %d%% 近战、施法和精神速度。")
 t("#Target# is crippled.", "#Target#被致残。")
-t("#Target# is not crippled anymore.", "#Target# 不再被致残。")
+t("#Target# is not crippled anymore.", "#Target#不再被致残。")
 t("Epidemic", "传染病")
 t([[The target is infected by a disease, doing %0.2f blight damage per turn and reducing healing received by %d%%.
 Each non-disease blight damage done to it will spread the disease.]], [[目标被感染疾病,每回合受到 %0.2f 枯萎伤害并降低治疗效果 %d%% 。 
@@ -35014,11 +36074,14 @@ t("#Target# is free from the worm rot.", "#Target#摆脱了腐肉虫。")
 t("#LIGHT_RED#A carrion worm mass bursts out of %s!", "%s处出现成熟的蠕虫!")
 t("Ghoul Rot", "尸鬼腐蚀")
 t("The target is infected by a disease doing %0.2f blight damage per turn.%s", "目标感染疾病,每回合造成 %0.2f 点枯萎伤害。 %s")
+t("disease", "疾病")
 t("#Target# is afflicted by ghoul rot!", "#Target#被食尸鬼的疾病感染!")
 t("#Target# is free from the ghoul rot.", "#Target#摆脱了食尸鬼的疾病!")
 t("Bloodcasting", "血祭施法")
+t("Corruptions consume health instead of vim.", "堕落者消耗生命值来取代活力值。")
 t("Sanguine Infusion", "鲜血充能")
 t("Maximum life increased by %d.", "最大生命值提升 %d 。")
+t("corruption", "堕落")
 t("Arcane Supremacy", "奥术至尊")
 t("The target's spellpower and spell save has been increased by %d", "目标法术强度及法术豁免提升 %d")
 t("#Target# is surging with arcane energy.", "#Target#受到奥术能量强化。")
@@ -35027,7 +36090,7 @@ t("-Arcane Supremacy", "-奥术至尊")
 t("The arcane energy around #target# has dissipated.", "#Target#周围的奥术能量消失。")
 t("Ward", "守护")
 t("Fully absorbs %d %s attack%s.", "完全吸收 %d 次 %s 攻击。")
-t("#Target# warded against %s!", "#Target# 吸收了 %s 的攻击!")
+t("#Target# warded against %s!", "#Target#吸收了%s的攻击!")
 t("+Ward", "+守护")
 t("#Target#'s %s ward fades", "#Target#不再守护自己免受%s伤害。")
 t("-Ward", "-守护")
@@ -35048,35 +36111,37 @@ t("#Target# is no longer out of phase.", "#Target#回到了正常空间。")
 t("-Phased", "-相位")
 t("Blood Lock", "鲜血禁锢")
 t("Cannot heal higher than %d life.", "受到治疗时,生命值维持在 %d 点以下。")
+t("blood", "è¡€")
 t("#Target# is blood locked.", "#Target#的鲜血受到禁锢。")
 t("+Blood Lock", "+鲜血禁锢")
 t("#Target# is no longer blood locked.", "#Target#的鲜血不再受到禁锢。")
 t("-Blood Lock", "-鲜血禁锢")
 t("Congeal Time", "时间凝固")
 t("Reduces global action speed by %d%% and all outgoing projectiles speed by %d%%.", "减少 %d%% 整体速度和 %d%% 周围的抛射物速度。")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("+Congeal Time", "+时间凝固")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("-Congeal Time", "-时间凝固")
 t("Arcane Vortex", "奥术漩涡")
 t("An arcane vortex follows the target. Each turn a manathrust fires from it to a random foe in sight doing %0.2f arcane damage to all. If no foes are found the main target takes 50%% more arcane damage this turn. If the target dies the remaining damage is dealt as a radius 2 ball of arcane.", "一个奥术漩涡跟随着目标。每回合一发奥术射线从它身上释放出来,随机对附近视野内的目标造成 %0.2f 奥术伤害。如果视野内没有任何其他目标,则该回合会对初始目标附加额外的 50%%奥术伤害。如果目标死亡,残余伤害引发半径为 2 的奥术爆炸。")
-t("#Target# is focused by an arcane vortex!.", "#Target# 被奥术漩涡缠绕!.")
+t("#Target# is focused by an arcane vortex!.", "#Target#被奥术漩涡缠绕!.")
 t("+Arcane Vortex", "+奥术漩涡")
 t("#Target# is free from the arcane vortex.", "#Target#摆脱了奥术漩涡。")
 t("-Arcane Vortex", "-奥术漩涡")
 t("Aether Breach", "以太裂隙")
 t("Fires an arcane explosion each turn doing %0.2f arcane damage in radius 2.", "每回合触发一个奥术爆炸, 在 2 码范围内造成 %0.2f 奥术伤害。")
-t("#Target# begins channeling arcane through a breach in reality!", "#Target# 从现实的裂口中传导奥术能量!")
+t("#Target# begins channeling arcane through a breach in reality!", "#Target#从现实的裂口中传导奥术能量!")
 t("+Aether Breach", "+以太裂隙")
 t("-Aether Breach", "-以太裂隙")
-t("The aetheric breach around #Target# seals itself.", "#Target# 周围的以太裂隙自动关闭了。")
+t("The aetheric breach around #Target# seals itself.", "#Target#周围的以太裂隙自动关闭了。")
 t("Aether Avatar", "以太之体")
+t("Filled with pure aether forces!", "充满以太力量!")
 t("Vulnerability Poison", "脆弱毒素")
 t(" and poison resistance is reduced by %s%%", " 毒素免疫下降 %s%%")
 t("The target is afflicted with a magical poison and is suffering %0.2f arcane damage per turn.  All resistances are reduced by 10%%%s.", "目标被魔法毒素感染,每回合受到 %0.2f 奥术伤害,所有伤害抗性下降 10%% %s.")
-t("#Target# is magically poisoned!", "#Target# 被魔法毒素感染!")
+t("#Target# is magically poisoned!", "#Target#被魔法毒素感染!")
 t("+Vulnerability Poison", "+脆弱毒素")
-t("#Target# is no longer magically poisoned.", "#Target# 不再被魔法毒素感染。")
+t("#Target# is no longer magically poisoned.", "#Target#不再被魔法毒素感染。")
 t("-Vulnerability Poison", "-脆弱毒素")
 t("Irresistible Sun", "无御之日")
 t("The target is attracting all toward it, also dealing fire, light and physical damage each turn..", "所有目标被拉向它,每回合造成火焰、光系和物理伤害。")
@@ -35087,9 +36152,9 @@ t("-Irresistible Sun", "-无御之日")
 t("%s is pulled in!", "%s 被拉了进去!")
 t("Weight of the Sun", "太阳引力")
 t("The target is struggling against immense gravity, all damage it does is reduced by %d%%.", "目标正在抵抗强大的重力,造成的所有伤害减少 %d%%.")
-t("#Target# can barely stand!", "#Target# 难以站立!")
+t("#Target# can barely stand!", "#Target#难以站立!")
 t("+Weight of the Sun", "+太阳引力")
-t("#Target# can move freely once more.", "#Target# 可以自由移动了。")
+t("#Target# can move freely once more.", "#Target#可以自由移动了。")
 t("-Weight of the Sun", "-太阳引力")
 t("Temporal Form", "时空形态")
 t("The target assumes the form of a telugoroth.", "目标呈现出泰鲁戈洛斯形态 ")
@@ -35099,6 +36164,7 @@ t("#Target# is no longer embeded in time.", "#Target#不再深入时间长河中
 t("-Temporal Form", "-时空形态")
 t("Corrupted Losgoroth Form", "堕落的罗斯戈洛斯形态")
 t("The target has assumed the form of a corrupted losgoroth, gaining immunity to poison, disease, bleeding, and confusion.  It does not need to breathe, and converts half of all damage to life draining blight.", "目标呈现出堕落的罗斯戈洛斯形态。获得毒素、疾病、流血和混乱免疫。不需要呼吸,将所造成的的一半伤害转化为枯萎吸血伤害。")
+t("arcane", "奥术")
 t("#Target# turns into a losgoroth!", "#Target#变成了罗斯戈洛斯。")
 t("+Corrupted Losgoroth Form", "+堕落的罗斯戈洛斯形态")
 t("-Corrupted Losgoroth Form", "-堕落的罗斯戈洛斯形态")
@@ -35112,20 +36178,27 @@ t("Keepers of Reality Rally Call", "现实守护者的接力召唤")
 t("The keepers of reality have called upon all to defend Point Zero. Life increased by 5000, damage by 300%.", "现实守护者召唤一切可能的防护来守卫零点圣域,生命值提高 5000 ,伤害增加 300% 。")
 t("Receptive Mind", "大脑开放")
 t("You can sense the presence of all %s around you.", " 你能感知周围的 %s")
+t("rune", "符文")
 t("Born into Magic", "魔法亲和")
 t("%s damage increased by 20%%.", "%s 伤害增加 20%%.")
+t("race", "种族技能")
 t("Essence of the Dead", "亡者精华")
 t("The target consumed souls to gain new powers. %d spells affected.", "目标消耗灵魂来获取额外力量,   %d 个法术受到影响。")
+t("necrotic", "死灵")
 t("Ice Armour", "寒冰护甲")
 t("The target is covered in a layer of ice. Its armour is increased by %d, it deals %0.1f Cold damage to attackers that hit in melee, and 50%% of its damage is converted to cold.", " 目标被冰覆盖,增加 %d 护甲,对攻击者造成 %0.1f 点寒冷伤害 , 同时将 50%% 伤害转化为寒冷伤害。")
+t("armour", "护甲")
+t("cold", "寒冷")
 t("#Target# is covered in icy armor!", "#Target#被寒冰护甲覆盖!")
 t("#Target#'s ice coating crumbles away.", "#Target#的寒冰护甲消散了。")
 t("Caustic Golem", "酸化傀儡")
 t("The target is coated with acid. When struck in melee, it has a %d%% chance to spray a cone of acid towards the attacker doing %0.1f damage.", " 目标被酸液覆盖。当被近战攻击时,有 %d%% 几率喷射锥形酸液造成 %0.1f 伤害。")
+t("acid", "酸性")
+t("coating", "涂层")
 t("#Target# is coated in acid!", "#Target#被酸液覆盖!")
 t("#Target#'s acid coating is diluted.", "#Target#覆盖的酸液消散了。")
 t("Sun's Vengeance", "阳光之怒")
-t("The target is filled with the Sun's fury, next Sun Beam will be instant cast.", " 目标充满了阳光的愤怒!下一发阳光烈焰变为瞬发。")
+t("The target is filled with the Sun's fury, next Sun Beam will be instant cast.", " 目标充满了阳光的愤怒!下一发阳光烈焰变为瞬间。")
 t("#Target# is filled with the Sun's fury!", "#Target#充满了阳光的愤怒!")
 t("+Sun's Vengeance", "+阳光之怒")
 t("-Sun's Vengeance", "-阳光之怒")
@@ -35163,18 +36236,23 @@ t("+Light Burst", "+光芒爆发")
 t("-Light Burst", "-光芒爆发")
 t("Light Burst Speed", "光芒爆发加速")
 t("The target is invigorated from Searing Sight, increasing movement speed by %d%%.", "当使用灼热之矛时被激发, 增加 %d%% 移动速度。")
+t("sun", "太阳")
 t("+Light Burst Speed", "+光芒爆发加速")
 t("-Light Burst Speed", "-光芒爆发加速")
 t("Healing Inversion", "治疗逆转")
 t("All healing done to the target will instead turn into %d%% blight damage.", "目标受到的所有治疗会逆转为 %d%% 枯萎伤害.")
+t("heal", "治疗")
 t("+Healing Inversion", "+治疗逆转")
 t("-Healing Inversion", "-治疗逆转")
 t("Shocked", "震撼")
 t("Target is reeling from an lightning shock, halving its stun and pinning resistance.", "目标被强力的闪电所震撼,震慑与定身免疫减半.")
+t("lightning", "闪电")
 t("+Shocked", "+震撼")
 t("-Shocked", "-震撼")
 t("Wet", "湿润")
 t("Target is drenched with magical water, halving its stun resistance.", "目标全身湿透了,震慑抗性减半。")
+t("ice", "寒冰")
+t("water", "æ°´")
 t("+Wet", "+湿润")
 t("-Wet", "-湿润")
 t("Probability Travel", "次元移动")
@@ -35187,6 +36265,7 @@ t("+Blink", "+闪烁")
 t("-Blink", "-闪烁")
 t("Dimensional Anchor", "时空锚")
 t("The target is unable to teleport and takes %0.2f temporal and %0.2f physical damage if they try.", "目标不能传送,试图传送时将受到 %0.2f 时空 %0.2f 物理伤害。")
+t("slow", "减速")
 t("#Target# is anchored.", "#Target#被时空锚锁定。")
 t("+Anchor", "+时空锚")
 t("#Target# is no longer anchored.", "#Target#不再被时空锚锁定。")
@@ -35201,10 +36280,11 @@ t("#Target#'s lifeline has been braided.", "#Target#的生命线被编织了。"
 t("+Braided", "+生命线编织")
 t("#Target#'s lifeline is no longer braided.", "#Target#的生命线不再被编织。")
 t("-Braided", "-生命线编织")
-t("#CRIMSON##Source# damages #Target# through the Braid!", "#CRIMSON##Source# 通过生命编织伤害了 #Target# !")
-t("#PINK#%d braided #LAST#", "#PINK#%d 生命编织 #LAST#")
+t("#CRIMSON##Source# damages #Target# through the Braid!", "#CRIMSON##Source#通过生命编织伤害了#Target#!")
+t("#PINK#%d braided #LAST#", "#PINK#%d 生命编织#LAST#")
 t("Precognition", "预知未来")
 t("Peer into the future, detecting enemies, increasing defense by %d, and granting a %d%% chance to ignore critical hits.", "预知未来,感知敌人,并增加 %d 闪避与 %d%% 暴击摆脱率。")
+t("sense", "感知")
 t("Webs of Fate", "命运之网")
 t("Displacing %d%% of all damage on to a random enemy.", "将 %d%% 伤害转移至随机敌人。")
 t("+Webs of Fate", "+命运之网")
@@ -35212,12 +36292,14 @@ t("-Webs of Fate", "-命运之网")
 t("%s(%d webs of fate)#LAST#", "%s(%d 命运之网)#LAST#")
 t("Seal Fate", "命运封印")
 t("The target has a %d%% chance of increasing the duration of one detrimental status effects on targets it damages by one.", "有 %d%% 几率延长受到你的伤害的目标的负面状态持续时间 1 回合。")
+t("focus", "聚焦")
 t("+Seal Fate", "+命运封印")
 t("-Seal Fate", "-命运封印")
 t("Unravel", "解体")
 t("The target is immune to further damage but is dealing %d%% less damage.", "目标免疫伤害,但造成的伤害减少 %d%% 。")
 t("#Target# has started to unravel.", "#Target#开始解体。")
 t("+Unraveling", "+解体")
+t("Unravels!", "解体!")
 t("%s has unraveled!", "%s 被解体了!")
 t("Entropy", "熵")
 t("The target is losing one sustain per turn.", "每回合失去一项维持技能。")
@@ -35251,20 +36333,23 @@ t("Ogre Fury", "食人魔的怒火")
 t("Increases crit chance by %d%% and critical power by %d%%. %d charge(s).", "增加 %d%% 暴击率与 %d%% 暴击强度。叠加: %d .")
 t("Writ Large", "符文亲和")
 t("Inscriptions cooldown twice as fast.", "纹身符文冷却速度加倍。")
+t("runic", "符文")
 t("+Writ Large", "+符文亲和")
 t("-Writ Large", "-符文亲和")
 t("Static History", "静态历史")
 t("Chronomancy spells cast by the target will not produce minor anomalies.", "时空法术不会制造小异常。")
 t("+Static History", "+静态历史")
-t("Spacetime has stabilized around #Target#.", "#Target# 周围的时空变得稳定。")
+t("Spacetime has stabilized around #Target#.", "#Target#周围的时空变得稳定。")
 t("-Static History", "-静态历史")
-t("The fabric of spacetime around #Target# has returned to normal.", "#Target# 周围的时空回到了正常。")
+t("The fabric of spacetime around #Target# has returned to normal.", "#Target#周围的时空回到了正常。")
 t("Arrow Echoes", "灵矢回声")
 t("Each turn will fire an arrow at %s.", "每轮都会有箭射向 %s。")
+t("time", "时间")
 t("+Arrow Echoes", "+灵矢回声")
 t("-Arrow Echoes", "-灵矢回声")
 t("Warden's Focus", "专注守卫")
 t("Focused on %s, +%d%% critical damage and +%d%% critical hit chance against this target.", "集中于 %s, 对其增加 %d%% 暴击伤害与 %d%% 暴击率。")
+t("tactic", "战术")
 t("+Warden's Focus", "+专注守卫")
 t("-Warden's Focus", "-专注守卫")
 t("%s(%d focus)#LAST#", "%s(%d 专注)#LAST#")
@@ -35280,36 +36365,41 @@ t("#Target# is nearing the end.", "#Target#接近末日!")
 t("+Fold Fate", "+命运折叠")
 t("Spatial Tether", "时空系绳")
 t("The target has been tethered to the location and has a %d%% chance of being teleported back, creating an explosion for %0.2f physical and %0.2f temporal warp damage at both ends of the teleport.", "目标被系于某地,有 %d%% 几率被传送回去,并造成 %0.2f 物理和 %0.2f 时空翘曲爆炸伤害。")
+t("teleport", "传送")
+t("temporal", "时空")
 t("#Target# has been tethered!", "#Target#被时空系绳固定!")
 t("+Tether", "+系绳")
 t("#Target# is no longer tethered.", "#Target#不再被时空系绳固定。")
 t("-Tether", "-系绳")
 t("Blight Poison", "枯萎毒素")
 t("The target is poisoned, taking %0.2f blight damage per turn.", "目标中毒,每回合受到 %0.2f 枯萎伤害。")
-t("#Target# is poisoned with blight!", "#Target# 中了枯萎毒素!")
+t("#Target# is poisoned with blight!", "#Target#中了枯萎毒素!")
 t("+Blight Poison", "+枯萎毒素")
-t("#Target# is free from the blighted poison.", "#Target# 的枯萎毒素解除了。")
+t("#Target# is free from the blighted poison.", "#Target#的枯萎毒素解除了。")
 t("-Blight Poison", "-枯萎毒素")
 t("Insidious Blight", "阴险枯萎毒素")
 t("The target is poisoned, taking %0.2f blight damage per turn and decreasing all heals received by %d%%.", "目标中毒,每回合受到 %0.2f 枯萎伤害并降低所有治疗效果 %d%% 。")
-t("#Target# is poisoned with insidious blight!!", "#Target# 中了阴险枯萎毒素!!")
+t("#Target# is poisoned with insidious blight!!", "#Target#中了阴险枯萎毒素!!")
 t("+Insidious Blight", "+阴险枯萎毒素")
-t("#Target# is free from the insidious blight.", "#Target# 的阴险枯萎毒素解除了。")
+t("#Target# is free from the insidious blight.", "#Target#的阴险枯萎毒素解除了。")
 t("-Insidious Blight", "-阴险枯萎毒素")
 t("Crippling Blight", "致残枯萎毒素")
 t("The target is poisoned and sick, doing %0.2f blight damage per turn. Each time it tries to use a talent there is %d%% chance of failure.", "目标中毒,每回合受到 %0.2f 枯萎伤害,每次使用技能时有 %d%% 概率失败。")
-t("#Target# is poisoned with crippling blight!", "#Target# 中了致残枯萎毒素!")
+t("#Target# is poisoned with crippling blight!", "#Target#中了致残枯萎毒素!")
 t("+Crippling Blight", "+致残枯萎毒素")
-t("#Target# is free from the crippling blight.", "#Target# 的致残枯萎毒素解除了。")
+t("#Target# is free from the crippling blight.", "#Target#的致残枯萎毒素解除了。")
 t("-Crippling Blight", "-致残枯萎毒素")
 t("Numbing Blight", "痳痹枯萎毒素")
 t("The target is poisoned and sick, doing %0.2f blight damage per turn. All damage it does is reduced by %d%%.", "目标中毒,每回合受到 %0.2f 枯萎伤害并减少其造成伤害 %d%% 。")
-t("#Target# is poisoned numbing blight!", "#Target# 中了麻痹枯萎毒素!")
+t("blight", "枯萎")
+t("poison", "毒素")
+t("#Target# is poisoned numbing blight!", "#Target#中了麻痹枯萎毒素!")
 t("+Numbing Blight", "+痳痹枯萎毒素")
-t("#Target# is free from the numbing blight.", "#Target# 的麻痹枯萎毒素解除了。")
+t("#Target# is free from the numbing blight.", "#Target#的麻痹枯萎毒素解除了。")
 t("-Numbing Blight", "-痳痹枯萎毒素")
 t("Eldritch Stone Shield", "岩石护盾")
 t("The target is surrounded by a stone shield absorbing %d/%d damage.  When the shield is removed, it will explode for up to %d (currently %d) Arcane damage in a radius %d.", "目标被一层岩石护盾围绕,吸收 %d/%d 伤害。当护盾消失时,破碎的岩石会产生一次爆炸,造成至多 %d(当前 %d)点伤害,爆炸半径为 %d。")
+t("shield", "盾牌")
 t("#Target# is encased in a stone shield.", "#Target#进入了岩石护盾中。")
 t("The stone shield around #Target# %s", "#Target#周围的岩石护盾%s")
 t("Deeprock Form", "深岩形态")
@@ -35317,16 +36407,21 @@ t(", +%d%% Arcane damage and +%d%% Arcane damage penetration,", ", +%d%% 奥术
 t(", +%d%% Nature damage and +%d%% Nature damage penetration", ", +%d%% 自然伤害加成和 +%d%% 自然抗性穿透 ")
 t(", %d%% bleeding, poison, disease, and stun immunity", "以及 %d%% 震慑、流血、毒素和疾病免疫 ")
 t("The target has turned into a huge deeprock elemental.  It gains 2 size categories%s and +%d%% Physical damage and +%d%% Physical damage penetration.%s", "目标化作巨大的深岩元素形态。体型 + 2 ,并获得 +%d%% 物理伤害加成和 +%d%% 物理伤害抗性穿透 %s", {2,3})
+t("earth", "土")
+t("elemental", "元素")
 t("#Target# is imbued by the power of the Stone.", "#Target#充满了岩石力量。")
 t("+Deeprock Form", "+深岩形态")
 t("#Target# is abandoned by the Stone's power.", "#Target#被岩石力量抛弃了。")
 t("-Deeprock Form", "-深岩形态")
 t("Bathe in Light", "光之洗礼")
 t("Fire and Light damage increased by %d%%.", "火焰和光系伤害增加 %d%%.")
-t("#Target# glows intensely!", "#Target# 发出强光!")
-t("#Target# is no longer glowing .", "#Target# 不再发光。")
+t("celestial", "天空")
+t("light", "光系")
+t("#Target# glows intensely!", "#Target#发出强光!")
+t("#Target# is no longer glowing .", "#Target#不再发光。")
 t("Overseer of Nations", "远见卓识")
 t("Detects creatures of type %s/%s in radius 15.", "在15格范围内感知以下种族: %s/%s ")
+t("higher", "高等人类")
 t("Pacification Hex", "宁神邪术")
 t("The target is hexed, granting it %d%% chance each turn to be dazed for 3 turns.", "目标受邪术影响,每回合有 %d%% 概率眩晕 3 回合。")
 t("+Pacification Hex", "+宁神邪术")
@@ -35334,6 +36429,7 @@ t("-Pacification Hex", "-宁神邪术")
 t("Burning Hex", "燃烧邪术")
 t("The target is hexed.  Each time it uses an ability it takes %0.2f fire damage, and talent cooldowns are increased by %s plus 1 turn.", "目标受邪术影响,每次施放技能都会受到 %0.2f 火焰伤害, 技能冷却延长 %s 再延长 1 回合。")
 t("%d%%", "%d%%")
+t("fire", "火焰")
 t("#Target# is hexed!", "#Target#受邪术影响!")
 t("+Burning Hex", "+燃烧邪术")
 t("-Burning Hex", "-燃烧邪术")
@@ -35343,7 +36439,9 @@ t("+Empathic Hex", "+转移邪术")
 t("-Empathic hex", "-转移邪术")
 t("Domination Hex", "支配邪术")
 t("The target is hexed, temporarily changing its faction to %s.", "目标受邪术影响,暂时改变阵营至 %s 。")
-t("#Target# is hexed.", "#Target# 被邪术影响。")
+t("dominate", "支配")
+t("hex", "邪术")
+t("#Target# is hexed.", "#Target#被邪术影响。")
 t("+Domination Hex", "+支配邪术")
 t("#Target# is free from the hex.", "#Target#摆脱了邪术。")
 t("-Domination hex", "-支配邪术")
@@ -35354,28 +36452,36 @@ t("+Shadowguard", "+暗影守护")
 t("#Target#'s can be afflicted again.", "#Target#可以被影响了。")
 t("Shadowguard", "暗影守护")
 t("The target is enveloped in shadows gaining %d spellpower and defense.", "目标进入自身的阴影,获得 %d 法术强度和闪避。")
+t("shadow", "阴影")
 t("#Target#'s fully exits the shadows.", "#Target#完全离开了阴影。")
 t("-Shadowguard", "-暗影守护")
 t("Retched", "亡灵唾液")
 t("The target is walking in its own retch, negating the natural ghoul's speed penalty.", " 目标站在自己的亡灵唾液上,暂时取消了食尸鬼种族的速度惩罚。")
-t("#Target# speeds up in the retch.", "#Target# 站在唾液中恢复了速度。")
+t("speed", "速度")
+t("undead", "亡灵")
+t("#Target# speeds up in the retch.", "#Target#站在唾液中恢复了速度。")
 t("+Retched", "+亡灵唾液")
-t("#Target# speeds down outside of the retch.", "#Target# 站在唾液外,速度降低了。")
+t("#Target# speeds down outside of the retch.", "#Target#站在唾液外,速度降低了。")
 t("-Retched", "-亡灵唾液")
 t("Shadow Cut", "暗影伤口")
 t("Huge shadow cut that bleeds, doing %0.2f darkness damage per turn. Anytime you hit it you get healed for %d.", "正在流血的巨大的暗影伤口,每回合造成 %0.2f 暗影伤害。每次你击中目标将受到 %d 点治疗。")
-t("#Target# starts to bleed darkness.", "#Target# 流出黑暗的血液。")
+t("bleed", "流血")
+t("cut", "流血")
+t("wound", "创伤")
+t("#Target# starts to bleed darkness.", "#Target#流出黑暗的血液。")
 t("+Shadow Cut", "+暗影伤口")
 t("#Target# stops bleeding darkness.", "#Target#的黑暗伤口愈合了。")
 t("-Shadow Cut", "-暗影伤口")
 t("Draining Moonlight", "吸能月光")
 t("The target has been drained by a glyph, all damage it does is reduced by %d%%.", "目标被圣印汲取能量,造成的所有伤害降低 %d%%")
-t("#Target# is weakened by the glyph of moonlight!", "#Target# 被月光圣印削弱!")
+t("darkness", "æš—å½±")
+t("#Target# is weakened by the glyph of moonlight!", "#Target#被月光圣印削弱!")
 t("+Draining Moonlight", "+吸能月光")
-t("#Target# looks shakes off the effect of the glyph of moonlight.", "#Target# 摆脱了月光圣印的效果。")
+t("#Target# looks shakes off the effect of the glyph of moonlight.", "#Target#摆脱了月光圣印的效果。")
 t("-Draining Moonlight", "-吸能月光")
 t("Auger of Destruction", "粉碎之力")
 t("Physical damage increased by %d%%.", "物理伤害增加 %d%% 。")
+t("physical", "物理")
 
 
 ------------------------------------------------
@@ -35384,7 +36490,7 @@ section "game/modules/tome/data/timed_effects/mental.lua"
 t("Exposed", "暴露")
 t("Mind and body exposed to effects and attacks, reducing all saves and defense by %d.", "精神和身体暴露于攻击和效果中,闪避和豁免减少 %d 。")
 t("#Target#'s is vulnerable to attacks and effects!", "#Target#易受攻击和效果的影响!")
-t("#Target# is less vulnerable.", "#Target#不在易受攻击。")
+t("#Target# is less vulnerable.", "#Target#不再易受攻击。")
 t("Numbing Darkness", "黑暗麻痹")
 t("The target is losing hope, all damage it does is reduced by %d%%.", "目标失去希望,造成的伤害减少 %d%% 。")
 t("#Target# is weakened by the darkness!", "#Target#被黑暗削弱!")
@@ -35393,9 +36499,10 @@ t("#Target# regains their energy.", "#Target#恢复了斗志。")
 t("-Numbing Darkness", "-黑暗麻痹")
 t("Silenced", "沉默")
 t("The target is silenced, preventing it from casting spells and using some vocal talents.", "目标被沉默,无法施法和使用语言类技能。")
-t("#Target# is silenced!", "#Target# 被沉默!")
+t("silence", "沉默")
+t("#Target# is silenced!", "#Target#被沉默!")
 t("+Silenced", "+沉默")
-t("#Target# is not silenced anymore.", "#Target# 不再被沉默。")
+t("#Target# is not silenced anymore.", "#Target#不再被沉默。")
 t("-Silenced", "-沉默")
 t("Pheromones", "信息素")
 t("The target has been marked as the focus for all nature summons within %d radius, receiving %d%% increased damage from nature summons.", "目标被半径 %d 内所有自然召唤物集火,从自然召唤物那里受到的伤害增加 %d%% 。")
@@ -35403,72 +36510,76 @@ t("Summons flock towards #Target#.", "召唤物围向#Target#。")
 t("#Target# is no longer being targeted by summons.", "#Target#不再被召唤物激活。")
 t("Confused", "æ··ä¹±")
 t("The target is confused, acting randomly (chance %d%%) and unable to perform complex actions.", "目标陷入混乱,随机行动( %d%% 概率)不能完成复杂的动作。")
-t("#Target# wanders around!.", "#Target# 陷入昏迷而无目的地四处游荡!")
-t("#Target# seems more focused.", "#Target# 恢复了理智。")
+t("#Target# wanders around!.", "#Target#陷入昏迷而无目的地四处游荡!")
+t("#Target# seems more focused.", "#Target#恢复了理智。")
 t("The target's mind has been shattered. Its body remains as a thrall to %s.", "目标的心智被扰乱,身体被 %s 所奴役。")
-t("#Target#'s mind is shattered.", "#Target# 的精神被操控。")
+t("#Target#'s mind is shattered.", "#Target#的精神被操控。")
+t("Thrall", "精神控制")
 t("%s's mind recovers from the domination.", "%s 的精神摆脱了支配。")
 t("%s collapses.", "%s 的精神瓦解。")
 t("Mental Domination", "精神控制")
 t("The target's mind has been shaken. It is temporarily aligned with %s and immune to all damage.", "目标的精神被支配,暂时处于 %s 阵营并免疫所有伤害。")
-t("#Target#'s mind is dominated.", "#Target# 的精神被操控。")
+t("#Target#'s mind is dominated.", "#Target#的精神被操控。")
 t("+Dominant Will", "+精神控制")
 t("Battle Shout", "战斗鼓舞")
 t("Increases maximum life and stamina by %d%%. When the effect ends, the extra life and stamina will be lost.", "增加 %d%% 生命值和体力值上限。当效果结束后,增加的生命和体力会消失。")
 t("Battle Cry", "战斗怒喝")
 t("The target's will to defend itself is shattered by the powerful battle cry, reducing defense by %d.", "目标的防御意识被战斗怒喝所扰乱,降低 %d 闪避值。")
-t("#Target#'s will is shattered.", "#Target# 的意志受到扰乱。")
+t("#Target#'s will is shattered.", "#Target#的意志受到扰乱。")
 t("+Battle Cry", "+战斗怒喝")
-t("#Target# regains some of its will.", "#Target# 恢复了他的意志。")
+t("#Target# regains some of its will.", "#Target#恢复了他的意志。")
 t("-Battle Cry", "-战斗怒喝")
 t("Willful Combat", "战斗意志")
 t("The target puts all its willpower into its blows, improving physical power by %d.", "目标投入所有战斗意志,提升 %d 物理强度。")
-t("#Target# lashes out with pure willpower.", "#Target# 的意志受到鼓舞。")
-t("#Target#'s willpower rush ends.", "#Target# 鼓舞意志消失了。")
+t("#Target# lashes out with pure willpower.", "#Target#的意志受到鼓舞。")
+t("#Target#'s willpower rush ends.", "#Target#鼓舞意志消失了。")
 t("Gloom Weakness", "黑暗虚弱")
 t("The gloom reduces damage the target inflicts by %d%%.", "黑暗降低目标造成的伤害 %d%% 。")
 t("#F53CBE##Target# is weakened by the gloom.", "#F53CBE##Target#被黑暗所削弱。")
 t("#F53CBE##Target# is no longer weakened.", "#F53CBE##Target#不再被削弱。")
 t("Slowed by the gloom", "黑暗减速")
 t("The gloom reduces the target's global speed by %d%%.", "降低目标整体速度 %d%% 。")
-t("#F53CBE##Target# moves reluctantly!", "#F53CBE##Target# 移动受黑暗影响。")
-t("#Target# overcomes the gloom.", "#Target# 战胜了黑暗。")
+t("#F53CBE##Target# moves reluctantly!", "#F53CBE##Target#移动受黑暗影响。")
+t("#Target# overcomes the gloom.", "#Target#战胜了黑暗。")
 t("Stunned by the gloom", "黑暗震慑")
 t("The gloom has stunned the target, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被黑暗光环震慑,伤害降低 50 %%,随机 4 个技能进入 CD,移动速度降低 50%%。在震慑时技能冷却速度变慢一倍。")
-t("#F53CBE##Target# is stunned with fear!", "#F53CBE##Target# 被恐惧所震慑。")
+t("#F53CBE##Target# is stunned with fear!", "#F53CBE##Target#被恐惧所震慑。")
 t("Confused by the gloom", "黑暗混乱")
 t("The gloom has confused the target, making it act randomly (%d%% chance) and unable to perform complex actions.", "目标因黑暗光环陷入混乱,使其随机行动( %d%% 概率)且不能完成复杂动作。")
-t("#F53CBE##Target# is lost in despair!", "#F53CBE##Target# 在绝望中迷失。")
+t("#F53CBE##Target# is lost in despair!", "#F53CBE##Target#在绝望中迷失。")
 t("#Target# overcomes the gloom", "#Target#克服了黑暗光环的影响。")
 t("Dismayed", "惊慌失措")
-t("#F53CBE##Target# is dismayed!", "#F53CBE##Target# 陷入惊慌失措。")
+t("The target is dismayed. The next melee attack against the target will be a guaranteed critical hit.", "目标惊慌失措,下一次对该目标的近战攻击会造成暴击。")
+t("gloom", "黑暗光环")
+t("#F53CBE##Target# is dismayed!", "#F53CBE##Target#陷入惊慌失措。")
 t("+Dismayed", "+惊慌失措")
-t("#Target# overcomes the dismay", "#Target# 恢复了理智。")
+t("#Target# overcomes the dismay", "#Target#恢复了理智。")
 t("-Dismayed", "-惊慌失措")
 t("Stalking", "追踪")
 t("Stalking %d/%d +%d ", "追踪 %d/%d +%d ")
-t("Stalking %s. Bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "追踪 %s. 等级 %d: +%d 命中, +%d%% 近战伤害, 攻击目标时 +%0.2f 仇恨/回合")
+t("Stalking %s. Bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "追踪 %s. 等级 %d:+%d 命中, +%d%% 近战伤害, 攻击目标时 +%0.2f 仇恨/回合")
 t("Prey damage modifier: %d%%.", "猎捕伤害加成: %d%% 。")
-t("#F53CBE##Target# is being stalked by #Source#!", "#F53CBE##Target# 被 #Source# 追踪!。")
-t("#F53CBE##Target# is no longer being stalked by #Source#.", "#F53CBE##Target# 不再被 #Source# 追踪。")
+t("#F53CBE##Target# is being stalked by #Source#!", "#F53CBE##Target#被#Source#追踪!。")
+t("#F53CBE##Target# is no longer being stalked by #Source#.", "#F53CBE##Target#不再被#Source#追踪。")
 t("Stalked", "被追踪")
 t("Being stalked.", "被追踪。")
-t("Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "目标被 %s 追踪。追踪等级 %d: +%d 命中, +%d%% 近战伤害,击中目标时 +%0.2f 仇恨/回合。")
+t("Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "目标被 %s 追踪。追踪等级 %d:+%d 命中, +%d%% 近战伤害,击中目标时 +%0.2f 仇恨/回合。")
 t(" Prey damage modifier: %d%%.", " 猎捕伤害加成: %d%% 。")
+t("veil", "猎杀")
 t("Beckoned", "被诱惑")
 t("The target has been beckoned by %s and is heeding the call. There is a %d%% chance of moving towards the beckoner each turn.", "目标被 %s 诱惑并响应其呼唤,每回合有 %d%% 概率向召唤者移动。")
 t(" (spellpower: %d, mindpower: %d", " (法术强度: %d ,精神强度: %d ")
-t("#Target# has been beckoned.", "#Target# 被召唤。")
+t("#Target# has been beckoned.", "#Target#被召唤。")
 t("+Beckoned", "+被诱惑")
-t("#Target# is no longer beckoned.", "#Target# 不再被召唤。")
+t("#Target# is no longer beckoned.", "#Target#不再被召唤。")
 t("-Beckoned", "-被诱惑")
-t("#F53CBE#%s struggles against the beckoning.", "#F53CBE#%s 挣扎着摆脱召唤。")
-t("#F53CBE#%s is jolted to attention by the damage and is no longer being beckoned.", "#F53CBE#%s 受到伤害,召唤被打断了。")
+t("#F53CBE#%s struggles against the beckoning.", "#F53CBE#%s挣扎着摆脱召唤。")
+t("#F53CBE#%s is jolted to attention by the damage and is no longer being beckoned.", "#F53CBE#%s受到伤害,召唤被打断了。")
 t("Overwhelmed", "压制")
 t("The target has been overwhemed by a furious assault, reducing defence by %d.", "目标被强力的攻击所压制,减少 %d 闪避。")
-t("#Target# has been overwhelmed.", "#Target# 被压制。")
+t("#Target# has been overwhelmed.", "#Target#被压制。")
 t("+Overwhelmed", "+压制")
-t("#Target# is no longer overwhelmed.", "#Target# 不再受到压制。")
+t("#Target# is no longer overwhelmed.", "#Target#不再受到压制。")
 t("-Overwhelmed", "-压制")
 t("Cursed Miasma", "诅咒瘴气")
 t("The target is enveloped in a cursed miasma.", "目标被包裹在诅咒瘴气中。")
@@ -35478,48 +36589,52 @@ t("-Cursed Miasma", "-诅咒瘴气")
 t("The cursed miasma around #target# dissipates.", "#Target#周围的诅咒瘴气消失了。")
 t("Harassed", "疲倦")
 t("The target has been harassed by its stalker, reducing damage by %d%%.", "目标被追踪至疲倦,伤害减低 %d%% 。")
-t("#Target# has been harassed.", "#Target# 陷入疲倦。")
+t("#Target# has been harassed.", "#Target#陷入疲倦。")
 t("+Harassed", "+疲倦")
-t("#Target# is no longer harassed.", "#Target# 摆脱了疲倦。")
+t("#Target# is no longer harassed.", "#Target#摆脱了疲倦。")
 t("-Harassed", "-疲倦")
 t("Dominated", "支配意志")
 t("The target has been dominated.  It is unable to move and has lost %d armor and %d defense. Attacks from %s gain %d%% damage penetration.", " 目标被支配。不能移动并减少 %d 护甲和 %d 闪避。 %s 对目标的攻击增加 %d%% 抗性穿透。")
-t("#F53CBE##Target# has been dominated!", "#F53CBE##Target# 受到支配!")
+t("#F53CBE##Target# has been dominated!", "#F53CBE##Target#受到支配!")
 t("+Dominated", "+支配意志")
-t("#F53CBE##Target# is no longer dominated.", "#F53CBE##Target# 不再受到支配。")
+t("#F53CBE##Target# is no longer dominated.", "#F53CBE##Target#不再受到支配。")
 t("-Dominated", "-支配意志")
 t("Agony", "极度痛苦")
 t("%s is writhing in agony, suffering from %d to %d damage over %d turns.", "%s 陷入挣扎,遭受 %d 至 %d 伤害持续 %d 回合。")
-t("#Target# is writhing in agony!", "#Target# 陷入极度痛苦!")
+t("pain", "痛苦")
+t("#Target# is writhing in agony!", "#Target#陷入极度痛苦!")
 t("+Agony", "+极度痛苦")
-t("#Target# is no longer writhing in agony.", "#Target# 摆脱了极度痛苦。")
+t("#Target# is no longer writhing in agony.", "#Target#摆脱了极度痛苦。")
 t("-Agony", "-极度痛苦")
 t("Hateful Whisper", "憎恨私语")
-t("%s has heard the hateful whisper.", "%s 听到了憎恨私语。")
-t("#Target# has heard the hateful whisper!", "#Target# 听到了憎恨私语!")
+t("%s has heard the hateful whisper.", "%s听到了憎恨私语。")
+t("#Target# has heard the hateful whisper!", "#Target#听到了憎恨私语!")
 t("+Hateful Whisper", "+憎恨私语")
 t("#Target# no longer hears the hateful whisper.", "#Target#不再听到憎恨私语。")
 t("-Hateful Whisper", "-憎恨私语")
 t("Slowed by madness", "疯狂减速")
 t("Madness reduces the target's global speed by %d%% and lowers mind resistance by %d%%.", "目标因疯狂降低整体速度 %d%% ,同时降低精神抵抗 %d%% 。")
+t("slow", "减速")
 t("#F53CBE##Target# slows in the grip of madness!", "#F53CBE##Target#陷入疯狂之中速度减缓了。")
 t("+Slow", "+减速")
 t("#Target# overcomes the madness.", "#Target#摆脱了疯狂。")
 t("-Slow", "-减速")
 t("Stunned by madness", "疯狂震慑")
 t("Madness has stunned the target, reducing damage by 50%%, lowering mind resistance by %d%%, putting 4 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被疯狂震慑,伤害降低 50%%,精神豁免降低 %d%% ,随机 4 个技能进入 CD,移动速度降低 50%%。在震慑时技能冷却速度变慢一倍。")
+t("stun", "震慑")
 t("#F53CBE##Target# is stunned by madness!", "#F53CBE##Target#陷入疯狂之中而被震慑!")
 t("+Stunned", "+震慑")
 t("-Stunned", "-震慑")
 t("Confused by madness", "疯狂混乱")
 t("Madness has confused the target, lowering mind resistance by %d%% and making it act randomly (%d%% chance)", "疯狂使目标混乱,降低目标 %d%% 精神抵抗,使目标随机行动( %d%% 概率)。")
+t("power", "能量")
 t("#F53CBE##Target# is lost in madness!", "#F53CBE##Target#陷入了疯狂!")
 t("+Confused", "+æ··ä¹±")
 t("#Target# overcomes the madness", "#Target#战胜了疯狂。")
 t("-Confused", "-æ··ä¹±")
 t("Maligned", "恶性感染")
 t("The target is under a malign influence. All resists have been lowered by %d%%.", "目标被恶性感染,所有抵抗降低 %d%% 。")
-t("#F53CBE##Target# has been maligned!", "#F53CBE##Target# 被恶性感染!")
+t("#F53CBE##Target# has been maligned!", "#F53CBE##Target#被恶性感染!")
 t("+Maligned", "+恶性感染")
 t("#Target# is no longer maligned", "#Target#不再被恶性感染。")
 t("-Maligned", "-恶性感染")
@@ -35531,14 +36646,14 @@ t("%s feels a little less afraid!", "%s感到不那么恐惧了!")
 t("Tyrant", "精神专制")
 t("Paranoid", "妄想")
 t("Paranoia has gripped the target, causing a %d%% chance they will physically attack anyone nearby, friend or foe. Targets of the attack may become paranoid themselves.", "目标被妄想纠缠,有 %d%% 概率以物理攻击附近任一目标,不分敌我,被攻击者也可能陷入妄想。")
-t("#F53CBE##Target# becomes paranoid!", "#F53CBE##Target# 陷入了妄想!")
+t("#F53CBE##Target# becomes paranoid!", "#F53CBE##Target#陷入了妄想!")
 t("+Paranoid", "+妄想")
-t("#Target# is no longer paranoid", "#Target# 摆脱了妄想。")
+t("#Target# is no longer paranoid", "#Target#摆脱了妄想。")
 t("-Paranoid", "-妄想")
 t("#F53CBE#%s struggles against the paranoia.", "#F53CBE#%s挣扎着摆脱妄想。")
 t("#F53CBE##Source# attacks #Target# in a fit of paranoia.", "#F53CBE##Source#妄想发作攻击了#Target#。")
-t("#F53CBE#%s ignores the fear!", "%s 无视了恐惧!")
-t("%s resists the fear!", "%s 抵抗了恐惧!")
+t("#F53CBE#%s ignores the fear!", "%s无视了恐惧!")
+t("%s resists the fear!", "%s抵抗了恐惧!")
 t("Despair", "绝望")
 t("The target is in despair, reducing their armour, defence, mindsave and mind resist by %d.", "目标陷入绝望,护甲,闪避,精神豁免和精神抵抗降低 %d 。")
 t("#F53CBE##Target# is in despair!", "#F53CBE##Target#陷入绝望!")
@@ -35559,6 +36674,7 @@ t("#Target# is no longer haunted", "#Target#摆脱了纠缠。")
 t("-Haunted", "-纠缠")
 t("Panicked", "恐慌")
 t("The target has been panicked by %s, causing them to have a %d%% chance of fleeing in terror instead of acting.", "目标对 %s 感到恐慌,使其有 %d%% 概率因为害怕而逃跑。")
+t("fear", "恐惧")
 t("#F53CBE##Target# becomes panicked!", "#F53CBE##Target#陷入恐慌!")
 t("+Panicked", "+恐慌")
 t("#Target# is no longer panicked", "#Target#摆脱了恐慌。")
@@ -35568,11 +36684,12 @@ t("#F53CBE#You panic and flee from %s.", "#F53CBE#你因为恐惧而逃离%s。"
 t("#F53CBE##Source# panics but fails to flee from #Target#.", "F53CBE##Target#恐惧而试图逃离#Target#,但是失败了。")
 t("Quick", "提速")
 t("Increases global speed by %d%%.", "整体速度提升 %d%% 。")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("+Quick", "+提速")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("-Quick", "-提速")
 t("Frenzied Focus", "灵能狂热")
+t("This creatures psionic focus item is supercharged!", "这个生物用念力控制的物品进入了暴走模式!")
 t("#Target# enters a frenzy!", "#Target#进入狂热状态!")
 t("#Target# is no longer frenzied.", "#Target#的狂热状态消失了。")
 t("Spiked Kinetic Shield", "念力护盾")
@@ -35581,7 +36698,7 @@ t("A powerful kinetic shield forms around #target#.", "#Target#四周形成了
 t("The powerful kinetic shield around #target# crumbles.", "#Target#的念力护盾消失了。")
 t("Spiked Thermal Shield", "热能护盾")
 t("The target erects a powerful thermal shield capable of absorbing %d/%d fire%s or cold damage before it crumbles.", "目标施放一个热能护盾吸收 %d/%d 热能 %s 或寒冷伤害。")
-t("A powerful thermal shield forms around #target#.", "#Target# 获得了热能护盾。")
+t("A powerful thermal shield forms around #target#.", "#Target#获得了热能护盾。")
 t("The powerful thermal shield around #target# crumbles.", "#Target#的热能护盾消失了。")
 t("Spiked Charged Shield", "充电护盾")
 t("The target erects a powerful charged shield capable of absorbing %d/%d lightning%s or blight damage before it crumbles.", "目标施放一个充电护盾吸收 %d/%d 闪电 %s 或枯萎伤害。")
@@ -35591,11 +36708,14 @@ t("Perfect control", "完美控制")
 t("The target's combat attack and crit chance are improved by %d and %d%%, respectively.", "分别目标提高目标 %d 攻击强度和 %d%% 暴击率。")
 t("Matter is energy", "物能转化")
 t("The gem's matter gradually transforms, granting %0.2f psi per turn.", "宝石缓慢转化,每回合产生 %0.2f 超能力值。")
+t("psychic_drain", "超能力吸收")
 t("+Energy", "+能量")
 t("Energy starts pouring from the gem into #Target#.", "#Target#从宝石中吸收能量。")
 t("-Energy", "-能量")
 t("The flow of energy from #Target#'s gem ceases.", "#Target#停止从宝石中吸收能量。")
 t("Telekinetic Archery", "念力射击")
+t("Your telekinetically-wielded bow automatically attacks the nearest target each turn.", "你的念动弓箭每回合会向最近目标自动射击。")
+t("telekinesis", "念力")
 t("#Target# enters a telekinetic archer's trance!", "#Target#进入念动射击状态!")
 t("+Telekinetic archery", "+念动弓箭")
 t("#Target# is no longer in a telekinetic archer's trance.", "#Target#脱离了念动射击状态。")
@@ -35604,12 +36724,14 @@ t("Receptive Mind", "大脑开放")
 t("Decreases mind save by %d and increases mindpower by %d.", "降低精神豁免 %d 并增加精神强度 %d.")
 t("Void Echoes", "虚空回音")
 t("The target is seeing echoes from the void and will take %0.2f mind damage as well as some resource damage each turn it fails a mental save.", "目标收到虚空的回声,每回合进行精神豁免检定,失败则在造成原伤害的同时附加 %0.2f 精神伤害。")
+t("madness", "疯狂")
 t("#Target# is being driven mad by the void.", "#Target#被卷入虚空变得疯狂。")
 t("+Void Echoes", "+虚空回音")
 t("#Target# has survived the void madness.", "#Target#从虚空的疯狂中幸存了下来。")
 t("-Void Echoes", "-虚空回音")
 t("Waking Nightmare", "梦魇复苏")
 t("The target is lost in a nightmare that deals %0.2f mind damage each turn and has a %d%% chance to cause a random detrimental effect.", "目标陷入清醒状态的噩梦之中,每回合造成 %0.2f 暗影伤害,并有 %d%% 概率受到一个随机不良效果。")
+t("darkness", "æš—å½±")
 t("+Night Terrors", "+梦魇恐怖")
 t("-Night Terrors", "-梦魇恐怖")
 t("#F53CBE#%s succumbs to the nightmare!", "#F53CBE#%s受噩梦控制!")
@@ -35620,6 +36742,8 @@ t("+Inner Demons", "+心魔")
 t("#Target# is freed from the demons.", "#Target#摆脱了心魔。")
 t("-Inner Demons", "-心魔")
 t("Enthralled", "迷惑")
+t("The target is enthralled, temporarily changing its faction.", "目标被迷惑,暂时改变了其阵营。")
+t("dominate", "支配")
 t("#Target# is entralled.", "#Target#被迷惑。")
 t("+Enthralled", "+迷惑")
 t("#Target# is free from the domination.", "#Target#摆脱了支配。")
@@ -35632,6 +36756,7 @@ t("Perfect Accuracy", "完美命中")
 t("The target's accuracy is improved by %d.", "目标的命中提高 %d 。")
 t("Deadly Strikes", "致命打击")
 t("The target's armour penetration is increased by %d.", "目标护甲穿透提高 %d 。")
+t("focus", "聚焦")
 t("#Target# aims carefully.", "#Target#仔细地瞄准。")
 t("#Target# aims less carefully.", "#Target#不再仔细瞄准。")
 t("Frenzy", "狂热")
@@ -35641,9 +36766,11 @@ Additionally the target will continue to fight until its Life reaches -%d%%.]],
 t("#Target# goes into a killing frenzy.", "#Target#陷入杀戮狂热。")
 t("+Frenzy", "+狂热")
 t("-Frenzy", "-狂热")
+t("Falls dead!", "死亡!")
 t("%s dies when its frenzy ends!", "%s死于它的狂热!")
 t("Bloodbath", "æµ´è¡€")
 t("The thrill of combat improves the target's maximum life by %d%%, life regeneration by %0.2f, and stamina regeneration by %0.2f.", "目标被战斗激励提升生命上限 %d%% 、提升生命回复 %0.2f 、提升体力回复 %0.2f 。")
+t("regeneration", "回复")
 t("+Bloodbath", "+æµ´è¡€")
 t("-Bloodbath", "-æµ´è¡€")
 t("%s's blood frenzy intensifies!", "%s狂热加剧!")
@@ -35653,6 +36780,7 @@ t("Bloodrage", "血怒")
 t("The target's strength is increased by %d by the thrill of combat.", "由于紧张的战斗,目标力量属性增加 %d 。")
 t("Increased Life", "提升生命")
 t("The target's maximum life is increased by %d.", "目标生命上限增加 %d 。")
+t("heal", "治疗")
 t("#Target# gains extra life.", "#Target#获得了额外的生命值。")
 t("+Life", "+生命")
 t("#Target# loses extra life.", "#Target#失去了额外的生命值。")
@@ -35662,10 +36790,13 @@ t("Guarded", "守护")
 t(" with a %d%% chance to counterattack", ",并有 %d%% 几率让对方处于被反击状态 ")
 t("Guarding against melee damage:  Will dismiss up to %d damage from the next %0.1f attack(s)%s.", "防御近战伤害:减少 %d 点伤害,剩余次数 %0.1f%s.")
 t("#LIGHT_GREEN#", "#LIGHT_GREEN#")
+t("curse", "诅咒")
 t("Rampaging", "æš´èµ°")
 t("The target is rampaging! (+%d%% movement speed, +%d%% attack speed, +%d%% mind speed", "目标进入暴走状态! (+%d%% 移动速度, +%d%% 攻击速度, +%d%% 精神速度")
 t(", +%d%% physical damage, +%d physical save, +%d mental save", ", +%d%% 物理伤害, +%d 物理豁免, +%d 精神豁免")
 t(", %d/%d damage shrugged off this turn", ", %d/%d 本回合无视伤害")
+t("evade", "闪避")
+t("speed", "速度")
 t("#F53CBE##Target# begins rampaging!", "#F53CBE##Target#开始暴走!")
 t("+Rampage", "+æš´èµ°")
 t("#F53CBE##Target# is no longer rampaging.", "#F53CBE##Target#停止了暴走。")
@@ -35679,10 +36810,12 @@ t("#Target# enters a state of bloodlust.", "#Target#获得嗜血状态。")
 t("#Target# calms down.", "#Target#冷静了下来。")
 t("Orcish Triumph", "兽人凯旋")
 t("Inspired by a recent kill increasing all resistance by %d%%.", "你的胜利增加了你 %d%%  全体伤害抗性。")
+t("frenzy", "疯狂")
 t("#Target# roars triumphantly.", "#Target#扬起怒吼。")
 t("#Target# is no longer inspired.", "#Target#冷静了下来。")
 t("Brainlocked", "思维封锁")
 t("Renders a random talent unavailable. Talent cooldown is halved until the effect has worn off.", "随机使一个技能无法使用。该状态下所有技能冷却速度减半。")
+t("cross tier", "越层效果")
 t("+Brainlocked", "+思维封锁")
 t("-Brainlocked", "-思维封锁")
 t("Frantic Summoning", "疯狂召唤")
@@ -35693,8 +36826,10 @@ t("#Target#'s frantic summoning ends.", "#Target#的疯狂召唤效果消失了
 t("-Frantic Summoning", "-疯狂召唤")
 t("Wild Summon", "野性召唤")
 t("%d%% chance to get a more powerful summon.", "%d%% 概率提升召唤能力。")
+t("summon", "召唤")
 t("Lobotomized (confused)", "脑叶切断 (混乱)")
 t("The target's mental faculties have been severely impaired, making it act randomly each turn (%d%% chance) and reducing its cunning by %d.", "目标的精神判断力严重受损,每回合 (%d%% 概率) 随机动作并降低灵巧 %d 。")
+t("confusion", "æ··ä¹±")
 t("#Target# higher mental functions have been imparied.", "#Target#的高级精神功能受到破坏。")
 t("+Lobotomized", "+脑叶切除")
 t("#Target#'s regains its senses.", "#Target#恢复了感知。")
@@ -35740,6 +36875,8 @@ t("#Target# is no longer sleeping.", "#Target#从沉睡中清醒。")
 t("-Slumber", "-催眠")
 t("Nightmare", "梦魇")
 t("The target is in a nightmarish sleep, suffering %0.2f mind damage each turn and unable to to perform most actions.  Every %d damage it takes will reduce the duration of the effect by one turn.", "目标陷入噩梦,每回合遭受 %0.2f 精神伤害并无法活动。每受到 %d 伤害缩短 1 回合持续时间。")
+t("nightmare", "梦魇")
+t("sleep", "睡眠")
 t("#F53CBE##Target# is lost in a nightmare.", "#F53CBE##Target#陷入噩梦中。")
 t("+Nightmare", "+梦魇")
 t("#Target# is free from the nightmare.", "#Target#摆脱了噩梦。")
@@ -35764,6 +36901,7 @@ t("#Target# regains its senses.", "#Target#恢复了感知。")
 t("-Sundered Mind", "-碾碎心灵")
 t("Broken Dream", "梦境破碎")
 t("The target's dreams have been broken by the dreamforge, reducing its mental save by %d and reducing its chance of successfully casting a spell by %d%%.", "目标的梦境被破坏,降低精神豁免 %d 并降低施法成功率 %d%% 。")
+t("morale", "士气")
 t("#Target#'s dreams have been broken.", "#Target#的梦境破碎了。")
 t("+Broken Dream", "+梦境破碎")
 t("#Target# regains hope.", "#Target#恢复了希望。")
@@ -35772,6 +36910,7 @@ t("Forge Shield", "熔炉屏障")
 t("Absorbs %d damage from the next blockable attack.  Currently Blocking: %s.", "吸收 %d 下一次可格挡的伤害,当前格挡 %s 。")
 t("Hidden Resources", "潜能爆发")
 t("The target does not consume any resources.", "目标不再消耗任何资源。")
+t("willpower", "意志")
 t("#Target#'s focuses.", "#Target#的潜能爆发了。")
 t("+Hidden Ressources", "+潜能爆发")
 t("#Target#'s loses some focus.", "#Target#不再集中意志。")
@@ -35784,6 +36923,7 @@ t("#Target#'s antimagic forces vanishes.", "#Target#周身的反魔能量消失
 t("-Spell Feedback", "-反魔干扰")
 t("Mind Parasite", "精神寄生")
 t("The target is infected with a mind parasite. Each time it uses a talent it has a %d%% chance to have %d random talent(s) put on cooldown for %d turns.", "目标被精神寄生虫感染,每次使用技能时有 %d%% 几率让 %d 个随机技能进入 %d 回合的冷却.")
+t("nature", "自然")
 t("#Target# is infected with a mind parasite.", "#Target#被精神寄生虫感染")
 t("+Mind Parasite", "+精神寄生")
 t("#Target# is free from the mind parasite.", "#Target#摆脱了精神寄生虫")
@@ -35794,6 +36934,7 @@ t("Shadow Empathy", "阴影链接")
 t("%d%% of all damage is redirected to a random shadow.", "%d%% 的总伤害被转移至随机某个阴影。")
 t("Shadow Decoy", "阴影诱饵")
 t("A random shadow absorbed a fatal blow for you, granting you a negative shield of %d.", "随机的一个阴影将吸收一次你受到的致命伤害 ,   并给你带来一个 %d 的临时盾.")
+t("mind", "精神")
 t("Crystal Resonance", "水晶共振")
 t("The power released by the %s resonates.", "%s周围环绕的能量共鸣了。")
 t("#Target# glints with a crystaline aura", "#Target#周围闪烁着水晶领域")
@@ -35802,21 +36943,26 @@ t("#Target# is no longer glinting.", "#Target#周围不再闪光。")
 t("-Crystal Resonance", "-水晶共振")
 t("Weapon Warding", "武器格挡")
 t("Target is using %s telekinetically wielded weapon defensively and will block the next melee attack and retaliate.", "目标正使用%s念力武器进行防御,能格挡下一次近战攻击并自动反击。")
-t("#CRIMSON##Source# blocks #Target#'s attack and retaliates with %s telekinetically wielded weapon!#LAST#", "#CRIMSON##Source# 格挡了 #Target# 的攻击,并用 %s 灵能武器进行反击!#LAST#")
+t("#CRIMSON##Source# blocks #Target#'s attack and retaliates with %s telekinetically wielded weapon!#LAST#", "#CRIMSON##Source#格挡了#Target#的攻击,并用%s灵能武器进行反击!#LAST#")
 t("Thought Sense", "思维感知")
 t("Detect nearby thoughts, revealing creature locations in a radius of %d and boosting defense by %d.", "探测周围的思维,揭示半径 %d 以内的怪物位置,并增加你的闪避 %d 点。")
+t("tactic", "战术")
 t("Static Charge", "静电充能")
-t("You have accumulated an electric charge. Your next melee hit does %d extra lightning damage.", "你使用了静电充能,下一次近战攻击将造  成额外 %d 点闪电伤害。")
+t("You have accumulated an electric charge. Your next melee hit does %d extra lightning damage.", "你使用了静电充能,下一次近战攻击将造成额外 %d 点闪电伤害。")
 t("Heart Started", "强心电击")
 t("A psionic charge is keeping your heart pumping, allowing you to survive to %+d health.", "一股超能力正维持你的心脏跳动,令你能在 %+d 生命下存活。")
 t("Transcendent Telekinesis", "卓越动能")
 t("Your telekinesis transcends normal limits. +%d Physical damage and +%d%% Physical damage penetration, and improved kinetic effects.", "你的动能操控能力超越了极限,增加 %d 物理伤害与 %d%% 物理抗性穿透,同时你的动能效果得到强化。")
+t("physical", "物理")
 t("Transcendent Pyrokinesis", "卓越热能")
-t("Your pyrokinesis transcends normal limits. +%d%% Fire/Cold damage and +%d%% Fire/Cold damage penetration, and improved thermal effects.", "你的热能操控能力超越了极限,增加 %d%% 火焰 /寒冷伤害与 %d%% 火焰 / 寒冷抗性穿透,同时你的热能效果得到强化。")
+t("Your pyrokinesis transcends normal limits. +%d%% Fire/Cold damage and +%d%% Fire/Cold damage penetration, and improved thermal effects.", "你的热能操控能力超越了极限,增加 %d%% 火焰/寒冷伤害与 %d%% 火焰/寒冷抗性穿透,同时你的热能效果得到强化。")
+t("cold", "寒冷")
+t("fire", "火焰")
 t("Transcendent Electrokinesis", "卓越电能")
 t("Your electrokinesis transcends normal limits. +%d%% Lightning damage and +%d%% Lightning damage penetration, and improved charged effects.", "你的电能操控能力超越了极限,增加 %d%% 闪电伤害与 %d%% 闪电抗性穿透,同时你的电能效果得到强化。")
 t("Psionic Damage Shield", "灵能伤害护盾")
 t("The target is surrounded by a psionic shield, absorbing %d/%d damage before it crumbles.", "目标被超能力护盾保护,吸收 %d/%d 伤害直至破碎。")
+t("shield", "盾牌")
 t("+Shield", "+护盾")
 t("A psionic shield forms around #target#.", "#Target#周围形成一层灵能护盾。")
 t("-Shield", "-护盾")
@@ -35826,8 +36972,10 @@ t("An unseen force begins to swirl around %s!", "一股无形的力量开始围
 t("The unseen force around %s subsides.", "围绕%s旋转的无形力量消失了。")
 t("Psionic Maelstrom", "灵能风暴")
 t("This creature is standing in the eye of a powerful storm of psionic forces.", "这个生物站在强大的灵能风暴中心。")
+t("psionic", "超能")
 t("Caught Lightning", "捕获闪电")
-t("Lightning Catcher has caught energy and is empowering you for +%d%% lightning damage and +%d to all stats.", "闪电捕捉器捕获了能量,增加 %d%% 闪电伤害与 %d 全属性。")
+t("Lightning Catcher has caught energy and is empowering you for +%d%% lightning damage and +%d to all stats.", "闪电捕捉器捕获了能量,增加%d%%闪电伤害与%d点全属性。")
+t("lightning", "闪电")
 
 
 ------------------------------------------------
@@ -35836,8 +36984,11 @@ section "game/modules/tome/data/timed_effects/other.lua"
 t("Ethereal Form", "虚幻形态")
 t("Ethereal Form bonuses reduced by %d%%", "虚幻形态加成减少 %d%% 。")
 t("Elemental Surge: Arcane", "元素狂潮:奥术")
+t("Spell and mind speed increased by 30%", "法术和精神速度增加 30%")
 t("Elemental Surge: Physical", "元素狂潮:物理")
+t("Immune to detrimental physical effects", "对物理负面状态免疫")
 t("Elemental Surge: Nature", "元素狂潮:自然")
+t("Immune to detrimental magical effects", "对魔法负面状态免疫")
 t("Elemental Surge: Fire", "元素狂潮:火焰")
 t("All damage increased by %d%%", "所有伤害增加 %d%% 。")
 t("Elemental Surge: Cold", "元素狂潮:寒冷")
@@ -35846,10 +36997,11 @@ t("Elemental Surge: Lightning", "元素狂潮:闪电")
 t("Movement speed increased by %d%%.", "移动速度增加 %d%% 。")
 t("Elemental Surge: Light", "元素狂潮:光明")
 t("All talent cooldowns reduced by %d%%.", "所有技能冷却减少 %d%% 。")
+t("elemental", "元素")
 t("Circle Surge", "法阵潮涌")
 t("Protected by the Sun", "被太阳保护")
 t("The Sun has granted a brief immunity to all damage.", "太阳使其免疫伤害。")
-t("#Target# whirls around and a radiant shield surrounds them!", "#Target# 旋转一圈,一层光明护盾在他周围形成!")
+t("#Target# whirls around and a radiant shield surrounds them!", "#Target#旋转一圈,一层光明护盾在他周围形成!")
 t("+Divine Shield", "+神圣盾")
 t("Absorption Strike", "吸能一击")
 t("The target's light has been drained, reducing light resistance by %d%% and damage by %d%%.", "目标的光明被吸收了,减少光系抗性 %d%% 和伤害 %d%% 。")
@@ -35875,24 +37027,28 @@ t("#LIGHT_BLUE##Target# is no longer a badass tree.", "#Target#不再扎根。")
 t("-Pinned", "-定身")
 t("Infusion Saturation", "纹身饱和")
 t("The more you use infusions, the longer they will take to recharge (+%d cooldowns).", "你使用纹身的次数越多,纹身冷却时间越长 (+%d 冷却时间 )。")
+t("infusion", "纹身")
 t("Runic Saturation", "符文饱和")
 t("The more you use runes, the longer they will take to recharge (+%d cooldowns).", "你使用符文的次数越多,符文冷却时间越长 (+%d 冷却时间 )。")
+t("rune", "符文")
 t("Tainted", "印记饱和")
 t("The more you use taints, the longer they will take to recharge (+%d cooldowns).", "你使用堕落印记的次数越多,堕落印记的冷却时间越长 (+%d 冷却时间 )。")
+t("taint", "堕落印记")
 t("Path of the Sun", "阳光大道")
 t("The target is able to instantly travel alongside Sun Paths.", "目标可以在阳光大道上瞬间行走。")
 t("Time Prison", "时光牢笼")
 t("The target is removed from the normal time stream, unable to act but unable to take any damage. Time does not pass for this creature.", "目标被移出时间线,不能行动也不能受到伤害,该生物的时间停止。")
-t("#Target# is removed from time!", "#Target# 被从时间中移除!")
+t("#Target# is removed from time!", "#Target#被从时间中移除!")
 t("+Out of Time", "+移出时间")
-t("#Target# is returned to normal time.", "#Target# 返回了正常时间。")
+t("#Target# is returned to normal time.", "#Target#返回了正常时间。")
 t("-Out of Time", "-移出时间")
 t("Time Shield", "时间盾")
 t("The target is surrounded by a time distortion, absorbing %d/%d damage and sending it forward in time. While active all newly applied status effects durations are reduced by %d%%.", "目标被一层扭曲时空的护盾所包围,吸收 %d/%d 伤害并将伤害向后推移。当激活时,所有新获得的状态持续时间都会减少 %d%% 。")
+t("shield", "盾牌")
 t("+Time Shield", "+时间盾")
-t("The very fabric of time alters around #target#.", "#Target# 周围的时间网开始变化。")
+t("The very fabric of time alters around #target#.", "#Target#周围的时间网开始变化。")
 t("-Time Shield", "-时间盾")
-t("The fabric of time around #target# stabilizes to normal.", "#Target# 周围的时间网恢复了稳定。")
+t("The fabric of time around #target# stabilizes to normal.", "#Target#周围的时间网恢复了稳定。")
 t("Temporal Restoration Field", "时间储能")
 t("The time distortion has created a restoration field, healing the target for %d each turn.", "时间的扭曲制造了一个能量场,每回合治疗目标 %d 点.")
 t("+Temporal Restoration Field", "+时间储能")
@@ -35901,7 +37057,7 @@ t("-Temporal Restoration Field", "-时间储能")
 t("The fabric of time around #target# returns to normal.", "#Target#周围的时间线恢复正常。")
 t("Golem out of sight", "傀儡在视线外")
 t("The golem is out of sight of the alchemist; direct control will be lost!", "傀儡在炼金术师的视线以外,你将失去对它的控制!")
-t("#LIGHT_RED#You lost sight of your golem for too long; direct control is broken!", "#LIGHT_RED#傀儡离开你的视线时间太长, 控制被中断了!")
+t("#LIGHT_RED#You lost sight of your golem for too long; direct control is broken!", "#LIGHT_RED#傀儡离开你的视线时间太长,控制被中断了!")
 t("golem out of sight", "傀儡在视线外")
 t("Shadow out of sight", "阴影在视线外")
 t("The shadow is out of sight of its host; direct control will be lost!", "阴影在视线以外,你将失去对它的控制!")
@@ -35909,26 +37065,26 @@ t("#LIGHT_RED#You lost sight of your shadow for too long; it dissipates!", "#LIG
 t("shadow out of sight", "阴影在视线外")
 t("Husk out of sight", "傀儡在视线外")
 t("The husk is out of sight of its host; direct control will be lost!", "傀儡在视线以外,你将失去对它的控制!")
-t("#LIGHT_RED##Target# is out of sight of its master; direct control will break!.", "#LIGHT_RED##Target# 在主人视野外;直接控制中断了!")
+t("#LIGHT_RED##Target# is out of sight of its master; direct control will break!.", "#LIGHT_RED##Target#在主人视野外;直接控制中断了!")
 t("+Out of sight", "+视野外")
 t("#LIGHT_RED#You lost sight of your husk for too long; it disintegrates!", "#LIGHT_RED#傀儡脱离视线太久;它碎裂了!")
 t("husk out of sight", "傀儡在视线外")
 t("Continuum Destabilization", "è¿žç»­ç´Šä¹±")
 t("The target has been affected by space or time manipulations and is becoming more resistant to them (+%d).", "目标受时空操纵的影响,提升抵抗 (+%d)。")
-t("#Target# looks a little pale around the edges.", "#Target# 看上去变得暗淡了。")
+t("#Target# looks a little pale around the edges.", "#Target#看上去变得暗淡了。")
 t("+Destabilized", "+ç´Šä¹±")
-t("#Target# is firmly planted in reality.", "#Target# 返回了现实世界。")
+t("#Target# is firmly planted in reality.", "#Target#返回了现实世界。")
 t("-Destabilized", "-ç´Šä¹±")
 t("Summoning Destabilization", "召唤紊乱")
 t("The more the target summons creatures the longer it will take to summon more (+%d turns).", "目标召唤的生物越多,施放召唤技能所需时间越长 (+%d turns)。")
 t("Damage Smearing", "时空转化")
 t("Damage received in the past is returned as %0.2f temporal damage per turn.", "过去受到的伤害被转化为每回合 %0.2f 时空伤害。")
-t("#Target# is taking damage received in the past!", "#Target# 受到过去累积的伤害!")
+t("#Target# is taking damage received in the past!", "#Target#受到过去累积的伤害!")
 t("+Smeared", "+转化")
-t("#Target# stops taking damage received in the past.", "#Target# 不再受到过去累积的伤害。")
+t("#Target# stops taking damage received in the past.", "#Target#不再受到过去累积的伤害。")
 t("-Smeared", "-转化")
 t("See the Threads", "命运螺旋")
-t("You walk three different timelines, choosing the one you prefer at the end (current timeline: %d).", "你可以从三条时间线中选择一条进入。 ( 当前时间线 : %d)。")
+t("You walk three different timelines, choosing the one you prefer at the end (current timeline: %d).", "你可以从三条时间线中选择一条进入。 ( 当前时间线 :%d)。")
 t("#LIGHT_RED#The see the threads spell fizzles and cancels, leaving you in this timeline.", "#LIGHT_RED#命运螺旋法术失败了,你停留在了当前时间线。")
 t("#LIGHT_BLUE#You unfold the space time continuum to the start of the time threads!", "#LIGHT_BLUE#你折叠了时空,回到时间线开头")
 t("Imminent Paradox Clone", "无序克隆迫近")
@@ -35946,17 +37102,19 @@ t("#Target#'s lifeline is being severed!", "#Target#的生命线被收割了!")
 t("+Sever Lifeline", "+生命离断")
 t("Fade From Time", "时光凋零")
 t("The target is partially removed from the timeline, reducing all damage dealt by %d%%, all damage received by %d%%, and the duration of all detrimental effects by %d%%.", "目标暂时被从时间线中移除,造成的伤害减少 %d%% ,减少受到伤害 %d%% ,并减少 %d%% 回合所有不良效果持续时间。")
-t("#Target# has partially removed itself from the timeline.", "#Target# 部分从时间线中消失。")
+t("#Target# has partially removed itself from the timeline.", "#Target#部分从时间线中消失。")
 t("+Fade From Time", "+时光凋零")
-t("#Target# has returned fully to the timeline.", "#Target# 完全返回了时间线内。")
+t("#Target# has returned fully to the timeline.", "#Target#完全返回了时间线内。")
 t("-Fade From Time", "-时光凋零")
 t("Shadow Veil", "暗影面纱")
 t("You veil yourself in shadows and let them control you. While in the veil you become immune to status effects, and gain %d%% all damage reduction. Each turn you blink to a nearby foe within range %d, hitting it for %d%% darkness weapon damage. While this goes on you cannot be stopped unless you are killed, and you cannot control your character.", "你融入暗影并被其支配,当你笼罩在阴影里时你对所有状态免疫,并减少 %d%% 所受伤害,每回合你可以闪到 1 个附近的敌人身边 (半径 %d),对其造成 %d%% 暗影武器伤害。当此技能激活时除非死亡否则无法被打断,且你无法控制你的角色。")
-t("#Target# is covered in a veil of shadows!", "#Target# 笼罩在暗影之中!")
+t("#Target# is covered in a veil of shadows!", "#Target#笼罩在暗影之中!")
 t("+Assail", "+暗影笼罩")
-t("#Target# is no longer covered by shadows.", "#Target# 不再遮蔽在暗影中。")
+t("#Target# is no longer covered by shadows.", "#Target#不再遮蔽在暗影中。")
 t("-Assail", "-暗影笼罩")
 t("Zero Gravity", "失重")
+t("There is no gravity here; you float in the air. Movement is three times as slow, and any melee or archery blows have a chance to knockback. Maximum encumbrance is greatly increased.", "这里没有重力,你漂浮在空中。移动速度下降三倍,所有近战攻击或射击有一定几率击退目标。负重上限大幅增加。")
+t("spacetime", "时空")
 t("#LIGHT_BLUE#You enter a zero gravity zone, beware!", "#LIGHT_BLUE#注意!你进入了失重区域!")
 t("Curse of Corpses", "尸体诅咒")
 t("Corpses", "尸体")
@@ -35967,11 +37125,13 @@ t([[An aura of death surrounds you.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Strength, %+d Magic
 #CRIMSON#Power 3+: %sLiving Death: Ghoulish retch heals you. Once every %d turns, retch (level %d) when you fall below %d%% health
 #CRIMSON#Power 4+: %sReprieve from Death: Humanoids you slay have a %d%% chance to rise to fight beside you as ghouls for 6 turns.]], [[一个死亡的光环笼罩着你.
-#CRIMSON# 惩罚 : #WHITE# 死亡恐惧: %+d%% 对亡灵的伤害抵抗。 
-#CRIMSON# 强度 1+: %s 死亡力量: %+d%% 对亡灵的伤害加成。 
-#CRIMSON# 强度 2+: %s%+d 幸运 , %+d 力量 , %+d 魔法 
-#CRIMSON# 强度 3+: %s 活死人之躯: 亡灵唾液能治愈你。当你的生命值降低到 %d%% 以下时,你会释放一次 %d 等级的亡灵唾液,冷却时间为 %d 回合。
-#CRIMSON# 强度 4+: %s 死缓:你杀死的人形生物有 %d%% 几率变成食尸鬼并替你作战持续 6 回合。]])
+#CRIMSON# 惩罚 :#WHITE# 死亡恐惧: %+d%% 对亡灵的伤害抵抗。
+#CRIMSON# 强度 1+:%s 死亡力量: %+d%% 对亡灵的伤害加成。
+#CRIMSON# 强度 2+:%s%+d 幸运 , %+d 力量 , %+d 魔法
+#CRIMSON# 强度 3+:%s 活死人之躯:亡灵唾液能治愈你。当你的生命值降低到 %d%% 以下时,你会释放一次 %d 等级的亡灵唾液,冷却时间为 %d 回合。
+#CRIMSON# 强度 4+:%s 死缓:你杀死的人形生物有 %d%% 几率变成食尸鬼并替你作战持续 6 回合。]])
+t("This corpse was recently alive but moves as though it is just learning to use its body.", "这具尸体刚刚被复活,它活动起来就像刚刚学会使用自己的身体一样。")
+t("Summon", "召唤")
 t("#F53CBE#The corpse of the %s pulls itself up to fight for you.", "#F53CBE#%s的尸体又站了起来,协助你战斗。")
 t("Curse of Madness", "疯狂诅咒")
 t("Madness", "绝望")
@@ -35982,11 +37142,11 @@ t([[You feel your grip on reality slipping.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Dexterity
 #CRIMSON#Power 3+: %sConspirator: Your madness is contagious. Every time you critically damage a foe there is a %d%% chance to spread one of your current detrimental mental effect to them.
 #CRIMSON#Power 4+: %sMania: Once per turn, when an attack does more than %0.1f%% of your life, the remaining cooldown of all your talents is reduced by 1.]], [[你觉得你对现实失去控制。
-#CRIMSON# 惩罚 : #WHITE# 扰乱心智: %+d%% 精神抵抗 , %+d%% 混乱免疫 
-#CRIMSON# 强度 1+: %s 解除束缚: %+d%% 暴击伤害, %+d%% 副手武器伤害。 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 敏捷 
-#CRIMSON# 强度 3+: %s 阴谋: 你的疯狂是会传染的。每次你对敌人造成暴击伤害时,都有 %d%% 的几率将你当前的负面精神效果传播给他们。
-#CRIMSON# 强度 4+: %s 狂热: 每回合一次,当一次攻击超过你生命的 %0.1f%% 时,你所有技能的剩余冷却时间减少 1 。]])
+#CRIMSON# 惩罚 :#WHITE# 扰乱心智: %+d%% 精神抵抗 , %+d%% 混乱免疫
+#CRIMSON# 强度 1+:%s 解除束缚: %+d%% 暴击伤害, %+d%% 副手武器伤害。
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 敏捷
+#CRIMSON# 强度 3+:%s 阴谋:你的疯狂是会传染的。每次你对敌人造成暴击伤害时,都有 %d%% 的几率将你当前的负面精神效果传播给他们。
+#CRIMSON# 强度 4+:%s 狂热:每回合一次,当一次攻击超过你生命的 %0.1f%% 时,你所有技能的剩余冷却时间减少 1 。]])
 t("#F53CBE#%s's mania hastens cooldowns.", "#F53CBE#%s的狂热降低了冷却时间")
 t("#F53CBE##Source# spreads the madness to #Target#.", "#F53CBE##Source#的疯狂传播到#Target#。")
 t("Curse of Shrouds", "屏障诅咒")
@@ -35998,11 +37158,11 @@ t([[A shroud of darkness seems to fall across your path.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Constitution
 #CRIMSON#Power 3+: %sShroud of Passing: Your form seems to fade as you move, reducing all damage taken by %d%% for 1 turn after movement.
 #CRIMSON#Power 4+: %sShroud of Death: The power of every kill seems to envelop you like a shroud, reducing all damage taken by %d%% for 3 turns.]], [[一道黑暗屏障降临在你的面前。
-#CRIMSON# 惩罚 : #WHITE# 虚弱屏障:小概率被包裹在虚弱屏障内 ( 降低所造成伤害 %d%%) 持续 4 回合。 
-#CRIMSON# 强度 1+: %s 暗夜行者: %+d 暗影抵抗, %+d%% 最大暗影抵抗, %+d 看破隐形强度 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 体质 
-#CRIMSON# 强度 3+: %s 穿越屏障:你的身形在移动时消失,移动后 1 回合减少 %d%% 所受伤害。 
-#CRIMSON# 强度 4+: %s 死亡屏障:每一次杀死目标可以让你笼罩在一个屏障内,减少 %d%% 所受伤害持续 3 回合。]])
+#CRIMSON# 惩罚 :#WHITE# 虚弱屏障:小概率被包裹在虚弱屏障内 ( 降低所造成伤害 %d%%) 持续 4 回合。
+#CRIMSON# 强度 1+:%s 暗夜行者: %+d 暗影抵抗, %+d%% 最大暗影抵抗, %+d 看破隐形强度
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 体质
+#CRIMSON# 强度 3+:%s 穿越屏障:你的身形在移动时消失,移动后 1 回合减少 %d%% 所受伤害。
+#CRIMSON# 强度 4+:%s 死亡屏障:每一次杀死目标可以让你笼罩在一个屏障内,减少 %d%% 所受伤害持续 3 回合。]])
 t("Shroud of Weakness", "虚弱屏障")
 t("The target is enveloped in a shroud that seems to hang upon it like a heavy burden. (Reduces damage dealt by %d%%).", "目标笼罩在一个虚弱屏障内。 ( 减少造成伤害 %d%%)。")
 t("Shroud of Passing", "屏障穿越")
@@ -36010,7 +37170,7 @@ t("Shroud of Death", "死亡屏障")
 t("The target is enveloped in a shroud that seems to not only obscure it but also to fade its form (+%d%% resist all).", "笼罩在一个屏障内使目标身形逐渐消失 (+%d%% 全抗 )。")
 t("Curse of Nightmares", "噩梦诅咒")
 t("Nightmares", "噩梦")
-t("Curse of Nightmares (power %0.1f): %d%%", "噩梦诅咒 (强度 %0.1f): %d%%")
+t("Curse of Nightmares (power %0.1f): %d%%", "噩梦诅咒 (强度 %0.1f):%d%%")
 t("Curse of Nightmares (power %0.1f)", "噩梦诅咒 (强度 %0.1f)")
 t([[Horrible visions fill your mind.
 #CRIMSON#Penalty : #WHITE#Plagued by Visions: Your mental save has a 20%% chance to be reduced by %d%% when tested.
@@ -36018,13 +37178,14 @@ t([[Horrible visions fill your mind.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Willpower
 #CRIMSON#Power 3+: %sHarrow: When a foe attempts to inflict a detrimental effect upon you, your harrowing aura retaliates against a random foe in range 10, dealing %d mind and %d darkness damage.
 #CRIMSON#Power 4+: %sNightmare: Each time you are damaged by a foe there is a chance (currently %d%%) of triggering a radius %d nightmare (summon Terrors and chances to slow, deal %d Mind damage, and deal %d Darkness damage) for 8 turns. The chance grows each time you are struck but fades over time.]], [[你的脑海中充斥恐怖景象。
-#CRIMSON# 惩罚 : #WHITE# 扰乱幻象:当鉴定时,你的精神豁免有 20%%概率减少 %d%% 
-#CRIMSON# 强度 1+: %s 从现实消失: %+d 物理抵抗, %+d 物理抵抗上限 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 意志 
-#CRIMSON# 强度 3+: %s 折磨 : 当敌人试图对你造成负面效果时,你的折磨光环会对 10 范围内的一个随机敌人进行报复,造成 %d 精神和 %d 黑暗伤害。
-#CRIMSON# 强度 4+: %s 噩梦: 每次受到目标攻击有概率 (当前 %d%%) 触发一个范围为 %d 码的噩梦(有减速、召唤梦魇和直接造成%d精神、%d暗影伤害的效果)持续 8 回合。  触发几率  在每次你受到打击时提高,同时随时间下降。]])
+#CRIMSON# 惩罚 :#WHITE# 扰乱幻象:当鉴定时,你的精神豁免有 20%%概率减少 %d%%
+#CRIMSON# 强度 1+:%s 从现实消失: %+d 物理抵抗, %+d 物理抵抗上限
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 意志
+#CRIMSON# 强度 3+:%s 折磨 :当敌人试图对你造成负面效果时,你的折磨光环会对 10 范围内的一个随机敌人进行报复,造成 %d 精神和 %d 黑暗伤害。
+#CRIMSON# 强度 4+:%s 噩梦:每次受到目标攻击有概率 (当前 %d%%) 触发一个范围为 %d 码的噩梦(有减速、召唤梦魇和直接造成%d精神、%d暗影伤害的效果)持续 8 回合。  触发几率  在每次你受到打击时提高,同时随时间下降。]])
 t("#F53CBE#%s harrows %s!", "#F53CBE#%s惊扰%s!")
 t("A formless terror that seems to cut through the air, and its victims, like a knife.", "这只形态模糊的恐魔,将敌人连同周围的空气一起切成两半。")
+t("Nightmare", "梦魇")
 t("#F53CBE#The air around %s grows cold and terrifying shapes begin to coalesce. A nightmare has begun.", "#F53CBE#%s周围的空气开始变得冰冷并形成了一种令人恐怖的形状,噩梦开始了。")
 t("Curse of Misfortune", "厄运诅咒")
 t("Misfortune", "厄运")
@@ -36035,30 +37196,33 @@ t([[Mayhem and destruction seem to follow you.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Cunning
 #CRIMSON#Power 3+: %sMissed Opportunities: Opportunities are fleeting, and those close to you begin to miss them (+%d%% evasion).
 #CRIMSON#Power 4+: %sUnfortunate End: The damage you deal will increase by %d%% if the increase would be enough to kill your opponent.]], [[重伤和毁灭追随着你。
-#CRIMSON# 惩罚 : #WHITE# 霉运:在你的旅途中找到的金币减少。 
-#CRIMSON# 强度 1+: %s 失败的努力: 围绕你的努力都会失败  (+%d%% 检测陷阱的几率 )。
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 灵巧 
-#CRIMSON# 强度 3+: %s 错失良机: 机会转瞬即逝,你身边的人会错失良机 (+%d%% 闪避攻击概率)。
-#CRIMSON# 强度 4+: %s 厄运终结: 如果提高后的伤害足够杀死对手的话,你将可以提高 %d%% 的伤害]])
+#CRIMSON# 惩罚 :#WHITE# 霉运:在你的旅途中找到的金币减少。
+#CRIMSON# 强度 1+:%s 失败的努力:围绕你的努力都会失败  (+%d%% 检测陷阱的几率 )。
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 灵巧
+#CRIMSON# 强度 3+:%s 错失良机:机会转瞬即逝,你身边的人会错失良机 (+%d%% 闪避攻击概率)。
+#CRIMSON# 强度 4+:%s 厄运终结:如果提高后的伤害足够杀死对手的话,你将可以提高 %d%% 的伤害]])
 t("#F53CBE#%s suffers an unfortunate end.", "#F53CBE#%s遭受厄运。")
 t("#F53CBE#%s suffers an unfortunate blow.", "#F53CBE#%s遭受了厄运的打击。")
 t("Unstable Probabilites", "不稳定可能性")
 t("The target has recently blinked through a wall using probability travel.", "目标刚才用次元移动穿过了一面墙。")
+t("space", "空间")
 t("Cursed Form", "诅咒形态")
+t("curse", "诅咒")
 t("The target's unnatural body has responded to damage taken.", "目标的诅咒之体对其所承受的苦难做出了回应。")
 t(" All damage that the target inflicts is increased by %d%%.", " 目标造成的所有伤害增加 %d%% 。")
 t(" Strength and Willpower are increased by %d. Poisons and diseases have a %d%% chance of being neutralized each turn.", " 力量和意志增加 %d 。每回合有 %d%% 免疫疾病和毒素效果。")
 t("Marked Prey", "标记猎物")
-t("Hunting:", "猎杀中:")
+t("Hunting:", "猎杀中:")
 t("\
 %d%% Received damage reduction against:", "\
-从以下目标受到的伤害降低 %d%% :")
+从以下目标受到的伤害降低 %d%% :")
 t("\
 - %s%s#LAST#", "\
 - %s%s#LAST#")
 t("\
 - #ffa0ff#%s#LAST#", "\
 - #ffa0ff#%s#LAST#")
+t("predator", "猎杀")
 t("Faded", "隐匿")
 t("The target has faded and is no longer taking damage.", "目标消隐了,不会受到伤害。")
 t("#Target# fades!", "#Target#消失了!")
@@ -36067,16 +37231,19 @@ t("Highborn's Bloom", "生命绽放")
 t("The target is using talents without consuming resources.", "目标使用技能时不再消耗能量。")
 t("Victory Rush", "胜利冲锋")
 t("The thrill of victory makes this creature invulnerable.", "胜利的激励使目标刀枪不入。")
+t("arcane", "奥术")
 t("Solipsism", "唯我论")
 t("This creature has fallen into a solipsistic state and is caught up in its own egoic thoughts (-%d%% global speed).", "目标进入唯我状态并且被自己的思维所干扰 (-%d%% 整体速度 )。")
 t("Clarity", "唯我论:明晰")
 t("The creature has found a state of clarity and sees the world for what it is (+%d%% global speed).", "目标对这个世界有着更加清晰的认识 (+%d%% 整体速度 )。")
 t("Dreamscape", "梦境空间")
 t("This target has invaded %s's dreams and has gained a %d%% bonus to all damage.", "目标进入了 %s 的梦境,并且增加 %d%% 所有伤害。")
+t("psionic", "超能")
 t("You could not find enough space to form a dream projection...", "你找不到可以进行梦境投影的空间……")
 t("%s's dream projection", "%s的梦境投影")
 t("#LIGHT_RED#%s writhes in agony as a fragment of its mind is destroyed!", "#LIGHT_RED#%s作为精神碎片被摧毁了。")
 t("#LIGHT_BLUE#%s has spawned a dream projection to protect its mind!", "#LIGHT_BLUE#%s产生了一个梦境守卫来保护自己!")
+t("Dream Self", "梦境投影")
 t("#LIGHT_RED#%s's mind shatters into %d tiny fragments!", "#LIGHT_RED#%s的精神破碎为%d块碎片!")
 t("#LIGHT_BLUE#You are brought back from the Dreamscape!", "#LIGHT_BLUE#你脱离了梦境空间!")
 t("#LIGHT_RED#%s suffered a %s of self in the Dreamscape!", "#LIGHT_RED#%s在梦境空间中受到了%s!")
@@ -36085,21 +37252,35 @@ t("While this effect holds you can decide recent history did not happen the way
 t("#LIGHT_RED#The spell fizzles.", "#LIGHT_RED#法术失败了。")
 t("#LIGHT_BLUE#You go back in time to rewrite history!", "#LIGHT_BLUE#你及时返回,改写了历史!")
 t("Oil mist", "油雾")
+t("Zone-wide effect: +10% fire damage, -10% fire resistance, -10% armour, -2 sight range.", "范围效果: +10% 火焰伤害, -10% 火焰抗性, -10% 护甲值, -2 可视范围。")
 t("Grave chill", "墓地深寒")
+t("Zone-wide effect: +10% cold damage, -10% cold resistance, -10% physical save, -20% confusion immunity.", "范围效果: +10% 寒冰伤害, -10% 寒冰抗性, -10% 物理豁免, -20% 混乱抗性。")
 t("Static discharge", "静电放射")
+t("Zone-wide effect: +10% lightning damage, -10% lightning resistance, -10% physical power, -20% stun immunity.", "范围效果: +10% 闪电伤害, -10% 闪电抗性, -10% 物理强度, -20% 震慑抗性。")
 t("Noxious fumes", "毒性气体")
+t("Zone-wide effect: +10% acid damage, -10% acid resistance, -10% defense, -20% disarm immunity.", "范围效果: +10% 酸性伤害, -10% 酸性抗性, -10% 闪避, -20% 缴械抗性。")
 t("Echoes of the void", "虚空回音")
+t("Zone-wide effect: +10% darkness damage, -10% darkness resistance, -10% mental save, -20% fear immunity.", "范围效果: +10% 暗影伤害, -10% 暗影抗性, -10% 精神豁免, -20% 恐惧抗性。")
 t("Eerie silence", "恐惧噤声")
+t("Zone-wide effect: +10% mind damage, -10% mind resistance, -10% spellpower, -20% silence immunity.", "范围效果: +10% 精神伤害, -10% 精神抗性, -10% 法术强度, -20% 沉默抗性。")
 t("Aura of light", "圣光光环")
+t("Zone-wide effect: +10% light damage, -10% light resistance, -10% accuracy, -20% blind immunity.", "范围效果: +10% 光系伤害, -10% 光系抗性, -10% 命中, -20% 致盲抗性。")
 t("Aether residue", "以太残渣")
+t("Zone-wide effect: +10% arcane damage, -10% arcane resistance, -10% armour hardiness, -20% stoning immunity.", "范围效果: +10% 奥术伤害, -10% 奥术抗性, -10% 护甲强度, -20% 石化抗性。")
 t("Impossible geometries", "扭曲空间")
+t("Zone-wide effect: +10% temporal damage, -10% temporal resistance, -10% spell save, -20% pinning immunity.", "范围效果: +10% 时空伤害, -10% 时空抗性, -10% 法术豁免, -20% 定身抗性。")
 t("Uncontrolled anger", "无边愤怒")
+t("Zone-wide effect: +10% physical damage, -10% physical resistance, -10% mindpower, -20% knockback immunity.", "范围效果: +10% 物理伤害 , -10% 物理抵抗 , -10% 精神强度 , -20% 击退免疫。")
 t("Miasma", "瘴气")
+t("Zone-wide effect: +10% blight damage, -10% blight resistance, -20% healing mod, -20% disease immunity.", "范围效果: +10% 枯萎伤害, -10% 枯萎抗性, -20% 治疗加成, -20% 疾病抗性。")
 t("Slimy floor", "泥泞之地")
+t("Zone-wide effect: +10% nature damage, -10% nature resistance, -10% ranged defense, -20% poison immunity.", "范围效果: +10% 自然伤害, -10% 自然抗性, -10% 远程闪避, -20% 毒素抗性。")
 t("In Vault", "陷入迷宫")
 t("The target is part of a vault and cannot act until it has been openend.", "目标在宝藏房间里。除非房间被打开,否则不会行动。")
+t("vault", "宝库")
 t("Cauterize", "灼烧")
 t("Your body is cauterizing, burning for %0.2f damage each turn.", "你的躯体开始灼烧,每回合受到 %0.2f 伤害。")
+t("fire", "火焰")
 t("#CRIMSON##Target# is wreathed in flames on the brink of death!", "#CRIMSON##Target#在死亡边缘被火焰笼罩!")
 t("+Cauterize", "+灼烧")
 t("#CRIMSON#The flames around #target# vanish.", "#CRIMSON##Target#周围的火焰消散了。")
@@ -36107,31 +37288,40 @@ t("-Cauterize", "-灼烧")
 t("Something", "某物")
 t("Protected by the Eidolon", "受艾德隆保护")
 t("The target is protected by the Eidolon, no creature may harm it (except self-harm).", "目标受到艾德隆保护,没有生物可以伤害它(自残除外……)")
+t("eidolon", "艾德隆")
 t("Cloak of Deception", "欺诈斗篷")
 t("The target is under the effect of the cloak of deception, making it look human.", "目标受到欺诈斗篷的效果影响,使它看上去像活人一样。")
+t("undead", "亡灵")
 t("#LIGHT_BLUE#An illusion appears around #Target# making %s appear human.", "#LIGHT_BLUE##Target#周围的幻影让%s看起来像活着一样。")
 t("+CLOAK OF DECEPTION", "+欺诈斗篷")
 t("#LIGHT_BLUE#The illusion covering #Target# disappears.", "#LIGHT_BLUE##Target#周围的幻影消失了。")
 t("-CLOAK OF DECEPTION", "-欺诈斗篷")
 t("Suffocating", "窒息")
 t("You are suffocating! Each turn you lose an ever increasing percent of your total life (currently %d%%)", "你正在窒息 ! 每回合按比例损失生命,且越来越多(现在 %d%% )")
+t("suffocating", "窒息")
 t("#Target# is suffocating.", "#Target#进入窒息状态。")
 t("+SUFFOCATING", "+窒息")
 t("#Target# can breathe again.", "#Target#可以呼吸了。")
 t("-Suffocating", "-窒息")
+t("suffocated to death", "窒息而死")
 t("Antimagic Disruption", "反魔干扰")
 t("Your arcane powers are disrupted by your antimagic equipment.  Arcane talents fail %d%% of the time and arcane sustains have a %0.1f%% chance to deactivate each turn.", "你的奥术力量被反魔法装备干扰。奥术技能有 %d%% 几率失败,奥术持续技能每回合有 %0.1f%% 几率自动解除。")
+t("antimagic", "反魔法")
 t("Swift Hands", "无影手")
 t("You swaped an item without taking time this turn.", "这回合你切换了物品,没有消耗时间。")
+t("prodigy", "天赋")
 t("Hunter!", "捕猎中!")
 t("Knows where you are!", "知道你在哪里!")
+t("madness", "疯狂")
 t("Through The Crowd", "穿梭人群")
 t("Increases physical save, spell save, and mental save by %d. Global speed increased by %d%%.", "增加物理、法术、精神豁免 %d 点,增加整体速度 %d%% 。")
+t("miscellaneous", "杂项")
 t("Reloading", "装填弹药")
 t("The target has replenished some ammo.", "目标装填弹药中。")
-t("#Target# is disarmed!", "#Target# 被缴械!")
+t("disarm", "缴械")
+t("#Target# is disarmed!", "#Target#被缴械!")
 t("+Disarmed", "+缴械")
-t("#Target# rearms.", "#Target# 重新拿起了武器。")
+t("#Target# rearms.", "#Target#重新拿起了武器。")
 t("-Disarmed", "-缴械")
 t("Spacetime Tuning", "时空调谐")
 t("Tuning Paradox at a rate of %+d per turn.", "调整紊乱值,每回合调整 %+d 点。")
@@ -36144,7 +37334,7 @@ t("This target has retreated to a safe place.", "目标被传送至安全位置
 t("#STEEL_BLUE#You are brought back from your repreive!", "#STEEL_BLUE#被从避难所带了回去!")
 t("Temporal Fugue", "时间复制")
 t("This target is splitting all damage with its fugue clones.", "目标将伤害和时空复制体共享。")
-t("#STEEL_BLUE##Source# shares damage with %s fugue clones!", "#STEEL_BLUE##Source# 和 %s 时空克隆共享伤害!")
+t("#STEEL_BLUE##Source# shares damage with %s fugue clones!", "#STEEL_BLUE##Source#和%s时空克隆共享伤害!")
 t("#STEEL_BLUE#(%d shared)#LAST#", "#STEEL_BLUE#(%d 伤害共享)#LAST#")
 t("Draconic Will", "龙族意志")
 t("The target is immune to all detrimental effects.", "目标免疫所有异常状态。")
@@ -36155,45 +37345,63 @@ t("-Draconic Will", "-龙族意志")
 t("Reality Smearing", "弥散现实")
 t("Damage received in the past is returned as %0.2f paradox damage per turn.", "过去受到的伤害被转化为每回合 %0.2f 点紊乱。")
 t("+Smearing", "+弥散现实")
-t("Reality smears around #Target#.", "#Target# 周围的时空扭曲了。")
+t("Reality smears around #Target#.", "#Target#周围的时空扭曲了。")
 t("-Smearing", "-弥散现实")
-t("Reality around #Target# is coherent again.", "#Target# 周围的时空恢复了连贯。")
+t("Reality around #Target# is coherent again.", "#Target#周围的时空恢复了连贯。")
 t("Aeons Stasis", "沉睡千年")
 t("The target is in temporal stasis.", "目标处于静滞时空中。")
+t("temporal", "时空")
 t("#Target#'s is back to the normal timeflow.", "在#Target#中沉睡了无数年的生物被唤醒了!")
 t("-Aeons Stasis", "-沉睡千年")
 t("Unstoppable", "势不可挡")
 t("The target is unstoppable! It refuses to die and cannot heal.  When the effect ends, it will heal %d Life (%d%% of maximum life per foe slain during the frenzy).", "目标无可阻挡!拒绝死亡,效果结束时回复 %d 生命(每杀一个怪回复 %d%% 最大生命 )。")
+t("frenzy", "疯狂")
 t("Hit Penalty", "双手惩罚")
 t("The target is using a two handed weapon in a single hand, reducing accuracy, physical power, spellpower and mindpower by %d%% (based on size); also all damage procs from your offhand are reduced by 50%%.", "目标单手使用双手武器,命中、物理、法术、精神强度下降 %d%% ( 受体型影响 );同时副手附  加伤害减少 50%% 。")
+t("combat", "战斗")
+t("penalty", "惩罚")
 t("Twist Fate", "扭曲命运")
 t([[Currently Twisted Anomlay: %s
 
 		%s]], [[当前异常: %s
 
 		%s]])
+t("time", "时间")
 t("+Twist Fate", "+扭曲命运")
 t("-Twist Fate", "-扭曲命运")
 t("Warden's Focus Target", "选定的目标")
-t("%s is focusing on this target.", "%s 被选为目标.")
+t("%s is focusing on this target.", "%s被选为目标.")
 t("+Warden's Focus", "+专注守卫")
 t("-Warden's Focus", "-专注守卫")
 t("Death in a Dream", "梦中死亡")
+t("mind", "精神")
 t("The target had breathed in noxious sleep-induced fumes and is losing %d life per turn.", "目标吸入有毒的催眠气体,每回合损失 %d 生命。")
 t("%s%d %s#LAST#", "%s%d %s#LAST#")
 t("Natural Aura", "自然光环")
+t("Zone-wide effect: +20 mindpower, +2 life regen, -1 equilibrium per turn, -20% resistance penetration.", "地图效果 : +20 精神强度 , +2 生命恢复 , -1 失衡值 / 回合, -20% 抗性穿透。")
 t("Sorcerous Aura", "魔法光环")
+t("Zone-wide effect: +20 magic, +2 mana regen, -20 accuracy, -20 stealth power.", "地图效果 : +20 魔法 , +2 法力回复 , -20 命中, -20 潜行强度。")
 t("Disciplined Aura", "纪律光环")
+t("Zone-wide effect: +20 defense, +20 all saves, -20 spell power.", "地图效果 : +20 闪避, +20 全豁免 , -20 法术强度。")
 t("Sinister Aura", "危险光环")
+t("Zone-wide effect: +10% critical chance, +20% critical damage, -20% nature and blight resistance.", "地图效果 : +10% 暴击几率 , +20% 暴击伤害 , -20% 自然枯萎抗性。")
 t("Underwater Zone", "水下区域")
+t("Zone-wide effect: Air decreases over time. If you run out of air you will start losing life. Look for bubbles to recover air. The water also reduces stun resistance by 10% and fire damage is reduced by 10%, however cold damage is increased by 10%.", "地图效果 :  空气值随时间损失,空气用光后将损失生命。寻找气泡来回复空气值。水同时令震慑免疫和火焰伤害下降 10% ,同时增加 10% 寒冷伤害。")
 t("Fearscape Zone", "恶魔空间")
+t("Zone-wide effect: The flames of the Fearscape increase all fire and blight damage by 10%, but the weird gravity reduces knockback resistance by 20%.", "地图效果 :  恶魔空间的火焰将增加 10% 火焰和枯萎伤害,同时减少 20% 击退抗性。")
 t("Out of Time Zone", "异常时空")
+t("Zone-wide effect: You seem to be outside the normal spacetime continuum. +10% physical resistance, -10% temporal resistance and -20% teleport resistance.", "地图效果 : 你似乎处于通常时空之外。 +10% 物理抗性, -10% 时空抗性  , -20% 传送免疫。")
 t("Spellblaze Aura", "魔法大爆炸区域")
+t("Zone-wide effect: The power of the Spellblaze still burns here. -10% resistance to fire, arcane and blight damage, but +10% cold resistance. WARNING: The powerful magic here reflects teleportation magic!", "地图效果 : 魔法大爆炸的火焰仍在燃烧, -10% 火焰、枯萎、奥术抗性 , +10% 寒冷抗性。警告:强大的魔法能量可能干扰传送法术!")
 t("Heady Scent", "催眠区域")
+t("Zone-wide effect: Strong scents fill the air and make you feel drowsy. If the timer reaches 0 you will fall into a dreaming sleep state. -10% mind resistance, -20% sleep resistance, +10% nature damage.", "地图效果 :  强烈的气味充满了空气,让你感觉困倦。倒计时结束时,你将进入梦境。-10% 精神抗性,-20% 睡眠免疫, +10% 自然伤害。")
 t("Thunderstorm", "闪电风暴")
+t("Zone-wide effect: A huge thunderstorm rages above you. +10 lightning damage, -10% stun resistance.", "地图效果 :  强大的雷暴在你头顶轰鸣。 +10% 闪电伤害, -10% 震慑免疫。")
 t("Abashed Expanse", "次元浮岛")
+t("Zone-wide effect: Your Phase Door spell is super easy to use here, allowing you to target it regardless of level. Any projectiles is slowed down by 80%.", "地图效果 : 你的相位之门法术在这里极其容易施展,不论等级如何,都能指定位置。所有抛射物速度减慢 80% 。")
 t("Challenge", "挑战")
 t("???", "???")
+t("aura", "光环")
 t("Throwing Knives", "飞刀投掷")
 t([[Has %d throwing knives prepared:
 
@@ -36217,34 +37425,40 @@ t("+Marked!", "+标记!")
 t("-Marked", "-标记")
 t("Flare", "闪光弹")
 t("The target is lit up by a flare, reducing its stealth and invisibility power by %d, defense by %d and removing all evasion bonus from being unseen.", "目标被照明弹照亮,潜行和隐身强度减少 %d, 闪避减少 %d 并失去不可见状态带来的闪避加成。")
+t("sun", "太阳")
 t("+Illumination", "+照明")
 t("-Illumination", "-照明")
 t("Pinned Down", "击倒")
 t("The next Steady Shot or Shoot has 100%% chance to be a critical hit and mark.", "下一次稳固射击或者射击100%%暴击并触发标记。")
+t("tactic", "战术")
 t("Demigod Mode", "半神模式")
 t("DEMI-GODMODE: Target has 10000 additional life and regenerates 2000 life per turn.  It deals +500%% damage, and has full ESP.", "半神模式 : 目标获得 10000 额外生命,每回合回复 2000 点生命值。造成 +500%% 伤害,感应所有生物。")
 t("God Mode", "天神模式")
 t("GODMODE: Target is invulnerable to damage, immune to bad status effects, deals +10000%% damage (100%% penetration), does not need to breathe, and has full ESP.", "天神模式:目标不会受到伤害,不会受到负面状态的影响,造成 +10000%% 伤害 (100%% 抗性穿透 ) ,不需要呼吸,感应所有生物。")
+t("cheat", "作弊")
 t("Slippery Ground", "地面光滑")
 t("The target is having trouble keeping their balance. Each time it tries to use a talent there is %d%% chance of failure.", "目标很难保持平衡。每次它尝试使用一个技能,都有 %d%% 的失败几率。")
 t("#Target# is struggling to keep his footing!", "#Target#很难保持平衡!")
 t("+Slippery Ground", "+地面光滑")
-t("#Target# regains their balance.", "#Target# 恢复了平衡。")
+t("#Target# regains their balance.", "#Target#恢复了平衡。")
 t("-Slippery Ground", "-地面光滑")
 t("Frozen Ground", "冻结大地")
 t("The target is energized by the cold while wearing the Frost Treads, gaining 20%% increased cold damage.", "目标穿着踏雪时受到寒冷的激励,增加 20%% 的寒冷伤害。")
-t("#Target# is energized by the cold!", "#Target# 被寒冷强化!")
+t("nature", "自然")
+t("#Target# is energized by the cold!", "#Target#被寒冷强化!")
 t("+Frozen Ground", "+冻结大地")
-t("#Target# regains balance.", "#Target# 重新恢复了平衡.")
+t("#Target# regains balance.", "#Target#重新恢复了平衡.")
 t("-Frozen Ground", "-冻结大地")
 t("Recalling", "召回")
 t("The target is waiting to be recalled back to the worldmap.", "目标等待被召回至世界地图。")
+t("unknown", "未知")
 t("You are yanked out of this place!", "你“呼”的一下被带离了这个地方!")
 t("Space restabilizes around you.", "你周围的空间稳定了下来。")
 t("Skeptical", "怀疑")
 t("The target doesn't believe its ally truly saw anything in the shadows.", "目标不相信它的盟友真的看到了阴影中的任何东西。")
 t("Empowered by the shadows", "黑暗强化")
 t("Gain %d%% all damage and %d%% all res.", "全体伤害增加 %d%% ,全体伤害抗性增加 %d%% 。")
+t("darkness", "æš—å½±")
 t("Intimidated", "胆怯")
 t("The target's morale is weakened, reducing its attack power, mind power, and spellpower by %d.", "目标士气低落,物理、法术和精神强度减少 %d 。")
 t("#Target#'s morale has been lowered.", "#Target#的斗志被削弱。")
@@ -36252,46 +37466,52 @@ t("+Intimidated", "+胆怯")
 t("#Target# has regained its confidence.", "#Target#恢复了斗志。")
 t("-Intimidated", "-胆怯")
 t("Feeding", "吞食")
-t("%s is feeding from %s.", "%s 正在从 %s 身上吸食精华。")
+t("%s is feeding from %s.", "%s正在从%s身上吸食精华。")
 t("Fed Upon", "被吞食")
-t("%s is fed upon by %s.", "%s 被 %s 吸食精华。")
+t("%s is fed upon by %s.", "%s被%s吸食精华。")
+t("psychic_drain", "超能力吸收")
+t("Sensing Everything", "感知一切")
 t("Improves senses, allowing the detection of everything.", "强化感知,可以侦测一切事物。")
+t("sense", "感知")
 t("Dozing", "打盹")
 t("The target is completely asleep, unable to act.", "目标完全睡着了,无法行动。")
+t("sleep", "睡眠")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/physical.lua"
 
 t("Scoured", "冲刷")
-t("Scoured by natural acid, reducing their offensive power ratings by %d%%.", "被自然酸液冲  刷,降低攻击强度 %d%%.")
-t("#Target#'s power is greatly reduced!", "#Target# 的强度急剧下降!")
-t("#Target# power has recovered.", "#Target# 的强度恢复了!")
+t("Scoured by natural acid, reducing their offensive power ratings by %d%%.", "被自然酸液冲刷,降低攻击强度 %d%%.")
+t("#Target#'s power is greatly reduced!", "#Target#的强度急剧下降!")
+t("#Target# power has recovered.", "#Target#的强度恢复了!")
 t("Relentless Tempo", "无尽节奏")
 t([[Attuning to the flow of combat, increasing their combat stats.  
 Defense:  %d
 All Damage:  %d%%
 Stamina Regeneration:  %d
-%s]], [[进入战斗节奏。增  加以下数据:
-闪避:  %d
-全体伤害:  %d%%
-体力回复:  %d
+%s]], [[进入战斗节奏。增加以下数据:
+闪避: %d
+全体伤害: %d%%
+体力回复: %d
 %s]])
-t("#Target# is gaining tempo.", "#Target# 开始进入节奏。")
+t("tempo", "节奏")
+t("#Target# is gaining tempo.", "#Target#开始进入节奏。")
 t("+Tempo", "+节奏")
-t("#Target# loses their tempo.", "#Target# 丢失了节奏。")
+t("#Target# loses their tempo.", "#Target#丢失了节奏。")
 t("-Tempo", "-节奏")
 t("Concussion", "脑震荡")
 t("The target can't think straight, causing their actions to fail.", "目标不能正常思考,使用技能会失败。")
-t("#Target#'s brain isn't quite working right!", "#Target# 的大脑不能正常工作了!")
+t("concussion", "æ··ä¹±")
+t("#Target#'s brain isn't quite working right!", "#Target#的大脑不能正常工作了!")
 t("+Concussion", "+脑震荡")
-t("#Target# regains their concentration.", "#Target# 恢复了注意力。")
+t("#Target# regains their concentration.", "#Target#恢复了注意力。")
 t("-Concussion", "-脑震荡")
 t("Bleeding", "流血")
 t("Huge cut that bleeds, doing %0.2f physical damage per turn.", "巨大的伤口使你流失血液,造成每回合 %0.2f 物理伤害。")
-t("#Target# starts to bleed.", "#Target# 开始流血。")
+t("#Target# starts to bleed.", "#Target#开始流血。")
 t("+Bleeds", "+流血")
-t("#Target# stops bleeding.", "#Target# 停止流血。")
+t("#Target# stops bleeding.", "#Target#停止流血。")
 t("-Bleeds", "-流血")
 t("Deep Wound", "重伤")
 t("Huge cut that bleeds, doing %0.2f physical damage per turn and decreasing all heals received by %d%%.", "巨大的伤口使你流失血液,造成每回合 %0.2f 物理伤害并降低 %d%% 所有治疗效果。")
@@ -36301,18 +37521,18 @@ t("#Target#'s deep wound closes.", "#Target#的重伤愈合了。")
 t("-Deep Wounds", "-重伤")
 t("Regeneration", "再生")
 t("A flow of life spins around the target, regenerating %0.2f life per turn.", "生命之流环绕目标,每回合回复 %0.2f 生命值。")
-t("#Target# starts regenerating health quickly.", "#Target# 开始快速回复生命值。")
+t("#Target# starts regenerating health quickly.", "#Target#开始快速回复生命值。")
 t("+Regen", "+再生")
-t("#Target# stops regenerating health quickly.", "#Target# 停止了快速回复生命值。")
+t("#Target# stops regenerating health quickly.", "#Target#停止了快速回复生命值。")
 t("-Regen", "-再生")
 t("Poison", "毒素")
 t("The target is poisoned, taking %0.2f nature damage per turn.", "目标中毒,每回合受到 %0.2f 自然伤害。")
 t("+Poison", "+毒素")
-t("#Target# stops being poisoned.", "#Target# 中毒效果消失。")
+t("#Target# stops being poisoned.", "#Target#中毒效果消失。")
 t("-Poison", "-毒素")
 t("Spydric Poison", "蜘蛛之毒")
 t("The target is poisoned, taking %0.2f nature damage per turn and unable to move (but can otherwise act freely).", "目标中毒,每回合受到 %0.2f 自然伤害并不能移动(但其他动作不受影响)。")
-t("#Target# is poisoned and cannot move!", "#Target# 中毒并且无法移动!")
+t("#Target# is poisoned and cannot move!", "#Target#中毒并且无法移动!")
 t("+Spydric Poison", "+蜘蛛之毒")
 t("-Spydric Poison", "-蜘蛛之毒")
 t("Insidious Poison", "阴险毒素")
@@ -36333,7 +37553,7 @@ t("#Target# is infused with stone poison!", "#Target#被石化毒素影响!")
 t("+Stoning Poison", "+石化毒素")
 t("#Target# is free of the stone poison!", "#Target#脱离了石化毒素影响!")
 t("-Stoning Poison", "-石化毒素")
-t("#GREY#%s looks stony for a moment, but resists the transformation.", "#GREY#%s 似乎短暂地变成了石头,但马上抵抗了变形。")
+t("#GREY#%s looks stony for a moment, but resists the transformation.", "#GREY#%s似乎短暂地变成了石头,但马上抵抗了变形。")
 t("Burning", "燃烧")
 t("The target is on fire, taking %0.2f fire damage per turn.", "目标受到灼烧效果,每回合受到 %0.2f 火焰伤害。")
 t("#Target# is on fire!", "#Target#着火了!")
@@ -36341,48 +37561,49 @@ t("+Burn", "+燃烧")
 t("#Target# stops burning.", "#Target#身上的火熄灭了。")
 t("-Burn", "-燃烧")
 t("Burning Shock", "火焰冲击")
-t("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents cooldown twice as slow.", "目标起火,每回合受到 %0.2f 火焰伤害,造成的伤害降低 50%%,随机 4 个技能进入 CD 并降低移动速度 50%% 。受火焰震慑影响,技能冷却速度减半。")
-t("#Target# is stunned by the burning flame!", "#Target# 被燃烧的火焰震慑!")
+t("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents cooldown twice as slow.", "目标起火,每回合受到 %0.2f 火焰伤害,造成的伤害降低 50%%,随机 4 个技能进入冷却并降低移动速度 50%% 。受火焰震慑影响,技能冷却速度减半。")
+t("#Target# is stunned by the burning flame!", "#Target#被燃烧的火焰震慑!")
 t("+Burning Shock", "+火焰冲击")
 t("-Burning Shock", "-火焰冲击")
 t("Stunned", "震慑")
-t("The target is stunned, reducing damage by 50%%, putting 3 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被震慑,减少造成伤害 50%%, 随机 3 个技能进入 CD 并降低移动速度 50%% 。  震慑时技能冷却时间加倍。")
-t("#Target# is stunned!", "#Target# 被震慑!")
+t("The target is stunned, reducing damage by 50%%, putting 3 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被震慑,减少造成伤害 50%%, 随机 3 个技能进入冷却并降低移动速度 50%% 。  震慑时技能冷却速度减半。")
+t("#Target# is stunned!", "#Target#被震慑!")
 t("+Stunned", "+震慑")
-t("#Target# is not stunned anymore.", "#Target# 不再被震慑。")
+t("#Target# is not stunned anymore.", "#Target#不再被震慑。")
 t("-Stunned", "-震慑")
 t("Disarmed", "缴械")
 t("The target is maimed, unable to correctly wield a weapon.", "目标被残废,无法正确抓握武器。")
-t("#Target# is disarmed!", "#Target# 被缴械!")
+t("disarm", "缴械")
+t("#Target# is disarmed!", "#Target#被缴械!")
 t("+Disarmed", "+缴械")
-t("#Target# rearms.", "#Target# 重新拿起了武器。")
+t("#Target# rearms.", "#Target#重新拿起了武器。")
 t("-Disarmed", "-缴械")
 t("Constricted", "扼制")
 t("The target is constricted, preventing movement and making it suffocate (loses %0.2f air per turn).", "目标被扼制,不能移动且使其窒息(每回合丢失 %0.2f 空气)。")
-t("#Target# is constricted!", "#Target# 被扼制!")
+t("#Target# is constricted!", "#Target#被扼制!")
 t("+Constricted", "+扼制")
-t("#Target# is free to breathe.", "#Target# 恢复了呼吸。")
+t("#Target# is free to breathe.", "#Target#恢复了呼吸。")
 t("-Constricted", "-扼制")
 t(" was constricted to death by %s.", "被%s扼制而死。")
 t("Dazed", "眩晕")
 t("The target is dazed, rendering it unable to move, halving all damage done, defense, saves, accuracy, spell, mind and physical power. Any damage will remove the daze.", "目标被眩晕,无法移动,所有攻击伤害、闪避、豁免、命中、法术、精神和物理强度减半。任何伤害均会打断眩晕效果。")
-t("#Target# is dazed!", "#Target# 被眩晕!。")
+t("#Target# is dazed!", "#Target#被眩晕!。")
 t("+Dazed", "+眩晕")
-t("#Target# is not dazed anymore.", "#Target# 从眩晕中恢复。")
+t("#Target# is not dazed anymore.", "#Target#从眩晕中恢复。")
 t("-Dazed", "-眩晕")
 t("Evasion", "闪避")
 t(" and gains %d defense", " 并增加 %d 点闪避。")
 t("The target has %d%% chance to evade melee and ranged attacks", "目标有 %d%% 概率躲避近战和远程攻击 ")
-t("#Target# tries to evade attacks.", "#Target# 闪避攻击。")
+t("#Target# tries to evade attacks.", "#Target#闪避攻击。")
 t("+Evasion", "+闪避")
-t("#Target# is no longer evading attacks.", "#Target# 不再闪避攻击。")
+t("#Target# is no longer evading attacks.", "#Target#不再闪避攻击。")
 t("-Evasion", "-闪避")
 t("Speed", "加速")
 t("Slow", "减速")
 t("Reduces global action speed by %d%%.", "整体速度下降 %d%% 。")
 t("+Slow", "+减速")
 t("-Slow", "-减速")
-t("#Target# loses sight!", "#Target# 失明了!")
+t("#Target# loses sight!", "#Target#失明了!")
 t("+Blind", "+致盲")
 t("Stoneskin", "石化皮肤")
 t("The target's skin reacts to damage, granting %d armour.", "目标皮肤抵抗伤害,提升 %d 护甲值。")
@@ -36394,42 +37615,43 @@ t("#Target# is less thorny now.", "#Target#的皮肤不再坚硬")
 t("-Thorny Skin", "-荆棘皮肤")
 t("Frozen Feet", "冻足")
 t("The target is frozen on the ground, able to act freely but not move.", "目标被冻结在原地,可以做其他任何动作但无法移动。")
-t("#Target# is frozen to the ground!", "#Target# 被冻结在原地!")
-t("#Target# warms up.", "#Target# 的坚冰融化了。")
+t("#Target# is frozen to the ground!", "#Target#被冻结在原地!")
+t("#Target# warms up.", "#Target#的坚冰融化了。")
 t("Frozen", "冰冻")
 t("The target is encased in ice. All damage done to it will be split, 40%% absorbed by the ice and 60%% by the target. The target's defense is nullified while in the ice, and it may only attack the ice, but it is also immune to any new detrimental status effects (except Wet and Frozen Feet). The target cannot teleport or heal while frozen. %d HP on the iceblock remaining.", "目标被冻结在冰块中,对其造成的所有伤害有 40%%被冰块吸收,目标则受到余下的 60%%伤害。冰冻状态下你的闪避无效,你只能攻击冰块,但同时你也不会受到其他负面状态影响(潮湿和冻结双脚除外)。目标被冻结时无法传送也不能回复生命。冰块剩余 %d HP。")
-t("#Target# is encased in ice!", "#Target# 被冻结在冰块中!")
+t("cold", "寒冷")
+t("#Target# is encased in ice!", "#Target#被冻结在冰块中!")
 t("+Frozen", "+冰冻")
-t("#Target# is free from the ice.", "#Target# 从冰块中解脱。")
+t("#Target# is free from the ice.", "#Target#从冰块中解脱。")
 t("-Frozen", "-冰冻")
 t("Wrath of the Woods", "丛林的愤怒")
 t("Wrath of the Highborn", "高等人类之怒")
 t("The target calls upon its inner resources, improving all damage by %d%% and reducing all damage taken by %d%%.", "目标召唤其内心的力量,提高所有伤害加成%d%%,减少受到的所有伤害%d%%。")
-t("#Target# radiates power.", "#Target# 辐射出力量。")
-t("#Target#'s aura of power vanishes.", "#Target# 的力量光环消失。")
+t("#Target# radiates power.", "#Target#辐射出力量。")
+t("#Target#'s aura of power vanishes.", "#Target#的力量光环消失。")
 t("Shell Shield", "甲壳护盾")
 t("The target takes cover in its shell, gaining %d%% all resist.", "目标被甲壳覆盖,全体伤害抗性增加%d%% 。")
-t("#Target# takes cover under its shell.", "#Target# 以它的甲壳作为护盾。")
+t("#Target# takes cover under its shell.", "#Target#以它的甲壳作为护盾。")
 t("+Shell Shield", "+甲壳护盾")
-t("#Target# leaves the cover of its shell.", "#Target# 失去了甲壳护盾。")
+t("#Target# leaves the cover of its shell.", "#Target#失去了甲壳护盾。")
 t("-Shell Shield", "-甲壳护盾")
 t("Serpentine Nature", "巨蟒特质")
 t("The target takes on the properties of the hydra, gaining %d%% affinity to lightning, acid, and nature damage and regenerating %d life per turn.", "目标展现出多头蛇的特性,获得 %d%% 闪电、酸性和自然伤害吸收,每回合回复 %d 生命。")
 t("Pain Suppression", "痛苦压制")
 t("The target ignores pain, reducing all damage taken by %d%%.", "目标忽视疼痛,减少所受伤害 %d%% 。")
-t("#Target# lessens the pain.", "#Target# 可以无视疼痛。")
+t("#Target# lessens the pain.", "#Target#可以无视疼痛。")
 t("+Pain Suppression", "+痛苦压制")
-t("#Target# feels pain again.", "#Target# 重新感受到疼痛。")
+t("#Target# feels pain again.", "#Target#重新感受到疼痛。")
 t("-Pain Suppression", "-痛苦压制")
 t("Primal Attunement", "自然协调")
 t("The target is attuned to the wild, increasing all damage affinity by %d%% and reducing a random debuff duration by %d each turn.", "目标和自然协调 , 增加全体伤害吸收 %d%% ,每回合随机减少一个负面状态 %d 回合持续时间 。")
 t("#Target# attunes to the wild.", "#Target#和自然相和谐。")
 t("+Primal", "+原初")
-t("#Target# is no longer one with nature.", "#Target# 重新感受到疼痛。")
+t("#Target# is no longer one with nature.", "#Target#重新感受到疼痛。")
 t("-Primal", "-原初")
 t("Purge Blight", "枯萎净化")
 t("The target is infused with the power of nature, reducing all blight damage taken by %d%%, increasing spell saves by %d, and granting immunity to diseases.", "目标得到了自然的力量,减少所有枯萎伤害 %d%% ,提升法术豁免 %d ,并使其对疾病免疫。")
-t("#Target# rejects blight!", "#Target# 抵抗了枯萎能量!")
+t("#Target# rejects blight!", "#Target#抵抗了枯萎能量!")
 t("+Purge", "+净化")
 t("#Target# is susceptible to blight again.", "#Target#目标重新会被枯萎影响了。")
 t("-Purge", "-净化")
@@ -36439,52 +37661,55 @@ t("Heroism", "英勇")
 t("Keeps you from dying even if your life drops to %+d", "使你直到生命降至 %+d 时才会死去")
 t("Sunder Armour", "破甲")
 t("The target's armour and saves are broken, reducing them by %d.", "目标护甲破损,护甲值和豁免降低 %d。")
-t("#Target#'s armour is damaged!", "#Target# 的护甲破损了!")
+t("#Target#'s armour is damaged!", "#Target#的护甲破损了!")
 t("+Sunder Armor", "+破甲")
 t("-Sunder Armor", "-破甲")
 t("Sunder Arms", "破刃")
 t("The target's combat ability is reduced, reducing its attack by %d.", "目标战斗能力下降,降低 %d 点命中。")
-t("#Target#'s fighting ability is impaired!", "#Target# 的战斗能力被削弱了!")
+t("#Target#'s fighting ability is impaired!", "#Target#的战斗能力被削弱了!")
 t("+Sunder Arms", "+破刃")
-t("#Target#'s ability to fight has recovered.", "#Target# 的战斗能力恢复了。")
+t("#Target#'s ability to fight has recovered.", "#Target#的战斗能力恢复了。")
 t("-Sunder Arms", "-破刃")
 t("+Pinned", "+定身")
 t("-Pinned", "-定身")
 t("Pinned to the ground", "定身")
 t("The target is pinned to the ground, unable to move.", "目标被定身在原地,无法移动。")
-t("#Target# is pinned to the ground.", "#Target# 被定身在原地。")
+t("#Target# is pinned to the ground.", "#Target#被定身在原地。")
 t("+Bone Grab", "+骨爪")
-t("#Target# is no longer pinned.", "#Target# 摆脱了定身。")
+t("#Target# is no longer pinned.", "#Target#摆脱了定身。")
 t("-Bone Grab", "-骨爪")
 t("Mighty Blows", "猛力攻击")
 t("The target's combat damage is improved by %d.", "目标战斗伤害值提高 %d。")
+t("golem", "傀儡")
 t("#Target# looks menacing.", "#Target#看上去更具威胁。")
 t("#Target# looks less menacing.", "#Target#看上去不再更具威胁。")
 t("Cripple", "致残")
 t("The target is crippled, reducing melee, spellcasting and mind speed by %d%%.", "目标被致残,降低 %d%% 近战、施法和精神速度。")
+t("cripple", "致残")
 t("#Target# is crippled.", "#Target#被致残。")
-t("#Target# is not crippled anymore.", "#Target# 不再被致残。")
+t("#Target# is not crippled anymore.", "#Target#不再被致残。")
 t("Burrow", "土遁")
 t("The target is able to burrow into walls, and additionally has %d more APR and %d%% more physical resistance penetration.", "目标可以挖入墙中,获得%d护甲穿透,%d%%物理抗性穿透。")
 t("Reduced Vision", "视力下降")
 t("The target's vision range is decreased by %d.", "目标的视觉范围减少 %d。")
+t("sense", "感知")
 t("+Dim Vision", "+黯淡视野")
 t("-Dim Vision", "-黯淡视野")
 t("The smoke around #target# dissipates.", "#Target#周围的浓烟消失了。")
 t("Resolve", "分解")
 t(" and ", "和")
-t("You gain %d%% resistance against %s.", "你获得 %d%% %s 抵抗。")
+t("You gain %d%% resistance against %s.", "你获得%d%%%s抗性。")
 t("#Target# attunes to the damage.", "#Target#能忍受伤害。")
 t("+Resolve", "+分解")
 t("#Target# is no longer attuned.", "#Target#忍受伤害能力消失。")
 t("-Resolve", "-分解")
 t("Wild Speed", "狂暴加速")
 t("Moving at extreme speed (%d%% faster) and gains 100%% stun, daze and pinning immunity. Any action other than movement will cancel it.", "以极快的速度移动 (加速 %d%%) 并获得 100%% 震慑、眩晕和定身免疫。任何非移动动作都会取消这一效果。")
-t("#Target# is moving at extreme speed!", "#Target# 走得飞快!")
+t("#Target# is moving at extreme speed!", "#Target#走得飞快!")
 t("+Wild Speed", "+狂暴加速")
 t("-Wild Speed", "-狂暴加速")
 t("Hunter", "猎手")
-t("Movement is %d%% faster.  Any action other than movement will end this effect.", "你正在寻找下一个目标,  移动速度增加 %d%% 。")
+t("Movement is %d%% faster.  Any action other than movement will end this effect.", "你正在寻找下一个目标,移动速度增加 %d%% 。")
 t("#Target# prepares %s!", "#Target#准备了%s!")
 t("+Hunter", "+猎手")
 t("-Hunter", "-猎手")
@@ -36495,12 +37720,14 @@ t("+Step Up", "+步步为营")
 t("-Step Up", "-步步为营")
 t("Lightning Speed", "闪电加速")
 t("Turn into pure lightning, moving %d%% faster. It also increases your lightning resistance by 100%% and your physical resistance by 30%%.", "成为一道闪电,提高 %d%% 移动速度。并提高 100%%闪电抵抗和 30%%物理抵抗。")
+t("lightning", "闪电")
 t("#Target# turns into pure lightning!.", "#Target#变成了一道闪电!")
 t("+Lightning Speed", "+闪电加速")
 t("#Target# is back to normal.", "#Target#恢复了正常。")
 t("-Lightning Speed", "-闪电加速")
 t("Dragon's Fire", "龙之焰")
 t("Dragon blood runs through your veins. You can breathe fire (or have it improved if you already could).", "你流淌着龙的血液,你能吐出火焰或者提升火焰吐息的威力。")
+t("fire", "火焰")
 t("#Target#'s throat seems to be burning.", "#Target#的喉咙里喷射出火焰。")
 t("+Dragon's fire", "+龙之焰")
 t("#Target#'s throat seems to cool down.", "#Target#的火焰平息了下来。")
@@ -36534,6 +37761,7 @@ t("#Target# has escaped the crushing hold.", "#Target#脱离了击碎效果。")
 t("-Crushing Hold", "-关节技:折颈")
 t("Strangle Hold", "扼喉")
 t("The target is being strangled and may not cast spells and suffers %d damage each turn.", "目标被扼住喉咙,不能施法且每回合受到 %d 伤害。")
+t("silence", "沉默")
 t("#Target# is being strangled.", "#Target#被掐住了喉咙。")
 t("+Strangle Hold", "+扼喉")
 t("#Target# has escaped the strangle hold.", "#Target#从扼喉中逃脱。")
@@ -36577,6 +37805,7 @@ t("-Reflexive Dodging", "-闪避反射")
 t("Weakened Defenses", "碎甲")
 t("The target's physical resistance has been reduced by %d%%.", "目标物理抵抗下降 %d%% 。")
 t("Waters of Life", "生命之水")
+t("The target purifies all diseases and poisons, turning them into healing effects.", "目标净化所有毒素和疾病效果,并将它们转化为治疗。")
 t("Elemental Harmony", "元素和谐")
 t("Increases global speed by %d%%.", "整体速度提升 %d%% 。")
 t("Increases armour by %d.", "增加护甲值 %d 。")
@@ -36585,10 +37814,10 @@ t("Increases life regen by %0.2f.", "增加生命回复 %0.2f 。")
 t("Increases all resists by %d%%.", "增加所有抵抗 %d%% 。")
 t("Healing Nexus Redirection", "治疗被转移")
 t("All direct healing done to the target fails, and is instead redirected to %s at %d%% effectiveness.", "目标受到的直接治疗将被转移至 %s ( %d%% 效率).")
-t("#YELLOW_GREEN##Source# steals healing from #Target#!", "#YELLOW_GREEN##Source# 从 #Target# 偷取了治疗!")
+t("#YELLOW_GREEN##Source# steals healing from #Target#!", "#YELLOW_GREEN##Source#从#Target#偷取了治疗!")
 t("Healing Nexus", "治疗转移")
 t("All direct healing done to the target is increased by %d%% and each heal restores %0.1f equilibrium.", "目标所有受到的治疗增加 %d%%,每次治疗恢复 %0.1f 失衡值。")
-t("#YELLOW_GREEN##Source#'s healing is amplified!", "#YELLOW_GREEN##Source# 的治疗被增幅了!")
+t("#YELLOW_GREEN##Source#'s healing is amplified!", "#YELLOW_GREEN##Source#的治疗被增幅了!")
 t("Immobilized", "固定")
 t("Immobilized by telekinetic forces.", "被念力困住。")
 t("#F53CBE##Target# is bound by telekinetic forces!", "#F53CBE##Target#被念力困住。")
@@ -36597,6 +37826,7 @@ t("#Target# shakes free of the telekinetic binding", "#Target#从念力约束中
 t("-Paralyzed", "-麻痹")
 t("Imploding (slow)", "碎骨压制(减速)")
 t("Slowed by 50%% and taking %d crushing damage per turn.", " 整体速度下降 50%% , 每回合受到 %d 碾压伤害。")
+t("telekinesis", "念力")
 t("#Target# is being crushed.", "#Target#被击碎。")
 t("+Imploding", "+压制")
 t("#Target# shakes off the crushing forces.", "#Target#脱离压碎效果。")
@@ -36609,14 +37839,19 @@ t("#Target# is moving less freely.", "#Target#自由移动效果消失。")
 t("-Free Action", "-自由行动")
 t("Adrenaline Surge", "肾上腺素")
 t("The target's combat damage is improved by %d and it an continue to fight past the point of exhaustion, supplementing life for stamina.", "目标战斗伤害提高 %d 能量枯竭时消耗生命值代替体力值继续战斗。")
+t("frenzy", "疯狂")
 t("#Target# feels a surge of adrenaline.", "#Target#被注入了肾上腺素。")
 t("#Target#'s adrenaline surge has come to an end.", "#Target#的肾上腺素效果消失。")
 t("Blindside Bonus", "攻其不备")
 t("The target has appeared out of nowhere! It's defense is boosted by %d.", "目标不知从哪里冒出来!闪避值增加 %d。")
+t("evade", "闪避")
 t("Off-balance", "-失去平衡")
+t("Badly off balance. Global damage is reduced by 15%.", "严重失去平衡,降低整体伤害 15%。")
 t("+Off-balance", "+-失去平衡")
 t("-Off-balance", "-失去平衡")
 t("Off-guard", "-猝不及防")
+t("Badly off guard. Attackers gain a 10% bonus to physical critical strike chance and physical critcal strike power.", "目标失去防备,攻击者获得 10%额外物理暴击概率和暴击加成。")
+t("cross tier", "越层效果")
 t("+Off-guard", "+-猝不及防")
 t("-Off-guard", "-猝不及防")
 t("Slow movement", "减速")
@@ -36625,6 +37860,7 @@ t("+Slow movement", "+减速")
 t("-Slow movement", "-减速")
 t("Weakened", "削弱")
 t("The target has been weakened, reducing all damage inflicted by %d%%.", "目标被弱化,降低 %d%% 所有伤害。")
+t("curse", "诅咒")
 t("#Target# has been weakened.", "#Target#被削弱。")
 t("#Target#'s is no longer weakened.", "#Target#不再被削弱。")
 t("Lowered fire resistance", "火焰抗性下降")
@@ -36660,6 +37896,7 @@ t("-Cursed Wound", "-诅咒创伤")
 t("%s has re-opened a cursed wound!", "%s再次遭受被诅咒的创伤。")
 t("Luminescence ", "冷光")
 t("The target has been revealed, reducing its stealth power by %d.", "目标被显形,降低潜行等级 %d。")
+t("light", "光系")
 t("#Target# has been illuminated.", "#Target#受到冷光效果。")
 t("+Luminescence", "+冷光")
 t("#Target# is no longer illuminated.", "#Target#的冷光效果消失。")
@@ -36669,7 +37906,7 @@ t("The target has a %d%% chance to fail any spell it casts and a chance each tur
 t("#Target#'s magic has been disrupted.", "#Target#的魔法力量被干扰。")
 t("#Target#'s is no longer disrupted.", "#Target#的魔法力量不再被干扰。")
 t("Resonance", "共鸣")
-t("+%d%% %s damage.", "+%d%% %s 伤害。")
+t("+%d%% %s damage.", "+%d%% %s伤害。")
 t("#Target# resonates with the damage.", "#Target#与受到的伤害产生共鸣。")
 t("+Resonance", "+共鸣")
 t("#Target# is no longer resonating.", "#Target#不再与伤害共鸣。")
@@ -36682,12 +37919,12 @@ t("#Target# is protected by a layer of thick leaves.", "#Target#被一层厚厚
 t("+Leaves Cover", "+叶之守护")
 t("#Target# cover of leaves falls apart.", "#Target#的叶刃保护消失了。")
 t("-Leaves Cover", "-叶之守护")
-t("Parrying melee attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).", " 阻挡近战攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害, ( 剩余次数 %0.1f ) ")
+t("Parrying melee attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).", " 阻挡近战攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害,( 剩余次数 %0.1f ) ")
 t("Parrying", "抵挡攻击")
 t(" and ranged", "和远程")
-t("Parrying melee%s attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).  Parried attacks cannot crit.", "阻挡近战%s攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害, ( 剩余次数 %0.1f )。被阻挡的攻击不会暴击。")
+t("Parrying melee%s attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).  Parried attacks cannot crit.", "阻挡近战%s攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害,( 剩余次数 %0.1f )。被阻挡的攻击不会暴击。")
 t("Reduces all damage taken by %d.", "减少受到的所有伤害 %d 点。")
-t("#CRIMSON##Source# heals from blocking with %s shield!", "#CRIMSON##Source# 用 %s 盾牌格挡,获得了治疗!")
+t("#CRIMSON##Source# heals from blocking with %s shield!", "#CRIMSON##Source#用%s盾牌格挡,获得了治疗!")
 t("%s resists the disarming attempt!", "%s抵抗了缴械!")
 t("Counterstrike", "反击")
 t("Vulnerable to deadly counterstrikes. Next melee attack will inflict double damage.", "容易受到致命的反击。下一次近战攻击将造成双倍伤害。")
@@ -36696,7 +37933,7 @@ t("-Counter", "-反击")
 t("Counter Attacking", "反击攻击")
 t("Countering melee attacks: Has a %d%% chance to get an automatic counter attack when avoiding a melee attack. (%0.1f counters remaining)", " 反击近战攻击:有 %d%% 几率在闪避近战攻击后反击对方。(剩余次数 %0.1f ) ")
 t("Blocking", "格挡")
-t("Blocking up to %d total damage.", "格挡至多%d 伤害。")
+t("Blocking up to %d total damage.", "格挡至多%d伤害。")
 t("#STEEL_BLUE#(%d blocked)#LAST#", "#STEEL_BLUE#(%d 格挡)#LAST#")
 t("#ORCHID#You cannot block any more attacks!#LAST#", "#ORCHID#你不能格挡更多攻击了!#LAST#")
 t("Grappling Defensively", "反击投技")
@@ -36711,6 +37948,7 @@ t("-Ravage", "-疯狂扭曲")
 t("#LIGHT_RED#%s is being ravaged by distortion!", "#LIGHT_RED#%s被疯狂扭曲了。")
 t("Distortion", "扭曲")
 t("The target has recently taken distortion damage, is vulnerable to distortion effects, and has its physical resistance decreased by %d%%.", " 目标最近承受了扭曲伤害,对扭曲效果更敏感,同时物理抗性下降 %d%% 。")
+t("distortion", "扭曲")
 t("+Distortion", "+扭曲")
 t("#Target# is no longer distorted.", "#Target#不再被扭曲。")
 t("-Distortion", "-扭曲")
@@ -36732,24 +37970,29 @@ t("#Target# is speeding up.", "#Target#速度加快。")
 t("+Fast As Lightning", "+迅如雷电")
 t("#Target# is slowing down.", "#Target#速度减慢。")
 t("-Fast As Lightning", "-迅如雷电")
+t("Resets Rush cooldown if killed.", "被杀时重置冲锋冷却时间。")
 t("Steamroller", "压路机")
 t("Grants a +%d%% damage bonus.", "获得 +%d%% 伤害加成。")
 t("Spine of the World", "世界之脊")
+t("Immune to physical effects.", "对物理效果免疫。")
+t("status", "状态")
 t("#Target# become impervious to physical effects.", "#Target#对物理状态免疫。")
 t("+Spine of the World", "+世界之脊")
 t("#Target# is less impervious to physical effects.", "#Target#不再对物理状态免疫。")
 t("-Spine of the World", "-世界之脊")
 t("Fungal Blood", "真菌血液")
 t("You have %d fungal energies stored. Release them to heal by using the Fungal Blood prodigy.", "已储存 %d 真菌能量。使用真菌血液天赋来释放能量治疗。")
+t("heal", "治疗")
 t("+Fungal Blood", "+真菌血液")
 t("-Fungal Blood", "-真菌血液")
 t("Mucus", "粘液")
 t("You lay mucus where you walk.", "在你行走过的地方留下粘液。")
+t("mucus", "粘液")
 t("+Mucus", "+粘液")
 t("-Mucus", "-粘液")
 t("Corrosive Nature", "自然腐蚀")
 t("Acid damage increased by %d%%.", "酸性伤害增加 %d%%.")
-t("#Target#'s acid damage is more potent.", "#Target# 的酸性伤害增加。")
+t("#Target#'s acid damage is more potent.", "#Target#的酸性伤害增加。")
 t("+Corrosive Nature", "+自然腐蚀")
 t("#Target#'s acid damage is no longer so potent.", "#Target#的酸性伤害不再增加。")
 t("-Corrosive Nature", "-自然腐蚀")
@@ -36763,17 +38006,20 @@ t("-Nature Acid", "-自然酸化")
 t("%s's natural acid becomes more concentrated!", "%s的自然酸化之力增强了!")
 t("Corrode", "腐蚀")
 t("The target is corroded, reducing their accuracy by %d, their armor by %d, and their defense by %d.", "目标被侵蚀,降低 %d 命中、 %d 护甲值和 %d 闪避。")
+t("acid", "酸性")
 t("#Target# is corroded.", "#Target#被侵蚀。")
 t("#Target# has shook off the effects of their corrosion.", "#Target#不再被侵蚀。")
 t("Slippery Moss", "光滑苔藓")
 t("The target is covered in slippery moss. Each time it tries to use a talent there is %d%% chance of failure.", "目标被光滑苔藓覆盖,每次使用技能时有 %d%% 几率失败。")
+t("moss", "苔藓")
 t("#Target# is covered in slippery moss!", "#Target#被光滑苔藓覆盖")
 t("+Slippery Moss", "+光滑苔藓")
 t("#Target# is free from the slippery moss.", "#Target#摆脱了光滑苔藓")
 t("-Slippery Moss", "-光滑苔藓")
 t("Juggernaut", "战场主宰")
 t("Reduces physical damage received by %d%% and provides a %d%% chance to ignore critical hits.", "减少 %d%% 物理伤害并有  %d%% 几率无视暴击伤害。")
-t("#Target# hardens its skin.", "#Target# 的皮肤变得坚硬。")
+t("superiority", "战术优化")
+t("#Target# hardens its skin.", "#Target#的皮肤变得坚硬。")
 t("+Juggernaut", "+战场主宰")
 t("-Juggernaut", "-战场主宰")
 t("Natural Replenishment", "自然充能")
@@ -36788,12 +38034,14 @@ t("%0.1f%%", "%0.1f%%")
 t("Relentless Fury", "无尽怒火")
 t("Increases stamina regeneration by %d, movement and attack speed by %d%%.", "增加 %d 体力回复,  %d%% 攻击和移动速度.")
 t("Directed Speed", "定向加速")
-t("#Target# loses speed.", "#Target# 速度减慢。")
+t("#Target# loses speed.", "#Target#速度减慢。")
 t("-Directed Speed", "-定向加速")
 t("Target is currently moving with %d%% additional speed in a single direction (%s). Stopping or changing directions will remove this effect.", "目标单方向(%s)移动时获得 %d%% 额外速度。停止或者改变方向将取消此效果。")
 t("Stun Lengthen", "震慑延长")
+t("stun", "震慑")
 t("#Target# is stunned further! (now %d turns)", "#Target#被进一步震慑了!(现在%d回合)")
 t("Eternal Warrior", "永恒战士")
+t("morale", "士气")
 t("+Eternal Warrior", "+永恒战士")
 t("-Eternal Warrior", "-永恒战士")
 t("The target stands strong, increasing all resistances by %0.1f%% and resistance caps by %0.1f%%.", "目标十分强大,增加全体抗性 %0.1f%%, 全体抗性上限 %0.1f%%.")
@@ -36801,9 +38049,10 @@ t("Tactical Position", "策略走位")
 t("The target has relocated to a favorable position, giving them +%d%% physical critical chance.", "目标重新移动到自己喜欢的位置,增加 %d%% 物理暴击率。")
 t("#Target# is poised to strike!", "#Target#准备作战!")
 t("Defensive Roll", "防御滚动")
-t("#Target# assumes an extreme defensive posture, avoiding some damage!", "#Target# 进入了极端防守姿态,躲避伤害!")
+t("#Target# assumes an extreme defensive posture, avoiding some damage!", "#Target#进入了极端防守姿态,躲避伤害!")
 t("The target is in an extreme defensive posture, avoiding %d%% of all incoming damage.", "目标进行了防御性的滚动,减少 %d%% 受到的伤害。")
 t("Trained Reactions Cooldown", "特种训练冷却")
+t("cooldown", "冷却")
 t("#LIGHT_BLUE##Target# may dodge again.", "#LIGHT_BLUE##Target#可以再次躲避了。")
 t("+Trained Reactions", "+特种训练")
 t("Trained Reactions may not trigger.", "特种训练暂时不能触发。")
@@ -36812,29 +38061,32 @@ t("#Target# has sped up!", "#Target#速度上升!")
 t("The target's reactions have quickened, giving +%d%% global speed.", "目标的反应速度变快了,整体速度提升 %d%% 。")
 t("Anti-Gravity", "-反重力")
 t("Target is caught in an anti-gravity field, halving its knockback resistance.", "目标被反重力力量击中,减半击退免疫。")
+t("spacetime", "时空")
 t("+Anti-Gravity", "+-反重力")
 t("-Anti-Gravity", "-反重力")
 t("Parasitic Leeches", "寄生虫")
-t("Parasitic Leeches: ", "寄生虫: ")
+t("Parasitic Leeches: ", "寄生虫:")
 t("The target is being fed upon by %d masses of parasitic leeches for %0.2f physical and %0.2f acid damage each turn.  After a %d turn feeding period, one mass will drop off and multiply.", "目标被 %d 堆寄生虫寄生,每回合受到 %0.2f 物理和 %0.2f 酸性伤害。每隔 %d 回合,一堆寄生虫将脱落并繁殖。")
+t("parasite", "寄生")
 t("#Target# is #GREEN#INFESTED#LAST# with parasitic leeches!", "#Target#被寄生虫#GREEN#寄生#LAST#了! ")
 t("+Parasitic Leeches", "+寄生虫")
 t("Some leeches drop off %s!", "寄生虫从%s处脱落! ")
 t("Garrote", "绞杀")
 t("  It is silenced for the next %d turn(s), preventing it from casting spells and using some vocal talents.", "  目标还被沉默 %d 回合,不能释放法术或使用声音技能。")
 t("The target is being garrotted by %s, rendering it unable to move and subject to an automatic unarmed attack (at %d%% damage) each turn.%s", "目标被 %s 绞杀,无法移动,每回合会收到一次自动的徒手打击(造成 %d%% 武器伤害)。%s")
+t("grapple", "抓取")
 t("%s has garroted #Target#!", "%s 绞杀 #Target#!")
 t("+Garrote", "+绞杀")
 t("Something", "某物")
-t("#Target# is free from %s's garrote.", "#Target# 从 %s 的绞杀中脱离")
+t("#Target# is free from %s's garrote.", "#Target#从%s的绞杀中脱离")
 t("-Garrote", "-绞杀")
 t("something", "某物")
-t("#Source# #LIGHT_RED#strangles#LAST# #Target#!", "#Source# #LIGHT_RED#绞杀#LAST# #Target#!")
+t("#Source# #LIGHT_RED#strangles#LAST# #Target#!", "#Source##LIGHT_RED#绞杀#LAST##Target#!")
 t("Marked for Death", "死亡标记")
 t("The target takes %d%% increased damage from all sources.  If this effect runs its full course, the target will take an additional %0.1f physical damage (increased by %d%% of all damage taken while this effect is active).", "目标承受额外 %d%% 伤害。效果结束时,目标将受到 %0.1f 物理伤害(已追加标记期间受到总伤害的 %d%%)。")
-t("#Target# is marked for death!", "#Target# 被死亡标记!")
+t("#Target# is marked for death!", "#Target#被死亡标记!")
 t("+Marked for Death!", "+死亡标记!")
-t("#Target# is free from the deathmark.", "#Target# 脱离死亡标记。")
+t("#Target# is free from the deathmark.", "#Target#脱离死亡标记。")
 t("-Marked for Death", "-死亡标记")
 t("Deadly Poison", "致命毒素")
 t(" Healing received is reduced by %d%%.", " 治疗系数下降 %d%%.")
@@ -36847,8 +38099,9 @@ t("+Deadly Poison", "+致命毒素")
 t("-Deadly Poison", "-致命毒素")
 t("Razorwire", "刀片切割")
 t("The target's equipment has been shredded by razorwire, reducing its accuracy by %d, armour by %d, and defense by %d.", "目标的装备被刀片切割,命中减少 %d, 护甲减少 %d, 闪避减少 %d 。")
-t("#Target# is entangled in razorwire!", "#Target# 被刀片切割!")
-t("#Target# has shook off the razorwire.", "#Target# 脱离了刀片。")
+t("physical", "物理")
+t("#Target# is entangled in razorwire!", "#Target#被刀片切割!")
+t("#Target# has shook off the razorwire.", "#Target#脱离了刀片。")
 t("Dirty Fighting", "卑劣攻击")
 t("The target is reeling in pain. Stun, pin, blindness, and confusion immunity are halved and physical save is reduced by %d.", "目标在痛苦中挣扎,震慑、定身、目盲、混乱免疫减半,物理豁免减少 %d 。")
 t("+Dirty Fighting", "+卑劣攻击")
@@ -36857,12 +38110,15 @@ t("Soothing Darkness", "黑暗亲和")
 t("The target is wreathed in shadows, increasing life regeneration by %0.1f", "目标沐浴黑暗,增加 %0.1f 生命回复。")
 t(", stamina regeneration by %0.1f and all damage resistance by %d%%.", ",%0.1f体力恢复以及所有伤害抗性 %d%% 。")
 t(" and stamina regeneration by %0.1f.", "以及%0.1f体力恢复。")
+t("healing", "治疗")
+t("regeneration", "回复")
 t("Shadow Dance", "暗影之舞")
 t("The target is able to make actions and attacks while remaining stealthed.", "目标能在潜行状态下采取行动。")
 t("#GREY#You begin your Shadow Dance.", "#GREY#你开始了你的暗影之舞")
 t("#GREY#You end your Shadow Dance.", "#GREY#你结束了你的暗影之舞")
 t("Sedated", "被镇静")
 t("The target is in a deep sleep and unable to act.  Every %d damage it takes will reduce the duration of the effect by one turn.", "目标进入沉睡状态,不能行动。每受到 %d 伤害,持续时间减少 1 回合。")
+t("sleep", "睡眠")
 t("#Target# is in a deep sleep.", "#Target#陷入沉睡。")
 t("#Target# is no longer sleeping.", "#Target#从沉睡中清醒。")
 t("-Sedated", "-被镇静")
@@ -36871,7 +38127,9 @@ t("The target will not die until falling below -%d life.", "目标直到生命
 t("Bear Trap", "捕熊陷阱")
 t("slowed (%d%%)", "减速 (%d%%)")
 t("taking %0.2f physical damage each turn", "每回合受到 %0.2f 物理伤害")
-t("Caught in a bear trap: ", "被捕熊陷阱捕获: ")
+t("Caught in a bear trap: ", "被捕熊陷阱捕获:")
+t("bleed", "流血")
+t("wound", "创伤")
 t("+Bear Trap", "+捕熊陷阱")
 t("A bear trap snaps onto #Target#!", "捕熊陷阱抓住了#Target#")
 t("#Target# is freed from a bear trap.", "#Target#从捕熊陷阱中解脱")
@@ -36879,6 +38137,7 @@ t("-Bear Trap", "-捕熊陷阱")
 t("Stone Vine", "石藤")
 t(" and %0.1f Arcane", " 和 %0.1f 奥术伤害")
 t("A living stone vine holds the target in place, inflicting %0.1f Nature%s damage per turn.", "岩石藤蔓将目标钉在地上,每回合造成 %0.1f 点物理%s 伤害。")
+t("pin", "定身")
 t("#Target# is seized by a stone vine.", "#Target#被岩石藤蔓抓住了。")
 t("+Stone Vine", "+石藤")
 t("#Target# is free from the stone vine.", "#Target#脱离了岩石藤蔓。")
@@ -36887,12 +38146,14 @@ t("Dwarven Resilience", "矮人坚韧")
 t("The target's skin turns to stone, granting %d armour, %d physical save and %d spell save. Also applies %d armour to all non-physical damage.", "目标皮肤石化,提升 %d 护甲值,提升 %d 物理豁免和 %d 法术豁免。同时所有非物理伤害减免 %d 点。")
 t("The target's skin turns to stone, granting %d armour, %d physical save and %d spell save.", " 目标皮肤石化,提升 %d 护甲值,提升 %d 物理豁免和 %d 法术豁免。")
 t("#Target#'s skin turns to stone.", "#Target#的皮肤变成了石头")
-t("#Target#'s skin returns to normal.", "#Target# 的皮肤恢复了正常状态。")
+t("#Target#'s skin returns to normal.", "#Target#的皮肤恢复了正常状态。")
 t("The target protects all those around it in radius %d by redirecting all damage against them to itself.", "目标保护身边半径 %d 内所有友方生物,将伤害转移至自身。")
 t("#Target# begins protecting %s friends with a stone shield.", "#Target#开始用岩石护盾保护周围的%s朋友。")
 t("#Target# is no longer protecting anyone.", "#Target#不再保护任何人。")
 t("Stone Link", "岩石链接")
 t("The target is protected by %s, redirecting all damage to it.", "目标被%s保护,所有伤害转移到它")
+t("earth", "土")
+t("shield", "盾牌")
 t("#Target# is protected by a stone shield.", "#Target#被岩石护盾保护。")
 t("+Stone Link", "+岩石链接")
 t("#Target# is less protected.", "#Target#不再被保护。")
@@ -36904,23 +38165,26 @@ t("stamina regeneration by %0.1f and ", "%0.1f体力回复和")
 t("Increases %sdefense by %d.", "增加 %s %d闪避。")
 t("Ghoulish Leap", "定向跳跃")
 t("The target's global speed is increased by %d%%.", "目标的整体速度增加 %d%% 。")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("+Fast", "+加速")
 t("-Fast", "-加速")
 t("Feint", "佯攻")
 t("The target gains 1 extra parry opportunity each turn, and its chance to fail each parry is reduced by %d%%.", "目标每回合获得一次额外的用匕首抵挡攻击的机会  ,抵挡失败率下降 %d%% 。")
+t("tactical", "战术")
 t("Mana Clash", "奥术对撞")
 t("All damage you do also trigget a manaburn for %d%% of the damage done.", "你造成的所有伤害会触发一次伤害值 %d%% 的法力燃烧。")
-t("#Target# exudes antimagic forces.", "#Target# 散发出反魔法的力量。")
-t("#Target# is no longer toxic to arcane users.", "#Target# 不再克制奥术使用者。")
+t("antimagic", "反魔法")
+t("#Target# exudes antimagic forces.", "#Target#散发出反魔法的力量。")
+t("#Target# is no longer toxic to arcane users.", "#Target#不再克制奥术使用者。")
 t("Bullseye", "靶心")
 t("Trueshot", "专注射击")
 t("Increases attack speed by %d%%, grants infinite ammo, and causes all marking shots to have a 100%% increased chance to mark.", "攻击速度增加 %d%%,弹药无限,攻击时标记概率增加100%% 。")
 t("Escape", "逃脱")
 t("Focusing on defense and mobility, reducing all damage taken by %d%%, stamina regeneration by %0.1f and movement speed by %d%%. Melee and ranged attacks will break this effect.", "集中精力移动闪避,减少受到的伤害 %d%%, 体力回复增加 %0.1f,移动速度增加 %d%%。近战或远程攻击会终止该效果。")
-t("#Target# enters an evasive stance!.", "#Target# 进入闪避姿态!")
+t("speed", "速度")
+t("#Target# enters an evasive stance!.", "#Target#进入闪避姿态!")
 t("+Escape!", "+逃脱!")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("-Escape", "-逃脱")
 t("Sentinel", "哨兵")
 t("Target is watched, causing the next talent used to fail and trigger a counterattack.", "目标被警戒,下一次使用技能将被打断,并触发被反击。")
@@ -36930,74 +38194,90 @@ t("Rapid Movement", "高速移动")
 t("Increases movement speed by %d%%.", "增加移动速度 %d%% 。")
 t("Sticky Pitch", "粘稠沥青")
 t("The target's global speed is reduced by %d%% and fire resistance by %d%%.", "目标整体速度减少 %d%%,火焰抗性减少 %d%% 。")
-t("#Target# is covered in sticky, flammable pitch.", "#Target# 被粘稠易燃的沥青覆盖。")
+t("slow", "减速")
+t("#Target# is covered in sticky, flammable pitch.", "#Target#被粘稠易燃的沥青覆盖。")
 t("+Pitch", "+沥青")
-t("#Target# is free from the pitch.", "#Target# 脱离了沥青覆盖。")
+t("#Target# is free from the pitch.", "#Target#脱离了沥青覆盖。")
 t("-Pitch", "-沥青")
 t("Punctured Armour", "护甲贯通")
 t("Armour has been punctured, increasing all damage taken by %d%%.", "目标的护甲被刺穿了,受到的所有伤害增加 %d%% 。")
+t("sunder", "腐蚀")
 t("#Target#'s armour is punctured!", "#Target#的护甲被刺穿了!")
 t("+Punctured Armour!", "+护甲贯通!")
-t("#Target#'s armour is more intact.", "#Target# 的护甲恢复了。")
+t("#Target#'s armour is more intact.", "#Target#的护甲恢复了。")
 t("-Punctured Armour", "-护甲贯通")
 t("Leeching Poison", "吸血毒素")
 t("The target is poisoned, doing %0.2f nature damage per turn and restoring life to the attacker equal to the damage dealt.", "目标中毒,每回合受到 %0.2f 自然伤害,并为施毒者提供等量治疗。")
-t("#Target# is poisoned!", "#Target# 中毒了!")
+t("poison", "毒素")
+t("#Target# is poisoned!", "#Target#中毒了!")
 t("+Leeching Poison", "+吸血毒素")
-t("#Target# is no longer poisoned.", "#Target# 中毒效果消失。")
+t("#Target# is no longer poisoned.", "#Target#中毒效果消失。")
 t("-Leeching Poison", "-吸血毒素")
 t("Maim", "伤残")
 t("The target is maimed, doing %0.2f physical damage per turn. All damage it does is reduced by %d%%.", "目标身受重伤 , 每回合受到 %0.2f 物理伤害,造成的伤害减少%d%% 。")
-t("#Target# is maimed!", "#Target# 伤残了!")
+t("cut", "流血")
+t("#Target# is maimed!", "#Target#伤残了!")
 t("+Maim", "+伤残")
-t("#Target# is no longer maimed.", "#Target# 不再伤残。")
+t("#Target# is no longer maimed.", "#Target#不再伤残。")
 t("-Maim", "-伤残")
 t("Snipe", "狙击")
 t("The target is preparing a deadly sniper shot.", "目标正为一发致命狙击做准备。")
-t("#Target# takes aim...", "#Target# 瞄准目标…")
+t("#Target# takes aim...", "#Target#瞄准目标…")
 t("+Snipe", "+狙击")
-t("#Target# is no longer aiming.", "#Target# 停止瞄准。")
+t("#Target# is no longer aiming.", "#Target#停止瞄准。")
 t("-Snipe", "-狙击")
 t("Concealment", "隐匿")
 t("The target is concealed, increasing sight and attack range by %d and chance to avoid damage by %d%%.", "目标处于隐匿状态,增加攻击范围和视野 %d格,有%d%% 几率闪避攻击。")
 t("Shadow Smoke", "影之烟雾")
 t("The target is wrapped in disorientating smoke, reducing vision range by %d.", "目标被烟雾包围,处于混乱状态,视野减少 %d 。")
-t("#Target# is surrounded by a thick smoke.", "#Target# 被浓烟围绕。")
+t("blind", "致盲")
+t("#Target# is surrounded by a thick smoke.", "#Target#被浓烟围绕。")
 t("+Shadow Smoke", "+影之烟雾")
 t("-Shadow Smoke", "-影之烟雾")
 t("The smoke around #target# dissipate.", "#Target#周围的浓烟消散了。")
 t("Shadowstrike", "影袭")
 t("The target's critical strike damage bonus is increased by %d%%.", "目标的暴击系数增加 %d%%。")
+t("darkness", "æš—å½±")
 t("Chromatic Resonance", "多彩共振")
 t("Preemptively reacts to %s damage, increasing the appropriate resistance by %d for 5 turns.", "对 %s 伤害共振,增加 %d 相应抗性 5 回合。")
 t("#Target##OLIVE_DRAB# shimmers in multiple hues.", "#Target##OLIVE_DRAB# 发出多彩的闪光。")
 t("#Target#'s#OLIVE_DRAB# multi-hued shimmer fades.", "#Target##OLIVE_DRAB# 的多彩闪光消退了。")
 t("Chromatic Resistance", "多彩抵抗")
 t("%sresistance increased by %d%%.", "%s抗性增加 %d%%。")
+t("resist", "抵抗")
 t("#Target##OLIVE_DRAB# resonates with %s%s#LAST# damage!", "#Target##OLIVE_DRAB#和%s%s#LAST#伤害共鸣!")
 t("#Target##OLIVE_DRAB# no longer resonates with %s%s#LAST# damage!", "#Target##OLIVE_DRAB# 不再和%s%s#LAST#伤害共鸣!")
 t("Swift Shot", "快速射击")
 t("Increases attack speed by %d%%.", "攻击速度增加 %d%% 。")
+t("tactic", "战术")
 t("Crooked", "扭曲")
 t("The target becomes more and more primitive, reducing accuracy and powers by %d", "目标变得越来越原始,命中和强度减少%d")
 t("Eldoral", "艾德瑞尔")
 t("Firing slings does not consume shots.", "投石索不消耗弹药。")
-t("#Target# is focused on firing.", "#Target# 集中精力射击。")
+t("#Target# is focused on firing.", "#Target#集中精力射击。")
 t("+Eldoral", "+艾德瑞尔")
-t("#Target# is less focused.", "#Target# 不再集中精力。")
+t("#Target# is less focused.", "#Target#不再集中精力。")
 t("-Eldoral", "-艾德瑞尔")
 t("Stealthed", "潜行")
 t("Gain %d stealth power", "获得 %d 潜行强度")
-t("#Target# is more stealthy.", "#Target# 更加隐秘。")
+t("#Target# is more stealthy.", "#Target#更加隐秘。")
 t("+Silent stealth", "+隐秘潜行")
-t("#Target# is visible again.", "#Target# 变得可见。")
+t("#Target# is visible again.", "#Target#变得可见。")
 t("-Silent stealth", "-隐秘潜行")
 t("Blinded", "致盲")
 t("The target is blinded, unable to see anything.", "目标被致盲,什么都看不见。")
-t("#Target# recovers sight.", "#Target# 恢复了视力。")
+t("#Target# recovers sight.", "#Target#恢复了视力。")
 t("-Blind", "-致盲")
 t("Gift of the Woods", "森林的恩赐")
 t("Increases the effectiveness of all healing the target receives by %d%%.", "提升目标受到的所有治疗效果 %d%% 。")
+t("nature", "自然")
+
+
+------------------------------------------------
+section "game/modules/tome/data/wda/eyal.lua"
+
+t("Maj'Eyal", "马基埃亚尔")
+t("Far East", "远东")
 
 
 ------------------------------------------------
@@ -37059,8 +38339,10 @@ t("ancient papyrus scroll", "古老的莎草卷轴")
 t("This seems to be an account of the last days of a great Shaloren mage.", "这里记录着一位伟大永恒精灵法师的最后时日。")
 t("Bindings of Eternal Night", "永夜绷带")
 t("Woven through with fell magics of undeath, these bindings suck the light and life out of everything they touch. Any who don them will find themselves suspended in a nightmarish limbo between life and death.", "这根由亡灵能量编织成的绷带,给任何它们接触到的东西带来死亡。任何穿上它们的人会发现他处于生死的边缘。")
+t("A complementing item would be your crowning glory.", "能与其匹敌的只有永夜无上的荣耀。")
 t("Crown of Eternal Night", "永夜王冠")
 t("This crown looks useless, yet you can feel it is woven with fell magics of undeath. Maybe it has a use.", "这顶王冠看起来毫无用处,尽管如此你仍能感受到它是由亡灵能量编织而成的。可能会有些用处吧。")
+t("You need to find something to bind its powers.", "你需要找到一样东西来给予它力量。")
 t("#ANTIQUE_WHITE#The Crown of Eternal Night seems to react with the Bindings, you feel tremendous dark power.", "#ANTIQUE_WHITE#永夜王冠似乎与永夜绷带有某种联系,你感受到了强大的黑暗力量。")
 t("#ANTIQUE_WHITE#The powerful darkness aura you felt wanes away.", "#ANTIQUE_WHITE#你感受到身边的黑暗光环消退了。")
 
@@ -37085,11 +38367,11 @@ section "game/modules/tome/data/zones/ardhungol/npcs.lua"
 t("Ungolë", "温格勒")
 t("A huge spider, shrouded in darkness, her red glowing eyes darting to fix on you. She looks hungry.", "一只被黑暗围绕的巨大蜘蛛,她用血红的眼睛盯着你。她看起来很饥渴。")
 t("and devoured alongside a Sun Paladin", "并和那位太阳骑士一起葬身蛛腹")
-t("xhaiak", "xhaiak")
-t("xhaiak arachnomancer", "蜘蛛学家Xhaiak")
+t("xhaiak", "哉阿克")
+t("xhaiak arachnomancer", "哉阿克蛛网术士")
 t("A strange looking humanoid spiderkin, its body half covered by a light flowing robe. It looks like tiny spiders are crawling on his skin.", "一个奇怪的人形蜘蛛,它的身体一半被流光的长袍覆盖。看起来小蜘蛛正在他的皮肤上爬行。")
-t("shiaak", "shiaak")
-t("shiaak venomblade", "毒刃Shiaak")
+t("shiaak", "希阿克")
+t("shiaak venomblade", "希阿克毒刃")
 t("A strange looking humanoid, covered in black chitinous skin. He dual wields sinuous daggers and seems bent on plunging them in your body.", "一个奇怪的人形,覆盖着黑色的角质皮肤。他双手挥舞着蜿蜒的匕首,似乎一心想把它们插入你的身体里。")
 
 
@@ -37102,6 +38384,7 @@ t("scrap of paper", "破纸片")
 t("A scrap of paper.", "一张纸片")
 t("Rod of Spydric Poison", "蜘蛛毒枝")
 t("This rod carved out of a giant spider fang continuously drips venom.", "这根法杖由巨大蜘蛛的毒牙雕刻而成,它往下不断的滴落毒液。")
+t("shoot a bolt of spydric poison out to range %d, dealing %0.2f nature damage (based on Magic) over %d turns while rendering the target unable to move", "发射蜘蛛毒素, 对%d码内的敌人造成%0.2f点自然伤害(基于魔法), 并使其在%d回合内无法移动")
 t("%s activates %s %s!", "%s激活了%s%s!")
 
 
@@ -37167,7 +38450,8 @@ t("gladiator", "角斗者")
 t("reaver", "收割者")
 t("A warrior of death.", "致命的战士。")
 t("headless horror", "无头恐魔")
-t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当 %s 倒下时它的眼睛掉落在了地上。")
+t("A headless gangly humanoid with a large distended stomach. Was captured and tamed by the first master of the arena.", "一只高高瘦瘦的无头人形怪物,它有着巨大的胃。它被竞技场的第一任主人捕获并生存至今。")
+t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当%s倒下时它的眼睛掉落在了地上。")
 t("Ryal", "ç‘žå°”")
 t("A gargantuan bone giant resembling a wingless wyrm. He is fully sentient and surprisingly fast.", "一只巨大的骨头巨兽,它的前身似乎是一只地行龙。它有着敏锐的意识和惊人的速度。")
 t("Fryjia Loren", "弗里嘉·劳伦")
@@ -37243,14 +38527,17 @@ t("#VIOLET#Boss round starts!!!", "#VIOLET#BOSS回合开始!!!")
 t("#LIGHT_RED#Final round starts!!!!", "#LIGHT_RED#最后回合开始!!!!")
 t("#YELLOW#The gates open!", "#YELLOW#大门打开了!")
 t("#LIGHT_RED#The gates close!", "#LIGHT_RED#门关上了!")
+t("RANK UP!!", "阶级提升!!")
 t("#LIGHT_GREEN#The public is pleased by your performance! You now have the rank of #WHITE#%s#LIGHT_GREEN#!", "#LIGHT_GREEN#观众为你精彩的表现所折服!你获得了新级别#WHITE#%s#LIGHT_GREEN#!")
+t(" kills!", "击杀!")
 t("#YELLOW#You killed %d enemies in a single turn! The public is excited!", "#YELLOW#你在一回合内干掉了%d个敌人!观众们很兴奋!")
 t("#YELLOW#Items lying around will disappear in #WHITE#%d#YELLOW# turns!#LAST#", "#YELLOW#地上的物品将会在#WHITE#%d#YELLOW#回合内小时!#LAST#")
 t("#VIOLET#Boss round!!!", "#VIOLET#Bossè½®!!!")
 t("#GOLD#Miniboss round!", "#GOLD#小Boss轮!")
 t("#LIGHT_RED#Final round!!!", "#LIGHT_RED#最终轮!!!")
+t("Round Clear! +%s EXP!", "全清! +%s 经验!")
 t("%sWave clear!", "%s波次已全清!")
-t("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", "%s全清奖励: %s%s%s! 分数奖励: %s%s%s! 危险度奖励: %s%s%s! 级别奖励: %s%s%s!")
+t("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", "%s全清奖励:%s%s%s! 分数奖励:%s%s%s! 危险度奖励:%s%s%s! 级别奖励:%s%s%s!")
 t("%sYour experience increases by %s%s%s!", "%s你的经验值增加了%s%s%s!")
 t("%sYou earn %s gold for your victory!", "%s你胜利了,你赢得了%s金币!")
 
@@ -37274,8 +38561,11 @@ t([[A towering creature, made from the bones of hundreds of dead bodies. It is c
 This specimen looks like it was hastily assembled and is not really complete yet.]], [[一只铁塔一样的怪物,由上百只尸体的骨头组成。它周身环绕着不洁的光环。
 这只看起来体型较小,似乎尚未完成。]])
 t("fleshy experiment", "血肉试验品")
+t("This pile of rotting flesh twitches and makes horrid noises.", "这团腐肉抽动着,发出可怕的噪音。")
 t("boney experiment", "骨骸试验品")
+t("This pile of bones appears to move on its own, but it can't seem to organise itself into something dangerous.", "这团骨头试着想要自己移动起来,但是看来它好像没法把自己变成更加强大的形态。")
 t("sanguine experiment", "鲜血试验品")
+t("It looks like a giant blood clot. Is that what its creator intended?", "它看起来就像一个巨大的血块。它的创造者到底想做啥?")
 
 
 ------------------------------------------------
@@ -37322,6 +38612,7 @@ section "game/modules/tome/data/zones/charred-scar/grids.lua"
 t("floor", "地板")
 t("lava", "岩浆")
 t("Farportal: the Far East", "远古传送门:至远东大陆")
+t("A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.", " 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back to the far east.", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你回到了远东大陆。")
 
 
@@ -37448,6 +38739,7 @@ t("You cannot abandon Melinda here!", "你不能放弃米琳达!")
 ------------------------------------------------
 section "game/modules/tome/data/zones/daikara/grids.lua"
 
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
 t("Are you sure you want to enter? There's no telling where you will end up or if you will be able to make it back.", "你确定要进去么?没人知道这会把你带到哪里,你也无法知道你是否还能设法返回。")
 t("Temporal Rift", "时空裂隙")
 t("The rift is too unstable to cross it.", "裂隙太不稳定而无法穿越。")
@@ -37506,7 +38798,7 @@ t([[This disgusting... thing crawls on the floor toward you with great speed.
 It seems to come from the digestive system of the mouth.]], [[这只恶心的……东西在地板上迅速的向你爬来。
 似乎它是由某个消化系统中的嘴部演化而来。]])
 t("#AQUAMARINE#With the Mouth's death its crawler also falls lifeless on the ground!", "#AQUAMARINE#当大嘴怪死去时,它的爬虫也毫无生机的倒在了地上!")
-t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source# 倒下时,你发现#Target#似乎因为痛苦而颤抖!")
+t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source#倒下时,你发现#Target#似乎因为痛苦而颤抖!")
 t("The Abomination", "憎恶")
 t("A horrid mass of pustulent flesh, sinew, and bone; this creature seems to constantly be in pain. Two heads glare malevolently at you, an intruder in its domain.", "一只由无数碎肉、肌腱和骨头组成的恐怖混合体,它看起来痛苦万分。它的双头恶毒的看着你,因为你闯入了它的地盘。")
 t("A parchment falls to the floor near The Abomination.", "一张羊皮纸掉落在了憎恶的身边。")
@@ -37515,7 +38807,7 @@ t("A parchment falls to the floor near The Abomination.", "一张羊皮纸掉落
 ------------------------------------------------
 section "game/modules/tome/data/zones/deep-bellow/objects.lua"
 
-t("..", "..")
+t("Deep Bellow excavation report %d", "无尽深渊挖掘报告 %d")
 t("letter to Rolf (3)", "写给罗尔夫的信 (3)")
 t("letter to Weisman (4)", "写给威斯曼的信 (4)")
 t("Last Will of Rolf", "罗尔夫的遗嘱")
@@ -37531,8 +38823,8 @@ t("The Deep Bellow", "无尽深渊")
 ------------------------------------------------
 section "game/modules/tome/data/zones/demon-plane-spell/grids.lua"
 
-t("#Source# burns #Target#!", "#Source# 灼烧了 #Target#!")
-t("#Source# heals #Target#!", "#Source# 治疗了 #Target#!")
+t("#Source# burns #Target#!", "#Source#灼烧了#Target#!")
+t("#Source# heals #Target#!", "#Source#治疗了#Target#!")
 
 
 ------------------------------------------------
@@ -37545,9 +38837,12 @@ t("Fearscape", "恶魔空间")
 section "game/modules/tome/data/zones/demon-plane/grids.lua"
 
 t("Demonic Portal", "恶魔传送门")
+t("This portal seems to be connected with Maj'Eyal; you could probably use it to go back.", "这个传送门似乎与马基·埃亚尔相连,你也许能通过它回去。")
 t("Back and there again", "穿越过去")
 t("Enter the portal back to Maj'Eyal? (Warning loot Draebor first)", "进入传送门回到马基埃亚尔?(记得先捡走德瑞宝的掉落)")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back to Maj'Eyal, near the Daikara.", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了马基埃亚尔的岱卡拉附近!")
+t("Enter", "进入")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -37717,7 +39012,7 @@ t("A ripple in the void that somehow seems... alive, this creature stares at you
 section "game/modules/tome/data/zones/eidolon-plane/zone.lua"
 
 t("Eidolon Plane", "艾德隆位面")
-t("The Eidolon Plane seems not to physically exist in the same way the normal world does. You cannot seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西, %s 又回到了你的手中。")
+t("The Eidolon Plane seems not to physically exist in the same way the normal world does. You cannot seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西,%s 又回到了你的手中。")
 t("#LIGHT_RED#You are sent back to the material plane!", "#LIGHT_RED#你被传送回现实世界!")
 
 
@@ -37725,6 +39020,9 @@ t("#LIGHT_RED#You are sent back to the material plane!", "#LIGHT_RED#你被传
 section "game/modules/tome/data/zones/eruan/grids.lua"
 
 t("Farportal: Charred Scar", "远古传送门:灼烧之痕")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the west, to Charred Scar. A fiery volcano that can only spell death...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向西方,通向灼烧之痕——一个能带来死亡的活火山…… ]])
 t("#VIOLET#You enter the swirling portal while it fades away and in the blink of an eye you set foot on hellish land, the heart of a volcano...", "#VIOLET#你进入了快要消逝的传送漩涡,一眨眼的功夫你便到了危险之地——一座火山的腹地……")
 
 
@@ -37761,7 +39059,7 @@ t("Flooded Cave", "淹没的洞穴")
 ------------------------------------------------
 section "game/modules/tome/data/zones/gladium/grids.lua"
 
-t("Gladium Control Orb", "Gladium Control Orb")
+t("Gladium Control Orb", "竞技场控制水晶")
 t("floor", "地板")
 t("wall", "墙壁")
 t("glass wall", "玻璃墙")
@@ -37770,7 +39068,7 @@ t("glass wall", "玻璃墙")
 ------------------------------------------------
 section "game/modules/tome/data/zones/gladium/zone.lua"
 
-t("Fortress Gladium", "Fortress Gladium")
+t("Fortress Gladium", "堡垒竞技场")
 
 
 ------------------------------------------------
@@ -37830,6 +39128,7 @@ t("floor", "地板")
 t("door", "é—¨")
 t("roost", "龙巢")
 t("open door", "敞开的门")
+t("This rock seems to have been sealed off. You need to find a way to open it.", "这块石头被封锁了。你需要找到一种方法来打开它。")
 t("#VIOLET#You hear a rock crumbling opening.", "#VIOLET#你听到了石头破碎的声音。")
 t("sand", "æ²™")
 t("wall", "墙壁")
@@ -37902,6 +39201,8 @@ t([[As you approach you come upon an other Wayist and receive a very clear menta
 #{italic}##UMBER#RUN AWAY! I am done for but you can save yourself still!#{normal}#]], [[当你走向维网的另一个成员,你收到了一个清晰的灵能消息:
 #{italic}##UMBER#快跑! 我已经完蛋了,但是你还可以得救!#{normal}#]])
 t("Space around you starts to dissolve...", "你周围的空间开始消解...")
+t("Emergency recall", "紧急启动回归之杖")
+t("Stay and fight!", "留下继续战斗!")
 t("Halfling?! DIE!!!!!", "半身人?!去死吧!!!")
 t("The Way sent you?", "是维网带你来的吗?")
 t("You.. saved me?", "你…救了我?")
@@ -37941,6 +39242,12 @@ t("tree", "æ ‘")
 ------------------------------------------------
 section "game/modules/tome/data/zones/heart-gloom/npcs.lua"
 
+t("deformed ", "畸形的")
+t("gloomy ", "黑暗的")
+t("sick ", "病态的")
+t("dozing ", "瞌睡的")
+t("dreaming ", "睡梦的")
+t("slumbering ", "沉眠的")
 t("The Withering Thing", "凋零")
 t("This deformed beast might have been a wolf before, but now it is just... terrible.", "这只畸形的巨兽之前或许是头狼,不过现在……它很可怕。")
 t("and corrupted into a pile of writhing worms", "并被无数蠕虫腐蚀吞噬")
@@ -37961,16 +39268,27 @@ t("Heart of the Gloom", "黑暗之心")
 section "game/modules/tome/data/zones/high-peak/grids.lua"
 
 t("Farportal: the Far East", "远古传送门:至远东大陆")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向远东。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the Far East, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了远东大陆,此间毫无传送门的痕迹……")
 t("Farportal: Iron Throne", "远古传送门:钢铁王座")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Iron Throne in the West.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向西方的钢铁王座。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the slopes of the Iron Throne, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经到了钢铁王座附近,此间毫无传送门的痕迹……")
 t("Farportal: the Void", "远古传送门:虚空")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to an unknown place, seemingly out of this world. You dare not use it.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向未知之地,似乎为世外之地,你不太敢使用它。]])
 t("#LIGHT_BLUE#You use the orb on the portal, shutting it down easily.", "#LIGHT_BLUE#你在传送门上使用了水晶球,很轻易的关闭了它。")
 t("Invocation Portal: Undeath", "符文传送门:亡灵")
 t("Invocation Portal: Elements", "符文传送门:元素")
 t("Invocation Portal: Dragons", "符文传送门:龙")
 t("Invocation Portal: Destruction", "符文传送门:毁灭")
+t("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 t("Portal: The Sanctum", "圣所传送门")
+t("This portal seems to connect to another part of this level.", "这个传送门似乎连接到地图上的另一个区域。")
 t("#VIOLET#You enter the swirling portal and appear in a large room with other portals and the two wizards.", "#VIOLET#你进入了传送漩涡,当你反应过来时,你发现你来到了一个有着数个传送门和两名魔导师的巨大房间里。")
 t("next level", "前往下一层")
 
@@ -37999,13 +39317,16 @@ t("A strangely wet athame.", "奇怪的潮湿祭剑")
 t("journal", "日记")
 t("A magically-preserved journal.", "魔法保存的日记")
 t("Awakened Staff of Absorption", "觉醒的吸能法杖")
+t("ominous, dark runed staff", "不祥的,黑暗符文的法杖")
 t([[Carved with runes of power, this staff seems to have been made long ago, yet it bears no signs of tarnish.
 Light around it seems to dim and you can feel its tremendous power simply by touching it.
 The Sorcerers seem to have awakened its power.
 #{italic}#"And lo they came to Amakthel himself, and thousands were killed in the assault on his throne, and three of the Godslayers were broken beneath his feet. But Falion with his dying breath pierced the great god on his knee with the icy sword Arkil, and seeing his opportunity Caldizar, leader of the Godslayers, advanced with the Staff of Absorption and struck a terrifying blow against Amakthel. So fell the greatest of the gods by the hands of his own children, and his face was forced into the dust."#{normal}#]], [[杖身铭刻着符文,这根法杖似乎是很久以前制造的,虽然它毫无侵蚀的痕迹。它周围的光线会变的暗淡,当你触摸它时可以感受到惊人的魔力。
 恶魔法师们似乎唤醒了它的力量。
 #{italic}#“终于他们直面了阿马克泰尔,并且上千人牺牲在了他的王座前,其中有三名弑神者倒在了他的脚下。但是法利恩用他死前最后的力量将冰刃阿奇尔插入了真神的膝盖,看到这一机会,凯尔帝勒,弑神者的首领,立刻上前并用吸能法杖对阿马克泰尔造成了致命的一击。这样真神最终倒在了他自己的儿女手中,他的头颅也化作了尘埃。”#{normal}#]])
-t("#Source# brandishes %s %s, absorbing the essence of #target#!", "#Source# 挥舞着 %s%s, 吸收了#target#的精华!")
+t("absorb the essence (ignoring resistance and bypassing most defenses) of a target in range %d, draining 30%% of its life and increasing your own damage by 30%% for %d turns", "吸收%d码范围内某个目标生物的精华(无视抵抗和大部分防御技能),直接吸收30%%生命值,并增加自身伤害加成30%%,持续%d回合")
+t("was absorbed by the %s held by %s", "被%s手中的%s吸能致死")
+t("#Source# brandishes %s %s, absorbing the essence of #target#!", "#Source#挥舞着%s%s, 吸收了#target#的精华!")
 t("gem", "珠宝")
 t("white", "白宝石")
 t("Pearl of Life and Death", "生死珍珠")
@@ -38016,6 +39337,8 @@ t("A pearl, three times the size of a normal pearl, that glitters in infinite co
 section "game/modules/tome/data/zones/high-peak/zone.lua"
 
 t("High Peak", "å·…å³°")
+t("High Peak: The Sanctum", "巅峰:圣所")
+t("High Peak (%d)", "å·…å³° (%d)")
 
 
 ------------------------------------------------
@@ -38041,6 +39364,7 @@ t("rock", "岩石")
 t("snowy_grass", "落雪的草地")
 t("snowy passage", "落雪的道路")
 t("Temporal Rift", "时空裂隙")
+t("The rift leads to another floor of the dungeon.", "裂缝连接到地图上的另一个楼层。")
 t("rift", "裂隙")
 t("crack in spacetime", "时空裂隙")
 t("coral wall", "珊瑚墙")
@@ -38231,6 +39555,7 @@ t("heart", "心脏")
 t("misc", "杂项")
 t("Celia's Still Beating Heart", "赛利亚的跳动心脏")
 t("The living heart of the necromancer Celia, carved out of her chest and preserved with magic.", "死灵法师赛利亚的跳动心脏,取自她的胸膛,上面充满了魔法的力量。")
+t("extract a tiny part of Celia's soul", "抽取希利娅灵魂的一小块")
 t("You squeeze Celia's heart in your hand, absorbing part of her soul into your necrotic aura.", "你把希利娅的心脏放在手中挤压,将她的部分灵魂吸收进你的死灵光环里。")
 
 
@@ -38298,6 +39623,8 @@ t("Crack in the floor", "地板上的洞")
 t([[This area appears to have been hit by a huge tremor, breaking the floor in a huge crack.
 You think you can jump to the level below.]], [[这块区域似乎经历过巨大的震动,将地板砸出了一个大洞。
 你觉得你可以跳进下面的楼层。]])
+t("Jump", "跳下")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -38499,6 +39826,7 @@ t("You arrive in a small underground structure. There are orcs there and as soon
 section "game/modules/tome/data/zones/paradox-plane/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
 
 
 ------------------------------------------------
@@ -38539,7 +39867,9 @@ t("A massive, shifting, ethereal form floats in the air around an orb of frozen
 t("Heavy Sentinel", "笨重的森提内尔")
 t("A towering creature, made from the bones of countless bodies. An aura of flame billows from within its chest.", "像铁塔一样的生物,由数不清的骨头构成。它的胸前缠绕着一圈烈焰。")
 t("Arch Zephyr", "阿克·伊法")
+t("The robes of this ancient vampire billow with intense winds. Bolts of lightning arc along its body. In its hand it holds a bow, electricity streaking across it.", "这只远古吸血鬼的长袍无风自动。闪电在他的周身环绕。他手里握着一把长弓,电弧在这把弓上流转。")
 t("Void Spectre", "虚空亡魂")
+t("Intense Arcane energy whirls in the air around this ethereal form.", "无尽的奥术能量在它永恒的身躯周围环绕。")
 
 
 ------------------------------------------------
@@ -38590,9 +39920,13 @@ t("Escape from Reknor", "从瑞库纳逃亡")
 ------------------------------------------------
 section "game/modules/tome/data/zones/reknor/grids.lua"
 
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Far East, a continent of which only rumours are known...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向远东大陆,一块传说中的大陆…… ]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on an unfamiliar cave, with no trace of the portal...", "#VIOLET#你进入了传送门,一眨眼功夫你发现你到达了一个陌生的洞穴,此间毫无传送门的痕迹……")
 t("Farportal: the Far East", "远古传送门:至远东大陆")
 t("Iron Throne Edict", "钢铁王座布告")
+t("\"AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE\"", "“向钢铁王座所有公民发布的公告。我们的王国将继续隐忍。”")
 
 
 ------------------------------------------------
@@ -38703,7 +40037,7 @@ t("Bloodcaller", "鲜血呼唤")
 t("You won the Ring of Blood trial, and this is your reward.", "你赢得了鲜血之环的试炼,这是对你的奖赏。")
 t([[You heal for 2.5%% of the damage you deal.
 Healing during current combat:  #GREEN#%0.2f#LAST#]], [[你造成的所有伤害将会回复你相当于伤害值2.5%%的生命值。
-在本次战斗中的回复量:  #GREEN#%0.2f#LAST#]])
+在本次战斗中的回复量: #GREEN#%0.2f#LAST#]])
 
 
 ------------------------------------------------
@@ -38910,6 +40244,11 @@ section "game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua"
 
 t("Sher'Tul Control Orb", "夏·图尔控制水晶球")
 t("Exploratory Farportal", "异度传送门")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
+It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
+ 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
+ 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t("Farportal", "远古传送门")
 t("The farportal seems to be inactive", "这个远古传送门关闭着")
 
@@ -38918,6 +40257,7 @@ t("The farportal seems to be inactive", "这个远古传送门关闭着")
 section "game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua"
 
 t("Caldizar", "凯尔帝勒")
+t("A creature stands before you, with long tentacle-like appendages and a squat bump in place of a head. An intense aura of power radiates from this being unlike anything you've ever felt before. It can only be a Sher'Tul. A living Sher'Tul!", "四肢是触须,头部由某种突起代替的奇怪生物。一种强烈的能量在他周围流动,这股能量不同于你之前认识的任何一种。他只能是夏·图尔人。一名活生生的夏·图尔人!")
 
 
 ------------------------------------------------
@@ -38934,6 +40274,11 @@ t("stair back to the lake of Nur", "返回纳尔湖的台阶")
 t("teleportation circle to the surface", "通往地面的传送阵")
 t("teleportation circle for Melinda", "为米琳达准备的传送阵")
 t("Sher'Tul Control Orb", "夏·图尔控制水晶球")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
+It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
+ 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
+ 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in a strangely familiar zone, right next to a farportal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个熟悉的地方,在另一个远古传送门旁边...")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in strange empty space...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个陌生的空地…")
 t("The farportal seems to be inactive", "这个远古传送门关闭着")
@@ -38946,6 +40291,8 @@ t("#VIOLET#As %s falls you notice a portal appearing.", "#VIOLET#当 %s 倒下
 t("#VIOLET#Your rod of recall shakes, a portal appears beneath you.", "#VIOLET#你的召唤之杖开始震动,你的脚下出现了一道传送门。")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in an unfamiliar zone, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个陌生的地方,传送门不见了...")
 t("Library of Lost Mysteries", "失落秘密图书库")
+t("Receiving the lost knowledge of the universe...", "正在接受多元宇宙的失落知识…")
+t("Yiilkgur's Library of Lost Mysteries", "伊克格的失落秘密图书库")
 t("floor", "地板")
 t("wall", "墙壁")
 t("mural painting", "壁画")
@@ -38961,6 +40308,7 @@ t("Weirdling Beast", "异形触手")
 t("A roughly humanoid creature, with tentacle-like appendages in the place of arms and legs. You gasp in horror as you notice it has no head. Putrid warts form quickly on its skin and explode as quickly.", "一只类人生物,在四肢的位置它长出了触须状的关节。当你发现他没有头时你吓了一跳。瘤状物在它的皮肤上不断的冒出又爆炸。")
 t("and slowly consumed", "并被慢慢消化")
 t("#LIGHT_RED#As the Weirdling beast falls it shrieks one last time and the door behind it shatters and explodes, revealing the room behind it. The stair up vanishes!", "#LIGHT_RED#随着维德林兽的倒下,它发出了最后一身尖叫。它身后的门被炸开,里面出现了一个房间,楼梯消失了!")
+t("Teleportation portal to the Sher'Tul Fortress", "通向夏·图尔堡垒的传送阵")
 t("Sher'Tul", "夏·图尔")
 t("Fortress Shadow", "堡垒之影")
 t("The shadow created by the fortress, it resembles somewhat the horrors you saw previously, but it is not the same.", "堡垒制造的阴影,就像你之前看到的恐怖生物一样,不过显然它们有着本质的区别。")
@@ -38981,6 +40329,7 @@ t("simple gown", "简单的长袍")
 ------------------------------------------------
 section "game/modules/tome/data/zones/shertul-fortress/zone.lua"
 
+t("%s (Yiilkgur, the Sher'Tul Fortress)", "%s (夏图尔堡垒,伊克格)")
 t("Yiilkgur, the Sher'Tul Fortress", "夏·图尔堡垒 伊克格")
 t("This level seems to be removed from the rest of the ruins. The air is fresh and the level is lighted. You hear the distant crackling of magical energies.", "这个区域似乎独立于世,空气清新,天空晴朗。你听到远处传来魔法的撞击声。")
 t([[As you enter the familiar Fortress you notice a small orange cat has followed you somehow.
@@ -39001,6 +40350,8 @@ t("tree", "æ ‘")
 t("bog water", "沼泽泥水塘")
 t("coral portal", "珊瑚传送门")
 t("#VIOLET#The portal is already broken!", "#VIOLET#传送门已经被破坏!")
+t("destroyed the portal", "摧毁传送门")
+t("destroying the portal", "摧毁传送门中")
 t("#VIOLET#The portal starts to break down, run!", "#VIOLET#传送门要爆炸了,快跑!")
 
 
@@ -39050,6 +40401,11 @@ t("orb pedestal (destruction)", "水晶球基座:毁灭")
 t("sealed door", "被封印的门")
 t("exit to Grushnak Pride", "离开前往格鲁希纳克部落")
 t("Entrance to the High Peak", "巅峰入口")
+t("The way forward is blocked. There must be some way around here to unlock those doors.", "向前的道路被阻挡了。这里一定有能打开这些大门的方法。")
+t([[As you stand on the stairs you can feel this is a "do or die" one way trip. If you enter there will be no coming back.
+Enter?]], [[当你站在楼梯上时,你能感觉到这是一次不能回头的战斗,非生既死,一旦进去就不能回来。
+现在进去么?]])
+t("High Peak", "å·…å³°")
 
 
 ------------------------------------------------
@@ -39132,12 +40488,15 @@ t("Look over there!", "快看那里!")
 section "game/modules/tome/data/zones/stellar-system-shandral/grids.lua"
 
 t("Shandral (Sun)", "珊德拉 (恒星)")
+t("The sun of the Shandral star system.", "珊德拉星系的恒星。")
 t("Eyal (Planet)", "埃亚尔 (星球)")
 t("Summertide (Moon of Eyal)", "夏殇 (埃亚尔的卫星)")
 t("Wintertide (Moon of Eyal)", "霜华 (埃亚尔的卫星)")
+t("One of the moons of Eyal.", "埃亚尔的一个卫星。")
 t("Kolal (Planet)", "克拉尔 (星球)")
 t("Luxam (Planet)", "卢克萨姆 (星球)")
 t("Ponx (Gaz Planet)", "波尼克斯 (气态巨星)")
+t("One of the main planets of the Shandral system.", "珊德拉星系的众多星球之一。")
 
 
 ------------------------------------------------
@@ -39150,8 +40509,11 @@ t("Stellar System: Shandral", "恒星系:珊德拉")
 section "game/modules/tome/data/zones/tannen-tower/grids.lua"
 
 t("Portal to Last Hope", "通往最后的希望的传送门")
+t("This portal seems to be connected with Last Hope; you could probably use it to go back.", "这道传送门似乎通向最后的希望,你也许能通过它回去。")
 t("Back and there again", "穿越过去")
 t("Enter the portal back to Last Hope?", "进入传送门,回到最后的希望?")
+t("Enter", "进入")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -39181,6 +40543,7 @@ t("orb", "水晶球")
 t("Orb of Many Ways", "多元水晶球")
 t([[The orb projects images of distant places, some that seem not to be of this world, switching rapidly.
 If used near a portal, it could probably activate it.]], "这个球体可以折射出远处的景象并快速的切换着,有些景象甚至不属于这个世界。如果你在传送点附近使用它,它可能会激活传送。")
+t("activate a portal", "激活一个传送门")
 t("There is no portal to activate here.", "这里没有可用的传送门。")
 t("You cannot bring yourself to drop the %s", "你无法丢弃 %s")
 t("tattered paper scrap", "破烂的碎纸片")
@@ -39203,6 +40566,8 @@ t("undead", "亡灵")
 t("The Shade of Telos", "泰勒之影")
 t("Everybody thought Telos dead and his spirit destroyed, but it seems he still lingers in his old place of power.", "所有人都认为泰勒已经形神俱灭了,但现在看起来他似乎仍徘徊在他的能量之源。")
 t("and was savagely mutilated, a show of his rage towards all living things", "并被残忍肢解,作为他对所有生物的无尽怒火的体现")
+t("As the shade dissipates, you see no sign of the text entitled \"Inverted and Reverted Probabilistic Fields\". You should go back to Tannen.", "当阴影消退,你没有找到任何《关于力场翻转与回复的可能性研究》标题的文本。你必须回到泰恩那。")
+t("Back and there again", "穿越过去")
 
 
 ------------------------------------------------
@@ -39282,6 +40647,8 @@ t("Temporal Reprieve", "时空避难所")
 section "game/modules/tome/data/zones/temporal-rift/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
+t("Temporal Warden", "时空守卫")
 
 
 ------------------------------------------------
@@ -39494,6 +40861,9 @@ section "game/modules/tome/data/zones/town-gates-of-morning/grids.lua"
 t("floor", "地板")
 t("old road", "古老的路")
 t("Farportal: Last Hope", "远古传送门:至最后的希望")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go near the town of Last Hope in Maj'Eyal.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这扇门似乎通向马基 · 埃亚尔大陆上最后的希望之所在区域。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the outskirts of Last Hope, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你回到了最后的希望的郊外,传送的踪迹再不可寻……")
 t("grass", "草地")
 t("rockwall", "岩石墙")
@@ -39632,6 +41002,9 @@ section "game/modules/tome/data/zones/town-last-hope/grids.lua"
 t("floor", "地板")
 t("old road", "古老的路")
 t("Farportal: Gates of Morning", "远古传送门:晨曦之门")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go near the Gates of Morning in the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这扇门似乎通向远东的晨曦之门附近。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in sight of the Gates of Morning, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经到了晨曦之门的山脚下,此间毫无传送门的痕迹……")
 
 
@@ -39656,10 +41029,13 @@ t("A clean-looking Halfling resident of Last Hope.", "一位面容清秀的最
 section "game/modules/tome/data/zones/town-last-hope/objects.lua"
 
 t("last hope foundation", "最后的希望的建立")
+t("The Diaries of King Toknor the Brave (%d)", "狮心王图库纳的日记 (%d)")
 t("A part of the history of Last Hope, and King Toknor the Brave.", "有关最后的希望和狮心王图库纳的历史。")
 t("analysis", "分析")
 t("southspar", "南晶岛")
-t("..", "..")
+t("one", "一")
+t("the Pale King part %s", "亡灵国王 第%s章")
+t("two", "二")
 t("A study of Southspar's most unusual ruler.", "有关南晶岛不寻常的统治者的研究。")
 t("oceans", "æµ·æ´‹")
 t("The Oceans of Eyal", "埃亚尔之海")
@@ -39717,6 +41093,7 @@ t("You hear screaming not too far from you.", "你听到了不远处的尖叫声
 section "game/modules/tome/data/zones/town-point-zero/grids.lua"
 
 t("Temporal Rift to Maj'Eyal", "通向马基·埃亚尔的时空裂隙")
+t("The rift leads to Maj'Eyal.", "裂隙通往马基·埃亚尔")
 t("wall", "墙壁")
 t("cold forest", "冰冷森林")
 t("floor", "地板")
@@ -39812,6 +41189,7 @@ t("Shatur", "夏特尔")
 section "game/modules/tome/data/zones/town-zigur/grids.lua"
 
 t("Zigur Postsign", "伊格的岗哨")
+t("The laws of the Ziguranth", "伊格兰斯的规则")
 t("lava pit", "熔岩矿坑")
 t("cultivated fields", "耕地")
 t("cobblestone road", "鹅卵石路")
@@ -39915,26 +41293,35 @@ t("Trollmire", "巨魔沼泽")
 section "game/modules/tome/data/zones/tutorial-combat-stats/grids.lua"
 
 t("Lobby Portal", "前厅传送门")
+t("This portal will bring you back to the Tutorial Lobby.", " 这道传送门将把你带回教程大厅。")
 t("Enter the portal back to the lobby?", "你要进入传送门返回教学大厅么?")
 t("Tutorial Lobby Portal", "传送至大厅")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back in the lobby.", "#VIOLET#你进入了传送漩涡,一眨眼功夫你回到了大厅。")
 t("grass", "草地")
 t("Rune of Enlightenment: Summer Vacation", "启蒙符文:暑假")
+t("Causes the player's brain to jettison all recently-acquired knowledge.", " 可以净化玩家的大脑,使玩家遗忘所有最近所学的技能。")
 t("#VIOLET#You feel unenlightened.", "#VIOLET#你感到很无知。")
 t("Rune of Enlightenment: Shove", "启蒙符文:冲撞")
+t("Teaches the player 'Shove'.", " 可习得技能“推挤” ")
 t("#VIOLET#You have learned the talent Shove.", "#VIOLET#你学会了技能推挤。")
 t("#VIOLET#The sound of an ancient door grinding open echoes down the tunnel!", "#VIOLET#推开古老大门产生的吱呀声音回荡在通道里!")
 t("Rune of Enlightenment: Mana Gale", "启蒙符文:法力风暴")
+t("Teaches the player 'Mana Gale'.", " 可习得技能“法力风暴” ")
 t("#VIOLET#You have learned the talent Mana Gale.", "#VIOLET#你学会了技能法力风暴")
 t("Rune of Enlightenment: Telekinetic Punt", "启蒙符文:念力推送")
+t("Teaches the player 'Telekinetic Punt'.", " 可习得技能“念力打击” ")
 t("#VIOLET#You have learned the talent Telekinetic Punt.", "#VIOLET#你学会了技能念力冲撞")
 t("Rune of Enlightenment: Blink", "启蒙符文:闪现")
+t("Teaches the player 'Blink'.", " 可习得技能“闪光术” ")
 t("#VIOLET#You have learned the talent Blink.", "#VIOLET#你学会了技能闪现")
 t("Rune of Enlightenment: Fear", "启蒙符文:恐惧")
+t("Teaches the player 'Fear'.", " 可习得技能“恐惧” ")
 t("#VIOLET#You have learned the talent Fear.", "#VIOLET#你学会了技能恐惧术")
 t("Rune of Enlightenment: Bleed", "启蒙符文:流血")
+t("Teaches the player 'Bleed'.", " 可习得技能“流血” ")
 t("#VIOLET#You have learned the talent Bleed.", "#VIOLET#你学会了技能流血")
 t("Rune of Enlightenment: Confusion", "启蒙符文:混乱")
+t("Teaches the player 'Confusion'.", " 可习得技能“混乱” ")
 t("#VIOLET#You have learned the talent Confusion.", "#VIOLET#你学会了技能混乱")
 t("floor", "地板")
 t("wall", "墙壁")
@@ -39942,6 +41329,7 @@ t("glowing door", "发光的门")
 t("#VIOLET#You must achieve Enlightenment before you can pass. Seek ye to the west to discover the ancient art of Shoving Stuff.", "#VIOLET#你必须完成地下城启蒙成就才能通过。往西部寻找古代宝物:冲击法杖。")
 t("sealed door", "被封印的门")
 t("Sign", "标记")
+t("Contains a snippet of ToME wisdom.", " 包含了 ToME 智慧的残片 ")
 
 
 ------------------------------------------------
@@ -40011,6 +41399,7 @@ t("tutorial4", "教程4")
 t("tutorial5", "教程5")
 t("tutorial", "教程")
 t("tutorial6", "教程6")
+t("A tutorial", "教程")
 t("Movement", "移动")
 t("Melee Combat", "近战格斗")
 t("Objects", "物品")
@@ -40053,6 +41442,7 @@ t("It is a large wolf with eyes full of cunning, only 3 times bigger than a norm
 section "game/modules/tome/data/zones/tutorial/traps.lua"
 
 t("tutorial", "教程")
+t("A tutorial", "教程")
 t("Movement", "移动")
 t("Melee Combat", "近战格斗")
 t("Objects", "物品")
@@ -40075,6 +41465,7 @@ t("Tutorial", "教程")
 section "game/modules/tome/data/zones/unhallowed-morass/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads to another part of the morass.", "裂隙通往混沌之沼的另一个区域。")
 t("Point Zero", "零点圣域")
 t([[The rift has brought you back to Point Zero, and the source of the disturbances.
 A temporal defiler is attacking the town, all the Keepers in range are attacking it!]], [[这个裂隙将你带回到了零点圣域——紊乱能量的发源地。
@@ -40161,6 +41552,7 @@ t("moonstone", "月亮石")
 t("floor", "地板")
 t("grass", "草地")
 t("Fearscape Portal", "恶魔空间传送门")
+t("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 
 
 ------------------------------------------------
@@ -40186,6 +41578,8 @@ t("Ithilthum, Valley of the Moon", "伊塞尔森`月之谷")
 section "game/modules/tome/data/zones/void/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
+t("Temporal Warden", "时空守卫")
 
 
 ------------------------------------------------
@@ -40361,6 +41755,7 @@ t("The arid wastes of Erúan", "艾露安·腐化之地")
 section "game/modules/tome/data/zones/wilderness/zone.lua"
 
 t("World of Eyal", "埃亚尔世界")
+t("Eyal", "埃亚尔")
 
 
 ------------------------------------------------
@@ -40370,7 +41765,7 @@ t("Arena mode", "竞技场模式")
 t("#LIGHT_GREEN#No high scores. This should not happen.", "#LIGHT_GREEN#没有最高分。这不应该发生")
 t([[%s (%s %s %s)
  Score %d[%s]) - Wave: %d]], [[%s (%s %s %s)
- 分数 %d[%s]) - 波次: %d]])
+ 分数 %d[%s]) - 波次:%d]])
 t("unknown", "未知")
 t("#LIGHT_BLUE#You resurrect! CHEATER !", "#LIGHT_BLUE#你复活了!作弊者!")
 t("Resurrect by cheating", "使用作弊复活")
@@ -40393,12 +41788,12 @@ t("Select custom tile", "选择自定义角色贴图")
 t("Tutorial", "教程")
 t("Customize", "自定义")
 t("Extra Options", "附加选项")
-t("Name: ", "名称: ")
+t("Name: ", "名称:")
 t("Female", "女性")
 t("Male", "男性")
-t("Campaign: ", "战役: ")
-t("Difficulty: ", "难度: ")
-t("Permadeath: ", "死亡模式: ")
+t("Campaign: ", "战役:")
+t("Difficulty: ", "难度:")
+t("Permadeath: ", "死亡模式:")
 t("Overwrite character?", "覆盖角色?")
 t("There is already a character with this name, do you want to overwrite it?", "已经有一个这个名称的角色了,你要覆盖这个角色吗?")
 t("Antimagic Magic combo", "反魔和魔法的组合")
@@ -40409,10 +41804,16 @@ t("Cancel", "取消")
 t([[This is the name of your character.
 Right mouse click to generate a random name based on race and sex.]], [[这是你的角色名。
 右键该选框会随机起名,名字组合取决于你的种族和性别。]])
+t("\
+\
+#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available.", "\
+\
+#GOLD#本选项被锁定,完成特定的任务或条件可以永久解锁这个战役,种族,职业。")
+t("-- locked --", "-- 需解锁 --")
 t("Characters Vault", "角色仓库")
 t(" Load ", " 读取 ")
 t("Delete", "删除")
-t("Really delete premade: %s", "确认删除预设: %s")
+t("Really delete premade: %s", "确认删除预设:%s")
 t("Custom tiles", "自定义角色贴图")
 t([[Custom Tiles have been added as a thank you to everyone that has donated to ToME.
 They are a fun cosmetic feature that allows you to choose a tile for your character from a list of nearly 180 (with more to be added over time), ranging from special humanoid tiles to downright wonky ones!
@@ -40460,7 +41861,7 @@ t("Confirm", "确认")
 ------------------------------------------------
 section "game/modules/tome/dialogs/CharacterSheet.lua"
 
-t("Character Sheet: %s", "角色面板: %s")
+t("Character Sheet: %s", "角色面板:%s")
 t("[G]eneral", "常规[G]")
 t("[A]ttack", "攻击[A]")
 t("[D]efense", "防御[D]")
@@ -40468,11 +41869,11 @@ t("[T]alents", "技能[T]")
 t("main", "主手")
 t("off", "副手")
 t("#RED#Displaying %s set for %s (equipment NOT switched)", "#RED#展示 %s 套装给 %s 看 (装备未切换)")
-t("[E]quipment: %s set", "装备[E]: %s 套装")
-t("Sort: %s", "排序: %s")
+t("[E]quipment: %s set", "装备[E]:%s 套装")
+t("Sort: %s", "排序:%s")
 t("Groups", "分组")
 t("Name", "名称")
-t("Sort:  %s", "排序:  %s")
+t("Sort:  %s", "排序: %s")
 t("Type", "类型")
 t("Manage [I]nventory", "管理 物品栏[I]")
 t("[L]evelup", "升级[L]")
@@ -40491,10 +41892,10 @@ t([[#GOLD#Days adventuring / current month:#LAST# %d / %s
 #GOLD#Time playing:#LAST# %s
 #GOLD#Creatures killed:           #ANTIQUE_WHITE#%d
 #GOLD#Elites/Rares/Bosses killed: #YELLOW#%d/#SALMON#%d/#ORANGE#%d
-]], [[#GOLD#冒险日/月:#LAST# %d / %s
+]], [[#GOLD#冒险日/月:#LAST# %d/%s
 #GOLD#游戏时间:#LAST# %s
-#GOLD#杀死的总生物数:           #ANTIQUE_WHITE#%d
-#GOLD#杀死的精英/稀有/Boss数: #YELLOW#%d/#SALMON#%d/#ORANGE#%d
+#GOLD#杀死的总生物数:          #ANTIQUE_WHITE#%d
+#GOLD#杀死的精英/稀有/Boss数:#YELLOW#%d/#SALMON#%d/#ORANGE#%d
 ]])
 t("Poison", "毒素")
 t("Bleed", "流血")
@@ -40516,117 +41917,130 @@ t("#ORANGE#Mental Status  ", "#ORANGE#精神状态")
 t("#ORANGE#Physical Status", "#ORANGE#物理状态")
 t("#ORANGE#Magical Status ", "#ORANGE#魔法状态")
 t("Inventory", "物品栏")
-t("Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#", "在线网址: #LIGHT_BLUE##{underline}#%s#{normal}#")
+t("Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#", "在线网址:#LIGHT_BLUE##{underline}#%s#{normal}#")
 t("You can find your character sheet online", "你可以在网上找到你的角色面板。")
 t("Female", "女性")
 t("Male", "男性")
-t("Sex  : ", "性别: ")
-t("Race : ", "种族: ")
-t("Type : ", "类型: ")
-t("Class: ", "职业: ")
-t("Stype: ", "子类: ")
+t("Sex  : ", "性别:")
+t("Race : ", "种族:")
+t("Type : ", "类型:")
+t("Class: ", "职业:")
+t("Stype: ", "子类:")
 t("Antimagic adherent", "反魔志愿者")
 t("Zigur follower", "伊格追随者")
-t("Size : ", "体积: ")
-t("Level: #00ff00#%d", "等级: #00ff00#%d")
-t("Exp  : #00ff00#%2d%%", "经验: #00ff00#%2d%%")
-t("Gold : #00ff00#%0.2f", "金钱: #00ff00#%0.2f")
-t("#LIGHT_BLUE#Resources:", "#LIGHT_BLUE#资源:")
-t("#c00000#Life    : #00ff00#%d/%s", "#c00000#生命值: #00ff00#%d/%s")
+t("Size : ", "体积:")
+t("Level: #00ff00#%d", "等级:#00ff00#%d")
+t("Exp  : #00ff00#%2d%%", "经验:#00ff00#%2d%%")
+t("Gold : #00ff00#%0.2f", "金钱:#00ff00#%0.2f")
+t("#LIGHT_BLUE#Resources:", "#LIGHT_BLUE#资源:")
+t("%+.0f max", "%+.0f 最大值")
+t("#c00000#Life    : #00ff00#%d/%s", "#c00000#生命值:#00ff00#%d/%s")
+t("max", "最大值")
+t("min", "最小值")
 t("No Description", "没有介绍")
-t("%s%-8.8s: #00ff00#%s ", "%s%s: #00ff00#%s ")
+t("%s%-8.8s: #00ff00#%s ", "%s%s:#00ff00#%s ")
 t([[#GOLD#%s Recovery/Depletion#LAST#
 The amount of %s automatically gained or lost each turn.]], [[#GOLD#%s 回复/削减#LAST#
 每回合自动获得/减少 %s 的量。]])
 t("Current Feedback gain is %0.1f%% of damage taken.", "现在获得的反馈值为受到伤害的 %0.1f%% 。")
-t("#7fffd4#Feedback: #00ff00#%d/%s", "#7fffd4#反馈值: #00ff00#%d/%s")
-t("#LIGHT_BLUE#Speeds:", "#LIGHT_BLUE#速度:")
-t("Global speed  : #00ff00#%s", "整体速度: #00ff00#%s")
-t("Movement speed: #00ff00#%s", "移动速度: #00ff00#%s")
-t("Spell speed   : #00ff00#%s", "法术速度: #00ff00#%s")
-t("Attack speed  : #00ff00#%s", "攻击速度: #00ff00#%s")
-t("Mental speed  : #00ff00#%s", "精神速度: #00ff00#%s")
-t("Times died     : #00ff00#%s", "死亡次数: #00ff00#%s")
+t("#7fffd4#Feedback: #00ff00#%d/%s", "#7fffd4#反馈值:#00ff00#%d/%s")
+t("#LIGHT_BLUE#Speeds:", "#LIGHT_BLUE#速度:")
+t("Global speed  : #00ff00#%s", "整体速度:#00ff00#%s")
+t("Movement speed: #00ff00#%s", "移动速度:#00ff00#%s")
+t("Spell speed   : #00ff00#%s", "法术速度:#00ff00#%s")
+t("Attack speed  : #00ff00#%s", "攻击速度:#00ff00#%s")
+t("Mental speed  : #00ff00#%s", "精神速度:#00ff00#%s")
+t("Times died     : #00ff00#%s", "死亡次数:#00ff00#%s")
 t("#DARK_RED#Blood of Life", "#DARK_RED#生命之血")
-t("Lives left     : #00ff00#%s", "剩余生命: #00ff00#%s")
-t("Healing mod.   : #00ff00#%s", "治疗系数: #00ff00#%s")
-t("Life regen     : #00ff00#%s", "生命回复: #00ff00#%s")
-t("(with heal mod): #00ff00#%s", "(治疗系数加成后): #00ff00#%s")
-t("#LIGHT_BLUE#Vision:", "#LIGHT_BLUE#视野:")
-t("Light radius   : #00ff00#%s", "光照范围: #00ff00#%s")
-t("Vision range   : #00ff00#%s", "视野范围: #00ff00#%s")
-t("Heighten Senses: #00ff00#%s", "强化感知: #00ff00#%s")
-t("Detect Traps   : #00ff00#%s", "侦测陷阱: #00ff00#%s")
-t("Stealth        : #00ff00#%s", "潜行强度: #00ff00#%s")
-t("See stealth    : #00ff00#%s", "侦测潜行: #00ff00#%s")
-t("Invisibility   : #00ff00#%s", "隐形强度: #00ff00#%s")
-t("See invisible  : #00ff00#%s", "侦测隐形: #00ff00#%s")
-t("Telepathy range: #00ff00#%s", "感应范围: #00ff00#%s")
-t("#LIGHT_BLUE#Stats:        Base/Current", "#LIGHT_BLUE#属性值:        基础值/当前值")
+t("Lives left     : #00ff00#%s", "剩余生命:#00ff00#%s")
+t("Healing mod.   : #00ff00#%s", "治疗系数:#00ff00#%s")
+t("Life regen     : #00ff00#%s", "生命回复:#00ff00#%s")
+t("(with heal mod): #00ff00#%s", "(治疗系数加成后):#00ff00#%s")
+t("#LIGHT_BLUE#Vision:", "#LIGHT_BLUE#视野:")
+t("Light radius   : #00ff00#%s", "光照范围:#00ff00#%s")
+t("Vision range   : #00ff00#%s", "视野范围:#00ff00#%s")
+t("Heighten Senses: #00ff00#%s", "强化感知:#00ff00#%s")
+t("Detect Traps   : #00ff00#%s", "侦测陷阱:#00ff00#%s")
+t("Stealth        : #00ff00#%s", "潜行强度:#00ff00#%s")
+t("See stealth    : #00ff00#%s", "侦测潜行:#00ff00#%s")
+t("Invisibility   : #00ff00#%s", "隐形强度:#00ff00#%s")
+t("See invisible  : #00ff00#%s", "侦测隐形:#00ff00#%s")
+t("Telepathy range: #00ff00#%s", "感应范围:#00ff00#%s")
+t("#LIGHT_BLUE#Stats:        Base/Current", "#LIGHT_BLUE#属性值:       基础值/当前值")
 t("#AQUAMARINE#Inscriptions (%d/%d)", "#AQUAMARINE#纹身槽 (%d/%d)")
-t("Telepathy of: ", "心灵感应: ")
+t("Telepathy of: ", "心灵感应:")
 t("%sAll ", "%s所有 ")
-t("#LIGHT_BLUE#Current effects:", "#LIGHT_BLUE#目前状态效果:")
+t("#LIGHT_BLUE#Current effects:", "#LIGHT_BLUE#目前状态效果:")
 t("Two-Handed, ", "双手, ")
 t("Weapon", "武器")
-t("Accuracy     : #00ff00#%s", "命中值: #00ff00#%s")
-t("Damage       : #00ff00#%s", "伤害: #00ff00#%s")
-t("Block : #00ff00#%s", "格挡值: #00ff00#%s")
-t("APR          : #00ff00#%s", "护甲穿透: #00ff00#%s")
-t("Crit. chance : #00ff00#%s", "暴击率: #00ff00#%s")
-t("Crit. power  : #00ff00#%s", "暴击伤害: #00ff00#%s")
-t("Attack Speed : #00ff00#%s", "攻击速度: #00ff00#%s")
+t("Accuracy     : #00ff00#%s", "命中值:#00ff00#%s")
+t("Damage       : #00ff00#%s", "伤害:#00ff00#%s")
+t("Block : #00ff00#%s", "格挡值:#00ff00#%s")
+t("APR          : #00ff00#%s", "护甲穿透:#00ff00#%s")
+t("Crit. chance : #00ff00#%s", "暴击率:#00ff00#%s")
+t("Crit. power  : #00ff00#%s", "暴击伤害:#00ff00#%s")
+t("Attack Speed : #00ff00#%s", "攻击速度:#00ff00#%s")
 t("range %2d", "范围 %2d")
 t("speed %3d%%", "速度 %3d%%")
-t("Archery      : #00ff00#%s, %s", "弓箭: #00ff00#%s, %s")
+t("Archery      : #00ff00#%s, %s", "弓箭:#00ff00#%s, %s")
 t("#LIGHT_BLUE#Main Hand", "#LIGHT_BLUE#主手")
 t("#LIGHT_BLUE#Unarmed", "#LIGHT_BLUE#徒手")
 t("#LIGHT_BLUE#Offhand%s", "#LIGHT_BLUE#副手%s")
 t(" (disabled)", " (被禁用)")
 t("#LIGHT_BLUE#Offhand-Dual Weapon%s", "#LIGHT_BLUE#副手双持武器%s")
 t("#LIGHT_BLUE#Psionic Focus", "#LIGHT_BLUE#念力武器")
-t("#LIGHT_BLUE#Physical:", "#LIGHT_BLUE#物理属性:")
-t("Phys. Power: #00ff00#%s", "物理强度: #00ff00#%s")
-t("#LIGHT_BLUE#Magical:", "#LIGHT_BLUE#魔法属性:")
-t("Spellpower  : #00ff00#%s", "法术强度: #00ff00#%s")
-t("Spell speed : #00ff00#%s", "法术速度: #00ff00#%s")
-t("Spell cooldown: #00ff00#%s", "法术冷却时间: #00ff00#%s")
-t("#LIGHT_BLUE#Mental:", "#LIGHT_BLUE#精神属性:")
-t("Mindpower: #00ff00#%s", "精神强度: #00ff00#%s")
-t("Crit. chance: #00ff00#%s", "暴击率: #00ff00#%s")
-t("Mind speed : #00ff00#%s", "精神速度: #00ff00#%s")
-t("#LIGHT_BLUE#Damage Modifiers:", "#LIGHT_BLUE#伤害修正:")
-t("Critical mult.: #00ff00#%s", "暴击伤害: #00ff00#%s")
-t("vs ", "vs ")
+t("#LIGHT_BLUE#Physical:", "#LIGHT_BLUE#物理属性:")
+t("Phys. Power: #00ff00#%s", "物理强度:#00ff00#%s")
+t("#LIGHT_BLUE#Magical:", "#LIGHT_BLUE#魔法属性:")
+t("Spellpower  : #00ff00#%s", "法术强度:#00ff00#%s")
+t("Spell speed : #00ff00#%s", "法术速度:#00ff00#%s")
+t("Spell cooldown: #00ff00#%s", "法术冷却时间:#00ff00#%s")
+t("#LIGHT_BLUE#Mental:", "#LIGHT_BLUE#精神属性:")
+t("Mindpower: #00ff00#%s", "精神强度:#00ff00#%s")
+t("Crit. chance: #00ff00#%s", "暴击率:#00ff00#%s")
+t("Mind speed : #00ff00#%s", "精神速度:#00ff00#%s")
+t("#LIGHT_BLUE#Damage Modifiers:", "#LIGHT_BLUE#伤害修正:")
+t("Critical mult.: #00ff00#%s", "暴击伤害:#00ff00#%s")
+t("vs ", "对")
 t([[#GOLD#Restance Penetration#LAST#
 Ability to reduce opponent resistances to your damage]], [[#GOLD#抗性穿透#LAST#
 降低对手对你造成的伤害的抗性。]])
-t("#LIGHT_BLUE#Damage penetration:", "#LIGHT_BLUE#抗性穿透:")
-t("#LIGHT_BLUE#Additional Melee Damage:", "#LIGHT_BLUE#近战附加伤害:")
-t("#LIGHT_BLUE#Additional Ranged Damage:", "#LIGHT_BLUE#远程附加伤害:")
+t("#LIGHT_BLUE#Damage penetration:", "#LIGHT_BLUE#抗性穿透:")
+t("#LIGHT_BLUE#Additional Melee Damage:", "#LIGHT_BLUE#近战附加伤害:")
+t("#LIGHT_BLUE#Additional Ranged Damage:", "#LIGHT_BLUE#远程附加伤害:")
 t("Heavy armor", "重甲")
 t("Massive armor", "板甲")
 t("Light armor", "轻甲")
-t("Fatigue         : #00ff00#%s", "疲劳值: #00ff00#%s")
-t("Armor Hardiness : #00ff00#%s", "护甲强度: #00ff00#%s")
-t("Armor           : #00ff00#%s", "护甲值: #00ff00#%s")
-t("Defense         : #00ff00#%s", "近身闪避: #00ff00#%s")
-t("Ranged Defense  : #00ff00#%s", "远程闪避: #00ff00#%s")
-t("Crit. Reduction : #00ff00#%s", "暴击减免: #00ff00#%s")
-t("Crit. Shrug Off : #00ff00#%s", "暴击摆脱: #00ff00#%s")
-t("#LIGHT_BLUE#Saves:", "#LIGHT_BLUE#豁免:")
-t("Physical: #00ff00#%s", "物理: #00ff00#%s")
-t("Spell   : #00ff00#%s", "法术: #00ff00#%s")
-t("Mental  : #00ff00#%s", "精神: #00ff00#%s")
-t("#LIGHT_BLUE#Resistances   : base / cap:", "#LIGHT_BLUE#伤害抗性   : 基础 / 上限:")
+t("Fatigue         : #00ff00#%s", "疲劳值:#00ff00#%s")
+t("Armor Hardiness : #00ff00#%s", "护甲强度:#00ff00#%s")
+t("Armor           : #00ff00#%s", "护甲值:#00ff00#%s")
+t("Defense         : #00ff00#%s", "近身闪避:#00ff00#%s")
+t("Ranged Defense  : #00ff00#%s", "远程闪避:#00ff00#%s")
+t("Crit. Reduction : #00ff00#%s", "暴击减免:#00ff00#%s")
+t("Crit. Shrug Off : #00ff00#%s", "暴击摆脱:#00ff00#%s")
+t("#LIGHT_BLUE#Saves:", "#LIGHT_BLUE#豁免:")
+t("Physical: #00ff00#%s", "物理:#00ff00#%s")
+t("Spell   : #00ff00#%s", "法术:#00ff00#%s")
+t("Mental  : #00ff00#%s", "精神:#00ff00#%s")
+t("#LIGHT_BLUE#Resistances   : base / cap:", "#LIGHT_BLUE#伤害抗性   :基础/上限:")
+t("All", "所有")
 t("Absolute", "绝对抗性")
 t("Speed Res", "速度抗性")
-t("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s", "#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s")
-t("#LIGHT_BLUE#Damage affinities:", "#LIGHT_BLUE#伤害吸收:")
-t("#LIGHT_BLUE#Flat resistances:", "#LIGHT_BLUE#固定数值伤害减免:")
-t("All damage    : #00ff00#%s", "所有伤害    : #00ff00#%s")
-t("#LIGHT_BLUE#Effect resistances:", "#LIGHT_BLUE#状态效果免疫:")
-t("#LIGHT_BLUE#Damage when hit:", "#LIGHT_BLUE#被击中后反击伤害:")
+t("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s", "#ORANGE#对%-11s#LAST#:#00ff00#%3s %s")
+t("#LIGHT_BLUE#Damage affinities:", "#LIGHT_BLUE#伤害吸收:")
+t("#LIGHT_BLUE#Flat resistances:", "#LIGHT_BLUE#固定数值伤害减免:")
+t("All damage    : #00ff00#%s", "所有伤害    :#00ff00#%s")
+t("#LIGHT_BLUE#Effect resistances:", "#LIGHT_BLUE#状态效果免疫:")
+t("#LIGHT_BLUE#Damage when hit:", "#LIGHT_BLUE#被击中后反击伤害:")
+t("race/.*", "种族技能/.*")
+t("Inscriptions", "纹身")
+t("Prodigies", "觉醒技")
+t("Item_Talents", "物品技能")
+t("Talents", "技能")
+t("Passive", "被动技能")
+t("Sustained", "持续技能")
+t("Activated", "主动技能")
+t("Instant", "瞬发技能")
 
 
 ------------------------------------------------
@@ -40671,8 +42085,8 @@ section "game/modules/tome/dialogs/Donation.lua"
 
 t("Donations", "捐赠")
 t("#GOLD#Character cosmetic customization and special tiles#WHITE#", "#GOLD#角色时装和自定义角色图像。#WHITE#")
-t("#GOLD#Exploration mode (infinite lives)#WHITE#", "#GOLD#Exploration mode (infinite lives)#WHITE#")
-t("#GOLD#Item's appearance change (Shimmering)#WHITE#", "#GOLD#Item's appearance change (Shimmering)#WHITE#")
+t("#GOLD#Exploration mode (infinite lives)#WHITE#", "#GOLD#探索模式 (无限命)#WHITE#")
+t("#GOLD#Item's appearance change (Shimmering)#WHITE#", "#GOLD#改变物品外观(幻化)#WHITE#")
 t([[Hi, I am Nicolas (DarkGod), the maker of this game.
 It is my dearest hope that you find my game enjoyable, and that you will continue to do so for many years to come!
 
@@ -40685,14 +42099,14 @@ Donators are also granted a few special features: %s.]], [[你好,我是Nicola
 ToME是免费开源的游戏,并且会一直保持这样。但是我仍然需要钱来生活,所以我来这里打扰你,希望得到你的帮助
 如果你觉得在游戏中体验的时间充满了快乐,你可以考虑捐赠一下,让这个游戏的未来变得更好。
 
-捐赠者将会得到一些游戏的附加功能: %s.]])
+捐赠者将会得到一些游戏的附加功能:%s.]])
 t(" and ", "和")
 t([[Thank you for supporting ToME, your donation was greatly appreciated.
 If you want to continue supporting ToME you are welcome to make a new donation or even a reccuring one which helps ensure the future of the game.
 Thank you for your kindness!]], [[感谢你支持ToME,你的捐款对这个游戏意义重大。
 如果你想要继续支持ToME,你也可以随时选择继续捐赠,乃至持续捐赠,以确保这个游戏的未来发展。
 感谢你的慷慨资助!]])
-t("Donation amount: ", "捐赠数额: ")
+t("Donation amount: ", "捐赠数额:")
 t("Monthly donation", "每月捐赠")
 t("euro", "欧元")
 t("Cancel", "取消")
@@ -40923,9 +42337,9 @@ t([[Allow various events that are pushed by the server when playing online
 #{bold}#Technical help only#{normal}#: Allow administrator to help in case of bugs or weirdness and allows website services (data reset, steam achievements push, ...) to work.
 #{bold}#Disabled#{normal}#: Disallow all.
 #WHITE#]], [[在线游戏的时候,允许服务器向你推送各种事件
-#{bold}#全部#{normal}#: 允许各种服务器事件(活动地图,随机事件,…)
-#{bold}#仅技术支持#{normal}#: 允许管理员来解决你的游戏Bug和问题,并且允许网站服务(数据重置,Steam成就推送等)发挥作用。
-#{bold}#禁用#{normal}#: 全部不允许。
+#{bold}#全部#{normal}#:允许各种服务器事件(活动地图,随机事件,…)
+#{bold}#仅技术支持#{normal}#:允许管理员来解决你的游戏Bug和问题,并且允许网站服务(数据重置,Steam成就推送等)发挥作用。
+#{bold}#禁用#{normal}#:全部不允许。
 #WHITE#]])
 t("#GOLD##{bold}#Allow online events#WHITE##{normal}#", "#GOLD##{bold}#允许在线事件#WHITE##{normal}#")
 t("all", "所有")
@@ -40948,17 +42362,17 @@ If you do not want that, simply run the game directly: the #{bold}#only#{normal}
 #{bold}##CRIMSON#This is an extremely restrictive setting. It is recommended you only activate it if you have no other choice as it will remove many fun and acclaimed features.
 A full exit and restart of the game is neccessary to apply this setting.#{normal}#]], [[禁止所有网络请求
 包括但不仅限于:
-- 用户信息: 不能登录或者注册。
-- 角色备份: 不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
-- 物品仓库: 不能访问你的在线物品仓库(包括存入和取回)。
-- 游戏内聊天: 聊天要联网, 谢谢。
-- 氪金福利: 联网才能获取你的氪金状态。
-- 扩展包&DLC: 和氪金状态一样, 无法获取DLC的购买状态。
-- 便捷的插件安装: 无法在游戏内看见插件列表, 但是你还可以手动安装插件。
-- 插件版本更新: 无法更新插件的版本。
-- Steam: 无法使用Steam相关的任何功能。
-- Discord: 无法同步到Discord的实时状态。
-- 游戏内新闻: 主菜单将不再显示新闻。
+- 用户信息:不能登录或者注册。
+- 角色备份:不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
+- 物品仓库:不能访问你的在线物品仓库(包括存入和取回)。
+- 游戏内聊天:聊天要联网, 谢谢。
+- 氪金福利:联网才能获取你的氪金状态。
+- 扩展包&DLC:和氪金状态一样, 无法获取DLC的购买状态。
+- 便捷的插件安装:无法在游戏内看见插件列表, 但是你还可以手动安装插件。
+- 插件版本更新:无法更新插件的版本。
+- Steam:无法使用Steam相关的任何功能。
+- Discord:无法同步到Discord的实时状态。
+- 游戏内新闻:主菜单将不再显示新闻。
 注意这个设置只影响游戏本身。如果你使用游戏启动器,它的唯一目的就是确保游戏是最新的,因此它仍然会连接网络。
 如果你不想这样,直接运行游戏即可。启动器#{bold}#只#{normal}#是用来更新游戏的。
 
@@ -41007,15 +42421,15 @@ You must place all files of your tileset in a subfolder of the modules's data/gf
 Each tile must be correctly named according to the existing tilesets.]], [[你可以设置游戏的自定义贴图。
 你必须把你的贴图材质文件放在模组文件中的 data/gfx/ 文件夹内,和当前的贴图一样。
 所有材质的文件名必须和已存在的默认材质文件名相同。]])
-t("Folder: ", "文件夹: ")
+t("Folder: ", "文件夹:")
 t("Use moddable tiles (equipment showing on player)", "使用纸娃娃 (在玩家身上显示装备)")
-t("Use advanced tiles (transitions, wide tiles, ...)", "使用高级贴图 (渐变, 大型贴图, ...)")
+t("Use advanced tiles (transitions, wide tiles, ...)", "使用高级贴图 (渐变,大型贴图, ...)")
 t("Use custom tileset", "使用自定义贴图")
 t("Cancel", "取消")
 t("From 10 to 128", "从 10 到 128")
 t("Tile size", "图块大小")
-t("Select style [current: %s]", "选择风格 [当前: %s]")
-t("Select tiles size [current: %s]", "选择图块大小 [当前: %s]")
+t("Select style [current: %s]", "选择风格 [当前:%s]")
+t("Select tiles size [current: %s]", "选择图块大小 [当前:%s]")
 t("64x64", "64x64")
 t("48x48", "48x48")
 t("32x32", "32x32")
@@ -41026,12 +42440,12 @@ t("Custom", "自定义")
 ------------------------------------------------
 section "game/modules/tome/dialogs/LevelupDialog.lua"
 
-t("Levelup: %s, level %s", "升级: %s, 等级 %s")
+t("Levelup: %s, level %s", "升级:%s, 等级 %s")
 t("Do you accept changes?", "你确认接受更改吗?")
 t("Finish", "完成")
-t("You cannot learn this talent(s): ", "你无法学习该技能: ")
+t("You cannot learn this talent(s): ", "你无法学习该技能:")
 t([[#LIGHT_BLUE#Warning: You have increased some of your statistics or talent. Talent(s) actually sustained: 
- %s If these are dependent on one of the stats you changed, you need to re-use them for the changes to take effect.]], [[警告: 你改变了你的某些技能或属性。你目前开启的持续技能:
+ %s If these are dependent on one of the stats you changed, you need to re-use them for the changes to take effect.]], [[警告:你改变了你的某些技能或属性。你目前开启的持续技能:
  %s 如果其中某些技能和你改变的属性点相关,你需要重新使用该技能来使新的属性生效。]])
 t("Not enough stat points", "属性点不足")
 t("You have no stat points left!", "你的属性点不足!")
@@ -41123,27 +42537,27 @@ t("You can learn %d new slot(s). Do you wish to buy one with one category point?
 t("Inscriptions", "纹身")
 t("You can still learn %d new slot(s) but you need a category point.", "你还可以学习 %d 个新的纹身槽,但是你需要一个大系点来学习")
 t("Hide unlearnt categories", "隐藏没有学会的技能树")
-t("Current value: ", "当前值: ")
-t("Base value: ", "基础值: ")
-t("Stat gives:", "属性加成: ")
-t("Max life: ", "最大生命: ")
-t("Healing mod: ", "治疗系数: ")
-t("Max mana: ", "最大魔力值: ")
-t("Max stamina: ", "最大体力值: ")
-t("Max psi: ", "最大超能力值: ")
-t("Physical power: ", "物理强度: ")
-t("Max encumbrance: ", "最大负重: ")
-t("Physical save: ", "物理豁免加成: ")
-t("Crit. chance: ", "暴击率: ")
-t("Mental save: ", "精神豁免加成: ")
-t("Mindpower: ", "精神强度: ")
-t("Spell save: ", "法术豁免加成: ")
-t("Spellpower: ", "法术强度: ")
-t("Defense: ", "近战闪避: ")
-t("Ranged defense: ", "远程负重: ")
-t("Accuracy: ", "命中: ")
-t("Shrug off criticals chance: ", "暴击摆脱率: ")
-t("Class powers:", "职业能力:")
+t("Current value: ", "当前值:")
+t("Base value: ", "基础值:")
+t("Stat gives:", "属性加成:")
+t("Max life: ", "最大生命:")
+t("Healing mod: ", "治疗系数:")
+t("Max mana: ", "最大魔力值:")
+t("Max stamina: ", "最大体力值:")
+t("Max psi: ", "最大超能力值:")
+t("Physical power: ", "物理强度:")
+t("Max encumbrance: ", "最大负重:")
+t("Physical save: ", "物理豁免加成:")
+t("Crit. chance: ", "暴击率:")
+t("Mental save: ", "精神豁免加成:")
+t("Mindpower: ", "精神强度:")
+t("Spell save: ", "法术豁免加成:")
+t("Spellpower: ", "法术强度:")
+t("Defense: ", "近战闪避:")
+t("Ranged defense: ", "远程负重:")
+t("Accuracy: ", "命中:")
+t("Shrug off criticals chance: ", "暴击摆脱率:")
+t("Class powers:", "职业能力:")
 t("Talent Category", "技能树")
 t([[A talent category contains talents you may learn. You gain a talent category point at level 10, 20 and 34. You may also find trainers or artifacts that allow you to learn more.
 A talent category point can be used either to learn a new category or increase the mastery of a known one.]], "一个技能树包括一些你可以学习的技能。你分别在等级达到 10、 20、 34 级时可以获得一个技能分类点数,你也能在游戏中找到技能训练师来学习更多技能。每一点技能分类点数可以解锁一个未知的技能树或者强化一个已知的技能树。")
@@ -41161,22 +42575,22 @@ t("First talent level: ", "第一级需求: ")
 t("Next talent level", "下一等级")
 t("Current talent level: ", "当前等级: ")
 t("Stats: %s", "属性: %s")
-t("Class points: %s", "职业点: %s")
-t("Generic points: %s", "通用点: %s")
-t("Category points: %s", "技能树解锁点: %s")
+t("Class points: %s", "职业点:%s")
+t("Generic points: %s", "通用点:%s")
+t("Category points: %s", "技能树解锁点:%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/LorePopup.lua"
 
-t("Lore found: #0080FF#%s", "发现手札: #0080FF#%s")
+t("Lore found: #0080FF#%s", "发现手札:#0080FF#%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/MapMenu.lua"
 
 t("Actions", "行为")
-t("%s: Inventory", "%s: 物品栏")
+t("%s: Inventory", "%s:物品栏")
 t("Change level", "切换地图")
 t("Pickup item", "拾取物品")
 t("Move to", "移动到")
@@ -41203,14 +42617,14 @@ section "game/modules/tome/dialogs/PartyOrder.lua"
 
 t("Wait a few turns", "在这儿等一下。")
 t("Where is the portal?", "传送门在哪里?")
-t("Set the target [current: %s]", "设置目标 [当前: %s]")
+t("Set the target [current: %s]", "设置目标 [当前:%s]")
 t("none", "没有")
-t("Set behavior [current: %s]", "设置行为 [当前: %s]")
-t("Set the leash anchor [current: %s]", "设置跟随目标 [当前: %s]")
-t("Set the leash distance [current: %d]", "设置跟随距离 [当前: %d]")
+t("Set behavior [current: %s]", "设置行为 [当前:%s]")
+t("Set the leash anchor [current: %s]", "设置跟随目标 [当前:%s]")
+t("Set the leash distance [current: %d]", "设置跟随距离 [当前:%d]")
 t("Define tactical talents usage", "设定技能使用策略")
 t("Rename", "重命名")
-t("Order: %s", "命令: %s")
+t("Order: %s", "命令:%s")
 
 
 ------------------------------------------------
@@ -41233,19 +42647,19 @@ t(" #YELLOW#[NO ROOM]#LAST#", " #YELLOW#[没有空间]#LAST#")
 ------------------------------------------------
 section "game/modules/tome/dialogs/QuestPopup.lua"
 
-t("#LIGHT_GREEN#New#LAST# Quest!", "#LIGHT_GREEN#New#LAST# 任务!")
+t("#LIGHT_GREEN#New#LAST# Quest!", "#LIGHT_GREEN#新#LAST# 任务!")
 t("Quest #AQUAMARINE#Updated!", "任务 #AQUAMARINE#更新了!")
 t("Quest #LIGHT_GREEN#Completed!", "任务 #LIGHT_GREEN#已完成!")
 t("Quest #LIGHT_GREEN#Done!", "任务 #LIGHT_GREEN#结束!")
 t("Quest #CIMSON#Failed!", "任务 #CIMSON#失败了!")
-t("#ANTIQUE_WHITE#Quest: #AQUAMARINE#%s", "#ANTIQUE_WHITE#任务: #AQUAMARINE#%s")
+t("#ANTIQUE_WHITE#Quest: #AQUAMARINE#%s", "#ANTIQUE_WHITE#任务:#AQUAMARINE#%s")
 t("#ANTIQUE_WHITE#(See your Journal for further details or click here)", "#ANTIQUE_WHITE#(点击此处或者打开任务面板查看详情)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/SentientWeapon.lua"
 
-t("Points left: #00FF00#%d#WHITE#", "剩余点数: #00FF00#%d#WHITE#")
+t("Points left: #00FF00#%d#WHITE#", "剩余点数:#00FF00#%d#WHITE#")
 t("Stat", "属性值")
 t("Value", "数值")
 t("Spellpower", "法术强度")
@@ -41258,10 +42672,10 @@ t("Impossible", "不可能")
 t("You cannot take out more points!", "你不能遗忘更多点数!")
 t([[Keyboard: #00FF00#up key/down key#FFFFFF# to select a stat; #00FF00#right key#FFFFFF# to increase stat; #00FF00#left key#FFFFFF# to decrease a stat.
 Mouse: #00FF00#Left click#FFFFFF# to increase a stat; #00FF00#right click#FFFFFF# to decrease a stat.
-]], [[键盘: #00FF00#上/下键#FFFFFF# 选择属性; #00FF00#右键#FFFFFF#增加属性; #00FF00#左键#FFFFFF#降低属性.
-鼠标: #00FF00#左键点击#FFFFFF#增加属性; #00FF00#右键点击#FFFFFF#降低属性。
+]], [[键盘:#00FF00#上/下键#FFFFFF# 选择属性; #00FF00#右键#FFFFFF#增加属性; #00FF00#左键#FFFFFF#降低属性.
+鼠标:#00FF00#左键点击#FFFFFF#增加属性; #00FF00#右键点击#FFFFFF#降低属性。
 ]])
-t("Stats points left: #00FF00#%s", "剩余属性点: #00FF00#%s")
+t("Stats points left: #00FF00#%s", "剩余属性点:#00FF00#%s")
 t("Constitution", "体质")
 t("Cunning", "灵巧")
 t("Dexterity", "敏捷")
@@ -41288,11 +42702,11 @@ t("Open profile(in browser)", "打开用户信息(在浏览器里打开)")
 t("Report for bad behavior", "举报不良行为")
 t("Open charsheet(in browser)", "打开角色信息(在浏览器里打开)")
 t("Action", "行为")
-t("User: ", "用户: ")
+t("User: ", "用户:")
 t("Ignore user", "无视用户")
 t("Really ignore all messages from: %s", "确认忽略所有来自%s的消息")
 t("Reason", "原因")
-t("Reason to report: %s", "举报原因: %s")
+t("Reason to report: %s", "举报原因:%s")
 t("#VIOLET#", "#VIOLET#")
 
 
@@ -41342,8 +42756,10 @@ t("Inventory", "物品栏")
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowLore.lua"
 
+t("Search: ", "搜索:")
+t("", "")
 t("Lore", "手札")
-t("Search: ", "搜索: ")
+t("Category", "分类")
 t([[#GOLD#Category:#AQUAMARINE# %s
 #GOLD#Found as:#0080FF# %s
 #GOLD#Text:#ANTIQUE_WHITE# %s]], [[#GOLD#分类:#AQUAMARINE# %s
@@ -41354,7 +42770,7 @@ t([[#GOLD#Category:#AQUAMARINE# %s
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowMap.lua"
 
-t("Map: #0080FF#%s", "地图: #0080FF#%s")
+t("Map: #0080FF#%s", "地图:#0080FF#%s")
 
 
 ------------------------------------------------
@@ -41365,14 +42781,14 @@ t("", "")
 t("Store", "商店")
 t("Category", "分类")
 t("Price", "ä»·æ ¼")
-t(" (pays up to %0.2f gold, Your Gold: %0.2f)", " (付款 %0.2f 金币,你的金币: %0.2f)")
+t(" (pays up to %0.2f gold, Your Gold: %0.2f)", " (付款 %0.2f 金币,你的金币:%0.2f)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/TrapsSelect.lua"
 
 t("Select Traps", "选择陷阱")
-t("Select traps to prepare:", "选择需要准备的陷阱:")
+t("Select traps to prepare:", "选择需要准备的陷阱:")
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
@@ -41384,8 +42800,8 @@ t(" (preparing)", " (准备中)")
 t(" (dismantling)", " (分解中)")
 t(" (need more skill)", " (需要更多技能)")
 t(" (%s)", " (%s)")
-t("%s) Tier %d: %s%s", "%s) 材质等级 %d: %s%s")
-t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱: %s.")
+t("%s) Tier %d: %s%s", "%s) 材质等级 %d:%s%s")
+t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱:%s.")
 t("#LIGHT_BLUE#You need more skill to prepare this trap.", "#LIGHT_BLUE#你需要学习更多技能才能准备这个陷阱。")
 t("#LIGHT_BLUE#Preparing trap with normal trigger.", "#LIGHT_BLUE#准备了常规触发的陷阱")
 t("Accept these selections", "确认选择")
@@ -41395,7 +42811,7 @@ t("#LIGHT_BLUE#You cannot prepare more than %d traps.", "#LIGHT_BLUE#你不能
 ------------------------------------------------
 section "game/modules/tome/dialogs/UberTalent.lua"
 
-t("Prodigies: %s", "觉醒点: %s")
+t("Prodigies: %s", "觉醒点:%s")
 t([[Prodigies are special talents that only the most powerful of characters can attain.
 All of them require at least 50 in a core stat and many also have more special demands. You can learn a new prodigy at level 25 and 42.
 #LIGHT_GREEN#Prodigies available: %d]], [[觉醒技是角色足够强大时才能获得的特殊技能。
@@ -41408,7 +42824,7 @@ All of them require at least 50 in a core stat and many also have more special d
 ------------------------------------------------
 section "game/modules/tome/dialogs/UnlockDialog.lua"
 
-t("#VIOLET#Option unlocked: %s", "#VIOLET#游戏选项已解锁: %s")
+t("#VIOLET#Option unlocked: %s", "#VIOLET#游戏选项已解锁:%s")
 t("Option unlocked: %s", "选项已解锁: %s")
 
 
@@ -41423,7 +42839,7 @@ t("You do not have any equipped items that it can be attached to.", "你没有
 t("Select which item to attach it to:", "选择要附加到哪个物品:")
 t("Really %s %s", "真的要 %s %s")
 t("Tag object (tagged objects can not be destroyed or dropped)", "标记物品(被标记的物品无法丢下或摧毁)")
-t("Tag:", "标记:")
+t("Tag:", "标记:")
 t("Identify", "鉴定")
 t("Move to normal inventory", "移动到普通物品栏")
 t("Use", "使用")
@@ -41477,7 +42893,7 @@ t("Auto-use when enemies are visible", "当敌人可见时自动使用")
 t("Auto-use when enemies are visible and adjacent", "相邻格内有可见敌人时自动使用")
 t("Auto-use when out of combat", "脱离战斗后自动使用")
 t("Hotkey ", "快捷键 ")
-t("Bind talent: %s", "绑定技能: %s")
+t("Bind talent: %s", "绑定技能:%s")
 t("How do you want to bind this talent?", "如何绑定技能?")
 t("%s assigned to hotkey %s", "%s 已绑定到键位 %s")
 t("Hotkey %s assigned", "键位 %s 已绑定")
@@ -41504,63 +42920,65 @@ t("All your passive talents, they are always active.", "你所有的被动技能
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AdvanceActor.lua"
 
-t("DEBUG -- Levelup Actor: [%s] %s", "调试模式 -- 升级角色: [%s] %s")
+t("DEBUG -- Levelup Actor: [%s] %s", "调试模式 -- 升级角色:[%s] %s")
 t([[Levelup an actor.
 Optionally set Stat levels, learn all talents possible, and gain points to spend on Levelup. 
 The actor is backed up before changes are made.  (Use the "Restore" button to recover.)
-]], [[Levelup an actor.
-Optionally set Stat levels, learn all talents possible, and gain points to spend on Levelup. 
-The actor is backed up before changes are made.  (Use the "Restore" button to recover.)
-]])
-t(" Advance to Level: ", " Advance to Level: ")
-t("Restore: %s (v%d)", "Restore: %s (v%d)")
-t("Restore: none", "Restore: none")
-t("#LIGHT_BLUE#Restoring [%s]%s from backup version %d", "#LIGHT_BLUE#Restoring [%s]%s from backup version %d")
-t("Gain points for stats, talents, and prodigies (unlimited respec)", "Gain points for stats, talents, and prodigies (unlimited respec)")
-t(" Force all BASE stats to: ", " Force all BASE stats to: ")
+]], [[升级角色
+可以自动设置相应的属性值,尽可能学习所有技能,并获得升级所得到的属性点。
+这个角色会在更新前被备份,按“恢复”按钮可以恢复备份。
+]])
+t(" Advance to Level: ", " 升级到等级: ")
+t("Restore: %s (v%d)", "恢复: %s (v%d)")
+t("Restore: none", "恢复:无")
+t("#LIGHT_BLUE#Restoring [%s]%s from backup version %d", "#LIGHT_BLUE#恢复 [%s]%s 到备份版本 %d")
+t("Gain points for stats, talents, and prodigies (unlimited respec)", "获得属性点,技能点和觉醒点(无限次重置)")
+t(" Force all BASE stats to: ", " 设置所有主属性为: ")
 t("", "")
-t(" Force all BONUS stats to: ", " Force all BONUS stats to: ")
-t("Learn Talents ", "Learn Talents ")
-t("Unlock & Learn all available talents to level: ", "Unlock & Learn all available talents to level: ")
-t("Ignore requirements", "Ignore requirements")
-t("Force all talent mastery levels to (0.1-5.0): ", "Force all talent mastery levels to (0.1-5.0): ")
-t("Unlock all talent types (slow)", "Unlock all talent types (slow)")
+t(" Force all BONUS stats to: ", " 设置所有额外属性为: ")
+t("Learn Talents ", "学习技能 ")
+t("Unlock & Learn all available talents to level: ", "解锁并学习所有的技能到等级: ")
+t("maximum allowed", "最高等级")
+t("Ignore requirements", "无视技能需求")
+t("Force all talent mastery levels to (0.1-5.0): ", "将所有技能树系数设置到 (0.1-5.0): ")
+t("no change", "不变")
+t("Unlock all talent types (slow)", "解锁所有技能树(缓慢")
 t("Accept", "接受")
 t("Cancel", "取消")
-t("#LIGHT_BLUE#AdvanceActor inputs: %s", "#LIGHT_BLUE#AdvanceActor inputs: %s")
-t("%s #GOLD#Forcing all Base Stats to %s", "%s #GOLD#Forcing all Base Stats to %s")
-t("%s #GOLD#Resetting all talents_types_mastery to %s", "%s #GOLD#Resetting all talents_types_mastery to %s")
-t("%s #GOLD#Unlocking All Talent Types", "%s #GOLD#Unlocking All Talent Types")
+t("#LIGHT_BLUE#AdvanceActor inputs: %s", "#LIGHT_BLUE#升级角色 输入: %s")
+t("%s #GOLD#Forcing all Base Stats to %s", "%s #GOLD#正在将所有基础属性值设置为 %s")
+t("%s #GOLD#Resetting all talents_types_mastery to %s", "%s #GOLD#正在将所有技能树系数设置为 to %s")
+t("%s #GOLD#Unlocking All Talent Types", "%s #GOLD#正在解锁所有技能树")
 t("#LIGHT_BLUE#%s -- %s", "#LIGHT_BLUE#%s -- %s")
-t("#GOLD#Checking %s Talents (%s)", "#GOLD#Checking %s Talents (%s)")
-t("#LIGHT_BLUE#Talent %s learned to level %d", "#LIGHT_BLUE#Talent %s learned to level %d")
-t("%s #GOLD#Forcing all Bonus Stats to %s", "%s #GOLD#Forcing all Bonus Stats to %s")
+t("#GOLD#Checking %s Talents (%s)", "#GOLD#检查 %s 技能 (%s)")
+t("#LIGHT_BLUE#Talent %s learned to level %d", "#LIGHT_BLUE#技能 %s 学习到等级 %d")
+t("%s #GOLD#Forcing all Bonus Stats to %s", "%s #GOLD#将所有额外属性值设置为 %s")
 t("%d stat point(s)", "%d 属性点")
 t("%d class talent point(s)", "%d 职业技能点")
 t("%d generic talent point(s)", "%d 通用技能点")
 t("%d category point(s)", "%d 大系点")
-t("#ORCHID#%d prodigy point(s)#LAST#", "#ORCHID#%d prodigy point(s)#LAST#")
-t("#LIGHT_BLUE#%s has %s to spend", "#LIGHT_BLUE#%s has %s to spend")
-t(", and ", ", and ")
+t("#ORCHID#%d prodigy point(s)#LAST#", "#ORCHID#%d 觉醒点#LAST#")
+t("#LIGHT_BLUE#%s has %s to spend", "#LIGHT_BLUE#%s 有 %s 可以使用")
+t(", and ", ", 和 ")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AdvanceZones.lua"
 
-t("Advance Through Zones", "Advance Through Zones")
-t("Enter a comma delimited list of zones or zone tiers to clear", "Enter a comma delimited list of zones or zone tiers to clear")
-t("%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)", "%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)")
-t("#RED#Low value items have been dropped on the ground.#LAST#", "#RED#Low value items have been dropped on the ground.#LAST#")
-t("Unable to level change to floor 1 of %s", "Unable to level change to floor 1 of %s")
-t("%s is not valid for autoclear", "%s is not valid for autoclear")
-t("Unable to level change to floor %d of %s", "Unable to level change to floor %d of %s")
+t("Advance Through Zones", "自动清图")
+t("Enter a comma delimited list of zones or zone tiers to clear", "输入逗号分隔的地图或地图层级列表,进行自动清图")
+t("%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)", "%s:  楼层 %0.2f 到 %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)")
+t("#RED#Low value items have been dropped on the ground.#LAST#", "#RED#低价值的物品落在地上。#LAST#")
+t("Unable to level change to floor 1 of %s", "无法切换到%s的一楼")
+t("%s is not valid for autoclear", "%s无法自动清图")
+t("Unable to level change to floor %d of %s", "无法切换到%s的%d楼", {2,1})
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AlterFaction.lua"
 
 t("DEBUG -- Alter Faction", "调试模式 -- 切换阵营")
-t("Alter to which state:", "改变到什么状态:")
+t("Alter to which state:", "改变到什么状态:")
 t("Alter: %s", "改变: %s")
 t("friendly", "友善")
 t("neutral", "中立")
@@ -41572,7 +42990,7 @@ section "game/modules/tome/dialogs/debug/ChangeZone.lua"
 
 t("DEBUG -- Change Zone", "调试模式 -- 切换地图")
 t("Level %s-%s", "楼层 %s-%s")
-t("Zone: %s", "地图: %s")
+t("Zone: %s", "地图:%s")
 
 
 ------------------------------------------------
@@ -41581,42 +42999,42 @@ section "game/modules/tome/dialogs/debug/CreateItem.lua"
 t("DEBUG -- Create Object", "调试 -- 创建物品")
 t("Load from other zones ", "从其他地图读取 ")
 t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]], [[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
+ %s]], [[#ORANGE# 创建物品:无法读取文件%s的所有物品:#GREY#
  %s]])
-t("Generate examples (right-click refreshes) ", "Generate examples (right-click refreshes) ")
-t("#CRIMSON#==Resolved Example==#LAST#", "#CRIMSON#==Resolved Example==#LAST#")
+t("Generate examples (right-click refreshes) ", "创建样品 (右键刷新) ")
+t("#CRIMSON#==Resolved Example==#LAST#", "#CRIMSON#==解析样品==#LAST#")
 t([[#LIGHT_BLUE#Object %s could not be generated or identified. Error:
-%s]], [[#LIGHT_BLUE#Object %s could not be generated or identified. Error:
+%s]], [[#LIGHT_BLUE#物品%s无法被创建或鉴定。错误:
 %s]])
 t("#GOLD#%s#LAST#", "#GOLD#%s#LAST#")
 t([[Error:
-%s]], [[Error:
+%s]], [[错误:
 %s]])
-t("Object could not be resolved/identified.", "Object could not be resolved/identified.")
-t("#LIGHT_BLUE#Could not add object to %s at (%d, %d)", "#LIGHT_BLUE#Could not add object to %s at (%d, %d)")
-t("#LIGHT_BLUE#No creature to add object to at (%d, %d)", "#LIGHT_BLUE#No creature to add object to at (%d, %d)")
-t("#LIGHT_BLUE#No object to create", "#LIGHT_BLUE#No object to create")
-t("Place Object", "Place Object")
-t("Place the object where?", "Place the object where?")
-t("Inventory of %s%s", "Inventory of %s%s")
-t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(player)#LAST#")
-t("Drop @ (%s, %s)%s", "Drop @ (%s, %s)%s")
-t("#LIGHT_BLUE#Dropped %s at (%d, %d)", "#LIGHT_BLUE#Dropped %s at (%d, %d)")
-t("NPC Inventory", "NPC Inventory")
+t("Object could not be resolved/identified.", "物品无法被解析或鉴定。")
+t("#LIGHT_BLUE#Could not add object to %s at (%d, %d)", "#LIGHT_BLUE#无法将物品添加到%s(位于(%d, %d))")
+t("#LIGHT_BLUE#No creature to add object to at (%d, %d)", "#LIGHT_BLUE#在(%d, %d)上没有生物")
+t("#LIGHT_BLUE#No object to create", "#LIGHT_BLUE#没有创建物品")
+t("Place Object", "放置物品")
+t("Place the object where?", "将物品放置到哪里?")
+t("Inventory of %s%s", "%s%s的物品栏")
+t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(玩家)#LAST#")
+t("Drop @ (%s, %s)%s", "丢在 @ (%s, %s)%s")
+t("#LIGHT_BLUE#Dropped %s at (%d, %d)", "#LIGHT_BLUE#将%s丢在(%d, %d)")
+t("NPC Inventory", "NPC的物品栏")
 t("Cancel", "取消")
-t("#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#", "#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#")
-t(", or 0 for the example item", ", or 0 for the example item")
+t("#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#", "#LIGHT_BLUE#物品:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, 槽位 %s} 位于 (%s, %s)#LAST#")
+t(", or 0 for the example item", ", 或输入0获得样品")
 t("Enter 1-100%s", "输入 1-100%s")
 t("Number of items to make", "制作的物品数量")
-t("#LIGHT_BLUE# Creating %d items:", "#LIGHT_BLUE# Creating %d items:")
-t("Add an ego enhancement if possible?", "Add an ego enhancement if possible?")
+t("#LIGHT_BLUE# Creating %d items:", "#LIGHT_BLUE# Creating %d items:")
+t("Add an ego enhancement if possible?", "制作一个有词缀的物品么(假如可以的话)??")
 t("Ego", "词缀")
-t("Add a greater ego enhancement if possible?", "Add a greater ego enhancement if possible?")
+t("Add a greater ego enhancement if possible?", "制作一个有高级词缀的物品么(假如可以的话)?")
 t("Greater Ego", "高级词缀")
-t("#LIGHT_BLUE#Created %s", "#LIGHT_BLUE#Created %s")
+t("#LIGHT_BLUE#Created %s", "#LIGHT_BLUE#已制造 %s")
 t(" #GOLD#All Artifacts#LAST#", " #GOLD#所有神器#LAST#")
-t("#LIGHT_BLUE#Creating All Artifacts.", "#LIGHT_BLUE#Creating All Artifacts.")
-t("#LIGHT_BLUE#%d artifacts created.", "#LIGHT_BLUE#%d artifacts created.")
+t("#LIGHT_BLUE#Creating All Artifacts.", "#LIGHT_BLUE#创建所有神器。")
+t("#LIGHT_BLUE#%d artifacts created.", "#LIGHT_BLUE#创建了%d个神器。")
 t(" #YELLOW#Random Object#LAST#", " #YELLOW#随机物品#LAST#")
 
 
@@ -41624,26 +43042,28 @@ t(" #YELLOW#Random Object#LAST#", " #YELLOW#随机物品#LAST#")
 section "game/modules/tome/dialogs/debug/CreateTrap.lua"
 
 t("DEBUG -- Create Trap", "调试 -- 制造陷阱")
-t("#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)")
-t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)")
+t("#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#陷阱[%s]%s 已经占据了 (%d, %d)")
+t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#将%s[%s]%s添加到(%d, %d)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/DebugMain.lua"
 
 t("Debug/Cheat! It's BADDDD!", "调试/作弊!你又要做坏事了吧!")
-t("#LIGHT_BLUE#God mode OFF", "#LIGHT_BLUE#God mode OFF")
-t("#LIGHT_BLUE#God mode ON", "#LIGHT_BLUE#God mode ON")
-t("#LIGHT_BLUE#Demi-God mode OFF", "#LIGHT_BLUE#Demi-God mode OFF")
-t("#LIGHT_BLUE#Demi-God mode ON", "#LIGHT_BLUE#Demi-God mode ON")
-t("#LIGHT_BLUE#Revealing Map.", "#LIGHT_BLUE#Revealing Map.")
+t("#LIGHT_BLUE#God mode OFF", "#LIGHT_BLUE#天神模式关闭")
+t("#LIGHT_BLUE#God mode ON", "#LIGHT_BLUE#天神模式打开")
+t("#LIGHT_BLUE#Demi-God mode OFF", "#LIGHT_BLUE#半神模式关闭")
+t("#LIGHT_BLUE#Demi-God mode ON", "#LIGHT_BLUE#半神模式打开")
+t("#LIGHT_BLUE#Revealing Map.", "#LIGHT_BLUE#地图全开。")
 t("Level 1-%s", "楼层 1-%s")
-t("Zone: %s", "地图: %s")
+t("Zone: %s", "地图:%s")
 t("Kill or Remove", "杀死还是移除?")
-t("Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?", "移除所有(队伍外)的圣物,还是让玩家把他们杀死(将会掉落经验值和物品)?")
-t("#GREY#Removing [%s] %s at (%s, %s)", "#GREY#Removing [%s] %s at (%s, %s)")
-t("#GREY#Killing [%s] %s at (%s, %s)", "#GREY#Killing [%s] %s at (%s, %s)")
-t("#LIGHT_BLUE#%s %d creatures.", "#LIGHT_BLUE#%s %d creatures.")
+t("Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?", "移除所有(队伍外)的生物,还是让玩家把他们杀死(将会掉落经验值和物品)?")
+t("#GREY#Removing [%s] %s at (%s, %s)", "#GREY#移除 [%s] %s 位于 (%s, %s)")
+t("#GREY#Killing [%s] %s at (%s, %s)", "#GREY#杀死[%s] %s位于(%s, %s)")
+t("#LIGHT_BLUE#%s %d creatures.", "#LIGHT_BLUE#%s %d 个生物。")
+t("Killed", "杀死了")
+t("Removed", "移除了")
 t("Cancel", "取消")
 t("Kill", "杀死")
 t("Remove", "移除")
@@ -41672,9 +43092,9 @@ t("Automatically Clear Zones", "自动清图")
 section "game/modules/tome/dialogs/debug/Endgamify.lua"
 
 t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]], [[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
+ %s]], [[#ORANGE# 创建物品:无法读取文件%s的所有物品:#GREY#
  %s]])
-t("Failed to generate %s", "Failed to generate %s")
+t("Failed to generate %s", "创建%s失败")
 
 
 ------------------------------------------------
@@ -41686,14 +43106,14 @@ t("Debug -- Grant/Alter Quest", "调试模式 -- 获得/修改任务")
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/PlotTalent.lua"
 
-t("Values plot for: %s (mastery %0.1f)", "Values plot for: %s (mastery %0.1f)")
-t("TL: ", "TL: ")
+t("Values plot for: %s (mastery %0.1f)", "技能数值属性表: %s (技能树系数 %0.1f)")
+t("TL: ", "技能等级: ")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/RandomActor.lua"
 
-t("#LIGHT_GREEN#(From %s, line %s):#LAST#", "#LIGHT_GREEN#(From %s, line %s):#LAST#")
+t("#LIGHT_GREEN#(From %s, line %s):#LAST#", "#LIGHT_GREEN#(来自 %s, 第%s行):#LAST#")
 t("DEBUG -- Create Random Actor", "调试模式 -- 创建随机角色")
 t([[Randomly generate actors subject to a filter and/or create random bosses according to a data table.
 Filters are interpreted by game.zone:checkFilter.
@@ -41703,115 +43123,141 @@ Press #GOLD#'F1'#LAST# for help.
 Mouse over controls for an actor preview (which may be further adjusted when placed on to the level).
 (Press #GOLD#'L'#LAST# to lua inspect or #GOLD#'C'#LAST# to open the character sheet.)
 
-The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]], [[Randomly generate actors subject to a filter and/or create random bosses according to a data table.
-Filters are interpreted by game.zone:checkFilter.
-#ORANGE#Boss Data:#LAST# is interpreted by game.state:createRandomBoss, game.state:applyRandomClass, and Actor.levelupClass.
-Generation is performed within the _G environment (used by the Lua Console) using the current zone's #LIGHT_GREEN#npc_list#LAST#.
-Press #GOLD#'F1'#LAST# for help.
-Mouse over controls for an actor preview (which may be further adjusted when placed on to the level).
-(Press #GOLD#'L'#LAST# to lua inspect or #GOLD#'C'#LAST# to open the character sheet.)
-
-The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]])
-t("Current Base Actor: %s", "Current Base Actor: %s")
-t("#LIGHT_BLUE# Current base actor: %s", "#LIGHT_BLUE# Current base actor: %s")
-t("Default Filter", "Default Filter")
-t("#LIGHT_BLUE# Reset base filter", "#LIGHT_BLUE# Reset base filter")
-t("Clear", "Clear")
-t("#LIGHT_BLUE# Clear base actor: %s", "#LIGHT_BLUE# Clear base actor: %s")
-t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#Base Filter:#LAST# ")
-t("The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).", "The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).")
-t("#GREY#None#LAST#", "#GREY#None#LAST#")
-t("Current Boss Actor: %s", "Current Boss Actor: %s")
-t("Generate", "Generate")
-t("Default Data", "Default Data")
-t("#LIGHT_BLUE# Reset Randboss Data", "#LIGHT_BLUE# Reset Randboss Data")
-t("Place", "Place")
-t("#ORANGE#Boss Data:#LAST# ", "#ORANGE#Boss Data:#LAST# ")
-t("Filter and Data Help", "Filter and Data Help")
-t("#GREY#No Actor to Display#LAST#", "#GREY#No Actor to Display#LAST#")
-t("#LIGHT_BLUE#Inspect [%s]%s", "#LIGHT_BLUE#Inspect [%s]%s")
-t("#LIGHT_BLUE#No actor to inspect", "#LIGHT_BLUE#No actor to inspect")
-t("#LIGHT_BLUE#Lua Inspect [%s]%s", "#LIGHT_BLUE#Lua Inspect [%s]%s")
-t("#LIGHT_BLUE#No actor to Lua inspect", "#LIGHT_BLUE#No actor to Lua inspect")
-t("#LIGHT_BLUE#Bad filter for base actor: %s", "#LIGHT_BLUE#Bad filter for base actor: %s")
-t("#LIGHT_BLUE#Could not generate a base actor with filter: %s", "#LIGHT_BLUE#Could not generate a base actor with filter: %s")
+The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]], [[根据给定的筛选器随机生成角色,或/并根据给定的数据表生成随机Boss。
+筛选器由game.zone:checkFilter处理。
+#ORANGE#Boss数据:#LAST#由 game.state:createRandomBoss, game.state:applyRandomClass, 和 Actor.levelupClass处理。
+生成过程在 _G 环境下进行 (也是Lua控制台使用的环境),并使用当前地图的#LIGHT_GREEN#npc_list#LAST#.
+请按#GOLD#'F1'#LAST#获得帮助。
+鼠标移动查看角色预览(可以在添加到游戏之前进行进一步的调整)
+(请按 #GOLD#'L'#LAST# 在Lua中检查,或按 #GOLD#'C'#LAST# 打开角色面板)
+
+#LIGHT_BLUE#基础过滤器#LAST#用于过滤生成的随机角色。]])
+t("Current Base Actor: %s", "目前基础角色: %s")
+t("#LIGHT_BLUE# Current base actor: %s", "#LIGHT_BLUE# 目前基础角色: %s")
+t("Default Filter", "默认筛选器")
+t("#LIGHT_BLUE# Reset base filter", "#LIGHT_BLUE# 重设基础筛选器")
+t("Clear", "清除")
+t("#LIGHT_BLUE# Clear base actor: %s", "#LIGHT_BLUE# 清除基础角色: %s")
+t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#基础筛选器:#LAST# ")
+t("The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).", "#ORANGE#Boss 数据#LAST#用于将基础角色转换成一个随机boss(如果需要的话,也可以用随机角色作为基础)")
+t("#GREY#None#LAST#", "#GREY#æ— #LAST#")
+t("Current Boss Actor: %s", "目前Boss角色: %s")
+t("Generate", "生成")
+t("Default Data", "默认数据")
+t("#LIGHT_BLUE# Reset Randboss Data", "#LIGHT_BLUE# 重置Boss数据")
+t("Place", "放置")
+t("#ORANGE#Boss Data:#LAST# ", "#ORANGE#Boss数据:#LAST# ")
+t("Filter and Data Help", "筛选器和数据帮助")
+t("#GREY#No Actor to Display#LAST#", "#GREY#没有待显示的角色#LAST#")
+t("#LIGHT_BLUE#Inspect [%s]%s", "#LIGHT_BLUE#检查 [%s]%s")
+t("#LIGHT_BLUE#No actor to inspect", "#LIGHT_BLUE#没有待显示的角色")
+t("#LIGHT_BLUE#Lua Inspect [%s]%s", "#LIGHT_BLUE#Lua 检查 [%s]%s")
+t("#LIGHT_BLUE#No actor to Lua inspect", "#LIGHT_BLUE#没有待Lua检查的角色")
+t("#LIGHT_BLUE#Bad filter for base actor: %s", "#LIGHT_BLUE#基础角色筛选器错误: %s")
+t("#LIGHT_BLUE#Could not generate a base actor with filter: %s", "#LIGHT_BLUE#无法使用以下筛选器生成基础角色: %s")
 t([[#LIGHT_BLUE#Base actor could not be generated with filter [%s].
- Error:%s]], [[#LIGHT_BLUE#Base actor could not be generated with filter [%s].
- Error:%s]])
-t("#LIGHT_BLUE#Bad data for random boss actor: %s", "#LIGHT_BLUE#Bad data for random boss actor: %s")
-t("#LIGHT_BLUE#Could not generate a base actor with data: %s", "#LIGHT_BLUE#Could not generate a base actor with data: %s")
+ Error:%s]], [[#LIGHT_BLUE#无法使用以下筛选器生成基础角色[%s]。
+ 错误:%s]])
+t("#LIGHT_BLUE#Bad data for random boss actor: %s", "#LIGHT_BLUE#随机Boss数据错误: %s")
+t("#LIGHT_BLUE#Could not generate a base actor with data: %s", "#LIGHT_BLUE#无法使用以下数据生成基础角色: %s")
 t([[#LIGHT_BLUE#ERROR: Random Boss could not be generated with data [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR: Random Boss could not be generated with data [%s].
+ Error:%s]], [[#LIGHT_BLUE#错误: 无法使用以下数据生成随机Boss [%s].
  Error:%s]])
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/RandomObject.lua"
 
-t("#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#", "#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#")
+t("#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#", "#LIGHT_GREEN#(来自 %-10.60s, 行数: %s):#LAST#")
 t("unknown", "未知")
+t("Don't apply a resolver", "不使用解析器")
 t("None", "æ— ")
 t("Equipment", "装备")
-t("Drops", "Drops")
-t("Attach Tinker", "Attach Tinker")
-t("Drop Randart (auto data)", "Drop Randart (auto data)")
-t("Drop Randart", "Drop Randart")
+t("Object will be equipped if possible, otherwise added to main inventory", "物品将会尽可能被装备,否则会被加入物品栏。")
+t("Object added to main inventory", "物品加入主要物品栏")
+t("Drops", "掉落")
+t("Object added to main inventory (dropped on death)", "物品加入主要物品栏,并在死亡时掉落")
+t("Attach Tinker", "装载插件")
+t("Tinker will be attached to a worn object", "插件将会被插到一个穿戴的物品上。")
+t("Drop Randart (auto data)", "掉落随机神器(自动数据)")
+t("Random Artifact (dropped on death) added to main inventory, uses the Base Object or Base Filter plus Randart Data as input", "随机神器(死亡后掉落)将会被加入到主要物品栏,使用基础物品或基础物品的筛选器以及随机神器数据作为输入。")
+t("Drop Randart", "掉落随机神器")
+t("Random Artifact (dropped on death) added to main inventory", "随机神器(死亡后掉落)将会被加入到主要物品栏")
 t("DEBUG -- Create Random Object", "调试模式 -- 创建随机物品")
-t("The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.", "The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.")
-t("#GREY#None#LAST#", "#GREY#None#LAST#")
-t("%s: %s", "%s: %s")
+t([[Generate objects randomly subject to filters and create Random Artifacts.
+Use "Generate" to create objects for preview and inspection.
+Use "Add Object" to choose where to put the object and add it to the game.
+(Mouse over controls for a preview of the generated object/working Actor. (Press #GOLD#'L'#LAST# to lua inspect.)
+#SALMON#Resolvers#LAST# act on the working actor (default: player) to generate a SINGLE object.
+They use the #LIGHT_GREEN#Random filter#LAST# as input unless noted otherwise and control object destination.
+Filters are interpreted by ToME and engine entity/object generation functions (game.zone:checkFilter, etc.).
+Interpretation of tables is within the _G environment (used by the Lua Console) using the current zone's #YELLOW_GREEN#object_list#LAST#.
+Hotkeys: #GOLD#'F1'#LAST# :: context sensitive help, #GOLD#'C'#LAST# :: Working Character Sheet, #GOLD#'I'#LAST# :: Working Character Inventory.
+]], [[使用筛选器生成随机物品,或者生成随机神器。
+使用“生成”按钮生成物品用于预览和检查。
+使用“添加物品”按钮选择将物品放到哪里,并将其加入游戏。
+鼠标移动到物品上方,将可以看到生成的物品/使用的角色的预览(请按#GOLD#'L'#LAST#键进行Lua检查。
+#SALMON#解析器#LAST#工作在工作角色上(默认:玩家),用于生成单个物品。
+除非特别说明,它们使用#LIGHT_GREEN#随机筛选器#LAST#作为输入,并决定物品的去向。
+筛选器由ToME游戏引擎的实体/物品处理函数解析(game.zone:checkFilter等)。
+解析将会工作在_G环境下,这也是Lua控制台的工作环境,并使用当前地图的#YELLOW_GREEN#object_list#LAST#。
+热键: #GOLD#'F1'#LAST# :: 查看帮助, #GOLD#'C'#LAST# :: 工作角色的角色面板, #GOLD#'I'#LAST# :: 工作角色的物品栏。
+]])
+t("The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.", "#LIGHT_GREEN#随机筛选器#LAST#用于控制随机生成一个普通物品")
+t("#GREY#None#LAST#", "#GREY#æ— #LAST#")
+t("%s: %s", "%s:%s")
 t("Object", "物品")
-t("#LIGHT_GREEN#Random Object#LAST#", "#LIGHT_GREEN#Random Object#LAST#")
-t("#LIGHT_GREEN#Random Filter:#LAST# ", "#LIGHT_GREEN#Random Filter:#LAST# ")
-t("The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.", "The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.")
-t("#LIGHT_BLUE#Base Object#LAST#", "#LIGHT_BLUE#Base Object#LAST#")
-t("Default Filter", "Default Filter")
-t("Clear Object", "Clear Object")
-t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#Base Filter:#LAST# ")
-t("#SALMON#Resolver selected:#LAST# ", "#SALMON#Resolver selected:#LAST# ")
-t("An object resolver interprets additional filter fields to generate an object and determine where it will go.", "An object resolver interprets additional filter fields to generate an object and determine where it will go.")
-t("Dropdown text", "Dropdown text")
-t("No Tooltip", "No Tooltip")
-t("Use this selector to choose which resolver to use", "Use this selector to choose which resolver to use")
+t("#LIGHT_GREEN#Random Object#LAST#", "#LIGHT_GREEN#随机物品#LAST#")
+t("#LIGHT_GREEN#Random Filter:#LAST# ", "#LIGHT_GREEN#随机筛选器:#LAST# ")
+t("The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.", "#LIGHT_BLUE#基础筛选器#LAST#用于生成一个用来生成随机神器的基础物品。")
+t("#LIGHT_BLUE#Base Object#LAST#", "#LIGHT_BLUE#基础物品#LAST#")
+t("Default Filter", "默认筛选器")
+t("Clear Object", "清除物品")
+t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#基础筛选器:#LAST# ")
+t("#SALMON#Resolver selected:#LAST# ", "#SALMON#选定的解析器:#LAST# ")
+t("An object resolver interprets additional filter fields to generate an object and determine where it will go.", "物品解析器将会用于在生成物品的时候解析物品的附加字段,并决定附加字段的结果。")
+t("Dropdown text", "下拉文字")
+t("No Tooltip", "没有提示")
+t("Use this selector to choose which resolver to use", "使用这个选项选择想要使用的解析器。")
 t([[#ORANGE#Randart Data#LAST# contains parameters used to generate a Randart (interpreted by game.state:generateRandart).
-The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]], [[#ORANGE#Randart Data#LAST# contains parameters used to generate a Randart (interpreted by game.state:generateRandart).
-The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]])
-t("Generate", "Generate")
-t("Add Object", "Add Object")
-t("Default Data", "Default Data")
-t("#ORANGE#Randart Data:#LAST# ", "#ORANGE#Randart Data:#LAST# ")
-t("#ORANGE#Randart#LAST#", "#ORANGE#Randart#LAST#")
-t("Show #GOLD#I#LAST#nventory", "Show #GOLD#I#LAST#nventory")
-t("Show #GOLD#C#LAST#haracter Sheet", "Show #GOLD#C#LAST#haracter Sheet")
-t("Set working actor: [%s] %s", "Set working actor: [%s] %s")
-t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(player)#LAST#")
-t("Set working actor: [%s] %s%s", "Set working actor: [%s] %s%s")
-t("#GREY#No Tooltip to Display#LAST#", "#GREY#No Tooltip to Display#LAST#")
-t("Filter/Data/Resolver Reference", "Filter/Data/Resolver Reference")
-t("#LIGHT_BLUE#Lua Inspect [%s] %s", "#LIGHT_BLUE#Lua Inspect [%s] %s")
-t("#LIGHT_BLUE#Nothing to Lua inspect", "#LIGHT_BLUE#Nothing to Lua inspect")
-t("#LIGHT_BLUE#Bad %s: %s", "#LIGHT_BLUE#Bad %s: %s")
-t("table definition", "table definition")
-t("#LIGHT_BLUE# Generate Random object using resolver: %s", "#LIGHT_BLUE# Generate Random object using resolver: %s")
-t(" (resolver: %s)", " (resolver: %s)")
-t("#LIGHT_BLUE# New random%s object: %s", "#LIGHT_BLUE# New random%s object: %s")
-t("#LIGHT_BLUE#Could not generate a random object with filter: %s", "#LIGHT_BLUE#Could not generate a random object with filter: %s")
+The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]], [[#ORANGE#随机神器数据#LAST# 包含了用于生成随机神器的额外参数 (由game.state:generateRandart)解析。
+如果可能,将会使用#LIGHT_BLUE#基础物品#LAST#作为基础。]])
+t("Generate", "生成")
+t("Add Object", "添加物品")
+t("Default Data", "默认数据")
+t("#ORANGE#Randart Data:#LAST# ", "#ORANGE#随机神器数据:#LAST# ")
+t("#ORANGE#Randart#LAST#", "#ORANGE#随机神器#LAST#")
+t("Show #GOLD#I#LAST#nventory", "显示#GOLD#[I]#LAST#物品栏")
+t("Show #GOLD#C#LAST#haracter Sheet", "显示#GOLD#[C]#LAST#角色面板")
+t("Set working actor: [%s] %s", "设置生成角色: [%s] %s")
+t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(玩家)#LAST#")
+t("Set working actor: [%s] %s%s", "设置生成角色: [%s] %s%s")
+t("#GREY#No Tooltip to Display#LAST#", "#GREY#没有待显示的提示#LAST#")
+t("Filter/Data/Resolver Reference", "筛选器/数据/解析器文档")
+t("#LIGHT_BLUE#Lua Inspect [%s] %s", "#LIGHT_BLUE#Lua 检查 [%s] %s")
+t("#LIGHT_BLUE#Nothing to Lua inspect", "#LIGHT_BLUE#没有用于Lua检查的物品")
+t("#LIGHT_BLUE#Bad %s: %s", "#LIGHT_BLUE#错误的%s: %s")
+t("table definition", "表格定义")
+t("#LIGHT_BLUE# Generate Random object using resolver: %s", "#LIGHT_BLUE# 使用解析器生成随机物品失败: %s")
+t(" (resolver: %s)", " (解析器: %s)")
+t("#LIGHT_BLUE# New random%s object: %s", "#LIGHT_BLUE# 新随机%s 物品: %s")
+t("#LIGHT_BLUE#Could not generate a random object with filter: %s", "#LIGHT_BLUE#无法使用以下筛选器生成随机物品: %s")
 t([[#LIGHT_BLUE#ERROR generating random object with filter [%s].
- Error: %s]], [[#LIGHT_BLUE#ERROR generating random object with filter [%s].
- Error: %s]])
-t("#LIGHT_BLUE#Could not generate a base object with filter: %s", "#LIGHT_BLUE#Could not generate a base object with filter: %s")
+ Error: %s]], [[#LIGHT_BLUE#错误:使用该筛选器生成随机物品时发生错误[%s].
+ 错误: %s]])
+t("#LIGHT_BLUE#Could not generate a base object with filter: %s", "#LIGHT_BLUE#无法使用该筛选器生成基础物品: %s")
 t([[#LIGHT_BLUE#ERROR generating base object with filter [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR generating base object with filter [%s].
- Error:%s]])
-t("#LIGHT_BLUE#Could not generate a Randart with data: %s", "#LIGHT_BLUE#Could not generate a Randart with data: %s")
+ Error:%s]], [[#LIGHT_BLUE#错误:使用该筛选器生成基础物品时发生错误 [%s].
+ 错误:%s]])
+t("#LIGHT_BLUE#Could not generate a Randart with data: %s", "#LIGHT_BLUE#无法使用该筛选器生成随机神器: %s")
 t([[#LIGHT_BLUE#ERROR generating Randart with data [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR generating Randart with data [%s].
- Error:%s]])
-t("#LIGHT_BLUE#No object to add", "#LIGHT_BLUE#No object to add")
+ Error:%s]], [[#LIGHT_BLUE#错误:使用该筛选器生成随机神器时发生错误 [%s].
+ 错误:%s]])
+t("#LIGHT_BLUE#No object to add", "#LIGHT_BLUE#没有待添加的物品")
 t([[#LIGHT_BLUE#ERROR accepting object with resolver %s.
- Error:%s]], [[#LIGHT_BLUE#ERROR accepting object with resolver %s.
- Error:%s]])
-t("#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)", "#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)")
+ Error:%s]], [[#LIGHT_BLUE#错误物品无法接受该解析器%s。
+ 错误:%s]])
+t("#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)", "#LIGHT_BLUE#将生成角色设置为[%s]%s 位于(%d, %d)")
 t("Inventory", "物品栏")
 
 
@@ -41825,17 +43271,19 @@ t("DEBUG -- Spawn Event", "调试模式 -- 触发事件")
 section "game/modules/tome/dialogs/debug/SummonCreature.lua"
 
 t("DEBUG -- Summon Creature", "调试模式 -- 召唤生物")
-t("#LIGHT_BLUE# no actor to place.", "#LIGHT_BLUE# no actor to place.")
-t("#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)")
-t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)")
-t("#YELLOW#Random Actor#LAST#", "#YELLOW#Random Actor#LAST#")
-t("#PINK#Test Dummy#LAST#", "#PINK#Test Dummy#LAST#")
+t("#LIGHT_BLUE# no actor to place.", "#LIGHT_BLUE#没有待放置的角色.")
+t("#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#角色[%s]%s已经占据了(%d, %d)")
+t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#将%s[%s]%s添加到(%d, %d)")
+t("#YELLOW#Random Actor#LAST#", "#YELLOW#随机角色#LAST#")
+t("#PINK#Test Dummy#LAST#", "#PINK#训练傀儡#LAST#")
+t("Test Dummy", "训练傀儡")
+t("Test dummy.", "训练傀儡。")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/orders/Behavior.lua"
 
-t("Set behavior: %s", "设置行为: %s")
+t("Set behavior: %s", "设置行为:%s")
 t("%s behavior set to %s.", "%s 的行动被设定为 %s 。")
 t("Default", "默认")
 t("Melee", "近战")
@@ -41876,8 +43324,8 @@ t("#GREY#Invisible#LAST#", "#GREY#不可见#LAST#")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/Shimmer.lua"
 
-t("Shimmer object: %s", "幻化物品: %s")
-t("Search: ", "搜索: ")
+t("Shimmer object: %s", "幻化物品:%s")
+t("Search: ", "搜索:")
 t("Name", "名称")
 t("\
 #{italic}##CRIMSON#This cosmetic feature is only available to donators/buyers. You can only preview.#WHITE##{normal}#", "\
@@ -41903,8 +43351,8 @@ t("#GREY#[Invisible]", "#GREY#[不可见]")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/ShimmerOther.lua"
 
-t("Shimmer: %s", "幻化: %s")
-t("Search: ", "搜索: ")
+t("Shimmer: %s", "幻化:%s")
+t("Search: ", "搜索:")
 t("Name", "名称")
 t("\
 #{italic}##CRIMSON#This cosmetic feature is only available to donators/buyers. You can only preview.#WHITE##{normal}#", "\
@@ -41923,8 +43371,8 @@ t("#GREY#[Default]", "#GREY#[默认]")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/ShimmerOutfits.lua"
 
-t("Shimmer Sets: %s", "幻化套装: %s")
-t("Search: ", "搜索: ")
+t("Shimmer Sets: %s", "幻化套装:%s")
+t("Search: ", "搜索:")
 t([[You can switch your appearance to a saved set of shimmers.
 #{bold}#This is a purely cosmetic change.#{normal}#]], [[你可以把你的幻化切换到一套保存好的套装。
 #{bold}#这个改变只会带来视觉上的变化。#{normal}#]])
@@ -42042,6 +43490,109 @@ t("#{bold}#Choose a spell#{normal}#", "#{bold}#选择一个法术#{normal}#")
 t("All known spells that can be used with Arcane Combat.", "所有可以被奥术武器施放的技能。")
 
 
+------------------------------------------------
+section "game/modules/tome/init.lua"
+
+t("Tales of Maj'Eyal: Age of Ascendancy", "马基·埃亚尔的传说:卓越纪")
+t([[Welcome to Maj'Eyal.
+
+This is the Age of Ascendancy. After over ten thousand years of strife, pain and chaos the known world is at last at relative peace.
+The last effects of the #FF0000#Spellblaze#WHITE# have been tamed. The land slowly heals itself and the civilisations rebuild themselves after the Age of Pyre.
+
+It has been one hundred and twenty-two years since the Allied Kingdoms were established under the rule of #14fffc#Toknor#ffffff# and his wife #14fffc#Mirvenia#ffffff#.
+Together they ruled the kingdoms with fairness and brought prosperity to both Halflings and Humans.
+The King died of old age fourteen years ago, and his son #14fffc#Tolak#ffffff# is now King.
+
+The Elven kingdoms are quiet. The Shaloren Elves in their home of Elvala are trying to make the world forget about their role in the Spellblaze and are living happy lives under the leadership of #14fffc#Aranion Gayaeil#ffffff#.
+The Thaloren Elves keep to their ancient tradition of living in the woods, ruled as always by #14fffc#Nessilla Tantaelen#ffffff# the wise.
+
+The Dwarves of the Iron Throne have maintained a careful trade relationship with the Allied Kingdoms for nearly one hundred years, yet not much is known about them, not even their leader's name.
+
+While the people of Maj'Eyal know that the mages helped put an end to the terrors of the Spellblaze, they also did not forget that it was magic that started those events. As such, mages are still shunned from society, if not outright hunted down.
+Still, this is a golden age. Civilisations are healing the wounds of thousands of years of conflict, and the Humans and the Halflings have made a lasting peace.
+
+You are an adventurer, set out to discover wonders, explore old places, and venture into the unknown for wealth and glory.
+]], [[欢迎来到马基埃亚尔的世界!
+
+现在的埃亚尔大陆是卓越纪。在长达一万年的冲突痛苦和混乱之后,我们所知的世界终于进入了一个相对和平的时期。
+#FF0000#“魔法大爆炸”#WHITE#所造成的影响已经渐渐减轻,大地的伤痕也慢慢开始愈合。在派尔纪末,各个文明也纷纷开始重建家园。
+#14fffc#图库纳国王#ffffff#和他的半身人皇后#14fffc#米雯尼雅#ffffff#建立并统治联合王国已有122年了。
+在他们的统治下,王国天下太平,无论是人类还是半身人的居住地都欣欣向荣,一片繁华。
+十四年前,国王因年纪过大而去世了,他的儿子,#14fffc#托拉克#ffffff#继承了王位。
+
+精灵们的王国安详而平和。住在埃尔瓦拉的永恒精灵们试图让世界忘记他们在魔法大爆炸中扮演的角色,在精灵王#14fffc#艾伦尼恩·加威尔#ffffff#的统治下快乐的生活着。
+而自然精灵则遵从古老的传统,住在森林当中,由不朽的贤者#14fffc#奈希拉·坦泰兰#ffffff#统领。
+
+一百年来,钢铁王座的矮人们一直小心谨慎的和联合王国的人类们开展贸易活动,尽管他们的种族为人所知甚少,甚至也不知道他们的统治者姓甚名谁。
+
+尽管马基埃亚尔大陆上的居民都知道是魔法师们帮忙终止了恐怖的魔法大爆炸,但他们也没有忘记正是魔法本身造成了这场灾难。因此尽管大家并没有公然抓捕魔法师,法师们也宁愿避开公众生活。
+无论如何,这是个黄金时代,所有的文明在过去数千年中经历的不幸正在好转,甚至人类和半身人之间已经形成了长久的和平。
+
+你是一个冒险者,追寻古老的力量、宝藏和荣耀。你勇敢的踏入被遗忘的大陆、未被开发的森林,和神秘封印的废墟。在这个所谓的和平年代,谁也不知道最终会找到些什么。
+]])
+t("Though magic is still shunned in Maj'Eyal, rumours abound of secret havens of mages.", "尽管魔法在马基埃亚尔大陆遭到排斥,不过传说仍然有一个法师的秘密庇护所。")
+t("The Rush talent lets you close in on an enemy quickly and daze them, disabling them whilst you hack down their friends.", "冲锋技能可以让你快速接近敌人并眩晕目标,你可以借此时机击倒它的同伴。")
+t("Stunning an opponent slows down their movement and reduces their damage output, giving you the opportunity to tactically reposition or finish them off at less risk.", "震慑可以减缓目标的移动速度,降低其伤害输出,这样可以为你制造机会解决它们,或者降低他们对你的威胁。")
+t("Movement is key on the battlefield. A stationary fighter will become a dead fighter. One must always seek the position of greatest tactical advantage and continue to re-evaluate throughout the battle.", "移动是战斗制胜的关键。一个固定不动的战士只会变成一个死的战士。战斗过程中你必须随时调整你的走位以保持你的优势。")
+t("In the Age of Pyre the orcs learned the secrets of magic, and with their newfound powers nearly overcame the whole of Maj'Eyal.", "在派尔纪,兽人秘密学习了魔法,他们恐怖的魔法力量差一点毁灭了整个埃亚尔大陆。")
+t("The orcs once terrorised the whole continent. In the Age of Ascendancy they were rendered extinct, but rumours abound of hidden groups biding their time to return.", "兽人曾经给整个大陆带来了一场浩劫。在卓越纪,他们几乎已经灭绝,不过传言他们正准备秘密地卷土重来。")
+t("Intense willpower lets wyrmics take on the natural powers of dragons.", "高强度的意志使龙战士可以获得龙族的自然力量。")
+t("Alchemists can transmute gems to create fiery explosions, and are known to travel with a sturdy golem for extra protection.", "炼金术士可以转化宝石制造强大的爆炸,同时他们还可以召唤傀儡来守护他们。")
+t("In the Age of Pyre the giant golem Atamathon was built with the sole purpose of stopping the orcish leader Garkul the Devourer. The golem was single-handedly destroyed by the orc, who then slaughtered an army of thousands before the demonic fighter was finally slain.", "在派尔纪,人们建造了傀儡之王阿塔玛森以对抗兽人首领吞噬者加库尔所领导的兽人军队。加库尔不仅孤身一人亲自干掉了傀儡王,在他倒下之前,还单枪匹马斩杀了上千人的部队。")
+t("None know what the Sher'Tul looked like, or what caused them all to disappear thousands of years ago. Their rare ruins are a source of mystery and terror.", "无人知晓夏·图尔人的长相,也没有人知道为什么他们在几千年前突然消失了。至今我们仍能从他们仅存的废墟里感受到他们的神秘和恐怖。")
+t("In deep places dark things dwell beyond description or understanding. None know the source of these hideous horrors.", "地城深处潜藏着无法用语言描述或理解的黑暗事物,无人知道它们是从哪里而来。")
+t("Who knows what dark thoughts drive people to necromancy? Its art is as old as magic itself, and its creations have plagued all the races since the earliest memories.", "天知道是怎样的堕落思想才能使一个人成为死灵法师。这门艺术就像魔法一样历史悠久,它的出现在最初的岁月里给所有种族带来了非常的劫难。")
+t("Some say that in their early days the Shaloren kings experimented with necromancy to preserve their flesh after death, but with little success. The Shaloren vehemently deny this.", "传说很早以前永恒精灵的王侯们利用死灵法术进行试验,试图让他们死后的肉体仍能永葆青春。不过他们并没有成功。但永恒精灵们都否认这个传说的真实性。")
+t("120 years ago Toknor and Mirvenia united the human and halfling kingdoms and wiped out the orcish race, thus establishing the Age of Ascendancy.", "120年前,图库纳与米雯尼雅将人类与半身人的王国联合起来,击溃了兽人军团,自此开启了卓越纪元。")
+t("\"The Spellblaze tore Eyal apart and nearly brought about the end of all civilisation. Two thousand years on its shadow still hangs over many lands, and the prideful mages have never been forgiven their place in bringing it about.", "魔法大爆炸撕裂了埃亚尔大陆,整个文明差点被彻底摧毁。两千年岁月已过,爆炸的阴影依然笼罩着很多地区。那些高傲法师们铸成的大错令人们永生难忘。")
+t("Some are cursed with mental powers beyond their full control, turning them to a dark life powered by hatred.", "某些被诅咒者承受了超出他们控制的灵魂力量,终其一生都活在憎恨和黑暗中。")
+t("Dreadfell has always been shunned for its haunted crypts, but of late rumours tell of a darker and more terrible power in residence.", "恐惧王座一直以来都因闹鬼而为人所避讳。但最近有流言传出,有位带着更加强大的黑暗力量的主人统治了此地。")
+t("Some Sher'Tul artifacts can still be found in hidden places, but it is said they are not to be trifled with.", "虽然有人说还能在某些未知的地方找到夏·图尔的上古神器,不过普通人最好不要接近那种地方。")
+t("Drakes and wyrms are the strongest natural creatures in the world, capable of powers far beyond most other beings.", "龙与巨龙是这个世界上最强大的自然生物,它们所拥有的力量远在其他生物之上。")
+t("Giant worms tear open huge passageways through the deserts in the west. It is said great riches lie buried beneath the sand, still decorating the corpses of those who went there seeking great riches.", "西部沙漠中的巨型蠕虫挖掘出了很多巨大的通道。传说在那沙洞深处埋藏着很多诱人的宝物。不过除了宝物之外,更多的便是那些寻宝人的尸体。")
+t("Arcane Blades employ a fusion of melee and magical combat. Their training is harsh but the most dedicated rise to great powers.", "奥术之刃是一个混合了魔法与近战的职业。他们的训练非常严酷,同时他们的力量也极其强大。")
+t("Wild infusions call upon the powers of nature to protect the flesh and rid oneself of afflictions.", "自然纹身可以召唤自然的力量来保护你的肉体免于伤害。")
+t("Shield runes act instantly, letting one protect oneself quickly whilst also preparing to flee or launch a counter attack.", "护盾符文为瞬发技能,可以在你准备逃跑或者反击的同时提供防护。")
+t("Greater training in the use of armour lets it be used more effectively, blocking more damage and reducing the chance of an enemy hitting a critical spot.", "高级的护甲训练可以有效提高你的防护能力,使你格挡更多伤害并降低你受到致命一击的几率。")
+t("The Thick Skin talent reduces all incoming damage, letting you survive for longer before needing to heal.", "硬化皮肤技能可以降低所有受到的伤害,让你在能够使用治疗以前存活更长的时间。")
+t("Regeneration infusions act over several turns, letting you anticipate damage that will be taken and prepare for it.", "恢复纹身的效果持续数个回合,开启后每回合会恢复一定的生命值,使你的战斗更加从容不迫。")
+t("In the most dire circumstances teleportation can be the best escape, but is not without risk.", "大多数情况下,传送技能是逃命的首选方法,不过也有一定的风险。")
+t("The Ziguranth are an ancient order vehemently opposed to magic. Some have become so attuned to nature they can resist arcane forces with their will alone.", "伊格兰斯是一个古老的反魔阵营,他们中的一些人可以依靠自身的意志力来抵抗奥术能量。")
+t("Records say that giants once lived civilised lives, with mastery of many crafts and sciences. Now, though, they have adopted nomadic cultures, turning hostile against those that encroach on their lands.", "据史书记载,巨人族曾经也有高度发达的文明,掌握着许多手工和科学技术。不过现在他们已经适应了游牧生活,他们会攻击任何试图侵略的敌人。")
+t("Zigur was founded by escapees of Conclave experiments during the Allure wars between humans and halflings.", "伊格是由厄流纪人类与半身人战争中的孔克雷夫实验逃亡者创立的。")
+t("The Thaloren and Shaloren elves have never had good relations, and have been outright hostile since the Spellblaze devastated many Thaloren lands.", "自然精灵与永恒精灵之间关系一直不佳,自从魔法大爆炸摧毁了很多自然精灵大陆之后,他们之间更是相互敌视。")
+t("The third elven race, the Naloren, were rendered extinct after a huge cataclysm swept the eastern side of Maj'Eyal into the sea.", "精灵第三分支,纳鲁精灵,在魔法大爆炸将马基埃亚尔的东部地区沉入海底后,彻底灭绝。")
+t("Trolls were once seen as little more than beasts or pests, but the orcs trained them up for use in war and they became much more intelligent and fearsome.", "巨魔的力量原先不过与野兽和毒虫差不多,不过后来兽人因为战争的需要对它们进行了训练。现在他们变得更聪明更可怕。")
+t("Some say that the foot of a halfling is lucky to own. Halflings do not take well to those who enquire too forcefully.", "有人说半身人的脚是幸运护身符。对于这一点半身人可并不赞成。")
+t("The Nargol empire was once the largest force in Maj'Eyal, but a combination of the Spellblaze and orcish attacks have dwindled it into insignificance.", "纳格尔帝国曾经是马基埃亚尔最强大的国家。但是经历了魔法大爆炸和兽人的入侵之后他们已经变得无足轻重了。")
+t("Some of the most powerful undead do not fall easily, and only through extreme persistence can they be put to rest.", "那些最强大的不死族并不是那么容易被打败的,只有通过不懈的战斗才能将它们彻底置于死地。")
+t("History says little of the ancient race of yeeks that lived in halfling territory, but vanished before the time of the Spellblaze.", "据史书记载,有极少数的古代夺心魔族居住在半身人的国度,不过自从魔法大爆炸之后他们就销声匿迹了。")
+t("Dwarves are naturally a inquisitive people, but do not enjoy such inquisition turned on them. Most live secretive lives in their closed-off city, the Iron Throne.", "矮人们好管闲事,但他们自己却不喜欢别人来打搅,他们大多数居住在秘密的地下城市——钢铁王座之中。")
+t("Alchemists can bind gems to armour to grant them magical effects, to protect the wearer or improve their powers. Some commercial alchemists can imbue gems into jewellery.", "炼金术士可以把宝石中的魔法效果附到盔甲上,保护他们或者提高他们的能力。一些高级炼金师还能把宝石制成首饰。")
+t("The Spellblaze was followed by the Age of Dusk, when disease was rife and civilisation collapsed. Necromancers and fell sorcerers took advantage of the chaos to spread their vile deeds.", "魔法大爆炸之后到来的是黄昏纪,那是一个疫病肆虐文明溃败的时代。死灵法师和一些堕落法师利用当时的混乱来散播他们的恶行。")
+t("After the Spellblaze came the Spellhunt, when the normal people rose against the arrogance of the mages and hunted them down like wolves. Some survived and went into hiding, but many innocents were killed.", "在魔法大爆炸之后便是猎魔行动,人们对造成这场灾难的法师们赶尽杀绝就像猎杀牲口一样。一些幸存的法师得以躲藏起来,但更多无辜的人被杀害。")
+t("Demons are thought to come from another world, brought to Eyal by magical forces. Some are highly intelligent and follow their own ambitions. To what end, none know.", "人们认为恶魔是被魔法力量从其他世界带到埃亚尔大陆的。有些恶魔具有高度的智慧并有他们自己的野心,没人知道他们的真正目的。")
+t("The art of potion making fell into decline after the Spellhunt, and only a rare few now master the gift.", "猎魔行动之后炼金技术严重衰退,现在只有极少数人掌握这种技能了。")
+t("It's said that some rare powers can save your soul from the edge of death.", "传说有些罕见的力量可以在死亡边缘拯救你的灵魂。")
+t("Rumours tell of a shadowy cult kidnapping women and performing strange rites. Their intentions are unknown, and they have so far evaded capture.", "传说有一个邪教组织,他们绑架妇女举行奇怪的仪式,没人知道他们真正的目的,至今他们还没有被抓捕。")
+t("Though slavery is illegal there is still a black market for it, and in some areas men are even used for blood sports.", "尽管贩奴被严令禁止但地下交易却仍然存在。有些地方努力甚至被作为一种血腥运动项目的道具。")
+t("Maj'Eyal is the biggest continent in the world of Eyal. Though records suggest other continents and islands may exist it has not been possible to cross the wide and stormy oceans since the Spellblaze and the Cataclysm.", "马基埃亚尔是埃亚尔世界中最大的一块大陆。虽然有记载世界上有可能还存在着其他大陆或者岛屿,但自从魔法大爆炸和大灾变发生之后,穿越浩瀚的风暴之海已经不大可能了。")
+t("The effects of the Spellblaze were not all instant, and many centuries later the Cataclysm tore the continent apart once more, devastating coastal areas the destroying all of the Naloren lands.", "魔法大爆炸造成的影响并非仅局限于那一瞬间,这场大灾难过去了几个世纪,大陆一次又一次被撕裂,沿海的纳鲁精灵王国受到了毁灭性的打击而从此灭绝。")
+t("Archers are fast and deadly, and with pinning shots can render their foes helpless as they swiftly dispatch them.", "弓箭手行动迅捷而致命,他们可以使用定身射击将敌人分散并各个击破。")
+t("Reavers are powerful fighters with corrupted blood, and the strength to wield a one-handed weapon in each arm.", "收割者是流着堕落之血的强大战士,他们双手各可以装备一件单手武器。")
+t("Corruptors feed off the essence of others, and can use their own corrupted blood to launch deadly magical attacks.", "堕落者可以吸取他人的精华,并使用他们的堕落力量发动致命的魔法攻击。")
+t("Clever rogues can lay traps to damage or debilitate their foes without having to go near them.", "聪明的盗贼可以在不近身的情况下安置陷阱对敌人造成伤害或者削弱他们。")
+t("Rogues can move silently and stealthily, letting them approach foes unaware or avoid them entirely.", "盗贼可以悄无声息的移动,在敌人毫无察觉的情况下悄悄近身。")
+t("A movement infusion can let you quickly approach a ranged opponent, or quickly escape a melee one.", "移动纹身可以使你快速地接近一个远程敌人或者逃离近战敌人。")
+t("Invisibility lets you escape notice, giving you the freedom to move or recover your resources, but reduces your damage.", "隐身可以使敌人忽略你,让你自由移动、恢复能量,不过这会降低你的伤害和治疗能力。")
+t("Poison is the domain of assassins and master rogues, and its cunning use can cripple or kill enemies over a long fight.", "毒药学是盗贼大师和刺客的技能,它可以在一场长时间的战斗中削弱或杀死敌人。")
+t("Summoners can call upon a variety of natural creatures to protect and support them, reducing the risk to their own flesh considerably.", "召唤师可以召唤不同的自然生物来支援和保护他们,这样可以减少他们直面敌人的危险。")
+t("The highest sorcerers are known as archmages, and the masters amongst them are said to have the power to change the world. They are feared immensely.", "元素法师被认为是最高级别的法师,而其中的魔导师更是拥有改变世界的强大法力,他们也是世人最惧怕之人。")
+t("Bulwarks are defensive fighters that can take hits more readily than other warriors whilst preparing for the most effective counter attacks.", "盾战士是防御型的战士,他们可以比其他战士职业承受更多伤害,在防御的同时他们也能随时做出反击。")
+t("Brawlers are trained in the use of their fists and mastery of their bodies. They can be as dangerous in combat as any swordsman.", "格斗家通过学习对自身力量的掌握,并将其发挥至极限,他们的拳头是他们唯一的武器,但其杀伤力不亚于任何一个持剑的战士。")
+t("Lightning is a chaotic element that is hard to control. It is said that those most attuned to it are eventually driven insane.", "雷电是一种混沌的元素力量,难以操控。据说掌握雷电法术的人也都因此而陷于疯狂。")
+
+
 ------------------------------------------------
 section "game/modules/tome/load.lua"
 
@@ -42143,7 +43694,7 @@ t_old(" in creating an ", " 制造 ")
 t_old(" is the newest member of the Brotherhood of Alchemists.", " 是炼金术士兄弟会的新成员了。")
 t_old(" lumberjacks have died.", " 个伐木工人死了。")
 t_old(" needs your help making an ", " 需要你的帮助来制作 ")
-t_old(" no longer needs your help making the ", " 不在需要你帮忙制作 ")
+t_old(" no longer needs your help making the ", " 不再需要你帮忙制作 ")
 t_old(" of acid resistance ", "酸性抵抗之")
 t_old(" of aether ", "以太抵抗之")
 t_old(" of arcane resistance ", "奥术抵抗之")
@@ -42193,10 +43744,10 @@ t_old("#AQUAMARINE#As %s falls %s seems to weaken!", "#AQUAMARINE#当 %s 倒下
 t_old("#AQUAMARINE#As %s falls you notice that %s seems to shudder in pain!", "#AQUAMARINE#当 %s 倒下时你注意到 %s 正在痛苦中发抖!")
 t_old("#AQUAMARINE#With the Mouth death its crawler also falls lifeless on the ground!", "#AQUAMARINE#当大嘴怪死去时,它的爬虫也毫无生机的倒在了地上!")
 t_old("#AQUAMARINE#With the horror's death the blade clatters to the ground!", "#VIOLET#随着恶魔的死亡,剑刃“喀拉”一声掉在了地上!")
-t_old("#AQUAMARINE#You leech a part of #Target# vim.", "#AQUAMARINE#你吸收了 #Target# 部分活力。")
-t_old("#AQUAMARINE#You leech a part of %s vim.", "#AQUAMARINE#你吸收了 %s 部分活力。")
+t_old("#AQUAMARINE#You leech a part of #Target# vim.", "#AQUAMARINE#你吸收了#Target#部分活力。")
+t_old("#AQUAMARINE#You leech a part of %s vim.", "#AQUAMARINE#你吸收了%s部分活力。")
 t_old("#BLUE#You feel a kindred spirit in this bow...", "#BLUE#你感受到弓内类似的灵魂……")
-t_old("#CRIMSON#%s fiery attack invokes a cleansing flame!", "#CRIMSON#%s 的火焰引发了净化能量!")
+t_old("#CRIMSON#%s fiery attack invokes a cleansing flame!", "#CRIMSON#%s的火焰引发了净化能量!")
 t_old("#CRIMSON#%s twitches, alerting %s that a trap is nearby.", "#CRIMSON#%s抖动了两下,警告 %s 附近有一个陷阱。")
 t_old("#CRIMSON#%s's %s is disrupted by %s wounds!", "#CRIMSON#%s的%s被%s伤口干扰了!")
 t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving a nasty effect upon you.", "#CRIMSON#恶魔空间的力量触及了%s,然后消褪了,留下一个负面效果。")
@@ -42205,7 +43756,7 @@ t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving a
 t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving a strange item being.", "#CRIMSON#恶魔空间的力量触及了%s,然后消褪了,留下一个道具。")
 t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving no traces.", "#CRIMSON#恶魔空间的力量触及了%s,然后消褪了,没留下一点痕迹。")
 t_old("#CRIMSON#Your eyesight fades!", "#CRIMSON#你的视野变暗了!")
-t_old("#F53CBE##Source# spreads confusion to #Target#.", "#F53CBE##Source# 将混乱传播至 #Target#.")
+t_old("#F53CBE##Source# spreads confusion to #Target#.", "#F53CBE##Source#将混乱传播至#Target#.")
 t_old("#F53CBE##Target# becomes distressed!", "#F53CBE##Target#陷入了痛苦!")
 t_old("#F53CBE##Target# becomes tormented!", "#F53CBE##Target#受到折磨!")
 t_old("#F53CBE#%s begins to choke from a suffocating curse. (-%d air)", "#F53CBE#%s因诅咒而窒息。(-%d空气值)")
@@ -42272,7 +43823,7 @@ t_old("#Source# shoots down '#Target#'.", "#Source# 击落了#Target#。")
 t_old("#Source# shoves #Target# forward.", "#Source# 将 #Target# 推到前面.")
 t_old("#Source# tries to swallow #Target#!!", "#Source# 试图吞噬 #Target# !")
 t_old("#Source# unleashes cosmic retribution at #Target#!", "#Source# 朝 #Target# 释放了宇宙的愤怒!")
-t_old("#Target# begins hunting %s / %s.", "#Target#开始猎杀 %s / %s。")
+t_old("#Target# begins hunting %s / %s.", "#Target#开始猎杀 %s/%s。")
 t_old("#Target# can breathe again", "#Target#能够呼吸了")
 t_old("#Target# disappears from sight.", "#Target# 从视线中消失了。")
 t_old("#Target# has re-opened a cursed wound!", "#Target#再次遭受被诅咒的创伤。")
@@ -42297,7 +43848,7 @@ t_old("#Target# is marked!", "#Target# 被标记了!")
 t_old("#Target# is no longer distressed", "#Target#摆脱了痛苦。")
 t_old("#Target# is no longer fluctuating.", "#Target# 不再波动。")
 t_old("#Target# is no longer hiding in smoke.", "#Target# 不再隐藏于烟雾中.")
-t_old("#Target# is no longer hunting %s / %s.", "#Target#停止猎杀 %s / %s。")
+t_old("#Target# is no longer hunting %s / %s.", "#Target#停止猎杀 %s/%s。")
 t_old("#Target# is no longer maligned.", "#F53CBE##Target# 摆脱了恶性感染.")
 t_old("#Target# is no longer mimicking a previous victim.", "#Target#不再仿生于前一个目标。")
 t_old("#Target# is no longer outmaneuvered.", "#Target#不再受到运筹帷幄影响。")
@@ -42323,7 +43874,7 @@ t_old("#Target# no longer has molten iron blood.", "#Target#的血液不再是
 t_old("#Target# overcharges saw motors.", "#Target# 超频了链锯引擎。")
 t_old("#Target# prepares for the next kill!", "#Target#为下一次杀戮做好了准备!")
 t_old("#Target# re-appears.", "#Target# 重新出现了。")
-t_old("#Target# resists the stun and #Source# quickly regains its footing!", "#Target# 抵抗了震慑,#Source# 迅速恢复过来!")
+t_old("#Target# resists the stun and #Source# quickly regains its footing!", "#Target#抵抗了震慑,#Source# 迅速恢复过来!")
 t_old("#Target# retunes the fabric of spaceime.", "#Target#返回了现实时间!")
 t_old("#Target# revels in the pain.", "#Target# 在苦痛中狂欢。")
 t_old("#Target# rolls to avoid some damage!", "#Target#进行滚动以避免伤害!")
@@ -42429,10 +43980,10 @@ t_old("%s rearranges history.", "%s 修正了历史。")
 t_old("%s releases a blast of freezing vapors from %s %s!", "%s用%s %s释放了寒冰霜雾!")
 t_old("%s releases blinding spores at %s.", "%s 向 %s 喷射毒液使其致盲。")
 t_old("%s releases poisonous spores at %s.", "%s 向 %s 喷射毒液。")
-t_old("%s resists the blindness blow!", "%s 抵抗了致盲一击!")
+t_old("%s resists the blindness blow!", "%s抵抗了致盲一击!")
 t_old("%s resists the bone!", "%s抵抗了骨魔法!")
-t_old("%s resists the darkness.", "%s 抵抗了暗影。")
-t_old("%s resists the flash bang!", "%s 抵抗了闪光弹!")
+t_old("%s resists the darkness.", "%s抵抗了暗影。")
+t_old("%s resists the flash bang!", "%s抵抗了闪光弹!")
 t_old("%s resists the portal!", "%s抵抗了传送!")
 t_old("%s revels in blood!", "%s 沐浴鲜血!")
 t_old("%s ripostes!", "%s 进行还击!")
@@ -43144,10 +44695,7 @@ t_old(". He has given you some notes on the ingredients:", "。他给了你一
 t_old("10% chance to create an air burst", "10% 几率制造一次音爆")
 t_old("10% chance to crush the target", "10% 几率碾碎目标")
 t_old("10% chance to knock the target back", "10% 几率击退目标")
-t_old("10% chance to send the wielder into a killing frenzy", "10% 几率使持有者进入疯狂杀戮状态")
-t_old("10% chance to shimmer to a different hue and gain powers", "10% 几率变换不同颜色并且增加强度")
 t_old("10% chance to stun, blind, pin, or confuse the target", "10% 几率震慑、致盲、定身或混乱目标")
-t_old("15% chance to animate a bleeding foe's blood", "15%几率使处于流血状态的敌人大出血")
 t_old("15% chance to pin the target", "15% 几率定身")
 t_old("20% chance to curse the target", "20% 几率诅咒目标")
 t_old("20% chance to shatter magical shields", "20%几率打破魔法护盾")
@@ -43158,45 +44706,12 @@ t_old("25% chance to crush the target", "25% 几率碾碎目标")
 t_old("25% chance to damage nearby creatures", "25%几率伤害附近生物")
 t_old("25% chance to put talents on cooldown", "25% 几率使技能进入冷却")
 t_old("25% chance to remove a magical effect", "25% 几率移除魔法效果")
-t_old("25% chance to strike the target again.", "25%几率再次攻击")
-t_old("35% chance for lightning to arc to a second target", "35% 几率闪电连锁至下一个目标")
 t_old("40% chance to dominate the target", "40% 几率支配目标")
-t_old("50% chance to reload 1 ammo", "50% 几率装填1发弹药")
-t_old("50% chance to shatter magical shields", "50%几率打破魔法护盾")
-t_old("9% chance to stun or confuse the target", "9% 几率震慑或混乱目标")
+t_old("?...secar", "?……族种")
 t_old("@Target@ is teleported away.", "@Target@被传送了。")
 t_old("@Target@ walks on a trap, and the beam changes.", "@Target@踩到了陷阱,射线变化了。")
 t_old("@Target@ walks on a trap, there is a loud noise.", "@Target@踩到了陷阱,发出了很大的响声。")
 t_old("A cave from ages old", "远古洞穴")
-t_old("A collapsed stairway, leading down", "向下的楼梯,已经坍塌了。")
-t_old("A dark hole in the mountain", "山岭间的黑暗洞穴")
-t_old("A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.", " 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。")
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go near the Gates of Morning in the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这扇门似乎通向远东的晨曦之门附近。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go near the town of Last Hope in Maj'Eyal.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这扇门似乎通向马基 · 埃亚尔大陆上最后的希望之所在区域。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to an unknown place, seemingly out of this world. You dare not use it.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向未知之地,似乎为世外之地,你不太敢使用它。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the Far East, a continent of which only rumours are known...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向远东大陆,一块传说中的大陆…… ]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向远东。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the Iron Throne in the West.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向西方的钢铁王座。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the west, to Charred Scar. A fiery volcano that can only spell death...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向西方,通向灼烧之痕——一个能带来死亡的活火山…… ]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
-This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
-It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
- 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
- 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t_old("A group of corrupted Humans live in Eastport on the southern coastline. They have contact with the Pride.", " 一队堕落人族驻扎在南部海岸线的东部港口,他们和部落有关联。")
 t_old("A hole small enough that only you can go through.", " 一个只有你能通过的小洞。")
 t_old("A massive hole in the Sunwall.", " 在太阳之墙的巨大孔洞。")
@@ -43210,7 +44725,6 @@ t_old("Absorbs all darkness in its light radius.", "吸收范围内一切黑暗"
 t_old("Absorbtion Strike", "吸能一击")
 t_old("Acid blast trap", "酸液爆炸陷阱")
 t_old("Acid trap", "酸液陷阱")
-t_old("Acrobatics", "杂耍")
 t_old("Admiral Korbek", "海军上将库贝克")
 t_old("Advanced explosive weaponry.", "高级爆炸武器。")
 t_old("Advanced unarmed techniques including kicks and throw that may not be practiced in massive armor or while a weapon or shield is equipped.", " 高级徒手战斗技巧,可以学习脚踢、投技,不能装备板甲、武器和盾牌。")
@@ -43227,7 +44741,6 @@ t_old("Amakthel's Eye", "阿马克泰尔的眼睛")
 t_old("Amakthel's Hand", "阿马克泰尔的头部")
 t_old("Amakthel's Mouth", "阿马克泰尔的嘴")
 t_old("Amakthel's Prison", "阿马克泰尔封印处")
-t_old("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 t_old("Anchoring Ankh", "稳固十字架")
 t_old("Ancient Automated Teacher", "远古教学机器人")
 t_old("Ancient Cave", "远古洞穴")
@@ -43239,6 +44752,7 @@ t_old("Arena Control Orb", "竞技场控制水晶")
 t_old("As a reward you", " 作为报答你得到奖励: ")
 t_old("As you recover, and your platform of searing earth splits from the main continent, your old memories flood your mind and you come to your senses - the demons are out to destroy your home!  You must escape... but not without destroying the crystal they've used to keep track of you.", "当你醒来后,你发现你身处一个和主大陆分离的平台,而你旧时的记忆渐渐涌来。你立刻惊醒——恶魔们要毁灭你的故乡!你必须逃离。。。同时别忘了摧毁他们用以追踪你的水晶体。")
 t_old("Ashes in the Wind", "风中灰")
+t_old("Ashes of Urh'Rok", "乌鲁洛克之灰烬")
 t_old("Assassin's Surprise", "暗杀奇袭")
 t_old("Astral-Infused Yeti", "星辰雪人")
 t_old("At last, freedom!", "终于,我自由啦!")
@@ -43248,22 +44762,18 @@ t_old("Augment your telekinetic grip.", " 增强你的意念力支配能力。")
 t_old("Automated Defense System", "自动防御系统")
 t_old("Automated Portable Extractor", "便携式自动材料提取仪")
 t_old("Automatically fires lightning bolts at nearby enemies, with a chance to inflict Daze.", "自动向周围的敌人发射闪电,有一定几率使之眩晕。")
-t_old("Avoid Pressure Traps: ", "避免压力陷阱: ")
 t_old("Band of Protection", "守护腰带")
 t_old("Bearscape", "巨熊空间")
 t_old("Bind and use demons to do your bidding.", "驱使恶魔为你作战。")
 t_old("Bizzare Contraption", "奇怪的设备")
 t_old("Black tendrils shoot out of the mesh and pull %s to you!", "黑色的触须从血肉中伸出,将%s拉了过来!")
 t_old("Blackfire Aegis", "黑炎石盾")
-t_old("Blind-Fight: ", "心眼: ")
 t_old("Boom.", "爆炸")
 t_old("Bought: %s for %0.2f gold.", "购买:%s 花了 %0.2f 金币。")
 t_old("Brain Cap", "脑帽")
 t_old("Brain Flare", "脑耀")
 t_old("Brass Goggles", "铜制护目镜")
-t_old("Breaks enemy weapon.", "破坏对方武器")
 t_old("Brilliant Auto-loading Orc Expeller", "自动充能式兽人驱逐装置")
-t_old("Buckler Training", "盾牌训练")
 t_old("Build and deploy a powerful mechanical arachnid to assist you.", "建造和部署强大的机械蜘蛛来帮助你。")
 t_old("Burning curse trap", "燃烧诅咒陷阱")
 t_old("Burst apart, dealing physical damage equal to 25% of the original damage in a ball of radius 1.", "产生爆炸,在半径1范围内造成25%原伤害值的伤害。")
@@ -43277,7 +44787,6 @@ t_old("Capital city of the Allied Kingdoms ruled by King Tolak", " 联合王国
 t_old("Captured Yeti Behemoth", "被捕获的雪人巨兽。")
 t_old("Catch her!", "抓住她!")
 t_old("Catch him!", "抓住他!")
-t_old("Causes the player's brain to jettison all recently-acquired knowledge.", " 可以净化玩家的大脑,使玩家遗忘所有最近所学的技能。")
 t_old("Cautery Sword", "灼烧之剑")
 t_old("Cave Detonator", "洞穴炸弹")
 t_old("Cave of Hatred", "仇恨洞穴")
@@ -43296,7 +44805,6 @@ t_old("Combine the power of steamtech and arcane forces to destroy your foes wit
 t_old("Combine the power of steamtech and arcane forces to destroy your foes with fire and lightning.", "结合蒸汽科技和奥术能量的力量,用火焰和闪电元素摧毁你的敌人。")
 t_old("Combine the power of steamtech and arcane forces to destroy your foes.", "结合蒸汽科技和奥术能量的力量,摧毁你的敌人。")
 t_old("Commander Fralor", "指挥官法罗尔")
-t_old("Contains a snippet of ToME wisdom.", " 包含了 ToME 智慧的残片 ")
 t_old("Control darkness to crush your foes.", "使用黑暗之力击溃敌人。")
 t_old("Council Member Nashal", "议会成员纳沙尔")
 t_old("Council Member Palaquie", "议会成员帕拉奎")
@@ -43306,7 +44814,6 @@ t_old("Council Member Tormak", "议会成员托马克")
 t_old("Crimson Templar John", "深红骑士约翰")
 t_old("Cripple your enemies with vicious two-handed attacks.", "用恶毒的双手攻击让敌人残废。")
 t_old("Crown of Burning Pain", "痛苦之焱")
-t_old("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
 t_old("Crystallized Primal Root", "晶化巨木")
 t_old("Cunning devices to augment your combat skill.", "用来增强你战斗能力的灵巧装置。")
 t_old("Cut Drem Arm", "被切下来的德瑞姆手臂")
@@ -43314,7 +44821,6 @@ t_old("Cuthegund", "异度空间Cuthegund")
 t_old("Damage (ranged): ", "远程附加伤害: ")
 t_old("Damage nearby creatures", "伤害附近敌人")
 t_old("Damage when the wearer is hit: ", "装备者被击中时伤害反射: ")
-t_old("Damp Cave", "潮湿洞穴")
 t_old("Dark energies course upwards through the lava.", "黑暗能量穿过了熔岩。")
 t_old("Deals acid damage that also reduces armour.", "造成酸性伤害并降低护甲")
 t_old("Deals cold damage and slows.", "造成寒冷伤害并减速")
@@ -43381,7 +44887,7 @@ t_old("Fire trap", "火焰陷阱")
 t_old("Flames start to appear arround @target@.", "火焰在@target@周围散落。")
 t_old("Flashpoint", "燃点")
 t_old("Focus your telekinetic powers in ways undreamed of by most mindslayers.", " 心灵杀手用意想不到的方式来集中念力。")
-t_old("For light footed Rogues who prefer flight to fighting fair!", "敏捷的盗贼喜欢出其不意,跳到别人头上!")
+t_old("Forbidden Cults", "禁忌邪教")
 t_old("Forbidden Tome: \"A View From The Gallery\"", "禁忌之书:《画廊一瞥》")
 t_old("Forbidden Tome: \"Home, \"Horrific Home\"", "禁忌之书:《家,可怕的家》")
 t_old("Forbidden Tome: \"Of Knowledge And Horrors\"", "禁忌之书:《知识与恐怖》")
@@ -43414,7 +44920,7 @@ t_old("Grushnak Pride (guarded barracks)", "格鲁希纳克部落(守卫前哨)"
 t_old("Grushnak Pride, near a small mountain range in the north west.", " 格鲁希纳克部落在西北部一个小山脉附近。")
 t_old("Half-Mechanized Yeti", "半机械化雪人")
 t_old("Hands of Creation", "创造之手")
-t_old("Having failed to gain admittance to the Brotherhood of the Alchemists, ", " 没有获得炼金术士兄弟会的承认, ")
+t_old("Having failed to gain admittance to the Brotherhood of the Alchemists, ", " 没有获得炼金术士兄弟会的承认,")
 t_old("Haze Commander Parmor", "阴霾指挥官帕默")
 t_old("He is impressed with your mastery and shows you a few extra techniques.%s", "他对你已经掌握的知识印象深刻,并展示给你一些额外技巧。%s")
 t_old("He points out the location of grave yard on your map.", "他在你的地图上指出了墓穴的位置。")
@@ -43447,7 +44953,6 @@ t_old("Increases the range of Haste of the Doomed by 1.", "增加种族技能“
 t_old("Increases the speed bonus from Saw Wheels by 25%.", "链锯轮滑速度增加25%")
 t_old("Increases your maximum stacks of Death Momentum by 1.", "增加死亡波纹的上限1。")
 t_old("Infects targets with a stat reducing disease.", "传染属性削减疾病")
-t_old("Inflict maximum pain to specific places on your enemies.", "向指定位置射出弹药造成大量伤害。")
 t_old("Infuse your body with the power of Demons.", "使用恶魔之力强化自身。")
 t_old("Infused Cerebrum", "被灌注的大脑")
 t_old("Internment Camp", "拘留营")
@@ -43455,7 +44960,6 @@ t_old("Internment Camp (Gorbat)", "加伯特部落拘留营")
 t_old("Internment Camp (Grushnak)", "格鲁希纳克部落拘留营")
 t_old("Internment Camp (Rak'Shor)", "拉克肖部落拘留营")
 t_old("Internment Camp (Vor)", "沃尔部落拘留营")
-t_old("Intimidating Cave", "恐怖地穴")
 t_old("Intruder alarm", "入侵警报")
 t_old("It has recently begun to destabilize, threatening to crash onto Eyal, destroying everything in its path.", " 现在变的越来越不稳定,有与 Eyal 大陆发生碰撞的危险,摧毁一切它所碰到的东西。")
 t_old("Jaw of Rogroth", "Rogroth的下颚")
@@ -43477,16 +44981,11 @@ t_old("Light of Revelation", "揭示之光")
 t_old("Lightning blast trap", "闪电爆炸陷阱")
 t_old("Lightning trap", "闪电陷阱")
 t_old("Liquid Metal Cloak", "液态金属披风")
-t_old("Long tunnel to the island of Rel", "通向夺心魔之岛的通道")
-t_old("Lost Kitty", "迷路的猫咪")
-t_old("Lucid Dreamer: ", "清晰梦境: ")
 t_old("Luminescence", "冷光")
-t_old("Maj'Eyal", "马基埃亚尔")
 t_old("Make your blows terrify your foes and manipulate their fear.", "你的攻击令敌人闻风丧胆。")
 t_old("Maltoth the Mad", "疯狂者马尔托斯")
 t_old("Malyu", "马吕乌")
 t_old("Mana regeneration, on spell hit 25%% chances to cast lightning.", "魔力回复,法术命中有25%%几率触发闪电术。")
-t_old("Mastery over their shields separates Skirmishers from Archers, and gives them an edge.", "对盾牌的掌握令散兵和一般的弓手有了明显区别,带来了优势。")
 t_old("Matter turns to dust around %s.", "%s 周围的事物变成了尘埃。")
 t_old("Maximum steam: ", "蒸汽容量: ")
 t_old("Medical Urgency Vest", "医疗急救背心")
@@ -43496,7 +44995,6 @@ t_old("Mindcontrol Pillar", "心灵控制柱")
 t_old("Mindwall", "意念之墙")
 t_old("Mirrorazor", "镜面剃刀")
 t_old("Monolith Armour", "巨石铠甲")
-t_old("Moss covered statue", "长满苔藓的雕像")
 t_old("Moving builds up a stacking movement speed (caps at 25%) and damage bonus (caps at double). Hitting removes the bonus.", "移动会带来移动速度加成(最高25%)和伤害加成(最高50%)。攻击后加成消失。")
 t_old("Murderfang's Surekill", "Murderfang的必杀")
 t_old("Nacrush's Decimator", "Nacrush的屠杀者")
@@ -43524,7 +45022,6 @@ t_old("Overclocked Radius", "超频")
 t_old("Overcutter", "超级切割者")
 t_old("Overseer", "监视者")
 t_old("Palace of Fumes", "烟雾宫殿")
-t_old("Passage to the caverns", "通向山洞的通道")
 t_old("Path into the mountain", "上山的路")
 t_old("Path of the sun", "阳光大道")
 t_old("Path to a Ureslak's Host", "乌瑞斯拉克沉睡处入口")
@@ -43554,7 +45051,6 @@ t_old("Protected by the sun", "阳光保护")
 t_old("Psionic Consume", "超能灌注")
 t_old("Qog's Essentials", "Qog的精华")
 t_old("Quasit's Skull", "夸塞魔之颅")
-t_old("Quick Weapon Swap:", "无影手: ")
 t_old("Rak'shor Pride, in the west of the southern desert.", " 拉克 · 肖部落在南部的沙漠里。")
 t_old("Ramroller", "剃刀平台")
 t_old("Random elemental explosion", "随机元素爆炸")
@@ -43591,11 +45087,9 @@ t_old("Shoes of Moving Quickly", "疾行之鞋")
 t_old("Shoes of Moving Slowly", "缓步之靴")
 t_old("Shoes of Slowly Moving Quickly", "缓步疾行之靴")
 t_old("Signal", "信号枪")
-t_old("Skirmisher - Slings", "散兵-投石索")
 t_old("Skull of the Rat Lich", "巫妖鼠骨盔")
 t_old("Skysmasher", "破天")
 t_old("Sliding rock", "光滑的石块")
-t_old("Slings! Pow Pow!", "投石索!投石!")
 t_old("Smeared", "转化")
 t_old("Sold: %s for %0.2f gold.", "出售: %s 获得 %0.2f 金币。")
 t_old("Some Time Elementals have been attracted by %s's meddling.", "%s 对时空的干扰引来了一些时空元素。")
@@ -43611,9 +45105,6 @@ t_old("Spinal Cage", "脊髓笼")
 t_old("Staff of Bones", "白骨法杖")
 t_old("Star Gazer", "观星者")
 t_old("Starcaller", "召星者")
-t_old("Statue of King Toknor the Brave", "英勇大帝托克诺尔的雕像")
-t_old("Statue of King Tolak the Fair", "公正大帝托拉克的雕像")
-t_old("Statue of Queen Mirvenia the Inspirer", "智慧皇后米雯尼雅的雕像")
 t_old("Status resistances shift over time to match the statuses you are being hit by.", "依据你中的负面状态改变你的状态免疫")
 t_old("Steam Powered Armour", "蒸汽动力甲")
 t_old("Steam Powered Boots", "蒸汽动力鞋")
@@ -43646,18 +45137,10 @@ t_old("Talent mastery: ", "技能掌握: ")
 t_old("Talents cooldown:", "技能冷却: ")
 t_old("Talents granted: ", "技能加成: ")
 t_old("Talosis' Counterpoint", "Talosis的反驳")
-t_old("Teaches the player 'Bleed'.", " 可习得技能“流血” ")
-t_old("Teaches the player 'Blink'.", " 可习得技能“闪光术” ")
-t_old("Teaches the player 'Confusion'.", " 可习得技能“混乱” ")
-t_old("Teaches the player 'Fear'.", " 可习得技能“恐惧” ")
-t_old("Teaches the player 'Mana Gale'.", " 可习得技能“法力风暴” ")
-t_old("Teaches the player 'Shove'.", " 可习得技能“推挤” ")
-t_old("Teaches the player 'Telekinetic Punt'.", " 可习得技能“念力打击” ")
 t_old("Teleport trap", "传送陷阱")
-t_old("Teleportation portal to the Sher'Tul Fortress", "通向夏·图尔堡垒的传送阵")
 t_old("Teleporter to the Tinker's Cave", "前往工匠洞穴的传送器")
 t_old("Thanks for this!", "非常感谢!")
-t_old("Thanks to your timely aid, ", " 谢谢你的及时帮助, ")
+t_old("Thanks to your timely aid, ", " 谢谢你的及时帮助,")
 t_old("That Old Black Magic.", "古老的黑魔法。")
 t_old("That Which Teaches History", "历史教师")
 t_old("The Abashed Expanse is a part of Eyal torn apart by the Spellblaze and thrown into the void between the stars.", " 次元浮岛曾是埃亚尔大陆的一部分,在魔法大爆炸中被撕裂并轰击到星辰之间的虚无之中 .")
@@ -43675,7 +45158,7 @@ t_old("The Conjointed", "合体者")
 t_old("The Crawler", "爬行者")
 t_old("The Diaries of King Toknor the Brave ", "狮心王图库纳的日记")
 t_old("The Divine Writhing Mass", "古神扭曲的物质")
-t_old("The Eidolon Plane seems to not physicaly exists in the same way the normal world does, you can not seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西, %s 又回到了你的手中。")
+t_old("The Eidolon Plane seems to not physicaly exists in the same way the normal world does, you can not seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西,%s 又回到了你的手中。")
 t_old("The Face of the Deep", "深渊之貌")
 t_old("The Forgotten", "被遗忘者")
 t_old("The Glass Golem", "玻璃傀儡")
@@ -43726,7 +45209,6 @@ t_old("The powerful darkness aura you felt wanes away.", "你感觉到强大的
 t_old("The rift leads somewhere ..", " 此缝隙似乎引导向某处…… ")
 t_old("The rift leads to Maj'Eyal", " 通向马基埃亚尔的裂缝 ")
 t_old("The rift leads to an other part of the morass.", " 此缝隙似乎引导向沼泽的另一边。")
-t_old("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s.", "商人花了大量时间,教授你使用灵晶的全部技巧%s。")
 t_old("The skin of %s starts dripping acid.", "%s 的皮肤开始滴下酸液。")
 t_old("The spell fails: no suitable places to teleport to.", "法术失败:没有合适位置")
 t_old("The spell fizzles on %s", "法术在%s身上失败了。")
@@ -43760,7 +45242,6 @@ t_old("This parasitic mindstar will draw strength from other psionic mindstars",
 t_old("This portal seems to be connected with Last Hope, you could probably use it to go back.", " 这道传送门似乎通向最后的希望,你也许能通过它回去。")
 t_old("This portal seems to be connected with Maj'Eyal, you could probably use it to go back.", " 这个传送门似乎与马基 · 埃亚尔相连,你也许能通过它回去。")
 t_old("This portal seems to connect to an other part of this level.", " 这个传送门似乎连接了此区域的另一边。")
-t_old("This portal will bring you back to the Tutorial Lobby.", " 这道传送门将把你带回教程大厅。")
 t_old("This power seems too much to wield, you fear it might absorb YOU.", "这件装备的力量太强大了,你害怕它会把你吸收进去,无法装备它。")
 t_old("This psionic mindstar dreams of an epiphany.", "这个超能灵晶有一个光辉的梦想")
 t_old("This psionic mindstar has an epiphany about dreams.", "这个超能灵晶有一个光辉的梦想")
@@ -43772,11 +45253,9 @@ t_old("Thoughtcaster", "思维施法者")
 t_old("Thundercrack", "雷电打击")
 t_old("Time-locked Vault", "时间停止之间")
 t_old("Tinkerer's Twinblaster", "工程师的双重爆破")
-t_old("Tireless Combatant", "不倦战斗")
 t_old("Titan", "泰坦")
 t_old("Tormented", "折磨")
 t_old("Tower Detonator", "塔楼炸弹")
-t_old("Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns.", "每4回合将一项流血、毒素或伤口效果转移给效果来源或者附近的敌人")
 t_old("Turbocutter", "涡轮切割者")
 t_old("Unleash toxic steamtech weaponry on your enemies.", "对你的敌人释放剧毒的蒸汽武器。")
 t_old("Unspeakable Thing", "不可名状之物")
@@ -43790,7 +45269,6 @@ t_old("Use your telekinetic powers to wield bows with deadly effectiveness.", "
 t_old("Using darkness and a bit of magic you manipulate the shadows.", " 在黑暗中发动伏击的技术。")
 t_old("Vaporous Emporium", "蒸汽商场")
 t_old("Various alchemists around Maj'Eyal are competing to gain entry into the great Brotherhood of Alchemists, and one or more have enlisted your aid.", " 很多马基埃亚尔的炼金术士想竞争加入强大的炼金术士兄弟会,其中有一个或者几个人请求你的帮助。")
-t_old("Vilespawn", "邪恶子嗣")
 t_old("Viletooth", "恶毒锯齿")
 t_old("Vindicator", "维序者")
 t_old("Visage of Nektosh", "纳克托什的视野")
@@ -43801,7 +45279,7 @@ t_old("Way into a primal forest", "通往原始森林的路")
 t_old("Way into the caves", "通往洞穴的道路")
 t_old("Weakened Mind", "精神虚弱")
 t_old("Well done! You have won the Arena: Challenge of the Master", " 干的好!你已经赢得了竞技场:竞技之王的挑战战役! ")
-t_old("Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy", " 干的好!你赢得了马基埃亚尔的传说:卓越时代 ")
+t_old("Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy", " 干的好!你赢得了马基埃亚尔的传说:卓越纪 ")
 t_old("Wheel of Fate", "命运之轮")
 t_old("When fired, shoots up to 4 extra shots at random foes with a radius 4 cone centered on the target.", "发射时,在半径4的锥形范围内随机射出至多额外4发子弹。")
 t_old("When worn, gives you an additional prodigy point.", "装备时,获得一点觉醒技能点。")
@@ -44010,7 +45488,6 @@ t_old("Your mind hungers for pain and suffering! Feed it!", "你的精神渴望
 t_old("Your spiked charged shield crumbles under the damage!", "你的充电护盾在攻击下消失了!")
 t_old("Your spiked kinetic shield crumbles under the damage!", "你的念力护盾在攻击下消失了!")
 t_old("Your spiked thermal shield crumbles under the damage!", "你的热能护盾在攻击下消失了!")
-t_old("Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.", "即使身着重甲,你不会像他人一样被疲惫拖垮。")
 t_old("Ziguranth main training ground", " 伊格兰斯的主要训练基地 ")
 t_old("a Mark of the Spellblaze", "魔法大爆炸痕迹")
 t_old("a bolt of lightning strikes your target, dealing lightning damage to them and fire damage to those around them.", "一道闪电击中目标,造成闪电伤害,并对周围生物造成火焰伤害。")
@@ -44061,7 +45538,6 @@ t_old("bullets mastery", "子弹掌握")
 t_old("burns latent spell energy", "燃烧潜在的法术能量")
 t_old("bursting entropic shard", "爆裂的熵之碎片")
 t_old("bursts into an cloud of spydric poison, pinning those inside (with a 10 turn cooldown)", "爆发一阵具有定身效果的毒云,10回合冷却")
-t_old("bursts into an icy cloud", "爆炸成一片冰雾")
 t_old("butchery", "屠杀")
 t_old("calamity", "不幸")
 t_old("call an antimagic pillar for 15 turns, but silence yourself for 5 turns", "召唤一根反魔图腾15回合同时沉默自己5回合")
@@ -44079,7 +45555,6 @@ t_old("chronomancer's ", "御时者的")
 t_old("chronophage", "耗竭")
 t_old("clock", "时钟")
 t_old("cold ground", "冻足")
-t_old("collapsing hidden vault", "快要坍塌的隐藏宝库")
 t_old("combine with a weapon", "安装至一把武器")
 t_old("completes a nature powered mindstar set", "组合自然套装")
 t_old("completes a psionic powered mindstar set", "组合超能力套装")
@@ -44097,7 +45572,6 @@ t_old("create a reflective shield (50% reflection rate)", "制造一个反射护
 t_old("create living shards of crystal", "召唤元素水晶")
 t_old("cripple the target", "致残目标")
 t_old("crystalbark", "晶化树精")
-t_old("daikara", "岱卡拉")
 t_old("dark figure", "黑暗之语")
 t_old("dark tendril", "黑暗触须")
 t_old("deal a melee attack against all other enemies in a circle around you", "对周围一圈敌人进行近战攻击。")
@@ -44107,10 +45581,8 @@ t_old("deal cold damage equal to 100 + the higher of your steam or spellpower, a
 t_old("deal darkness damage equal to your spellpower to a target, and, if it kills the target, restores 15% of max hp and all resources (except paradox and equilibrium)", [[造成等于法术强度的暗影伤害。
 如果杀死目标,则恢复15%全资源(失衡值和紊乱值除外)。]])
 t_old("deal magical damage", "造成魔法伤害")
-t_old("deal manaburn damage equal to your mindpower in a radius 3 cone", "在半径3的锥形范围内造成相当于精神强度的法力燃烧伤害")
 t_old("deal temporal damage to summons, and if they survive, remove them from time", "造成时空伤害并将目标移出时间")
 t_old("deals physical damage equal to 3% of the target's missing health", "造成等于目标已损失生命值3%的物理伤害")
-t_old("decapitate a weakened target", "将虚弱的敌人斩首")
 t_old("decaying devourer", "腐败吞噬者")
 t_old("deep horror", "无尽恐惧")
 t_old("demented", "疯狂")
@@ -44121,13 +45593,12 @@ t_old("demonic pact", "恶魔契约")
 t_old("demonic strength", "恶魔之力")
 t_old("dendritic hemospinner", "树突血细胞")
 t_old("destroy an arcane item", "摧毁一件奥术装备")
-t_old("destroy an arcane item (of a higher tier than the gauntlets)", "摧毁一件奥术装备(比臂铠材质级别高)")
 t_old("detect the presence of creatures around you", "查看生物")
 t_old("dig a wall, cut a tree, ...", "挖墙、砍树...")
 t_old("disfigured creature", "不成型的生物")
 t_old("disfigured face", "毁容")
 t_old("disrupts spell-casting", "打断施法")
-t_old("dominate the target", "支配目标")
+t_old("dominion port", "巨魔帝国港口")
 t_old("doom", "末日")
 t_old("doom covenant", "末日降临")
 t_old("doom shield", "毁灭之盾")
@@ -44148,7 +45619,6 @@ t_old("elven astromancer", "精灵星术师")
 t_old("elven-wood arrows", "精灵木箭矢")
 t_old("engineering", "工程师")
 t_old("entropic maw", "熵之胃")
-t_old("entropy", "熵")
 t_old("every third hit always crits.", "第三下攻击必定暴击.")
 t_old("eyed tentacle", "带眼触手")
 t_old("fearful symmetry", "恐怖的对称几何体")
@@ -44181,8 +45651,6 @@ t_old("glyph of twilight", "暮光圣印")
 t_old("gravitypin", "重力定身")
 t_old("greater hethugoroth", "大型赫斯格鲁斯")
 t_old("grip", "支配")
-t_old("grows dramatically in power", "大幅增加强度")
-t_old("grows in power", "增加强度")
 t_old("guard yeti", "雪人守卫")
 t_old("guardian psi-ghost", "超能幽魂守卫")
 t_old("gunner training", "枪支训练")
@@ -44199,7 +45667,6 @@ t_old("heavy weapons", "重装武器")
 t_old("herald of oblivion", "湮灭使者")
 t_old("hethugoroth", "赫斯格鲁斯")
 t_old("hindering_blight", "枯萎阻碍")
-t_old("hit up to two adjacent enemies", "攻击目标相邻的2个单位")
 t_old("horrific body", "恐怖身躯")
 t_old("huge primal tree", "参天古树")
 t_old("human student", "人类学徒")
@@ -44213,10 +45680,10 @@ t_old("infernal combat", "地狱格斗")
 t_old("inflict %0.2f mind damage (range 10), gaining psi and hate equal to 1/10 of the damage done", "在距离 1 0 的范围内造成 %0.2f 精神伤害,回复 1/10 伤害值的超能力值和仇恨值。")
 t_old("inflict fire damage based on steampower", "造成基于蒸汽强度的火焰伤害")
 t_old("inflict mind damage; gain psi and hate", "造成精神伤害,增加超能力值和仇恨值")
-t_old("inflicts bonus temporal damage and slows target", "造成额外时空伤害并让目标减速")
 t_old("inflicts pinning spydric poison upon the target", "释放出定身目标的毒液")
 t_old("injector", "注射器")
 t_old("inside a giant tentacle", "巨大触手内部")
+t_old("internment camp", "兽人拘留营")
 t_old("intimidating cave", "恐怖地穴")
 t_old("investigator", "恶魔调查者")
 t_old("invigor", "精力充沛")
@@ -44225,7 +45692,9 @@ t_old("invoke your inner bearness", "激发你内在的熊性")
 t_old("iron shots", "铁弹")
 t_old("iron steamgun", "铁质蒸汽枪")
 t_old("iron steamsaw", "铁质蒸汽链锯")
+t_old("kaltor's shop", "卡托尔商店")
 t_old("kinesis", "念力")
+t_old("krimbul clan", "克里布尔部族")
 t_old("krog", "å…‹ç½—æ ¼")
 t_old("kruk cloak", "克鲁克披风")
 t_old("larvae bloated ritch mother", "满载幼虫的里奇巢母")
@@ -44235,6 +45704,7 @@ t_old("let you fight up to -%d life and reduces all damage by %d%%%% for %d turn
 t_old("light the area", "照亮区域")
 t_old("lightning_storm", "闪电风暴")
 t_old("locked chest", "上锁的箱子")
+t_old("lost city", "失落之城")
 t_old("magma", "岩浆")
 t_old("magma ", "岩浆的")
 t_old("magnetism", "磁化")
@@ -44274,6 +45744,7 @@ t_old("organic", "器官")
 t_old("other technomancy", "科技法术: 其他")
 t_old("overgrown ", "茂盛的")
 t_old("overpowered", "超载")
+t_old("palace of fumes", "烟雾宫殿")
 t_old("path of horror", "恐魔之路")
 t_old("pet yeti", "宠物雪人")
 t_old("phase door in range 6, radius 2", "传送至6码外2码半径范围的随机地点")
@@ -44281,7 +45752,7 @@ t_old("physics", "物理")
 t_old("pillar of the moons", "月之柱")
 t_old("pillar of the sun", "日之柱")
 t_old("plasmic disruptor", "原生质破坏者细胞")
-t_old("portal", "传送门")
+t_old("pocket of distorted time", "袋中扭曲的时间")
 t_old("portal to Eyal", "通向埃亚尔大陆的传送门")
 t_old("portal to next level", "通向下一层的传送门")
 t_old("portal to previous level", "通向上一层的传送门")
@@ -44291,10 +45762,11 @@ t_old("portal to the main island", "通向主岛的传送门")
 t_old("portal to the next level", "通向下一层的传送门")
 t_old("portal to the previous level", "通向上一层的传送门")
 t_old("possession", "支配")
+t_old("primal forest", "原始森林")
 t_old("primal magic", "源初魔法")
 t_old("project a beam of lightning", "制造闪电射线")
 t_old("project a bolt from the staff", "从法杖中射出一枚元素球")
-t_old("project a bolt from the staff (to range %d) dealing %0.2f - %0.2f %s damage", "从法杖中射出一枚元素球,射程 %d ,造成 %0.2f 到%0.2f%s 伤害 ")
+t_old("project a bolt from the staff (to range %d) dealing %0.2f - %0.2f %s damage", "从法杖中射出一枚元素球,射程%d,造成%0.2f到%0.2f%s伤害 ")
 t_old("project a melee attack out to range %d, dealing 150%%%% (mind) weapon damage", "在距离%d码范围内投射一次近战攻击,造成150%%%%精神武器伤害")
 t_old("project damage in a circle from the staff", "从法杖中发射一圈破坏能量")
 t_old("project damage in a cone from the staff", "从法杖中发射一片锥形破坏能量")
@@ -44307,18 +45779,17 @@ t_old("psionic menace", "超能威吓")
 t_old("psychic blows", "超能打击")
 t_old("psytech gunnery", "超能射击")
 t_old("quasit squad leader", "夸塞魔队长")
+t_old("races...?", "种族……?")
 t_old("raise undead rats", "召唤亡灵鼠")
 t_old("random elemental effect", "随机元素效果")
 t_old("ravaging entropic rip", "肆虐的熵之裂口")
 t_old("ravenous mind", "极度饥渴")
 t_old("re-generate the item with random stats. Can only be done three levels after the last reroll. Cannot be unequipped unless a reroll is available, or you are level 50", [[重置戒指属性。每3级能重置一次。
 除非有重置机会或者人物50级,否则不能解除装备。]])
-t_old("reduce the cooldown of your ward talent by 1", "减少你的守护技能1回合冷却时间")
 t_old("reduces mental save", "减少精神豁免")
-t_old("release a burst of light and dark damage (scales with Magic)", "爆发光明和黑暗伤害(随魔法增加)")
 t_old("release a burst of light dealing damage equal to your cunning plus your magic in a ball of radius 2. If the target is undead, the damage and radius are doubled.", "在半径2范围内造成等于灵巧加魔法的光明伤害。若目标为不死族,伤害和半径加倍")
 t_old("release a burst of void energy", "释放一团虚空爆炸")
-t_old("release a radius %d blast of frozen vapors that deal %0.2f cold damage (based on Magic) each turn for %d turns", "在半径 %d 范围内释放寒冰气息,  每回合造成 %0.2f 点寒冷伤害  (基于魔法),  持续 %d回合。")
+t_old("release a radius %d blast of frozen vapors that deal %0.2f cold damage (based on Magic) each turn for %d turns", "在半径 %d 范围内释放寒冰气息,每回合造成 %0.2f 点寒冷伤害(基于魔法),持续 %d回合。")
 t_old("release a wave of psionic power", "释放一波超能力量")
 t_old("release a will o' the wisp", "释放一只鬼火")
 t_old("release the absorbed darkness", "释放吸收的黑暗")
@@ -44340,7 +45811,6 @@ t_old("searing horror", "灼热恐魔")
 t_old("seed", "种子")
 t_old("send out a beam of kinetic energy", "射出一束灵能射线")
 t_old("send out a beam of light", "射出一束光束")
-t_old("sets off a powerful explosion", "产生一次猛烈的爆炸")
 t_old("setup a psionic shield, reducing all damage taken %d for 5 turns", "制造超能护盾,5回合内受到的伤害减少%d")
 t_old("sewer alligator", "下水道鳄鱼")
 t_old("shadow of anger", "怒之影")
@@ -44353,18 +45823,18 @@ t_old("shalore liberator", "永恒精灵解放者")
 t_old("shalore student", "永恒精灵学徒")
 t_old("sher'tan", "夏尔泰坦")
 t_old("shoot a bolt of spydric poison", "发射蜘蛛毒素")
-t_old("shoot a bolt of spydric poison out to range %d, dealing %0.2f nature damage (based on Magic) over %d turns while rendering the target unable to move", "发射蜘蛛毒素, 对%d码内的敌人造成%0.2f点自然伤害(基于魔法), 并使其在%d回合内无法移动")
 t_old("shoot a cone of fire", "火焰喷射")
-t_old("silences the target", "沉默目标")
 t_old("slime aspect", "史莱姆形态")
 t_old("slimeburst", "爆裂史莱姆")
 t_old("slimey-burst ", "爆裂史莱姆的")
 t_old("slow death", "慢性死亡")
+t_old("slumbering caves", "沉睡洞穴")
 t_old("smash the target with your shield crippling them", "盾击目标并致残")
 t_old("spiked ", "尖锐的")
 t_old("spiked tentacle", "尖刺触手")
 t_old("spinning beam", "旋转射线")
 t_old("splashes the target with acid", "用硫酸溅目标一脸")
+t_old("spydr", "蜘蛛族")
 t_old("stable wormhole", "稳定的虫洞")
 t_old("stairs to the cavern", "通往洞穴的楼梯")
 t_old("stairs to the previous level", "通往上一层的楼梯")
@@ -44385,114 +45855,3 @@ t_old("statue of a fire imp", "恶魔雕像:火魔婴")
 t_old("statue of a forge giant", "恶魔雕像:锻造巨人")
 t_old("statue of a quasit", "恶魔雕像:夸塞魔")
 t_old("statue of a ruin banshee", "恶魔雕像:毁灭女妖")
-t_old("statue of a thaurhereg", "恶魔雕像:修尔希瑞格")
-t_old("statue of a water imp", "恶魔雕像:小水怪")
-t_old("statue of a wretch titan", "恶魔雕像:腐化泰坦")
-t_old("statue of a wretchling", "恶魔雕像:酸液树魔")
-t_old("statue of an uruivellas", "恶魔雕像:乌尔维拉斯")
-t_old("statue of the Corrupted Daelach", "恶魔雕像:腐化达莱奇")
-t_old("steals up to 50 mana from the target", "从目标处吸取至多50点法力")
-t_old("steam drone", "蒸汽机器人")
-t_old("steam generator implant", "植入物:蒸汽制造")
-t_old("steam giant berserker", "蒸汽巨人狂战士")
-t_old("steam giant blood carver", "蒸汽巨人血雕者")
-t_old("steam giant child", "蒸汽巨人孩童")
-t_old("steam giant commoner", "蒸汽巨人平民")
-t_old("steam giant flameshot", "蒸汽巨人火焰射手")
-t_old("steam giant guard", "蒸汽巨人守卫")
-t_old("steam giant gunner", "蒸汽巨人枪手")
-t_old("steam giant gunslinger", "蒸汽巨人快枪手")
-t_old("steam giant necropsych", "蒸汽巨人通灵师")
-t_old("steam giant scribe", "蒸汽巨人书记员")
-t_old("steam giant shopkeeper", "蒸汽巨人店主")
-t_old("steam giant yeti rider", "蒸汽巨人雪人骑士")
-t_old("steamgun", "蒸汽枪")
-t_old("steamgun turret", "蒸汽枪炮台")
-t_old("steamsaw", "蒸汽链锯")
-t_old("steamtech", "蒸汽科技")
-t_old("steel shots", "钢弹")
-t_old("steel steamgun", "钢铁蒸汽枪")
-t_old("steel steamsaw", "钢铁蒸汽链锯")
-t_old("stone golem", "岩石傀儡")
-t_old("strafer", "扫射")
-t_old("strafer's ", "扫射的")
-t_old("stralite shots", "蓝锆石弹")
-t_old("stralite steamgun", "蓝皓石蒸汽枪")
-t_old("stralite steamsaw", "蓝皓石蒸汽链锯")
-t_old("strike all targets in a line", "打击一条直线的目标")
-t_old("strike an enemy in range 3, releasing a burst of lightning", "释放一波闪电爆炸打击3码范围内的目标")
-t_old("strike the target with one of Mind Sear, Psychic Lobotomy, or Sunder Mind, at random.", "随机触发以下技能之一: 心灵光束、精神切断或碾碎心灵")
-t_old("summon a shining orb", "召唤一个发光球体")
-t_old("summon a treant (5 turn cooldown)", "召唤一个树人(5回合冷却)")
-t_old("sun orb", "太阳球")
-t_old("sun paladin recruit", "太阳骑士新兵")
-t_old("sun-mage", "太阳法师")
-t_old("sun-mage recruit", "太阳法师新兵")
-t_old("sunbathed ", "浴日的")
-t_old("sunwall archer", "太阳堡垒弓箭手")
-t_old("sunwall guard", "太阳堡垒守卫")
-t_old("sunwall vindicator", "太阳堡垒维护者")
-t_old("teleport randomly", "随机传送")
-t_old("teleport you anywhere on the level, randomly", "将你传送至当前地图的随机位置")
-t_old("teleport you randomly (rad %d)", "随机传送(半径范围 %d)")
-t_old("temporal bolt", "时空之箭")
-t_old("temporal echo", "时空回响")
-t_old("temporal hound", "时空猎犬")
-t_old("temporal shear", "时空切断")
-t_old("tentacles", "触手")
-t_old("terrene technomancy", "科技法术: 寒岩")
-t_old("the Pale King part ", "亡灵国王的部分记载")
-t_old("thought-form", "精神体")
-t_old("thoughts of iron", "钢铁意念")
-t_old("timethief", "时间窃贼")
-t_old("tinker", "工匠")
-t_old("titan battlesmasher", "泰坦碎颅者")
-t_old("titan dreadnought", "泰坦无畏勇士")
-t_old("titan searing seer", "泰坦炙热先知")
-t_old("titan vile spewer", "泰坦呕吐魔")
-t_old("titanic horror", "泰坦恐魔")
-t_old("torments the target with many mental effects", "对目标附加多种精神状态")
-t_old("torture", "折磨")
-t_old("trapdoor into the necromancer's ruins", "通往死灵法师遗迹的暗门")
-t_old("troll aquamancer", "巨魔控水师")
-t_old("troll captain", "巨魔船长")
-t_old("troll guard", "巨魔守卫")
-t_old("troll marauder", "巨魔掠夺者")
-t_old("troll pirate", "巨魔海盗")
-t_old("turn yourself invisible for 10 turns", "使自己隐形10回合")
-t_old("turn)", "回合)")
-t_old("turns)", "回合)")
-t_old("turrets", "炮台")
-t_old("turtle", "乌龟")
-t_old("ultimate hethugoroth", "终极赫斯格鲁斯")
-t_old("undead drake", "亡灵龙")
-t_old("undead drake hatchling", "亡灵幼龙")
-t_old("undead wyrm", "亡灵巨龙")
-t_old("unleash an elemental blastwave, dealing %0.2f - %0.2f %s damage in a radius %d around the user", "从法杖中发射一圈破坏能量, 造成 %0.2f 到 %0.2f %s伤害,伤害半径 %d")
-t_old("void monolith", "虚无巨石")
-t_old("void skitterer", "虚空造物")
-t_old("volcanic mountains", "火山")
-t_old("voratun shots", "沃瑞钽弹")
-t_old("voratun steamgun", "沃瑞钽蒸汽枪")
-t_old("voratun steamsaw", "沃瑞钽蒸汽链锯")
-t_old("walking corpse", "行尸")
-t_old("war hound", "战争猎犬")
-t_old("warp mine: away", "时空陷阱:远离")
-t_old("warp mine: toward", "时空陷阱:接近")
-t_old("way into a strange cave", "奇怪洞穴的入口")
-t_old("way up", "往上走")
-t_old("whitehoof ghoul", "白蹄尸鬼")
-t_old("whitehoof hailstorm", "白蹄霜雹使")
-t_old("whitehoof invoker", "白蹄唤魔者")
-t_old("whitehoof maulotaur", "巨锤白蹄")
-t_old("wounds the target", "重创目标")
-t_old("wounds the target reducing their healing", "重创目标并降低治疗效果")
-t_old("wretch titan", "腐化泰坦")
-t_old("writhing body", "扭曲身体")
-t_old("yeti", "雪人")
-t_old("yeti cub", "雪人幼崽")
-t_old("yeti demolisher", "雪人爆破者")
-t_old("yeti warrior", "雪人勇士")
-t_old("yew arrows", "紫杉箭矢")
-
-
diff --git a/i18n_tools/output_translation.lua b/i18n_tools/output_translation.lua
index 19fec7de0d..cb406bbca6 100644
--- a/i18n_tools/output_translation.lua
+++ b/i18n_tools/output_translation.lua
@@ -1,20 +1,26 @@
 ------------------------------------------------
 section "always_merge"
 
+t("3-head", "三头蛇")
 t("3-headed hydra", "三头蛇")
 t("Agrimley the hermit", "隐居者亚格雷姆利")
 t("Allied Kingdoms", "联合王国")
 t("Angolwen", "安格利文")
 t("Assassin lair", "盗贼巢穴")
+t("Control Room", "控制室")
 t("Cosmic Fauna", "太空生物")
 t("Dreadfell", "恐惧王座")
 t("Enemies", "敌人")
+t("Experimentation Room", "实验室")
+t("Exploratory Farportal", "异度传送门")
 t("Fearscape", "恶魔空间")
+t("Hall of Reflection", "反射之间")
 t("Horrors", "恐魔")
 t("Iron Throne", "钢铁王座")
 t("Keepers of Reality", "现实守卫")
 t("Marus of Elvala", "埃尔瓦拉的马鲁斯")
 t("Orc Pride", "兽人部落")
+t("Portal Room", "传送门房间")
 t("Rhalore", "罗兰精灵")
 t("Sandworm Burrowers", "钻地沙虫")
 t("Shalore", "永恒精灵")
@@ -22,25 +28,38 @@ t("Sher'Tul", "夏·图尔")
 t("Slavers", "奴隶贩子")
 t("Sorcerers", "法师")
 t("Stire of Derth", "德斯镇的斯泰尔")
+t("Storage Room", "存储间")
 t("Sunwall", "太阳堡垒")
 t("Temple of Creation", "造物者神庙")
 t("Thalore", "自然精灵")
 t("The Way", "维网")
+t([[Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.
+The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %s 。
+当前时间 %02d:%02d。]], {3,2,1,4,5})
 t("Undead", "不死族")
 t("Ungrol of Last Hope", "最后的希望的温格洛")
 t("Vargh Republic", "瓦尔弗娜迦共和国")
 t("Victim", "受害者")
 t("Water lair", "水下墓穴")
 t("Zigur", "伊格")
+t("absolute", "绝对")
+t("armours", "护甲")
 t("combat", "战斗")
+t("demon", "恶魔")
+t("dragon", "é¾™")
 t("dream", "梦境")
 t("east", "东面")
+t("exit", "出口")
+t("humanoid", "人形生物")
+t("humanoid/orc", "人形生物/兽人")
+t("hydra", "多头蛇")
 t("injured seer", "受伤的先知")
+t("living", "生命")
 t("lone alchemist", "落单的炼金术师")
 t("lost defiler", "迷路的堕落者")
 t("lost sun paladin", "迷路的太阳骑士")
 t("lost warrior", "迷路的战士")
-t("magestaff", "法师法杖")
+t("magestaff", "元素法杖")
 t("magical", "魔法")
 t("mainhand", "主手")
 t("mental", "精神")
@@ -49,6 +68,7 @@ t("north", "北面")
 t("northeast", "东北面")
 t("northwest", "西北面")
 t("offhand", "副手")
+t("portal", "传送门")
 t("portal back", "返回传送门")
 t("repented thief", "忏悔的盗贼")
 t("rimebark", "雾凇")
@@ -58,10 +78,20 @@ t("southwest", "西南面")
 t("spell", "法术")
 t("standard", "标准")
 t("starstaff", "群星法杖")
+t("stone golem", "岩石傀儡")
 t("summon", "召唤")
+t("summoned", "召唤物")
 t("temporal explorer", "时空旅行者")
 t("throwing", "投掷")
+t("turtle", "乌龟")
+t("unarmed", "徒手")
+t("undead", "亡灵")
+t("unliving", "非活物")
+t("unnatural", "非自然生物")
+t("unseen", "没有看见")
 t("vilestaff", "邪恶法杖")
+t("war hound", "战争猎犬")
+t("weapons", "武器")
 t("west", "西面")
 t("worried loremaster", "担忧的贤者")
 
@@ -239,8 +269,8 @@ t("Name", "名称")
 t("Character Creation: %s", "创建角色%s")
 t([[Keyboard: #00FF00#up key/down key#FFFFFF# to select an option; #00FF00#Enter#FFFFFF# to accept; #00FF00#Backspace#FFFFFF# to go back.
 Mouse: #00FF00#Left click#FFFFFF# to accept; #00FF00#right click#FFFFFF# to go back.
-]], [[键盘:  #00FF00#上/下键#FFFFFF#选择选项,#00FF00#回车#FFFFFF#键确定;#00FF00#退格#FFFFFF#键返回。
-鼠标: #00FF00#左键#FFFFFF#接受,#00FF00#右键#FFFFFF#返回。]])
+]], [[键盘:#00FF00#上/下键#FFFFFF#选择选项,#00FF00#回车#FFFFFF#键确定;#00FF00#退格#FFFFFF#键返回。
+鼠标:#00FF00#左键#FFFFFF#接受,#00FF00#右键#FFFFFF#返回。]])
 t("Random", "随机")
 t("", "")
 t("Do you want to recreate the same character?", "你想要以同一角色重新生成吗?")
@@ -268,8 +298,8 @@ section "game/engines/default/engine/Game.lua"
 
 t([[Screenshot should appear in your Steam client's #LIGHT_GREEN#Screenshots Library#LAST#.
 Also available on disk: %s]], [[屏幕截图将会保存在你Steam客户端的#LIGHT_GREEN#截图库y#LAST#中。
-也保存在硬盘上:  %s]])
-t("File: %s", "文件: %s")
+也保存在硬盘上:%s]])
+t("File: %s", "文件:%s")
 t("Screenshot taken!", "屏幕截图已保存")
 
 
@@ -312,7 +342,7 @@ t("#LIGHT_RED#Mouse input temporarily disabled.", "#LIGHT_RED#暂时禁用鼠标
 ------------------------------------------------
 section "game/engines/default/engine/Object.lua"
 
-t("Requires:", "装备需求: ")
+t("Requires:", "装备需求:")
 t("%s (level %d)", "%s (等级 %d)")
 t("Level %d", "等级 %d")
 t("Talent %s (level %d)", "技能 %s (等级 %d)")
@@ -382,7 +412,7 @@ t("Saving...", "正在保存…")
 ------------------------------------------------
 section "game/engines/default/engine/Store.lua"
 
-t("Store: %s", "商店: %s")
+t("Store: %s", "商店:%s")
 t("Buy %d %s", "购买%d个%s")
 t("Buy", "è´­ä¹°")
 t("Sell %d %s", "出售%d个%s")
@@ -452,8 +482,8 @@ section "game/engines/default/engine/dialogs/AudioOptions.lua"
 
 t("Audio Options", "音频设置")
 t("Enable audio", "启用声音")
-t("Music: ", "音乐: ")
-t("Effects: ", "音效: ")
+t("Music: ", "音乐:")
+t("Effects: ", "音效:")
 
 
 ------------------------------------------------
@@ -508,7 +538,7 @@ t("Yes", "是")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/Downloader.lua"
 
-t("Download: %s", "正在下载: %s")
+t("Download: %s", "正在下载:%s")
 t("Cancel", "取消")
 
 
@@ -536,10 +566,10 @@ When activated you will have access to special commands:
 ]], [[启动开发者模式?
 开发者模式是一种特殊的游戏模式,用于调试游戏和创建游戏插件。
 启用开发者模式时,所有读取的存档都会成为#CRIMSON#作弊状态#LAST#。
-在开发者模式下,你可以使用以下几种特殊指令: 
-- CTRL+L: 启动Lua控制台,可以让你探索和修改游戏物件,并执行任意Lua脚本……
-- CTRL+A: 启动调试目录,可以让你方便地进行各种操作(创建NPC,传送到地图,等等…)
-- CTRL+鼠标左键: 传送到点击的位置。
+在开发者模式下,你可以使用以下几种特殊指令:
+- CTRL+L:启动Lua控制台,可以让你探索和修改游戏物件,并执行任意Lua脚本……
+- CTRL+A:启动调试目录,可以让你方便地进行各种操作(创建NPC,传送到地图,等等…)
+- CTRL+鼠标左键:传送到点击的位置。
 ]])
 t("No", "否")
 t("Yes", "是")
@@ -654,7 +684,7 @@ If you are not currently connected to the internet, please report this bug when
 
 ]])
 t("", "")
-t("What happened?: ", "发生了什么?: ")
+t("What happened?: ", "发生了什么?:")
 t("Send", "发送")
 t("Close", "关闭")
 t("Close All", "全部关闭")
@@ -734,19 +764,19 @@ t("Steam Cloud Purge", "清除Steam云存档")
 section "game/engines/default/engine/dialogs/Talkbox.lua"
 
 t("", "")
-t("Say: ", "说: ")
+t("Say: ", "说:")
 t("Accept", "接受")
 t("Cancel", "取消")
-t("Target: ", "目标: ")
-t("Channel: %s", "频道: %s")
-t("Friend: %s", "好友: %s")
-t("User: %s", "用户: %s")
+t("Target: ", "目标:")
+t("Channel: %s", "频道:%s")
+t("Friend: %s", "好友:%s")
+t("User: %s", "用户:%s")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/UseTalents.lua"
 
-t("Use Talents: ", "使用技能: ")
+t("Use Talents: ", "使用技能:")
 t([[You can bind a talent to a hotkey be pressing the corresponding hotkey while selecting a talent.
 Check out the keybinding screen in the game menu to bind hotkeys to a key (default is 1-0 plus control or shift).
 ]], [[你可以把技能绑定到一个快捷键。方法是选择一个技能,然后按下对应的快捷键。
@@ -762,7 +792,7 @@ t("Hotkey %s assigned", "键位 %s 已绑定")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/UserInfo.lua"
 
-t("User: %s", "用户: %s")
+t("User: %s", "用户:%s")
 t("Go to online profile", "前往在线用户档案")
 t("Go to online charsheet", "前往在线角色表")
 
@@ -830,7 +860,7 @@ This option allows for advanced effects (like water surfaces, ...). Disabling it
 这个选项可以激活一些高级的视频效果(例如水面效果……)。关闭它可以提升运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Advanced#WHITE##{normal}#", "#GOLD##{bold}#OpenGL着色器: 高级#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Advanced#WHITE##{normal}#", "#GOLD##{bold}#OpenGL着色器:高级#WHITE##{normal}#")
 t([[Activates distorting shaders.
 This option allows for distortion effects (like spell effects doing a visual distortion, ...). Disabling it can improve performance.
 
@@ -839,7 +869,7 @@ This option allows for distortion effects (like spell effects doing a visual dis
 关闭它可以提升运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Distortions#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器: 扭曲#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Distortions#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器:扭曲#WHITE##{normal}#")
 t([[Activates volumetric shaders.
 This option allows for volumetricion effects (like deep starfields). Enabling it will severely reduce performance when shaders are displayed.
 
@@ -847,7 +877,7 @@ This option allows for volumetricion effects (like deep starfields). Enabling it
 这个选项可以激活一些特殊的视频效果(例如星空特效)。开启它会显著降低运行速度。
 
 #LIGHT_RED#你必须重启游戏才能看到效果。#WHITE#]])
-t("#GOLD##{bold}#OpenGL Shaders: Volumetric#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器: 体积着色器#WHITE##{normal}#")
+t("#GOLD##{bold}#OpenGL Shaders: Volumetric#WHITE##{normal}#", "#GOLD##{bold}#OpenGL 着色器:体积着色器#WHITE##{normal}#")
 t([[Use the custom cursor.
 Disabling it will use your normal operating system cursor.#WHITE#]], [[使用自定义鼠标贴图。
 关闭这个选项将使用系统默认鼠标。#WHITE#]])
@@ -921,12 +951,12 @@ Thanks, and have fun!]], [[欢迎!
 那么,为什么要加入内购呢? 马基艾亚尔的传说是一款便宜/免费的游戏,也不需要会员订阅。它就像我的孩子一样;我非常爱它,并计划为之长久工作(从2009年开始我就一直这么干了!)。 但是,为了生存,我仍然需要在现实世界中取得必要的收入。
 
 目前,我提供了以下几种内购项:
-- #GOLD#时装#LAST#: 在目前游戏内已有的种族、物品时装外,你可以获得更多时装效果,让你看起来更靓!
-- #GOLD#氪金速死#LAST#: 已经不想玩这个角色了吗?用这个选项来迎接一个帅气的终结吧!
-- #GOLD#额外共享装备格#LAST#: 至少,捐赠者可以将所有无用的捐赠化为“有用”的额外在线共享装备格。
-- #GOLD#社区事件#LAST#: 服务器会自动触发部分在线事件,而你可以强制让服务器触发特定事件。当然,当前在线的所有玩家都会收到该事件!
+- #GOLD#时装#LAST#:在目前游戏内已有的种族、物品时装外,你可以获得更多时装效果,让你看起来更靓!
+- #GOLD#氪金速死#LAST#:已经不想玩这个角色了吗?用这个选项来迎接一个帅气的终结吧!
+- #GOLD#额外共享装备格#LAST#:至少,捐赠者可以将所有无用的捐赠化为“有用”的额外在线共享装备格。
+- #GOLD#社区事件#LAST#:服务器会自动触发部分在线事件,而你可以强制让服务器触发特定事件。当然,当前在线的所有玩家都会收到该事件!
 
-我希望这些能说服你,我并没有什么邪恶的想法(虽然我名为DarkGod!). 我不得不说,内购这种事情让我感觉很龌龊,即使上面这些选项都不影响游戏内容,但为了游戏的未来,我必须想尽办法。
+我希望这些能说服你,我并没有什么邪恶的想法(虽然我名为DarkGod)。 我不得不说,内购这种事情让我感觉很龌龊,即使上面这些选项都不影响游戏内容,但为了游戏的未来,我必须想尽办法。
 感谢你看到这里,去享受游戏吧!]])
 
 
@@ -937,10 +967,11 @@ t("#{italic}##UMBER#Bonus vault slots from this order: #ROYAL_BLUE#%d#{normal}#"
 t([[For every purchase of #{italic}##GREY#%s#LAST##{normal}# you gain a permanent additional vault slot.
 #GOLD##{italic}#Because why not!#{normal}#]], [[每次购买 #{italic}##GREY#%s#LAST##{normal}#,你都会获得额外一个在线共享装备格。
 #GOLD##{italic}#为什么不呢!#{normal}#]])
-t("#{italic}##UMBER#Voratun Coins available from your donations: #ROYAL_BLUE#%d#{normal}#", "#{italic}##UMBER#可用沃瑞坦硬币数: #ROYAL_BLUE#%d#{normal}#")
+t("#{italic}##UMBER#Voratun Coins available from your donations: #ROYAL_BLUE#%d#{normal}#", "#{italic}##UMBER#可用沃瑞坦硬币数:#ROYAL_BLUE#%d#{normal}#")
 t([[For every donations you've ever made you have earned voratun coins. These can be spent purchasing expansions or options on the online store. This is the amount you have left, if your purchase total is below this number you'll instantly get your purchase validated, if not you'll need to donate some more first.
 #GOLD##{italic}#Thanks for your support, every little bit helps the game survive for years on!#{normal}#]], [[每次捐赠,你都会获得一定数额的沃瑞坦硬币,可以用于购买扩展Dlc或者在线商店的商品。这是你当前可用的硬币,如果购买价格在这以下,你可以立刻获得商品,否则你需要进行更多的捐赠。
 #GOLD##{italic}#感谢你的支持,每一分钱都让这游戏更加持久!#{normal}#]])
+t("%s #GOLD#Online Store#LAST#", "%s #GOLD#Online Store#LAST#")
 t("#YELLOW#-- connecting to server... --", "#YELLOW#-- 正在连接到服务器... --")
 t("Name", "名称")
 t("Price", "ä»·æ ¼")
@@ -949,10 +980,10 @@ t("You need to be logged in before using the store. Please go back to the main m
 t("Steam users need to link their profiles to their steam account. This is very easy in just a few clicks. Once this is done, simply restart the game.", "Steam用户需要将游戏账号和Steam账号绑定。这非常简单,只需要数次点击,完成后重启游戏即可。")
 t("Let's do it! (Opens in your browser)", "开始吧! (在浏览器中打开)")
 t("The Online Store (and expansions) are only purchasable by players that bought the game. Plaese go have a look at the donation page for more explanations.", "在线商店(和扩展Dlc)只对购买过游戏本体的玩家开放。详情请查看捐赠页面。")
-t("%0.2f %s", "%0.2f %s")
-t("%d coins", "%d 币")
+t("%0.2f %s", "%0.2f%s")
+t("%d coins", "%d币")
 t("#{bold}#TOTAL#{normal}#", "#{bold}#总量#{normal}#")
-t("  (%d items in cart, %s)", "  (购物车中有 %d 件物品, %s)")
+t("  (%d items in cart, %s)", "  (购物车中有%d件物品, %s)")
 t("Cart", "购物车")
 t("Cart is empty!", "购物车是空的!")
 t([[In-game browser is inoperant or disabled, impossible to auto-install shimmer pack.
@@ -963,7 +994,7 @@ t([[Could not dynamically link addon to current character, maybe the installatio
 You can fix that by manually downloading the shimmer addon from https://te4.org/ and placing it in game/addons/ folder.]], [[无法自动将插件链接至当前角色,可能安装失败了。
 你可以在 https://te4.org/ 手动下载时装插件并放置于 game/addons/ 目录下来解决这个问题。]])
 t("Downloading cosmetic pack: #LIGHT_GREEN#%s", "时装包下载中: #LIGHT_GREEN#%s")
-t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: The pack should be downloading or even finished by now.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}# :时装包安装剩余时间:")
+t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: The pack should be downloading or even finished by now.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}# :时装包安装剩余时间:")
 t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: You can now trigger it whenever you are ready.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: 准备好的时候就可以触发它。")
 t("- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: Your available vault space has increased.", "- #{bold}##ROYAL_BLUE#%s #SLATE#x%d#WHITE##{normal}#: 你可用的在线共享装备空间增加了。")
 t([[Payment accepted.
@@ -984,19 +1015,19 @@ t("Payment", "付款")
 t("Payment refused, you have not been billed.", "付款被拒绝,你未能成功付款。")
 t([[#{bold}##GOLD#Community Online Event#WHITE##{normal}#: Once you have purchased a community event you will be able to trigger it at any later date, on whichever character you choose.
 Community events once triggered will activate for #{bold}#every player currently logged on#{normal}# including yourself. Every player receiving it will know you sent it and thus that you are to thank for it.
-To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#社区在线事件#WHITE##{normal}#: 成功购买一次社区事件后,你可以在任何时间、任何角色上触发。
+To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#社区在线事件#WHITE##{normal}#:成功购买一次社区事件后,你可以在任何时间、任何角色上触发。
 社区事件对 #{bold}#当前所有在线角色#{normal}# 生效,所有收到这次事件的玩家将知晓你的名字,并因此而感激你。
 你需要将在线事件选项设置为“全部”才能激活这个效果,注意,默认值即为“全部”。
 To activate it you will need to have your online events option set to "all" (which is the default value).]])
 t([[#{bold}##GOLD#Event#WHITE##{normal}#: Once you have purchased an event you will be able to trigger it at any later date, on whichever character you choose.
-To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#Event#WHITE##{normal}#: 成功购买一次事件后,你可以在任何时间、任何角色上触发。
+To activate it you will need to have your online events option set to "all" (which is the default value).]], [[#{bold}##GOLD#Event#WHITE##{normal}#:成功购买一次事件后,你可以在任何时间、任何角色上触发。
 你需要将在线事件选项设置为“全部”才能激活这个效果,注意,默认值即为“全部”。]])
-t("#{bold}##GOLD#Non Immediate#WHITE##{normal}#: This events adds new content that you have to find by exploration. If you die before finding it, there can be no refunds.", "#{bold}##GOLD#非即时#WHITE##{normal}#: 该事件为你后续游戏进程增加了部分内容。即使你在接触到新增内容前就死去也无法退款。")
-t("#{bold}##GOLD#Once per Character#WHITE##{normal}#: This event can only be received #{bold}#once per character#{normal}#. Usualy because it adds a new zone or effect to the game that would not make sense to duplicate.", "#{bold}##GOLD#每角色限一次#WHITE##{normal}#: 这个事件 #{bold}#每名角色只能接收一次#{normal}#. 通常是因为它添加了新地城或者其他游戏内不能重复添加的效果。")
+t("#{bold}##GOLD#Non Immediate#WHITE##{normal}#: This events adds new content that you have to find by exploration. If you die before finding it, there can be no refunds.", "#{bold}##GOLD#非即时#WHITE##{normal}#:该事件为你后续游戏进程增加了部分内容。即使你在接触到新增内容前就死去也无法退款。")
+t("#{bold}##GOLD#Once per Character#WHITE##{normal}#: This event can only be received #{bold}#once per character#{normal}#. Usualy because it adds a new zone or effect to the game that would not make sense to duplicate.", "#{bold}##GOLD#每角色限一次#WHITE##{normal}#:这个事件 #{bold}#每名角色只能接收一次#{normal}#. 通常是因为它添加了新地城或者其他游戏内不能重复添加的效果。")
 t([[#{bold}##GOLD#Shimmer Pack#WHITE##{normal}#: Once purchased the game will automatically install the shimmer pack to your game and enable it for your current character too (you will still need to use the Mirror of Reflection to switch them on).
-#LIGHT_GREEN#Bonus perk:#LAST# purchasing any shimmer pack will also give your characters a portable Mirror of Reflection to be able to change your appearance anywhere, anytime!]], [[#{bold}##GOLD#时装包#WHITE##{normal}#: 购买后游戏会自动安装时装包,同时为当前角色自动开启。仍然需要使用反射之镜来切换。
+#LIGHT_GREEN#Bonus perk:#LAST# purchasing any shimmer pack will also give your characters a portable Mirror of Reflection to be able to change your appearance anywhere, anytime!]], [[#{bold}##GOLD#时装包#WHITE##{normal}#:购买后游戏会自动安装时装包,同时为当前角色自动开启。仍然需要使用反射之镜来切换。
 #LIGHT_GREEN#额外特效:#LAST# 购买任何时装包后,你的角色自动获得便携式反射之镜,可以随时随地切换时装!]])
-t("#{bold}##GOLD#Vault Space#WHITE##{normal}#: Once purchased your vault space is permanently increased.", "#{bold}##GOLD#Vault Space#WHITE##{normal}#: 购买后,你的共享仓库大小会永久增加。")
+t("#{bold}##GOLD#Vault Space#WHITE##{normal}#: Once purchased your vault space is permanently increased.", "#{bold}##GOLD#Vault Space#WHITE##{normal}#:购买后,你的共享仓库大小会永久增加。")
 t("Online Store", "在线商城")
 
 
@@ -1020,7 +1051,7 @@ t("This pack is already installed and in use for your character.", "这个包已
 t("You are about to use a charge of this option. You currently have %d charges remaining.", "你准备使用这个选项,消耗一次使用次数。你还有 %d 次使用次数。")
 t("Please wait while contacting the server...", "请稍候,正在与服务器进行通信")
 t("The option has been activated.", "选项已激活。")
-t("There was an error from the server: %s", "服务器发生错误:  %s")
+t("There was an error from the server: %s", "服务器发生错误: %s")
 t("#LIGHT_GREEN#Installed", "#LIGHT_GREEN#已安装")
 t("#YELLOW#Installable", "#YELLOW#可以安装")
 t("Online Store", "在线商城")
@@ -1030,25 +1061,25 @@ t("You have not purchased any usable options yet. Would you like to see the stor
 ------------------------------------------------
 section "game/engines/default/engine/interface/ActorInventory.lua"
 
-t("%s picks up (%s.): %s%s.", "%s 拾取了( %s ):%s%s")
-t("%s has no room for: %s.", "%s 没有空间放置:%s。")
+t("%s picks up (%s.): %s%s.", "%s拾取了(%s):%s%s")
+t("%s has no room for: %s.", "%s没有空间放置:%s。")
 t("There is nothing to pick up here.", "没什么可以拾取的东西。")
 t("There is nothing to drop.", "没东西可以丢弃。")
-t("%s drops on the floor: %s.", "%s 把 %s 丢在了地上。")
+t("%s drops on the floor: %s.", "%s把%s丢在了地上。")
 t("wrong equipment slot", "无法在该在该装备栏装备")
 t("not enough stat", "属性值不足")
-t("missing %s (level %s )", "缺少 %s (等级 %s )")
-t("missing %s", "缺少 %s")
+t("missing %s (level %s )", "缺少%s(等级%s )")
+t("missing %s", "缺少%s")
 t("not enough levels", "等级不足")
 t("missing dependency", "未满足装备条件")
 t("cannot use currently due to an other worn object", "由于目前穿戴的其他装备,无法装备此物品")
-t("%s is not wearable.", "%s 无法装备。")
-t("%s can not wear %s.", "%s 不能装备 %s。")
+t("%s is not wearable.", "%s无法装备。")
+t("%s can not wear %s.", "%s不能装备%s。")
 t("%s wears: %s.", "%s 装备了: %s")
-t("%s wears (offslot): %s.", "%s 副手装备了: %s")
-t("%s can not wear (%s): %s (%s).", "%s 无法%s装备: %s ( %s )")
-t("%s wears (replacing %s): %s.", "%s 装备(替换 %s)了: %s")
-t("%s can not wear: %s.", "%s 不能装备: %s。")
+t("%s wears (offslot): %s.", "%s副手装备了: %s")
+t("%s can not wear (%s): %s (%s).", "%s无法%s装备:%s(%s)")
+t("%s wears (replacing %s): %s.", "%s装备(替换%s)了: %s")
+t("%s can not wear: %s.", "%s不能装备%s。")
 
 
 ------------------------------------------------
@@ -1056,30 +1087,36 @@ section "game/engines/default/engine/interface/ActorLife.lua"
 
 t("#{bold}#%s killed %s!#{normal}#", "#{bold}#%s杀死了%s!#{normal}#")
 t("something", "某物")
-t("%s attacks %s.", "%s 攻击了 %s.")
+t("%s attacks %s.", "%s攻击了%s.")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/interface/ActorTalents.lua"
 
-t("%s is still on cooldown for %d turns.", "%s 还有 %d 回合才能冷却。")
+t("%s is still on cooldown for %d turns.", "%s还有%d回合才能冷却。")
 t("Talent Use Confirmation", "技能使用确认")
-t("Use %s?", "使用 %s?")
+t("Use %s?", "使用%s?")
 t("Cancel", "取消")
 t("Continue", "继续")
 t("unknown", "未知")
 t("%s", "%s")
-t("%s %s %s.", "%s %s %s。")
+t("%s %s %s.", "%s%s%s。")
 t("activates", "启用了")
 t("deactivates", "关闭了")
-t("%s uses %s.", "%s 使用了 %s 。")
+t("%s uses %s.", "%s使用了%s。")
+t("not enough stat: %s", "属性点不足: %s")
+t("not enough levels", "等级不足")
+t("missing dependency", "未满足装备条件")
+t("is not %s", "不是%s")
+t("unknown talent type", "未知的技能类型")
+t("not enough talents of this type known", "技能树中已学习技能不足")
 t("- Talent category known", "- 技能树已学会")
-t("- Lower talents of the same category: %d", "- 技能树中已学技能数:  %d")
+t("- Lower talents of the same category: %d", "- 技能树中已学技能数:%d")
 t("- Level %d", "- 等级 %d")
-t("- Talent %s (not known)", "- 技能 %s (未学习)")
-t("- Talent %s (%d)", "- 技能 %s (%d)")
-t("- Talent %s", "- 技能 %s")
-t("- Is %s", "- 是 %s")
+t("- Talent %s (not known)", "- 技能%s(未学习)")
+t("- Talent %s (%d)", "- 技能%s(%d)")
+t("- Talent %s", "- 技能%s")
+t("- Is %s", "- 是%s")
 
 
 ------------------------------------------------
@@ -1098,8 +1135,8 @@ section "game/engines/default/engine/interface/ObjectActivable.lua"
 
 t("It can be used to %s, with %d charges out of %d.", "可以用于 %s ,消耗 %d 充能,总计 %d。")
 t("It can be used to %s, costing %d power out of %d/%d.", "可以用于 %s, 消耗 %d 充能,总计 %d/%d 。")
-t("It can be used to activate talent: %s (level %d).", "可以用于激活技能:  %s (等级 %d)。")
-t("It can be used to activate talent: %s (level %d), costing %d power out of %d/%d.", "可以用于激活技能:  %s (等级 %d),消耗 %d 充能,总计 %d/%d 。")
+t("It can be used to activate talent: %s (level %d).", "可以用于激活技能: %s (等级 %d)。")
+t("It can be used to activate talent: %s (level %d), costing %d power out of %d/%d.", "可以用于激活技能: %s (等级 %d),消耗 %d 充能,总计 %d/%d 。")
 t("%s is still recharging.", "%s 还在充能。")
 t("%s can not be used anymore.", "%s 无法再继续使用了。")
 
@@ -1135,7 +1172,7 @@ t("rested", "休息了")
 t("%s...", "%s中...")
 t("You are %s, press Enter to stop.", "你正在%s,请按回车键停止。")
 t("%s starts...", "%s开始了...")
-t("%s for %d turns (stop reason: %s).", "%s%d回合 (停止原因: %s)。")
+t("%s for %d turns (stop reason: %s).", "%s%d回合 (停止原因:%s)。")
 t("%s for %d turns.", "%s%d回合。")
 
 
@@ -1150,16 +1187,18 @@ t("didn't move", "没有移动")
 t("trap spotted", "发现陷阱")
 t("terrain change on the left", "左侧地形变化")
 t("terrain change on the right", "右侧地形变化")
-t("Ran for %d turns (stop reason: %s).", "自动探索了%d回合(中断原因: %s)")
+t("at %s", "在 %s")
+t("Ran for %d turns (stop reason: %s).", "自动探索了%d回合(中断原因:%s)")
 
 
 ------------------------------------------------
 section "game/engines/default/engine/interface/WorldAchievements.lua"
 
-t("#%s#Personal New Achievement: %s!", "#%s#个人新成就: %s!")
-t("Personal New Achievement: #%s#%s", "个人新成就:  #%s#%s")
-t("#%s#New Achievement: %s!", "#%s#新成就: %s!")
-t("New Achievement: #%s#%s", "新成就:  #%s#%s")
+t("#%s#Personal New Achievement: %s!", "#%s#个人新成就:%s!")
+t("Personal New Achievement: #%s#%s", "个人新成就: #%s#%s")
+t("#%s#New Achievement: %s!", "#%s#新成就:%s!")
+t("New Achievement: #%s#%s", "新成就: #%s#%s")
+t("New Achievement", "新成就")
 
 
 ------------------------------------------------
@@ -1185,11 +1224,11 @@ t("Enc.", "负重")
 ------------------------------------------------
 section "game/engines/default/engine/ui/WebView.lua"
 
-t("Download: ", "下载: ")
+t("Download: ", "下载:")
 t("Cancel", "取消")
-t("Are you sure you want to install this addon: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?", "你确认要安装这个插件吗:  #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
+t("Are you sure you want to install this addon: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?", "你确认要安装这个插件吗: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
 t("Confirm addon install/update", "确认插件安装/更新")
-t("Are you sure you want to install this module: #LIGHT_GREEN##{bold}#%s#{normal}##LAST#?", "你确认要安装这个模组吗:  #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
+t("Are you sure you want to install this module: #LIGHT_GREEN##{bold}#%s#{normal}##LAST#?", "你确认要安装这个模组吗: #LIGHT_GREEN##{bold}#%s#{normal}##LAST# ?")
 t("Confirm module install/update", "确认模组安装/更新")
 t("Addon installation successful. New addons are only active for new characters.", "插件安装成功。新的插件只会在新的游戏角色生效。")
 t("Addon installed!", "墨子安装完成!")
@@ -1200,6 +1239,10 @@ t("Game installed!", "游戏安装完成!")
 ------------------------------------------------
 section "game/engines/default/engine/utils.lua"
 
+t("%dth", "%d")
+t("%dst", "%d")
+t("%dnd", "%d")
+t("%drd", "%d")
 t("an ", "一个")
 t("a ", "一个")
 t("she", "她")
@@ -1265,12 +1308,13 @@ Check out the following folder on your computer:
 ]], [[糟糕!好像你安装了多份同一个插件/DLC。
 这种情况不被支持的,会引发很多BUG。请你移除掉多余的文件。
 
-插件名称:  #YELLOW#%s#LAST#
+插件名称: #YELLOW#%s#LAST#
 
-请你检查你电脑里的以下文件夹: 
+请你检查你电脑里的以下文件夹:
 %s
 %s
 ]])
+t("Updating addon: #LIGHT_GREEN#%s", "正在更新插件: #LIGHT_GREEN#%s")
 t("Really exit T-Engine/ToME?", "真的要退出 T-Engine/马基·埃亚尔的传说")
 t("Continue", "继续")
 t("Quit", "退出")
@@ -1292,7 +1336,7 @@ This is all optional, you are not forced to use this feature at all, but the dev
 
 在你开始尝试这个游戏里无数有趣的死法之前,我们想问你一下有关在线游戏的事情。
 
-马基·埃亚尔的传说是一个#{bold}#单人游戏#{normal}#,但也提供了丰富的在线功能,可以增强你的游戏体验,并让你和游戏社区建立联系: 
+马基·埃亚尔的传说是一个#{bold}#单人游戏#{normal}#,但也提供了丰富的在线功能,可以增强你的游戏体验,并让你和游戏社区建立联系:
 * 在多台电脑上游玩,而不需要复制游戏解锁和成就。
 * 与其他玩家在游戏内聊天,寻求建议,分享难忘的时刻…
 * 记录你的击杀数量,死亡次数,以及最喜欢的职业…
@@ -1313,7 +1357,7 @@ t("Registering...", "正在注册")
 t("Logged in!", "登陆成功!")
 t("Profile created!", "账户创建成功!")
 t("Your online profile is now active. Have fun!", "你的在线账户已可用。玩得开心!")
-t("Creation failed: ", "创建失败: ")
+t("Creation failed: ", "创建失败:")
 t("Profile creation failed!", "账户创建失败!")
 t("Try again in in a few moments, or try online at https://te4.org/", "请过几分钟后再试,或在 https://te4.org/ 网站上注册")
 
@@ -1321,6 +1365,7 @@ t("Try again in in a few moments, or try online at https://te4.org/", "请过几
 ------------------------------------------------
 section "game/engines/default/modules/boot/class/Player.lua"
 
+t("%s available", "%s可用")
 t("#00ff00#Talent %s is ready to use.", "#00ff00#技能%s已经可以使用了。")
 t("LEVEL UP!", "升级了!")
 
@@ -1333,6 +1378,12 @@ t("Destroyer", "毁灭者")
 t("Acid-maniac", "狂酸使")
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/data/damage_types.lua"
+
+t("Kill!", "击杀!")
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/data/general/grids/basic.lua"
 
@@ -1446,11 +1497,11 @@ t("Version", "版本")
 t("Addon", "插件")
 t("Active", "启动")
 t("#GREY#Developer tool", "#GREY#开发者工具")
-t("#LIGHT_RED#Donator Status: Disabled", "#LIGHT_RED#捐赠者状态: 禁用")
-t("#LIGHT_GREEN#Manual: Active", "#LIGHT_GREEN#手动: 启动")
-t("#LIGHT_RED#Manual: Disabled", "#LIGHT_RED#手动: 禁用")
-t("#LIGHT_GREEN#Auto: Active", "#LIGHT_GREEN#自动: 启动")
-t("#LIGHT_RED#Auto: Incompatible", "#LIGHT_RED#自动: 不兼容")
+t("#LIGHT_RED#Donator Status: Disabled", "#LIGHT_RED#捐赠者状态:禁用")
+t("#LIGHT_GREEN#Manual: Active", "#LIGHT_GREEN#手动:启动")
+t("#LIGHT_RED#Manual: Disabled", "#LIGHT_RED#手动:禁用")
+t("#LIGHT_GREEN#Auto: Active", "#LIGHT_GREEN#自动:启动")
+t("#LIGHT_RED#Auto: Incompatible", "#LIGHT_RED#自动:不兼容")
 t("Addon Version", "插件版本")
 t("Game Version", "游戏版本")
 
@@ -1498,17 +1549,17 @@ This includes, but is not limited to:
 
 If you disable this option you can always re-activate it in the Online category of the Game Options menu later on.]], [[即将禁止所有网络请求
 包括但不仅限于:
-- 用户信息: 不能登录或者注册。
-- 角色备份: 不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
-- 物品仓库: 不能访问你的在线物品仓库(包括存入和取回)。
-- 游戏内聊天: 聊天要联网, 谢谢。
-- 氪金福利: 联网才能获取你的氪金状态。
-- 扩展包&DLC: 和氪金状态一样, 无法获取DLC的购买状态。
-- 便捷的插件安装: 无法在游戏内看见插件列表, 但是你还可以手动安装插件。
-- 插件版本更新: 无法更新插件的版本。
-- Steam: 无法使用Steam相关的任何功能。
-- Discord: 无法同步到Discord的实时状态。
-- 游戏内新闻: 主菜单将不再显示新闻。
+- 用户信息:不能登录或者注册。
+- 角色备份:不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
+- 物品仓库:不能访问你的在线物品仓库(包括存入和取回)。
+- 游戏内聊天:聊天要联网, 谢谢。
+- 氪金福利:联网才能获取你的氪金状态。
+- 扩展包&DLC:和氪金状态一样, 无法获取DLC的购买状态。
+- 便捷的插件安装:无法在游戏内看见插件列表, 但是你还可以手动安装插件。
+- 插件版本更新:无法更新插件的版本。
+- Steam:无法使用Steam相关的任何功能。
+- Discord:无法同步到Discord的实时状态。
+- 游戏内新闻:主菜单将不再显示新闻。
 注意这个设置只影响游戏本身。如果你使用游戏启动器,它的唯一目的就是确保游戏是最新的,因此它仍然会连接网络。
 如果你不想这样,直接运行游戏即可。启动器#{bold}#只#{normal}#是用来更新游戏的。
 
@@ -1526,14 +1577,13 @@ t("Load Game", "读取游戏")
 t("Show older versions", "显示旧版本")
 t("Ignore unloadable addons", "忽略无法读取的插件")
 t("  Play!  ", "  游玩!  ")
-t("Delete", "删除")
 t([[#{bold}##GOLD#%s: %s#WHITE##{normal}#
 Game version: %d.%d.%d
 Requires addons: %s
 
-%s]], [[#{bold}##GOLD#%s: %s#WHITE##{normal}#
-游戏版本:  %d.%d.%d
-需要的插件:  %s
+%s]], [[#{bold}##GOLD#%s:%s#WHITE##{normal}#
+游戏版本: %d.%d.%d
+需要的插件: %s
 
 %s]])
 t("You can simply grab an older version of the game from where you downloaded it.", "你可以在下载这个游戏的地方,下载到这个游戏的旧版本。")
@@ -1543,14 +1593,15 @@ t([[This savefile was created with game version %s. You can try loading it with
 %s]], [[这个存档是游戏版本 %s 创建的。如果你愿意,你可以尝试使用当前版本强制读档,但是建议你使用旧版本游戏进行游玩,来确保兼容性。
 %s]])
 t("Run with newer version", "运行新版本")
-t("#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?", "#LIGHT_RED#警告:  #LAST#在开发者模式下读取一个存档将会不可逆地将其标记为作弊存档。确定吗?")
+t("#LIGHT_RED#WARNING: #LAST#Loading a savefile while in developer mode will permanently invalidate it. Proceed?", "#LIGHT_RED#警告: #LAST#在开发者模式下读取一个存档将会不可逆地将其标记为作弊存档。确定吗?")
 t("Developer Mode", "开发者模式")
-t("Cancel", "取消")
 t("Load anyway", "仍然读档")
 t("Delete savefile", "删除存档")
 t("Really delete #{bold}##GOLD#%s#WHITE##{normal}#", "真的要删除#{bold}##GOLD#%s#WHITE##{normal}#吗")
+t("Cancel", "取消")
+t("Delete", "删除")
 t("No data available for this game version.", "没有当前游戏版本的数据。")
-t("Downloading old game data: #LIGHT_GREEN#", "正在下载旧版游戏数据:  #LIGHT_GREEN#")
+t("Downloading old game data: #LIGHT_GREEN#", "正在下载旧版游戏数据: #LIGHT_GREEN#")
 t("Old game data for %s correctly installed. You can now play.", " %s 的旧版游戏数据已经安装成功了。你可以现在游玩了。")
 t("Failed to install.", "安装失败。")
 t("Old game data", "旧版游戏数据")
@@ -1569,7 +1620,7 @@ t("Credits", "制作人员名单")
 t("Exit", "退出")
 t("Reboot", "重启游戏")
 t("Disable animated background", "关闭动态背景")
-t("#{bold}##B9E100#T-Engine4 version: %d.%d.%d", "#{bold}##B9E100#T-Engine4 版本: %d.%d.%d")
+t("#{bold}##B9E100#T-Engine4 version: %d.%d.%d", "#{bold}##B9E100#T-Engine4 版本:%d.%d.%d")
 t([[#{bold}##GOLD#Ashes of Urh'Rok - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#Many in Maj'Eyal have heard of "demons", sadistic creatures who appear seemingly from nowhere, leaving a trail of suffering and destruction wherever they go.#{normal}##LAST#
 
@@ -1583,9 +1634,9 @@ t([[#{bold}##GOLD#Ashes of Urh'Rok - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#很多马基埃亚尔的居民都曾经听说过“恶魔”的名字,它们是一群似乎凭空出现的暴虐生物,无论走到哪里都会带来痛苦和毁灭。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#新职业: #WHITE# 毁灭使者。 他们是恶魔毁灭力量的化身,手拿双手武器加入战斗,将敌人化为一片火海。他们的手中掌握着火焰的魔法和恶魔的力量,在与势不可挡的敌人战斗中寻求欢愉。
-#LIGHT_UMBER#新职业: #WHITE# 恶魔学者。 这些近战施法者手拿盾牌,掌握魔法大爆炸本身的力量的魔法,可以在倒下的敌人的身上终止恶魔种子。将这些恶魔种子附魔到你的物品里,可以获得各种全新的技能和被动的能力,并召唤种子里的恶魔来加入战斗!
-#LIGHT_UMBER#新种族: #WHITE# 魔化精灵。 那些被恶魔的力量所改变的永恒精灵,他们的种族能力被腐化成了黑暗的形态。
+#LIGHT_UMBER#新职业:#WHITE# 毁灭使者。 他们是恶魔毁灭力量的化身,手拿双手武器加入战斗,将敌人化为一片火海。他们的手中掌握着火焰的魔法和恶魔的力量,在与势不可挡的敌人战斗中寻求欢愉。
+#LIGHT_UMBER#新职业:#WHITE# 恶魔学者。 这些近战施法者手拿盾牌,掌握魔法大爆炸本身的力量的魔法,可以在倒下的敌人的身上终止恶魔种子。将这些恶魔种子附魔到你的物品里,可以获得各种全新的技能和被动的能力,并召唤种子里的恶魔来加入战斗!
+#LIGHT_UMBER#新种族:#WHITE# 魔化精灵。 那些被恶魔的力量所改变的永恒精灵,他们的种族能力被腐化成了黑暗的形态。
 #LIGHT_UMBER#更多新神器、新手札、新地图、新事件……#WHITE# 体验恶魔的欢愉吧!
 
 ]])
@@ -1604,11 +1655,11 @@ t([[#{bold}##GOLD#Embers of Rage - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#自从被兽人成为“西方灾星”的那个人,孤身一人粉碎了格鲁希纳克、沃尔、加伯特和拉克肖四大部落之后,已经过了一年的时间。联合王国现在已经通过远古传送门,和他们失落已久的盟友太阳堡垒建立了联系,帮助他们征服了瓦·埃亚尔大陆的近乎全境。被战火蹂躏的兽人部落的少数残余,现在都被联军关押在监狱里……但是,还有一个部落存活了下来。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#全新战役: #WHITE# 这场战役在主游戏战役以后,决定兽人部落的最终命运。探索全新的远东大陆吧!
-#LIGHT_UMBER#全新职业: #WHITE# 链锯屠夫,枪手,念力射手,歼灭者和科技法师。掌握蒸汽的力量,驱动致命的装置,用钢铁洪流粉碎那些胆敢反抗部落的人吧!
-#LIGHT_UMBER#全新种族: #WHITE# 兽人,雪人,白蹄。了解兽人和他们那些奇特的“盟友”,团结起来,将兽人一族从“西方灾星”带来的灾难中拯救出来。
-#LIGHT_UMBER#插件系统: #WHITE# 合成强大的插件,用于强化你的物品。包括给你的靴子安装火箭,给你的手套安装抓取系统,乃至许多更多的插件。
-#LIGHT_UMBER#药膏系统: #WHITE# 在插件系统中,合成强大的医疗药膏,用于注入你的皮肤,替代就有的纹身和符文系统。
+#LIGHT_UMBER#全新战役:#WHITE# 这场战役在主游戏战役以后,决定兽人部落的最终命运。探索全新的远东大陆吧!
+#LIGHT_UMBER#全新职业:#WHITE# 链锯屠夫,枪手,念力射手,歼灭者和科技法师。掌握蒸汽的力量,驱动致命的装置,用钢铁洪流粉碎那些胆敢反抗部落的人吧!
+#LIGHT_UMBER#全新种族:#WHITE# 兽人,雪人,白蹄。了解兽人和他们那些奇特的“盟友”,团结起来,将兽人一族从“西方灾星”带来的灾难中拯救出来。
+#LIGHT_UMBER#插件系统:#WHITE# 合成强大的插件,用于强化你的物品。包括给你的靴子安装火箭,给你的手套安装抓取系统,乃至许多更多的插件。
+#LIGHT_UMBER#药膏系统:#WHITE# 在插件系统中,合成强大的医疗药膏,用于注入你的皮肤,替代就有的纹身和符文系统。
 #LIGHT_UMBER#大量#WHITE# 全新神器、手札、地图和事件!
 
 ]])
@@ -1629,22 +1680,22 @@ t([[#{bold}##GOLD#Forgotten Cults - Expansion#LAST##{normal}#
 #{italic}##ANTIQUE_WHITE#不是所有的冒险者都在寻求财富,也不是所有保卫世界的人都心存善念。最近,恐魔在大陆上出现的次数急剧增加。不断有人在偏僻的小路上失踪,有时几年后才被人发现,身体却遭受了恐怖的变异,进入了疯狂之中,也有时候再也无法寻到踪迹。很明显,在马基·埃亚尔的大地深处,有某种东西正在暗中活动。那种东西——就是你。#{normal}##LAST#
 
 #{bold}#扩展包特性#{normal}#:
-#LIGHT_UMBER#新职业: #WHITE# 苦痛者。 它们被赋予了腐化的力量,最终将自己的身体转化成了恐魔。它们可以召唤恐魔在战斗中协助自己,撕裂你的皮肤,融化你的脸庞,作为攻击敌人的武器。当你的手臂也被转化成触手之后,还有什么敌人能阻挡你呢?
-#LIGHT_UMBER#新职业: #WHITE# 熵教徒。 这种法师职业使用疯狂的能力,掌控了熵的力量,颠覆了传统的物理定律。它们可以将治疗转换成伤害,并召唤虚空的力量,将敌人粉碎为尘土。
-#LIGHT_UMBER#新种族: #WHITE# 德瑞姆。 他们是矮人的一支腐化分支,但是因为某种原因,保持了一定程度的理性,而没有完全孵化成为没有意识的恐魔。他们可以进入狂热状态,并学会召唤恐魔。
-#LIGHT_UMBER#新种族: #WHITE# 克罗格。 他们是一群被本来应当杀死他们的一群人转化的食人魔。他们强大的攻击可以震慑敌人,并且他们强壮的力量可以双持任何单手武器。
-#LIGHT_UMBER#大量全新地图: #WHITE# 探索瘟疫之穴,在一只巨大蠕虫的身体内杀出一条血路(不要问我你是怎么*进来*的),探索神秘的出口,以及更多奇异的,充满触手的地图!
-#LIGHT_UMBER#新的恐魔: #WHITE# 你喜欢灼眼恐魔吗?你一定会喜欢上灼热恐魔的!还有以太蠕虫,还有熵之碎片,还有其他更多怪物!
+#LIGHT_UMBER#新职业:#WHITE# 苦痛者。 它们被赋予了腐化的力量,最终将自己的身体转化成了恐魔。它们可以召唤恐魔在战斗中协助自己,撕裂你的皮肤,融化你的脸庞,作为攻击敌人的武器。当你的手臂也被转化成触手之后,还有什么敌人能阻挡你呢?
+#LIGHT_UMBER#新职业:#WHITE# 熵教徒。 这种法师职业使用疯狂的能力,掌控了熵的力量,颠覆了传统的物理定律。它们可以将治疗转换成伤害,并召唤虚空的力量,将敌人粉碎为尘土。
+#LIGHT_UMBER#新种族:#WHITE# 德瑞姆。 他们是矮人的一支腐化分支,但是因为某种原因,保持了一定程度的理性,而没有完全孵化成为没有意识的恐魔。他们可以进入狂热状态,并学会召唤恐魔。
+#LIGHT_UMBER#新种族:#WHITE# 克罗格。 他们是一群被本来应当杀死他们的一群人转化的食人魔。他们强大的攻击可以震慑敌人,并且他们强壮的力量可以双持任何单手武器。
+#LIGHT_UMBER#大量全新地图:#WHITE# 探索瘟疫之穴,在一只巨大蠕虫的身体内杀出一条血路(不要问我你是怎么*进来*的),探索神秘的出口,以及更多奇异的,充满触手的地图!
+#LIGHT_UMBER#新的恐魔:#WHITE# 你喜欢灼眼恐魔吗?你一定会喜欢上灼热恐魔的!还有以太蠕虫,还有熵之碎片,还有其他更多怪物!
 #LIGHT_UMBER#厌倦了你自己的头?#WHITE#  把它换成一个悠闲的寄生兽吧!
 #LIGHT_UMBER#大量#WHITE# 全新神器、手札、事件……
 
 ]])
 t("#LIGHT_GREEN#Installed", "#LIGHT_GREEN#已安装")
-t("#YELLOW#Not installed - Click to download / purchase", "#YELLOW#未安装 - 点击下载 / 购买")
+t("#YELLOW#Not installed - Click to download / purchase", "#YELLOW#未安装 - 点击下载/购买")
 t("Login", "登录")
 t("Register", "注册")
-t("Username: ", "用户名: ")
-t("Password: ", "密码: ")
+t("Username: ", "用户名:")
+t("Password: ", "密码:")
 t("#GOLD#Online Profile", "#GOLD#在线账户")
 t("Login with Steam", "使用Steam登录")
 t("#GOLD#Online Profile#WHITE#", "#GOLD#在线账户#WHITE#")
@@ -1697,9 +1748,9 @@ section "game/engines/default/modules/boot/dialogs/ProfileLogin.lua"
 
 t("Online profile ", "在线账户")
 t("Login", "登录")
-t("Password again: ", "重复密码: ")
-t("Username: ", "用户名: ")
-t("Password: ", "密码: ")
+t("Password again: ", "重复密码:")
+t("Username: ", "用户名:")
+t("Password: ", "密码:")
 t("Email: ", "邮箱")
 t("Accept to receive #{bold}#very infrequent#{normal}# (a few per year) mails about important game events from us.", "允许我们#{bold}#偶尔#{normal}#向你发送有关游戏重要新闻的邮件(每年最多只会有几封)")
 t("You at least 16 years old, or have parental authorization to play the game.", "游玩此游戏时你已年满16岁,或已得到了家长的许可。")
@@ -1726,9 +1777,9 @@ To enjoy all the features the game has to offer it is #{bold}#highly#{normal}# r
 Luckily this is very easy to do: you only require a profile name and optionally an email (we send very few email, maybe two a year at most).
 ]], [[欢迎来到#GOLD#马基·埃亚尔的传说#LAST#.
 为了享受游戏的全部功能,我们#{bold}#强烈#{normal}#推荐你注册你的Steam账户。
-幸运的是,这是容易的:你只需要提供你的Steam用户名,也可以提供你的邮箱。(我们基本上不会给你发送邮件,每年最多发送一两分钟)
+幸运的是,这非常容易:你只需要提供你的Steam用户名,也可以提供你的邮箱。(我们基本上不会给你发送邮件,每年最多发送一两份)
 ]])
-t("Username: ", "用户名: ")
+t("Username: ", "用户名:")
 t("Email: ", "邮箱")
 t("Accept to receive #{bold}#very infrequent#{normal}# (a few per year) mails about important game events from us.", "允许我们#{bold}#偶尔#{normal}#向你发送有关游戏重要新闻的邮件(每年最多只会有几封)")
 t("You at least 16 years old, or have parental authorization to play the game.", "游玩此游戏时你已年满16岁,或已得到了家长的许可。")
@@ -1760,9 +1811,9 @@ t("Component", "组件")
 t("Version", "版本")
 t("All your game modules are up to date.", "所有游戏模组都处于最新版本。")
 t("Nothing to update", "没有需要更新的内容")
-t("Game: #{bold}##GOLD#", "游戏: #{bold}##GOLD#")
-t("Engine: #{italic}##LIGHT_BLUE#", "游戏引擎: #{italic}##LIGHT_BLUE#")
-t("Downloading: ", "正在下载: ")
+t("Game: #{bold}##GOLD#", "游戏:#{bold}##GOLD#")
+t("Engine: #{italic}##LIGHT_BLUE#", "游戏引擎:#{italic}##LIGHT_BLUE#")
+t("Downloading: ", "正在下载:")
 t("Error!", "错误!")
 t([[There was an error while downloading:
 ]], [[下载时发生错误:
@@ -1790,6 +1841,15 @@ t([[#{bold}##GOLD#%s(%s)#GREEN# High Scores#WHITE##{normal}#
 ]])
 
 
+------------------------------------------------
+section "game/engines/default/modules/boot/init.lua"
+
+t("Tales of Maj'Eyal Main Menu", "马基·埃亚尔的传说 主菜单")
+t([[Bootmenu!
+]], [[启动菜单!
+]])
+
+
 ------------------------------------------------
 section "game/engines/default/modules/boot/load.lua"
 
@@ -1879,6 +1939,7 @@ t("#RED# [%s]%s #ORANGE#CLEARING OLD TARGET#LAST#: [%s]%s", "#RED# [%s]%s #ORANG
 ------------------------------------------------
 section "game/modules/tome/class/Actor.lua"
 
+t("drowned to death", "淹死")
 t("%s has been disrupted by #ORCHID#anti-magic forces#LAST#!", "%s被#ORCHID#反魔法力量#LAST#打断了!")
 t("%s temporarily fights the paralyzation.", "%s 暂时在瘫痪中挣扎。")
 t("#VIOLET#Following build order %s; increasing %s by 1.", "#VIOLET#遵循加点顺序%s;增加一点%s")
@@ -1899,9 +1960,9 @@ t("boss", "Boss")
 t("elite boss", "精英boss")
 t("god", "神")
 t("tiny", "微小")
-t("small", "矮小")
+t("small", "较小")
 t("medium", "中等")
-t("big", "高大")
+t("big", "较大")
 t("huge", "庞大")
 t("gargantuan", "巨大")
 t("actor", "角色")
@@ -1910,88 +1971,101 @@ t("hostile", "敌对")
 t("friendly", "友善")
 t("female", "女性")
 t("male", "男性")
-t("Rank: ", "层级: ")
-t("Level: unknown", "等级: 未知")
-t("Level: %d", "等级: %d")
+t("Rank: ", "层级:")
+t("Level: unknown", "等级:未知")
+t("Level: %d", "等级:%d")
 t("INVULNERABLE!", "无敌!")
-t("HP: %d (%d%%) #GREEN#+%0.2f#LAST#", "生命值: %d (%d%%) #GREEN#+%0.2f#LAST#")
+t("HP: %d (%d%%) #GREEN#+%0.2f#LAST#", "生命值:%d (%d%%) #GREEN#+%0.2f#LAST#")
+t("\
+Mana:  %s%d / %d#LAST#", "\
+法力值:  %s%d / %d#LAST#")
+t("\
+Vim:  %s%d / %d#LAST#", "\
+活力值:  %s%d / %d#LAST#")
+t("\
+Positive:  %s%d / %d#LAST#", "\
+正能量值:  %s%d / %d#LAST#")
+t("\
+Negative:  %s%d / %d#LAST#", "\
+负能量值:  %s%d / %d#LAST#")
 t(" (%d%%)", " (%d%%)")
-t("Iceblock: %d", "冰块: %d")
-t("%sVim Value: %d#LAST#", "%s活力值: %d#LAST#")
-t("#ffa0ff#Predator: +%d acc, +%d apr#LAST#", "#ffa0ff#猎杀者: +%d 命中, +%d 护甲穿透#LAST#")
-t("Resists: ", "抗性: ")
-t("Hardiness/Armour: ", "护甲强度/护甲值: ")
-t("Size: ", "体型: ")
-t("#FFD700#Accuracy#FFFFFF#: ", "#FFD700#命中值 #FFFFFF#: ")
-t("#0080FF#Defense#FFFFFF#:  ", "#0080FF#闪避值 #FFFFFF#: ")
-t("#FFD700#P. power#FFFFFF#: ", "#FFD700#物理强度#FFFFFF#: ")
-t("#0080FF#P. save#FFFFFF#:  ", "#0080FF#物理豁免#FFFFFF#: ")
-t("#FFD700#S. power#FFFFFF#: ", "#FFD700#法术强度#FFFFFF#: ")
-t("#0080FF#S. save#FFFFFF#:  ", "#0080FF#法术豁免#FFFFFF#: ")
-t("#FFD700#M. power#FFFFFF#: ", "#FFD700#精神强度#FFFFFF#: ")
-t("#0080FF#M. save#FFFFFF#:  ", "#0080FF#精神豁免#FFFFFF#: ")
-t("Critical Mult: ", "暴击加成: ")
-t("Time left: ", "剩余时间: ")
+t("Iceblock: %d", "冰块:%d")
+t("%sVim Value: %d#LAST#", "%s活力值:%d#LAST#")
+t("#ffa0ff#Predator: +%d acc, +%d apr#LAST#", "#ffa0ff#猎杀者:+%d 命中, +%d 护甲穿透#LAST#")
+t("Resists: ", "抗性:")
+t("Hardiness/Armour: ", "护甲强度/护甲值:")
+t("Size: ", "体型:")
+t("#FFD700#Accuracy#FFFFFF#: ", "#FFD700#命中值 #FFFFFF#:")
+t("#0080FF#Defense#FFFFFF#:  ", "#0080FF#闪避值 #FFFFFF#:")
+t("#FFD700#P. power#FFFFFF#: ", "#FFD700#物理强度#FFFFFF#:")
+t("#0080FF#P. save#FFFFFF#:  ", "#0080FF#物理豁免#FFFFFF#:")
+t("#FFD700#S. power#FFFFFF#: ", "#FFD700#法术强度#FFFFFF#:")
+t("#0080FF#S. save#FFFFFF#:  ", "#0080FF#法术豁免#FFFFFF#:")
+t("#FFD700#M. power#FFFFFF#: ", "#FFD700#精神强度#FFFFFF#:")
+t("#0080FF#M. save#FFFFFF#:  ", "#0080FF#精神豁免#FFFFFF#:")
+t("Critical Mult: ", "暴击加成:")
+t("Time left: ", "剩余时间:")
 t("#LIGHT_BLUE#Main:#LAST#%s", "#LIGHT_BLUE#主手:#LAST#%s")
 t("#LIGHT_BLUE#Off :#LAST#%s", "#LIGHT_BLUE#副手:#LAST#%s")
 t("#LIGHT_BLUE#Psi :#LAST#%s", "#LIGHT_BLUE#灵能:#LAST#%s")
 t("#LIGHT_BLUE#Ammo:#LAST#%s", "#LIGHT_BLUE#弹药:#LAST#%s")
 t("#LIGHT_BLUE#Unarmed:#LAST#%s", "#LIGHT_BLUE#徒手:#LAST#%s")
 t("#LIGHT_BLUE#Unarmed:#LAST#", "#LIGHT_BLUE#徒手:#LAST#")
-t("Melee Retaliation: ", "近战反伤: ")
-t("Classes: ", "职业: ")
-t("Faction: ", "阵营: ")
-t("Personal reaction: ", "个人关系: ")
-t("Sustained Talents: ", "持续技能: ")
-t("Temporary Status Effects: ", "临时状态效果: ")
+t("Melee Retaliation: ", "近战反伤:")
+t("Classes: ", "职业:")
+t("Faction: ", "阵营:")
+t("Personal reaction: ", "个人关系:")
+t("Sustained Talents: ", "持续技能:")
+t("Temporary Status Effects: ", "临时状态效果:")
 t("#LIGHT_GREEN#%d healing #LAST##AQUAMARINE#(%d psi heal)#LAST#", "#LIGHT_GREEN#%d 治疗 #LAST##AQUAMARINE#(%d 超能力值治疗)#LAST#")
 t("#LIGHT_GREEN#%d healing#LAST#", "#LIGHT_GREEN#%d 治疗#LAST#")
 t("#STEEL_BLUE#(%d shifted)#LAST#", "#STEEL_BLUE#(%d 相位切换减伤)#LAST#")
-t("%s unleashes the stored damage in retribution!", "%s 发动累积的伤害进行报复性攻击!")
-t("#DARK_GREEN##Source# shares damage with %s oozes!", "#DARK_GREEN##Source# 和 %s 软泥怪平分伤害!")
+t("%s unleashes the stored damage in retribution!", "%s释放累积的伤害进行报复性攻击!")
+t("#DARK_GREEN##Source# shares damage with %s oozes!", "#DARK_GREEN##Source#和%s软泥怪平分伤害!")
 t("#CRIMSON##Source# teleports some damage to #Target#!", "#CRIMSON##Source#将部分伤害转移给 #Target#!")
-t("#CRIMSON#(%d teleported)#LAST#", "#CRIMSON#(%d 到相位盾)#LAST#")
+t("#CRIMSON#(%d teleported)#LAST#", "#CRIMSON#(%d 相位盾吸收)#LAST#")
 t("#CRIMSON#%d teleported#LAST#", "#CRIMSON#%d 到相位盾#LAST#")
-t("#STEEL_BLUE#(%d to time)#LAST#", "#STEEL_BLUE#(%d 到时间盾)#LAST#")
+t("#STEEL_BLUE#(%d to time)#LAST#", "#STEEL_BLUE#(%d 时间盾吸收)#LAST#")
 t("Your time shield crumbles under the damage!", "你的时间护盾在攻击下被打破!")
-t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 伤害吸收)#LAST#")
+t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 护盾吸收)#LAST#")
 t("#SLATE#%d reflected#LAST#", "#SLATE#%d 伤害反射#LAST#")
-t("#CRIMSON##Source# reflects damage back to #Target#!#LAST#", "#CRIMSON##Source# 将伤害反射回 #Target#!#LAST#")
+t("#CRIMSON##Source# reflects damage back to #Target#!#LAST#", "#CRIMSON##Source#将伤害反射回#Target#!#LAST#")
 t("Your shield crumbles under the damage!", "你的护盾在攻击下被打破!")
-t("#CRIMSON##Source# shares some damage with a shadow!", "#CRIMSON##Source# 与阴影共享伤害!")
+t("#CRIMSON##Source# shares some damage with a shadow!", "#CRIMSON##Source#与阴影共享伤害!")
 t("#PINK#(%d linked)#LAST#", "#PINK#(%d 伤害链接)#LAST#")
 t("#PINK#%d linked#LAST#", "#PINK#%d 伤害链接#LAST#")
 t("#SLATE#(%d deflected)#LAST#", "#SLATE#(%d 念力折射)#LAST#")
-t("#STEEL_BLUE#(%d to ice)#LAST#", "#STEEL_BLUE#(%d 到冰块)#LAST#")
+t("#STEEL_BLUE#(%d to ice)#LAST#", "#STEEL_BLUE#(%d 冰块吸收)#LAST#")
 t("#SLATE#(%d resonance)#LAST#", "#SLATE#(%d 共鸣领域)#LAST#")
 t("Your resonance field crumbles under the damage!", "你的共鸣领域在攻击下被打破!")
 t("%s shatters into pieces!", "%s 被打成碎片!")
 t("#F53CBE#You fight through the pain!", "#F53CBE#你在痛苦中战斗!")
 t("#F53CBE#Your hatred grows even as your life fades!", "#F53CBE#当你失去生命时,你的仇恨增长了!")
 t("#F53CBE#Your powerful attack feeds your madness!", "#F53CBE#你强有力的攻击增进了你的疯狂!")
-t("%s (+%d hate)", "%s (+%d仇恨值)")
+t("%s (+%d hate)", "%s (+%d 仇恨值)")
 t("%s splits in two!", "%s 分裂成了两个!")
-t("%s#Source# converts some damage to Psi!", "%s#Source# 将伤害转移到超能力值!")
+t("%s#Source# converts some damage to Psi!", "%s#Source#将伤害转移到超能力值!")
 t("%s%d %s#LAST#", "%s%d %s#LAST#")
 t("to psi", "到超能力值")
-t("#RED#(%d refused)#LAST#", "#RED#(%d 无视伤害)#LAST#")
-t("#RED##Source# is unstoppable!", "#RED##Source# 势不可挡!!")
-t("#YELLOW#%s has been healed by a blast of positive energy!#LAST#", "#YELLOW#%s 被一股正能量治疗!#LAST#")
-t("%s fades for a moment and then reforms whole again!", "%s 消失了一阵之后又完好无损地出现了!")
-t("#CRIMSON##Source# leeches life from #Target#!", "#LIGHT_RED# #Source# 从#Target#身上吸取生命!")
+t("#RED#(%d refused)#LAST#", "#RED#(%d 伤害无视)#LAST#")
+t("#RED##Source# is unstoppable!", "#RED##Source#势不可挡!!")
+t("#YELLOW#%s has been healed by a blast of positive energy!#LAST#", "#YELLOW#%s被一股正能量治疗!#LAST#")
+t("%s fades for a moment and then reforms whole again!", "%s消失了一阵之后又完好无损地出现了!")
+t("#CRIMSON##Source# leeches life from #Target#!", "#LIGHT_RED##Source#从#Target#身上吸取生命!")
 t("#CRIMSON##Source# steals life from #Target#!", "#CRIMSON##Source#从#Target#处吸取生命!")
-t("#SLATE#(%d to stone)#LAST#", "#SLATE#(%d 到石头)#LAST#")
-t("#OLIVE_DRAB##Source# redirects damage from #Target# to %s!#LAST#", "#OLIVE_DRAB##Source# 将来自#Target#的伤害转移到%s!#LAST#")
+t("#SLATE#(%d to stone)#LAST#", "#SLATE#(%d 石头吸收)#LAST#")
+t("#OLIVE_DRAB##Source# redirects damage from #Target# to %s!#LAST#", "#OLIVE_DRAB##Source#将来自#Target#的伤害转移到%s!#LAST#")
 t("#OLIVE_DRAB#(%d redirected)#LAST#", "#OLIVE_DRAB#(%d 伤害转移)#LAST#")
 t("#OLIVE_DRAB#%d redirected#LAST#", "#OLIVE_DRAB#%d 伤害转移#LAST#")
-t("#CRIMSON##Source# leeches energies from #Target#!", "#LIGHT_RED# #Source# 从#Target#身上吸取能量!")
+t("#CRIMSON##Source# leeches energies from #Target#!", "#LIGHT_RED##Source#从#Target#身上吸取能量!")
+t("RESURRECT!", "复活!")
 t("You feel a surge of power as a powerful creature falls nearby.", "你感受到一股力量的涌动,附近有个强大的生物倒下。")
 t("%s feeds you hate from its latest victim. (+%d hate)", "%s最近的受害者为你提供%d仇恨")
 t("#LIGHT_RED#The cease to exist spell fizzles and cancels, leaving the timeline intact.", "#LIGHT_RED#当前法术失败而终止,时间线保持了稳定。")
 t("Prodigy!", "获得觉醒技!")
 t([[You have achieved #LIGHT_GREEN#level %d#WHITE# and gained a #LIGHT_GREEN#prodigy point#LAST#!
 
-Prodigies are powerful talents with unique requirements that cannot be unlearned.]], [[你升到了#LIGHT_GREEN#%d级#WHITE#,得到了一个#LIGHT_GREEN#觉醒点#LAST#!
+Prodigies are powerful talents with unique requirements that cannot be unlearned.]], [[你升到了#LIGHT_GREEN#%d级#WHITE#,得到了一点#LIGHT_GREEN#觉醒点#LAST#!
 
 觉醒技是需要特殊学习需求的强大技能,无法遗忘。]])
 t("Level 50!", "50级!")
@@ -2001,24 +2075,26 @@ This level is special, it granted you #LIGHT_GREEN#10#WHITE# more stat points, #
 Now go forward boldly and triumph!]], [[你达到了#LIGHT_GREEN#等级 50#WHITE#, 祝贺你!
 这个等级很特殊,你可以得到额外的#LIGHT_GREEN#10#WHITE#点属性点,#LIGHT_GREEN#3#WHITE#点职业技能点和#LIGHT_GREEN#3#WHITE#点通用技能点。
 现在,勇敢的向前并取得最终的胜利吧!]])
+t("LEVEL UP!", "升级了!")
 t("#00ffff#Welcome to level %d [%s].", "#00ffff#欢迎来到等级 %d [ %s ]")
 t("Press p to use them.", "请按 p 使用它们。")
-t("Select %s in the party list and press G to use them.", "请选择队伍里的 %s ,按 G 使用它们。")
+t("Select %s in the party list and press G to use them.", "请选择队伍里的%s,按 G 使用它们。")
 t("%d stat point(s)", "%d 属性点")
 t("%d class talent point(s)", "%d 职业技能点")
 t("%d generic talent point(s)", "%d 通用技能点")
 t("%d category point(s)", "%d 大系点")
 t("#VIOLET#%d prodigies point(s)#WHITE#", "#VIOLET#%d 觉醒点#WHITE#")
-t("%s has %s to spend. %s", "%s 有 %s 可以使用。%s")
-t("#AQUAMARINE#You have gained one more life (%d remaining).", "#AQUAMARINE#你额外获得了一条命(剩余%d生命数)")
+t("%s has %s to spend. %s", "%s有 %s可以使用。%s")
+t("#AQUAMARINE#You have gained one more life (%d remaining).", "#AQUAMARINE#你额外获得了一条命(剩余生命数:%d)")
 t("#FF0000#You carry too much--you are encumbered!", "#FF0000#你拿了太多东西——超重了!")
 t("#FF0000#Drop some of your items.", "#FF0000#丢弃一些东西。")
 t("#00FF00#You are no longer encumbered.", "#00FF00#你不再超重。")
 t("You cannot switch equipment while sleeping!", "你不能在睡眠中切换装备")
-t("%s warps space-time to equip: %s.", "%s扭曲空间,切换武器至: %s 。")
-t("%s switches %s weapons to: %s.", "%s切换%s武器至 %s 。")
+t("%s warps space-time to equip: %s.", "%s扭曲空间,切换武器至:%s 。")
+t("%s switches %s weapons to: %s.", "%s切换%s武器至%s。")
 t("%s wears %s%s.", "%s穿上了%s%s。")
-t("%s #LIGHT_STEEL_BLUE#Triggers an Anomaly! (%s).", "%s #LIGHT_STEEL_BLUE#触发了一次异常! (%s)。")
+t("antimagic", "反魔法")
+t("%s #LIGHT_STEEL_BLUE#Triggers an Anomaly! (%s).", "%s #LIGHT_STEEL_BLUE#触发了一次异常!(%s)。")
 t("#STEEL_BLUE#Casting %s.", "#STEEL_BLUE#释放%s。")
 t("#STEEL_BLUE#You've moved to another time thread.", "#STEEL_BLUE#你移动到了另一条时间线")
 t("#LIGHT_RED#You lose control and unleash an anomaly!", "#LIGHT_RED#你失去控制产生了异常!")
@@ -2026,12 +2102,12 @@ t("#LIGHT_RED#You feel the edges of spacetime begin to ripple and bend!", "#LIGH
 t("#LIGHT_BLUE#Spacetime feels more stable.", "#LIGHT_BLUE#时空变得更加稳定。")
 t("#LIGHT_RED#Spacetime fights against your control!", "#LIGHT_RED#时空失去了控制!")
 t("#LIGHT_BLUE#Spacetime has calmed...  somewhat.", "#LIGHT_BLUE#时空稍微稳定了些...")
-t("You already tried to use %s, an instant use talent, this turn and failed.", "你在本回合已经使用了瞬发技能 %s ,并且失败了,无法再次使用")
-t("%s is too afraid to use %s.", "%s 由于恐惧无法使用 %s 。")
-t("%s is silenced and cannot use %s.", "%s 被沉默而无法使用 %s 。")
+t("You already tried to use %s, an instant use talent, this turn and failed.", "你在本回合尝试使用瞬间技能%s失败,这回合无法再次使用。")
+t("%s is too afraid to use %s.", "%s非常恐惧,无法使用%s。")
+t("%s is silenced and cannot use %s.", "%s被沉默,无法使用%s。")
 t("The spell fizzles.", "法术失败了。")
-t("%s is too disconnected from Nature to use %s.", "%s 扰乱了自然平衡而无法使用 %s 。")
-t("%s is unable to use this kind of inscription.", "%s 无法使用这类纹身。")
+t("%s is too disconnected from Nature to use %s.", "%s扰乱了自然平衡而无法使用%s。")
+t("%s is unable to use this kind of inscription.", "%s无法使用这类纹身。")
 t("%s is too heavily armoured to use this talent.", "%s身穿重甲,无法使用该技能。")
 t("%s can't use this talent while holding a weapon or shield.", "%s在装备武器或盾牌的时候,无法使用该技能。")
 t("%s is sleeping and unable to do this.", "%s正处于睡眠中,不能这样做。")
@@ -2045,48 +2121,49 @@ t("You do not have enough %s to use %s.", "你没有足够的%s施展:%s#")
 t("You fail to use %s due to your equilibrium!", "由于你的失衡值过高你使用 %s 失败!")
 t("%s's %s has been disrupted by #ORCHID#anti-magic forces#LAST#!", "%s的%s被#ORCHID#反魔法力量#LAST#打断了!")
 t("%s's %s has been disrupted by #ORCHID#anti-nature forces#LAST#!", "%s的%s被#ORCHID#反自然力量#LAST#打断了!")
-t("%s is confused and fails to use %s.", "%s 陷入混乱使用 %s 时失败。")
-t("%s fails to use %s.", "%s 使用 %s 时失败。")
-t("%s fumbles and fails to use %s, injuring %s!", "%s 使用 %s 失败,还弄伤了%s!")
+t("%s is confused and fails to use %s.", "%s陷入混乱使用%s时失败。")
+t("%s fails to use %s.", "%s使用%s时失败。")
+t("%s fumbles and fails to use %s, injuring %s!", "%s使用%s失败,还弄伤了%s!")
 t("%s's %s is interrupted by the shot!", "%s的%s被射击打断!")
-t("%s %s #{bold}##ORANGE#%s#LAST#.", "%s %s #{bold}##ORANGE#%s#LAST#。")
+t("%s %s #{bold}##ORANGE#%s#LAST#.", "%s%s#{bold}##ORANGE#%s#LAST#。")
 t("activates", "启用了")
 t("deactivates", "关闭了")
 t("%s casts #{bold}#%s%s.#{normal}##LAST#", "%s施放了#{bold}#%s%s.#{normal}##LAST#")
 t("%s uses #{bold}#%s%s.#{normal}##LAST#", "%s使用了#{bold}#%s%s.#{normal}##LAST#")
-t("%s talent '%s%s' is disrupted by the mind parasite.", "%s 的技能 '%s%s' 被精神寄生虫干扰。")
-t("Effective talent level: ", "有效技能等级: ")
+t("%s talent '%s%s' is disrupted by the mind parasite.", "%s的技能'%s%s'被精神寄生虫干扰。")
+t("Effective talent level: ", "有效技能等级:")
 t("Passive", "被动技能")
 t("Sustained", "持续技能")
 t("Activated", "主动技能")
-t("Use mode: ", "使用模式: ")
-t("Feedback cost: ", "反馈值消耗: ")
+t("Use mode: ", "使用模式:")
+t("Feedback cost: ", "反馈值消耗:")
 t("Fortress Energy cost: ", "堡垒能量消耗")
-t("Sustain feedback cost: ", "持续反馈值消耗: ")
+t("Sustain feedback cost: ", "持续反馈值消耗:")
 t("cost", "消耗")
 t("gain", "获得")
-t("Sustain %s cost: ", "持续 %s 消耗: ")
+t("Sustain %s cost: ", "持续%s消耗:")
 t("Generates", "产生")
 t("Removes", "移除")
+t("%s %s: ", "%s%s:")
 t("Drains", "吸收")
 t("Replenishes", "补充")
-t("Range: ", "作用范围: ")
+t("Range: ", "使用范围:")
 t("melee/personal", "近战/单体")
-t("%d%% of base", "%d%% 基础速度")
-t("Travel Speed: ", "飞行速度: ")
+t("%d%% of base", "%d%%基础速度")
+t("Travel Speed: ", "飞行速度:")
 t("instantaneous", "瞬间")
 t("Full Turn", "完整回合")
-t("Instant (#LIGHT_GREEN#0%#LAST# of a turn)", "瞬发 (#LIGHT_GREEN#0%#LAST# 个回合)")
+t("Instant (#LIGHT_GREEN#0%#LAST# of a turn)", "瞬间(#LIGHT_GREEN#0%#LAST#回合)")
 t("Special", "特殊")
-t("%s (#LIGHT_GREEN#%d%%#LAST# of a turn)", "%s (#LIGHT_GREEN#%d%%#LAST# 个回合)")
-t("Usage Speed: ", "使用速度: ")
-t("Won't Break Stealth:  ", "不会打破潜行: ")
-t("%sCooldown: ", "%s冷却时间: ")
+t("%s (#LIGHT_GREEN#%d%%#LAST# of a turn)", "%s(#LIGHT_GREEN#%d%%#LAST#回合)")
+t("Usage Speed: ", "使用速度:")
+t("Won't Break Stealth:  ", "不会打破潜行:")
+t("%sCooldown: ", "%s冷却时间:")
 t("Fixed ", "固定")
 t(" and ", "和")
-t("Is: ", "是: ")
-t("Will Deactivate: ", "会解除: ")
-t("Description: ", "介绍: ")
+t("Is: ", "是:")
+t("Will Deactivate: ", "会解除:")
+t("Description: ", "介绍:")
 t("%s will now be used as often as possible automatically.", "%s将会尽可能多地自动使用")
 t("Automatic use enabled", "技能启用自动使用")
 t("- requires a turn to use", "- 需要一回合来使用")
@@ -2104,39 +2181,41 @@ t([[%s:
 t("Automatic use", "技能自动使用")
 t("%s will not be automatically used.", "%s 不会被自动使用。")
 t("Automatic use disabled", "关闭技能自动使用")
-t("#LIGHT_RED#%s starts suffocating to death!", "#LIGHT_RED#%s 窒息了!")
+t("#LIGHT_RED#%s starts suffocating to death!", "#LIGHT_RED#%s窒息了!")
 t("Physical save", "物理豁免")
 t("Mental save", "精神豁免")
 t("Spell save", "法术豁免")
-t("#ORANGE#%s shrugs off %s '%s'!", "#ORANGE#%s 豁免了 %s “ %s ”效果!")
-t("#LIGHT_UMBER#%s resists %s '%s'!", "#LIGHT_UMBER#%s 抵抗了 %s “ %s ”效果!")
+t("#ORANGE#%s shrugs off %s '%s'!", "#ORANGE#%s豁免了%s“%s”!")
+t("#LIGHT_UMBER#%s resists %s '%s'!", "#LIGHT_UMBER#%s抵抗了%s“%s”!")
 t("#Target#'s", "#Target#çš„")
 t("the effect", "效果")
-t("#Source# deflects the projectile from #Target# %s", "#Source# 将 #Target# 的抛射物偏移到 %s")
-t("%s reflects the spell!", "%s 反射了法术!")
-t("%s ignores the spell!", "%s 无视了法术!")
+t("but fumbles!", "但是失败了!")
+t("to the %s!", "到%s!")
+t("#Source# deflects the projectile from #Target# %s", "#Source#偏移来自#Target#的抛射物%s")
+t("%s reflects the spell!", "%s反射了法术!")
+t("%s ignores the spell!", "%s无视了法术!")
 t("You can not drop items while sleeping.", "你不能在睡眠状态下丢弃物品")
 t("You can not drop %s (plot item).", "你不能丢弃%s (剧情物品)。")
 t("You can not drop %s (tagged).", "你不能丢弃%s (已被标记)。")
 t("Any item dropped on the world map will be lost forever.", "所有在世界地图上丢弃的物品都将永远消失。")
 t("Warning", "警告")
-t("You destroy %s.", "你摧毁了 %s 。")
-t("You can not destroy %s.", "你不能摧毁 %s 。")
+t("You destroy %s.", "你摧毁了%s。")
+t("You can not destroy %s.", "你不能摧毁%s。")
 t("Cancel", "取消")
 t("Destroy", "摧毁")
-t("%s drops on the floor: %s.", "%s 把 %s 丢在了地上。")
+t("%s drops on the floor: %s.", "%s把%s丢在了地上。")
 t("You had to drop %s due to lack of space.", "由于空间不足,你必须丢下%s。")
 t("You cannot change your equipment while sleeping!", "你不能在睡眠中切换装备!")
-t("%s - %sEncumbrance %d/%d", "%s - %s负重 %d/%d")
-t("You extract %s from %s", "你从 %s 中提炼了 %s 。")
-t("You gain %0.2f gold from the transmogrification of %s.", "你获得了 %0.2f 金币,转化了 %s")
+t("%s - %sEncumbrance %d/%d", "%s-%s负重 %d/%d")
+t("You extract %s from %s", "你从%s中提炼了%s。")
+t("You gain %0.2f gold from the transmogrification of %s.", "你获得了%0.2f金币,转化了%s。")
 t("When you close the inventory window, all items in the chest will be transmogrified.", "当你关闭物品栏的时候,所有在转化之盒里的物品都会被自动转化")
 t("Transmogrification Chest", "转化之盒")
 t("transmogrify", "转化")
 t("You detach %s from your %s.", "你将%s从%s上取下。")
 t("You cannot change your equipment!", "你不能切换装备!")
 t("You can not use a tinker without the corresponding item.", "你不能在没有相关物品时使用配件")
-t("This item is not usable: %s.", "该物品不能使用: %s.")
+t("This item is not usable: %s.", "该物品不能使用:%s.")
 t("This tinker can not be applied to this item.", "这个配件不能装在该物品上")
 t("You already have a tinker on this item.", "这个物品上已经有了配件")
 t("You attach %s to your %s.", "你将%s装载在%s上。")
@@ -2148,7 +2227,7 @@ section "game/modules/tome/class/FortressPC.lua"
 
 t("Yiilkgur, the Sher'Tul Fortress", "夏·图尔堡垒 伊克格")
 t("You are unable to move!", "你无法移动!")
-t("You have found a trap (%s)!", "你发现了一个陷阱( %s )!")
+t("You have found a trap (%s)!", "你发现了一个陷阱(%s)!")
 t("Do you wish to teleport to the fortress?", "你想要传送到堡垒吗?")
 t("The teleport fizzles!", "传送失败了!")
 
@@ -2156,34 +2235,29 @@ t("The teleport fizzles!", "传送失败了!")
 ------------------------------------------------
 section "game/modules/tome/class/Game.lua"
 
-t([[Today is the % %s of the %s year of the Age of Ascendancy of Maj'Eyal.
-The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %  。
-当前时间 %02d:%02d。]], {3,2,1,4,5})
+t("Main character", "主角色")
 t("Character Creation ( %s unlocked options)", "角色创建 ( %s 解锁选项)")
 t("Welcome to #LIGHT_BLUE#Tales of Maj'Eyal", "欢迎来到#LIGHT_BLUE#马基埃亚尔的传说")
-t([[Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.
-The time is %02d:%02d.]], [[今天是马基·埃亚尔卓越纪%s年,%s %s 。
-当前时间 %02d:%02d。]], {3,2,1,4,5})
 t([[%s the level %d %s %s.
 Difficulty: %s / %s
 Campaign: %s
-Exploring level %s of %s.]], [[%s 等级%d, %s %s。
-难度: %s / %s
-战役: %s
-正在探索楼层 %s, %s。]])
+Exploring level %s of %s.]], [[%s 等级%d,%s %s。
+难度:%s / %s
+战役:%s
+正在探索楼层 %s,%s。]])
 t("%s the %s %s", "%s, %s %s")
 t([[%s the %s %s.
 Difficulty: %s / %s
 Campaign: %s]], [[%s,%s %s。
-难度: %s / %s
-战役: %s]])
+难度:%s / %s
+战役:%s]])
 t("#LIGHT_RED#You may not change level so soon after a kill (%d game turns left to wait)!", "#LIGHT_RED#在完成一次杀戮后,你现在不能离开该层!(等待%d回合)")
 t("#LIGHT_RED#You may not change level without your own body!", "#LIGHT_RED#你只能用自己的身体离开地图!")
 t("#LIGHT_RED#You may not leave the zone with this character!", "#LIGHT_RED#你不能用这个角色离开地图!")
 t("#LIGHT_RED#You cannot escape your fate by leaving the level!", "#LIGHT_RED#你不能离开地图以求逃避命运!")
-t("Stay: level %s of %s", "待在:  %s 第%s层", {1,3,2})
-t("Keep Trying: level %s of %s", "继续尝试:  %s 第%s层", {1,3,2})
-t("Log the problem, Stay: level %s of %s", "记录问题,待在:  %s 第%s层", {1,3,2})
+t("Stay: level %s of %s", "待在:%s第%s层", {1,3,2})
+t("Keep Trying: level %s of %s", "继续尝试:%s第%s层", {1,3,2})
+t("Log the problem, Stay: level %s of %s", "记录问题,待在:%s第%s层", {1,3,2})
 t("Debug the problem (move to the failed zone/level)", "调试问题 (进入失败的地图/楼层)")
 t("Information logged", "信息已记录。")
 t("Information on the failed zone and level dumped to the log file.", "有关失败的地图和楼层的信息,已被输出到日志文件。")
@@ -2206,7 +2280,7 @@ t("#Source# hits #Target# for %s damage.", "#Source#击中#Target#造成%s伤害
 t("#Source# receives %s.", "#Source#受到%s。")
 t("#Target# receives %s from #Source#.", "#Target#受到来自#Source#的%s。")
 t("Kill (%d)!", "杀死 (%d)!")
-t("#{bold}##Source# killed #Target#!#{normal}#", "#{bold}##Source# 击杀了 #Target#!#{normal}#")
+t("#{bold}##Source# killed #Target#!#{normal}#", "#{bold}##Source#击杀了#Target#!#{normal}#")
 t("%s", "%s")
 t("Showing big healthbars and tactical borders.", "显示大血条+边框")
 t("Showing healthbars only.", "只显示血条信息")
@@ -2219,42 +2293,64 @@ t("You may not auto-explore with enemies in sight (%s to the %s%s)!", "当有敌
 t("There is nowhere left to explore.", "这一层没有地方可以探索了。")
 t("Hotkey page %d is now displayed.", "当前显示快捷键第%d页。")
 t("You cannot currently leave the level.", "你现在不能离开本层。")
-t("You cannot go into the wilds with the following effects: %s", "由于当前状态异常,你无法进入野外: %s")
+t("You cannot go into the wilds with the following effects: %s", "由于当前状态异常,你无法进入野外:%s")
 t("There is no way out of this level here.", "这里不是离开该层的出口。")
-t("#GOLD#Automatic talent usage: %s", "#GOLD#自动技能使用: %s")
-t("#GOLD#Automatic accept target mode: %s", "#GOLD#技能自动选择目标: %s")
+t("#GOLD#Automatic talent usage: %s", "#GOLD#自动技能使用:%s")
+t("#GOLD#Automatic accept target mode: %s", "#GOLD#技能自动选择目标:%s")
 t("Displaying creatures.", "显示生物。")
 t("Displaying talents.", "显示技能。")
 t("Show Achievements", "显示成就")
+t("Tales of Maj'Eyal Achievements", "马基埃亚尔的传说成就")
 t("Show known Lore", "显示已知手札")
+t("Tales of Maj'Eyal Lore", "马基埃亚尔的传说手札")
 t("Show ingredients", "显示材料")
 t("Inventory", "物品栏")
 t("Character Sheet", "角色信息面板")
 t("Game Options", "游戏选项")
 t("Looking around... (direction keys to select interesting things, shift+direction keys to move freely)", "正在观察四周…(按方向键定位有趣的东西,按Shift+方向键自由移动)")
 t("Tooltip %s", "提示%s")
-t("Movement Mode: #LIGHT_GREEN#Default#LAST#.", "移动模式: #LIGHT_GREEN#默认#LAST#.")
-t("Movement Mode: #LIGHT_RED#Passive#LAST#.", "移动模式: #LIGHT_RED#被动#LAST#.")
+t("Movement Mode: #LIGHT_GREEN#Default#LAST#.", "移动模式:#LIGHT_GREEN#默认#LAST#.")
+t("Movement Mode: #LIGHT_RED#Passive#LAST#.", "移动模式:#LIGHT_RED#被动#LAST#.")
 t("#GOLD#CHEAT MOVE ACTOR %s: ctrl+shift+alt+right click on an empty map spot to move it", "#GOLD#CHEAT MOVE ACTOR %s: ctrl+shift+alt+right 点击地图上的空白位置来移动它")
 t("Save and go back to main menu?", "保存并返回主菜单?")
 t("quitting", "正在退出")
 t("Save and exit game?", "保存并退出游戏?")
 t("saving", "正在保存")
 t("Saving game...", "保存游戏...")
-t("#ANTIQUE_WHITE#Splash screen unlocked: #GOLD#%s", "#ANTIQUE_WHITE#游戏启动画面已解锁: #GOLD#%s")
+t("#ANTIQUE_WHITE#Splash screen unlocked: #GOLD#%s", "#ANTIQUE_WHITE#游戏启动画面已解锁:#GOLD#%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/GameState.lua"
 
 t("#AQUAMARINE#Most stores should have new stock now.", "#AQUAMARINE#大部分商店现在应该有新货物了。")
+t("crackling", "爆裂")
+t("faceted", "镶嵌的")
+t("faded", "æš—æ·¡çš„")
+t("flawless", "无缺陷的")
+t("gleaming", "闪耀的")
+t("glistening", "明亮的")
+t("glowing", "发光的")
+t("humming", "嗡嗡作响的")
+t("immaculate", "整洁的")
+t("jewel-encrusted", "宝石覆盖的")
+t("laminated", "粘合的")
+t("plated", "镀制")
+t("rune-covered", "符文的")
+t("scintillating", "有趣的")
+t("shadowy", "阴影的")
+t("sigiled", "印记的")
+t("silvered", "银白的")
+t("twisted", "扭曲的")
+t("unblemished", "不羁的")
 t("Ambush!", "伏击!")
 t("You have been ambushed!", "你被伏击了!")
+t("%s the %s", "%s %s", {2,1})
 t("Leave the level (to the next level) without killing a single creature. You will get #{italic}#two#{normal}# rewards.", "在不杀死任何怪物的情况下离开这一层(到达下一层)。你将得到#{italic}#两份#{normal}# 奖励。")
 t("Pacifist", "和平主义者")
 t("Exterminate every foe on the level.", "杀死这一层的所有敌人。")
 t("Exterminator", "屠夫")
-t("Foes left: #LIGHT_RED#%s", "剩余敌人:  #LIGHT_RED#%s")
+t("Foes left: #LIGHT_RED#%s", "剩余敌人:#LIGHT_RED#%s")
 t([[#LIGHT_RED#EXTERMINATE THIS FOE#LAST#
 %s]], [[#LIGHT_RED#歼灭这个敌人#LAST#
 %s]])
@@ -2275,50 +2371,52 @@ t("Mirror Challenge of %s", "%s的镜像挑战")
 t("but nobody knew why #sex# suddenly became evil", "但是没有人知道为什么#sex#突然变得邪恶了")
 t("#ORCHID#%s does not recognize you.", "#ORCHID#%s 没有认出你。")
 t("Challenge your mirror clone and triumph!", "挑战你的镜像克隆体,并取得胜利!")
-t("Challenge: #PURPLE#Mirror Match", "挑战:  #PURPLE#镜像挑战")
+t("Challenge: #PURPLE#Mirror Match", "挑战:#PURPLE#镜像挑战")
 t("#CRIMSON#The Fight Is Joined!", "#CRIMSON#战斗开始了!")
-t("Challenge: #PURPLE#Near Sighted", "Challenge: #PURPLE#近视眼")
+t("Challenge: #PURPLE#Near Sighted", "挑战:#PURPLE#近视眼")
 t("Proceed to the next Infinite Dungeon level with -7 sight range for a reward.", "在-7视野下到达无尽地下城的下一层,以获得奖励")
 t("Near Sighted", "近视眼")
 t("Proceed to the next Infinite Dungeon level with -7 sight range.", "在-7视野下到达无尽地下城的下一层。")
 t("All foes (including bosses) gain the ability to multiply up to 3 times.  You must survive for at least %d turns before exiting.", "所有敌人(包括boss)都有能力复制 3 次。你需要至少存活 %d 个回合才能离开。")
-t("Challenge: #PURPLE#Multiplicity", "Challenge: #PURPLE#复制")
+t("Challenge: #PURPLE#Multiplicity", "挑战:#PURPLE#复制")
 t("All foes have the multiply talent!", "所有敌人都有复制能力")
 t("Multiplicity", "复制")
 t("Turns left: #LIGHT_GREEN#%d", "剩余回合: #LIGHT_GREEN#%d")
-t("#LIGHT_GREEN#Multiplicity: You have survived so far. Exit for your reward!", "#LIGHT_GREEN#复制: 你存活了下来。离开楼层,领取奖励吧!")
+t("#LIGHT_GREEN#Multiplicity: You have survived so far. Exit for your reward!", "#LIGHT_GREEN#复制:你存活了下来。离开楼层,领取奖励吧!")
 t("Survive the multiplicative madness!.", "从疯狂的复制中存活下来!")
 t("#rng# the Spawn of Urh'Rok", "#rng# 乌鲁洛克的子嗣")
-t("Challenge: #PURPLE#Headhunter", "Challenge: #PURPLE#猎头者")
+t("Challenge: #PURPLE#Headhunter", "挑战:#PURPLE#猎头者")
 t("Kill %d spawns of Urh'Rok on the level before killing any other elite (or higher rank) creatures, for an uncommon reward.", "在杀死精英或更高级别的怪物之前,在楼层里杀死 %d 个乌鲁洛克的子嗣,以获取稀有奖励。")
 t("Headhunter", "猎头者")
 t("Kill %d spawns of Urh'Rok on the level before killing any elite creatures.", "在杀死任何精英怪物之前,杀死楼层里 %d 个乌鲁洛克的子嗣。")
-t("%d / %d demon spawn killed.", "已杀死 %d / %d 个恶魔子嗣")
+t("%d / %d demon spawn killed.", "已杀死 %d/%d 个恶魔子嗣")
 t("#ORCHID#You claim the head of %s, giving pause to all foes on the level.", "#ORCHID#你杀死了 %s,楼层上所有的敌人都被暂停了。")
 t("Accept", "接受")
 t("Refuse", "拒绝")
 t("Random Artifact", "随机神器")
-t("Random Artifact: %s", "随机神器: %s")
+t("Random Artifact: %s", "随机神器:%s")
 t("+3 Stat Points", "+3 属性点")
 t("+1 Class Point", "+1 职业技能点")
 t("+1 Generic Point", "+1 通用技能点")
 t("+1 Category Point", "+1 大系点")
 t("+1 Prodigy Point", "+1 觉醒点")
 t(" and ", "和")
-t("#OLIVE_DRAB#Reward%s: %s", "#OLIVE_DRAB#奖励: %s", {[2]=1})
-t("#LIGHT_BLUE#%s has received: %s.", "#LIGHT_BLUE#%s获得了: %s.")
+t("#OLIVE_DRAB#Reward%s: %s", "#OLIVE_DRAB#奖励:%s", {[2]=1})
+t("#LIGHT_BLUE#%s has received: %s.", "#LIGHT_BLUE#%s获得了:%s.")
 t("#LIGHT_GREEN#%s", "#LIGHT_GREEN#%s")
-t("You have unlocked a new talent: %s!", "你解锁了新技能:  %s!")
+t("You have unlocked a new talent: %s!", "你解锁了新技能:%s!")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Grid.lua"
 
+t("Leave", "离开")
+t("Open", "打开")
 t("%s", "%s")
 t("spot", "点")
 t("%s's %s", "%sçš„%s")
-t(" (range: ", " (距离: ")
-t("Min.level: ", "最小等级: ")
+t(" (range: ", " (距离:")
+t("Min.level: ", "最小等级:")
 t("Never visited yet", "尚未探索区域")
 t("In sight", "视线内")
 t("Lit", "被照亮区域")
@@ -2327,15 +2425,15 @@ t("Blocks movement", "阻碍移动")
 t("Special breathing method required", "需要特殊呼吸技能")
 t("Diggable", "可挖掘")
 t("Cannot teleport to this place", "无法传送到这里")
-t("Coords: ", "坐标: ")
-t("map attrs: ", "地图属性: ")
+t("Coords: ", "坐标:")
+t("map attrs: ", "地图属性:")
 t("#VIOLET#You hear a mechanism clicking.", "#VIOLET#你听到了机械转动的声音。")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/MapEffects.lua"
 
-t(" area effect", " 地图效果")
+t(" area effect", "地图效果")
 t("area effect", "地图效果")
 t("%s's %s", "%sçš„%s")
 
@@ -2343,14 +2441,14 @@ t("%s's %s", "%sçš„%s")
 ------------------------------------------------
 section "game/modules/tome/class/NPC.lua"
 
-t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的 %s 消失了。")
-t("Killed by you: %s", "被你杀死: %s")
-t("Target: ", "目标: ")
+t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的%s消失了。")
+t("Killed by you: %s", "被你杀死:%s")
+t("Target: ", "目标:")
 t("none", "没有")
-t(" looking %s", " 寻找 %s")
-t(" looking at you.", " 正在看着你。")
-t("UID: ", "UID: ")
-t("%s says: '%s'", "%s 说道:“ %s ”")
+t(" looking %s", "寻找%s")
+t(" looking at you.", "正在看着你。")
+t("UID: ", "UID:")
+t("%s says: '%s'", "%s说道:“%s”")
 
 
 ------------------------------------------------
@@ -2373,6 +2471,7 @@ t("You see one more object.", "还有一件物品。")
 t("You see %d more objects.", "还有%d件物品。")
 t("%d%% power", "%d%% 伤害")
 t("%s-%s power", "%s-%s 伤害")
+t("%0.2f %s", "%0.2f%s")
 t("%s%0.2f/turn", "%s%0.2f/回合")
 t("%s, %s apr", "%s, %s 护甲穿透")
 t("%d/%d, %s, %s apr", "%d/%d, %s, %s 护甲穿透")
@@ -2390,58 +2489,60 @@ t(" (%d cooldown)", " (%d 冷却)")
 t("object", "物品")
 t("%s, %sspecial#LAST#", "%s, %s特殊#LAST#")
 t("%s, %sego#LAST#", "%s, %s词缀#LAST#")
-t(" crit mult (max 40%)", " 暴击伤害 (最大 40%)")
-t(" crit chance (max 25%)", " 暴击率 (最大 25%)")
-t(" base dam (max 20%)", " 基础伤害 (最大 20%)")
-t(" proc dam (max 200%)", " 触发伤害 (最大 200%)")
+t(" crit mult (max 40%)", " 暴击伤害(最大40%)")
+t(" crit chance (max 25%)", " 暴击率(最大25%)")
+t(" base dam (max 20%)", " 基础伤害(最大20%)")
+t(" proc dam (max 200%)", " 触发伤害(最大200%)")
 t(" APR (max 50%)", " 护甲穿透 (最大 50%)")
-t("Accuracy bonus: ", "命中加成: ")
-t("Power: %3d%% (%s)  Range: %.1fx (%s)", "伤害: %3d%% (%s)  范围: %.1fx (%s)")
-t("Power: %3d%%  Range: %.1fx", "伤害: %3d%%  范围: %.1fx")
-t("Base power: %.1f - %.1f", "基础伤害: %.1f - %.1f")
-t("Uses stat%s: %s", "使用属性: %s", {[2]=1})
-t("Damage type: ", "伤害类型: ")
-t("Armour Penetration: ", "护甲穿透: ")
-t("Crit. chance: ", "暴击率: ")
-t("Crit. power: ", "暴击伤害加成: ")
-t("Attack speed: ", "攻击速度: ")
-t("Block value: ", "格挡值: ")
-t("Dam. multiplier: ", "伤害倍率: ")
-t("Firing range: ", "攻击距离: ")
-t("Capacity: ", "弹仓容量: ")
-t("Reload speed: ", "装填速度: ")
-t("Turns elapse between self-loadings: ", "自动填弹间隔: ")
-t("When this weapon hits: %s (%d%% chance level %d).", "当该武器击中: %s (%d%% 几率等级 %d)。")
-t("When this weapon crits: %s (%d%% chance level %d).", "当该武器暴击时: %s (%d%% 几率等级 %d)。")
-t("#YELLOW#On weapon hit:#LAST#", "#YELLOW#武器击中时:#LAST#")
-t("#YELLOW#On weapon crit:#LAST#", "#YELLOW#武器暴击时:#LAST#")
-t("#YELLOW#On weapon kill:#LAST#", "#YELLOW#武器击杀时:#LAST#")
+t("Accuracy bonus: ", "命中加成:")
+t("%d%% %s", "%d%%%s")
+t("Power: %3d%% (%s)  Range: %.1fx (%s)", "伤害:%3d%% (%s)  范围:%.1fx (%s)")
+t("Power: %3d%%  Range: %.1fx", "伤害:%3d%%  范围:%.1fx")
+t("Base power: %.1f - %.1f", "基础伤害:%.1f-%.1f")
+t("Uses stat%s: %s", "使用属性:%s", {[2]=1})
+t("Damage type: ", "伤害类型:")
+t("Armour Penetration: ", "护甲穿透:")
+t("Crit. chance: ", "暴击率:")
+t("Crit. power: ", "暴击伤害加成:")
+t("Attack speed: ", "攻击速度:")
+t("Block value: ", "格挡值:")
+t("Dam. multiplier: ", "伤害倍率:")
+t("Firing range: ", "攻击距离:")
+t("Capacity: ", "弹仓容量:")
+t("Reload speed: ", "装填速度:")
+t("Turns elapse between self-loadings: ", "自动填弹间隔:")
+t("When this weapon hits: %s (%d%% chance level %d).", "当该武器击中:%s (%d%% 几率等级 %d)。")
+t("When this weapon crits: %s (%d%% chance level %d).", "当该武器暴击时:%s (%d%% 几率等级 %d)。")
+t("#YELLOW#On weapon hit:#LAST#", "#YELLOW#武器击中时:#LAST#")
+t("#YELLOW#On weapon crit:#LAST#", "#YELLOW#武器暴击时:#LAST#")
+t("#YELLOW#On weapon kill:#LAST#", "#YELLOW#武器击杀时:#LAST#")
 t("When used from stealth a simple attack with it will not break stealth.", "潜行中使用,单纯攻击不会取消潜行。")
+t("Crushing Blows: ", "毁灭打击: ")
 t("Damage dealt by this weapon is increased by half your critical multiplier, if doing so would kill the target.", "这把武器造成的伤害将增加一半的暴击加成,如果这样能秒杀目标。")
-t("Travel speed: ", "飞行速度: ")
-t("Damage Shield penetration (this weapon only): ", "伤害护盾穿透(仅该武器) ")
-t("Lifesteal (this weapon only): ", "吸血(仅该武器): ")
-t("Multiple attacks: ", "多重攻击: ")
-t("Multiple attacks procs power reduction: ", "多重攻击强度衰减: ")
+t("Travel speed: ", "飞行速度:")
+t("Damage Shield penetration (this weapon only): ", "伤害护盾穿透(仅该武器):")
+t("Lifesteal (this weapon only): ", "吸血(仅该武器):")
+t("Multiple attacks: ", "多重攻击:")
+t("Multiple attacks procs power reduction: ", "多重攻击强度衰减:")
 t("Shots beam through all targets.", "光束穿透所有目标。")
-t("Damage (radius 1) on hit: ", "击中时溅射伤害(1格半径): ")
-t("Damage (radius 2) on crit: ", "暴击时溅射伤害(2格半径): ")
-t("Damage conversion: ", "伤害类型转换: ")
+t("Damage (radius 1) on hit: ", "击中时溅射伤害(1格半径):")
+t("Damage (radius 2) on crit: ", "暴击时溅射伤害(2格半径):")
+t("Damage conversion: ", "伤害类型转换:")
 t("[Plot Item]", "[剧情物品]")
 t("[Cosmetic Item]", "[装饰物品]")
-t("[Legendary]", "[传说物品]")
-t("[Godslayer]", "[弑神者物品]")
-t("[Random Unique]", "[随机史诗]")
-t("[Unique]", "[史诗]")
-t("Type: %s / %s", "类型: %s / %s")
+t("[Legendary]", "[传说级物品]")
+t("[Godslayer]", "[弑神级物品]")
+t("[Random Unique]", "[随机史诗级物品]")
+t("[Unique]", "[史诗级物品]")
+t("Type: %s / %s", "类型:%s/%s")
 t("unknown", "未知")
 t(" ; tier ", " ; 材质等级 ")
 t("It must be held with both hands.", "你必须使用双手装备。")
 t("It can be used as a weapon and offhand.", "能当作单手武器+副手使用")
-t("Mastery: ", "武器精通类型: ")
+t("Mastery: ", "武器精通类型:")
 t("Accuracy is based on willpower for this weapon.", "该武器的命中率受意志加成。")
-t("Weapon Damage: ", "武器伤害: ")
-t(", ", ", ")
+t("Weapon Damage: ", "武器伤害:")
+t(", ", ",")
 t("#YELLOW#It can cause special effects when it strikes in combat.#LAST#", "#YELLOW#近战击中时触发特殊效果。#LAST#")
 t("#ORCHID#It can cause special effects when a melee attack is blocked.#LAST#", "#ORCHID#近战格挡时触发特殊效果。#LAST#")
 t("It %s ambient light (%+d radius).", "它%s光照。 (%+d 光照范围).")
@@ -2450,174 +2551,183 @@ t("provides", "提供")
 t("#ORANGE#It has an activatable power.#LAST#", "#ORANGE#它具有一项可激活的能力。#LAST#")
 t("It is part of a set of items.", "它是某个套装中的一件。")
 t("The set is complete.", "套装已完成。")
-t("Accuracy: ", "命中: ")
-t("Armour penetration: ", "护甲穿透: ")
-t("Physical crit. chance: ", "物理暴击率: ")
-t("Physical power: ", "物理强度: ")
-t("Armour: ", "护甲值: ")
-t("Armour Hardiness: ", "护甲强度: ")
-t("Defense: ", "近战闪避: ")
-t("Ranged Defense: ", "远程闪避: ")
-t("Fatigue: ", "疲劳值: ")
-t("Ammo reloads per turn: ", "每回合装载弹药数: ")
-t("Effects on melee hit: ", "近战附加特效: ")
-t("Damage (Melee): ", "近战附加伤害: ")
-t("Effects on ranged hit: ", "远程附加特效: ")
-t("Damage (Ranged): ", "远程附加伤害: ")
-t("Effects when hit in melee: ", "近战反击特效: ")
-t("Damage when hit (Melee): ", "近战反击伤害: ")
+t("Accuracy: ", "命中:")
+t("Armour penetration: ", "护甲穿透:")
+t("Physical crit. chance: ", "物理暴击率:")
+t("Physical power: ", "物理强度:")
+t("Armour: ", "护甲值:")
+t("Armour Hardiness: ", "护甲强度:")
+t("Defense: ", "近战闪避:")
+t("Ranged Defense: ", "远程闪避:")
+t("Fatigue: ", "疲劳值:")
+t("Ammo reloads per turn: ", "每回合装载弹药数:")
+t("Effects on melee hit: ", "近战附加特效:")
+t("Damage (Melee): ", "近战附加伤害:")
+t("Effects on ranged hit: ", "远程附加特效:")
+t("Damage (Ranged): ", "远程附加伤害:")
+t("Effects when hit in melee: ", "近战反击特效:")
+t("Damage when hit (Melee): ", "近战反击伤害:")
 t("No left", "没有左侧")
 t("No right", "没有右侧")
 t("#YELLOW#On shield block:#LAST#", "#YELLOW#盾牌格挡时:#LAST#")
-t("Changes stats: ", "属性变化: ")
-t("Changes resistances: ", "抗性改变: ")
-t("Changes resistances cap: ", "抗性上限改变: ")
-t("Reduce damage by fixed amount: ", "按固定数值减少全部伤害: ")
-t("Maximum wards: ", "最大守护次数: ")
-t("Changes resistances penetration: ", "抗性穿透改变: ")
-t("Changes damage: ", "伤害加成: ")
-t("Damage against: ", "伤害增幅: ")
-t("Reduced damage from: ", "降低特定来源伤害: ")
-t("Talent category bonus: ", "技能树加成: ")
-t("Damage affinity(heal): ", "伤害吸收(治疗): ")
+t("Changes stats: ", "属性变化:")
+t("Changes resistances: ", "抗性改变:")
+t("Changes resistances cap: ", "抗性上限改变:")
+t("Reduce damage by fixed amount: ", "按固定数值减少全部伤害:")
+t("Maximum wards: ", "最大守护次数:")
+t("Changes resistances penetration: ", "抗性穿透改变:")
+t("Changes damage: ", "伤害加成:")
+t("Damage against: ", "伤害增幅:")
+t("Reduced damage from: ", "降低特定来源伤害:")
+t("Talent category bonus: ", "技能树加成:")
+t("Damage affinity(heal): ", "伤害吸收(治疗):")
+t(" %s", "%s")
 t("all", "所有")
-t("Change telepathy range by : ", "心灵感应范围改变: ")
+t("Change telepathy range by : ", "心灵感应范围改变:")
 t("All", "所有")
-t("Grants telepathy: ", "获得心灵感应: ")
-t("Talent master%s: ", "技能精通: ")
-t("Talent%s cooldown:", "技能 冷却时间:")
+t("Grants telepathy: ", "获得心灵感应:")
+t("Talent master%s: ", "技能精通:")
+t("ies", "ies")
+t("y", "y")
+t(" / ", "/")
+t("Talent%s cooldown:", "技能冷却时间:")
 t("turn%s)", "回合)")
 t(" turn%s)", " 回合)")
 t(" %s (%+d(-) turn%s)", " %s (%+d(-) 回合)")
-t("Talent%s granted: ", "获得技能: ")
-t("Allows you to breathe in: ", "可以在以下环境呼吸: ")
-t("Critical mult.: ", "暴击伤害加成: ")
-t("Reduces incoming crit damage: ", "降低暴击伤害: ")
-t("Reduces opponents crit chance: ", "降低对方暴击率: ")
-t("Trap disarming bonus: ", "拆除陷阱加成: ")
-t("Stealth bonus: ", "潜行加成: ")
-t("Maximum encumbrance: ", "负重上限加成: ")
-t("Physical save: ", "物理豁免加成: ")
-t("Spell save: ", "法术豁免加成: ")
-t("Mental save: ", "精神豁免加成: ")
-t("Blindness immunity: ", "致盲免疫: ")
-t("Poison immunity: ", "毒素免疫: ")
-t("Disease immunity: ", "疾病免疫: ")
-t("Cut immunity: ", "流血免疫: ")
-t("Silence immunity: ", "沉默免疫: ")
-t("Disarm immunity: ", "缴械免疫: ")
-t("Confusion immunity: ", "混乱免疫: ")
-t("Sleep immunity: ", "睡眠免疫: ")
-t("Pinning immunity: ", "定身免疫: ")
-t("Stun/Freeze immunity: ", "震慑/冰冻免疫: ")
-t("Fear immunity: ", "恐惧免疫: ")
-t("Knockback immunity: ", "击退免疫: ")
-t("Instant-death immunity: ", "即死免疫: ")
-t("Teleport immunity: ", "传送免疫: ")
-t("Life regen: ", "生命回复: ")
-t("Stamina each turn: ", "每回合体力回复: ")
-t("Mana each turn: ", "每回合法力回复: ")
-t("Hate each turn: ", "每回合仇恨值回复: ")
-t("Psi each turn: ", "每回合超能力值回复: ")
-t("Equilibrium each turn: ", "每回合失衡值回复: ")
-t("Vim each turn: ", "每回合活力值回复: ")
-t("P.Energy each turn: ", "每回合正能量值回复: ")
-t("N.Energy each turn: ", "每回合负能量值回复: ")
-t("Stamina when hit: ", "被击中回复体力: ")
-t("Mana when hit: ", "被击中回复法力: ")
-t("Equilibrium when hit: ", "被击中回复失衡值: ")
-t("Psi when hit: ", "被击中回复超能力值: ")
-t("Hate when hit: ", "被击中回复仇恨值: ")
-t("Vim when hit: ", "被击中回复活力值: ")
-t("Vim when hitting in melee: ", "近战命中时回复活力: ")
-t("Mana when firing critical spell: ", "法术暴击时回复法力: ")
-t("Vim when firing critical spell: ", "法术暴击时回复活力: ")
-t("Spellpower on spell critical (stacks up to 3 times): ", "法术暴击时增加法术强度(最大叠加3次): ")
-t("Hate when firing a critical mind attack: ", "精神暴击时回复仇恨值: ")
-t("Psi when firing a critical mind attack: ", "精神暴击时回复超能力值: ")
-t("Equilibrium when firing a critical mind attack: ", "精神暴击时回复失衡值: ")
-t("Hate per kill: ", "每次击杀获得仇恨值: ")
-t("Psi per kill: ", "每次击杀获得超能力值: ")
-t("Vim per kill: ", "每次击杀获得活力值: ")
-t("Only die when reaching: ", "生命底限: ")
-t("Maximum life: ", "生命上限: ")
-t("Maximum mana: ", "法力上限: ")
-t("Maximum souls: ", "灵魂上限: ")
-t("Maximum stamina: ", "体力上限: ")
-t("Maximum hate: ", "仇恨上限: ")
-t("Maximum psi: ", "超能力值上限: ")
-t("Maximum vim: ", "活力上限: ")
-t("Maximum pos.energy: ", "正能量上限: ")
-t("Maximum neg.energy: ", "负能量上限: ")
-t("Maximum air capacity: ", "空气容量上限: ")
-t("Spellpower: ", "法术强度: ")
-t("Spell crit. chance: ", "法术暴击率: ")
-t("Lowers spell cool-downs by: ", "减少法术冷却时间: ")
-t("%+d #LAST#(%+d eff.)", "%+d #LAST#(%+d 有效值)")
-t("Mindpower: ", "精神强度: ")
-t("Mental crit. chance: ", "精神暴击率: ")
-t("Light radius: ", "光照范围: ")
-t("Infravision radius: ", "夜视范围: ")
-t("Heightened senses radius: ", "强化感知范围: ")
-t("Sight radius: ", "视觉范围: ")
-t("See stealth: ", "侦测潜行: ")
-t("See invisible: ", "侦测隐形: ")
-t("Invisibility: ", "隐形等级: ")
-t("Global speed: ", "整体速度: ")
-t("Movement speed: ", "移动速度: ")
-t("Combat speed: ", "战斗速度: ")
-t("Casting speed: ", "施法速度: ")
-t("Mental speed: ", "精神速度: ")
-t("Healing mod.: ", "治疗加成: ")
-t("Heals friendly targets nearby when you use a nature summon: ", "当你使用自然召唤时治疗附近友方单位: ")
-t("Life leech chance: ", "吸血几率: ")
-t("Life leech: ", "吸血: ")
-t("Resource leech chance: ", "能量吸收几率: ")
-t("Resource leech: ", "能量吸收: ")
-t("Damage Shield penetration: ", "护盾穿透: ")
-t("Deflect projectiles away: ", "抛射物偏斜: ")
-t("Chance to avoid attacks: ", "闪避攻击几率: ")
-t("Chance to avoid any damage: ", "无视伤害几率: ")
-t("Defense after a teleport: ", "传送后增加闪避: ")
-t("Resist all after a teleport: ", "传送后增加所有抵抗: ")
-t("New effects duration reduction after a teleport: ", "传送后减少效果持续时间: ")
-t("Damage Resonance (when hit): ", "伤害共振(当击中时): ")
-t("Size category: ", "体积等级: ")
-t("Max wilder summons: ", "最大自然召唤数: ")
-t("Life regen bonus (wilder-summons): ", "生命回复加成(自然召唤): ")
-t("Damage Shield Duration: ", "护盾持续时间增加: ")
-t("Damage Shield Power: ", "护盾强度增加: ")
-t("Ice block penetration: ", "冰块穿透: ")
-t("Slows Projectiles: ", "减缓抛射物速度: ")
-t("Bonus block near projectiles: ", "附近有抛射物时获得额外格挡: ")
-t("Reduces paradox anomalies(equivalent to willpower): ", "时空技能异常阀值(基于意志): ")
-t("Damage Backlash: ", "伤害回火: ")
-t("Reduce all damage from unseen attackers: ", "降低不可见目标伤害: ")
+t("Talent%s granted: ", "获得技能:")
+t("Allows you to breathe in: ", "可以在以下环境呼吸:")
+t("Critical mult.: ", "暴击伤害加成:")
+t("Reduces incoming crit damage: ", "降低暴击伤害:")
+t("Reduces opponents crit chance: ", "降低对方暴击率:")
+t("Trap disarming bonus: ", "拆除陷阱加成:")
+t("Stealth bonus: ", "潜行加成:")
+t("Maximum encumbrance: ", "负重上限加成:")
+t("Physical save: ", "物理豁免加成:")
+t("Spell save: ", "法术豁免加成:")
+t("Mental save: ", "精神豁免加成:")
+t("Blindness immunity: ", "致盲免疫:")
+t("Poison immunity: ", "毒素免疫:")
+t("Disease immunity: ", "疾病免疫:")
+t("Cut immunity: ", "流血免疫:")
+t("Silence immunity: ", "沉默免疫:")
+t("Disarm immunity: ", "缴械免疫:")
+t("Confusion immunity: ", "混乱免疫:")
+t("Sleep immunity: ", "睡眠免疫:")
+t("Pinning immunity: ", "定身免疫:")
+t("Stun/Freeze immunity: ", "震慑/冰冻免疫:")
+t("Fear immunity: ", "恐惧免疫:")
+t("Knockback immunity: ", "击退免疫:")
+t("Instant-death immunity: ", "即死免疫:")
+t("Teleport immunity: ", "传送免疫:")
+t("Life regen: ", "生命回复:")
+t("Stamina each turn: ", "每回合体力回复:")
+t("Mana each turn: ", "每回合法力回复:")
+t("Hate each turn: ", "每回合仇恨值回复:")
+t("Psi each turn: ", "每回合超能力值回复:")
+t("Equilibrium each turn: ", "每回合失衡值回复:")
+t("Vim each turn: ", "每回合活力值回复:")
+t("P.Energy each turn: ", "每回合正能量值回复:")
+t("N.Energy each turn: ", "每回合负能量值回复:")
+t("Stamina when hit: ", "被击中回复体力:")
+t("Mana when hit: ", "被击中回复法力:")
+t("Equilibrium when hit: ", "被击中回复失衡值:")
+t("Psi when hit: ", "被击中回复超能力值:")
+t("Hate when hit: ", "被击中回复仇恨值:")
+t("Vim when hit: ", "被击中回复活力值:")
+t("Vim when hitting in melee: ", "近战命中时回复活力:")
+t("Mana when firing critical spell: ", "法术暴击时回复法力:")
+t("Vim when firing critical spell: ", "法术暴击时回复活力:")
+t("Spellpower on spell critical (stacks up to 3 times): ", "法术暴击时增加法术强度(最大叠加3次):")
+t("Hate when firing a critical mind attack: ", "精神暴击时回复仇恨值:")
+t("Psi when firing a critical mind attack: ", "精神暴击时回复超能力值:")
+t("Equilibrium when firing a critical mind attack: ", "精神暴击时回复失衡值:")
+t("Hate per kill: ", "每次击杀获得仇恨值:")
+t("Psi per kill: ", "每次击杀获得超能力值:")
+t("Vim per kill: ", "每次击杀获得活力值:")
+t("%+.2f life", "%+.2f 生命")
+t("Only die when reaching: ", "生命底限:")
+t("Maximum life: ", "生命上限:")
+t("Maximum mana: ", "法力上限:")
+t("Maximum souls: ", "灵魂上限:")
+t("Maximum stamina: ", "体力上限:")
+t("Maximum hate: ", "仇恨上限:")
+t("Maximum psi: ", "超能力值上限:")
+t("Maximum vim: ", "活力上限:")
+t("Maximum pos.energy: ", "正能量上限:")
+t("Maximum neg.energy: ", "负能量上限:")
+t("Maximum air capacity: ", "空气容量上限:")
+t("Spellpower: ", "法术强度:")
+t("Spell crit. chance: ", "法术暴击率:")
+t("Lowers spell cool-downs by: ", "减少法术冷却时间:")
+t("%+d #LAST#(%+d eff.)", "%+d#LAST#(%+d有效值)")
+t("Mindpower: ", "精神强度:")
+t("Mental crit. chance: ", "精神暴击率:")
+t("Light radius: ", "光照范围:")
+t("Infravision radius: ", "夜视范围:")
+t("Heightened senses radius: ", "强化感知范围:")
+t("Sight radius: ", "视觉范围:")
+t("See stealth: ", "侦测潜行:")
+t("See invisible: ", "侦测隐形:")
+t("Invisibility: ", "隐形等级:")
+t("Global speed: ", "整体速度:")
+t("Movement speed: ", "移动速度:")
+t("Combat speed: ", "战斗速度:")
+t("Casting speed: ", "施法速度:")
+t("Mental speed: ", "精神速度:")
+t("Healing mod.: ", "治疗加成:")
+t("Heals friendly targets nearby when you use a nature summon: ", "当你使用自然召唤时治疗附近友方单位:")
+t("Life leech chance: ", "吸血几率:")
+t("Life leech: ", "吸血:")
+t("Resource leech chance: ", "能量吸收几率:")
+t("Resource leech: ", "能量吸收:")
+t("Damage Shield penetration: ", "护盾穿透:")
+t("Deflect projectiles away: ", "抛射物偏斜:")
+t("Chance to avoid attacks: ", "闪避攻击几率:")
+t("Chance to avoid any damage: ", "无视伤害几率:")
+t("Defense after a teleport: ", "传送后增加闪避:")
+t("Resist all after a teleport: ", "传送后增加所有抵抗:")
+t("New effects duration reduction after a teleport: ", "传送后减少效果持续时间:")
+t("Damage Resonance (when hit): ", "伤害共振(当击中时):")
+t("Size category: ", "体积等级:")
+t("Max wilder summons: ", "最大自然召唤数:")
+t("Life regen bonus (wilder-summons): ", "生命回复加成(自然召唤):")
+t("Damage Shield Duration: ", "护盾持续时间增加:")
+t("Damage Shield Power: ", "护盾强度增加:")
+t("Ice block penetration: ", "冰块穿透:")
+t("Slows Projectiles: ", "减缓抛射物速度:")
+t("Bonus block near projectiles: ", "附近有抛射物时获得额外格挡:")
+t("Reduces paradox anomalies(equivalent to willpower): ", "时空技能异常阀值(基于意志):")
+t("Damage Backlash: ", "伤害回火:")
+t("Reduce all damage from unseen attackers: ", "降低不可见目标伤害:")
 t("The wearer is treated as an undead.", "装备者将被视为不死族。")
 t("The wearer is treated as a demon.", "装备者将被视为恶魔。")
 t("The wearer is blinded.", "装备者处于失明状态。")
 t("The wearer is asleep.", "穿戴者陷入沉睡。")
+t("Blind-Fight: ", "心眼: ")
 t("This item allows the wearer to attack unseen targets without any penalties.", "该物品允许你在攻击不可见单位时不受任何惩罚。")
+t("Lucid Dreamer: ", "清晰梦境: ")
 t("This item allows the wearer to act while sleeping.", "此装备允许装备者边睡觉边行动。")
 t("The wearer no longer has to breathe.", "装备者不需要呼吸。")
+t("Quick Weapon Swap:", "无影手: ")
 t("This item allows the wearer to swap to their secondary weapon without spending a turn.", "该武器允许装备者在切换至副武器时无需消耗一回合。")
+t("Avoid Pressure Traps: ", "避免压力陷阱: ")
 t("The wearer never triggers traps that require pressure.", "该物品可防止装备者触发压力式陷阱。")
 t("Allows you to speak and read the old Sher'Tul language.", "让你学会古老的夏·图尔语言。")
-t("When used to modify unarmed attacks:", "徒手伤害加成: ")
+t("When used to modify unarmed attacks:", "徒手伤害加成:")
 t("Learn an unarmed attack talent or enable 'Always show glove combat' to see combat stats.", "学习空手攻击技能,或者开启 '强制显示手套战斗数据' 选项来查看战斗数据")
-t("When used to attack (with talents):", "使用技能攻击时: ")
+t("When used to attack (with talents):", "使用技能攻击时:")
 t("Learn shield attack talent or enable 'Always show shield combat' to see combat stats.", "学习盾牌攻击技能,或者开启 '强制显示盾牌战斗数据' 选项来查看战斗数据")
 t("It is immune to teleportation, if you teleport it will fall on the ground.", "此物品无法传送,传送时会自动掉落。")
-t("When wielded/worn:", "当使用或装备时: ")
-t("Skullcracker multiplicator: ", "铁头功加成: ")
-t("When carried:", "当携带时: ")
-t("Attach on item of type '#ORANGE#%s / %s#LAST#'", "安装在该类型物品上 '#ORANGE#%s / %s#LAST#'")
+t("When wielded/worn:", "当使用或装备时:")
+t("Skullcracker multiplicator: ", "铁头功加成:")
+t("When carried:", "当携带时:")
+t("Attach on item of type '#ORANGE#%s / %s#LAST#'", "安装在该类型物品上 '#ORANGE#%s/%s#LAST#'")
 t("Attach on item of type '#ORANGE#%s#LAST#'", "安装在该类型物品上 '#ORANGE#%s#LAST#'")
 t("Attach on item worn on slot '#ORANGE#%s#LAST#'", "安装在该槽位物品上 '#ORANGE#%s#LAST#'")
-t("When attach to an other item:", "当安装到物品上时: ")
-t("Special effect on block: ", "格挡时特效: ")
-t("When used to imbue an object:", "当被用来强化装备时: ")
-t("When used as an alchemist bomb:", "当用作炼金炸弹时: ")
+t("When attach to an other item:", "当安装到物品上时:")
+t("Special effect on block: ", "格挡时特效:")
+t("When used to imbue an object:", "当被用来强化装备时:")
+t("When used as an alchemist bomb:", "当用作炼金炸弹时:")
 t("Bomb damage +%d%%", "炸弹伤害 +%d%%")
 t("Bomb thrown range +%d", "炸弹投掷距离 +%d")
 t("Mana regain %d", "法力值回复 %d")
@@ -2625,11 +2735,11 @@ t("%d%% chance to daze for %d turns", "%d%% 几率眩晕 %d 回合")
 t("%d%% chance to stun for %d turns", "%d%% 几率震慑 %d 回合")
 t("Additional %d %s damage", "额外 %d %s伤害")
 t("Life regen %d%% of max life", "生命值回复增加 %d%% 最大生命值")
-t("Latent Damage Type: ", "潜在伤害类型: ")
+t("Latent Damage Type: ", "潜在伤害类型:")
 t("When inscribed on your body:", "当铭刻在你的皮肤上时:")
-t("Talent on hit(spell): %s (%d%% chance level %d).", "技能(法术)命中后释放: %s (%d%% 几率等级 %d).")
-t("Talent on hit(nature): %s (%d%% chance level %d).", "技能(自然)命中后释放: %s (%d%% 几率等级 %d).")
-t("Talent on hit(mindpower): %s (%d%% chance level %d).", "技能(精神)命中后释放: %s (%d%% 几率等级 %d).")
+t("Talent on hit(spell): %s (%d%% chance level %d).", "技能(法术)命中后释放:%s (%d%% 几率等级 %d).")
+t("Talent on hit(nature): %s (%d%% chance level %d).", "技能(自然)命中后释放:%s (%d%% 几率等级 %d).")
+t("Talent on hit(mindpower): %s (%d%% chance level %d).", "技能(精神)命中后释放:%s (%d%% 几率等级 %d).")
 t("Activating this item is instant.", "使用该物品不需要时间。")
 t("It can be used to %s, with %d charges out of %d.", "可以用于 %s ,消耗 %d 充能,总计 %d。")
 t("Talent %s", "技能 %s")
@@ -2646,19 +2756,31 @@ Activation costs %d power out of %d/%d.]], [[它可以用于%s
 激活消耗%d能量,总计%d/%d。]])
 t("It can be used to %s.", "它可以用于%s。")
 t("%d out of %d/%d.", "%d,总计%d/%d.")
-t("Power cost: ", "能量消耗: ")
-t("It can be used to activate talent %s, placing all other charms into a %s cooldown :", "它可以用于触发技能%s,将所有其他物品置入%s回合冷却:")
-t("It can be used to activate talent %s (costing %s power out of %s/%s) :", "它可以用于触发技能%s (消耗%s能量,总计%s/%s) :")
+t("Power cost: ", "能量消耗:")
+t("It can be used to activate talent %s, placing all other charms into a %s cooldown :", "它可以用于触发技能%s,将所有其他物品置入%s回合冷却:")
+t("It can be used to activate talent %s (costing %s power out of %s/%s) :", "它可以用于触发技能%s (消耗%s能量,总计%s/%s):")
 t("When used:", "当使用时:")
 t("%s%% chance to %s", "%s%% 几率触发 %s")
 t("Newly picked up", "最近拾取")
 t("This item will automatically be transmogrified when you leave the level.", "这一物品会在你离开地图的时候自动被转化。")
-t("Powered by #VIOLET#arcane forces#LAST#", "装备力量来源 #VIOLET#奥术力量#LAST#")
-t("Infused by #OLIVE_DRAB#nature#LAST#", "装备力量来源 #OLIVE_DRAB#自然力量#LAST#")
-t("Infused by #ORCHID#arcane disrupting forces#LAST#", "装备力量来源 #ORCHID#反魔法力量#LAST#")
-t("Crafted by #LIGHT_UMBER#a master#LAST#", "装备制造者 #LIGHT_UMBER#某位大师#LAST#")
-t("Infused by #YELLOW#psionic forces#LAST#", "装备力量来源 #YELLOW#超能力#LAST#")
-t("Powered by #CRIMSON#unknown forces#LAST#", "装备力量来源 #CRIMSON#未知力量#LAST#")
+t([[Powered by #VIOLET#arcane forces#LAST#
+]], [[装备力量来源 #VIOLET#奥术力量#LAST#
+]])
+t([[Infused by #OLIVE_DRAB#nature#LAST#
+]], [[装备力量来源 #OLIVE_DRAB#自然力量#LAST#
+]])
+t([[Infused by #ORCHID#arcane disrupting forces#LAST#
+]], [[装备力量来源 #ORCHID#反魔法力量#LAST#
+]])
+t([[Crafted by #LIGHT_UMBER#a master#LAST#
+]], [[装备制造者 #LIGHT_UMBER#某位大师#LAST#
+]])
+t([[Infused by #YELLOW#psionic forces#LAST#
+]], [[装备力量来源 #YELLOW#超能力#LAST#
+]])
+t([[Powered by #CRIMSON#unknown forces#LAST#
+]], [[装备力量来源 #CRIMSON#未知力量#LAST#
+]])
 t("%0.2f Encumbrance.", "%0.2f 负重。")
 t("This object's appearance was changed to %s", "这个物品的外观被改变为 %s 。")
 t(".", ".")
@@ -2673,13 +2795,13 @@ t("Can not switch control to this creature.", "无法切换至控制这个生物
 t("Switching control", "切换控制权")
 t("#MOCCASIN#Character control switched to %s.", "#MOCCASIN#角色切换至 %s 。")
 t("Can not give orders to this creature.", "无法对该生物发布指令。")
-t("Set action radius: %d", "设置行动范围: %d")
+t("Set action radius: %d", "设置行动范围:%d")
 t("Set the maximum distance this creature can go from the party master", "设置这个生物跟随队长的最大距离")
 t("%s maximum action radius set to %d.", "%s 的最大活动范围被设定为 %d 。")
 t("that location", "这个位置")
 t("%s will stay near %s.", "%s 将会待在 %s 身边。")
 t("%s targets #Target#.", "%s将#Target#设为目标。")
-t("Change name of: %s", "改变名字: %s")
+t("Change name of: %s", "改变名字:%s")
 t("Name", "名称")
 t("No, we must hurry!", "不行,我们必须得抓紧时间!")
 t("Ok, but not for long.", "好吧,但时间不要太长。")
@@ -2692,21 +2814,22 @@ t("The portal is %s, to the %s.", "传送门%s,在%s。")
 ------------------------------------------------
 section "game/modules/tome/class/PartyMember.lua"
 
-t("Behavior: %s", "行为: %s")
-t("Action radius: %d", "行动范围: %d")
+t("Behavior: %s", "行为:%s")
+t("Action radius: %d", "行动范围:%d")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Player.lua"
 
 t("There is an item here: %s", "发现物品:%s。")
-t("#YELLOW_GREEN#There is %s here (press '<', '>' or right click to use).", "#YELLOW_GREEN#这里有%s(按 '<', '>' or 或右键使用)。")
+t("#YELLOW_GREEN#There is %s here (press '<', '>' or right click to use).", "#YELLOW_GREEN#这里有%s(按 '<', '>' 或右键使用)。")
 t("Level change (%s)!", "地图切换 (%s)!")
 t("#FF0000#You carry too much--you are encumbered!", "#FF0000#你拿了太多东西——超重了!")
 t("#FF0000#Drop some of your items.", "#FF0000#丢弃一些东西。")
-t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的 %s 消失了。")
+t("#PINK#Your summoned %s disappears.", "#PINK#你召唤的%s消失了。")
 t("", "")
 t("taken damage", "受到伤害")
+t("LOW HEALTH!", "生命值低!")
 t("detrimental status effect", "负面状态效果")
 t("died", "死亡")
 t("suffocating", "窒息")
@@ -2714,9 +2837,9 @@ t("chat started", "开始聊天")
 t("%s available", "%s可用")
 t("#00ff00#%sTalent %s is ready to use.", "#00ff00#%s技能 %s 已经可以使用。")
 t("Automatic use of talent %s #DARK_RED#skipped#LAST#: cooldown too low (%d).", "%s 的自动施法被#DARK_RED#跳过#LAST#了:冷却时间太低(%d)")
-t("dialog is displayed", "有开启的对话框")
 t("losing health!", "生命值下降!")
 t("all resources and life at maximum", "所有资源和生命值已恢复满")
+t("dialog is displayed", "有开启的对话框")
 t("hostile spotted to the %s (%s%s)", "在%s有敌对目标(%s%s)")
 t("talent prevented", "有技能阻止你这么做")
 t("losing breath!", "窒息!")
@@ -2742,25 +2865,25 @@ t("This does not seem to have any effect.", "似乎没有发生任何作用。")
 t("You use the %s on the pedestal. There is a distant 'clonk' sound.", "你在基座上使用了 %s 。你听到远处传来一声“咔嗒”声。")
 t("#LIGHT_RED#%s briefly catches sight of you!", "#LIGHT_RED#%s 发现了你的踪迹!")
 t("#LIGHT_RED#You sense that Something has taken notice of you ...", "#LIGHT_RED#你感觉到有某个生物注意到了你的存在。")
-t("#LIGHT_GREEN#Accepted quest '%s'! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#接受了任务“ %s ”! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' status updated! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”状态已经更新! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' completed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”完成! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_GREEN#Quest '%s' is done! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“ %s ”完成! #WHITE#(按下“j”查看任务日志)")
-t("#LIGHT_RED#Quest '%s' is failed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_RED#任务“ %s ”失败! #WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Accepted quest '%s'! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#接受了任务“%s”!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' status updated! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”状态已经更新!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' completed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”完成!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_GREEN#Quest '%s' is done! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_GREEN#任务“%s”完成!#WHITE#(按下“j”查看任务日志)")
+t("#LIGHT_RED#Quest '%s' is failed! #WHITE#(Press 'j' to see the quest log)", "#LIGHT_RED#任务“%s”失败!#WHITE#(按下“j”查看任务日志)")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/Projectile.lua"
 
-t("Projectile: ", "抛射物: ")
-t("Origin: ", "发射者: ")
-t("Speed: %d%% %s", "速度: %d%% %s")
-t("Affect origin chance: ", "击中发射者几率: ")
-t("Affect origin's friends chance: ", "击中发射者队友几率: ")
-t("Coords: ", "坐标: ")
-t("UID: ", "UID: ")
-t(" homing: %s(%s, %s)", " 瞄准: %s(%s, %s)")
-t(" range: ", " 范围: ")
+t("Projectile: ", "抛射物:")
+t("Origin: ", "发射者:")
+t("Speed: %d%% %s", "速度:%d%%%s")
+t("Affect origin chance: ", "击中发射者几率:")
+t("Affect origin's friends chance: ", "击中发射者队友几率:")
+t("Coords: ", "坐标:")
+t("UID: ", "UID:")
+t(" homing: %s(%s, %s)", " 瞄准:%s(%s, %s)")
+t(" range: ", " 范围:")
 t("projectile", "抛射物")
 t("%s's %s", "%sçš„%s")
 
@@ -2772,14 +2895,14 @@ t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as thi
 t("Not enough gold", "金币不足")
 t("You do not have the %0.2f gold needed!", "你没有所需的 %0.2f 金币!")
 t("Buy %d %s for %0.2f gold%s?", "你要购买%d个%s,花费 %0.2f 金币吗?")
-t("Bought: %s %s for %0.2f gold.", "已购买: %s %s 价格 %0.2f 金币。")
+t("Bought: %s %s for %0.2f gold.", "已购买:%s %s 价格 %0.2f 金币。")
 t("Buy", "è´­ä¹°")
 t("Sell %d %s for %0.2f gold%s?", "你要触手%d个%s,获得 %0.2f 金币吗?")
-t("Sold: %s %s for %0.2f gold.", "已出售: %s %s 价格 %0.2f 金币。")
+t("Sold: %s %s for %0.2f gold.", "已出售:%s %s 价格 %0.2f 金币。")
 t("Cancel", "取消")
 t("Sell", "出售")
-t("Buy for: %0.2f gold (You have %0.2f gold)", "购买价: %0.2f 金币 (你有 %0.2f 金币)")
-t("Sell for: %0.2f gold (You have %0.2f gold)", "出售价: %0.2f 金币 (你有 %0.2f 金币)")
+t("Buy for: %0.2f gold (You have %0.2f gold)", "购买价:%0.2f 金币 (你有 %0.2f 金币)")
+t("Sell for: %0.2f gold (You have %0.2f gold)", "出售价:%0.2f 金币 (你有 %0.2f 金币)")
 t("You must be level %d to access this shop.", "你必须达到 %d级才能进入这个商店。")
 
 
@@ -2792,22 +2915,24 @@ t("<Store>", "<商店>")
 t("neutral", "中立")
 t("hostile", "敌对")
 t("friendly", "友善")
-t("Faction: ", "阵营: ")
+t("Faction: ", "阵营:")
 t("(beneficial)", "(有益)")
 t("(beneficial to enemies)", "(对敌人有益)")
 t("(safe)", "(安全)")
 t("pressure_trigger", "压力陷阱")
-t("#YELLOW#Detect: %d#WHITE#", "#YELLOW#侦测: %d#WHITE#")
-t("#YELLOW# Disarm: %d#WHITE#", "#YELLOW#解除: %d#WHITE#")
+t("#YELLOW#Detect: %d#WHITE#", "#YELLOW#侦测:%d#WHITE#")
+t("#YELLOW# Disarm: %d#WHITE#", "#YELLOW#解除:%d#WHITE#")
 t("You set off the trap!", "你触发了陷阱!")
 t("You successfully dismantled the trap.", "你成功地拆除了这个陷阱。")
 t("You were interrupted.", "你被打扰了。")
+t("Dismantling", "正在拆除")
+t("dismantled", "拆除了")
 t("Your level of skill was not enough to understand the workings of this trap.", "你的技能等级太低,无法理解这个陷阱的构造。")
 t("You quit dismantling the trap.", "你放弃了拆除陷阱。")
-t("#LIGHT_BLUE#%s: %s#LAST#", "#LIGHT_BLUE#%s: %s#LAST#")
+t("#LIGHT_BLUE#%s: %s#LAST#", "#LIGHT_BLUE#%s:%s#LAST#")
 t("Failure", "失败")
 t("Success", "成功")
-t("Disarming a trap: %s", "正在拆除陷阱: %s")
+t("Disarming a trap: %s", "正在拆除陷阱:%s")
 t("Disarm Normally", "普通地拆除")
 t("Dismantle Carefully", "小心地拆除")
 t("ignore", "无视了")
@@ -2825,31 +2950,32 @@ t("trap", "陷阱")
 ------------------------------------------------
 section "game/modules/tome/class/UserChatExtension.lua"
 
-t("#ANTIQUE_WHITE#has linked an item: #WHITE# %s", "#ANTIQUE_WHITE#has linked an item: #WHITE# %s")
-t("#ANTIQUE_WHITE#has linked a creature: #WHITE# %s", "#ANTIQUE_WHITE#has linked a creature: #WHITE# %s")
-t("#ANTIQUE_WHITE#has linked a talent: #WHITE# %s", "#ANTIQUE_WHITE#has linked a talent: #WHITE# %s")
-t("#CRIMSON#%s#WHITE#%s", "#CRIMSON#%s#WHITE#%s")
+t("#ANTIQUE_WHITE#has linked an item: #WHITE# %s", "#ANTIQUE_WHITE#链接了一件物品: #WHITE# %s")
+t("#ANTIQUE_WHITE#has linked a creature: #WHITE# %s", "#ANTIQUE_WHITE#链接了一个生物: #WHITE# %s")
+t("#ANTIQUE_WHITE#has linked a talent: #WHITE# %s", "#ANTIQUE_WHITE#链接了一个技能: #WHITE# %s")
+t("#CRIMSON#%s#WHITE#", "#CRIMSON#%s#WHITE#")
 t("SHAKING", "震动")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/World.lua"
 
-t("#LIGHT_BLUE#New shimmer option unlocked: #{italic}#%s#{normal}#", "#LIGHT_BLUE#新幻化选项解锁: #{italic}#%s#{normal}#")
+t("%s the %s %s level %s", "%s,%s%s,等级%s")
+t("#LIGHT_BLUE#New shimmer option unlocked: #{italic}#%s#{normal}#", "#LIGHT_BLUE#新幻化选项解锁:#{italic}#%s#{normal}#")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/WorldNPC.lua"
 
-t("#Target# kills #Source#.", "#Target# 击杀了 #Source#.")
-t("#Source# kills #Target#.", "#Source# 击杀了 #Target#.")
+t("#Target# kills #Source#.", "#Target#击杀了#Source#.")
+t("#Source# kills #Target#.", "#Source#击杀了#Target#.")
 t("neutral", "中立")
 t("hostile", "敌对")
 t("friendly", "友善")
-t("Rank: ", "层级: ")
-t("Faction: ", "阵营: ")
-t("Killed by you: ", "被你杀死: ")
-t("Target: ", "目标: ")
+t("Rank: ", "层级:")
+t("Faction: ", "阵营:")
+t("Killed by you: ", "被你杀死:")
+t("Target: ", "目标:")
 t("none", "没有")
 
 
@@ -2882,6 +3008,7 @@ t("Congratulations!", "恭喜")
 t("%s the %s", "%s %s", {2,1})
 t("%s the Master of Arena", "竞技场主宰 %s")
 t("#LIGHT_RED#WARNING! %s, the master of the arena, appears!!!", "#LIGHT_RED#警告! 竞技场主宰 %s出现了!!!")
+t("OVERKILL", "超杀")
 t("#LIGHT_GREEN#Your powerful attack completely obliterates #WHITE#%s#LIGHT_GREEN#!", "#LIGHT_GREEN#你强力的攻击将#WHITE#%s#LIGHT_GREEN#完全毁灭!")
 t("#LIGHT_GREEN#You destroy #WHITE#%s#LIGHT_GREEN# in a single blow!", "#LIGHT_GREEN#你一击秒杀了#WHITE#%s#LIGHT_GREEN#!")
 t("#LIGHT_GREEN#Your score multiplier increases by #WHITE#%d#LIGHT_GREEN#!", "#LIGHT_GREEN#你的分数加成增加了#WHITE#%d#LIGHT_GREEN#!")
@@ -2927,7 +3054,8 @@ t("Your %s is depleted!", "你的 %s 被耗尽!")
 ------------------------------------------------
 section "game/modules/tome/class/interface/ActorObjectUse.lua"
 
-t("Activate: %s", "使用: %s")
+t("Activate an object", "使用物品")
+t("Activate: %s", "使用:%s")
 t("%s activates %s %s!", "%s激活了%s%s!")
 t("%s", "%s")
 t("Activate an object.", "使用物品。")
@@ -2946,12 +3074,13 @@ section "game/modules/tome/class/interface/Archery.lua"
 
 t("You need a missile launcher (%s)!", "你需要火箭发射器(%s)!")
 t("You do not have enough ammo left!", "你没有足够的弹药!")
-t("#ORCHID#Your %s CANNOT SHOOT (Resource: %s%s#LAST#).", "#ORCHID#你的%s无法射击(资源: %s%s#LAST#).")
-t("#ORCHID#Target out of range.  Hold <ctrl> to force all weapons to fire at targets out of ranges (%d - %d).", "#ORCHID#目标超出范围。按住  <ctrl> 来强制射击超出范围(%d - %d)的目标.")
-t("#ORCHID#Target out of range.  Hold <ctrl> to force your weapon to fire at targets beyond its range (%d).", "#ORCHID#目标超出范围。按住  <ctrl> 来强制射击超出范围(%d)的目标.")
-t("#ORCHID#You COULD NOT SHOOT your %s (Resource: %s%s#LAST#).", "#ORCHID#无法使用%s射击(资源: %s%s#LAST#).")
+t("#ORCHID#Your %s CANNOT SHOOT (Resource: %s%s#LAST#).", "#ORCHID#你的%s无法射击(资源:%s%s#LAST#).")
+t("#ORCHID#Target out of range.  Hold <ctrl> to force all weapons to fire at targets out of ranges (%d - %d).", "#ORCHID#目标超出范围。按住<ctrl>来强制射击超出范围(%d-%d)的目标.")
+t("#ORCHID#Target out of range.  Hold <ctrl> to force your weapon to fire at targets beyond its range (%d).", "#ORCHID#目标超出范围。按住<ctrl>来强制射击超出范围(%d)的目标.")
+t("#ORCHID#You COULD NOT SHOOT your %s (Resource: %s%s#LAST#).", "#ORCHID#无法使用%s射击(资源:%s%s#LAST#).")
+t("%s(%d parried#LAST#)", "%s(%d 匕首格挡#LAST#)")
 t("#{bold}##Source# performs a ranged critical strike against #Target#!#{normal}#", "#{bold}##Source#对#Target#发起一次远程暴击!#{normal}#")
-t("#Source# misses #target#.", "#Source# 没有命中 #target#.")
+t("#Source# misses #target#.", "#Source#没有命中#target#.")
 t("The shattering blow creates a shockwave!", "这次攻击引发了冲击波!")
 t("You are disarmed!", "你被缴械了!")
 t("You must wield a ranged weapon (%s)!", "你必须装备一件远程武器(%s)!")
@@ -2960,30 +3089,31 @@ t("You must wield a ranged weapon (%s)!", "你必须装备一件远程武器(%s)
 ------------------------------------------------
 section "game/modules/tome/class/interface/Combat.lua"
 
-t("%s is too afraid to attack.", "%s 由于恐惧而无法攻击。")
-t("%s is too terrified to attack.", "%s 由于恐惧而无法攻击。")
+t("%s is too afraid to attack.", "%s由于恐惧而无法攻击。")
+t("%s is too terrified to attack.", "%s由于恐惧而无法攻击。")
 t("#Target# notices you at the last moment!", "#Target#在最后时刻注意到了你!")
-t("#ORCHID#%s cleverly deflects the attack with %s shield!#LAST#", "#ORCHID#%s 用%s盾牌机智地躲避了攻击!#LAST#")
-t("#ORCHID#%s parries the attack with %s dual weapons!#LAST#", "#ORCHID#%s 用%s双持武器使这次攻击发生偏斜!#LAST#")
+t("#ORCHID#%s cleverly deflects the attack with %s shield!#LAST#", "#ORCHID#%s用%s盾牌机智地躲避了攻击!#LAST#")
+t("#ORCHID#%s parries the attack with %s dual weapons!#LAST#", "#ORCHID#%s用%s双持武器使这次攻击发生偏斜!#LAST#")
 t("#ORCHID#%s instinctively hardens %s skin and ignores the attack!#LAST#", "#ORCHID#%s本能地硬化%s皮肤,无视了这次攻击!#LAST#")
-t("#Target# repels an attack from #Source#.", "#Target# 击退了#Source#的进攻.")
-t("#Target# evades #Source#.", "#Target# 闪避了 #Source# 。")
+t("#Target# repels an attack from #Source#.", "#Target#击退了#Source#的进攻.")
+t("#Target# evades #Source#.", "#Target#闪避了#Source#。")
+t("%s(%d parried#LAST#)", "%s(%d 匕首格挡#LAST#)")
 t("#{bold}##Source# performs a melee critical strike against #Target#!#{normal}#", "#{bold}##Source#向#Target#发起一次近战暴击!#{normal}#")
-t("#Source# misses #Target#.", "#Source# 未命中 #Target#。")
+t("#Source# misses #Target#.", "#Source#未命中#Target#。")
 t("The shattering blow creates a shockwave!", "这次攻击引发了冲击波!")
 t("#F53CBE#You revel in attacking a weakened foe! (+%d hate)", "#F53CBE#你沉醉于攻击一个虚弱的敌人!(+%d 仇恨)")
 t("#F53CBE#Your rampage is invigorated by your fierce attack! (+1 duration)", "#F53CBE#你强力的攻击延长了你的暴走时间! (+1持续时间)")
 t("#{bold}#%s's spell attains critical power!#{normal}#", "#{bold}#%s的法术造成了致命一击!#{normal}#")
 t("#{bold}#%s's mind surges with critical power!#{normal}#", "#{bold}#%s的精神攻击造成了致命一击!#{normal}#")
 t("#Source#'s grapple fails because #Target# is too big!", "#Source#的抓取失败了,因为#Target#体型过大!")
-t("%s resists the grapple!", "%s 抵抗了抓取!")
+t("%s resists the grapple!", "%s抵抗了抓取!")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyDeath.lua"
 
-t("%s the level %d %s %s was %s to death by %s%s%s on level %s of %s.", "玩家%s等级%d %s%s被%s而死,杀死他(她)的是%s%s%s,死在第%s层,%s。")
-t("%s(%d %s %s) was %s to death by %s%s on %s %s.", "%s(%d %s %s) %s而死,被%s%s杀死于%s %s。")
+t("%s the level %d %s %s was %s to death by %s%s%s on level %s of %s.", "玩家%s等级%d%s%s%s而死,杀死他(她)的是%s%s%s,死在第%s层,%s。")
+t("%s(%d %s %s) was %s to death by %s%s on %s %s.", "%s(%d %s %s)%s而死,被%s%s杀死于%s %s。")
 t("her", "她的")
 t("him", "ä»–")
 t("herself", "她自己")
@@ -3005,14 +3135,14 @@ t("#{bold}#", "#{bold}#")
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyIngredients.lua"
 
-t("You collect a new ingredient: #LIGHT_GREEN#%s%s#WHITE#.", "你搜集了一个新的材料: #LIGHT_GREEN#%s%s#WHITE#.")
-t("You collect a new ingredient: #LIGHT_GREEN#%s%s (%d)#WHITE#.", "你搜集了一个新的材料: #LIGHT_GREEN#%s%s (%d)#WHITE#.")
+t("You collect a new ingredient: #LIGHT_GREEN#%s%s#WHITE#.", "你搜集了一个新的材料:#LIGHT_GREEN#%s%s#WHITE#.")
+t("You collect a new ingredient: #LIGHT_GREEN#%s%s (%d)#WHITE#.", "你搜集了一个新的材料:#LIGHT_GREEN#%s%s(%d)#WHITE#.")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/interface/PartyLore.lua"
 
-t("Lore found: #0080FF#%s", "发现手札: #0080FF#%s")
+t("Lore found: #0080FF#%s", "发现手札:#0080FF#%s")
 t("You can read all your collected lore in the game menu, by pressing Escape.", "按下Esc键,进入游戏菜单你可以查看所有你已经收集的札记。")
 t("learnt lore", "发现手札")
 
@@ -3252,9 +3382,9 @@ Specific information on each talent appears its tooltip.]], [[#GOLD#主动技能
 t([[#GOLD#Instant Talents#LAST#
 Some activated talents take no time to use, being activated with but a thought.
 Unlike most talents, instant talents are never put on cooldown from being stunned, and may be usable when most other talents are not.
-Specific information on each talent appears its tooltip.]], [[#GOLD#瞬发技能#LAST#
+Specific information on each talent appears its tooltip.]], [[#GOLD#瞬间技能#LAST#
 使用有些主动技能不需要时间,瞬间就能发动。
-和其他技能不同,瞬发技能不会被震慑而进入冷却状态,并且在大部分技能都不能使用的时候仍然可以使用。
+和其他技能不同,瞬间技能不会被震慑而进入冷却状态,并且在大部分技能都不能使用的时候仍然可以使用。
 有关技能的详细信息,请参阅技能的提示框。]])
 t([[#GOLD#Passive Talents#LAST#
 When learned, passive talents permanently alter the user in some way.
@@ -3375,33 +3505,32 @@ t([[#GOLD#Damage#LAST#
 This is the damage you inflict on your foes when you hit them.
 This damage can be reduced by the target's armour or by percentile damage resistances.
 It is improved by Strength or Dexterity, depending on your weapon. Some talents can change the stats that affect it.
-]], [[#GOLD#伤害#LAST#
+]], [[#GOLD#武器伤害#LAST#
 你击中目标时产生的伤害量。
-目标受到的伤害可以被其护甲值或百分比免伤属性所减免。
-根据武器不同,提升力量和敏捷属性可以提升伤害,一些技能也可以改变影响伤害值的属性。
+目标受到的伤害可以被其护甲值或伤害抗性减免。
+一般来说,提升力量或敏捷属性可以提升武器伤害,但会根据武器不同而有所变化。一些技能也可以改变影响伤害值的属性。
 ]])
 t([[#GOLD#Shield Block Value#LAST#
 The amount of damage a shield will block when actively used in defense.
 Usually this is only effective against Physical damage, but some special shields (and talents) allow the wearer to block other types.
 ]], [[#GOLD#盾牌格挡值#LAST#
-盾牌在激活是所能阻挡的伤害量。
-通常这只对物理伤害有效,但是一些特殊的护盾(和技能)允许穿戴者阻挡其他类型的伤害。
+盾牌在激活时所能阻挡的伤害量。
 ]])
 t([[#GOLD#Armour Penetration#LAST#
 Armour penetration allows you to ignore a part of the target's armour (this only works for armour, not damage resistance).
 This can never increase the damage you do beyond reducing armour, so it is only useful against armoured foes.
 ]], [[#GOLD#护甲穿透#LAST#
-护甲穿透可以让你忽视部分目标护甲值(只对护甲值有效,对百分比免伤无效)。
-它不能提高造成的伤害,所以只对有装甲属性的目标有效。
+护甲穿透可以让你忽视部分目标护甲值(只对护甲值有效,对伤害抗性无效)。
+它不能提高造成的伤害,只对有护甲的目标有效。
 ]])
 t([[#GOLD#Critical chance#LAST#
 Each time you deal damage you have a chance to make a critical hit that deals extra damage.
 Some talents allow you to increase this percentage.
 It is improved by Cunning.
-]], [[#GOLD#物理暴击#LAST#
+]], [[#GOLD#暴击率#LAST#
 每次造成伤害时,你都有一定几率造成一次造成额外伤害的致命攻击。
 一些技能可以提高这个几率。
-提升灵巧属性值可以提高物理暴击率。
+提升灵巧属性值可以提高暴击率。
 ]])
 t([[#GOLD#Attack speed#LAST#
 Attack speed represents how fast your attacks are compared to normal.
@@ -3554,8 +3683,7 @@ Each time you deal damage with a mental attack you may have a chance to perform
 Some talents allow you to increase this percentage.
 It is improved by Cunning.
 ]], [[#GOLD#精神暴击#LAST#
-每次造成精神伤害时你都有一定几率
-暴击造成额外伤害。
+每次造成精神伤害时你都有一定几率暴击造成额外伤害。
 一些技能可以提高这个几率。
 提升灵巧属性值可以提高精神暴击。
 ]])
@@ -3607,7 +3735,7 @@ This stacks (multiplicatively) with individual damage type resistances up to the
 t([[#GOLD#Damage resistance: absolute#LAST#
 All damage you receive, through any means, is decreased by this percentage.
 This is applied after normal damage resistance and is not affected by resistance penetration.
-]], [[#GOLD#伤害抵抗: 绝对#LAST#
+]], [[#GOLD#伤害抵抗:绝对#LAST#
 所有类型任何方式对你造成的伤害按此值减免。
 该效果在常规伤害抵抗后生效,不受抗性穿透影响。
 ]])
@@ -3619,20 +3747,20 @@ All damage of this type that you receive, through any means, is reduced by this
 t([[#GOLD#Damage resistance: by speed#LAST#
 All damage you receive, through any means, is decreased by this percentage, which increases as your total movement speed (global times movement) decreases.
 This is applied after normal damage type resistances.
-]], [[#GOLD#伤害抵抗: 速度#LAST#
+]], [[#GOLD#伤害抵抗:速度#LAST#
 所有类型任何方式对你造成的伤害按此值减免,随着你的总体移动速度减少而增加。
 该效果在常规伤害抵抗后生效,不受抗性穿透影响。
 ]])
 t([[#GOLD#Damage resistance: creature type#LAST#
 All damage you receive from creatures of this type, through any means, is decreased by this percentage.  This is applied separately to (stacks with) normal resistances.
-]], [[#GOLD#伤害抵抗: 生物类型#LAST#
-任何方式受到指定生物类型的伤害,不管造成伤害的方式是什么,都按此值减免。这一效果与普通伤害抗性叠加。
+]], [[#GOLD#伤害抵抗:生物类型#LAST#
+任何方式受到指定生物类型的伤害,不管造成伤害的方式是什么,都按此值减免。这一效果与普通伤害抗性各自独立生效。
 ]])
 t([[#GOLD#Damage affinity: all#LAST#
 All damage you receive, through any means, also heals you for this percentage of the damage.
 This stacks with individual damage type affinities.
 Important: Affinity healing happens after damage has been taken, it can not prevent death.
-]], [[#GOLD#伤害吸收: 全体#LAST#
+]], [[#GOLD#伤害吸收:全体#LAST#
 任何方式受到指定类型的伤害,都会按此比例治疗你。
 可以与独立类型的伤害吸收效果叠加。
 注意:伤害吸收的治疗效果在伤害产生后处理,不能防止秒杀。
@@ -3640,14 +3768,14 @@ Important: Affinity healing happens after damage has been taken, it can not prev
 t([[#GOLD#Damage affinity: specific#LAST#
 All damage of this type that you receive, through any means, also heals you for this percentage of the damage.
 Important: Affinity healing happens after damage has been taken, it can not prevent death.
-]], [[#GOLD#伤害吸收: 指定#LAST#
+]], [[#GOLD#伤害吸收:指定#LAST#
 任何方式受到指定类型的伤害,都会按此比例治疗你。
 注意:伤害吸收的治疗效果在伤害产生后处理,不能防止秒杀。
 ]])
 t([[#GOLD#Status resistance#LAST#
 Most bad status effects can be avoided by having an appropriate immunity, represented by a percent chance to completely avoid the effect in question.  This chance is applied in addition to any saving throws or other checks that may apply.
 ]], [[#GOLD#状态免疫#LAST#
-大部分状态效果可以被特定的免疫来抵消,以百分比表示你完全免疫该效果的几率的几率。这一几率与豁免或其他效果可以叠加。
+大部分状态效果可以被特定的免疫来抵消,以百分比表示你完全免疫该效果的几率的几率。这一几率与豁免或其他效果各自独立生效。
 ]])
 t([[#GOLD#Effect resistance chance#LAST#
 This represents your chance to completely resist this specific effect.
@@ -3667,7 +3795,7 @@ This represents your chance to avoid most chronomatic anomaly effects.
 t([[#GOLD#Instant death resistance#LAST#
 This represents your chance to avoid being instantly killed, severely incapacitated, or controlled by certain abilities.
 ]], [[#GOLD#即死免疫#LAST#
-表示你对一系列导致立即死亡,严重残废,或是被控制的效果的抵抗几率。
+表示你对一系列导致立即死亡,失去行动能力,或是被控制的效果的抵抗几率。
 ]])
 t([[#GOLD#Negative status effect immunity chance#LAST#
 This represents your chance to completely avoid ANY persistent bad effects applied to you from others.
@@ -3691,8 +3819,8 @@ This represents your chance to completely avoid ANY persistent bad magical effec
 ]])
 t([[#GOLD#Damage when hit#LAST#
 Each time a creature hits you with a melee attack, it will suffer damage or other effects.
-]], [[#GOLD#反伤伤害#LAST#
-其他生物每次近战攻击你时,所受到的反弹伤害。
+]], [[#GOLD#近战反击伤害#LAST#
+其他生物每次近战攻击你时,所受到的反击伤害或者其他反击效果。
 ]])
 t([[#GOLD#Additional Melee Damage#LAST#
 Each time you strike a creature with a melee attack, you will deal additional damage or other effects.
@@ -3806,6 +3934,7 @@ The use of spells or arcane-powered equipment is impossible.
 ------------------------------------------------
 section "game/modules/tome/class/interface/WorldAchievements.lua"
 
+t("Maj'Eyal", "马基埃亚尔")
 t("%s (Roguelike)", "%s (永久死亡模式)")
 t("%s (Exploration mode)", "%s (探索模式)")
 t("%s (Nightmare (Adventure) difficulty)", "%s (噩梦难度 (冒险模式))")
@@ -3832,15 +3961,25 @@ t("Character Sheet (#{bold}##GOLD#%s#LAST##{normal}#)", "角色信息 (#{bold}##
 t("Main menu (#{bold}##GOLD#%s#LAST##{normal}#)", "主菜单 (#{bold}##GOLD#%s#LAST##{normal}#)")
 t("Show message/chat log (#{bold}##GOLD#%s#LAST##{normal}#)", "显示消息/聊天日志 (#{bold}##GOLD#%s#LAST##{normal}#)")
 t([[Movement: #LIGHT_GREEN#Default#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
-Toggle for passive mode]], [[移动模式: #LIGHT_GREEN#默认#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
+Toggle for passive mode]], [[移动模式:#LIGHT_GREEN#默认#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
 切换被动模式]])
 t([[Movement: #LIGHT_RED#Passive#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
-Toggle for default mode]], [[移动模式: #LIGHT_RED#被动#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
+Toggle for default mode]], [[移动模式:#LIGHT_RED#被动#LAST# (#{bold}##GOLD#%s#LAST##{normal}#)
 切换默认模式]])
 t("Cosmetics & Events shop (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)", "时装和事件商店 (#{bold}##GOLD#%s#LAST##{normal}#, #{bold}##GOLD#%s#LAST##{normal}#)")
 t("Left click to use", "左键点击使用")
 t("Press 'm' to setup", "按M键设置")
 t("Right click to configure", "右键点击设定")
+t("Remove this object from your hotkeys?", "从快捷栏去掉该物品?")
+t("Unbind %s", "解除绑定%s")
+t("Developer", "开发者")
+t("Moderator / Helper", "管理员/协助者")
+t("Donator", "捐助者")
+t("Recurring Donator", "长期捐助者")
+t("Playing: ", "正在玩:")
+t("Game: ", "游戏:")
+t("Linked by: ", "Linked by: ")
+t("Show chat user", "显示聊天用户")
 
 
 ------------------------------------------------
@@ -3850,14 +3989,14 @@ t([[#GOLD##{bold}#%s
 #WHITE##{normal}#Life: %d%%
 Level: %d
 %s]], [[#GOLD##{bold}#%s
-#WHITE##{normal}#生命值: %d%%
-等级: %d
+#WHITE##{normal}#生命值:%d%%
+等级:%d
 %s]])
 t("%s reduced the duration of this effect by %d turns, from %d to %d.", "%s将这一效果的持续时间降低%d回合,从%d回合降到%d回合。")
 t([[#{bold}##GOLD#%s
 (%s: %s)#WHITE##{normal}#
 ]], [[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
+(%s:%s)#WHITE##{normal}#
 ]])
 t("Really cancel %s?", "真的要取消%s吗?")
 t([[#GOLD##{bold}#%s
@@ -3865,55 +4004,55 @@ t([[#GOLD##{bold}#%s
 Unused class talents: %d
 Unused generic talents: %d
 Unused categories: %d]], [[#GOLD##{bold}#%s
-#WHITE##{normal}#未使用属性点: %d
-未使用职业技能点: %d
-未使用通用技能点: %d
-未使用大系点: %d]])
+#WHITE##{normal}#未使用属性点:%d
+未使用职业技能点:%d
+未使用通用技能点:%d
+未使用大系点:%d]])
 t("%s#{normal}#", "%s#{normal}#")
-t("Level / Exp: #00ff00#%s / %2d%%", "等级 / 经验: #00ff00#%s / %2d%%")
-t("Gold: #00ff00#%0.2f", "金币: #00ff00#%0.2f")
-t("Accuracy:", "命中:")
-t("Defense:", "闪避:")
-t("M. power:", "精神强度:")
-t("M. save:", "精神豁免:")
-t("P. power:", "物理强度:")
-t("P. save:", "物理豁免:")
-t("S. power:", "法术强度:")
-t("S. save:", "法术豁免:")
-t("Turns remaining: %d", "剩余回合: %d")
-t("Air level: %d/%d", "空气值: %d/%d")
+t("Level / Exp: #00ff00#%s / %2d%%", "等级/经验:#00ff00#%s/%2d%%")
+t("Gold: #00ff00#%0.2f", "金币:#00ff00#%0.2f")
+t("Accuracy:", "命中:")
+t("Defense:", "闪避:")
+t("M. power:", "精神强度:")
+t("M. save:", "精神豁免:")
+t("P. power:", "物理强度:")
+t("P. save:", "物理豁免:")
+t("S. power:", "法术强度:")
+t("S. save:", "法术豁免:")
+t("Turns remaining: %d", "剩余回合:%d")
+t("Air level: %d/%d", "空气值:%d/%d")
 t("Encumbered! (%d/%d)", "超重! (%d/%d)")
-t("Str/Dex/Con: #00ff00#%3d/%3d/%3d", "力量/敏捷/体质: #00ff00#%3d/%3d/%3d")
-t("Mag/Wil/Cun: #00ff00#%3d/%3d/%3d", "魔力/意志/灵巧: #00ff00#%3d/%3d/%3d")
-t("#c00000#Life    :", "#c00000#生命值:")
-t("#WHITE#Shield:", "#WHITE#护盾:")
+t("Str/Dex/Con: #00ff00#%3d/%3d/%3d", "力量/敏捷/体质:#00ff00#%3d/%3d/%3d")
+t("Mag/Wil/Cun: #00ff00#%3d/%3d/%3d", "魔力/意志/灵巧:#00ff00#%3d/%3d/%3d")
+t("#c00000#Life    :", "#c00000#生命值:")
+t("#WHITE#Shield:", "#WHITE#护盾:")
 t([[#GOLD#%s#LAST#
 %s
 ]], [[#GOLD#%s#LAST#
 %s
 ]])
 t("no description", "没有介绍")
-t("%-8.8s:", "%-8.8s:")
-t("#7fffd4#Feedback:", "#7fffd4#反馈值:")
-t("#c00000#Un.body :", "#c00000#诅咒身躯 :")
+t("%-8.8s:", "%-8.8s:")
+t("#7fffd4#Feedback:", "#7fffd4#反馈值:")
+t("#c00000#Un.body :", "#c00000#诅咒身躯:")
 t("%0.1f (%0.1f/turn)", "%0.1f (%0.1f/回合)")
-t("#LIGHT_GREEN#Fortress:", "#LIGHT_GREEN#å ¡åž’:")
-t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d", "#ANTIQUE_WHITE#弹药:       #ffffff#%d")
-t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d/%d", "#ANTIQUE_WHITE#弹药:       #ffffff#%d/%d")
-t("Saving:", "Saving:")
+t("#LIGHT_GREEN#Fortress:", "#LIGHT_GREEN#堡垒:")
+t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d", "#ANTIQUE_WHITE#弹药:      #ffffff#%d")
+t("#ANTIQUE_WHITE#Ammo    :       #ffffff#%d/%d", "#ANTIQUE_WHITE#弹药:      #ffffff#%d/%d")
+t("Saving:", "保存中:")
 t([[#GOLD##{bold}#%s#{normal}##WHITE#
 ]], [[#GOLD##{bold}#%s#{normal}##WHITE#
 ]])
-t("Score(TOP): %d", "分数(TOP): %d")
-t("Score: %d", "分数: %d")
+t("Score(TOP): %d", "分数(TOP):%d")
+t("Score: %d", "分数:%d")
 t("Wave(TOP) %d", "波次(TOP) %d")
 t("Wave %d", "波次 %d")
 t(" [MiniBoss]", " [小Boss]")
 t(" [Boss]", " [Boss战]")
 t(" [Final]", " [最终战]")
-t("Bonus: %d (x%.1f)", "奖励: %d (x%.1f)")
+t("Bonus: %d (x%.1f)", "奖励:%d (x%.1f)")
 t(" VS", " 对战")
-t("Rank: %s", "分级: %s")
+t("Rank: %s", "分级:%s")
 
 
 ------------------------------------------------
@@ -3948,32 +4087,42 @@ Middle click to reset to default scale%s]], [[%s
 鼠标中键重置默认大小%s]])
 t("Fortress Energy", "堡垒能量")
 t("Display/Hide resources", "显示/隐藏资源槽")
-t("Toggle:", "切换:")
+t("Toggle:", "切换:")
 t("\
 Right click to toggle resources bars visibility", "\
 右键点击切换资源槽是否可见")
 t("Feedback", "反馈值")
-t("Score[1st]: %d", "分数[第一名]: %d")
-t("Score: %d", "分数: %d")
+t("Score[1st]: %d", "分数[第一名]:%d")
+t("Score: %d", "分数:%d")
 t("[MiniBoss]", "[小Boss战]")
 t("[Boss]", "[Boss战]")
 t("[Final]", "[最终Boss]")
 t("Wave(TOP) %d %s", "波次(最高) %d %s")
 t("Wave %d %s", "波次 %d %s")
-t("Bonus: %d (x%.1f)", "奖励: %d (x%.1f)")
+t("Bonus: %d (x%.1f)", "奖励:%d (x%.1f)")
 t(" VS", " 对战")
-t("Rank: ", "层级: ")
+t("Rank: ", "层级:")
 t("%s reduced the duration of this effect by %d turns, from %d to %d.", "%s将这一效果的持续时间降低%d回合,从%d回合降到%d回合。")
 t([[#{bold}##GOLD#%s
 (%s: %s)#WHITE##{normal}#
 ]], [[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
+(%s:%s)#WHITE##{normal}#
 ]])
 t("\
 ---\
 Right click to cancel early.", "\
 ---\
 右键点击提前结束效果。")
+t([[#GOLD##{bold}#%s
+#WHITE##{normal}#Life: %d%%
+Level: %d
+%s]], [[#GOLD##{bold}#%s
+#WHITE##{normal}#生命值:%d%%
+等级:%d
+%s]])
+t("\
+Turns remaining: %s", "\
+剩余回合数: %s")
 t([[Toggle for movement mode.
 Default: when trying to move onto a creature it will attack if hostile.
 Passive: when trying to move onto a creature it will not attack (use ctrl+direction, or right click to attack manually)]], [[切换移动模式。
@@ -3990,6 +4139,8 @@ Middle mouse to show full map]], [[左键点击移动
 t("Left click to use", "左键点击使用")
 t("Press 'm' to setup", "按M键设置")
 t("Right click to configure", "右键点击设定")
+t("Remove this object from your hotkeys?", "从快捷栏去掉该物品?")
+t("Unbind %s", "解除绑定%s")
 t([[Left mouse to show inventory
 Right mouse to show ingredients]], [[左键点击显示物品栏
 右键显示材料]])
@@ -3998,16 +4149,17 @@ t("Left mouse to show message/chat log.", "左键点击显示信息/聊天栏。
 t([[Left mouse to show quest log.
 Right mouse to show all known lore.]], [[左键点击显示任务栏
 右键点击显示手札。]])
+t("Tales of Maj'Eyal Lore", "马基埃亚尔的传说手札")
 t("Left mouse to show main menu", "左键点击显示主菜单")
 t("Lock all interface elements so they can not be moved nor resized.", "锁定所有界面元素,使其无法移动和改变大小。")
 t("Unlock all interface elements so they can be moved and resized.", "解锁所有界面元素,使其可以移动和改变大小。")
 t("Clicking will open#LIGHT_BLUE##{italic}#%s#WHITE##{normal}# in your browser", "点击将会在你的默认浏览器中打开#LIGHT_BLUE##{italic}#%s#WHITE##{normal}# ")
 t("Developer", "开发者")
-t("Moderator / Helper", "管理员 / 协助者")
+t("Moderator / Helper", "管理员/协助者")
 t("Donator", "捐助者")
 t("Recurring Donator", "长期捐助者")
-t("Playing: ", "正在玩: ")
-t("Game: ", "游戏: ")
+t("Playing: ", "正在玩:")
+t("Game: ", "游戏:")
 t("Clicking will open ", "点击将会打开 ")
 t("Show chat user", "显示聊天用户")
 t("Whisper", "悄悄话")
@@ -4015,7 +4167,7 @@ t("Ignore", "忽略")
 t("Really ignore all messages from: %s", "确认忽略所有来自%s的消息")
 t("Report user for bad behavior", "举报用户不良行为")
 t("Reason", "原因")
-t("Reason to report: %s", "举报原因: %s")
+t("Reason to report: %s", "举报原因:%s")
 t("#VIOLET#", "#VIOLET#")
 t("Really remove %s from your friends?", "确认将%s移除好友列表?")
 t("Remove Friend", "移除好友")
@@ -4234,7 +4386,7 @@ t("Killed a boss while already dead.", "与BOSS同时死亡。")
 t("Look at me, I'm playing a roguelike!", "看!我正在玩Roguelike!")
 t("Linked yourself in the in-game chat.", "将自己的数据链接到聊天框。")
 t("Fear me not!", "恐惧无法挡我!")
-t("Survived the Fearscape!", "在恐惧长廊幸存下来。")
+t("Survived the Fearscape!", "在恶魔空间幸存下来。")
 
 
 ------------------------------------------------
@@ -4511,6 +4663,8 @@ t("Their most important stats are: Magic and Constitution", "他们最重要的
 t("#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +0 力量 , +0 敏捷 , +3 体质")
 t("#LIGHT_BLUE# * +5 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * +5 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# -1", "#GOLD# 每等级生命加值: #LIGHT_BLUE# -1")
+t("Golem", "傀儡")
+t("Golem becomes a Drolem", "傀儡成为龙傀儡")
 t("Archmage", "元素法师")
 t("Hated, harrowed, hunted, hidden... Our ways are forbidden, but our cause is just. In our veiled valley we find solace from the world's wrath, free to study our arts. Only through charity and friendship can you earn our trust.", "憎恨、折磨、追捕、隐藏……我们的道路被禁止,但是我们的事业是正义的。在我们隐藏的山谷里我们自由学习我们自己的魔法艺术,从这个世界的愤怒中寻求安慰。只有友谊和宽容才能获得我们的信任。")
 t("An Archmage devotes his whole life to the study of magic above anything else.", "对一个元素法师来说魔法超越一切,他们倾尽一生学习魔法。")
@@ -4683,10 +4837,10 @@ t("Stone Warden", "岩石守卫")
 t([[The Spellblaze's scars may be starting to heal,
 but little can change how the partisans feel.
 Nature and arcane could bridge their divide -
-and when it comes down to it, gold won't take sides...]], [[The Spellblaze's scars may be starting to heal,
-but little can change how the partisans feel.
-Nature and arcane could bridge their divide -
-and when it comes down to it, gold won't take sides...]])
+and when it comes down to it, gold won't take sides...]], [[魔法大爆炸带来的裂痕已经开始痊愈。
+然而人们心中的偏见仍没有消失。
+奥术和魔法可以团结在一起——
+在这两者之间,金钱从不站队……]])
 t("Stone Wardens are dwarves trained in both the eldritch arts and the worship of nature.", "岩石守卫是那些同时训练魔法技艺与自然力量的矮人。")
 t("While other races are stuck in their belief that arcane forces and natural forces are meant to oppose, dwarves have found a way to combine them in harmony.", "在其他种族受困于自然和魔法天生对立的偏见时,矮人们已经找到方法让这两种力量和谐共存。")
 t("Stone Wardens are armoured fighters, dual wielding shields to channel many of their powers.", "岩石守卫是身着重甲的战士,双持盾牌来施展技艺。")
@@ -4785,6 +4939,36 @@ t("#LIGHT_BLUE# * +3 Strength, -2 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +2 Magic, +2 Willpower, -5 Cunning", "#LIGHT_BLUE# * +2 魔法 , +2 意志 , -5 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 13", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 13")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 25%", "#GOLD#经验惩罚: #LIGHT_BLUE# 25%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Face 1", "脸型1")
+t("Face 2", "脸型2")
+t("Face 3", "脸型3")
+t("Mustache 1", "胡子1")
+t("Mustache 2", "胡子2")
+t("Mustache 3", "胡子3")
+t("Mustache 4", "胡子4")
+t("Mustache 5", "胡子5")
+t("Mustache 6", "胡子6")
+t("Mustache 7", "胡子7")
+t("Mustache 8", "胡子8")
+t("Mustache 9", "胡子9")
+t("Tatoos 1", "纹身1")
+t("Tatoos 2", "纹身2")
+t("Tatoos 3", "纹身3")
+t("Tatoos 4", "纹身4")
+t("Tatoos 5", "纹身5")
+t("Tatoos 6", "纹身6")
+t("Tatoos 7", "纹身7")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
@@ -4800,6 +4984,92 @@ t("#LIGHT_BLUE# * +4 Strength, -2 Dexterity, +3 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * -2 Magic, +3 Willpower, +0 Cunning", "#LIGHT_BLUE# * -2 魔法 , +3 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 14", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 14")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 1", "深色头发1")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Dark Hair 7", "深色头发7")
+t("Dark Hair 8", "深色头发8")
+t("Dark Hair 9", "深色头发9")
+t("Dark Hair 10", "深色头发10")
+t("Blond Hair 1", "金发1")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Blond Hair 7", "金发7")
+t("Blond Hair 8", "金发8")
+t("Blond Hair 9", "金发9")
+t("Blond Hair 10", "金发10")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Redhead Hair 6", "红发6")
+t("Redhead Hair 7", "红发7")
+t("Redhead Hair 8", "红发8")
+t("Redhead Hair 9", "红发9")
+t("Redhead Hair 10", "红发10")
+t("Dark Beard 1", "深色络腮胡1")
+t("Dark Beard 2", "深色络腮胡2")
+t("Dark Beard 3", "深色络腮胡3")
+t("Dark Beard 4", "深色络腮胡4")
+t("Dark Beard 5", "深色络腮胡5")
+t("Blond Beard 1", "金色胡子 1")
+t("Blond Beard 2", "金色络腮胡 2")
+t("Blond Beard 3", "金色络腮胡 3")
+t("Blond Beard 4", "金色络腮胡 4")
+t("Blond Beard 5", "金色络腮胡 5")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("Redhead Beard 3", "红色络腮胡3")
+t("Redhead Beard 4", "红色络腮胡4")
+t("Redhead Beard 5", "红色络腮胡5")
+t("Dark Mustache 1", "深色八字胡1")
+t("Dark Mustache 2", "深色八字胡2")
+t("Dark Mustache 3", "深色八字胡3")
+t("Dark Mustache 4", "深色八字胡4")
+t("Blond Mustache 1", "金色八字胡1")
+t("Blond Mustache 2", "金色八字胡2")
+t("Blond Mustache 3", "金色八字胡3")
+t("Blond Mustache 4", "金色八字胡4")
+t("Redhead Mustache 1", "红色八字胡1")
+t("Redhead Mustache 2", "红色八字胡2")
+t("Redhead Mustache 3", "红色八字胡3")
+t("Redhead Mustache 4", "红色八字胡4")
+t("Dark Beard", "深色络腮胡")
+t("Blond Beard", "金色胡子")
+t("Redhead Beard", "红色络腮胡")
+t("Dark Donut", "深色圆胡子")
+t("Blond Donut", "金色圆胡子")
+t("Redhead Donut", "红色圆胡子")
+t("Dark Flip", "深色翻转胡")
+t("Blond Flip", "金色翻转胡")
+t("Redhead Flip", "红色翻转胡")
+t("Dark Mustache", "深色八字胡")
+t("Blond Mustache", "金色八字胡")
+t("Redhead Mustache", "红色八字胡")
+t("Dark Sideburns", "深色鬓角")
+t("Blond Sideburns", "金色鬓角")
+t("Redhead Sideburns", "红色鬓角")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
@@ -4810,6 +5080,32 @@ t("The elven races are usually named as a whole 'elves', but this is incorrect."
 t("Elves are split into three separate races - albeit related - of which only two remain in the current age.", "精灵分为 3 个相互联系的种族,而目前只有两种还幸存着。")
 t("Elves usually live about one thousand years, except for the Shaloren who magically sustain themselves forever.", "除了永恒精灵用魔法保持永生,其他精灵通常能活一千年。")
 t("Their view of the world varies wildly across the different elven races.", "在不同的精灵种族之间他们对世界的看法很不相同。")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Shalore", "永恒精灵")
 t("Shaloren elves have close ties with the magic of the world, and produced in the past many great mages.", "永恒精灵与魔法世界有着很强的联系,曾一度出现过许多伟大的魔法师。")
 t("Yet they remain quiet and try to hide their magic from the world, for they remember too well the Spellblaze - and the Spellhunt that followed.", "尽管如此,他们仍试图保持避世并隐藏他们的魔法能力。因为他们深深记得那一段血腥的历史——魔法大爆炸还有紧随其后的猎魔行动。")
@@ -4818,6 +5114,7 @@ t("#LIGHT_BLUE# * -2 Strength, +1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * -
 t("#LIGHT_BLUE# * +2 Magic, +3 Willpower, +1 Cunning", "#LIGHT_BLUE# * +2 魔法 , +3 意志 , +1 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 9", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 9")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 12%", "#GOLD#经验惩罚: #LIGHT_BLUE# 12%")
+t("Blond Hair 1", "金发1")
 t("Thalore", "自然精灵")
 t("Thaloren elves have spent most of the ages hidden within their forests, seldom leaving them.", "在大部分岁月里,自然精灵隐藏在丛林里,很少离开。")
 t("The ages of the world passed by and yet they remained unchanged.", "岁月流逝,这一习惯都没有改变。")
@@ -4828,6 +5125,7 @@ t("#LIGHT_BLUE# * +2 Strength, +3 Dexterity, +1 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * -2 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * -2 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 11", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 11")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4857,12 +5155,88 @@ t("#LIGHT_BLUE# * +3 Strength, -1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +2 Magic, -2 Willpower, +2 Cunning", "#LIGHT_BLUE# * +2 魔法 , -2 意志 , +2 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 13", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 13")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 15%", "#GOLD#经验惩罚: #LIGHT_BLUE# 15%")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Dark Hair 1", "深色头发1")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Dark Hair 7", "深色头发7")
+t("Dark Hair 8", "深色头发8")
+t("Dark Hair 9", "深色头发9")
+t("Blond Hair 1", "金发1")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Blond Hair 7", "金发7")
+t("Blond Hair 8", "金发8")
+t("Blond Hair 9", "金发9")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("Redhead Hair 3", "红发3")
+t("Redhead Hair 4", "红发4")
+t("Redhead Hair 5", "红发5")
+t("Redhead Hair 6", "红发6")
+t("Redhead Hair 7", "红发7")
+t("Redhead Hair 8", "红发8")
+t("Redhead Hair 9", "红发9")
+t("Facial Infusions 1", "脸部纹身1")
+t("Facial Infusions 2", "脸部纹身2")
+t("Facial Runes 1", "脸部符文1")
+t("Facial Runes 2", "脸部符文2")
+t("Facial Runes 3", "脸部符文3")
+t("Facial Runes 4", "脸部符文4")
+t("Body Tatoos 1", "身体纹身1")
+t("Body Tatoos 2", "身体纹身2")
+t("Body Tatoos 3", "身体纹身3")
+t("Body Tatoos 4", "身体纹身4")
+t("Body Tatoos 5", "身体纹身5")
+t("Body Tatoos 6", "身体纹身6")
+t("Body Tatoos 7", "身体纹身7")
+t("Body Tatoos 8", "身体纹身8")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/birth/races/halfling.lua"
 
 t("Halflings are agile, lucky, and resilient but lacking in strength.", "半身人身手敏捷,好运,但缺少力量。")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Redhead 1", "红发1")
+t("Redhead 2", "红发2")
+t("Redhead 3", "红发3")
+t("Redhead 4", "红发4")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Halfling", "半身人")
 t("Halflings are a race of very short stature, rarely exceeding four feet in height.", "半身人是一个身材十分矮小的种族,高度很少有超过 4 英尺。")
 t("They are like humans in that they can do just about anything they set their minds to, yet they excel at ordering and studying things.", "只要愿意,他们可以像人类一样做到任何事情,并且更有纪律,更擅长学习。")
@@ -4874,6 +5248,8 @@ t("#LIGHT_BLUE# * +0 Magic, +0 Willpower, +3 Cunning", "#LIGHT_BLUE# * +0 魔法
 t("#LIGHT_BLUE# * +5 Luck", "#LIGHT_BLUE# * +5 幸运")
 t("#GOLD#Life per level:#LIGHT_BLUE# 12", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 12")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 10%", "#GOLD#经验惩罚: #LIGHT_BLUE# 10%")
+t("Blond Hair 1", "金发1")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4884,6 +5260,56 @@ t("The Humans are one of the main races on Maj'Eyal, along with the Halflings. F
 t("Humans of these Allied Kingdoms have known peace for over a century now.", "联合王国的人们已经保持了一个世纪的和平。")
 t("Humans are split into two categories: the Highers, and the rest. Highers have latent magic in their blood which gives them higher attributes and senses along with a longer life.", "人类被分为两个亚种:高等人类和普通人类。高等人类体内流淌着魔法的血液,他们拥有额外的属性和感知能力并更长寿。")
 t("The rest of Humanity is gifted with quick learning and mastery. They can do and become anything they desire.", "其他人类天生有更强的学习能力,他们能做任何他们想做的事成为任何他们想成为的人。")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Dark Hair 2", "深色头发2")
+t("Dark Hair 3", "深色头发3")
+t("Dark Hair 4", "深色头发4")
+t("Dark Hair 5", "深色头发5")
+t("Dark Hair 6", "深色头发6")
+t("Blond Hair 2", "金发2")
+t("Blond Hair 3", "金发3")
+t("Blond Hair 4", "金发4")
+t("Blond Hair 5", "金发5")
+t("Blond Hair 6", "金发6")
+t("Redhead 1", "红发1")
+t("Redhead 2", "红发2")
+t("Redhead 3", "红发3")
+t("Redhead 4", "红发4")
+t("Redhead 5", "红发5")
+t("Redhead 6", "红发6")
+t("Dark Beard 1", "深色络腮胡1")
+t("Dark Beard 2", "深色络腮胡2")
+t("Dark Beard 3", "深色络腮胡3")
+t("Dark Beard 4", "深色络腮胡4")
+t("Dark Beard 5", "深色络腮胡5")
+t("Blonde Beard 1", "金色络腮胡1")
+t("Blonde Beard 2", "金色络腮胡2")
+t("Blonde Beard 3", "金色络腮胡3")
+t("Blonde Beard 4", "金色络腮胡4")
+t("Blonde Beard 5", "金色络腮胡5")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("Redhead Beard 3", "红色络腮胡3")
+t("Redhead Beard 4", "红色络腮胡4")
+t("Redhead Beard 5", "红色络腮胡5")
+t("Dark Mustache 1", "深色八字胡1")
+t("Dark Mustache 2", "深色八字胡2")
+t("Blond Mustache 1", "金色八字胡1")
+t("Blond Mustache 2", "金色八字胡2")
+t("Redhead Mustache 1", "红色八字胡1")
+t("Redhead Mustache 2", "红色八字胡2")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Higher", "高等人类")
 t("Highers are a special branch of Humans that have been imbued with latent magic since the Age of Allure.", "自厄流纪起,高等人类就是人类种族的一支特殊分支,他们的身体里潜藏着魔力。")
 t("They usually do not breed with other Humans, trying to keep their blood 'pure'.", "为了保持血统的纯正,他们一般不和普通人类通婚。")
@@ -4891,6 +5317,7 @@ t("They possess the #GOLD#Wrath of the Highborn#WHITE# which allows them to incr
 t("#LIGHT_BLUE# * +1 Strength, +1 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +1 力量 , +1 敏捷 , +0 体质")
 t("#LIGHT_BLUE# * +1 Magic, +1 Willpower, +0 Cunning", "#LIGHT_BLUE# * +1 魔法 , +1 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 11", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 11")
+t("Blond Hair 1", "金发1")
 t("Cornac", "普通人类")
 t("Cornacs are Humans from the northern parts of the Allied Kingdoms.", "普通人类是来自联合王国北部的普通人。")
 t("Humans are an inherently very adaptable race and as such they gain a #GOLD#talent category point#WHITE# (others only gain one at levels 10, 20 and 34) and both #GOLD#a class and a generic talent point#WHITE# at birth and every 10 levels.", "人类天生适应性强,他们可以在出生时获得 1 点#GOLD# 天赋解锁点 #WHITE#(其他种族只能在10、20和34级时获得1点)。此外,出生时以及每10级时,他们可以获得额外1点#GOLD#职业技能点和通用技能点")
@@ -4899,6 +5326,7 @@ t("#LIGHT_BLUE# * +0 Strength, +0 Dexterity, +0 Constitution", "#LIGHT_BLUE# * +
 t("#LIGHT_BLUE# * +0 Magic, +0 Willpower, +0 Cunning", "#LIGHT_BLUE# * +0 魔法 , +0 意志 , +0 灵巧")
 t("#GOLD#Life per level:#LIGHT_BLUE# 10", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 10")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 0%", "#GOLD#经验惩罚: #LIGHT_BLUE# 0%")
+t("Dark Hair 1", "深色头发1")
 
 
 ------------------------------------------------
@@ -4918,6 +5346,8 @@ t("Undead", "不死族")
 t("Grave strength, dread will, this flesh cannot stay still. Kings die, masters fall, we will outlast them all.", "死亡的力量,恐惧的意志,这些肉体不会沉寂。国王去世,主人陨落,我们才是永生。")
 t("Undead are humanoids (Humans, Elves, Dwarves, ...) that have been brought back to life by the corruption of dark magics.", "不死族是被黑暗魔法复活的人形生物(人类,精灵,矮人…)。")
 t("Undead can take many forms, from ghouls to vampires and liches.", "不死族有多种形态,从食尸鬼、吸血鬼到巫妖。")
+t("Special", "特殊")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Ghoul", "食尸鬼")
 t("Slow to shuffle, quick to bite, learn from master, rule the night!", "动如磐石,撕咬如火,跟随主人,平定江山!")
 t("Ghouls are dumb, but resilient, rotting undead creatures, making good fighters.", "食尸鬼是不能说话、身体腐烂,不知疲倦的不死生物,适合成为战士。")
@@ -4931,6 +5361,12 @@ t("#LIGHT_BLUE# * +0 Magic, -2 Willpower, -2 Cunning", "#LIGHT_BLUE# * +0 魔法
 t("#GOLD#Life per level:#LIGHT_BLUE# 14", "#GOLD# 每等级生命加值: #LIGHT_BLUE# 14")
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 12%", "#GOLD#经验惩罚: #LIGHT_BLUE# 12%")
 t("#GOLD#Speed penalty:#LIGHT_BLUE# -20%", "#GOLD#速度惩罚:#LIGHT_BLUE# -20%")
+t("Skin Color 9", "皮肤颜色9")
+t("Alternative Face", "改变脸部")
+t("Fangs 1", "尖牙1")
+t("Fangs 2", "尖牙2")
+t("Bloodstains", "血迹")
+t("Bones", "骨骼")
 t("Skeleton", "骷髅人")
 t("The marching bones, each step we rattle; but servants no more, we march to battle!", "行进之骨,咯吱有声;奴役不再,战士永存!")
 t("Skeletons are animated bones, undead creatures both strong and dexterous.", "骷髅是由有灵性的骨头组成的强壮而敏捷的不死生物。")
@@ -4947,6 +5383,58 @@ t("#GOLD#Life per level:#LIGHT_BLUE# 12", "#GOLD# 每等级生命加值: #LIGH
 t("#GOLD#Experience penalty:#LIGHT_BLUE# 20%", "#GOLD#经验惩罚: #LIGHT_BLUE# 20%")
 t("Lich", "巫妖")
 t("You should not see this!", "你不应该看见这个!")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Hair 1", "发型1")
+t("Hair 2", "发型2")
+t("Redhead Hair 1", "红发1")
+t("Redhead Hair 2", "红发2")
+t("White Hair 1", "白发1")
+t("White Hair 2", "白发2")
+t("Beard 1", "络腮胡1")
+t("Beard 2", "络腮胡2")
+t("Redhead Beard 1", "红色络腮胡1")
+t("Redhead Beard 2", "红色络腮胡2")
+t("White Beard 1", "白色络腮胡1")
+t("White Beard 2", "白色络腮胡12")
+t("Eyes 1", "眼睛1")
+t("Eyes 2", "眼睛2")
+t("Eyes 3", "眼睛3")
+t("Mustache", "八字胡")
+t("Redhead Mustache", "红色八字胡")
+t("White Mustache", "白色八字胡")
+t("Teeth 1", "牙齿1")
+t("Teeth 2", "牙齿2")
+t("Lich Eyes 1", "巫妖眼睛1")
+t("Lich Eyes 2", "巫妖眼睛2")
+t("Lich Eyes 3", "巫妖眼睛3")
+t("Lich Regalia 1", "巫妖王冠1")
+t("Lich Regalia 2", "巫妖王冠2")
+t("Lich Regalia 3", "巫妖王冠3")
+t("Lich Regalia 4", "巫妖王冠4")
+t("Lich Regalia 5", "巫妖王冠5")
+t("Lich Regalia 6", "巫妖王冠6")
+t("Lich Regalia 7", "巫妖王冠7")
+t("Lich Regalia 8", "巫妖王冠8")
+t("Lich Regalia 9", "巫妖王冠9")
+t("Lich Regalia 10", "巫妖王冠10")
+t("Cracks", "碎裂")
+t("Guts", "碎肉")
+t("Iron Bolt", "铁箍")
+t("Molds", "苔藓")
+t("Runes 1", "符文1")
+t("Runes 2", "符文2")
+t("Rust", "锈蚀")
 
 
 ------------------------------------------------
@@ -4955,6 +5443,62 @@ section "game/modules/tome/data/birth/races/yeek.lua"
 t("Yeeks are a mysterious race of small humanoids native to the tropical island of Rel.", "夺心魔是一支神秘的矮小人形种族,生活于热带岛屿瑞尔。")
 t("Their body is covered with white fur and their disproportionate heads give them a ridiculous look.", "他们的身体覆盖着白色的皮肤,他们奇怪的身材比例使他们看上去滑稽可笑。")
 t("Although they are now nearly unheard of in Maj'Eyal, they spent many thousand years as secret slaves to the Halfling nation of Nargol.", "尽管他们在马基·埃亚尔中几乎不曾人们被提到过,他们已经作为半身人王国纳格尔的奴隶存在了数个世纪。")
+t("Facial features", "脸部特征")
+t("Hairs", "发型")
+t("Skin", "皮肤")
+t("Special", "特殊")
+t("Tatoos", "纹身")
+t("Skin Color 1", "皮肤颜色1")
+t("Skin Color 2", "皮肤颜色2")
+t("Skin Color 3", "皮肤颜色3")
+t("Skin Color 4", "皮肤颜色4")
+t("Skin Color 5", "皮肤颜色5")
+t("Skin Color 6", "皮肤颜色6")
+t("Skin Color 7", "皮肤颜色7")
+t("Skin Color 8", "皮肤颜色8")
+t("Skin Color 9", "皮肤颜色9")
+t("Skin Color 10", "皮肤颜色10")
+t("Hair 1", "发型1")
+t("Hair 2", "发型2")
+t("Hair 3", "发型3")
+t("Hair 4", "发型4")
+t("Hair 5", "发型5")
+t("Redfur Hair 1", "红发1")
+t("Redfur Hair 2", "红发2")
+t("Redfur Hair 3", "红发3")
+t("Redfur Hair 4", "红发4")
+t("Redfur Hair 5", "红发5")
+t("Beard 1", "络腮胡1")
+t("Beard 2", "络腮胡2")
+t("Beard 3", "络腮胡3")
+t("Redfur Beard 1", "红色络腮胡1")
+t("Redfur Beard 2", "红色络腮胡2")
+t("Redfur Beard 3", "红色络腮胡3")
+t("Eyes 1", "眼睛1")
+t("Eyes 2", "眼睛2")
+t("Eyes 3", "眼睛3")
+t("Eyes 4", "眼睛4")
+t("Eyes 5", "眼睛5")
+t("Eyes 6", "眼睛6")
+t("Eyes 7", "眼睛7")
+t("Eyes 8", "眼睛8")
+t("Eyes 9", "眼睛9")
+t("Eyes 10", "眼睛10")
+t("Eyes 11", "眼睛11")
+t("Eyes 12", "眼睛12")
+t("Eyes 13", "眼睛13")
+t("Mustache 1", "胡子1")
+t("Mustache 2", "胡子2")
+t("Mustache 3", "胡子3")
+t("Redfur Mustache 1", "红色八字胡1")
+t("Redfur Mustache 2", "红色八字胡2")
+t("Redfur Mustache 3", "红色八字胡3")
+t("Bodypaint 1", "身体彩绘1")
+t("Bodypaint 2", "身体彩绘2")
+t("Tatoos 1", "纹身1")
+t("Tatoos 2", "纹身2")
+t("Redfur", "红发")
+t("Bikini / Mankini", "比基尼/男性比基尼")
 t("Yeek", "夺心魔")
 t("One race, one mind, one way. Our oppression shall end, and we shall inherit Eyal. Do not presume we are weak - our way is true, and only those who help us shall see our strength.", "一个种族,一种思想,一种道路。我们的压抑终于要终结,而我们将继承埃亚尔,不要认为我们很柔弱,只有那些帮助我们的人才能见识到我们的力量。")
 t("Yeeks are a mysterious race native to the tropical island of Rel.", "夺心魔是一支神秘的种族,生活于热带岛屿瑞尔。")
@@ -4983,7 +5527,7 @@ t("There is no in-game difference between the two sexes.", "除了外貌性别
 ------------------------------------------------
 section "game/modules/tome/data/birth/worlds.lua"
 
-t("Maj'Eyal: The Age of Ascendancy", "马基埃亚尔:卓越时代")
+t("Maj'Eyal: The Age of Ascendancy", "马基埃亚尔:卓越纪")
 t("The people of Maj'Eyal: Humans, Halflings, Elves and Dwarves.", "马基埃亚尔生活着人类、半身人、精灵和矮人。")
 t("The known world has been at relative peace for over one hundred years, and people are prospering again.", "世界已经保持了超过一百年的和平,各大种族再次繁荣起来")
 t("You are an adventurer, setting out to find lost treasure and glory.", "你是一位冒险者,出发去寻找失落的宝藏和荣耀。")
@@ -5007,39 +5551,39 @@ t("If so, you will battle your own champion next time!", "如果这样,下一
 section "game/modules/tome/data/calendar_allied.lua"
 
 t("Wintertide", "霜华")
-t("Allure", "Allure")
-t("Regrowth", "Regrowth")
-t("Time of Balance", "Time of Balance")
-t("Pyre", "Pyre")
-t("Mirth", "Mirth")
-t("Summertide", "夏夜")
+t("Allure", "厄流月")
+t("Regrowth", "复苏月")
+t("Time of Balance", "平衡之日")
+t("Pyre", "派尔月")
+t("Mirth", "狂欢月")
+t("Summertide", "夏殇")
 t("Flare", "闪光弹")
-t("Dusk", "Dusk")
-t("Time of Equilibrium", "Time of Equilibrium")
-t("Haze", "Haze")
-t("Decay", "Decay")
+t("Dusk", "黄昏月")
+t("Time of Equilibrium", "均衡之日")
+t("Haze", "混沌月")
+t("Decay", "霜至月")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/calendar_dwarf.lua"
 
-t("Iron", "Iron")
-t("Steel", "Steel")
-t("Gold", "Gold")
-t("Stralite", "Stralite")
-t("Voratun", "Voratun")
-t("Acquisition", "Acquisition")
-t("Profit", "Profit")
-t("Wealth", "Wealth")
-t("Dearth", "Dearth")
-t("Loss", "Loss")
-t("Shortage", "Shortage")
+t("Iron", "黑铁月")
+t("Steel", "精钢月")
+t("Gold", "赤金月")
+t("Stralite", "蓝锆月")
+t("Voratun", "沃瑞钽月")
+t("Acquisition", "采购祭")
+t("Profit", "利润月")
+t("Wealth", "财富月")
+t("Dearth", "萧条月")
+t("Loss", "亏蚀月")
+t("Shortage", "短缺月")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/chats/alchemist-derth.lua"
 
-t("Pfaugh. You're too late. %s has already finished. But I suppose it doesn't do any harm to take these and give you your undeserved reward.", "额哦……你来的太晚了, %s 已经完成了。不过这些东西给你也没什么坏处, 虽然……你本不应该得到这些奖励。")
+t("Pfaugh. You're too late. %s has already finished. But I suppose it doesn't do any harm to take these and give you your undeserved reward.", "额哦……你来的太晚了,%s 已经完成了。不过这些东西给你也没什么坏处,虽然……你本不应该得到这些奖励。")
 t("Ah, excellent. Hand them over, if you please. You should know that in your overlong absence, %s has managed to create a %s. I'll be most put out if he steals my rightful spot.", "啊,好极了,如果你愿意,请交给我吧,要知道你离开的那么长时间里,%s 已经制造了 %s。如果他抢了我的位置,我估计我就要被解雇了。")
 t([[#LIGHT_GREEN#*A human robed in immaculate white satin opens the door and eyes you appraisingly.*#WHITE#
 Ah, an adventurer. I was just thinking that I needed a new one.]], [[#LIGHT_GREEN#*一个穿着一尘不染白缎面长袍的人打开了门,他上下打量着你。*#WHITE#
@@ -5330,7 +5874,7 @@ t("I can teach you staff combat (talent category Spell/Staff combat).  Learning
 t("Just give me the basics (reveals locked talent category) - 100 gold.", "只学习基础(显示带解锁的技能树)- 100 金币。")
 t("The staff carver spends some time with you, teaching you the basics of staff combat.", "法杖商人花了一些时间,教授你法杖格斗的基础知识。")
 t("He is surprised at how quickly you are able to follow his tutelage.", "他对你学习速度之快感到惊讶。")
-t("Please teach me what I need to know (unlocks talent category) - %d gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 - %d 金币。")
+t("Please teach me what I need to know (unlocks talent category) - %d gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 -%d 金币。")
 t("The staff carver spends a substantial amount of time teaching you all of the techniques of staff combat.", "法杖商人花了大量时间,教授你法杖格斗的全部知识")
 t("He is impressed with your mastery and shows you a few extra techniques.", "他对你的掌握程度表示惊讶,并对你展示了一些额外的技巧。")
 t("I'm already proficient, but I want to be an expert (improves talent mastery by 0.2) - 750 gold.", "我已经学会了,但我想成为一名专家。(增加技能树系数0.2) - 750 金币。")
@@ -5378,7 +5922,7 @@ t("Good day to you too.", "你好!")
 t("I have heard you are a great hero of the west. Could you help me, please?", "我听说你是来自西部的英雄,你能帮我一个忙吗?")
 t("Maybe, what is it about?", "也许可以,是什么事情呢?")
 t("I have got enough problems sorry.", "我很忙,抱歉。")
-t("Welcome back, @playername@.", "欢迎回来, @playername@。")
+t("Welcome back, @playername@.", "欢迎回来,@playername@。")
 t("I have found your husband. I take it he made it home safely?", "我找到你的丈夫了,他安全回家了么?")
 t("I've got to go. Bye.", "我得走了,再见。")
 t([[My husband, Rashim, is a Sun Paladin. He was sent to clear the spider lair of Ardhungol to the north of this town.
@@ -5419,7 +5963,7 @@ All you need to do is beat three of my men in battle, and you shall be rewarded.
 #LIGHT_GREEN#*You consider the offer of the mysterious hooded man for a moment*
 ]], [[#LIGHT_GREEN#*一个高大的,带着兜帽的人盯着你。*
 #WHITE#是的……是的……你看上去的确是一个强力的战士……
-有件事交给你, @playerdescriptor.race@。
+有件事交给你,@playerdescriptor.race@。
 你看,我是竞技场的代理人,我在寻找一个强力的战士,
 给我们的观众带来更棒的表演。你看上去应该够强壮。
 你要做的事情,就是击败场上的三个对手,然后你会得到你的奖励。
@@ -5473,7 +6017,7 @@ If I am still around, we can have a deal. Think about it, @playerdescriptor.race
 唉,要是你坚持你的选择,那我们以后不会再见面了。
 不过,要是你改变主意……
 我会#YELLOW#在德斯镇逗留几天。#WHITE#
-#WHITE#要是我还在的话,我们可以做笔交易,好好考虑一下吧, @playerdescriptor.race@。
+#WHITE#要是我还在的话,我们可以做笔交易,好好考虑一下吧,@playerdescriptor.race@。
 ]])
 t("We'll see. [Leave]", "我们会再见面的。[离开]")
 t([[#LIGHT_GREEN#*The man smiles in approval*#WHITE#
@@ -5515,7 +6059,7 @@ Good luck in your adventures, and come visit us when you are done!
 
 #LIGHT_GREEN#*你在那个盗贼一起返回了德斯小镇,他和你讨论着在丛林中的冒险经验。
 他极大地提高了你的战斗经验(#WHITE#+2 通用技能点数#LIGHT_GREEN#)*
-#WHITE#很好, @playername@,我现在必须得走了。
+#WHITE#很好,@playername@,我现在必须得走了。
 祝你在冒险中好运,记得回来看我们!
 ]])
 t("I will. Farewell for now.", "我会的,再见吧。")
@@ -5567,7 +6111,7 @@ t([[#LIGHT_GREEN#*After taking several hits, the undead giant finally succumbs
 #LIGHT_GREEN#突然,瑞尔的身体开始恢复!
 #LIGHT_GREEN#它再次站了起来,你可以感受到它毫无表情的头骨
 #LIGHT_GREEN……满足的盯着你。
-#WHITE#呵呵呵……干得好, @playerdescriptor.race@。
+#WHITE#呵呵呵……干得好,@playerdescriptor.race@。
 #LIGHT_GREEN#*瑞尔缓缓的转身从大门离开,看起来毫发无损。*
 ]])
 t("It was fun, bone giant!", "真有趣,大怪物!")
@@ -5580,7 +6124,7 @@ I am known as Fryjia the Hailstorm. That's all you need to know, @playerdescript
 #LIGHT_GREEN#starts wearing their finest winter cloaks*]], [[#LIGHT_GREEN#*当一个小女孩安静地走进场内时,风变的异常寒冷。
 #LIGHT_GREEN#她看起来年纪很小,有着苍白的肌肤和对比鲜明的黑色长发。
 #LIGHT_GREEN#她用异常平静的口吻对你说*#WHITE#
-我就是传说中的冰暴弗里嘉。你只要知道这点就行, @playerdescriptor.race@。让我们开始吧。
+我就是传说中的冰暴弗里嘉。你只要知道这点就行,@playerdescriptor.race@。让我们开始吧。
 #LIGHT_GREEN#*在她说话的同时整个竞技场变得寒冷刺骨,
 #LIGHT_GREEN#观众们也开始穿上他们最温暖的外套。*]])
 t("Bring it!", "来吧!")
@@ -5610,7 +6154,7 @@ So! I am Reala, the Crimson. I came directly from Angolwen. Despite, you know, t
 Fryjia told me about you, the poor thing, so I will not underestimate such a promising aspirant #LIGHT_GREEN#*She smiles warmly* #WHITE#So, let's make haste my dear!
 There is a battle to fight here!]], [[#LIGHT_GREEN#*大门打开了,进来的是一位风韵十足穿着深红色长袍的女子。
 #LIGHT_GREEN#她看着你并对你露齿一笑*
-#WHITE# 我的,我的天呐,你是多么强大的一个 @playerdescriptor.race@ 。你能重复一遍你的名字吗, @playername@?我很高兴今天能成为你的对手。
+#WHITE# 我的,我的天呐,你是多么强大的一个 @playerdescriptor.race@ 。你能重复一遍你的名字吗,@playername@?我很高兴今天能成为你的对手。
 #LIGHT_GREEN#*她轻轻的说着就像是在说一个秘密* #WHITE#你知道吗,很少有人能闯过这里,真的很令人困扰呢。#LIGHT_GREEN#*她咯咯地笑着*#WHITE#
 所以!我就是绯红之里雅拉。我来自安格利文。虽然魔法大爆炸有那么一点负面影响,人们还是很享受一些魔法带来的乐趣的!
 #LIGHT_GREEN#*她突然拍了下手掌,随即一团火焰绕着她盘旋飞舞!*#WHITE#
@@ -5633,7 +6177,7 @@ So, it's been my pleasure, @playername@. #LIGHT_GREEN#*She vanishes in a spiral
 弗里嘉是对的:她认为你会成为冠军!
 哦,另外请原谅她的行为。当你见到她父亲时你会明白的。
 还有,如果你能坚持像这样战斗,你的梦想真的会很快实现的。
-所以,这是我的荣幸, @playername@。#LIGHT_GREEN#*她化作一团盘旋的火焰消失不见*]])
+所以,这是我的荣幸,@playername@。#LIGHT_GREEN#*她化作一团盘旋的火焰消失不见*]])
 t("I am pumped up! What's next?", "我热切期待着!接下来是什么?")
 t("Am I the only person with a name that can die here?", "难道我是唯一一个有资格死在这里的吗?")
 t([[#LIGHT_GREEN#*You suddenly realize everything has turned dark.
@@ -5679,7 +6223,7 @@ Good luck...
 ]], [[#LIGHT_GREEN#*你英勇的打出最后一击!
 #LIGHT_GREEN#当光明重归,瓦弗伦彻底垮倒了。
 #LIGHT_GREEN#你短暂的闭上眼睛一段时间。当你睁开眼时,你看到了弗里嘉*
-爸爸…… #LIGHT_GREEN#*她沉默的站在那儿*#WHITE#你赢了, @playerdescriptor.race@。
+爸爸…… #LIGHT_GREEN#*她沉默的站在那儿*#WHITE#你赢了,@playerdescriptor.race@。
 你做的很好。准备好你的最终战吧……如果你赢了,我们将为你服务。
 祝你好运……
 #LIGHT_GREEN#*一阵令人不安的沉默后,瓦弗伦重新动了起来。
@@ -5707,14 +6251,14 @@ Pursue glory with all your might, @playerdescriptor.race@!!
 #LIGHT_GREEN#*The master steps forward into the sand*
 ]], [[#LIGHT_GREEN#*最终,竞技场之主步入了竞技场的大门!
 #LIGHT_GREEN#当他充满自信的面对你时,观众们大声的呐喊起来!*
-我很欣赏你, @playerdescriptor.race@! 你用力量和勇气一路走来!
+我很欣赏你,@playerdescriptor.race@! 你用力量和勇气一路走来!
 现在……是最终的Showtime!
 #LIGHT_GREEN#*领主摆好了战斗姿势。观众爆发出一阵欢呼!*
 像你一样,我也是一步步走来。我不会轻视任何有潜力的人。
 #LIGHT_GREEN#*领主哈哈大笑,你同样摆好了战斗姿势,
 #LIGHT_GREEN#并且观众们同样在为你助威,你感到内心充满了力量*
 你能听到吗,大家的欢呼声?这就是了。
-力量就是荣耀, @playerdescriptor.race@!!
+力量就是荣耀,@playerdescriptor.race@!!
 #LIGHT_GREEN#*领主大步向前,进入沙地*
 ]])
 t("Wealth and glory!!!", "金钱和妹子!胜利与荣耀!!!")
@@ -5740,16 +6284,16 @@ But meanwhile, this is your place! Welcome to paradise, @playerdescriptor.race@!
 #YELLOW#You shall remain as the new master until someone challenges you!
 #YELLOW#Next time you play, you shall battle this new champion instead!
 ]], [[#LIGHT_GREEN#*一场荣耀之战后,领主倒下了!*
-哈……哈哈。你做到了, @playerdescriptor.race@……
+哈……哈哈。你做到了,@playerdescriptor.race@……
 #LIGHT_GREEN#*竞技场之主,虽败犹荣,他微笑着站了起来。
 #LIGHT_GREEN#得到领主的认可后,你拿起了他的武器——
 #LIGHT_GREEN#现在躺在血迹斑斑的沙地上。*
 观众们!我们今天产生了一位冠军!!
 #LIGHT_GREEN#*观众们兴奋地大喊着你的名字*
-祝贺你, @playerdescriptor.race@。你现在是领主了。
+祝贺你,@playerdescriptor.race@。你现在是领主了。
 现在你可以享有胜利者的待遇了。
 只要记住一点……像我一样,某天你也可能会被打败……
-但同时,这是你的位置!欢迎来到天堂, @playerdescriptor.race@!
+但同时,这是你的位置!欢迎来到天堂,@playerdescriptor.race@!
 #LIGHT_GREEN#*你看到许多协会和军队首领靠近被击败的领主,
 #LIGHT_GREEN#提供他许多优厚的条件和待遇。
 #LIGHT_GREEN#你开怀大笑,胜利了,从此荣耀将伴随你的一生!
@@ -5773,7 +6317,7 @@ section "game/modules/tome/data/chats/artifice-mastery.lua"
 t("Cancel", "取消")
 t("#CADET_BLUE#%s already mastered.", "#CADET_BLUE#%s 已经被强化过了")
 t("#LIGHT_BLUE# You enhance your preparation of %s.", "#LIGHT_BLUE# 你强化了你准备的%s.")
-t("%s[%s -- mastery: %s]#LAST#", "%s[%s -- 强化: %s]#LAST#")
+t("%s[%s -- mastery: %s]#LAST#", "%s[%s -- 强化:%s]#LAST#")
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
@@ -5912,7 +6456,7 @@ section "game/modules/tome/data/chats/corruptor-quest.lua"
 
 t([[Wait, @playerdescriptor.subclass@!
 I see you are a worthy opponent, powerful indeed. I can see, and feel, your mastery of the eldritch crafts.
-We are the same.]], [[等等, @playerdescriptor.subclass@!
+We are the same.]], [[等等,@playerdescriptor.subclass@!
 我看你是个有价值的对手,够强力。我可以看到和感觉到,你对魔法技艺的熟练程度。
 我们可是同行。]])
 t("What do you mean 'the same'?", "“同行”是什么意思?")
@@ -5984,7 +6528,7 @@ Well met, @playername@!
 I am Meranas, Herald of Angolwen. I have come here at the request of King Tolak, who worried when you didn't return.
 We have been watching Tannen for some time, and were pleased to see you reveal his true nature-- and stop him. For this we are grateful, and I think we can pay you back.
 We have studied his portal research, and if you give me the components I will create the portal for you, here and now!]], [[#LIGHT_GREEN#*当你走出传送门时,一个穿着长袍的人正在那里等着你。*
-#WHITE#见到你很高兴, @playername@!
+#WHITE#见到你很高兴,@playername@!
 我是马雷纳斯,安格利文的传令官。我接到托拉克国王的命令在此等候你,他一直很担心你。
 我们已经观察了泰恩一段时间,我们非常高兴地看到你揭露了他的真面目并阻止了他。因此我们非常荣幸地请你回来。
 我们已经分析了他关于传送门的研究,如果你把那些相关的部件给我,我就可以立即给你创造一个传送门,就是此时此刻。]])
@@ -6074,7 +6618,7 @@ So take this orb (#LIGHT_GREEN#*she gives you an orb of scrying*#WHITE#). You ca
 I get to see many interesting things, and you get to know what your items do. We both win! Isn't it sweet?
 Oh yes, the orb will also identify mundane items for you, as long as you carry it.]], [[,你看上去像一个冒险家。也许你能帮助另外一个人。
 你看,我#{bold}#热爱#{normal}#学习新的手稿和搜集拥有古老力量的物品。不过我自己并不是一个真正的冒险家,而且我如果出去冒险的话肯定会被杀掉。
-所以拿着这个水晶球吧, (#LIGHT_GREEN#*她给了你一个辨识水晶*#WHITE#)。你可以在世界的任何一个角落用这个水晶球和我联络。要是你发现什么闪闪发光的好东西,你就可以随时随地给我看了!
+所以拿着这个水晶球吧,(#LIGHT_GREEN#*她给了你一个辨识水晶*#WHITE#)。你可以在世界的任何一个角落用这个水晶球和我联络。要是你发现什么闪闪发光的好东西,你就可以随时随地给我看了!
 我可以看到有趣的东西,而你又能知道你所获得的是什么装备,一举两得!听上去应该不错吧?
 而且,你只要携带着它,它也会帮你辨认普通物品。]])
 t("Woah, thanks, Elisa. This is really nice!", "哇~太好了,埃莉萨,这可太棒了!")
@@ -6091,12 +6635,16 @@ t([[#LIGHT_GREEN#[Pretend to help but when it is time you will use a technique t
 Lead on; I will protect you.]], [[#LIGHT_GREEN#[假装帮忙,制造一个传送门将 @npcname@ 传送至伊格,他会得到“妥善”处置。]#WHITE#
 带路,我会保护你。]])
 t("Lead on; I will protect you.", "带路,我会保护你的。")
+t("Escort", "护送")
 t("Go away; I do not care for the weak.", "走开,我可没有义务帮助弱者。")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/chats/escort-quest.lua"
 
+t("mental", "精神")
+t("physical", "物理")
+t("spell", "法术")
 t("improved %s by +%d", "提升 %s +%d")
 t("[Improve %s by +%d]", "[提升 %s +%d]")
 t("improved %s save by +%d", "提升 %s豁免 +%d")
@@ -6114,7 +6662,7 @@ t("Select the party member to receive the reward:", "选择队伍中获得奖励
 t("gained talent category %s (at mastery %0.2f)", "解锁技能树 %s (技能等级 %0.2f)")
 t("[Allow training of talent category %s (at mastery %0.2f)]", "[解锁技能树 %s (技能等级 %0.2f)]")
 t([[#GOLD#%s / %s#LAST#
-%s]], [[#GOLD#%s / %s#LAST#
+%s]], [[#GOLD#%s/%s#LAST#
 %s]])
 t("done", "结束")
 t([[At the last moment you invoke the power of nature.  The portal fizzles and transports @npcname@ to Zigur.
@@ -6249,7 +6797,7 @@ I am afraid with the power they gained today they will be even harder to stop, b
 t("I will avenge your men.", "我会替你的人报仇!")
 t("Ah! This is wonderful! Finally a ray of hope amidst the darkness. I will assign my best troops to this. Thank you, @playername@ - take this as a token of gratitude.", "太好了!一线希望的曙光终于穿过了黑暗。我会派我最好的军队去那里。多谢你了,@playername@——以此物来表示我们对你的感激。")
 t("Good luck.", "祝你们好运。")
-t("Aeryn gives you: %s", "艾伦给了你: %s")
+t("Aeryn gives you: %s", "艾伦给了你:%s")
 
 
 ------------------------------------------------
@@ -6308,7 +6856,7 @@ t("Not enough money", "金钱不足")
 t("Imbue cost", "镶嵌价格")
 t("You need to use %s gold for the plating, do you accept?", "你需要花费 %s 金币用于镀金,你确认接受吗?")
 t("Limmir's Amulet of the Moon", "利米尔的月亮吊坠")
-t("%s creates: %s", "%s 创造了: %s")
+t("%s creates: %s", "%s创造了:%s")
 t("Welcome, @playername@, to my shop.", "欢迎来我的商店,@playername@。")
 t("Let me see your wares.", "让我看看你的商品吧。")
 t("I am looking for special jewelry.", "我在找一些特殊的珠宝。")
@@ -6396,7 +6944,7 @@ t([[I am truly astonished by your strength; surviving that encounter was an epic
 As for the orcs, it is deeply troubling.  We have not seen any for eighty years... could they have come from the far east?
 Anyway, thank you again, @playername@, for your help.]], [[我很惊讶你的力量,能在袭击中活下来可是一项壮举。
 关于兽人,这就有点麻烦了。我们已经80年没有见过他们了……难道他们是从远东大陆过来的?
-不管怎样,还是非常感谢, @playername@, 感谢你的帮助。]])
+不管怎样,还是非常感谢,@playername@, 感谢你的帮助。]])
 t([[Orcs?! In the west?! This is deeply alarming! We have not seen any for nearly eighty years. They must have come from the far east...
 But do not let me trouble you; you brought important news and you are lucky to be alive.]], [[兽人?在西部大陆?!这非常令人担忧!我们几乎已经80年没有见到过兽人了,他们肯定是从远东大陆来的……
 不过你不必自责,你带来了重要的消息,而且你还能活下来已经很幸运了。]])
@@ -6456,6 +7004,9 @@ t("Why, 'tis a paltry sum - take my order, man, and be quick about it!", "什么
 t("Yes, please!", "好的,请吧。")
 t("HOW MUCH?! Please, excuse me, I- I need some fresh air...", "多少钱?!呃……抱歉,我……我得出去呼吸一下新鲜空气……")
 t("Not now, thank you.", "现在不用,再见。")
+t("dragonbone wand", "龙骨魔杖")
+t("dragonbone totem", "龙骨图腾")
+t("voratun torque", "沃瑞钽项圈")
 t("I've changed my mind.", "我决定不买了。")
 t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as this.", "#CRIMSON#你的时间穿越对这种已经预设好的结局没有任何作用。")
 t([[Do you want to name your item?
@@ -6464,7 +7015,7 @@ t([[Do you want to name your item?
 t("Yes, please.", "是的。")
 t("Name", "名称")
 t("Name your item", "给你的装备起名")
-t("#LIGHT_BLUE#The merchant carefully hands you: %s", "#LIGHT_BLUE#商人小心的交给了你: %s")
+t("#LIGHT_BLUE#The merchant carefully hands you: %s", "#LIGHT_BLUE#商人小心的交给了你:%s")
 t("No thanks.", "不用了,谢谢。")
 t("Oh I am sorry, it seems we could not make the item your require.", "啊真抱歉,这东西我们可做不了。")
 t("Oh, let's try something else then.", "好吧,我们试试别的东西。")
@@ -6487,7 +7038,7 @@ t("Hi, I would like to talk to Melinda please.", "你好,我想和梅琳达谈
 t("Sorry, I have to go!", "抱歉,我要走了!")
 t("Please take this. It is nothing compared to the life of my child. Oh, and she wanted to thank you in person; I will call her.", "请带上这个。没什么比我孩子的生命更重要了。哦,她想亲自表达她对你的谢意。我去叫她出来。")
 t("Thank you.", "谢谢。")
-t("Melinda's father gives you: %s", "梅琳达的父亲交给了你: %s")
+t("Melinda's father gives you: %s", "梅琳达的父亲交给了你:%s")
 t("@playername@! #LIGHT_GREEN#*She jumps for joy and hugs you while her father returns to his shop.*#WHITE#", "@playername@! #LIGHT_GREEN#*当她父亲返回商店时,她高兴地跳了起来,给了你一个拥抱。*#WHITE#")
 t("I am glad to see you are fine. It seems your scars are healing quite well.", "看到你一切安好真是太好了。你的伤疤看上去也已经痊愈了。")
 t("I am glad to see you well. Take care.", "很高兴看到你没事,多保重。")
@@ -6757,7 +7308,7 @@ section "game/modules/tome/data/chats/message-last-hope.lua"
 t([[Well met, @playername@. I was sent with a message from King Tolak of Last Hope.
 I followed the trail of bodies that you left - very impressive! We are lucky to have you on our side.
 But enough talk; take this message. I must go now.
-#LIGHT_GREEN#He gives you a sealed scroll and vanishes into the shadows.#LAST#]], [[终于见到你了, @playername@。我是最后的希望国王托拉克派来给你送信的。
+#LIGHT_GREEN#He gives you a sealed scroll and vanishes into the shadows.#LAST#]], [[终于见到你了,@playername@。我是最后的希望国王托拉克派来给你送信的。
 我追随你的足迹找到你,令人印象深刻!很荣幸你是站在我们这一边的。
 不聊了,信我已送到,我必须得走了。
 #LIGHT_GREEN#他递给你一个密封的卷轴,然后消失在阴影中。#LAST#]])
@@ -6783,7 +7334,7 @@ We know that a Tempest, a powerful Archmage who can control the storms, is respo
 So you must act, @playername@. I will show you the location of this mage - high in the Daikara mountains.
 Erase him.]], [[是的,我们已经感觉到了那里的堕落气息,我已经派人去驱散那里的乌云,但是真正的威胁并不在那儿。
 据我们所知,一个风暴术士,可以操控风暴的元素法师,和这些破坏有关。安格利文的那些懦夫居然袖手旁观。真是堕落!
-所以你必须采取行动, @playername@。我会告诉你那个法师所在的位置,在岱卡拉山脉的最高峰。
+所以你必须采取行动,@playername@。我会告诉你那个法师所在的位置,在岱卡拉山脉的最高峰。
 除掉他。]])
 t("You can count on me, Protector.", "你可以信任我,守护者。")
 t([[So I have heard, @playername@. You prove worthy of your training. Go with the blessing of nature, @playername@ of Zigur.
@@ -6916,7 +7467,7 @@ section "game/modules/tome/data/chats/ring-of-blood-master.lua"
 
 t([[#LIGHT_GREEN#*Before you stands a small humanoid creature with a disproportionate head.*#WHITE#
 Ah, what have we here? @playerdescriptor.race@, I believe you have turned at the wrong corner.]], [[#LIGHT_GREEN#*在你面前站着一个矮小的人形生物,长着一个不成比例的脑袋。*#WHITE#
-看,来了个什么人, @playerdescriptor.race@, 我相信你一定走错地方了。]])
+看,来了个什么人,@playerdescriptor.race@, 我相信你一定走错地方了。]])
 t("So it would seem. What is going on here?", "有可能,这里发生了什么事?")
 t([[This is my Ring of Blood! Listen, you have now two choices.
 Since you do not look like slave fodder to me I will offer to let you pay to play the game.
@@ -7157,8 +7708,8 @@ t("[Leave the orb alone]", "[离开水晶球]")
 ------------------------------------------------
 section "game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua"
 
-t("*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*", "*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*")
-t("[Go back to the Fortress]", "[Go back to the Fortress]")
+t("*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*", "*#LIGHT_GREEN#这个水晶球用于控制角斗竞技场。#WHITE#*")
+t("[Go back to the Fortress]", "[返回堡垒]")
 t("[Leave the orb alone]", "[离开水晶球]")
 
 
@@ -7402,7 +7953,7 @@ t("Wait a minute!", "等一下!")
 t("Archmage Tarelion?", "大法师泰尔兰?")
 t([[Yes @playername@, I have heard you plan on going into the wild world, looking for some adventures of your own.
 This is good, more of us should get out of here once in a while and actually help people out there.
-Say, maybe you might want to get an adventure and help Angolwen?]], [[是的, @playername@,我听说你计划到野外,去寻求冒险。
+Say, maybe you might want to get an adventure and help Angolwen?]], [[是的,@playername@,我听说你计划到野外,去寻求冒险。
 这样很好,我们应该多多出去到外面的世界,去帮助那里的人们。
 这么说,也许你会想进行一场冒险,来帮助安格利文?]])
 t("Perhaps, what do you need?", "也许吧,你想要什么?")
@@ -7478,12 +8029,12 @@ t("Never! Die!", "绝不!去死吧!")
 section "game/modules/tome/data/chats/trap-priming.lua"
 
 t("[Cancel]", "[取消]")
-t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱: %s.")
+t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱:%s.")
 t("Not Prepared", "还没准备好")
 t("Primed Trigger", "即爆机关")
 t("Not Usable", "无法使用")
 t("Normal Trigger", "常规机关")
-t("%s[%s: %s]#LAST#", "%s[%s: %s]#LAST#")
+t("%s[%s: %s]#LAST#", "%s[%s:%s]#LAST#")
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
@@ -7685,9 +8236,9 @@ t("Never mind", "没事,别介意。")
 ------------------------------------------------
 section "game/modules/tome/data/chats/worldly-knowledge.lua"
 
-t("[%s (at mastery %0.2f)]", "[%s (技能树系数 %0.2f)]")
+t("[%s (at mastery %0.2f)]", "[%s(技能树系数%0.2f)]")
 t([[#GOLD#%s / %s#LAST#
-]], [[#GOLD#%s / %s#LAST#
+]], [[#GOLD#%s/%s#LAST#
 ]])
 t("Learn which category?", "学习什么技能树?")
 
@@ -7748,7 +8299,7 @@ section "game/modules/tome/data/chats/zemekkys.lua"
 
 t([[#LIGHT_GREEN#*A slot in the door opens and a pair of wild eyes peer out.*#WHITE#
 What do you want, @playerdescriptor.race@?]], [[#LIGHT_GREEN#*门上开了一个小洞,一副野蛮的眼睛凝视着你。*#WHITE#
-你想干什么, @playerdescriptor.race@?]])
+你想干什么,@playerdescriptor.race@?]])
 t("Paladin Aeryn told me that you could help me. I need to get to Maj'Eyal.", "太阳骑士艾琳跟我说你能帮助我,我想去马基·埃亚尔。")
 t("I found the Blood-Runed Athame, but there was no Resonating Diamond.", "我找到了血符祭剑,不过还没找到共鸣宝石。")
 t("I have a Resonating Diamond.", "我找到了共鸣宝石。")
@@ -7805,10 +8356,12 @@ t("I can teach you mindstar mastery (talent category Wild-gift/Mindstar mastery)
 t("Just give me the basics (reveals locked talent category) - 100 gold.", "只学习基础(显示带解锁的技能树)- 100 金币。")
 t("The shopkeeper spends some time with you, teaching you the basics of channeling energy through mindstars.", "商人花了一些时间,教授你使用灵晶的基础技巧")
 t("He is impressed with your affinity for natural forces.", "他对你同自然力量的亲和度感到惊讶")
-t("Please teach me what I need to know (unlocks talent category) - 500 gold.", "请教授我需要知道的一切(显示已解锁的技能树)。 - 500 金币。")
+t("Please teach me what I need to know (unlocks talent category) - 500 gold.", "请教授我需要知道的一切(显示已解锁的技能树)。-500 金币。")
 t("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you.", "商人花了大量时间,教授你使用灵晶的全部技巧。")
 t("He is impressed with your mastery and shows you a few tricks to handle stronger energy flows.", "他对你已经掌握的知识印象深刻,并展示给你一些对抗强敌的技巧")
 t("I'm already proficient, but I want to be an expert (improves talent mastery by 0.2) - 750 gold.", "我已经学会了,但我想成为一名专家。(增加技能树系数0.2) - 750 金币。")
+t(", and teaches you enhanced mental discipline needed to maintain powerful energy fields", ",他还教授你一些进阶技术来维持强大的能量领域")
+t("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s.", "商人花了大量时间,教授你使用灵晶的全部技巧%s。")
 t("No thanks.", "不用了,谢谢。")
 
 
@@ -7884,12 +8437,19 @@ t("...", "……")
 ------------------------------------------------
 section "game/modules/tome/data/damage_types.lua"
 
-t("#Source# strikes #Target# in the darkness (%+d%%%%%%%% damage).", "#Source# 在黑暗中打击了 #Target#  (%+d%%%%%%%% 伤害)!")
+t("%s(%d warded)#LAST#", "%s(%d 被守护)#LAST#")
+t("#Source# strikes #Target# in the darkness (%+d%%%%%%%% damage).", "#Source#在黑暗中打击了#Target#(%+d%%%%%%%% 伤害)!")
 t("Something", "某物")
 t("%s forces the iceblock to shatter.", "%s 将冰块打破。")
+t("%s(%d to psi shield)#LAST#", "%s(%d 超能盾吸收)#LAST#")
+t("%s(%d blocked)#LAST#", "%s(%d 被格挡)#LAST#")
+t("%s(%d antimagic)#LAST#", "%s(%d 反魔盾吸收)#LAST#")
+t("%s(%d flat reduction)#LAST#", "%s(%d 固定减伤吸收)#LAST#")
 t("You end your target with a crushing blow!", "你的毁灭一击终结了对手!")
-t("#CRIMSON##Source# damages %s through Martyrdom!", "#CRIMSON##Source# 通过殉难伤害了 %s !")
-t("#CRIMSON##Source# reflects damage back to #Target#!", "#CRIMSON##Source# 将伤害反射回 #Target#!")
+t("#LIGHT_GREY#(%d resilience)#LAST#", "#LIGHT_GREY#(%d 弹性体质吸收)#LAST#")
+t("#CRIMSON##Source# damages %s through Martyrdom!", "#CRIMSON##Source#通过殉难伤害了 %s !")
+t("#CRIMSON##Source# reflects damage back to #Target#!", "#CRIMSON##Source#将伤害反射回 #Target#!")
+t("#Source##LIGHT_GREEN# HEALS#LAST# from %s %s #LAST# damage!", "#Source#因%s%s#LAST#伤害受到了#LIGHT_GREEN#治疗#LAST#!")
 t("cosmetic", "外观")
 t("cosmeticed", "外观")
 t("physical", "物理")
@@ -8005,36 +8565,38 @@ t("bright light", "强光")
 t("stunning fire", "火焰震慑")
 t("fire burn", "火焰燃烧")
 t("devouring flames", "吞噬之焰")
-t("#Source# drains life from #Target#!", "#Source# 从 #Target# 吸取了生命!")
+t("#Source# drains life from #Target#!", "#Source#从#Target#吸取了生命!")
 t("shadowflame", "暗影烈焰")
 t("stunning darkness", "震慑暗影")
 t("darkness", "æš—å½±")
 t("fire", "火焰")
 t("cold", "寒冷")
 t("flameshock", "烈焰冲击")
-t("%s resists the searing flame!", "%s 抵抗了灼热火焰!")
+t("%s resists the searing flame!", "%s抵抗了灼热火焰!")
 t("ice", "寒冰")
 t("slowing ice", "冰系减速")
 t("ice storm", "冰风暴")
 t("glacial vapour", "极寒冰雾")
 t("pinning cold", "定身寒冷")
 t("freeze", "冰冻")
+t("Frozen!", "冻结!")
+t("Resist!", "抵抗!")
 t("sticky smoke", "浓烟")
 t("acid blind", "酸性致盲")
 t("blinding darkness", "致盲暗影")
 t("blinding light", "致盲之光")
 t("dazing lightning", "闪电眩晕")
 t("cold repulsion", "寒冷排斥")
-t("%s resists the wave!", "%s 抵抗了冲击!")
+t("%s resists the wave!", "%s抵抗了冲击!")
 t("bloodspring", "血如泉涌")
-t("%s resists the bloody wave!", "%s 抵抗了血浪!")
+t("%s resists the bloody wave!", "%s抵抗了血浪!")
 t("fire repulsion", "火焰击退")
 t("burning repulsion", "灼烧排斥")
 t("darkness repulsion", "暗影击退")
-t("%s resists the darkness!", "%s 抵抗了黑暗!")
-t("%s resists the punch!", "%s 抵抗了击退!")
+t("%s resists the darkness!", "%s抵抗了黑暗!")
+t("%s resists the punch!", "%s抵抗了击退!")
 t("fear repulsion", "恐惧击退")
-t("%s resists the frightening sight!", "%s 抵抗了恐惧。")
+t("%s resists the frightening sight!", "%s抵抗了恐惧。")
 t("poison", "毒素")
 t("cleansing fire", "火焰净化")
 t("spydric poison", "蜘蛛毒素")
@@ -8046,32 +8608,43 @@ t("dig", "挖掘")
 t("slow", "减速")
 t("congeal time", "时间停滞")
 t("time prison", "时间囚牢")
-t("%s resists the time prison.", "%s 抵抗了时间牢笼。")
+t("%s resists the time prison.", "%s抵抗了时间牢笼。")
 t("% chance of confusion", "%几率造成混乱")
 t("% chance of gloom effects", "%几率黑暗光环")
 t("item darkness numbing", "物品黑暗麻木")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce damage dealt by #YELLOW#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d%%#LAST#伤害%s")
 t("item expose", "物品暴露")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce all saves and defense by #YELLOW#%d#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d#LAST#闪避和豁免%s")
 t("item temporal energize", "物品时空充能")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to gain 10%% of a turn (3/turn limit)%s", "* #LIGHT_GREEN#%d%%#LAST#几率获得10%%回合(每回合限3次)%s")
 t("#LIGHT_STEEL_BLUE#%s can't gain any more energy this turn! ", "#LIGHT_STEEL_BLUE#%s在本回合内无法得到更多能量! ")
 t("item acid corrode", "物品腐蚀护甲")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce armor by #VIOLET#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#VIOLET#%d%%#LAST#护甲%s")
 t("item blight disease", "物品疾病")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to reduce strength, dexterity, and constitution by #VIOLET#%d#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#VIOLET#%d#LAST#力量、敏捷和体质%s")
 t("item manaburn arcane", "物品法力燃烧")
+t("* #DARK_ORCHID#%d arcane resource#LAST# burn%s", "* #DARK_ORCHID#%d法力燃烧#LAST# %s")
 t("item nature slow", "物品自然减速")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to slow global speed by #YELLOW#%d%%#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低#YELLOW#%d%%#LAST#整体速度%s")
 t("item antimagic scouring", "物品反魔灼烧")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #ORCHID#reduce effective powers#LAST# by %d%%%s", "* #LIGHT_GREEN#%d%%#LAST#几率降低%d%%#ORCHID#有效强度#LAST#%s")
 t("item lightning daze", "物品眩晕")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #ROYAL_BLUE#daze#LAST# at end of turn%s", "* #LIGHT_GREEN#%d%%#LAST#几率在回合结束时#ROYAL_BLUE#眩晕daze#LAST#%s")
 t("item light blind", "物品致盲")
-t("%s resists the blinding light!", "%s 抵抗了致盲!")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to #YELLOW#blind#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率#YELLOW#致盲#LAST#%s")
+t("%s resists the blinding light!", "%s抵抗了致盲!")
 t("item mind gloom", "物品黑暗光环")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to cause #YELLOW#random gloom#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率触发#YELLOW#随机黑暗光环#LAST#%s")
 t("confusion", "æ··ä¹±")
 t("stun", "震慑")
 t("slow'", "减速'")
 t("blinding", "致盲")
-t("%s resists the blind!", "%s 抵抗了致盲!")
+t("%s resists the blind!", "%s抵抗了致盲!")
 t("blinding physical", "物理致盲")
-t("%s resists the sandstorm!", "%s 抵抗了沙暴!")
+t("%s resists the sandstorm!", "%s抵抗了沙暴!")
 t("physical pinning", "物理定身")
 t("regressive blight", "枯萎退化/经验吸取")
-t("#Source# drains experience from #Target#!", "#Source# 从 #Target# 吸取了经验值!")
+t("#Source# drains experience from #Target#!", "#Source#从#Target#吸取了经验值!")
 t("draining blight", "枯萎吸收/生命吸取")
 t("sanguine blight", "枯萎吸血")
 t("vim draining blight", "枯萎衰亡/活力吸取")
@@ -8093,9 +8666,9 @@ t("gravity", "重力")
 t("gravity pin", "重力定身")
 t("physical repulsion", "物理排斥")
 t("grow", "生长")
-t("%s turns into %s.", "%s 变成了 %s。")
+t("%s turns into %s.", "%s变成了%s。")
 t("pinning nature", "自然定身")
-t("%s resists the pinning!", "%s 抵抗了定身!")
+t("%s resists the pinning!", "%s抵抗了定身!")
 t("healing nature", "自然治疗")
 t("impeding nature", "自然障碍")
 t("confounding nature", "自然混乱")
@@ -8106,7 +8679,7 @@ t("blazing light", "光炽")
 t("prismatic repulsion", "防护排斥")
 t("mind slow", "精神减速")
 t("mind freeze", "精神冻结")
-t("%s resists the freezing!", "%s 抵抗了冰冻!")
+t("%s resists the freezing!", "%s抵抗了冰冻!")
 t("implosion", "爆裂")
 t("regressive temporal", "时空退化")
 t("wasting temporal", "时空耗竭")
@@ -8114,20 +8687,24 @@ t("stop", "静止")
 t("%s has not been stopped!", "%s 无法被中断!")
 t("debilitating temporal", "时空虚弱")
 t("draining physical", "物理吸收")
-t("#Source# consumes %d life from #Target#!", "#Source# 从 #Target#身上吸取了%d生命!")
+t("#Source# consumes %d life from #Target#!", "#Source#从#Target#身上吸取了%d生命!")
 t("temporal slow", "时空减速")
 t("molten rock", "熔岩")
 t("entangle", "困惑")
-t("%s resists entanglement!", "%s 抵抗了纠缠!")
+t("%s resists entanglement!", "%s抵抗了纠缠!")
 t("manaworm arcane", "法力蠕虫")
-t("%s has no mana to burn.", "%s 没有法力值,无法奥术对撞。")
+t("%s has no mana to burn.", "%s没有法力值,无法奥术对撞。")
 t("arcane blast", "奥术爆炸")
 t("circle of death", "死亡法阵")
-t("%s resists the baneful energy!", "%s 抵抗了毒素!")
+t("%s resists the baneful energy!", "%s抵抗了毒素!")
 t("decaying darkness", "暗影虚弱")
 t("abyssal darkness", "暗影深渊")
-t("% chance to summon an orc spirit", "% 几率召唤一个兽人灵魂")
+t("% chance to summon an orc spirit", "%几率召唤一个兽人灵魂")
+t("%s<%d%%%% orc summon chance>#LAST#", "%s<%d%%%%几率召唤兽人>#LAST#")
+t("%s<orc summon>#LAST#", "%s<兽人召唤>#LAST#")
 t("orc spirit", "兽族之魂")
+t("An orc clad in massive armour, wielding a huge axe.", "一只身穿板甲的兽人,手里握着一把巨斧。")
+t("Garkul Spirit", "加库尔之魂")
 t("nightmare", "梦魇")
 t("cursed miasma", "诅咒瘴气")
 t("weakness", "虚弱")
@@ -8135,42 +8712,46 @@ t("special effect", "特效")
 t("manaburn arcane", "法力燃烧")
 t("leaves", "叶片")
 t("distorting physical", "物理扭曲")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("dreamforge", "梦之熔炉")
 t("%s is knocked back!", "%s 被击退。")
-t("%s resists the forge bellow!", "%s 抵抗了熔炉击退!")
-t("%s resists the dream forge!", "%s 抵抗了梦境熔炉!")
+t("%s resists the forge bellow!", "%s抵抗了熔炉击退!")
+t("%s resists the dream forge!", "%s抵抗了梦境熔炉!")
 t("natural mucus", "自然粘液")
 t("disarming acid", "酸性缴械")
-t("%s resists disarming!", "%s 抵抗了缴械!")
+t("%s resists disarming!", "%s抵抗了缴械!")
 t("corrosive acid", "腐蚀之酸")
 t("bouncing slime", "弹跳史莱姆")
 t("caustic mire", "酸池")
 t("sun path", "阳光大道")
 t("telekinetic shove", "动能冲击")
-t("%s resists pinning!", "%s 抵抗了定身!")
-t("%s resists the shove!", "%s 抵抗了推拉!")
+t("%s resists pinning!", "%s抵抗了定身!")
+t("%s resists the shove!", "%s抵抗了推拉!")
 t("dimensional anchor", "禁传区")
 t("phase pulse", "相位脉动")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("%s resists the blindness!", "%s 抵抗了致盲!")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists the confusion!", "%s 抵抗了混乱!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("%s resists the blindness!", "%s抵抗了致盲!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists the confusion!", "%s抵抗了混乱!")
 t("brain storm", "头脑风暴")
-t("%s resists the mind attack!", "%s 抵抗了精神攻击!")
+t("%s resists the mind attack!", "%s抵抗了精神攻击!")
 t("static net", "静电网")
 t("wormblight", "蠕虫枯萎")
 t("pestilent blight", "枯萎瘟疫")
+t("* #LIGHT_GREEN#%d%%#LAST# chance to cause #GREEN#random blight#LAST#%s", "* #LIGHT_GREEN#%d%%#LAST#几率触发#GREEN#随机枯萎效果#LAST#%s")
 t("blight poison", "枯萎毒素")
 t("terror", "暗夜恐魔")
+t("%s<terror chance>#LAST#", "%s<恐惧几率>#LAST#")
 t("random poison", "随机毒素")
 t("blinding powder", "致盲粉")
+t("%s<blinding powder>#LAST#", "%s<致盲粉>#LAST#")
 t("smokescreen", "烟幕弹")
+t("%s<smoke>#LAST#", "%s<烟雾弹>#LAST#")
 t("flare", "闪光弹")
-t("%s resists the blinding flare!", "%s 抵抗了致盲!")
+t("%s resists the blinding flare!", "%s抵抗了致盲!")
 t("flare light", "闪光弹光")
 t("sticky pitch", "粘性")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("fire sunder", "火焰破甲")
 t("shadow smoke", "暗影烟雾")
 t("frozen earth", "冻结大地")
@@ -8249,6 +8830,7 @@ t("#LIGHT_RED#As you enter you notice the door has no visible handle on the insi
 t("Enter the crypt", "进入地窖")
 t("Leave carefully", "悄悄离开")
 t("Lost kitten", "迷路的猫咪")
+t("Lost Kitty", "迷路的猫咪")
 t("Ancient Elven Ruins", "古代精灵遗迹")
 t("Entrance to some ancient elven ruins", "远古精灵遗迹入口")
 t("Cursed Village", "被诅咒的村庄")
@@ -8279,6 +8861,14 @@ t("blighted soil", "荒芜之地")
 t("%s (blighted aura)", "%s (枯萎光环)")
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/conclave-vault.lua"
+
+t([[Only crumbling bones are left of what once was the proud Director Hompalan, chief of this facility.
+Now those remains look at you with empty eyes but you can not mistake their intent.]], [[这个研究设施的主人,曾经如此高傲的研究主管红帕兰,现在已经只剩下摇摇欲坠的枯骨。
+尽管这具遗骸只剩下空洞无神的眼窝,你也能从中察觉到他凝视着你的神情。]])
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/cultists.lua"
 
@@ -8294,6 +8884,7 @@ t("This is too soon!", "太早了!")
 t("disrupted monolith", "被干扰的符文巨石")
 t("Something the cultists are doing is coming. Beware.", "邪教徒在做的事情将要到来。小心。")
 t("The cultist's soul seems to be absorbed by the strange stone he was guarding. You feel like something is about to happen...", "邪教徒的灵魂似乎被其守卫的奇异石头所吸收。你感觉似乎要出大事了……")
+t("Shasshhiy'Kaish", "莎西·凯希")
 t("This demon would be very attractive if not for the hovering crown of flames, the three tails and sharp claws. As you watch her you can almost feel pain digging in your flesh. She wants you to suffer.", "不看她那盘旋在头上的火焰王冠、三条小尾巴以及那锋利的爪子,这只恶魔仍然充满了奇异的魅惑。当你看着她时,你感觉痛苦像利刃一样,深入骨髓,她是痛苦的使者。")
 t("and used for her perverted desires", "并被用于她的变态欲望")
 t("burning crown", "燃烧王冠")
@@ -8308,9 +8899,18 @@ t("%s pulls a dagger and opens his own chest, piercing his beating heart. The st
 ------------------------------------------------
 section "game/modules/tome/data/general/events/damp-cave.lua"
 
+t("ladder back to %s", "返回%s的楼梯")
+t("Damp Cave", "潮湿洞穴")
 t("damp cave", "潮湿洞穴")
 
 
+------------------------------------------------
+section "game/modules/tome/data/general/events/drake-cave.lua"
+
+t("Intimidating Cave", "恐怖地穴")
+t("ladder back to %s", "返回%s的楼梯")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/general/events/fearscape-portal.lua"
 
@@ -8332,14 +8932,14 @@ t("#VIOLET#A demon steps out of the %s!", "#VIOLET#一个恶魔走出了%s!")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/fell-aura.lua"
 
-t("%s (fell aura)", "%s (毁灭光环)")
+t("%s (fell aura)", "%s(毁灭光环)")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/font-life.lua"
 
 t("font of life", "生命之泉")
-t("%s (life aura)", "%s (生命光环)")
+t("%s (life aura)", "%s(生命光环)")
 
 
 ------------------------------------------------
@@ -8391,7 +8991,7 @@ t("#VIOLET#A naga steps out of the %s!", "#VIOLET#一只娜迦从%s里走出!")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/necrotic-air.lua"
 
-t("%s (necrotic air)", "%s (死灵瘴气)")
+t("%s (necrotic air)", "%s(死灵瘴气)")
 
 
 ------------------------------------------------
@@ -8418,12 +9018,13 @@ t("Fall...", "跌落……")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/protective-aura.lua"
 
-t("%s (protective aura)", "%s (防御光环)")
+t("%s (protective aura)", "%s(防御光环)")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/rat-lich.lua"
 
+t("way up to %s", "向上到%s的路")
 t("#VIOLET# As you leave the crypt, the stairway collapses in upon itself.", "#VIOLET# 当你离开洞穴的时候,楼梯崩塌了。")
 t("dusty rat skull", "肮脏的鼠骷髅")
 t("This ancient skull is all that remains of the Rat Lich. Some fragments of its power remain and a faint red light still glows within its eye sockets.", "这顶古老的骨盔是巫妖鼠仅存于世的东西,上面残留了巫妖鼠的部分精华能量。")
@@ -8432,15 +9033,17 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("%s raises %s %s, and a red light flashes from it's eye sockets!", "%s 令 %s %s站了起来, 一道红光从它眼中闪过!")
 t("From the dust of decay a %s forms!", "从灰烬中诞生了一只%s!")
 t("stairway leading downwards", "向下的楼梯")
+t("Stairs seem to lead into some kind of crypt.", "通往某个地穴的楼梯。")
 t("Forsaken Crypt", "废弃地下室")
 t("You hear squeaks and the sounds of clicking bone echo around you... Pure death awaits. Flee!", "你听到老鼠的叫声夹杂着骨骼的响动的吱吱声……前面等待着你的是死亡的力量。快逃!")
+t("Stairs lead downwards into rubble.", "向下通往瓦砾之中的楼梯")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/slimey-pool.lua"
 
 t("slimey pool", "史莱姆之沼")
-t("%s (slimey)", "%s (泥泞)")
+t("%s (slimey)", "%s(泥泞)")
 
 
 ------------------------------------------------
@@ -8467,9 +9070,15 @@ t("spellblaze scar", "奥术之痕")
 ------------------------------------------------
 section "game/modules/tome/data/general/events/sub-vault.lua"
 
+t("way up (%s)", "向上的路(到%s)")
 t("#VIOLET# The stairway collapses completely as you ascend!", "#VIOLET# 当你爬上楼梯的时候,楼梯彻底坍塌了!")
 t("#VIOLET# The decrepit stairs crumble some more as you climb them.", "#VIOLET# 当你爬上这些破旧的楼梯的时候,它摇摇欲坠,又更加破碎了一点。")
 t("hidden vault", "隐藏的宝库")
+t("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
+t("collapsing hidden vault", "快要坍塌的隐藏宝库")
+t("collapsed hidden vault", "坍塌的隐藏宝库")
+t("A collapsed stairway, leading down", "向下的楼梯,已经坍塌了。")
+t("nearly collapsed hidden vault", "即将坍塌的隐藏宝库")
 
 
 ------------------------------------------------
@@ -8495,6 +9104,8 @@ section "game/modules/tome/data/general/events/weird-pedestals.lua"
 
 t("weird pedestal", "奇怪的基座")
 t("Do you wish to inspect the pedestal?", "你想要检查基座吗?")
+t("inspected", "检查了")
+t("inspecting", "正在检查")
 t("As you inspect it a shadow materializes near you, and suddenly it is no more a shadow!", "当你检查这个基座时,一团阴影出现在你身旁,突然间它凝成了实体!")
 t("#rng# the Invoker", "扰乱者#rng#")
 t("Die intruder!", "去死吧,干扰者!")
@@ -8512,7 +9123,7 @@ t("You hear a terrible voice saying 'Their lives are mine! I am coming!'", "ä½ 
 ------------------------------------------------
 section "game/modules/tome/data/general/events/whistling-vortex.lua"
 
-t("%s (whistling vortex)", "%s (尖啸漩涡)")
+t("%s (whistling vortex)", "%s(尖啸漩涡)")
 
 
 ------------------------------------------------
@@ -8539,13 +9150,16 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("glass wall", "玻璃墙")
 t("glass door", "玻璃门")
 t("open glass door", "敞开的玻璃门")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8560,10 +9174,13 @@ section "game/modules/tome/data/general/grids/bone.lua"
 t("sand", "æ²™")
 t("bone walls", "骨墙")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("lever", "拉杆")
 t("huge lever", "巨大的控制杆")
@@ -8597,6 +9214,7 @@ section "game/modules/tome/data/general/grids/cave.lua"
 
 t("cave floor", "山洞平地")
 t("cave walls", "山洞壁")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("grass", "草地")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
@@ -8638,6 +9256,7 @@ t("tall thick tree", "高大粗壮的树")
 t("flower", "花")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("old road", "古老的路")
 t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
@@ -8654,6 +9273,7 @@ t("open door", "敞开的门")
 t("floor", "地板")
 t("wall", "墙壁")
 t("sealed door", "被封印的门")
+t("This door seems to be sealed.", "这扇门似乎被封印了。")
 
 
 ------------------------------------------------
@@ -8665,10 +9285,13 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8732,7 +9355,7 @@ t("open door", "敞开的门")
 section "game/modules/tome/data/general/grids/lava.lua"
 
 t("lava floor", "熔岩平地")
-t("#Source# burns #Target#!", "#Source# 灼烧了 #Target#!")
+t("#Source# burns #Target#!", "#Source#灼烧了#Target#!")
 t("lava", "岩浆")
 t("wall", "墙壁")
 t("lava wall", "熔岩墙壁")
@@ -8776,8 +9399,11 @@ t("ladder to worldmap", "通往世界地图的台阶")
 ------------------------------------------------
 section "game/modules/tome/data/general/grids/sand.lua"
 
+t("unstable sand tunnel", "不稳定的流沙通道")
+t("Loose sand is steadily filling this void, which could collapse suddenly and completely.", "松散的沙子填充了这一空间,但是这些沙子随时可能坍塌下来。")
 t("The unstable sand tunnel collapses!", "不稳定的流沙通道塌陷了!")
 t("You are crushed by the collapsing tunnel! You suffocate!", "你被压在了倒塌的通道中!你感到无法呼吸!")
+t("was buried alive", "被活埋")
 t("sandwall", "沙墙")
 t("wall", "墙壁")
 t("tree", "æ ‘")
@@ -8829,10 +9455,13 @@ t("exit to the worldmap", "离开前往世界地图")
 t("way to the previous level", "通往上一层的路")
 t("way to the next level", "通往下一层的路")
 t("door", "é—¨")
+t("This door seems to have been sealed off. You think you can open it.", "这扇门似乎被封印了,你觉得你可以打开它。")
 t("sealed door", "被封印的门")
+t("This door seems to have been sealed off. You need to find a way to open it.", "这扇门似乎被封印了,你需要设法打开它。")
 t("#VIOLET#You hear a door opening.", "#VIOLET#你听到一扇门被打开了。")
 t("wall", "墙壁")
 t("open door", "敞开的门")
+t("This door seems to have been sealed off. You need to find a way to close it.", "这扇门似乎被封印了,你需要设法关闭它。")
 t("#VIOLET#You hear a door closing.", "#VIOLET#你听到一扇门被关上了。")
 t("floor", "地板")
 t("lever", "拉杆")
@@ -8864,6 +9493,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8879,6 +9509,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8894,6 +9525,7 @@ t("mushroom creep", "蘑菇菌毯")
 t("underground thick vegetation", "地下厚植被")
 t("wall", "墙壁")
 t("huge loose rock", "巨大的松动石头")
+t("This rock is loose, you think you can move it away.", "这块岩石看起来比较松,你觉得你可以移开它。")
 t("ladder to the next level", "通往下一层的台阶")
 t("ladder to the previous level", "通往上一层的台阶")
 t("floor", "地板")
@@ -8925,7 +9557,7 @@ t("underwater air bubble", "水下气泡")
 t("#AQUAMARINE#The air bubbles are depleted!", "#AQUAMARINE#气泡被耗尽了!")
 t("deep water", "深水")
 t("poisoned deep water", "有毒的深水")
-t("#Source# poisons #Target#!", "#Source# 让 #Target# 中毒!")
+t("#Source# poisons #Target#!", "#Source#让#Target#中毒!")
 t("exit to the worldmap", "离开前往世界地图")
 t("previous level", "前往上一层")
 t("floor", "地板")
@@ -9025,6 +9657,7 @@ t("bird", "飞禽")
 t("Phoenix", "凤凰")
 t("Ever burning, ever dying, ever reviving, the Phoenix swoops down upon you, seeking to share its fiery fate with you.", "无尽的燃烧,无尽的死亡,无尽的重生,这只凤凰试图将它燃烧的命运带给你。")
 t("#LIGHT_RED#%s raises from the dead!", "#LIGHT_RED#%s 从尸体中站了起来!")
+t("RESURRECT!", "复活!")
 
 
 ------------------------------------------------
@@ -9275,10 +9908,11 @@ t("nightmare horror", "梦魇恐魔")
 t("A shifting form of darkest night that seems to reflect your deepest fears.", "一只漆黑的生物,它深邃的黑色身体反射出了你深深的恐惧。")
 t("headless horror", "无头恐魔")
 t("A headless, gangly humanoid with a large distended stomach.", "一个由闪光水晶构成的生物,它通体围绕着球状的光芒。")
-t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当 %s 倒下时它的眼睛掉落在了地上。")
+t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当%s倒下时它的眼睛掉落在了地上。")
 t("eldritch eye", "艾尔德里奇之眼")
 t("A small bloodshot eye floats here.", "一只小小的充血眼球,它游荡在这里。")
-t("#AQUAMARINE#As #Source# falls #Target# seems to weaken!", "#AQUAMARINE#当 #Source# 倒下时, #Target# 似乎被削弱了!")
+t("#AQUAMARINE#As #Source# falls #Target# seems to weaken!", "#AQUAMARINE#当#Source#倒下时,#Target#似乎被削弱了!")
+t("+Blind", "+致盲")
 t("%s is blinded by the loss of all its eyes.", "%s 失去了它所有的眼睛,无法看见东西。")
 t("luminous horror", "金色恐魔")
 t("A lanky humanoid shape composed of yellow light.", "一只身材瘦长的怪物,它的身体由金色的光芒组成。")
@@ -9304,7 +9938,7 @@ t("maelstrom", "灵能漩涡")
 t("This powerful vortex of ice and lightning somehow gives you the impression of claws, teeth and intense hunger...", "这个强大的灵能漩涡莫名其妙地给你一种利齿尖牙和饥饿的印象...")
 t("parasitic horror", "寄生恐魔")
 t("You don't want to think about what sort of creature this lamprey-like horror was feeding on to grow so large.  Its skin pulsates and writhes, like things are moving underneath...", "你不想知道这个像七鳃鳗一样的恐魔是吃什么才能长这么大的。它的皮肤不停的扭动,就像有东西在下面移动一样...")
-t("%s's severed flesh starts crawling!", "%s 被切割的血肉开始爬行!")
+t("%s's severed flesh starts crawling!", "%s被切割的血肉开始爬行!")
 t("mass of parasitic leeches", "大团寄生虫")
 t("Dozens - hundreds maybe? - of blood-gorged worms, of varying shapes and sizes, making a writhing, ichor-soaked sea of tooth-lined maws and sickly green skin, ready to latch onto you and drink until they burst or your veins run dry.", "几十个,也许几百个?各种形状和大小的血腥蠕虫,形成一个扭动的,布满锋利牙齿的血盆大口和生病的绿色皮肤组成的脓水海洋,随时准备缠住你并吸你的血,直到它们胀破或着你的静脉干涸。")
 t("Grgglck the Devouring Darkness", "格尔格勒克·黑暗吞噬者")
@@ -9313,7 +9947,7 @@ You can discern a huge round mouth covered in razor-sharp teeth.]], "这是来
 t("Grgglck's Tentacle", "格尔格勒克的触须")
 t("This is one of Grgglck's tentacles. It looks more vulnerable than the main body.", "这是格尔格勒克的一条触须。它看起来比主体更加脆弱。")
 t("#AQUAMARINE#With Grgglck's death its tentacle also falls lifeless on the ground!", "#AQUAMARINE#随着格尔格勒克的死去它的那些触手也毫无生机地倒在了地上!")
-t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source# 倒下时,你发现#Target#似乎因为痛苦而颤抖!")
+t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source#倒下时,你发现#Target#似乎因为痛苦而颤抖!")
 t("Ak'Gishil", "阿克·吉希尔")
 t("This Blade Horror has been infused with intense temporal magic, causing its power to increase dramatically. Rifts in space open around it constantly, summoning and banishing blades before vanishing as quickly as they appear.", "这只刀锋般的恐魔生于强大的能量漩涡中,并逐渐掌握了时空之核。它能够不断的撕裂空间,召唤出成群的刀刃在其身周飞舞。")
 t("Animated Sword", "次元之刃")
@@ -9332,7 +9966,7 @@ section "game/modules/tome/data/general/npcs/horror_aquatic.lua"
 
 t("aquatic", "水栖生物")
 t("horror", "恐魔")
-t("#LIGHT_BLUE#%s explodes into a huge bubble of air!", "#LIGHT_BLUE#%s 爆炸,成为了一个巨大的气泡!")
+t("#LIGHT_BLUE#%s explodes into a huge bubble of air!", "#LIGHT_BLUE#%s爆炸,成为了一个巨大的气泡!")
 t("entrenched horror", "巨石恐魔 ")
 t("This massive stony structure shifts and pulsates, its many long, thin tentacles probing the nearby water for food.", "这个巨大的石状生物有规律的震动着,它的触手为了水和食物正在四处游走探测。")
 t("swarming horror", "群生恐魔")
@@ -9406,9 +10040,13 @@ section "game/modules/tome/data/general/npcs/lich.lua"
 t("undead", "亡灵")
 t("Only the most powerful spellcasters raised to unlife become liches. Doomed to haunt the world for an eternity, they have grown to hate all that breathes or trespasses on their domain. Unfortunately that includes you.", "只有最强大的法师,才会被复活成为巫妖。他们注定要永远萦绕在这个世界上,他们憎恨所有在他们的领地上呼吸或侵入的人。不幸的是,这包括你在内。")
 t("lich", "巫妖")
+t("Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.", "为了探索永恒的生命,这些人允许不死族剥夺他们的生趣。现在,他们同样在毁灭生者。")
 t("ancient lich", "远古巫妖")
+t("An elder being from a now-forgotten age, filled and fueled by its hate and rage toward all things living, it seeks to deprive all others of a prize it cannot have... life.", "一位存活了不知多少岁月的巫妖,它对这个世界和生者充满了仇恨,所以它试图去剥夺生者所拥有而它所没有的财富——生命。")
 t("archlich", "高阶巫妖")
+t("Blacker than the deepest night, this cold cruel form of darkness approaches.  Long ago it laid aside its mortality, but it has not forgotten its power; rather, its malice and hate have bent this undead entity on the destruction of all things living.", "从比漆黑的夜还要深邃的黑暗中,你感受到了一股冰冷的寒意。很久以前它放弃了生命,但却没忘记力量,相反,它被怨恨和邪念所强化,这只扭曲的不死生物要毁灭所有的生者。")
 t("blood lich", "血巫妖")
+t("The seething, pumping, disembodied blood of a horrendously powerful necromancer. To strike it is to bathe in the rivers of the Fearscape itself.", "来自一位非常强大的死灵法师的沸腾的、跳动的、有形的血液。跟它战斗等于要饱受恶魔空间的摧残。")
 
 
 ------------------------------------------------
@@ -9745,14 +10383,23 @@ section "game/modules/tome/data/general/npcs/skeleton.lua"
 t("skeleton", "骷髅人")
 t("undead", "亡灵")
 t("degenerated skeleton warrior", "腐化骷髅战士")
+t("A haphazard collection of crumbling bones, with jerky movements that remind you of a child playing with a marionette.  It only has one arm, but that's all it needs to hold a sword.", "这具仿佛是死灵法师随意收集而成的,摇摇欲坠的骨骸,生涩地从你的眼前走过,仿佛孩童手中玩弄的木偶。虽然它只有一条手臂,不过反正这对于拿一把剑也够了,对吧。")
 t("degenerated skeleton archer", "腐化骷髅弓箭手")
+t("A frail skeleton; just about the only bones that aren't cracked are its arms.  It's missing a hand, but a notch has been carved into its wrist to let it pull back a bowstring regardless.", "这具破烂不堪的骨架只有一根骨头是好的:它手持长弓的手臂。尽管它缺少了一只手,不过残缺的骨骼上雕刻的凹槽刚好可以卡住弓弦拉弓上箭。")
 t("skeleton mage", "骷髅法师")
+t("Given its condition, you're less inclined to think this skeleton knows proper spells, rather than simply disgorging its magical energy as it breaks down.  This doesn't make it much less dangerous to be around, mind you.", "看着它残破的样子,你与其相信这只骷髅会释放魔法,不如相信是在它身躯逐渐破碎的同时将奥术能量胡乱喷射出来。不过,这一点也没有降低它的危险性,小心。")
 t("skeleton warrior", "骷髅战士")
+t("The forces binding this skeleton together are resilient enough to let it hold a shield and swing a weapon as well as it could have in life.  It's still wearing its old armor, in rusty but servicable condition.", "施展在这只骷髅身上的魔法已经足够灵活,足以让它像还活着的时候那样严阵以待,挥动武器。它仍然穿着它原来的那件老盔甲,锈迹斑斑却值得信赖。")
 t("skeleton archer", "骷髅弓箭手")
+t("Nobody scavenged the high-quality bow from this archer before it was raised from the dead.  You're about to wish the world had more grave-robbers.", "在被复活之前,这位弓箭手的遗体上居然还保留着一张还不错的弓。你开始觉得,世界上如果有更多的盗墓贼就好了。")
 t("skeleton magus", "骷髅魔导师")
+t("This skeleton has been imbued with far more magical energy than normal, and serves as a conduit of its master's spellcasting prowess.", "这只骷髅的身上充盈着更加丰沛的魔法力量,作为它的主人强大魔力的明证。")
 t("armoured skeleton warrior", "武装骷髅战士")
+t("It feels no pain.  It moves with fluidity and strength that would tear natural muscles apart.  It must be from a fresh corpse, since its bones, armor, and weapon are all in pristine condition.  And it's furious.", "这只骷髅战士没有任何痛感,它的动作行云流水,强大的挥斩足以将常人的肌肉撕裂。它一定是来自一具新鲜的尸体:它的骨头、装甲和武器还是崭新的。并且,他仿佛怒不可遏。")
 t("skeleton master archer", "骷髅弓箭手大师")
+t("This skeleton can fire arrows and nock new ones with blinding speed.  Arcane forces pull its bones with unnatural precision - its arms will never tremble or get tired.", "这只骷髅可以飞速的拈弓射箭,奥术的力量使它的身躯达到了常人无法企及的精确度——它的射击永远不会颤动,也永远不会疲累。")
 t("skeleton assassin", "骷髅刺客")
+t("Most skeletons announce their presence with a chorus of rattling bones; this one's been charred black and has enough cartilage between its joints to muffle its approach.  The first you'll see of it will be the flash of its blade.", "普通骷髅骨节之间的吱嘎猛响会早早暴露他们的行踪,但这只骷髅的身躯被烧焦成暗夜的黑色,关节间的软骨缓冲着骨节的转动。当你看到它时,它银光闪耀的刀刃已经出现在你的眼前。")
 
 
 ------------------------------------------------
@@ -9871,7 +10518,7 @@ section "game/modules/tome/data/general/npcs/telugoroth.lua"
 
 t("Reality has shifted.", "现实世界发生了变化。")
 t("The spell fizzles!", "法术失败了!")
-t("%s resists the swap!", "%s 抵抗了时空交换!")
+t("%s resists the swap!", "%s抵抗了时空交换!")
 t("elemental", "元素")
 t("temporal", "时空")
 t("and lost outside time", "并在时空中迷失")
@@ -9969,10 +10616,17 @@ section "game/modules/tome/data/general/npcs/vampire.lua"
 t("undead", "亡灵")
 t("These ancient cursed beings often take the form of a bat and attack their prey.", "这些被诅咒的古代生物经常以蝙蝠的形式攻击猎物。")
 t("lesser vampire", "小吸血鬼")
+t("This vampire has only just begun its new life. It has not yet fathomed its newfound power, yet it still has a thirst for blood.", "这只吸血鬼刚开始它的新生活,还不能熟练运用它的新能力,但是它同样渴望鲜血。")
 t("vampire", "吸血鬼")
+t("It is a humanoid with an aura of power. You notice a sharp set of front teeth.", "这是一只成年吸血鬼,你注意到他有一副獠牙。")
 t("master vampire", "吸血鬼大师")
+t("It is a humanoid form dressed in robes. Power emanates from its chilling frame.", "这是一只穿着长袍的人形吸血鬼,魔法波动不断的从他手中的冰焰溢出。")
 t("elder vampire", "吸血鬼长老")
+t([[A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others.
+It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.]], [[这只吸血鬼一副可怕的披长袍的不死族形象,它在漫长的岁月中偷取了许多他人的生命。
+它可以奴役牺牲者们的影子来协助它]])
 t("vampire lord", "吸血鬼族长")
+t("A foul wind chills your bones as this ghastly figure approaches.", "当这只可怕的生物靠近时,你感到脊背一阵发凉。")
 
 
 ------------------------------------------------
@@ -9996,7 +10650,7 @@ t("worms", "蠕虫")
 t("white worm mass", "白色蠕虫团")
 t("green worm mass", "绿色蠕虫团")
 t("carrion worm mass", "腐烂蠕虫团")
-t("%s exudes a corrupted gas as it dies.", "%s 死亡时释放出腐气。")
+t("%s exudes a corrupted gas as it dies.", "%s死亡时释放出腐气。")
 
 
 ------------------------------------------------
@@ -10006,9 +10660,13 @@ t("undead", "亡灵")
 t("wight", "尸妖")
 t("These be white wights.", "这些是白色的尸妖。")
 t("forest wight", "森林尸妖")
+t("It is a ghostly apparition with a humanoid form.", "它有着人类的脸孔,幽灵般的影子。")
 t("grave wight", "墓穴尸妖")
+t("It is a ghostly form with eyes that haunt you.", "它呈幽灵形态,眼睛一直盯着你。")
 t("barrow wight", "古墓尸妖")
+t("It is a ghostly nightmare of an entity.", "它是幽灵般的梦靥。")
 t("emperor wight", "帝王尸妖")
+t("Your life force is torn from your body as this powerful unearthly being approaches.", "当这只强大的不死生物靠近时,你感觉生命能量被不断地撕扯出身体。")
 
 
 ------------------------------------------------
@@ -10190,13 +10848,15 @@ t("This jeweled crown shimmers with colors.", "这顶镶嵌宝石的王冠闪闪
 t("Warmaster Gnarg's Murderblade", "战争之王格纳哥的饮血剑")
 t("blood-etched greatsword", "血迹斑斑的巨剑")
 t("A blood-etched greatsword, it has seen many foes. From the inside.", "一把血迹斑斑的巨剑,它洞穿了许多敌人。")
+t("10% chance to send the wielder into a killing frenzy", "10% 几率使持有者进入疯狂杀戮状态")
 t("fiery whip", "炽热的鞭子")
 t("Whip of Urh'Rok", "厄洛克之鞭")
 t("With this unbearably bright whip of flame, the demon master Urh'Rok has become known for never having lost in combat.", "用这根炽焰打造的鞭子,恶魔领主厄洛克未尝一败。")
 t("Storm Fury", "风暴之怒")
 t("crackling longbow", "电弧缠绕的长弓")
 t("This dragonbone longbow is enhanced with bands of steel, which arc with intense lightning. Bolts travel up and down the string, ignorant of you.", "这把龙骨长弓由精钢镶制而成,一道道电弧缠绕在其身上,闪电球在其弓弦上徘徊,但是却绕过了你的手臂。")
-t("#GOLD#A bolt of lightning fires from #Source#'s bow, striking #Target#!", "#GOLD# 一道闪电从 #Source# 的弓中射出,击中了 #Target# !")
+t("Automatically fires lightning bolts every game turn at nearby enemies dealing %d to %d lightning damage based on Magic with a chance to inflict Daze.", "自动发射闪电攻击附近敌人,造成%d到%d基于魔法的闪电伤害,有几率使之眩晕。")
+t("#GOLD#A bolt of lightning fires from #Source#'s bow, striking #Target#!", "#GOLD# 一道闪电从#Source#的弓中射出,击中了#Target#!")
 t("Frozen Shroud", "冰霜斗篷")
 t("chilling cloak", "冰冷的斗篷")
 t("All that remains of the Glacial Legion. This cloak seems to exude an icy cold vapor that freezes all it touches.", "格拉希尔·雷金的全部剩余。这件斗篷散发着的寒气冻结了周围的一切。")
@@ -10224,9 +10884,13 @@ t("glittering longsword", "闪耀的长剑")
 t("Wintertide", "霜华")
 t([[The air seems to freeze around the blade of this sword, draining all heat from the area.
 It is said the Conclave created this weapon for their warmaster during the dark times of the first allure war.]], "这把剑带给这片区域无尽的寒冷,剑锋周围的空气似乎都要凝固了。据说是第一次厄流纪大战期间,孔克雷夫大师为他们的战争之王所打造。")
+t("No Winter Storm Active", "没有寒冰风暴")
+t("None", "æ— ")
+t("Winter Storm: ", "寒冰风暴: ")
 t("radius %d (%d turns remaining)", "半径 %d (剩余 %d 回合)")
 t("Create a Winter Storm that gradually expands (from radius %d to radius %d), dealing %0.2f cold damage (based on Strength) to your enemies each turn and slowing their ability to act by 20%%.  Subsequent melee strikes will relocate the storm on top of your target and increase its duration.", "制造不断扩张的寒冰风暴(从半径 %d 到半径 %d),每回合造成 %0.2f 寒冷伤害(基于力量)并减速 20%% 。接下来的近战攻击将重置风暴位置并延长持续时间。")
 t("#LIGHT_BLUE#A Winter Storm forms around %s.", "#LIGHT_BLUE#寒冬风暴围绕着%s。")
+t("precipitate ice walls (lasting 10 turns) within your Winter Storm's area", "强化冰风暴的冰雪,冻结成冰墙,持续 10 回合。")
 t("#LIGHT_BLUE#%s brandishes %s %s, releasing a wave of Winter cold!", "#LIGHT_BLUE#%s 挥舞着%s%s,释放出一阵寒风!")
 t("a summoned wall of ice", "这把剑带给这片区域无尽的寒冷,剑锋周围的空气似乎都要凝固了。据说是第一次厄流纪大战期间,孔克雷夫大师为他们的战争之王所打造。")
 t("#LIGHT_BLUE#Ice and snow form a barrier!", "#LIGHT_BLUE# 冰和雪组成了屏障")
@@ -10250,6 +10914,7 @@ t("obsidian ring", "黑曜石戒指")
 t("tribal helm", "部落头盔")
 t("Steel Helm of Garkul", "加库尔的钢盔")
 t("A great helm that belonged to Garkul the Devourer, one of the greatest orcs ever to live.", "这是迄今为止,最伟大的兽人毁灭者加库尔的头盔。")
+t("Another of Garkul's heirlooms would bring out his spirit.", "另一件加库尔的遗物将唤醒他的英灵。")
 t("Lunar Shield", "银月辉盾")
 t("chitinous shield", "甲壳质盾牌")
 t("A large section of chitin removed from Nimisil. It continues to give off a strange white glow.", "一个从尼米斯尔身上剥离下来的巨大甲壳。它持续发出奇异的白色光芒。")
@@ -10284,6 +10949,8 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("You need an enemy nearby to summon!", "需要旁边有一个敌人才能召唤!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("%s taps %s %s, summoning a vampire thrall!", "%s启动了%s%s,召唤出一个吸血鬼随从!")
+t("A terrible robed undead figure, this creature has existed in its unlife for many centuries by stealing the life of others. It can summon the very shades of its victims from beyond the grave to come enslaved to its aid.", "这只吸血鬼一副可怕的披长袍的不死族形象,它在漫长的岁月中偷取了许多他人的生命。它可以奴役牺牲者们的影子来协助它")
+t("Vampire", "吸血鬼")
 t("gem", "珠宝")
 t("red", "红宝石")
 t("human skull", "人类的头骨")
@@ -10313,14 +10980,14 @@ t("This crystal is huge, easily the size of your head. It sparkles brilliantly a
 t("(The created item can be activated to recover the Heart.)", "(被制造的物品可以被激活,以重新取回水晶之心)")
 t("combine with a suit of body armor (makes a non enchanted armour into an artifact)", "安装至一件护甲(可以将未附魔的武器变成一件神器)")
 t("recover the Crystal Heart (destroys this armour)", "取回水晶之心(摧毁护甲)")
-t("You created: %s", "你创造了: %s")
-t("You fix the crystal on the %s and create the %s.", "你将水晶安装在 %s ,制造了 %s 。")
+t("You created: %s", "你创造了:%s")
+t("You fix the crystal on the %s and create the %s.", "你将水晶安装在%s,制造了%s。")
 t("dark rod", "黑暗的枝条")
 t("Rod of Annulment", "废除之枝")
 t("You can feel magic draining out around this rod. Even nature itself seems affected.", "你可以感受到枝条周围的魔力流失,甚至它自己也似乎受到了影响。")
 t("put up to 3 of the target's runes, infusions or talents on cooldown for 3-5 turns (range %d)", "将半径 %d 内的一个目标的至多 3 个纹身、符文或技能打入 3-5 回合的冷却。")
 t("#Source# aims %s %s at #target#!", "#Source#用%s%s瞄准了#target#!")
-t("%s's %s is disrupted!", "%s 的%s被打断了!")
+t("%s's %s is disrupted!", "%s的%s被打断了!")
 t("crimson waraxe", "深红色的战斧")
 t("Skullcleaver", "碎颅战斧")
 t("A small but sharp axe, with a handle made of polished bone.  The blade has chopped through the skulls of many, and has been stained a deep crimson.", "一把小巧而锋利的斧头,斧柄由打磨过的骨头制成。这把斧头打破了许多头骨,并被染成了鲜红色。")
@@ -10349,7 +11016,7 @@ t("Prox's Lucky Halfling Foot", "普洛克斯的幸运半身人脚")
 t("a mummified halfling foot", "一只风干的半身人脚")
 t([[A large hairy foot, very recognizably a halfling's, is strung on a piece of thick twine. In its decomposed state it's hard to tell how long ago it parted with its owner, but from what look like teeth marks around the ankle you get the impression that it wasn't given willingly.
 It has been kept somewhat intact with layers of salt and clay, but in spite of this it's clear that nature is beginning to take its toll on the dead flesh. Some say the foot of a halfling brings luck to its bearer - right now the only thing you can be sure of is that it stinks.]], "一只用细线串起来的巨大毛脚,很显然这是一位半身人的。目前的状态,很难讲它多久以前被割了下来,但是从脚踝处的齿痕来看,应该不是出于自愿。它的外面有一层盐和粘土,被很好的保护着,尽管如此,大自然还是剥夺了它的活力,它已经成为了一块死肉。有人说,半身人的脚可以带来好运,但是现在唯一可确认的是——它臭死了!")
-t(" (cooling down: %d turns)", " (冷却时间: %d 回合)")
+t(" (cooling down: %d turns)", " (冷却时间:%d 回合)")
 t([[Detects traps.
 Removes (25%% chance) up to three stuns, pins, or dazes each turn%s]], [[侦查陷阱。
 25%%几率解除至多3个震慑、定身或眩晕效果。%s]])
@@ -10360,6 +11027,7 @@ t("#LIGHT_RED#You feel uneasy carrying %s.", "#LIGHT_RED#你感到无法携带 %
 t("Psionic Fury", "灵能之怒")
 t("vibrating mindstar", "震动的灵晶")
 t("This mindstar constantly shakes and vibrates, as if a powerful force is desperately trying to escape.", "这颗灵晶在不停的震动,仿佛其中有一股强大的力量试图从中逃脱。")
+t("release a wave of psionic power, dealing %0.2f mind damage (based on Willpower) to all within radius %d", "释放灵能冲击波,造成%0.2f精神伤害(基于意志),伤害半径%d。")
 t("%s's %s sends out a blast of psionic energy!", "%s的%s释放出灵能冲击波!")
 t("Storm Bringer's Gauntlets", "风暴使者臂铠")
 t("fine-mesh gauntlets", "细孔臂铠")
@@ -10388,19 +11056,21 @@ t("Rungof's Fang", "郎格夫之牙")
 t("A fang from the great warg, Rungof, still covered in blood.", "巨型座狼郎格夫之牙,上面仍被血痕覆盖。")
 t("Khulmanar's Wrath", "库马纳的怒火")
 t("firey blackened battleaxe", "燃烧的黑色战斧")
-t("Blackened with soot and covered in spikes, this battleaxe roars with the flames of the Fearscape. Given by Urh'Rok himself to his general, this powerful weapon can burn even the most resilient of foes.", "黑色的浓烟缠绕在这把战斧上,恐惧长廊的烈焰在其身上咆哮。这把战斧由厄洛克授予他最强大的指挥官,它可以焚尽一切,包括最强大的敌人。")
+t("Blackened with soot and covered in spikes, this battleaxe roars with the flames of the Fearscape. Given by Urh'Rok himself to his general, this powerful weapon can burn even the most resilient of foes.", "黑色的浓烟缠绕在这把战斧上,恶魔空间的烈焰在其身上咆哮。这把战斧由厄洛克授予他最强大的指挥官,它可以焚尽一切,包括最强大的敌人。")
 t("Bladed Rift", "次元裂隙")
 t("hole in space", "空间中的裂隙")
 t("Upon defeat, Ak'Gishil collapsed into this tiny rift. How it remains stable, you are unsure. If you focus, you think you can call forth a sword from it.", "在击败阿克·吉希尔后,它留下了这个小巧的裂隙。你无从知道,它是如何保持这样的稳定状态。冥冥中你感受到,你能从这个裂隙中召唤出一把剑。")
 t("Blade of Distorted Time", "时光扭曲之刃")
 t("time-warped sword", "扭曲时间的剑")
 t("The remnants of a damaged timeline, this blade shifts and fades at random.", "这把剑由一段损坏的时间线构成,它在不断的出入相位现实。")
+t("inflicts bonus temporal damage and slows target", "造成额外时空伤害并让目标减速")
 t("Rune of Reflection", "反射符文")
 t("You can see your own image mirrored in the surface of this silvery rune.", "你可以在这块银色的符文表面看到自己的倒影。")
 t("shiny rune", "闪光的符文")
 t("The Gaping Maw", "贪婪之胃")
 t("huge granite battleaxe", "巨大的冰冷战斧")
 t("This huge granite battleaxe is as much mace as it is axe.  The shaft is made of blackened wood tightly bound in drakeskin leather and the sharpened granite head glistens with a viscous green fluid.", "这柄战斧看起来更像狼牙棒,它的手柄是由黑木制成并包裹着一层蜉蝣皮,它的刃锋处闪耀着粘稠的绿色液体。")
+t("deal manaburn damage equal to your mindpower in a radius 3 cone", "在半径3的锥形范围内造成相当于精神强度的法力燃烧伤害")
 t("#DARK_GREEN#You feel like Nature's Wrath incarnate!", "#DARK_GREEN#你感受到了自然的怒火!")
 
 
@@ -10556,6 +11226,7 @@ t(" of accuracy", "精准之")
 t("accuracy", "精准")
 t(" of crippling", "残废之")
 t("crippling", "致残")
+t("Cripple the target reducing mind, spell, and combat action speeds by 30%", "致残目标,降低30%攻击、施法和精神速度")
 t(" of annihilation", "湮灭之")
 t("annihilation", "湮灭")
 t("acidic ", "酸性的")
@@ -10578,6 +11249,10 @@ t(" of paradox", "时空之")
 t("paradox", "时空")
 t("elemental ", "元素的")
 t("elemental", "元素")
+t("fire", "火焰")
+t("cold", "寒冷")
+t("lightning", "闪电")
+t("acid", "酸性")
 t("Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)", "引发元素爆炸,造成#VIOLET#%d#LAST#%s伤害(每回合最多一次)")
 t("plaguebringer's ", "瘟神的")
 t("plague", "瘟疫")
@@ -10608,6 +11283,7 @@ t(" of persecution", "迫害之")
 t("persecution", "迫害")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t(" of disruption", "干扰之")
 t("disruption", "干扰")
@@ -10621,10 +11297,11 @@ t("psychokinetic", "念力")
 t("#LIGHT_GREEN#20%%#LAST# chance to knock the target back 3 spaces and deal #YELLOW#%d#LAST# physical damage", "#LIGHT_GREEN#20%%#LAST#几率击退目标三格,并造成#YELLOW#%d#LAST#物理伤害")
 t(" of amnesia", "健忘之")
 t("amnesia", "健忘")
-t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#回合冷却(需通过混乱免疫)")
+t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#LAST#回合冷却(需通过混乱免疫)")
 t("#YELLOW#%s has temporarily forgotten %s for %d turns!", "#YELLOW#%s暂时遗忘了%s,持续%d回合!")
 t(" of torment", "折磨之")
 t("torment", "折磨")
+t("#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", "#LIGHT_GREEN#20%#LAST#几率震慑、混乱、沉默、定身或致盲目标3回合")
 
 
 ------------------------------------------------
@@ -10819,7 +11496,7 @@ t(" of phasing", "相位之")
 t("phasing", "相位")
 t("blink to a nearby random location (rad %d)", "随机传送至附近的某个位置(半径 %d )")
 t("%s uses %s!", "%s 使用了 %s!")
-t(" of evasion", "闪避值")
+t(" of evasion", "闪避之")
 t("evasion", "闪避")
 t(" of speed", "速度之")
 t("speed", "速度")
@@ -10934,8 +11611,8 @@ t("thick ", "厚的")
 t("thick", "厚")
 t("shadow ", "阴影的")
 t("shadow", "阴影")
-t(" of Eldoral", "艾多拉之")
-t("eldoral", "艾多拉")
+t(" of Eldoral", "艾德瑞尔之")
+t("eldoral", "艾德瑞尔")
 t(" of the Shaloren", "永恒精灵之")
 t("shaloren", "永恒精灵")
 t(" of Iron Throne", "钢铁王座之")
@@ -11308,6 +11985,7 @@ t("You cannot split your %s while it has a tinker inside.", "你不能分裂%s
 t("You cannot split your %s while using it as a psionic focus.", "你不能分裂%s,你正用其作为灵能聚焦。")
 t("Your %s is too flawed to divide.", "你的%s有缺陷,无法拆分。")
 t("You divide your %s in two, forming a linked set.", "你分裂了%s,使其组成套装。")
+t("This mindstar would symbiotize with another like it.", "这件灵晶会和另一件类似的灵晶共鸣。")
 t("#GREEN#The mindstars pulse with life.", "#GREEN#灵晶脉动着生命")
 t("#SLATE#The link between the mindstars is broken.", "#SLATE#灵晶间的联系消失了。")
 t("wyrm's ", "龙战士的")
@@ -11328,6 +12006,7 @@ t("manaburning ", "法力燃烧之")
 t("manaburning", "法力燃烧")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t("protector's ", "保护者的")
 t("protectors", "保护者")
@@ -11356,7 +12035,7 @@ t("hungering ", "饥渴的")
 t("hungering", "饥渴")
 t("inflict %0.2f mind damage (range 10), gaining psi and hate equal to 10%%%% of the damage done", "造成%0.2f精神伤害(距离10),获得相当于造成伤害10%%%%的超能力值和仇恨值")
 t("%s feeds %s %s with psychic energy from %s!", "%s用%s%s吸收%s的精神力量!")
-t("%s resists the mind attack!", "%s 抵抗了精神攻击!")
+t("%s resists the mind attack!", "%s抵抗了精神攻击!")
 t("projecting ", "投射的")
 t("projecting", "投射")
 t("resonating ", "共鸣的")
@@ -11425,6 +12104,7 @@ t("mage-hunter's ", "猎法者的")
 t("magehunters", "猎法者")
 t("throat-seeking ", "伤喉的")
 t("throat", "伤喉")
+t("silences the target", "沉默目标")
 
 
 ------------------------------------------------
@@ -11644,6 +12324,7 @@ t("scouring ", "洗练的")
 t("scouring", "洗练")
 t("warded ", "守护的")
 t("ward", "守护")
+t("reduce the cooldown of your ward talent by 1", "减少你的守护技能1回合冷却时间")
 t("wrathful ", "愤怒的")
 t("wrathful", "愤怒")
 t("Deals #VIOLET#%d#LAST# light and fire damage to each enemy blocked", "对格挡的敌人造成 #VIOLET#%d#LAST#光系和火焰伤害。")
@@ -11658,6 +12339,7 @@ t(" of the stars", "群星之")
 t("stars", "群星")
 t(" of crushing", "粉碎之")
 t("crushing", "粉碎")
+t("Smash the target reducing mind, spell, and combat action speeds by 30%", "猛击目标,降低精神、施法和攻击速度各 30%")
 t(" of shrapnel", "弹片之")
 t("shrapnel", "弹片")
 t("Cause enemies within radius 6 to bleed for #RED#%d#LAST# physical damage over 5 turns (1/turn)", "使6码范围内的敌人流血,在5回合内受到#RED#%d#LAST#物理伤害(1/回合)")
@@ -11783,10 +12465,10 @@ Life:  %d
 Base Damage:  %d
 Armor:  %d
 All Resist:  %d]], [[(触手属性)
-生命值:  %d
-基础伤害:  %d
-护甲值:  %d
-所有抗性:  %d]])
+生命值: %d
+基础伤害: %d
+护甲值: %d
+所有抗性: %d]])
 t([[summon a resilient tentacle up to %d spaces away for %d turns.  Each turn the tentacle will strike a random enemy in range 3 dealing physical damage and attempting to pin them.
 
 %s]], [[在最多%d范围内召唤一只强韧的触手,持续%d回合。在每个汇合力,触手会打击范围3码内的随机敌人,造成物理伤害,并尝试定身它们。
@@ -11796,6 +12478,7 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A lashing tentacle.", "扭来扭曲的触手。")
 t("#Source# points %s %s at #target#, releasing a writhing tentacle!", "#Source#将%s%s指向#target#, 释放出扭曲的触手!")
+t("Summon", "召唤")
 t("%s activates %s %s!", "%s激活了%s%s!")
 
 
@@ -11841,6 +12524,7 @@ t("warbringer's ", "战争制造者的")
 t("warbringer", "战争制造者")
 t(" of crippling", "残废之")
 t("crippling", "致残")
+t("Cripple the target reducing mind, spell, and combat action speeds by 30%", "致残目标,降低30%攻击、施法和精神速度")
 t(" of evisceration", "开膛之")
 t("evisc", "开膛")
 t("Wound the target dealing #RED#%d#LAST# physical damage across 5 turns and reducing healing by %d%%", "使目标流血,在5回合内造成#RED#%d#LAST#物理伤害,并降低目标治疗系数%d%%")
@@ -11870,6 +12554,10 @@ t(" of paradox", "时空之")
 t("paradox", "时空")
 t("elemental ", "元素的")
 t("elemental", "元素")
+t("fire", "火焰")
+t("cold", "寒冷")
+t("lightning", "闪电")
+t("acid", "酸性")
 t("Create an explosion dealing #VIOLET#%d#LAST# %s damage (1/turn)", "引发元素爆炸,造成#VIOLET#%d#LAST#%s伤害(每回合最多一次)")
 t("plaguebringer's ", "瘟神的")
 t("plague", "瘟疫")
@@ -11897,6 +12585,7 @@ t(" of persecution", "迫害之")
 t("persecution", "迫害")
 t("inquisitor's ", "审判者的")
 t("inquisitors", "审判者")
+t("Deals #YELLOW#%d#LAST# Manaburn damage and puts 1 random spell talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "造成#YELLOW#%d#LAST#法力燃烧伤害,并将1个随机法术技能置入冷却#YELLOW#%d#LAST#回合(须通过混乱免疫)")
 t("#YELLOW#%s has their %s spell disrupted for for %d turns!", "#YELLOW#%s的法术被干扰%d回合!", {1,3})
 t(" of disruption", "干扰之")
 t("disruption", "干扰")
@@ -11912,10 +12601,11 @@ t("thought-forged ", "思维锻造的")
 t("thought", "思维锻造")
 t(" of amnesia", "健忘之")
 t("amnesia", "健忘")
-t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#回合冷却(需通过混乱免疫)")
+t("#LIGHT_GREEN#50%%#LAST# chance to put 1 talent on cooldown for #YELLOW#%d#LAST# turns (checks Confusion immunity)", "#LIGHT_GREEN#50%%#LAST#几率将一个技能打入#YELLOW#%d#LAST#回合冷却(需通过混乱免疫)")
 t("#YELLOW#%s has temporarily forgotten %s for %d turns!", "#YELLOW#%s暂时遗忘了%s,持续%d回合!")
 t(" of torment", "折磨之")
 t("torment", "折磨")
+t("#LIGHT_GREEN#20%#LAST# chance to stun, blind, pin, confuse, or silence the target for 3 turns", "#LIGHT_GREEN#20%#LAST#几率震慑、混乱、沉默、定身或致盲目标3回合")
 
 
 ------------------------------------------------
@@ -12369,10 +13059,13 @@ t("necromancer poem", "死灵法师颂")
 t("A poem written by a... Necromancer?", "一首由……死灵法师?所写的诗歌")
 t("rogues do it from behind", "盗贼在你身后")
 t("A poem written for a rogue?", "一首由盗贼所写的诗歌?")
+t("how to become a necromancer, part %d", "如何成为死灵法师,第%d章")
 t("How to become a powerful Necromancer!", "如何成为强大的死灵法师!")
 t("\"Dust to Dust\", an undead hunter's guide, by Aslabor Borys", "“尘归尘”,不死猎人指南,作者:阿斯拉伯·波利斯")
 t("An undead hunter's guide, by Aslabor Borys.", "不死猎人指南,作者:阿斯拉伯·波利斯")
-t("..", "..")
+t("Rolf", "罗尔夫")
+t("Weisman", "魏斯曼")
+t("letter to %s (%d)", "ç»™%sçš„ä¿¡ (%d)")
 t("A part of the correspondence between two adventurers.", "奇怪的黑色光盘")
 t("of halfling feet", "半身人的脚")
 t("Notes about... Halfling feet??", "有关…半身人的脚??的笔记")
@@ -12587,8 +13280,18 @@ t("transmogrify all the items in your chest at once (also done automatically whe
 t("Make the Transmogrification Chest the default item's destroyer?", "将转化之盒作为默认的物品处理装置吗?")
 t("You do not have any items to transmogrify in your chest or on the floor.", "你的背包内和地板上没有任何需要转化的物品。")
 t("Transmogrify all %s item(s) on the floor?", "转化地上的所有%s个物品?")
-t("Transmogrification Chest", "转化之盒")
 t("Transmogrify all %s item(s) in your chest?", "转化盒子内的所有%s个物品?")
+t([[This chest is an extension of old Sher'Tul places of power. Any items dropped inside is transported to an other place, processed and destroyed to extract energy.
+The byproduct of this effect is the creation of gold, which is useless to process, so it is sent back to you.
+
+When you possess the chest all items you walk upon will automatically be put inside and transmogrified when you leave the level.
+To take an item out, simply go to your inventory to move them out of the chest.
+Items in the chest will not encumber you.]], [[这只宝箱是某个夏图尔古代建筑的延伸,任何扔在里面的物品会被自动传送到那个地方,进行处理并摧毁,从里面提取能量。
+这个过程的副产物是黄金,因为没有用,所以被自动传送给你。
+
+当你有这只箱子时,所有你经过地面上的物品会被自动捡起,并且当你离开地下城时会自动交易成金币。
+如果你想保留物品,只需要从宝箱里把它移到包裹中。在宝箱中的物品不会增加你的负重。]])
+t("Transmogrification Chest", "转化之盒")
 t("You cannot bring yourself to drop the %s", "你无法丢弃 %s")
 t("Bikini", "比基尼")
 t([[Revealing, pink, fun.
@@ -13197,6 +13900,7 @@ t("All your damage is converted and split into light and darkness.", "你造成
 t("shimmering gold shield", "闪耀着金色光芒的盾牌")
 t("Unsetting Sun", "永恒光辉")
 t("When Elmio Panason, captain of the Vanguard, first sought shelter for his shipwrecked crew, he reflected the last rays of the setting sun off his shield.  Where the beam hit they rested and built the settlement that would become the Sunwall.  In the dark days that followed the shield became a symbol of hope for a better future.", "当冲锋队队长艾米奥·帕纳森为他的遇难船员们寻求庇护所的时候,他的盾牌反射着落日的光辉。他们在光辉照耀的地方休息宿营,之后太阳堡垒在那里成立。在随后那些暗无天日的日子里,这面盾牌被人们当做美好未来希望的象征。")
+t("Glows brightly in the light of dawn.", "在黎明下闪耀光芒。")
 t("Scorched Boots", "烧焦的长靴")
 t("pair of blackened boots", "一双熏黑的靴子")
 t("The master blood mage Ru'Khan was the first orc to experiment with the power of the Sher'Tul farportals in the Age of Pyre.  However, that first experiment was not particularly successful, and after the explosion of energy all that could be found of Ru'Khan was a pair of scorched boots.", "血魔导师鲁·克汉是派尔纪第一个使用夏·图尔远程传送门进行试验的兽人。试验不是很成功,能量爆炸后,只剩下了一双烧焦的靴子。")
@@ -13213,8 +13917,10 @@ t("red crystalline sword", "红色的水晶剑")
 t([[This deep red sword weeps blood continuously. It was born in the labs of the orcish corrupter Hurik, who sought to make a crystal that would house his soul after death. But his plans were disrupted by a band of sun paladins, and though most died purging his keep of dread minions, their leader Raasul fought through to Hurik's lab, sword in hand. There the two did battle, blade against blood magic, till both fell to the floor with weeping wounds. The orc with his last strength crawled towards his fashioned phylactery, hoping to save himself, but Raasul saw his plans and struck the crystal with his light-bathed sword. It shattered, and in the sudden impulse of energies the steel, crystal and blood were fused into one.
 Now the broken fragments of Raasul's soul are trapped in this terrible artifact, his mind warped beyond all sanity by decades of imprisonment. Only the taste of blood calls him forth, his soul stealing the lifeblood of others to take on physical form again, that he may thrash and wail against the living.]], [[这把深红色的剑不断的向下滴血。它诞生于兽人堕落者胡里克的实验室。最初,胡里克寻找了一枚水晶来制造他的命匣,但他的计划很快被一群太阳骑士打断,尽管大部分骑士死于不死军团的阻拦,但骑士团团长瑞苏尔却单枪匹马杀入了胡里克的实验室。在那里,两位强者展开了对决,利剑与血魔法你来我往,直到他们都重伤倒地。兽人想拼尽最后一分力气,拿到他的命匣,希望能拯救自己,但是瑞苏尔识破了他的阴谋,将浸满鲜血的利剑掷向了命匣。命匣破碎的瞬间,胡里克的灵魂和利剑以及水晶融为了一体。
 现在,残存的胡里克灵魂被困在了这件可怕的武器中,他的思维因数十年的监禁而扭曲。只有鲜血的味道能引起他的兴奋,他的灵魂在不断的侵蚀他人的血肉,希望有朝一日能够重组自我,摆脱这痛苦的存在形式。]])
+t("15% chance to animate a bleeding foe's blood", "15%几率使处于流血状态的敌人大出血")
 t("A haze of blood, vibrant and pulsing through the air, possessed by a warped and cracked soul. Every now and then a scream or wail of agony garbles through it, telling of the mindless suffering undergone by its possessor.", [[这把深红色的剑不断的向下滴血。它诞生于兽人堕落者胡里克的实验室。最初,胡里克寻找了一枚水晶来制造他的命匣,但他的计划很快被一群太阳骑士打断,尽管大部分骑士死于不死军团的阻拦,但骑士团团长瑞苏尔却单枪匹马杀入了胡里克的实验室。在那里,两位强者展开了对决,利剑与血魔法你来我往,直到他们都重伤倒地。兽人想拼尽最后一分力气,拿到他的命匣,希望能拯救自己,但是瑞苏尔识破了他的阴谋,将浸满鲜血的利剑掷向了命匣。命匣破碎的瞬间,胡里克的灵魂和利剑以及水晶融为了一体。
 现在,残存的胡里克灵魂被困在了这件可怕的武器中,他的思维因数十年的监禁而扭曲。只有鲜血的味道能引起他的兴奋,他的灵魂在不断的侵蚀他人的血肉,希望有朝一日能够重组自我,摆脱这痛苦的存在形式。]])
+t("Summon", "召唤")
 t("#GOLD#As the blade touches %s's spilt blood, the blood rises, animated!", "#GOLD#饮血剑接触到%s喷出的血液,血液开始活化,动了起来!")
 t("#GOLD#%s draws power from the spilt blood!", "#GOLD#%s从分出的血液汲取能量!")
 t("Dawn's Blade", "黎明之刃")
@@ -13223,6 +13929,7 @@ t("Said to have been forged in the earliest days of the Sunwall, this longsword
 t("invoke dawn, inflicting %0.2f light damage in radius %d (based on Magic) and lighting the area within radius %d", "激发黎明的光芒,在半径%d内造成%0.2f光系伤害(基于魔法),并照明%d码。", {2,1,3})
 t("%s raises %s and sends out a burst of light!", "%s举起%s,放出一阵光芒!")
 t("#GOLD#You feel a swell of positive energy!", "#GOLD#你感受到正能量的波动!")
+t("If the sun doesn't set, dawn's power lasts forever.", "如果太阳永不落山,黎明的光辉将永恒。")
 t("#GOLD#As you wield the sword and shield of the Sunwall, you feel the Sun's light radiating from your core.", "#GOLD#当你握住晨曦之门的剑与盾,你感觉到从你身体内部散发出太阳的光辉。")
 t("#GOLD#You feel the Sun's light vanish from within you.", "#GOLD#你感受到太阳的光辉从你的身体里流失了。")
 t("Zemekkys' Broken Hourglass", "伊莫克斯的破沙漏")
@@ -13231,6 +13938,7 @@ t("This small broken hourglass hangs from a thin gold chain.  The glass is crack
 t("Mandible of Ungolmor", "阿格尔莫的上颚")
 t("curved, serrated black dagger", "弯曲的锯齿状黑色匕首")
 t("This obsidian-crafted, curved blade is studded with the deadly fangs of the Ungolmor. It seems to drain light from the world around it.", "这把黑曜石打造的利刃镶嵌有阿格尔莫的致命毒牙。光明在它周围消逝,无尽的黑暗缠绕着它。")
+t("inflicts spydric poison dealing 200 damage over 3 turns and pinning the target", "使目标感染蜘蛛毒素,在3回合内造成200伤害,并定身目标。")
 t("Kinetic Spike", "灵能钉刺")
 t("bladeless hilt", "短刃匕首")
 t("A simple, rudely crafted stone hilt, this object manifests a blade of wavering, nearly invisible force, like a heat haze, as you grasp it. Despite its simple appearance, it is capable of shearing through solid granite, in the hands of those with the necessary mental fortitude to use it properly.", "看似只是简单雕刻过的石柄,然而其前端显现着一道摇晃的刀锋。当你试图去抓住刀锋的时候,你感受到这是一股如热气般无形的力量。尽管外观粗糙,但它在意志足够坚强并且懂得使用它的人手里却可以削铁如泥。")
@@ -13321,7 +14029,7 @@ t("Telos's Staff Crystal", "泰勒斯的法杖水晶")
 t("multi-hued", "混晶石")
 t("A closer look at this pure white crystal reveals that it is really a plethora of colors swirling and scintillating.", "近距离欣赏这颗纯净的白水晶,你会发现很多种颜色在上面盘旋闪耀。")
 t("combine with a staff", "安装至法杖")
-t("You fix the crystal on the %s and create the %s.", "你将水晶安装在 %s ,制造了 %s 。")
+t("You fix the crystal on the %s and create the %s.", "你将水晶安装在%s,制造了%s。")
 t("The fusing fails!", "熔合失败了!")
 t("#CRIMSON#Telos's gem seems to flare and glows an unearthly colour.", "#CRIMSON#泰勒斯的宝石闪耀着,发出非自然的光辉。")
 t("#CRIMSON#The unearthly glow fades away.", "#CRIMSON# 非自然的光芒消退了。")
@@ -13348,22 +14056,25 @@ t("Beautifully detailed with images of King Toknor's defence of Last Hope. Despa
 t("Witch-Bane", "巫师毁灭者")
 t("an ivory handled voratun longsword", "象牙柄沃瑞钽长剑")
 t([[A thin voratun blade with an ivory handle wrapped in purple cloth.  The weapon is nearly as legendary as its former owner, Marcus Dunn, and was thought to have been destroyed after Marcus was slain near the end of the Spellhunt.
-It seems somebody well versed in antimagic could use it to its fullest potential.]], "一把沃瑞钽长剑,象牙的剑柄被紫色的布包裹着。这把兵器的传奇性跟它上一任拥有者玛库斯·丹差不多了,人们都以为这把剑在魔法狩猎末期玛库斯被害的时候被摧毁了。")
+It seems somebody well versed in antimagic could use it to its fullest potential.]], [[一把沃瑞钽长剑,象牙的剑柄被紫色的布包裹着。这把兵器的传奇性跟它上一任拥有者玛库斯·丹差不多了,人们都以为这把剑在魔法狩猎末期玛库斯被害的时候被摧毁了。
+据说只有将全身心奉献给反魔法事业的人才能充分发挥它的力量。]])
 t("#LIGHT_BLUE#You feel a great hero watching over you!", "#LIGHT_BLUE#你感到有位伟大的英雄正在注视着你!")
 t("Staff of Arcane Supremacy", "至尊法杖")
 t("silver-runed staff", "银色符文法杖")
 t([[A long slender staff, made of ancient dragon-bone, with runes emblazoned all over its surface in bright silver.
 It hums faintly, as if great power is locked within, yet alone it seems incomplete.]], "一根又细又长的法杖,由远古龙骨制成,它通体铭刻着银色的符文。它会发出微弱的嗡嗡声,似乎有一股强大的力量被锁在了里面,整体来看,它似乎是不完整的。")
+t("A true understanding of the arcane is needed to release its full power.", "只有理解奥术才能完全使用它的力量。")
 t("#STEEL_BLUE#You feel a swell of arcane energy.", "#STEEL_BLUE#你感受到一股奥术能量在膨胀。")
 t("Hat of Arcane Understanding", "奥术理解之帽")
 t("silver-runed hat", "银色符文帽子")
 t([[A traditional pointed wizard's hat, made of fine purple elven-silk and decorated with bright silver runes. You sense it has been passed from ancient times, and has been born on the heads of great mages.
 Touching the cloth you feel a sense of knowledge and power from bygone ages, yet it is partly sealed away, waiting for a trigger to release it.]], "一只传统巫师的尖帽子,由紫色的精灵丝绸制成,上面还有亮银色的装饰物。你意识到它来自远古时代,一个拥有众多伟大法师的时代。通过触摸你可以感受到远古的知识和能量,但仍有一部分被密封着,等待有缘人来释放它。")
+t("Only supremacy of the arcane can release its full power.", "只有奥术至尊才能完全发挥它的力量。")
 t("#STEEL_BLUE#The arcane energies surrounding you dissipate.", "#STEEL_BLUE#围绕着你的奥术能量消退了。")
 t("Mirror Shards", "镜影碎片")
 t("mirror lined chain", "镶有锁链的镜片")
 t("Said to have been created by a powerful mage after his home was destroyed by a mob following the Spellblaze. Though he fled, his possessions were crushed, burned, and smashed. When he returned to the ruins, he made this amulet from the remains of his shattered mirror.", "据说是由一位强大的魔法师在他的家园被猎魔行动的暴民摧毁后制造。虽然他逃脱了追捕,但是他的财产都被破坏和烧毁殆尽。当他回去时,发现家里已成废墟,墙上的斑驳和地上的碎片说明了这里曾遭到怎样的劫难。最终,他捡起了其中一块镜子残片,将其做成了这副项链。")
-t("create a reflective shield (50%% reflection rate, %d strength, based on Magic) for 5 turns", "制造反射护盾(50%%反射率, %d 吸收量,基于魔法)持续5回合。")
+t("create a reflective shield (50%% reflection rate, %d strength, based on Magic) for 5 turns", "制造反射护盾(50%%反射率,%d 吸收量,基于魔法)持续5回合。")
 t("%s activates %s, forging a reflective barrier!", "%s激活了%,制造了一层反射护盾!")
 t("Destala's Scales", "德斯塔拉之鳞片")
 t("green dragon-scale cloak", "绿色的龙鳞斗篷")
@@ -13374,6 +14085,7 @@ t("This jagged crystal glows with an unnatural light. A strap of cloth is wrappe
 t("Mercy", "慈悲")
 t("wickedly sharp dagger", "异常尖锐的匕首")
 t("This dagger was used by a nameless healer during the Age of Dusk. The plagues that ravaged his town were beyond the ability of mortal man to treat, so he took to using his dagger to as an act of mercy when faced with hopeless patients. Despite his good intentions, it is now cursed with dark power, letting it kill in a single stroke against those already weakened.", "这柄匕首曾被黄昏纪一名无名的医生使用。瘟疫袭击了城镇,而医者终究是凡人,他只能用这柄匕首结束那些绝望的病人的痛苦。尽管初衷是好的,这柄匕首现在已经被黑暗力量污染,用它伤害虚弱的敌人威力更大。")
+t("deals 60 physical damage increased by 1% for each 1% life the target has lost", "造成60物理伤害。敌人每失去1%生命值,伤害增加1%。")
 t("Thalore-Wood Cuirass", "精灵木胸甲")
 t("thick wooden plate armour", "厚木板甲")
 t("Expertly hewn from the bark of trees, this wooden armor provides excellent protection at a low weight.", "由树皮制成,做工相当精巧,重量很轻,却能提供很好的防护。")
@@ -13398,6 +14110,7 @@ t("This unique-looking staff is carved with runes of destruction.", "这个品
 t("Vargh Redemption", "瓦尔弗的救赎")
 t("sea-blue ring", "海蓝色的戒指")
 t("This azure ring seems to be always moist to the touch.", "这个海蓝色的戒指看上去总是水汪汪的。")
+t("summon a radius %d tidal wave that expands slowly over %d turns, dealing %0.2f cold and %0.2f physical damage (based on Willpower) each turn, knocking opponents back, and lowering their stun resistance", "召唤缓慢扩张的半径 %d 的潮汐,持续 %d 回合,每回合造成 %0.2f 寒冷和 %0.2f 物理伤害,击退敌人,并降低他们的震慑抗性。")
 t("%s brandishes %s, calling forth the might of the oceans!", "%s挥舞着%s,召唤了海洋的力量!")
 t("Ring of the Dead", "亡者之戒")
 t("dull black ring", "黯淡的戒指")
@@ -13416,6 +14129,7 @@ t("You can feel this strange metallic hand wriggling around, it feels as if spac
 t("Garkul's Teeth", "加库尔的牙齿")
 t("a necklace made of teeth", "一个用牙齿串成的项链")
 t("Hundreds of humanoid teeth have been strung together on multiple strands of thin leather, creating this tribal necklace.  One would have to assume that these are not the teeth of Garkul the Devourer but rather the teeth of Garkul's many meals.", "数以百计的人类牙齿被串在用多股皮革结成的绳索上,组成了这个部落项链。那些牙齿并非吞噬者加库尔自己的,而是来自于加库尔的食物。")
+t("Another of Garkul's heirlooms would bring out his spirit.", "另一件加库尔的遗物将唤醒他的英灵。")
 t("#CRIMSON#As you wear both Garkul's heirlooms you can feel the mighty warrior's spirit flowing through you.", "#CRIMSON#当你穿上整套加库尔的遗物时,你感受到战士的精神流淌在你的身上。")
 t("#CRIMSON#The spirit of Garkul fades away.", "#CRIMSON#加库尔的精神消失了。")
 t("Summertide Phial", "夏日之殇")
@@ -13457,12 +14171,13 @@ t("Black Mesh", "黑暗之网")
 t("pile of tendrils", "一堆卷须")
 t("Black, interwoven tendrils form this mesh that can be used as a shield. It reacts visibly to your touch, clinging to your arm and engulfing it in a warm, black mass.", "盾牌由许多黑色的触须交织而成。当你触摸它时,你可以感受它非常明显的反应,它缠绕住你的手臂并将其包裹在一团黑色而温暖的物质中。")
 t("Up to once per turn, pull an attacker up to 15 spaces away into melee range, pinning and asphyxiating it", "每回合一次,将15格内一名攻击者拉到身边,定身并使其窒息。")
-t("#ORCHID#Black tendrils from #Source# grab #Target#!", "#ORCHID#黑暗触须从#Source#处伸出,抓住了 #Target#!")
+t("#ORCHID#Black tendrils from #Source# grab #Target#!", "#ORCHID#黑暗触须从#Source#处伸出,抓住了#Target#!")
 t("#ORCHID##Source#'s tendrils pull #Target# in!", "#ORCHID##Source#的触须将#Target#拉近自己!")
-t("#ORCHID#%s resists the tendrils' pull!", "#ORCHID#%s 抵抗了触须的抓取!")
+t("#ORCHID#%s resists the tendrils' pull!", "#ORCHID#%s抵抗了触须的抓取!")
 t("Rogue Plight", "刺客契约")
 t("blackened leather armour", "破烂的轻皮护甲")
 t("No rogue blades shall incapacitate the wearer of this armour.", "盗贼之刃将不能加于装备者之身。")
+t("Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns.", "每4回合将一项流血、毒素或伤口效果转移给效果来源或者附近的敌人")
 t("#CRIMSON#Rogue Plight transfers an effect to its source!", "#CRIMSON#刺客契约将一项效果转移给其来源!")
 t("#CRIMSON#Rogue Plight transfers an effect to a nearby enemy!", "#CRIMSON#刺客契约将一项效果转移给周围敌人!")
 t("egg", "蛋")
@@ -13478,11 +14193,13 @@ t("#LIGHT_BLUE#The legacy of Dwarven Emperors grants you their wisdom.", "#LIGHT
 t("Silent Blade", "静寂之刃")
 t("shining dagger", "光辉的匕首")
 t("A thin, dark dagger that seems to meld seamlessly into the shadows.", "一把锋利,阴暗,完全融入了阴影中的匕首。")
+t("Enter stealth for 3 turns.", "进入潜行3回合。")
 t("Moon", "月")
 t("crescent blade", "月牙形匕首")
 t("A viciously curved blade that a folk story says is made from a material that originates from the moon.  Devouring the light around it, it fades.", "一把弧形的匕首,传说是用取自月亮的材料打造的。它吞噬了周围的光芒,显得黯淡。")
 t("Deal 200%% of your Cunning as Darkness damage (%d).", "造成相当于你200%%灵巧值的暗影伤害(%d)。")
 t("Deal %d Darkness damage.", "造成%d暗影伤害。")
+t("The moon shines alone in a starless sky.", "没有星星的天空里,月亮显得非常孤单。")
 t("#ANTIQUE_WHITE#The two blades glow brightly as they are brought close together.", "#ANTIQUE_WHITE#两把利刃互相靠近时发出耀眼的闪光。")
 t("#ANTIQUE_WHITE#The light from the two blades fades as they are separated.", "#ANTIQUE_WHITE#两把利刃分开时耀眼的闪光消失了。")
 t("Star", "星")
@@ -13490,6 +14207,7 @@ t("jagged blade", "锯齿短刃")
 t("Legend tells of a blade, shining bright as a star. Forged from a material fallen from the skies, it glows.", "传说之刃,闪耀如星。由取自陨石的材料锻造而成,它散发着光芒。")
 t("Deal 200%% of your Dexterity as Light damage (%d).", "造成相当于你200%%敏捷值的光系伤害(%d)。")
 t("Deal %d Light damage.", "造成%d光系伤害。")
+t("The star shines alone in a moonless sky.", "没有月亮的天空里,星星显得非常孤单。")
 t("Ring of the War Master", "战争领主之戒")
 t("blade-edged ring", "边缘锋利的戒指")
 t("A blade-edged ring that radiates power. As you put it on, strange thoughts of pain and destruction come to your mind.", "散发能量、边缘开刃的戒指。当你戴上它时,陌生的痛苦念头和毁灭的情景涌入你脑海。")
@@ -13499,6 +14217,7 @@ t("A huge greatmaul of incredible weight. Wielding it, you feel utterly unstoppa
 t("Crooked Club", "畸形棒槌")
 t("weird club", "不可思议的棍子")
 t("An oddly twisted club with a hefty weight on the end. There's something very strange about it.", "诡异扭曲的棒槌,尾部异常沉重。")
+t("Reduce targets accuracy and powers by 5 (stacks 5 times)", "降低目标命中和强度5,可叠加5次。")
 t("Spider-Silk Robe of Spydrë", "斯派德的蛛丝礼服")
 t("spider-silk robe", "蛛丝礼服")
 t("This set of robes is made wholly of spider silk. It looks outlandish and some sages think it came from another world, probably through a farportal.", "这套礼服完全用蛛丝制成。它看起来充满异国风情,一些智者推测它来自另一个世界,很可能穿越过时空之门。")
@@ -13507,6 +14226,7 @@ t("Huh?", "唔?")
 t("Dragon-helm of Kroltar", "库洛塔的龙盔")
 t("dragon-helm", "龙盔")
 t("A visored steel helm, embossed and embellished with gold, that bears as its crest the head of Kroltar, the greatest of the fire drakes.", "一个装饰着黄金浮雕的钢铁全盔。库洛塔的头盔上昂立着最伟大的喷火龙作为装饰。")
+t("Kroltar's power resides in his scales.", "库洛塔的力量隐藏在他的鳞片里。")
 t("#GOLD#As the helm of Kroltar approaches the your scale armour, they begin to fume and emit fire.", "#GOLD#当库洛塔的头盔和鳞甲接触时,他们开始冒烟喷火了")
 t("#GOLD#The fumes and fire fade away.", "#GOLD#烟和火消失了")
 t("Crown of Command", "领袖的皇冠")
@@ -13525,9 +14245,11 @@ t("The legendary hammer of the Dwarven master smiths. For ages it was used to fo
 t("Snow Giant Wraps", "冰霜巨人护手")
 t("fur-lined leather wraps", "毛衬里的皮护手")
 t("Two large pieces of leather designed to be wrapped about the hands and the forearms.  This particular pair of wraps has been enchanted, imparting the wearer with great strength.", "两大块皮革被设计成包裹手和前臂。这副独特的护手经过了附魔,可给予穿戴者巨大的力量。")
+t("This would be great with a mighty matching belt.", "如果有一条相衬的腰带就好了。")
 t("Mighty Girdle", "巨人腰带")
 t("massive, stained girdle", "结实而肮脏的腰带")
 t("This girdle is enchanted with mighty wards against expanding girth. Whatever the source of its wondrous strength, it will prove of great aid in the transport of awkward burdens.", "这条腰带被赋予了神秘的魔力来对抗膨胀的腰围。不管它蕴含着的是何种力量,它总是能在你负重不足时助你一臂之力。")
+t("Some giant wraps would make you feel great.", "如果有一对大些的手套就好了。")
 t("#GOLD#You grow to immense size!", "#GOLD#你身躯巨大化!")
 t("#LIGHT_BLUE#You feel a lot smaller...", "#LIGHT_BLUE#你感觉变小了……")
 t("Serpentine Cloak", "蛇纹斗篷")
@@ -13548,10 +14270,12 @@ t("A plain elven-silk robe. It would be unremarkable if not for the sheer power
 t("Temporal Augmentation Robe - Designed In-Style", "时空增益·引领时尚")
 t("stylish robe with a scarf", "有领带的时髦长袍")
 t("Designed by a slightly quirky Paradox Mage, this robe always appears to be stylish in any time the user finds him, her, or itself in. Crafted to aid Paradox Mages through their adventures, this robe is of great help to those that understand what a wibbly-wobbly, timey-wimey mess time actually is. Curiously, as a result of a particularly prolonged battle involving its fourth wearer, the robe appends a very long, multi-coloured scarf to its present wearers.", "被有些古怪的时空法师设计出来,无论穿戴者在哪个时代,这袍子都显得格外时髦。它为协助时空法师冒险而制作。这件法袍对掌握时间多样性的人来说有着巨大的作用。有趣的是,由于它第四任主人参与了一场相当漫长的战斗,长袍上附带了一条很长的幻彩领带。")
+t("Oddly it never produces a hat.", "奇怪的是,它没有一顶帽子。")
 t("Un'fezan's Cap", "Un'fezan之帽")
 t("red stylish hat", "时尚的红色毡帽")
 t([[This fez once belonged to a traveler; it always seems to be found lying around in odd locations.
 #{italic}#Fezzes are cool.#{normal}#]], "这顶土耳其毡帽曾经属于一位旅行家,他经常在奇怪的地方被人发现。#{italic}#帽子看上去很不错。#{normal}#")
+t("Needs something equally stylish and cool to go with it.", "需要一件同样时尚而炫酷的装备来搭配,")
 t("#STEEL_BLUE#A time vortex briefly appears in front of you.", "#STEEL_BLUE#一个时间漩涡在你面前出现")
 t("crude iron battle axe", "生铁战斧")
 t("Crude Iron Battle Axe of Kroll", "克罗尔的生铁战斧")
@@ -13579,6 +14303,7 @@ t("Blood drips continuously from this fell suit of iron, and dark magics churn a
 t("Scale Mail of Kroltar", "库洛塔的龙鳞甲")
 t("perfectly-wrought suit of dragon scales", "用龙甲完美打造的正装")
 t("A heavy shirt of scale mail constructed from the remains of Kroltar, whose armour was like tenfold shields.", "一件用库洛塔的遗物打造的重甲,她的护甲有盾牌的十倍重。")
+t("Kroltar's head would turn up the heat.", "库洛塔的头会被这热量唤醒。")
 t("Cuirass of the Thronesmen", "钢铁战士胸甲")
 t("heavy dwarven-steel armour", "重型矮人钢护甲")
 t("This heavy dwarven-steel armour was created in the deepest forges of the Iron Throne. While it grants incomparable protection, it demands that you rely only on your own strength.", "这件沉重的矮人钢护甲打造于钢铁王座最深的熔炉。虽然它被赋予了举世无双的防护能力,但你必须得靠自己的力量使用它。")
@@ -13586,9 +14311,11 @@ t("#LIGHT_BLUE#You feel your dwarven power swelling to meet the challenge of thi
 t("Golden Three-Edged Sword 'The Truth'", "金色三棱剑·真理")
 t("three-edged sword", "三棱剑")
 t("The wise ones say that truth is a three-edged sword. And sometimes, the truth hurts.", "有些聪明人说真理是把三刃剑。因为有些时候,“真理”是会伤到人的。")
+t("9% chance to stun or confuse the target", "9% 几率震慑或混乱目标")
 t("Ureslak's Femur", "乌尔斯拉克的大腿")
 t("a strangely colored bone", "染的稀奇古怪的骨头")
 t("A shortened femur of the mighty prismatic dragon Ureslak, this erratic club still resonates with his volatile nature.", "强大的棱晶龙乌尔斯拉克被截断的腿骨,这根奇怪的棍子仍然流动着乌尔斯拉克的天性。")
+t("10% chance to shimmer to a different hue and gain powers", "10% 几率变换不同颜色并且增加强度")
 t("#GOLD#Ureslak's Femur glows and shimmers!", "#GOLD#乌尔斯拉克的大腿发出闪光,改变了颜色!")
 t("Flaming", "火焰")
 t("Frozen", "冰冻")
@@ -13596,11 +14323,14 @@ t("Crackling", "噼啪")
 t("Venomous", "剧毒")
 t("Starry", "群星")
 t("Eldritch", "埃尔德里奇")
+t("What would happen if more of Ureslak's remains were reunited?", "当乌尔斯拉克更多遗物聚集在一起时,会发生什么呢?")
 t("Ureslak's Molted Scales", "乌尔斯拉克之皮")
 t("scaly multi-hued cloak", "多彩鳞甲")
 t("This cloak is fashioned from the scales of some large reptilian creature.  It appears to reflect every color of the rainbow.", "这件长袍用某些大型爬行动物的鳞片制成。它看上去可以反射出彩虹的每种颜色。")
-t("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)", "energ为鳞片充能16回合,让你在受 %s 伤害前增加相应抗性15%%,持续5回合,只对一种伤害生效。")
+t(", or ", " 或 ")
+t("energize the scales for 16 turns, increasing resistance to %s damage by 15%% just before you are damaged. (This effect lasts 5 turns and only works on one type of damage.)", "为鳞片充能16回合,让你在受 %s 伤害前增加相应抗性15%%,持续5回合,只对一种伤害生效。")
 t("%s empowers %s %s!", "%s充能了%s%s!")
+t("It would go well with another part of Ureslak.", "另一件乌尔斯拉克的遗物会增强它的能力。")
 t("#YELLOW_GREEN#An ironic harmony surrounds Ureslak's remains as they reunite.", "#YELLOW_GREEN#乌尔斯拉克的遗物重聚时,和谐力量在此流转。")
 t("#YELLOW_GREEN#Ureslak's remains seem more unsettled.", "#YELLOW_GREEN#乌尔斯拉克的遗物似乎更加不安定了。")
 t("razor sharp war axe", "剃刀战斧")
@@ -13611,11 +14341,15 @@ It is said the wielder will slowly grow mad. This, however, has never been prove
 t("Sword of Potential Futures", "进化之剑")
 t("under-wrought blade", "未完工的剑")
 t("Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the untapped potential of time.", "传说这把长剑是一对兵器中的其中一个;这对兵器打造于时空守卫最初的年代。对于未经训练的持有者来说它还不是那么完善;对于时空守卫来说,它将随着时间展现威力。")
+t("In the past there was a dagger with it.", "过去有柄匕首和它成套")
+t("10% chance to reduce the target's resistances to all damage", "10% 几率降低目标对所有伤害的抗性。")
 t("#CRIMSON#The echoes of time resound as the blades are reunited once more.", "#CRIMSON#当剑重合在一起时出现了时间的回音。")
 t("#CRIMSON#Time seems less perfect in your eyes as the blades are separated.", "#CRIMSON#当剑分开时在你的眼中似乎时空不再完美。")
 t("Dagger of the Past", "历练之匕")
 t("rusted blade", "锈蚀的匕首")
 t("Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the opportunity to learn from the mistakes of the past.", "传说这把匕首是一对兵器中的一个;这对兵器打造于时空守卫最初的年代。对于未经训练的持有者来说它还不是那么完善;对于时空守卫来说,它表示着从以前的失误中吸取教训的机会。")
+t("Potentially it would go with a sword in the future.", "未来可能有把剑和它成套")
+t("10% chance to return the target to a much younger state", "10% 将目标退回到婴儿状态。")
 t("Stone Gauntlets of Harkor'Zun", "哈克祖的岩石臂铠")
 t("dark stone gauntlets", "黑曜石臂铠")
 t("Fashioned in ancient times by cultists of Harkor'Zun, these heavy granite gauntlets were designed to protect the wearer from the wrath of their dark master.", "古时候由哈克祖的狂热崇拜者制作,这副花岗岩臂铠被设计为可以保护穿戴者免于遭受黑暗之主的暴怒。")
@@ -13632,6 +14366,7 @@ t("This strange orange quiver is made of brass and etched with many bright red r
 t("Quiver of Domination", "统御箭袋")
 t("grey quiver", "灰色的箭袋")
 t("Powerful telepathic forces emanate from the arrows of this quiver. The tips appear dull, but touching them causes you intense pain.", "箭袋中的箭矢中散发出一股强大的意念力,尖端虽然看上去不锋利,但是当你触摸时却让你感到剧烈的疼痛。")
+t("dominate the target", "支配目标")
 t("Blightstopper", "枯萎终结者")
 t("vine coated shield", "藤蔓覆盖的盾牌")
 t("This voratun shield, coated with thick vines, was imbued with nature's power long ago by the Halfling General Almadar Riul, who used it to stave off the magic and diseases of orcish corruptors during the peak of the Pyre Wars.", "这块沃瑞坦盾牌表面被厚实的藤蔓所缠绕,其中注入了许多年前的半身人将军阿尔曼达·鲁伊尔的自然力量,他在派尔之战中用这个盾牌驱散了兽人堕落者的魔法疫病。")
@@ -13642,6 +14377,7 @@ t("#DARK_GREEN#You feel nature's power protecting you!", "#DARK_GREEN#你感到
 t("Star Shot", "星辰弹")
 t("blazing shot", "闪光的弹药")
 t("Intense heat radiates from this powerful shot.", "子弹中放射出极高的热量。")
+t("sets off a powerful explosion", "产生一次猛烈的爆炸")
 t("Nexus of the Way", "维网之核")
 t("brilliant green mindstar", "闪耀的绿色灵晶")
 t("The vast psionic force of the Way reverberates through this gemstone. With a single touch, you can sense overwhelming power, and hear countless thoughts.", "巨大的意念力在这颗宝石之中回响,仅仅轻触就可以让你获得无穷的力量和无限的思维。")
@@ -13678,6 +14414,7 @@ t("This helmet radiates a dark power. Its visor seems to twist and corrupt the v
 t("Umbral Razor", "影之刃")
 t("shadowy dagger", "黝黑的匕首")
 t("This dagger seems to be formed of pure shadows, with a strange miasma surrounding it.", "这只匕首覆盖着一层纯净的阴影,并且似乎有一团瘴气围绕着它。")
+t("20% chance to make the target bleed shadows. You heal for 15 whenever you hit an enemy bleeding shadows.", "有20%的几率让目标幻影流血。你击中幻影流血的目标时,恢复15生命值。")
 t("%s resists the shadowy cut", "%s抵抗了阴影切割")
 t("Emblem of Evasion", "闪避徽记")
 t("gold coated emblem", "镶金的纹饰腰带")
@@ -13688,16 +14425,19 @@ t("This tightly strung bow appears to have been crafted by someone of considerab
 t("Frozen Shards", "冰极碎")
 t("pouch of crystallized ice", "一袋水晶质的冰弹")
 t("In this dark blue pouch lie several small orbs of ice. A strange vapour surrounds them, and touching them chills you to the bone.", "在这个深蓝色的袋子里,躺着许多冰晶弹。一团奇异的冰雾环绕着它们,当你触摸它们时,你感到刺骨的凉意。")
+t("bursts into an icy cloud", "爆炸成一片冰雾")
 t("electrified whip", "缠绕着电弧的鞭子")
 t("Stormlash", "风暴之鞭")
 t("This steel plated whip arcs with intense electricity. The force feels uncontrollable, explosive, powerful.", "这根钢质的鞭子缠绕着许多电弧。你可以感受这根鞭子上散发出的力量强大且不可控制。")
+t("Focus the lightning forces on an enemy", "将雷霆的力量释放在敌人身上")
 t("The storm is on your side !", "风暴协助了你!")
 t("The storm betrayed you...", "风暴背叛了你…")
 t("strike an enemy within range %d (for 100%% weapon damage as lightning) and release a radius %d burst of electricity dealing %0.2f to %0.2f lightning damage (based on Magic and Dexterity)", "攻击距离 %d 内的敌人,造成 100%% 闪电武器伤害并在半径 %d 内释放电弧,造成 %0.2f 到 %0.2f 点闪电伤害 (基于魔法和敏捷)")
-t("#Source# strikes #Target# with %s %s, sending out an arc of lightning!", "#Source#用%s%s攻击了 #Target#,触发一阵电弧!")
+t("#Source# strikes #Target# with %s %s, sending out an arc of lightning!", "#Source#用%s%s攻击了#Target#,触发一阵电弧!")
 t("gemmed whip handle", "镶有宝石的柄")
 t("Focus Whip", "聚灵鞭")
 t("A small mindstar rests at top of this handle. As you touch it, a translucent cord appears, flicking with your will.", "这只手柄上镶有一颗小小的灵晶。当你触摸它时,一根半透明的绳子浮现在你面前,并随着你的意志闪烁。")
+t("Try to fry your enemies brain (25% chance to brainlock)", "试图封锁敌人的大脑(25%几率锁脑)")
 t("strike all targets in a line (for 100%% weapon damage as mind) out to range 4", [[打击一条长度为4码的直线上的所有目标,
 造成相当于100%%武器伤害的精神伤害。]])
 t("#Source# manifests a psychic assult with %s %s!", "#Source#使用%s%s发动心灵攻击!")
@@ -13717,11 +14457,16 @@ t("A thick venom drips from this mindstar.", "凝厚的毒液不断地从这个
 t("Corpathus", "束缚之剑·卡帕萨斯")
 t("bound sword", "被束缚的长剑")
 t("Thick straps encircle this blade. Jagged edges like teeth travel down the blade, bisecting it. It fights to overcome the straps, but lacks the strength.", "这把剑被厚重的带所束缚。两排锯齿状的锋刃沿着剑身直到剑柄,它试图挣脱带子的束缚,但似乎缺乏足够的力量。")
+t("grows dramatically in power", "大幅增加强度")
+t("grows in power", "增加强度")
 t("Corpathus bursts open, unleashing a horrific mass!", "卡帕萨斯脱离束缚,放出了一团恐怖的物质!!")
 t("This mass of putrid slime burst from Corpathus, and seems quite hungry.", "这团腐烂的黏液从卡帕萨斯中放出,它现在十分饥饿。")
+t("Vilespawn", "邪恶子嗣")
 t("Anmalice", "扭曲之刃·圣灵之眼")
 t("twisted blade", "扭曲的利刃")
 t("The eye on the hilt of this blade seems to glare at you, piercing your soul and mind. Tentacles surround the hilt, latching onto your hand.", "剑柄上的眼睛似乎直视着你,试图撕裂你的灵魂。剑柄上环绕的触手可以使其很好的固定在你手上。")
+t("torments the target with many mental effects", "对目标附加多种精神状态")
+t("reduces mental save penalty", "降低精神豁免惩罚")
 t("Anmalice focuses its mind-piercing eye on #Target#!", "扭曲之刃·圣灵之眼将它穿透灵魂的目光集中在了 #Target# 上!")
 t("#CRIMSON#The tentacles release your arm, sated.", "#CRIMSON#触手厌烦地释放了你的手臂。")
 t("#CRIMSON#As you tear the tentacles from your arm, horrible images enter your mind!", "#CRIMSON#当你将触手从手臂上扯下,可怕的景象进入了你的大脑!")
@@ -13730,14 +14475,16 @@ t("Morrigor", "摄魂剑·莫瑞格")
 t("jagged, segmented, sword", "锯齿状的剑")
 t("This heavy, ridged blade emanates magical power, yet as you grasp the handle an icy chill runs its course through your spine. You feel the disembodied presence of all those slain by it. In unison, they demand company.", "这把沉重的,有着锯齿状刀刃的长剑正在向外散发强大的魔法波动,当你握住剑时,一阵寒意从剑柄传来,直刺灵魂。你仿佛感觉到了葬身剑下的亡灵,他们渴望着更多同伴的到来。")
 t("deal %0.2f arcane and %0.2f darkness damage (based on Magic) in a radius 1 around the target", "在目标周围1码范围内,造成%0.2f奥术和%0.2f暗影伤害(基于魔法)")
-t("@Source@ taps the #SALMON#trapped soul#LAST# of %s, xmanifesting %s!", "@Source@ 放出了%s#SALMON#被束缚的灵魂#LAST#,模仿了%s!")
+t("swallows the victim's soul, gaining a new power", "吞噬目标的灵魂,获得新的能力。")
+t("@Source@ taps the #SALMON#trapped soul#LAST# of %s, xmanifesting %s!", "@Source@放出了%s#SALMON#被束缚的灵魂#LAST#,模仿了%s!")
 t("%s's %s #SALMON#CONSUMES THE SOUL#LAST# of %s, gaining the power of %s!", "%s的%s #SALMON#消耗了#LAST#%s#SALMON#的灵魂#LAST#,获得了%s的能力!")
 t("Hydra's Bite", "三头龙之牙")
 t("triple headed flail", "有三个头的连枷")
 t("This three-headed stralite flail strikes with the power of a hydra. With each attack it lashes out, hitting everyone around you.", "这把三头的蓝锆石连枷,使用的是一只三头龙的力量。它的攻击可以伤害到周围的所有敌人。")
+t("hit up to two adjacent enemies", "攻击目标相邻的2个单位")
 t(" and %s", "和 %s")
 t("#Source#'s three headed flail lashes at #Target#%s!", "#Source#使用三头连枷打击#Target#%s!")
-t("#Source#'s three headed flail lashes at #Target#!", "#Source# 的三头连枷扫过了 #Target# !")
+t("#Source#'s three headed flail lashes at #Target#!", "#Source#的三头连枷扫过了 #Target# !")
 t("Spellhunt Remnants", "魔法狩猎遗物")
 t("heavily corroded voratun gauntlets", "严重破损的沃瑞钽臂铠")
 t("These once brilliant voratun gauntlets have fallen into a deep decay. Originally used in the spellhunt, they were often used to destroy arcane artifacts, curing the world of their influence.", "你从这副锈迹斑斑的臂铠上勉强能看出其曾经的辉煌。它起源于魔法狩猎时期,用于摧毁奥术类装备,以惩罚法师们对这个世界的暴行。")
@@ -13754,14 +14501,17 @@ t("These brilliant voratun gauntlets shine with an almost otherworldly glow. Ori
 t("attempt to destroy all magic effects and sustains on creatures in a radius %d cone (unnatural creatures are additionally dealt %0.2f arcane damage and stunned)", "在半径%d码弧形区域摧毁生物身上的所有魔法效果和魔法持续技能(非自然生物还会额外受到%0.2f奥术伤害并被震慑)")
 t("%s unleashes antimagic forces from %s %s!", "%s从%s%s中放出反魔法力量!")
 t("%s's animating magic is disrupted by the burst of power!", "%s的魔法被强大的反魔法力量干扰了!")
+t("destroy an arcane item (of a higher tier than the gauntlets)", "摧毁一件奥术装备(比臂铠材质级别高)")
 t("#LIGHT_RED#You can not do that with a tinker attached. Remove it first.", "#LIGHT_RED#当有配件附着时,你不能这么做。先移除配件。")
+t("Destroy which item?", "摧毁哪一件物品?")
 t("You crush the %s, and the gloves take on an illustrious shine!", "你摧毁了%s,手套开始发光!")
 t("Merkul's Second Eye", "米库尔的第二只眼")
 t("sleek stringed bow", "丝弦光滑的弓")
 t("This bow is said to have been the tool of an infamous dwarven spy. Rumours say it allowed him to \"steal\" the eyes of his enemies. Adversaries struck were left alive, only to unknowingly divulge their secrets to his unwavering sight.", "这把弓据说属于一位臭名昭著的矮人间谍。更有传言称,这把弓能帮助他利用所有敌人的眼睛。被射中的敌人虽然不会丧命,但却没有意识到自己的眼睛已经把周围的秘密全都泄漏给了他。")
-t("Summertide", "夏夜")
+t("Summertide", "夏殇")
 t("shining gold shield", "闪光的金色盾牌")
 t("A bright light shines from the center of this shield. Holding it clears your mind.", "从这面盾牌的中心放射出耀眼的光芒,当你紧握这面盾牌时,你的思维变得清晰。")
+t("releases a burst of light", "发出一股光芒")
 t("send out a range %d beam, lighting its path and dealing %0.2f to %0.2f light damage (based on Willpower and Cunning)", "发射长度 %d 的射线,照亮路径,并造成 %0.2f 到 %0.2f 点光系伤害(基于意志和灵巧)")
 t("%s's %s flashes!", "%s的%s 闪光了!")
 t("Wanderer's Rest", "旅者的休憩")
@@ -13792,6 +14542,7 @@ t("An endless supply of arrows lay within this deep black quiver. Tiny white lig
 t("Hornet Stingers", "黄蜂尾钉")
 t("sting tipped arrows", "镶着尖刺的箭矢")
 t("A vile poison drips from the tips of these arrows.", "箭矢的尖端滴落着剧毒。")
+t("afflicts the target with a poison dealing 20 damage per turn and causing actions to fail 20% of the time for 6 turns", "使目标中毒,每回合造成20伤害,使用技能有20%几率失败,持续6回合。")
 t("Umbraphage", "安布瑞吉·暗影吞噬者")
 t("deep black lantern", "深黑色的灯笼")
 t("This lantern of pale white crystal holds a sphere of darkness, that yet emanates light. Everywhere it shines, darkness vanishes entirely.", "这个灰白色水晶制成的灯笼周围笼罩着一片黑暗,但是它仍放射着光芒。光之所在,黑暗尽除。")
@@ -13824,19 +14575,22 @@ t("thick coral plate", "厚重的珊瑚板甲")
 t("Coral Spray", "云雾珊瑚")
 t("A chunk of jagged coral, dredged from the ocean.", "用大块的珊瑚制成,源自大海深处。")
 t("30% chance to spray freezing water (radius 4 cone) at the target.", "30% 几率朝目标喷射4格锥形冰冷的水流。")
-t("A wave of icy water sprays out from #Source# towards #Target#!", "一束冰冷的水流从 #Source# 处喷射出来冲向 #Target# !")
+t("A wave of icy water sprays out from #Source# towards #Target#!", "一束冰冷的水流从#Source#处喷向#Target#!")
 t("Shard of Insanity", "狂乱碎片")
 t("cracked black amulet", "损坏的黑色项链")
 t("A deep red light glows from within this damaged amulet of black stone. When you touch it, you can hear voices whispering within your mind.", "从这条损坏的黑色项链上放出暗红色的光亮,当你触摸它时,你能听到脑海里的窃窃私语。")
 t("Pouch of the Subconscious", "欲望之核")
 t("familiar pouch", "常见的弹药袋")
 t("You find yourself constantly fighting an urge to handle this strange pouch of shot.", "你情不自禁的想使用这袋弹药。")
+t("50% chance to reload 1 ammo", "50% 几率装填1发弹药")
 t("Wind Worn Shot", "风化弹")
 t("perfectly smooth shot", "极其光滑的弹药")
 t("These perfectly white spheres appear to have been worn down by years of exposure to strong winds.", "这些白色的弹丸似乎饱经风霜。")
+t("35% chance for lightning to arc to a second target", "35% 几率闪电连锁至下一个目标")
 t("Spellcrusher", "奥术摧毁者")
 t("vine coated hammer", "藤蔓覆盖的锤子")
 t("This large steel greatmaul has thick vines wrapped around the handle.", "这柄巨大的铁制巨锤,其手柄上覆盖着一层厚厚的藤蔓。")
+t("50% chance to shatter magical shields", "50%几率打破魔法护盾")
 t("%s's magical shields are shattered!", "%s的魔法护盾碎裂了!")
 t("#DARK_GREEN#You feel a great power rise within you!", "#DARK_GREEN#你感到体内涌现出一股强大的力量!")
 t("Telekinetic Core", "念力之核")
@@ -13861,6 +14615,7 @@ t("tree shaped totem", "树状的图腾")
 t("This small tree-shaped totem is imbued with powerful healing energies.", "你能在这根小巧的树状图腾上感受到强大的治愈能量。")
 t("Heals all nearby living creatures by 5 points each turn.", "治疗周围的生物,每回合恢复5点。")
 t("#CRIMSON# A powerful healing aura appears around you as you equip the %s.", "#CRIMSON#当你装备%s后,强大的治疗光环在你身边出现。")
+t("take root increasing health by 300, armor by 20, and armor hardiness by 20%% but rooting you in place for 4 turns", "扎根,增加300点生命、20点护甲和20%%护甲硬度,但不能移动,持续4回合。")
 t("%s merges with %s %s!", "%s与%s%s合并!")
 t("Ring of Growth", "生命之戒")
 t("This small wooden ring has a single green stem wrapped around it. Thin leaves still seem to be growing from it.", "这枚小巧的戒指上缠绕着一根藤蔓,藤蔓似乎仍然在不断的吐出新叶。")
@@ -13881,7 +14636,9 @@ t("Eternity's Counter", "永恒沙漏")
 t("crystalline hourglass", "水晶沙漏")
 t("This hourglass of otherworldly crystal appears to be filled with countless tiny gemstones in place of sand. As they fall, you feel the flow of time change around you.", "这只漂亮的沙漏里装载着数以千计的宝石,用以代替沙子。当它们落下时,你能够感受到时间的变化。")
 t("Offers either offensive or defensive benefits, depending on the position of the sands.  Switching the direction of flow takes no time.", "根据沙的位置在进攻增益和防守增益间切换。切换沙的流向不消耗时间。")
+t("entropy", "熵")
 t("flip the hourglass (sands currently flowing towards %s)", "翻转沙漏(沙子目前流向%s)")
+t("stability", "稳定")
 t("%s flips %s %s over...", "%s翻转了%s%s…")
 t("#GOLD#The sands slowly begin falling towards %s.", "#GOLD#沙子慢慢流向%s.")
 t("#GOLD#As the final sands drop into place, you feel a surge of power.", "#GOLD#当最后一粒沙子落下,你感觉到一股力量。")
@@ -13910,6 +14667,7 @@ t("This powerful sling is said to have belonged to a warrior so strong his shots
 t("The Titan's Quiver", "泰坦之箭")
 t("gigantic ceramic arrows", "巨型陶制箭矢")
 t("These massive arrows are honed to a vicious sharpness, and appear to be nearly unbreakable. They seem more like spikes than any arrow you've ever seen.", "巨大而尖锐的箭矢,不,与其说是箭,不如说是长钉。")
+t("pin the target to the nearest wall", "将目标钉在最近的墙上")
 t("%s is knocked back and pinned!", "%s被击退并定身!")
 t("Inertial Twine", "惯性编织之戒")
 t("This double-helical ring seems resistant to attempts to move it. Wearing it seems to extend this property to your entire body.", "双螺旋状的戒指,很难将它移动,戴上它后似乎可以将其力量延展到整个身体。")
@@ -13923,6 +14681,7 @@ t("This tall staff is tipped with a pitch black sphere that yet seems to give of
 t("gore stained battleaxe", "血迹斑斑的战斧")
 t("Eksatin's Ultimatum", "阿克萨丁的最后通牒")
 t("This gore-stained battleaxe was once used by an infamously sadistic king, who took the time to personally perform each and every execution he ordered. He kept a vault of every head he ever removed, each and every one of them carefully preserved. When he was overthrown, his own head was added as the centrepiece of the vault, which was maintained as a testament to his cruelty.", "这把被血液浸满的战斧曾被一位不知名的虐待成性的国王使用,他用这把斧头亲自执行了不少死刑。国王有一个房间专门用来收藏他杀死的人的头骨,每一个都完好的保存者。当国王被推翻时,他自己的头颅也进入了这间房子,作为他暴行的证据而保存。")
+t("decapitate a weakened target", "将虚弱的敌人斩首")
 t("#RED#%s#GOLD# has been decapitated!#LAST#", "#RED#%s#GOLD#被斩首了!#LAST#")
 t("Radiance", "光辉")
 t("a sparkling, golden cloak", "闪耀光辉的金色斗篷")
@@ -13971,6 +14730,7 @@ t("eerie black dagger", "怪异的黑色匕首")
 t([[Countless mages have fallen victim to the sharp sting of this blade, betrayed by those among them with greed for ever greater power.
 Passed on and on, this blade has developed a thirst of its own.]], [[无数法师曾殒命这匕首之下,被那些渴望力量的同伴背叛。
 时光流逝,匆匆不还,这柄匕首也开始渴望杀戮。]])
+t("steals up to 50 mana from the target", "从目标处吸取至多50点法力")
 t("Frost Lord's Chain", "冰霜领主之链")
 t("ice coated chain", "寒冰覆盖的铁链")
 t("This impossibly cold chain of frost-coated metal radiates a strange and imposing aura.", "这不可思议的金属链覆盖着极度寒霜,向外放射出诡异而强大的光环能量")
@@ -13978,6 +14738,7 @@ t("Gives all your cold damage a 20% chance to freeze the target.", "你造成寒
 t("Twilight's Edge", "晨昏之刃")
 t("shining long sword", "发光的长剑")
 t("The blade of this sword seems to have been forged of a mixture of voratun and stralite, resulting in a blend of swirling light and darkness.", "这柄长剑似乎是用沃瑞坦和蓝锆石混合制成,光与暗在不断旋转交融。")
+t("release a burst of light and dark damage (scales with Magic)", "爆发光明和黑暗伤害(随魔法增加)")
 t("Mnemonic", "记忆")
 t("As long as you wear this ring, you will never forget who you are.", "只要你戴上这枚戒指,你永远不会忘却。")
 t("familiar ring", "熟悉的戒指")
@@ -13988,11 +14749,14 @@ t("This warped, blackened sword drips acid from its countless pores.", "这柄
 t("Borosk's Hate", "博瑞思科的仇恨")
 t("double-bladed sword", "双刃剑")
 t("This impressive looking sword features two massive blades aligned in parallel. They seem weighted remarkably well.", "这柄剑令人印象深刻,因为它有两个平行刀锋。")
+t("25% chance to strike the target again.", "25%几率再次攻击")
 t("Butcher", "屠夫")
 t("blood drenched shortsword", "血迹斑斑的短刃")
 t("Be it corruption, madness or eccentric boredom, the halfling butcher by the name of Caleb once took to eating his kin instead of cattle. His spree was never ended and nobody knows where he disappeared to. Only the blade remained, stuck fast in a bloodied block. Beneath, a carving said \"This was fun, let's do it again some time.\"", "或许是堕落,或许是疯狂,半身人屠夫凯莱布杀死他的亲戚代替牲口。他的疯狂还没有停止,他的人影却已经不见,只留下这把刀刃,留在了血泊之中。下面刻着一行字“真有趣,下次再试试”")
-t(" (cooling down: %d turns)", " (冷却时间: %d 回合)")
+t(" (cooling down: %d turns)", " (冷却时间:%d 回合)")
 t("Enter Rampage if health falls below 20%%%s", "当生命值降低到20%%%s时,进入暴走。")
+t("Attempt to devour a low HP enemy, striking again and possibly killing it instantly.", "试图吞噬一个低生命的敌人,再次攻击并有几率秒杀目标。")
+t("Enter a Rampage (Shared cooldown).", "进入暴走(共享冷却时间)")
 t("Ethereal Embrace", "以太之拥")
 t("wispy purple cloak", "脆弱的紫色斗篷")
 t("This cloak waves and bends with shimmering light, reflecting the depths of space and the heart of the Aether.", "这件斗篷漂浮弯曲,发出闪耀的光芒,折射出空间深处、以太核心。")
@@ -14009,6 +14773,7 @@ t("Ring of the Archlich", "大巫妖之戒")
 t("dusty, cracked ring", "布满尘土的戒指")
 t([[This ring is filled with an overwhelming, yet restrained, power. It lashes, grasps from its metal prison, searching for life to snuff out. You alone are unharmed.
 Perhaps it feels all the death you will bring to others in the near future.]], "这枚戒指含有强大的力量,但是没有显现出来。它将生命拉入金属牢笼之中,而你自己不受伤害。似乎它感觉在不久的将来你会带来无尽的死亡。")
+t("It desires to be surrounded by undeath.", "它渴望被亡灵围绕。")
 t("#DARK_GREY#Your ring releases a burst of necromantic energy!", "#DARK_GREY#你的戒指释放出一股死灵能量!")
 t("#DARK_GREY#Your ring's power fades away.", "#DARK_GREY#你的戒指的力量消退了。")
 t("wand", "魔杖")
@@ -14020,6 +14785,7 @@ t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A shining orb.", "这个镶嵌着金子的魔棒散发出超自然的强光。")
 t("#Source# points %s %s at #target#, releasing a brilliant orb of light!", "#Source#将%s%s指向#target#, 放出一个光辉的光球!")
+t("Summon", "召唤")
 t("handled hole in space", "空间之洞")
 t("Temporal Rift", "时空裂隙")
 t("Some mad Chronomancer appears to have affixed a handle to this hole in spacetime. It looks highly effective, in its own strange way.", "某些疯狂的时空法师在时空中开了一个洞。它似乎很有效,但是会以自己诡异的方式运转。")
@@ -14050,11 +14816,13 @@ t("The eye locks onto %s, freezing it in place!", "眼睛凝视着%s,将其石
 t("Shantiz the Stormblade", "风暴之刃")
 t("thin stormy blade", "很薄的短刃")
 t("This surreal dagger crackles with the intensity of a vicious storm.", "这柄超现实的匕首周围环绕有强大的风暴")
+t("Causes lightning to strike and destroy any projectiles in a radius of 10, dealing damage and dazing enemies in a radius of 5 around them.", "触发闪电,击落半径10内所有抛射物,抛射物半径5以内的敌人受到伤害并被眩晕。")
 t("#GREEN#Shantiz strikes down a projectile!", "#GREEN#风暴之刃击落了抛射物!")
 t("Swordbreaker", "破剑匕")
 t("hooked blade", "带锯齿的匕首")
 t("This ordinary blade is made of fine, sturdy voratun and outfitted with jagged hooks along the edge. This simple appearance belies a great power - the hooked maw of this dagger broke many a blade and the stride of many would-be warriors.", "这柄普通的匕首是由精制坚硬的沃瑞坦制成的,配有锯齿钩边。看似平凡的外表背后潜藏着强大的力量——它破坏过诸多刀刃,收割走那些战士的生命和未来。")
 t("Can block like a shield, potentially disarming the enemy.", "可以像盾牌一样格挡,并缴械目标。")
+t("Breaks enemy weapon.", "破坏对方武器")
 t("Shieldsmaiden", "女武神之心")
 t("icy shield", "冰冻的盾")
 t("Myths tell of shieldsmaidens, a tribe of warrior women from the northern wastes of Maj'Eyal. Their martial prowess and beauty drew the fascination of swaths of admirers, yet all unrequited. So began the saying, that a shieldsmaiden's heart is as cold and unbreakable as her shield.", "传说中的女武神,来自马基埃亚尔世界的北方荒地。她的美貌和力量吸引了众多爱慕者前去,然而所有人都空手而归。因此,有这样一句谚语:女武神的心同她的盾一样冰冷而不可打破。")
@@ -14062,7 +14830,9 @@ t("Granted talent can block up to 1 instance of damage each 10 turns.", "提供
 t("Tirakai's Maul", "提瑞卡之锤")
 t("This massive hammer is formed from a thick mass of strange crystalline growths. In the side of the hammer itself you see an empty slot; it looks like a gem of your own could easily fit inside it.", "这柄巨型锤子是用一种厚厚的古怪结晶体制成的,锤子里面能看到一个空槽,似乎很容易就能将宝石放进去。")
 t("None", "æ— ")
-t("%s: %s", "%s: %s")
+t("No gem", "没有宝石")
+t("%s: %s", "%s:%s")
+t("Write a description for this gem's properties!", "写下宝石属性的说明!")
 t("Demonic", "恶魔")
 t("imbue the hammer with a gem of your choice", "把你喜欢的宝石镶嵌到锤子里。")
 t("You remove your %s.", "你移除了你的%s。")
@@ -14073,7 +14843,8 @@ t("vile gauntlets", "邪恶的手套")
 t("These fell looking gloves glow with untold power.", "这对手套看上去十分恐怖,闪耀着不明能量。")
 t([[Increases all damage by %d%% of current vim 
 Current Bonus: %d%%]], [[获得相当于你%d%%活力值的伤害加成
-当前加成: %d%%]])
+当前加成:%d%%]])
+t("Only the masochistic can unlock its full power.", "只有受虐狂才能解锁它的能量")
 t("#STEEL_BLUE#The fist and the mangled clothing glow ominously!", "#STEEL_BLUE#拳套和衣服开始发出不祥的光!")
 t("#STEEL_BLUE#The ominous glow dies down.", "#STEEL_BLUE#不祥的光芒停止了。")
 t("Masochism", "受虐狂")
@@ -14087,7 +14858,8 @@ t([[Stolen flesh,
 	秽尸复苏。]])
 t([[Reduces all damage by %d%% of current vim or 50%% of the damage, whichever is lower; but at the cost of vim equal to 5%% of the damage blocked. 
 Current Bonus: %d]], [[降低所有伤害相当于%d%%当前活力值的数值,但不超过伤害值的50%%;降低伤害时,消耗相当于5%%伤害量的活力值。
-当前活力值: %d]])
+当前活力值:%d]])
+t("With a better grip it would be the destroyer of your enemies.", "如果有更好的掌控力,它将摧毁敌人。")
 t("Obliterator", "抹杀者")
 t("titanic maul", "巨型锤子")
 t("This massive hammer strikes with deadly force. Bones crunch, splinter and grind to dust under its impact.", "这柄巨大的锤子挥击时拥有能粉碎骨头的巨力。")
@@ -14109,7 +14881,7 @@ t("absurdly large armor", "一件荒诞般巨大的铠甲")
 t("This massive suit of plate boasts an enormous bulk and overbearing weight. Said to belong to a nameless soldier who safeguarded a passage across the bridge to his village, in defiance to the cohorts of invading orcs. After days of assault failed to fell him, the orcs turned back. The man however, fell dead on the spot - from exhaustion. The armor had finally claimed his life.", "这件结实硕大的板甲有着夸张的体积和难以想象的重量。相传这件板甲属于一位不知名的士兵,为了抵御洪水般的兽人军团入侵他的家乡,这名士兵守护在通向他村庄的大桥上。经过几天几夜惨烈的进攻,兽人没能击倒他,最终敌人撤退了。而这名传奇般的士兵,也因为精疲力竭当场倒毙,这件盔甲最终夺去了他的生命。")
 t([[When your effective movement speed (global speed times movement speed) is less than 100%%, reduces all incoming damage by a percent equal to the speed detriment (up to 70%%).
 Current reduction bonus: %d%%]], [[当你的有效移动速度(整体速度乘移动速度)小于100%%的时候,降低所有伤害,比例相当于当前移动速度和100%%的差距,但最大不超过70%%。
-当前减伤比例: %d%%]])
+当前减伤比例:%d%%]])
 t("slow the movement speed of all creatures (including yourself) within range 5 by 40% for 3 turns", "将范围5内所有生物的移动速度(包括你自己)降低40%,持续3回合。")
 t("%s rebalances the bulky plates of %s %s, and things slow down a bit.", "%s重新组合了%s%s的重型装甲板,放慢了速度。")
 t("The Face of Fear", "恐惧之颜")
@@ -14124,6 +14896,7 @@ t("black, spiked armor", "一件黑色的尖刺铠甲")
 t("Worn by a villain long forgotten, this armor was powered by the blood of thousands of innocents. Decrepit and old, the dark lord died in solitude, his dominion crumbled, his subjects gone. Only this cuirass remained, dying to finally taste fresh blood again.", "这件胸甲属于一个早已被人遗忘的暴君,成千上万无辜死者的鲜血强化了这件铠甲。黑暗领主最终在衰老与虚弱中孤独的死去,他的统治分崩离析,他的人民四散而去。只有这件胸甲被保留了下来,渴望着再次品尝鲜血的味道。")
 t("drain blood from all creatures within range 5, causing them to bleed for %0.2f physical damage over 4 turns (based on your Physicalpower). For each creature drained (up to 10), the armor gains strength, which fades over 10 turns if it is not fed", "吸收半径5内所有生物的血液,令其在 4 回合内受到 %0.2f 点物理伤害。每吸收一个生物(至多10),护甲的属性增加。 10回合后复原。")
 t("%s revels in the bloodlust of %s %s!", "%s激发了%s%s的嗜血渴望!")
+t("Blood Charges: %d", "鲜血吸收:")
 t("Decayed Visage", "堕落视觉")
 t("mask of mummified skin", "木乃伊皮面罩")
 t("A desiccated mask of human skin, all that remains of a necromancer from the Age of Pyre who failed to achieve lichdom.  The transformative process partially succeeded, leaving him unable to die as his body slowly rotted from the inside out over several years.  Now his spirit resides within this last bit of mummified flesh, still hungering for eternal life.", "一小片人皮面具,是派尔纪一位死灵法师的遗物。他试图变成巫妖,但是没有成功。他的身体逐渐腐烂,但由于未成功的法术而不能死去,就这样过了数年。现在,他的灵魂仍藏身于这小块皮肤中,渴求着永恒的生命。")
@@ -14139,9 +14912,19 @@ t("torque", "项圈")
 t("The Jolt", "震撼")
 t("tingling torque", "刺痛项圈")
 t("This torque feels tingly to the touch, but seems to enhance your thinking.", "这项圈摸起来让人觉得刺痛,但似乎增强了你的思考.")
+t([[Your mind is attuned to electricity.
+Any lightning damage you do that is more than 10% of the victim's maximum life will attempt to brainlock the target.
+Upon taking lightning damage >10% of your max life, your mind fires back, dealing 30% of the original damage as mind and trying to brainlock the target.
+Upon taking mind damage >10% of your max life, you reflexively trigger the jolt, sending an arc of dazing lightning toward the target (damage based on mindpower).
+This item can have up to 2 charges, with each charge having 4 turn cooldown.]], [[你的精神与电力连接。
+你对敌人造成的超过其最大生命值10%的伤害时,会试图附加锁脑效果。
+当你受到相当于最大生命值10%的闪电伤害时,你的精神会发起反击,对敌人造成30%的原伤害,并试图附加锁脑效果。
+当你受到相当于最大生命值10%的精神伤害时,你会快速启动这个项圈,朝敌人射出一团震慑的闪电,伤害基于意志。
+这个物品可以存储两次充能,每次充能冷却时间4回合。]])
 t("damp steel battle axe", "潮湿的钢铁战斧")
 t("Stormfront", "风暴前线")
 t("The blade glows faintly blue, and reflects a sky full of stormy clouds.", "剑身泛着淡淡的蓝色,反射出了满天的乌云.")
+t("inflicts either shocked or wet, chosen at random", "造成湿润或震撼效果。")
 t("Eye of Summer", "夏日之眼")
 t("warm mindstar", "温暖的灵晶")
 t("This mindstar glows with a bright warm light, but seems somehow incomplete.", "这个灵晶散发着温暖的微光,但似乎有点残缺.")
@@ -14150,6 +14933,7 @@ t("#GREEN#The seasons no longer feel balanced.", "#GREEN#四季不再平衡")
 t("Eye of Winter", "冬日之眼")
 t("cold mindstar", "寒冰的灵晶")
 t("This mindstar glows with a dim cool light, but seems somehow incomplete.", "这个灵晶散发着寒冷的微光,但似乎有点残缺.")
+t("Nature requires balance in these matters.", "自然需要平衡的灵晶。")
 t("Ruthless Grip", "无情之握")
 t("sinister gauntlets", "邪恶的手套")
 t("Crafted for a warlord who wanted to keep his subjects under a stralite grip. Dark thoughts went into the making of these gauntlets, literally.", "一个军阀为了永远掌握他的臣民而制造的.黑暗的思想被真正的灌注进去这些手套里.")
@@ -14160,6 +14944,8 @@ One rather cold blooded killer thought of a way around this. By carving blades o
 Their killing spree ended when one of the victims got lucky and managed to stab the murderer in the heart with the icey blade. After being united with the cold heart that created it, the final ice blade has never melted.]], [[任何占卜师都知道,凶器乃是缉查凶手最重要的线索;他们往往顺着这条线索顺藤摸瓜,从人群中找出凶手的真身。
 然而,一个冷酷的杀手找到了一个办法:他用寒冰铸成了一把利刃,将其刺入受害者的胸口,让其随着受害者心脏的体温渐渐融化,消失于无形。
 最终,这名杀手仍然没有逍遥于法外。一名受害者幸运地夺下了利刃,反身刺入了杀手的心脏里。杀手冷酷的内心没有温度,而这把与其相融的利刃从此再也不会融化。]])
+t("freezes the target", "冻结目标")
+t("explodes a frozen creature (damage scales with willpower)", "令一个冻结生物爆炸(伤害受意志加成)")
 t("Thunderfall", "落雷")
 t("large echoing mace", "巨型发声狼牙棒")
 t("Tremendous power is concentrated in this heavy mace. Just dropping it can knock down nearby walls.", "巨大的力量集中在这沉重的权杖里.只是掉落在地就可以摧毁附近的墙壁.")
@@ -14177,9 +14963,13 @@ t("Electrical energies are focussed in the core of this mindstar.", "电能集
 t("Thermal Focus", "热能之核")
 t("blazing mindstar", "炽热的的灵晶")
 t("Thermal energies are focussed in the core of this mindstar.", "热能集中在这个灵晶的核心里.")
+t("You feel two unconnected psionic channels on this item.", "在这个物品里你感受到了两种不相关的能量。")
 t("Lightning Catcher", "雷电接收器")
 t("coiled metal belt", "螺旋形金属腰带")
 t("A fine mesh of metal threads held together by a sturdy chain. Sparks dance across it.", "一个坚固的铁链缠着细金属丝网。火花在上面跳舞.")
+t([[Taking lightning damage or making critical hits builds 2 energy charges, which give you +5% lightning damage and +1 to all stats.
+The charges decay at a rate of 1 per turn. Max 10 charges.]], [[每次接受雷电伤害或造成暴击雷电伤害时获得两点充能,每点充能提供 5%% 雷电伤害加成和 1 点全属性。
+每回合损失一点加成。加成最多10层。]])
 
 
 ------------------------------------------------
@@ -14329,7 +15119,7 @@ t("trap", "陷阱")
 t("sliding rock", "光滑的石块")
 t("@Target@ slides on a rock!", "@Target@滑倒在石头上!")
 t("slippery rock", "滑倒的石块")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("poison vine", "毒性藤蔓")
 t("A poisonous vine strikes at @Target@!", "@Target@受到剧毒藤蔓的攻击!")
 t("venomous vine", "剧毒藤蔓")
@@ -14349,6 +15139,7 @@ t("annoy", "烦扰")
 t("teleport", "传送")
 t("trap", "陷阱")
 t("teleport trap", "传送陷阱")
+t("Teleports the victim away.  How does anyone get close enough to disarm this trap...?", "将目标传送走。能有人成功走近并解除这个陷阱吗…?")
 t("@Target@ shimmers briefly.", "@target@在闪烁。")
 t("shimmering floor switch", "闪烁的地板开关")
 t("%s is teleported away!", "%s被传送走了!")
@@ -14364,9 +15155,11 @@ t("water", "æ°´")
 t("disturbed pocket of time", "被扭曲的时间袋。")
 t("@Target@ is caught in a distorted pocket of time!", "@target@被困在扭曲的时间中!")
 t("faint distortion", "微弱的扭曲")
+t("Creates a temporal anomaly when triggered.", "触发时制造时空异常。")
 t("extremely disturbed pocket of time", "被严重扭曲的时间袋。")
 t("@Target@ is caught in an extremely distorted pocket of time!", "@target@被困在极度扭曲的时间中!")
 t("distortion", "扭曲")
+t("Creates a major temporal anomaly when triggered.", "触发时制造时空大型异常。")
 
 
 ------------------------------------------------
@@ -14570,7 +15363,7 @@ We're really getting somewhere here... Just a shame humans are such messy creatu
 ]], [[#{bold}#红帕兰的日志记录四#{normal}#
 #{italic}#厄流纪 4544年#{normal}#
 
-我刚准备出门,实验室就被军方突然闯入并武装掌控。他们难道没有意识到这个实验的重要性吗?这些人满脑子想的就是肩上的杠杠。有传言说一些人类威胁要进攻这里, 但老子才不管你们这些微不足道的政治游戏。此外,这些愚蠢的细腿男能构成什么威胁?现在我能做的只有不折不挠的继续实验,并绕开那些疯狂的安全条款。
+我刚准备出门,实验室就被军方突然闯入并武装掌控。他们难道没有意识到这个实验的重要性吗?这些人满脑子想的就是肩上的杠杠。有传言说一些人类威胁要进攻这里,但老子才不管你们这些微不足道的政治游戏。此外,这些愚蠢的细腿男能构成什么威胁?现在我能做的只有不折不挠的继续实验,并绕开那些疯狂的安全条款。
 
 
 #{bold}#红帕兰的日志记录五#{normal}#
@@ -14793,6 +15586,7 @@ Healer Astelrid]], [[敬告所有工作人员:
 
 孔克雷夫万岁!
 医师 亚斯特莉]])
+t("age of allure", "厄流纪")
 t("investigator Churrack note", "探员查拉克的笔记")
 t([[FROM: Investigator Churrack
 TO: Whoever holds the position of High Overseer of Loyalty when we're let out
@@ -14938,6 +15732,7 @@ But we won't age sleeping in these ruins#{normal}#
 ------------------------------------------------
 section "game/modules/tome/data/lore/age-pyre.lua"
 
+t("age of pyre", "派尔纪")
 t("Atamathon, the giant golem", "阿塔玛森·傀儡之王")
 t([[This giant golem was constructed by the Halflings during the Pyre Wars to fight the orcs, but was felled by Garkul the Devourer.
 Its body is made of marble, its joints of solid voratun, and its eyes of purest ruby. One of its eyes seems to be missing. At over 40 feet high it towers above you.
@@ -15030,6 +15825,7 @@ In a way, the incident lit a fire under me to pursue my studies and develop my p
 生活并不是充满了平静,数日前一名伊格兰斯的探子乔装为旅行炼金师渗透进了安格利文。这是首个恶意的来访者,他用窒息粉制服了守卫和周围的法师们,如果不是莱娜尼尔恰好散步路过的话,事态可能一发不可收拾。不过,老实说,无论这个人用以躲藏的树,或者周围的很多建筑,都已经灰飞烟灭了。
 
 这件事激发了我继续研究和修行自身力量的欲望,但不得不承认我对练习法杖搏击已是兴趣索然。我的剑术却是日益精进。呼,也许有天我能找个附魔师来为我的老剑附一下魔,说到底剑不就是一柄磨尖了的金属杖吗?]])
+t("angolwen", "安格利文")
 t("Angolwen Fountain", "安格列文的喷泉")
 t([[#{italic}#(You see here a large, elaborate fountain.  A statue of Linaniil stands in the center, her arms outstretched to welcome all; around the outside of the fountain stand statues of a dwarf manipulating earthen runes, a human with a simple healer's crosier, an elf with a tall, elaborate staff, and a halfling with a scepter in one hand and a fireball hovering over the other.  The runes and the fireball are not connected to anything, and float in a fixed position in the air.  You see a carving repeating along the border of the fountain, in small print.)#{normal}#
 
@@ -15091,7 +15887,7 @@ A thick green veil of mist permeates the air within this cavern; I'm uncertain i
 Impossible; how could spiders have grown to such an immense size? Not only that, but the markings and physical traits are unlike any arachnid I have previously encountered. The first one I encountered nearly took my left arm during its initial assault, if my reflexes had been a split second slower, I fear the worst may have transpired. If the Gates of Morning are assaulted by not only the orcs, but also this new –found species of arachnids, I fear all hope will be lost. For the sake of all Eyal, I must venture further into this spider infested cavern and destroy the source of this incursion.
 ]], [[#{bold}#第三篇#{normal}#
 
-从晨曦之门到阿尔德胡格足有半天旅程,不过我最终还是到达了。我决定在一棵大橡树的树荫下休息,享受我的妻子Melnela准备给我的甜卷面包。我不知道为什么,但是我离阿尔德胡格越近,空气就更黏稠,似乎一股异常的力量在扰乱这我每次呼吸的空气。我去过许多这个广阔世界的许多地点,但我从没感受过这样的氛围;在我把完整的报告交给艾琳之前,我必须了解这股能量的来源。
+从晨曦之门到阿尔德胡格足有半天旅程,不过我最终还是到达了。我决定在一棵大橡树的树荫下休息,享受我的妻子梅涅拉准备给我的甜卷面包。我不知道为什么,但是我离阿尔德胡格越近,空气就更黏稠,似乎一股异常的力量在扰乱这我每次呼吸的空气。我去过许多这个广阔世界的许多地点,但我从没感受过这样的氛围;在我把完整的报告交给艾琳之前,我必须了解这股能量的来源。
 
 #{bold}#第四篇#{normal}#
 
@@ -15123,13 +15919,19 @@ Incredible, the size of that arachnid is unimaginable; there is no doubt about i
 
 #{bold}#第八篇#{normal}#
 
-难以置信,这只蜘蛛的体型大的不可思议;无需怀疑,这只蜘蛛就是这里的女王。我负伤严重,而现在已经无路可退;我必须为那些等待我回归之人终结我开始的这个任务。如果我没有回去,正在阅读这份日志的人啊,请告知晨曦之门至高太阳骑士艾琳这阴暗的形势……还请告诉Melnela我很抱歉。]])
+难以置信,这只蜘蛛的体型大的不可思议;无需怀疑,这只蜘蛛就是这里的女王。我负伤严重,而现在已经无路可退;我必须为那些等待我回归之人终结我开始的这个任务。如果我没有回去,正在阅读这份日志的人啊,请告知晨曦之门至高太阳骑士艾琳这阴暗的形势……还请告诉梅涅拉我很抱歉。]])
+t("ardhungol", "阿尔德胡格")
 t("scrap of paper", "破纸片")
+t([[#{italic}#A few tattered scraps of paper lie on the ground, ruined from your fight with the creature carrying it.  It's almost completely illegible, but you can piece some of it together to read:#{normal}#
+"...pheromone signals effective on much Eyalite wildlife ineffective on species 'sun paladin.'  at current planetary core cooling rates, passive study would lead to great loss - next step of emigration program should be cleaning of local 'sun paladin' nest and establishment of..."]], [[地上有一些破烂的纸片,看来在你刚才和那个生物搏斗的时候被打碎了。纸片上的文字几乎完全无法辨认,你只能依稀拼凑出一些文字:#{normal}#
+“…对大部分埃亚尔野生生命体有效的信息素在‘太阳骑士’这种物种的身上被证明无效。在当前的行星核心冷却速率下,被动的研究会导致巨大的损失——移民计划的下一步是对本地的“太阳骑士”进行杀灭和建立…”]])
+t("#{italic}#This pile of tattered paper could theoretically be assembled into something legible, but without more text to draw back on, it'd still be in a language you could never interpret.  If only you had more Spydric text to help translate this...#{normal}#", "#{italic}#原理上,从这些破烂的纸片上可以还原出某些可以理解的信息。但缺少了足够多作为参考的语料,你是永远无法理解这种语言的内容的。也许找到更多蜘蛛语的材料能够帮助你理解这些……#{normal}#")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/lore/arena.lua"
 
+t("arena", "竞技场")
 t("Arena for dummies", "竞技场傻瓜指南")
 t([[#{italic}#You find a note with some highlighted words...
 #{bold}#SCORING IN THE ARENA
@@ -15171,6 +15973,8 @@ section "game/modules/tome/data/lore/blighted-ruins.lua"
 t("Work on my glorious project has been delayed. This displeases me. The fools from the nearby village are starting to suspect my presence, and have begun guarding their graveyards and cemeteries closely. Whatever meagre remains I can steal away are often too rotted or insubstantial to use for my project, so I have no choice but to use them as sub-par minions instead. Perhaps they will sow enough conflict and discord so that new, fresher remains will become available...", [[我伟大的计划被耽搁了。这真让我不爽。
 	附近村庄里的傻瓜们开始怀疑我来此的目的了,并在墓地周围竖起了防御,其实我从墓地得来的那些残渣早就腐烂不堪了,万般无奈下我只能将它们当做备用品使用,也许让这些家伙的互相猜忌会产生更多新鲜的尸体供我驱使……]])
 t("The cloak of deception is complete! Truly my finest work, not counting my project of course, it allows my minions to walk amongst the living without arousing their suspicions at all. Already I have taken a stroll to a nearby town alongside a ghoulish thrall, wrapped in the cloak... hah! The fools didn't even bat an eyelid! With this item, acquisition of components for my project shall be all the more simple.", "欺诈斗篷已经完成!这简直是我伟大计划以外的最高杰作,他能使我的仆人们轻易的穿梭于人群而不会引起任何怀疑。我已穿着此袍大摇大摆地裹着一个食尸鬼仆从在周围的一个小镇晃荡了一圈, 镇里的傻瓜们眼皮都不抬一下! 有了这件袍子,我计划所需的材料真是太容易获得了……")
+t("Fate smiles upon me. What did I come across today but the body of an unfortunate %s? Unfortunate indeed, but rather fortunate for me. The body displays next to no decomposition... it shall be perfect! With this new minion and the cloak of deception, the completion of my project is all but assured. I must prepare for the ritual... my dark menagerie shall soon have a new member.", "命运女神向我微笑,我今天发现了一具%s倒霉鬼的尸体?这个彻头彻尾的倒霉鬼却是我命中的福星。他的尸体还没有完全腐烂……真是完美!自从有了欺诈斗篷,我腰不酸了腿不疼了跑步也能上五楼了,我伟大计划的结晶也已变成囊中之物了。我必须尽快开始准备仪式……我的不死军队又将加入一名新成员。")
+t("blighted ruins", "荒芜废墟")
 t("note from the Necromancer", "死灵法师的笔记")
 t("My masterpiece walks! It is glorious, beautiful. While it remains unfinished, it is finished enough to serve in its purpose of protecting my lair. No would-be hero will be able to defeat it, and once it is complete it will be nigh invulnerable! Now all that remains is to animate my newest minion and bend it to my will... then they'll see. They'll ALL see. What can possibly stop me now, I ask? What?!", "我的大师之作!它闪耀着荣光,真是美极了。虽然它还没有全部完成,但却足以保护我的巢穴。绝对没有任何英雄能击败它,当它成为完全体时就是无敌的存在啊,那时我将成为世界之主,谁能挡我,我大吼三声谁来斩我!哇哈哈!")
 
@@ -15207,6 +16011,7 @@ I might not know a great deal about artifice, but I know how wild animals work,
 
 我可能不太了解盗贼工具的原理,但我知道怎么对付野生动物。尽管人们都说龙很厉害,但我可不觉得他们能比动物强多少。我不需要知道具体怎么组装这个装置才能让它在动物踩上去的时候启动——我只要把它放到什么东西里面,等到龙把它一口吞下的时候……
 #{italic}#从这张纸条毫无破损的的完整状态,以及它正处在一个装满动物内脏的袋子旁边这一微妙的位置来看,龙不仅避免了陷阱,而且还把这个东西收藏起来作为战利品。在袋子里装着一个已经被接触的陷阱,里面依稀可以辨认出一些炼金瓶子。当压力板被触发的时候,这些炼金材料可以混合起来,产生一股龙火的爆炸。你可以很容易地搞清楚如何组装和制造更多这样的陷阱。#{normal}#]])
+t("daikara", "岱卡拉")
 t("Freezing Trap", "冰冻陷阱")
 t([[#{bold}#Relle, Cornac Fighter and Expedition Leader#{normal}#
 It knows we're here.  Xann's gone, and I have to assume the worst.  Too late to run.  One option left, a contraption Sodelost ensured us he'd be able to use to get the kill...  shame he didn't leave instructions behind with it, it's unclear how to arm it, and I don't want to add "being frozen solid" to my list of troubles today.
@@ -15221,6 +16026,7 @@ I might not know a great deal about artifice, but I know how wild animals work,
 ------------------------------------------------
 section "game/modules/tome/data/lore/derth.lua"
 
+t("derth", "德斯镇")
 t("Beam Trap", "射线陷阱")
 t([[#{italic}#A villager runs up to you, carrying a hefty looking sack.#{normal}#
 You've saved us from the storms!  We can't ever repay you enough, but, well...  Shortly after you stopped them, a witch approached us and offered us some...  magical #{italic}#things#{normal}# and said they would protect our town if anything like that happened again.
@@ -15360,6 +16166,7 @@ You must feel a little betrayed of course. I promised you power beyond your imag
 汝肯定会有一点被背叛的感觉。吾答应给汝的力量远超汝的想象,相反吾抽干了你的血液,将你的肉体赐予了吾的侍从,并且奴役你的灵魂。好吧,有时吾辈都曾向着期盼的那样努力过,恩?至少汝应该感到高兴的是,吾将你扭曲的灵魂放逐在要塞里漫步,去猎食任何敢于侵入要塞的敌人。并且,吾将会赐予汝一些力量,同样这也会远超汝的想象,因为汝永远达不到吾所处的黑暗巅峰。但是,睁开汝的双眼,汝会发现汝已经永坠黑暗……欢迎你,你来到了吾内心真正黑暗的世界。
 
 ——主人]])
+t("dreadfell", "恐惧王座")
 t("a letter to Filio from the Master", "主人写给菲里奥的信")
 t([[Oh Filio, what a fun game we have had of cat and mouse! Well, perhaps to you it was a life and death struggle, but for me this past three weeks of patiently hunting you through my halls has been the most entertaining of past-times. I have enjoyed extending the game so, letting you escape my clutches when I felt it most prudent, watching as you got ever more desperate. Alas, you have now degraded too much, and it was simply too embarrassing watching you eat your own faeces to survive. I had to put an end to it - I'm sure you understand.
 
@@ -15844,7 +16651,7 @@ Was it a dream?  Some strange foretelling?  Or could it have been a true apparit
     我们就此别过,我独自一人策马回到部队的中心。我的心脏如同震耳欲聋的战鼓锤响一般怦怦直跳,尼耶拉的言语依然在我的心头回荡。她的话语激起了一个我曾经经历过的梦境,这个梦境已经在我的记忆中沉睡了许久。在梦中,我躺在床上,在上方漂浮着一团光与空气的形状,仿佛某种我从来未曾见过的生物。他用长长的触手来代替四肢,鼓动的长袍在他的身上飘扬。它没有头和眼睛,但是我可以清晰地感觉到它正凝视着我。它向我伸出了它长长的触手四肢,如同试图抵挡一个黑暗而恐怖的威胁。我突然感到一股可怕的预感,似乎隐约可以察觉到,一场这个世界从未经历的巨大灾难即将来临。当触手的尖端触及我的眉间之时,视野一片漆黑。
 
     这只是一个梦吗?还是某种未来的预兆?或者这是一个真正的幽灵,想要直接对我发出警告?然而,当时的我没有时间思考这些。魔法大爆炸的时刻即将到来,现在已经没有怀疑的余地了。我策马扬鞭,命运的车轮滚滚转动。]])
-t("The Spellblaze Chronicles(5): The Day of the Spellblaze", "魔法大爆炸纪事(5): 魔法大爆炸之日")
+t("The Spellblaze Chronicles(5): The Day of the Spellblaze", "魔法大爆炸纪事(5):魔法大爆炸之日")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Five: The Day of the Spellblaze#{normal}#
@@ -15918,7 +16725,7 @@ But mine was just one voice, one torment, a single note in the great cacophony t
 我开始在莱娜尼尔身上释放我所有的治疗魔法,但是我知道这些都远远不够,我的能力几乎全失,根本不可能有拯救她的希望。想到发生的这一切恐怖的遭遇,想到在这一瞬间我失去了我曾经拥有的一切,我开始放声痛哭。我们的希望瞬间变成了毁灭,命运的残酷让我无法承受。抱着我正在死去的爱人的脸庞,我向着天空发出怒吼。呜咽着嘶哑的嗓音,周围只剩下血肉、白骨和尘埃,我对命运的不公和这场战争的毫无意义发出绝望的咆哮。在那一瞬间,无数有着自己希望和梦想的灵魂,在顷刻间化为了风中的尘埃,他们无意义的痛苦和死亡在我的心头只留下无尽的绝望。
 
 但是,相比之下,我的痛苦只是传遍整个大陆的无尽的苦痛中多么微小的一个而已。在那一刻,数以百万的生命毁灭破碎,数以百万的人在痛苦和折磨中发出绝望的怒吼。在那一刻,终极的毁灭力量带来的无尽灾厄将会在继续在马基埃亚尔蔓延。这,就是魔法大爆炸。]])
-t("The Spellblaze Chronicles(6): A Changed Eyal", "魔法大爆炸纪事(6): 被改变的埃亚尔")
+t("The Spellblaze Chronicles(6): A Changed Eyal", "魔法大爆炸纪事(6):被改变的埃亚尔")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Six: A Changed Eyal#{normal}#
@@ -16050,7 +16857,7 @@ The Shroud of Elvala was begun, as our whole city was wreathed in cloud and smok
 
 埃尔瓦拉的帷幕升起了,整座城市被迷雾所覆盖。这是我们的盾牌,我们的面纱,我们的藏身之所。这持续了几个世纪,在此期间和外界的一切交易都被严格守秘。
 ]])
-t("The Spellblaze Chronicles(7): Into Darkness", "魔法大爆炸纪事(7): 进入黑暗")
+t("The Spellblaze Chronicles(7): Into Darkness", "魔法大爆炸纪事(7):进入黑暗")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Seven: Into Darkness#{normal}#
@@ -16116,7 +16923,8 @@ I took a deep breath and stepped forwards.]], [[#{italic}#来自 艾伦尼恩·
 她不断向前,我紧随其后,直到我们来到了一个被阴影覆盖的入口。莱娜尼尔迟疑了一会儿,望向洞口的黑暗,然后终于走了进去,从视野中消失了。我可以感受到,某种古老的力量正在这里沉睡。我的身体不禁一颤,感受到奥术连接里传来的影响。这个黑暗的洞穴里包含着某种神秘的力量,自从埃亚尔最古老的时代开始就隐藏着无数的知识。这里的某样东西可以改变这个世界的命运。
 
 我深吸一口气,向前走去。]])
-t("The Spellblaze Chronicles(8): Forbidden", "魔法大爆炸纪事(8): 禁忌力量")
+t("spellblaze", "魔法大爆炸")
+t("The Spellblaze Chronicles(8): Forbidden", "魔法大爆炸纪事(8):禁忌力量")
 t([[#{italic}#From the memoirs of Aranion Gawaeil, leader of the Grand Council of Elvala#{normal}#
 
 #{bold}#Chapter Eight: Forbidden#{normal}#
@@ -16320,6 +17128,7 @@ t([[You stand in a field of fire, the flames dancing back and forth like blaze-s
 
 In the distance you see looming, demonic shapes of absolute darkness, towering above the blazing land like wardens of doom. The sky is black, but above your head hangs a round world that you recognise as Eyal. Across the burning plains gather armies of fiendish figures, and glowing eyes turn up with hateful glowers to your home world. Suddenly both you and it and seem small and frail. As the flames fill your body with pain your only thought is of escape.]], [[你所站立之处烈火燎原,火焰如地狱之风般来回舞动。你站在一片火海之中。火焰在前后舞动,像地狱之种随风摇摆。火焰炙烤着你的脚、你的皮肤、你的脸,在血肉中蔓延,爬进你的喉咙。它燃烧着你的身体。狂热的思想强行侵入你的意志,告诉你这里是高达勒斯——恶魔空间。这里不欢迎你的到来。
 在远方,你看到阴森的,恶魔形状的黑暗物质笼罩在这燃烧的大地上,如同毁灭守卫一般。漆黑的天空中悬挂着一个圆形的,是被你称之为埃亚尔的世界……在这燃烧着的平原上聚集了大批的恶魔战士,他们的瞳孔中充满了对你故乡的憎恨。突然间,你和它都显得如此渺小而脆弱。当火焰将痛苦注满你的身体时,你唯一的想法就是——逃走。]])
+t("fearscape", "恶魔空间")
 t("sacrificial altar", "献祭祭坛")
 t([[You see a female human lying unconscious on a black altar, twisted sigils scored into her naked flesh.
 Around her are several figures in dark robes.
@@ -16626,6 +17435,7 @@ But by the names they kill]], [[从北方大陆来了个射手
 虽然关于他的谣言从未平息
 盗贼并不会因其杀人而为人所知
 让他们闻名天下的是所杀之人]])
+t("misc", "杂项")
 t("Dust to Dust", "土归土")
 t([[#{italic}#An undead hunter's guide, by Aslabor Borys#{normal}#
 
@@ -16864,6 +17674,7 @@ it will be
 #{italic}##FIREBRICK#太 美 好 了 #LAST##{normal}#
 
 ]])
+t("high peak", "å·…å³°")
 t("Elandar's journal (2)", "埃兰达的笔记 (2)")
 t([[I awoke early this morning to see the love of my life altering the unique farportal we've been building together.  Our plans are all on track so far, the Staff of Absorption has been integrated into the portal so it'll drain Gerlyk the moment it summons him, the orcs are too busy suspecting each other to bother investigating us...  and then I discover that she's sabotaged it.  This portal will #{italic}#em#{normal}#power Gerlyk when it summons him - and he surely must be insane from the loneliness of tumbling in the void of space all this time.  In any case, even a sane god would be devastating to life as we know it.
     
@@ -16910,6 +17721,7 @@ t([[There is an inscription here:
 Upon this blighted land!#{normal}#]], [[这里有一段提示:
 #{italic}#...释放邪恶的思想。
 在这枯萎之地之上!#{normal}#]])
+t("ruined dungeon", "地城废墟")
 t("infinite dungeon (ruined dungeon)", "无尽地下城(地下城废墟)")
 t([[There is an inscription here:
 The deceptive god Ralkur fled before the wrath of the godslayer Branzir and his dark blade Madrath. But though he fled to the depths of the dungeon he came to an end. Seeing himself cornered he used his power to delve deeper into the ground, laying traps and summoning enemies to confound his enemy. But Branzir would not be lost. He pursued his prey ever on, hunting him ever deeper. And Ralkur fled further, and faster, delving to fathoms beyond knowledge, with the godslayer always behind him, hunting relentlessly.
@@ -16958,6 +17770,7 @@ t([[Seeing the full powers of the Sher'Tul Ralkur felt paralysed with fear, and
 But the vengeful god had been hasty at the last, for Branzir was out hunting at the time. Coming back the next day he saw his home in ruins, and all his family and servants butchered, and sorrow and torment filled every corner of his being. On hearing reports of what happened he knew well the perpetrator and his fury was incandescent. He sought the aid of the other Godhunters in scouring out the stray god, but they were all divided, and each engaged in the politics that would lay the seeds for war. Perhaps if they had aided him then the popular Branzir could have helped unify the people and stop the madness that was to come. But Caldizar was gone, reportedly aggrieved and repentant at their acts, and the remaining Godslayers thought only of their own powers and making gods of themselves.]], [[在夏·图尔强盛的力量前,恐惧中的瑞尔克浑身无力,觉得自己的复仇毫无希望。但是瑞尔克依旧在等待,最终他的耐心得到了回报,在这个伟大的种族中人们的意见开始出现分歧。凯尔帝勒隐退,弑神者们分崩离析之后,瑞尔克等到了自己需要的机会。在一阵狂怒风暴之中,瑞尔克来到了布兰伊尔的丛林要塞,他尖啸着冲下云端,张开自己的翅膀,向丛林要塞释放出钢矛组成的暴雨,穿透一切阻拦在前的树木、岩石和躯体。要塞里的生命被屠杀殆尽,瑞尔克远远的飞走,只留下空中回荡的咯咯笑声。
 
 但是瑞尔克的复仇太过匆忙,布兰伊尔正好外出打猎。第二天,回来的布兰伊尔看到家园成了一片废墟,家人和下属被屠杀,所到之处痛苦和折磨充塞着每一个角落。听过事情的始末,布兰伊尔猜到了凶手的身份,燃起了无边的愤怒。他向其他弑神者们寻求援助,追缉逃跑的神灵,但是弑神者之间已经完全分裂,并且他们所代表的政治派别也已经陷入了战争的边缘。如果这时有人伸出援手,布兰伊尔就有机会利用自己的声望来阻止即将到来的疯狂。但是随着传闻中凯尔帝勒因为郁郁和追悔自己的行为而隐退,其余的弑神者们心中只剩下对力量的盲目追求,和独自成神的野心。]])
+t("infinite dungeon", "无尽地下城")
 t("The Hunter and the Hunted chapter 5", "猎人与猎物 第五章")
 t([[So Branzir set out alone, with Madrath in his sheath. It did not take long to find his prey, who had now stopped all attempts at hiding. He came upon the god in a settlement of lesser creatures who worshipped him, and he ruthlessly cut down the pathetic wretches that tried to protect their new deity. Ralkur fled at the sight of Branzir and his dark blade, filled with all-encompassing fright. But Branzir was not to be lost, and chased him into some nearby ruins. There Ralkur laid traps and summoned enemies and fled deeper into the darkness. But Branzir overcame them all and came on faster, till they reached the depths of the dungeons. And being out of space the god created new space and fled further, and kept on fleeing. And Branzir carried on chasing, not letting up for a second as the pursued god continued to delve deeper into the ground.
 
@@ -16979,42 +17792,42 @@ t([[#{bold}#3800: #{normal}#Gold accepted as standard unit of currency amongst a
 #{bold}#6827: #{normal}#Killed Kroltar the Crimson Wyrm and recovered his hoard. Value of hoard: 20 million gold. Resources lost in recovery effort: 7 million gold (estimation based on standard assessment of 350 gold per capita lost). Net profit: 13 million gold. Profit margin is 186%!
 #{bold}#6980: #{normal}#Resources based on dragon hoards are dwindling. Must reduce cull targets to allow recovery of numbers.
 #{bold}#7420: #{normal}#Major orc attacks are ruining trade arrangements. Cutting off all contracts until markets settle.
-#{bold}#7494: #{normal}#Disastrous use of magic by Shaloren elves has had an unprecedented impact on profitability of our operations. Increasing protectionist measures to prevent economic ruin.]], [[#{bold}#3800: #{normal}#在大量的游说后黄金被所有种族接受为价值尺度。这对我们来说是极为有利的,因为我们的矿脉储量很高而这种金属又没什么特别的作用。我们必须继续的囤积黄金。
-#{bold}#4200: #{normal}#能从现存矿脉中取出更多蓝锆石的技术已研发完成。这技术必须对其他种族保密。
-#{bold}#4362: #{normal}#大工匠达克顿找到了一种新的为武器和护甲附魔的方法。这个领域潜在的商业价值非常高。
-#{bold}#4550: #{normal}#第一次钢铁王座商业委员会特别会议召开。与人类和半身人的战争让我们十分忧虑,因为这会缩减我们潜在的市场规模。 市场彻底消失的威胁逼迫我们采取激烈的反制——所有的武器交易必须停止。增加更多建筑材料的囤积以期最终和解之日的来临。
-#{bold}#5967: #{normal}#永恒精灵们加入战争的可能变成了一个巨大的风险——夏·图尔的毁灭是对高等法术危险程度的极佳例证。增加投资推进伊格兰斯规则以期解决这个问题.
-#{bold}#6550: #{normal}#战争已经结束了。机遇自己显现了出来——立刻重开市场,为所有建筑材料标上高价。本次利润将极为丰厚。
-#{bold}#6827: #{normal}#杀死了赤红巨龙库洛塔并重新获得了他的财宝。财宝价值:两百万金。在获取财宝中的资源损失七十万金 (以每头牲口的损失价值350金为标准估算)。净利润:一百三十万金。利润边际系数为186%!
-#{bold}#6980: #{normal}#从龙穴中获得的财宝越来越少。需要采取龙类保护条例来让它们的族群回复数量。
-#{bold}#7420: #{normal}#大量兽人的袭击正在破坏我们的交易流程。停止所有的合同直到市场稳定下来。
-#{bold}#7494: #{normal}#永恒精灵们灾难性的魔法运用对我们经营的利润造成了空前的冲击。采取保护措施来防止其对经济毁灭性的持续打击。]])
+#{bold}#7494: #{normal}#Disastrous use of magic by Shaloren elves has had an unprecedented impact on profitability of our operations. Increasing protectionist measures to prevent economic ruin.]], [[#{bold}#3800:#{normal}#在大量的游说后黄金被所有种族接受为价值尺度。这对我们来说是极为有利的,因为我们的矿脉储量很高而这种金属又没什么特别的作用。我们必须继续的囤积黄金。
+#{bold}#4200:#{normal}#能从现存矿脉中取出更多蓝锆石的技术已研发完成。这技术必须对其他种族保密。
+#{bold}#4362:#{normal}#大工匠达克顿找到了一种新的为武器和护甲附魔的方法。这个领域潜在的商业价值非常高。
+#{bold}#4550:#{normal}#第一次钢铁王座商业委员会特别会议召开。与人类和半身人的战争让我们十分忧虑,因为这会缩减我们潜在的市场规模。 市场彻底消失的威胁逼迫我们采取激烈的反制——所有的武器交易必须停止。增加更多建筑材料的囤积以期最终和解之日的来临。
+#{bold}#5967:#{normal}#永恒精灵们加入战争的可能变成了一个巨大的风险——夏·图尔的毁灭是对高等法术危险程度的极佳例证。增加投资推进伊格兰斯规则以期解决这个问题.
+#{bold}#6550:#{normal}#战争已经结束了。机遇自己显现了出来——立刻重开市场,为所有建筑材料标上高价。本次利润将极为丰厚。
+#{bold}#6827:#{normal}#杀死了赤红巨龙库洛塔并重新获得了他的财宝。财宝价值:两百万金。在获取财宝中的资源损失七十万金 (以每头牲口的损失价值350金为标准估算)。净利润:一百三十万金。利润边际系数为186%!
+#{bold}#6980:#{normal}#从龙穴中获得的财宝越来越少。需要采取龙类保护条例来让它们的族群回复数量。
+#{bold}#7420:#{normal}#大量兽人的袭击正在破坏我们的交易流程。停止所有的合同直到市场稳定下来。
+#{bold}#7494:#{normal}#永恒精灵们灾难性的魔法运用对我们经营的利润造成了空前的冲击。采取保护措施来防止其对经济毁灭性的持续打击。]])
 t("Iron Throne Profits History: Age of Dusk", "钢铁王座的盈利历史 黄昏纪")
 t([[#{bold}#412: #{normal}#Diseases and food shortages force increased trade with other races. For the first time in our great history we are in the red. Morale amongst the people is at an all-time low, and is badly affecting productivity.
 #{bold}#1430: #{normal}#Several mages visited and used their arts to cure many of the plagues we have suffered for centuries. When offered payment they refused. How very odd...
 #{bold}#1490: #{normal}#Production now nearing pre-Spellblaze levels. Profits high, and commerce with other races increasing.
-#{bold}#1567: #{normal}#Gigantic earthquakes have completely destroyed many of our major production facilities. Loss of personnel resources is also very tragic, especially key production experts. This is having a very negative effect on our forecasts.]], [[#{bold}#412: #{normal}#疾病和食物短缺逼迫我们增加与其它种族交易的数量。这是我们有史以来第一次遇到了困境。人们的素质已经降到了史无前例的低点,这将极大的降低生产力。
-#{bold}#1430: #{normal}#数个法师来此造访并用他们的法术解除了折磨我们多个世纪的瘟疫。他们还拒绝了我们的报酬。真是群古怪的家伙。
-#{bold}#1490: #{normal}#现在生产力已经恢复到接近法术大爆炸时期前,利润很高,和其它种族的交易与日俱增。
-#{bold}#1567: #{normal}#强烈的地震几乎完全摧毁了我们所有的生产设施。人力资源的损失严重,特别是重要的生产专家们,这对我们的经济预期有极大的负面影响。]])
+#{bold}#1567: #{normal}#Gigantic earthquakes have completely destroyed many of our major production facilities. Loss of personnel resources is also very tragic, especially key production experts. This is having a very negative effect on our forecasts.]], [[#{bold}#412:#{normal}#疾病和食物短缺逼迫我们增加与其它种族交易的数量。这是我们有史以来第一次遇到了困境。人们的素质已经降到了史无前例的低点,这将极大的降低生产力。
+#{bold}#1430:#{normal}#数个法师来此造访并用他们的法术解除了折磨我们多个世纪的瘟疫。他们还拒绝了我们的报酬。真是群古怪的家伙。
+#{bold}#1490:#{normal}#现在生产力已经恢复到接近法术大爆炸时期前,利润很高,和其它种族的交易与日俱增。
+#{bold}#1567:#{normal}#强烈的地震几乎完全摧毁了我们所有的生产设施。人力资源的损失严重,特别是重要的生产专家们,这对我们的经济预期有极大的负面影响。]])
 t("Iron Throne Profits History: Age of Pyre", "钢铁王座的盈利历史 派尔纪")
 t([[#{bold}#240: #{normal}#Market forecasts recovering better than expected. Increasing expansion in external trade areas.
 #{bold}#490: #{normal}#Orcish attacks have become much worse - seem to be using higher magic and some demonic forces. Potential threat to resources.
 #{bold}#581: #{normal}#Several key cities overwhelmed from underground by attacks from orcs and strange horrors. Have collapsed lower caverns to prevent further penetration. Working on continued resource protection measures.
 #{bold}#711: #{normal}#Developed key strategic agreements with outside races to help contain orcish threat to resources and infrastructure. Relations with Toknor of the humans are seen to be especially important - have sent him some of our best armour and weapons to ensure a good return on our investments. In hindsight we should have charged more for these.
 #{bold}#713: #{normal}#Orcish threat eliminated. Profits beginning to soar due to increased external trade relations.
-]], [[#{bold}#240: #{normal}#市场预期比预料中恢复的更快。外贸领域增长尤为迅速。
-#{bold}#490: #{normal}#兽人的侵袭日益加剧——他们好像是用了更高级的魔法和恶魔的力量。他们潜在的威胁到了我们的资源。
-#{bold}#581: #{normal}#许多主要城镇的地下都被兽人和另一些奇怪的可怕生物所充斥。已经关闭了地势较低的洞穴来防止进一步的损失。资源保护措施继续进行中。
-#{bold}#711: #{normal}#与其它种族签订战略合作协议来帮助降低兽人对资源和基础设施的威胁。与人类领袖图库纳的关系看起来尤其重要,我们已向其派去数名最好的武器工匠和护甲工匠以保障在当地的投资能有较好的收益。 其实我们本能借此向他们收取一笔可观的佣金。
-#{bold}#713: #{normal}#兽人的威胁解除了。利润由于对外贸易的扩大化而急剧增加。
+]], [[#{bold}#240:#{normal}#市场预期比预料中恢复的更快。外贸领域增长尤为迅速。
+#{bold}#490:#{normal}#兽人的侵袭日益加剧——他们好像是用了更高级的魔法和恶魔的力量。他们潜在的威胁到了我们的资源。
+#{bold}#581:#{normal}#许多主要城镇的地下都被兽人和另一些奇怪的可怕生物所充斥。已经关闭了地势较低的洞穴来防止进一步的损失。资源保护措施继续进行中。
+#{bold}#711:#{normal}#与其它种族签订战略合作协议来帮助降低兽人对资源和基础设施的威胁。与人类领袖图库纳的关系看起来尤其重要,我们已向其派去数名最好的武器工匠和护甲工匠以保障在当地的投资能有较好的收益。 其实我们本能借此向他们收取一笔可观的佣金。
+#{bold}#713:#{normal}#兽人的威胁解除了。利润由于对外贸易的扩大化而急剧增加。
 ]])
 t("Iron Throne Profits History: Age of Ascendancy", "钢铁王座的盈利历史 卓越纪")
 t([[#{bold}#28: #{normal}#Mutual defence treaty signed with newly formed Allied Kingdom, and further trade routes opened. Highest ever recorded profit in final quarter of this year.
 #{bold}#115: #{normal}#Noted a return of an orcish presence in the collapsed caverns beneath the Iron Throne. Also increased reports of horrors and demons affecting mining operations. Key strategic decision taken: these must be kept hidden from the other races. Uncertainty will only destabilise the markets. Increase stockpiles of weapons and armour, especially voratun and stralite materials, in case of new war trade.
-#{bold}#120: #{normal}#Orcish raid has stolen many of our stockpiled weapons. Pressures on mining operations have increased, cutting off key stralite veins. Resource protection measures need increasing, whilst threat must be contained beneath us. Profits are stable, but under heavy threat.]], [[#{bold}#28: #{normal}#与联合王国签署了共同防御协议,向更远地区的商路被打开了。今年最后一季度的利润达到了史上最高。
-#{bold}#115: #{normal}#发现兽人于钢铁王座下方倒塌的洞穴中回归,同时接到了更多的妖怪与恶魔影响矿产开发的报告。关键性战略已经决定:这些事情必须对其他种族绝对保密。不确定性只会使得市场发生动荡。 囤积武器和护甲,特别是沃瑞钽和蓝锆石装备,以应对可能到来的军火贸易。
-#{bold}#120: #{normal}#兽人从我们的仓库中偷走了大量的武器。矿业生产的压力急剧增加。关闭主要的蓝锆石矿脉。必须加强资源保护措施,同时此次威胁必须由我们加以控制,消息绝不能走漏。盈利是稳定的,虽然受到极大的威胁。]])
+#{bold}#120: #{normal}#Orcish raid has stolen many of our stockpiled weapons. Pressures on mining operations have increased, cutting off key stralite veins. Resource protection measures need increasing, whilst threat must be contained beneath us. Profits are stable, but under heavy threat.]], [[#{bold}#28:#{normal}#与联合王国签署了共同防御协议,向更远地区的商路被打开了。今年最后一季度的利润达到了史上最高。
+#{bold}#115:#{normal}#发现兽人于钢铁王座下方倒塌的洞穴中回归,同时接到了更多的妖怪与恶魔影响矿产开发的报告。关键性战略已经决定:这些事情必须对其他种族绝对保密。不确定性只会使得市场发生动荡。 囤积武器和护甲,特别是沃瑞钽和蓝锆石装备,以应对可能到来的军火贸易。
+#{bold}#120:#{normal}#兽人从我们的仓库中偷走了大量的武器。矿业生产的压力急剧增加。关闭主要的蓝锆石矿脉。必须加强资源保护措施,同时此次威胁必须由我们加以控制,消息绝不能走漏。盈利是稳定的,虽然受到极大的威胁。]])
 t("Iron Throne Edict", "钢铁王座布告")
 t([[#{bold}#AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE.#{normal}#
 
@@ -17112,6 +17925,7 @@ Hmm, that fellow's blood was so red, spilling on the cavernous floor. I wonder w
 嗯,那家伙的血液真鲜艳,在地穴里流淌了一地。我猜他们在哪埋葬他?我很饥渴,我想尝尝,是的是的……
 
 ——工头 塔马斯]])
+t("iron throne", "钢铁王座")
 t("Deep Bellow excavation report 3", "无尽深渊挖掘报告 3")
 t([[Hah, my mouth, it tastes, it feels, hmm hmm. It grows, yes yes! The others are changing, flying, screaming, squelching, warping. Bad for profit, hmm hmm. My teeth, they grow, they hunger, yes. They want to escape!
 
@@ -17401,6 +18215,7 @@ You rise and prepare to kill again.
 那是狗吠声。紧跟着传来的,是人的声音。他们肯定是贝里斯的同伴,可惜来得太迟了。
 你缓缓地站起来,看来又要大开杀戒了……
 ]])
+t("keepsake", "往昔信物")
 t("Keepsake", "往昔信物")
 t([[Berethh lies dead. Kyless has been destroyed. The merchant caravan wiped out. Nothing of your past remains.
 You thought you might find answers in this place but you have been left with only one certainty. You are cursed.
@@ -17432,7 +18247,7 @@ But all I've found so far is rats. I hate rats...]], [[该死的伊莫克斯!
 
 好吧,因为我很穷。呸……
 
-要是我早知道传送过后会一丝不挂,我一定会重新考虑他们的提议!想象一下我尴尬的出现在一片陌生的土地上,全身赤裸一丝不挂,该死的我的内衣就这么消失了?谢天谢地……我总算是从一名和蔼的农民伯伯那借来了一件法袍, 他还雇我帮他干了些庄稼活。我用干活得来的钱买了些食物,弄了本日记还凑合搞了把破剑。当我听说这周围有些遗迹充斥着不死族时,我终于幡然醒悟,原来这都是命运的呼唤啊! 于是我来了,伟大的太阳骑士泰尔沙,将在这陌生的西方大陆正面我的实力!
+要是我早知道传送过后会一丝不挂,我一定会重新考虑他们的提议!想象一下我尴尬的出现在一片陌生的土地上,全身赤裸一丝不挂,该死的我的内衣就这么消失了?谢天谢地……我总算是从一名和蔼的农民伯伯那借来了一件法袍,他还雇我帮他干了些庄稼活。我用干活得来的钱买了些食物,弄了本日记还凑合搞了把破剑。当我听说这周围有些遗迹充斥着不死族时,我终于幡然醒悟,原来这都是命运的呼唤啊! 于是我来了,伟大的太阳骑士泰尔沙,将在这陌生的西方大陆正面我的实力!
 
 但我在那只找到了老鼠,我讨厌老鼠……]])
 t([[Aha, I have found the accursed undead that plague this nefarious dungeon! The skeletal fool was thankfully no match for me! I suppose it helped that he had no arms...
@@ -17461,6 +18276,7 @@ t([[Kor'Pul, Kor'Pul... When the farmer told me what this place was called it re
 Probably just a coincidence.]], [[卡·普尔,卡·普尔……当农民伯伯告诉我这个地方的名字时我好像想起啥事了,嗯……我现在快能想起来了。妈妈曾对我讲述过一个祖先的故事,是关于他们如何乘船逃离一名称霸大陆的邪恶巫师之手。 这名卑鄙的巫师利用了法术大爆炸和大灾变的毁灭性影响,召唤了庞大的不死军团。人们无数次的与他斗争,但即使他被打败了,数百年后也必将卷土重来。这术士的名字好像是……卡·普尔。
 
 ——大概是个巧合吧。]])
+t("kor'pul", "卡·普尔")
 t("journal page (kor'pul)", "卡·普尔游记")
 t([[It's quiet down here. And dark... very dark. I suppose I should have brought a lantern. Our motto is to bring light into dark places, but I guess I should have thought about that in practical terms. I've cleared out pretty much all of this area, and there's not much left to explore beyond this last room.
 
@@ -17563,7 +18379,7 @@ Died the 2th Summertide, Year of Ascendancy 108
 
 King of Kings, Founder of Last Hope, Purger of Orcs, Father of the Age of Ascendancy. Great is the memory of the warrior who fought for peace, and won.
 Quoth King Toknor: "I have lived for the future, a future of peace and prosperity, a future free for all. How happy I am to see that future now... Aye, and it is brighter than any sword, and stronger than any armour, and more enduring than any war. Though warrior I am in flesh and mind, my heart belongs to peace."]], [[生于派尔纪682年,厄流月23日
-死于卓越纪108年,夏至月2日
+死于卓越纪108年,夏至2日
 
 万王之王,最后的希望创始人,兽人清剿者,卓越纪的缔造者。他终生为和平而战,并获得了胜利。
 图库纳的遗言:“我奋斗未来,一个和平繁荣的未来,一个自由平等的未来。我是多么高兴现在就看到了未来……啊,它比任何刀剑都要明亮,比任何装甲都要坚固,比任何战争都要持久。虽然我的肉体依旧是战士,但我的心却早已归于宁静。”]])
@@ -17573,7 +18389,7 @@ Died the 2th Summertide, Year of Ascendancy 113
 
 Saviour of the Battle of Last Hope, Bringer of Unity, Soother of Hearts and Minds. Greatly is missed the alchemist that could change sorrow to joy, despair to hope, defeat to victory.
 Quoth Queen Mirvenia: "Nothing moves me more than seeing the sun set over Last Hope, seeing all the joy and beauty we have brought here bathed in glorious light. At moments like this I still feel him next to me, and I know I have lived a good life. Today has been a good day... Today I think I shall die."]], [[生于派尔纪688年,辉耀月5日
-死于卓越纪113年,夏至月2日
+死于卓越纪113年,夏至2日
 
 最后的希望战役的救世主,团结的缔造者,人民心中的女神。她用奇迹般的手段使我们转悲为喜,让绝望变成希望,引领我们走向胜利。
 米雯尼雅的遗言:“没有什么能比最后希望的日落更能打动我,沐浴在我们带来的欢乐和美丽阳光中是如此的美好。在这一刻我仍能感到他在我身边,并且我知道我这辈子值了。今天是一个好日子……今天我想我该走了。”]])
@@ -17637,6 +18453,7 @@ By the time Drake left the Iron Council, the Dwarves had agreed to pay thirty ti
 
 当德瑞克离开钢铁议会时,矮人们以30倍的价钱签订了协议。
 ]])
+t("southspar", "南晶岛")
 t("The Pale King, part two", "亡灵国王,第二章")
 t([[#{bold}#3. Drake and the Conclave Mages.#{normal}#
 
@@ -17752,6 +18569,7 @@ It’s a remarkable report, and one I’m minded to believe, in spite of the not
 - 埃斯蒂 阿斯米
 
 #{italic}#尾注:在这份报告印刷不久,阿斯米被发现死在最后的希望周围的某个小港口,身上值钱的东西都不见了。#{normal}#]])
+t("last hope", "最后的希望")
 t("A creased letter", "皱巴巴的信")
 t([[Oh Cecil, what must you think of me? But I remember your words to me, before the fever took you - you told me to live. And live I must... And yet that fever has now spread to me and I feel my days are numbered.
 
@@ -18235,6 +19053,7 @@ The joke was over
 这个笑话让我们从头笑到尾
 #{normal}#]])
 t("gravestone", "墓碑")
+t("last hope graveyard", "最后的希望墓地")
 
 
 ------------------------------------------------
@@ -18271,6 +19090,7 @@ I saw something! I don't know what it was... but it was big and shadowy! But whe
 呸!简直就是放屁!他以为我有那么蠢么? 另外,我现在非常享受!我正在冒险呢!!
 
 我看到了些东西!我不知道那是什么……但是他很大而且很模糊!在我试着追赶它的时候我竟然迷路了……额,可能这仅仅只是我的想象?不,我确信那一定是很酷的和令人兴奋的什么东西,我得继续探索!]])
+t("maze", "迷宫")
 t("the perfect killing device", "完美的杀人装置")
 t([[I have now devised the perfect trap for the horned beast that walks these halls! Truly he cannot avoid this amazing contraption - the perfect blend of technical mastery and nature's lethal gifts. Ah, how I look forward to having that monster's head mounted on my walls - it shall be the pride of my collection!
 
@@ -18342,6 +19162,7 @@ The same force that destroyed the Nalorën would save them. Through the Sher'Tul
 被任性消极的永恒精灵和冷漠猜忌的自然精灵背叛后,纳鲁精灵们始终保持着缄默。此时此刻,拯救种族方法的出现既显得突兀又显得理所当然。通过研究远古的夏·图尔魔法,占星师们经过长时间的思考,终于完成了最终方案。
 
 那毁灭纳鲁的力量,同样可以拯救他们。通过夏·图尔魔法,纳鲁们可以在水里自由的呼吸。他们的身体变的适合水下行动,他们的腿变成了细长的像蛇一样的尾巴。你可以想象,这种非自然的变化会带来多少恐惧。不管怎样,纳鲁们看到了未来的希望——他们沉没的大陆再次成为了他们的家园。家园将会重建,文明将会传承,历史将会延续。纳鲁一族已经随着大陆沉没在历史中,他们将建立新的自由国度——“娜迦”。]])
+t("temple of creation", "造物者神庙")
 t("personal note (Slasul)", "萨拉苏尔的个人笔记")
 t([[At long last, the temple finally reveals its secrets to me, and my plans can be set in motion. Lithe in form, faultless in combat, unmatched in speed both above the waves and beneath... nature couldn't have hoped to create such a race as nagas. With the Temple of Creation now open to me however, we may become so much more. With my guidance, my careful shaping of the Sher'Tul's magicks, under my expert hand our great race shall soon reach its zenith. A new tract shall soon be written: The Tract of the Devourer.
 ]], "终于,神庙向我敞开了神秘之门,我的计划终于可以实施了。柔软的身体,完美的战斗能力,无与伦比的两栖机动性……大自然怎么会创造出娜迦这样的种族?不管怎样,当造物主神庙之门为我打开,我们可以变的更加强大。在我的指引和对夏·图尔魔法的仔细改造下,我们的伟大种族会很快趋于巅峰。新的篇章将被谱写——吞食天地。")
@@ -18474,6 +19295,7 @@ Rolf.]], [[威斯曼,
 
 老友,
 罗尔夫]])
+t("adventures", "冒险家")
 t("Last Will of Rolf", "罗尔夫的遗嘱")
 t([[Last Will and Testament of Rolf Two-Axes
 
@@ -18540,6 +19362,7 @@ But Human did not cry, for the coal in his heart burned hot, and he knew he was
 盖里克十分难过,他看着人类说:“对不起,现在已不是创世者的时代了,我也必须离开。”
 于是盖里克缓缓步入了混沌。
 人类并未因此哭泣,不仅因为他胸中的煤炭正散发出无穷的热量,更因为他知道自己并非真正孤单。]])
+t("myths of creation", "冒险家")
 t("a logical analysis of creation, by philosopher Smythen", "创世传说的逻辑分析,哲学家斯迈森著")
 t([[Many are the tales of how our world was made, from the absurd to the romantic to the horrific. But they are all mere myths, with no more than seeds of truth to even the most reliable. The history of our race goes back far, but it is tantalisingly scant in details from before we met the other races. Indeed, it is only through our battles with the others that we halflings have any ancient records at all.
 
@@ -18574,6 +19397,7 @@ So what happened to these gods after they had made the races which we see today?
 然而夏·图尔的存在又该如何解释。很显然那是比我们更加强大的种族,尽管他们已经消失了。可以肯定我们的创造者在我们之前制造了他们,但是可能不满意他们,于是将他们返工制成了我们。虽然我们没有夏·图尔人那么强大——没有至少——但是我们有自己的礼物——那就是在我们伟大的创造者心中,我们占有着更重要的位置。这样就可以解释为什么我们是第一个打开夏·图尔传送门的种族。因为我们和我们的兄弟种族有着天然的联系。
 
 那么在那些神创造了这些种族后又发生了什么?肯定是他们之间发生了纠葛,或者他们同归于尽,亦或是他们的战场远离了这个世界。我们的创造者,看到其他众神,或是被杀或是离开,肯定是将这个世界委托给了我们半身人,因为他知道我们将代替他掌管这个世界。这使我们拥有合法继承权,我们也有职责管理好它。]])
+t("eyal", "埃亚尔")
 t("Tale of the Moonsisters", "月亮姐妹的传说")
 t([[Eyal was raised from Darkness,
 And One came who made a blinding light called Sun,
@@ -18637,6 +19461,7 @@ t([[Death mocks my experiments. I can preserve the flesh of my servants, tightly
 My days are numbered. Each night that passes saps strength from me. I must find the way to preserve my soul within my flesh. My greatness cannot be allowed to fade.]], [[死亡嘲弄着我的实验。我可以保存侍从们的血肉,将他们用盐防腐后紧紧的包裹起来,就像是对待真正的实验品一样。我可以复活他们,使他们在我阴森森的坟墓里晃悠。但他们不过是没有任何灵魂的容器。这意味着我的霸业要结束了?我需要更好的机遇……
 
 我的日子屈指可数。我的力量随着每个夜晚逐渐流逝。我必须找到将灵魂保存在肉体里的方法。我的伟大不容亵渎。]])
+t("ancient elven ruins", "古代精灵废墟")
 t("ancient papyrus scroll", "古老的莎草卷轴")
 t([[Death has met her match. My results are complete, and I am ready to step to the Beyond. I have my sword by my side, and its icy edge will freeze even the dark one in her tracks. My powers cannot be denied...
 
@@ -18667,6 +19492,7 @@ And there is something... something terrible. In the shadows, in the darkness, I
 那时我正在潜行研究着月亮石,那颗红色的星星正在黎明前的夜空升起。突然间,月亮石变得血红,从峡谷的岩石中冒出了一大堆奇怪的传送门。从传送门中跑出来了各种各样的恶魔!我连忙卷起铺盖启动隐形戒指跑进山洞,但是连山洞里也到处都是那群生物!看来,整个山洞都被他们所占领,他们饥渴地四处游荡捕猎着。
 
 而且,在他们中有一个……一个可怕的存在。在迷蒙的黑暗和阴影中,我可以感受到他正在追寻着我,这个一个隐形的猎人正在追踪着同样隐形的我——作为猎物。我现在甚至能听到恐怖的鞭打声,我必须赶紧藏起来……]])
+t("valley of the moon", "月之山谷")
 t("Rassir's journal part 3", "拉希尔的旅行日记 第三部分")
 t([[I fell asleep in a dark hollow, but my sleep was troubled by terrible dreams. The dreams are so vivid in my mind!
 
@@ -18900,6 +19726,7 @@ The origin of Demons is not wholly known, but it is clear that they are capable
 娜迦曾被认为仅存于神话中,但是据可靠消息以及死亡的标本表明他们是真实存在的。他们的上半身是人形,有着金色的头发和苗条的身段,但是下半身却极像一只巨蛇的尾巴。他们大约身高6英英尺,尽管他们的尾巴可能更长。他们在马基·埃亚尔的东岸和东南岸都有踪迹,这表明他们生活于波涛之下。有关他们的记载只有近一百年的,并且越来越多的证据表明他们并不是喝醉水手们的幻觉。他们可以在水里和陆地上呼吸,同时拥有肺和腮,并且据说在陆地上有着非常惊人的速度。有人可能认为它们只是特殊的怪物,但是他们会用海底找到的材料做成珠宝和武器装备自己,例如用鲨鱼皮制成的柔软锁甲。这表明了一种先进的文明,但是截至目前为止我们发现与他们沟通几乎是不可能的。现在还不知道他们是否有复杂的语言,但是他们目前的对外回复只是极端的暴力,并且东海的渔民们经常要提防碰上这些邪恶的生物。
 
 恶魔的起源已经不为人所知,但是很显然他们具有某种智慧,所以我觉得有必要在此写下一段。众所周知,他们是由某种魔法仪式召唤而来,并且在黄昏纪时期,小恶魔们经常与恶魔巫师们为伍。最主要的理论,由永恒精灵魔导师们得出的,恶魔们似乎来自另一个世界,一个由纯净的奥术能量链接的世界。那必然是一个地狱般的地方才能容下如此多恐怖的生物。恶魔们在外观和能力上不尽相同,正如我们世界里的生物一样。他们通常有偏蓝的血液和金属化的血肉,可以表现出超乎我们想象的形态——有些绽放在火焰中,有的藏在酸雾里或是可怕的黑暗中。这一切看起来都是建立在精通魔法的某种基础上,并且他们之中最强者具有真正可怕的力量。幸运的是他们是非常罕见的种族,而且自从魔法淡出人们的视野后,出现的更加稀少了。]])
+t("races", "种族")
 t("Loremaster Greynot's Analysis of the Races - Chapter 11 - Dragons", "博学者格雷诺特关于人种的调查——第十一章——龙族")
 t([[The common man may scoff at the idea of classifying dragons as an intelligent race, but experienced wyrmics know otherwise. Dragons are incredibly long-lived creatures, with some known to survive for thousands of years. Though in their early life they are of a bestial nature, as they advance through the centuries they gain an ever keener and more developed intellect. The eldest of wyrms are sometimes considered the most subtle and intelligent of creatures in Maj'Eyal, capable of telepathic communication and advanced mental abilities, and wyrmics speak of them with the highest reverence.
 
@@ -18918,6 +19745,7 @@ Dragons are regularly hunted for their thick scales and their elementally imbued
 龙族攻击人类和半身人聚居地的事情是少见的,但一旦出现这种情况,通常是毁灭性的灾难。通常它们是为了找牲畜吃,但有时也有来自成年巨龙的攻击,是为了寻找重金属和宝石来作储藏。龙族的财富已经成为了一种传奇,那些巨龙们都以拥有成山的金币为傲,但是现在如此多的宝藏几乎没有。矮人们在厄流纪对龙族的狩猎,使得龙族几乎趋于绝迹,现在的大部分龙族在巢穴里只有适量的财富。
 
 龙族经常由于它们结实的龙皮和元素亲和度极高的骨头而被狩猎。龙皮是护甲制作者们最喜爱的材料,因为它们通常轻薄坚硬,并且通常保留有龙皮主人生前的魔法亲和力。龙骨是法杖制作者们最喜爱的材料,因为它的魔法亲和力非常高,有时也被用于制造纤薄且柔韧的弓箭。然而,对龙族的不断狩猎引起了许多龙战士们的强烈不满,并且交易“自然衰老”的龙族材料的市场也日益增多——那些人只取自然死亡的龙族身上的材料。仍然,由于龙族全身都是宝的原因,每年都有许多在龙族的尖牙利齿下度日,被欲望冲昏了头脑的人死亡。]])
+t("shatur", "夏特尔")
 t("Lament for Lands now Lost", "失去的大陆的挽歌")
 t([[You see a moss covered statue of a Thalore reciting a poem, over and over.
 #{italic}#"Where bright and berried yews did stand,
@@ -18978,6 +19806,7 @@ Your honour or your shoes!]], [[逃跑者,逃跑者
 现在是时候去选择
 逃跑者,逃跑者
 你的名誉或你的鞋!]])
+t("artifacts", "神器")
 t("Gifts of Nature", "自然的恩赐")
 t([[In Age of Allure rose an archmage high
 With power beyond compare
@@ -19076,6 +19905,7 @@ Now to Nature you are dust"]], [[厄流纪崛起一位黑魔导
 大自然恩赐的信任不再
 你的信念转向了法术
 现在落叶归根吧”]])
+t("dreamscape", "梦境空间")
 t("If I Should Die Before I Wake", "从噩梦中惊醒,还是在梦魇中永眠?")
 t([[You wake suddenly from your unexpected slumber and attempt to quickly regain your bearings. However, you are not prepared for the bizarre vision that greets you: instead of land and sky you see only amorphous shapes and varying degrees of light. A strange psychedelic haze permeates the air and otherworldly colors and shadows flicker in and out of your peripheral vision. 
 As you begin to come to grips with this strange environment, you realize with horror that you cannot move! Your body feels as if it is completely without weight and try as you may you cannot budge an inch. You experience a sense of Déjà Vu as you recall past nightmares of being paralyzed. That's when it strikes you: you never woke up at all, you're still asleep! This epiphany is only reinforced when you notice a strange phenomenon: mirror copies of yourself are being slowly projected from where you stand and are moving about of their own volition.
@@ -19086,6 +19916,7 @@ Free now to face this nightmare, you turn to find your foe. While you have a sen
 他们似乎都集中精神于某个东西,但那个是什么?正在你思考你的梦境守卫在面对什么时,你感觉到了它。虽然恐惧,但你意识到自己并不孤单。
 你的敌人侵入了你的潜意识,开始在梦境中攻击你。虽然依旧不能动,但你的大脑也开始思考如何在这疯狂而恐怖的处境下存活。当你试着集中精神到你的梦境守卫上时,你发现你能够控制它。
 专心面对眼前的噩梦,你开始寻找你的敌人,虽然你感觉到让你的一个梦境守卫被摧毁似乎不会成为灾难,但如果许多个守卫被一起摧毁呢?那会发生什么,你不愿去想,只是专心来击退敌人。]])
+t("vault", "宝库")
 t("Mocking Note", "奚落")
 t([[Dear graverobber,
 
@@ -19096,12 +19927,14 @@ Love, #{italic}#Eden#{normal}#]], [[亲爱的盗墓贼,
 下次记得快一点。
 
 你钟爱的#{italic}#艾登#{normal}#]])
+t("magic", "魔法")
 t("Nature vs Magic", "自然与魔法的对抗")
 t([[Your arcane abilities have been interfered with!
 
 Eyal is a torn world, and the forces of nature can react strongly to the arcane energies that seek to manipulate them. Some items and areas are imbued with anti-magic, a natural energy that disrupts magical abilities and effects. There are even those who have learned to harness anti-magic into their own wild abilities, and who use them to hunt down and destroy those who practise magic. So beware, caster! It is a hostile world ye wander in.]], [[你的奥术能量被干扰了!
 
 埃亚尔是一块被撕裂的大陆,自然力量对奥术能量反应激烈,试图彻底控制它。某些物品和地方被灌输了反魔力量,这是一种能干扰魔法能力和魔法效果的自然力量。甚至还有一些人,将反魔力量和他们本身的自然力量结合起来,用于猎捕并摧毁魔法使用者。小心,施法者!你漫游的世界并不友好!]])
+t("highfin", "赫菲因")
 t("On Adventuring", "关于冒险")
 t([[I must say, as time grows, I feel so do I grow more and more inclined to distance myself from the calling of an 'adventurer', like so many you can find roaming the countryside. I feel like the myth of a wandering hero has blinded too many with promise of easy fame and riches, with no eye for the other kind of fortune.
 
@@ -19128,6 +19961,7 @@ It is important to remember, that every artifact has a meaning, beings of great
 要记住重要的是,每一件神器都有其自己的意义,如同曾经手持他们的那些值得在史册留名的伟大英雄。尽管他们的故事已经被人们渐渐淡忘,他们的遗物仍然在世间永存。这就是为什么说,真正的英雄并不是因为他的财富扬名立万。真正的冒险家永远无畏于挑战前人所不敢为之事,无论他们的功绩是否为人所记载。无论如何,你伟大的冒险经历将开创属于你自己的史诗。
 
 ——#{italic}#科斯汀·赫菲因#{normal}#]])
+t("point zero", "零点圣域")
 t("Warden-Master Galsamae's Orientation Notes", "时空守卫大师加尔萨麦的时空导航笔记")
 t([[Congratulations, sir and/or madam. Whether by invitation, discovering it on your own, or simply being enough of a thorn in our side to recruit rather than dispose of, you have gained the secrets of chronomancy. The ultimate power of time - the ability to reset and try again if you fail, the ability to save time by seeing the results of investigations before they happen. Though our powers are bound to post-Spellblaze Eyal, they are those of nigh-omnipotence with enough patience.
 
@@ -19157,7 +19991,8 @@ PS: You might encounter a... benefactor of sorts in your travels. You'll know it
 [i]-加尔萨麦[/i]
 
 注:你可能会在旅途中遇到一些……某种意义上的恩人。当你看到它时,你就会明白的。如果你亲眼见证了这一切,也就是在死亡的边缘挣扎的时候,我们必须很遗憾的告知你,你已经向着E4-RL时间轴走向了一条注定灭亡的单程旅行,除非“他愿意”重新把你编织进时空的路线——而且他似乎一般只会青睐那些通过无可替代的力量或运气来避免自己被设计好的灭亡的人。如果你被它的方案所选择了,那么你可能会从E4-EXPADV时间轴子网络的时间坟场回来。 我们不知道它是什么 —— 到底是我们自己失控的创造物,是某个竞争对手的武器,或者远远超出我们自己的东西 —— 但是如果它有敌意,它已经赢了。到目前为止,它一直是……处在合作的状态。请注意不要提醒它我们是它的竞争对手。]])
-t("Mantra of a Shiiak", "Mantra of a Shiiak")
+t("spydrë", "蜘蛛族")
+t("Mantra of a Shiiak", "希阿克真言")
 t([[Each morning I wake, happy I'm alive;
 the traps of this tomb won't claim me today.
 Though its curse of hunger eats at my insides,
@@ -19213,6 +20048,7 @@ Oh, look. He is trying to harm me with spells, but all he can manage is a corrup
 
 不朽的兹基克,哈!多么愚蠢的小丑。我很高兴他的骄傲最终毁掉了自己。然而讨厌的是,这个年轻的傻小子在制作他的命匣时用光了艾德瑞尔之石,所以我也必须为我自己做一只命匣。从好的一面来说,我那不成器的学徒从反面说明了为什么我们应该使用亲手杀死的生物的骨架作为死亡转化的道具:他所选择的那具龙骨正在发霉溃烂,并且附在上面的霉菌似乎利用了骨头内的魔法能量转化了自己,成为了一种新的魔法形式。我真心希望任何发现这篇手稿的人能以最残忍的方式杀死这只“巫妖”并且将他弃置于光明之地。
 哦,看呐,它正在试图用法术攻击我,不过他所能做的只是拥有一个堕落的名字:兹基克茨。]])
+t("boss", "Boss")
 t("Walrog", "乌尔罗格")
 t([[Dirge of the Naloren
 
@@ -19280,6 +20116,7 @@ I woke up with my flesh drenched in blood. Or is it blood? Is it my flesh? The g
 我甚至没有埋葬尸骨的勇气。我迅速的离开了,随着恐惧充斥了我的心脏,天空也呈现出鲜血般的颜色,大地也变的黝黑,蜘蛛们也跳了出来——它们的面孔在不断的变化。它们嘲笑我并向我喷射蛛丝。我撕开了它们,蛛丝缠绕着我的手指,毒液在不断的侵蚀我的皮肤,一股强烈的厌恶感油然而生。突然手中的蛛丝蒸发了,蜘蛛们也凝聚成了一张脸,它的嘴就像一朵巨大的红色花朵。我掉进了这朵花里,然后它便爆裂成了一团粘糊糊的液体,遮住了我的所有视线和意识。
 
 当我醒来时,我发现全身是血。是血吗?是我的?还是……?我的呻吟声回荡在大地上,我的叹息声消散在雾气中。我现在离火山腹地更近了,也离真相更近了一步。是时候出发了,寻找真相,寻找自我……]])
+t("dogroth caldera", "达格罗斯火山")
 t("tattered paper scrap", "破烂的碎纸片")
 t([[Broken land and broken thoughts. If I think clearly the land runs smooth. But my thoughts are not clear. I think.
 
@@ -19342,6 +20179,7 @@ t([[#{italic}#From the notes of Darwood Oakton, explorer:
 #{bold}#第四章:不得不提的……
 
 #{normal}#在我继续之前,我得明确一件事:我可不是魔法师们的好朋友。某些力量根本就不能简单的被凡人的双手和头脑驾驭。通过夏·图尔人的覆灭和魔法大爆炸带来的灾难和瘟疫,历史一次又一次的教会我们,魔法通常坏处大于益处。但是对我现在的任务来讲,恐怕使用魔法是必须的。在我停留德斯镇的日子里,我和一个年轻的旅行者成为了要好的朋友,我们常在小旅馆一起喝酒。我不能确切的指出,但是我相信他是一个魔法师——他身边总有一股解释不清的能量围绕着他,更别提一顶值得炫耀的法师帽。我在思考他对水中呼吸术有什么想法……?]])
+t("old forest", "古老森林")
 t("journal entry (old forest)", "古老森林冒险日志")
 t([[#{italic}#From the notes of Darwood Oakton, explorer:
 #{bold}#CHAPTER FIVE: HORR...
@@ -19383,6 +20221,7 @@ If any come after, I bid you turn ... horrors ... too much. If you are foolish e
 如果以后有任何人进来,我劝告你回……恐惧……太多了。如果你够蠢的话……我唯一的建议是……
 
 #{italic}#你在这个手稿旁发现了一枚小巧的、微微闪光的水晶球……这就是手稿中提到的钥匙吗?#{normal}#]])
+t("lake of nur", "纳尔湖")
 t("magical barrier", "魔法屏障")
 t("As you descend to the next level you traverse a kind of magical barrier keeping the water away. You hear terrible screams.", "当你进入下一层时,你感觉自己穿过了某种隔绝水的魔法屏障。你听到了恐怖的尖叫声。")
 
@@ -19766,6 +20605,7 @@ I see his notes also suggest the mothers may be in pain. I will allow a doping i
 我在他的报告中也看到了,母亲们也许会在此过程中承受痛苦。我会在实验中使用输液方式来避免这种痛苦。我们不希望母亲们受罪……
 
 ]])
+t("orc prides", "兽人部落")
 t("Ukruk's log", "乌克鲁克的日志")
 t([[Sher'Tul ruin matches description from high command. Investigation begun, but slow. Looks like it crashed into the ground long ago - hard to access many areas. Target item has been described by command as a staff. Do not know why a staff so important. Surely the ultimate weapon should be a sword or axe, like that wielded by the great Garkul?
 
@@ -19866,6 +20706,7 @@ One day soon he will return to us, and bring us to our proper glory. Look forwar
 
 -- 审判者
 ]])
+t("rhaloren", "罗兰精灵")
 t("carefully preserved letter (rhaloren camp)", "小心保存的信(罗兰精灵营地)")
 t([[My dearest,
 
@@ -19947,6 +20788,7 @@ Of the legendary worm so great!]], [[这沙虫变得越来越强大
 寻找属于我自己的命运
 我是多么的渴望尝到那跳动的心脏
 传说沙虫跳动的心脏美味无比!]])
+t("sandworm lair", "沙虫巢穴")
 t("song of the sands", "流沙之歌")
 t([[I have seen the Queen in glory true
 And she has moved me to my soul
@@ -20018,6 +20860,7 @@ I see now the path that lies before me. The Spellblaze was not a curse, it was a
 我能感觉到它在触摸我,我能感到它钻进我的心底向我灌输它的力量。当它把能量灌输给我时,我兴高采烈的站在原地。啊,我热血沸腾了!血液被真正的能量所同化!
 
 我看到了未来的道路。魔法大爆炸不是诅咒,它是一种祝福。我必须使人们正视我族开启的荣耀!我将把这堕落的奇迹带给世界!]])
+t("scintillating caves", "闪光洞穴")
 t("exploration journal", "探险笔记")
 t([[#{italic}#10th Mirth, Year 122 of the Age of Ascendancy#{normal}#
 The council has seen fit to allow me to investigate the scintillating caverns after that Rhaloren madman started raving on the streets about how someone had "befouled" them... I do not see any such befoulment, but neither do I see the moving crystals this place was rumoured to have. There are oddly misplaced crystal shards, which seem to have sheared off of something larger, but hardly anything spectacular.
@@ -20044,43 +20887,43 @@ t([[You see here a mural showing a dark and tortured world. Large, god-like figu
 There is some text underneath ]], [[你能在这壁画上看到一个黑暗和痛苦的世界。有着强大领域的上古巨神们在互相厮杀,大地在他们脚下龟裂。
 下面有一行文字]])
 t("#{italic}#'In the beginning the world was dark, and the petty gods fought over their broken lands.'#{normal}#", "#{italic}#'刚开始世界充满了黑暗,众神为了各自的领土而竞争。'#{normal}#")
-t("which you do not understand: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#", "不明意义的文字: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#")
+t("which you do not understand: #{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#", "不明意义的文字:#{italic}#'Sho ch'zun Eyal mor donuth, ik ranaheli donoth trun ze.'#{normal}#")
 t("second mural painting", "第二幅壁画")
 t([[In this picture a huge god with glowing eyes towers above the land, and in his right hand he holds high the sun. The other gods are running from him, wincing from the light.
 There is some text underneath ]], [[在这幅画上有一位铁塔一样的巨神,他目光如炬,右手高举着太阳。众神逃离他,害怕他手中的光芒。
 下面有一行文字]])
 t("#{italic}#'But AMAKTHEL came, and his might surpassed all else, and the petty gods fled before his glory. And he made the Sun from his breath and held it above the world and said, \"All that this light touches shall be mine, and this light shall touch all the world.'#{normal}#", "#{italic}#但阿马克泰尔来了,他的勇武震慑了众人,伪神们慑服于他的荣耀。他深呼吸后把太阳高举到了世界之上,说:“阳光所至,即我所至,这光芒将照亮全世界。”#{normal}#")
-t("which you do not understand: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#", "不明意义的文字: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#")
+t("which you do not understand: #{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#", "不明意义的文字:#{italic}#'Fa AMAKTHEL tabak, ik koru bazan tro yu, ik ranaheli tobol don schek ruun. Ik blana dem Soli as banafel ik goriz uf Eyal ik blod, \"Tro fasa goru domus asam, ik goru domit tro Eyal.\"'#{normal}#")
 t("third mural painting", "第三幅壁画")
 t([[This picture shows the huge god holding some smaller figures in his hands and pointing out at the lands beyond. You imagine these figures must be the Sher'Tul.
 There is some text beneath ]], [[这幅画显示了真神将一个小巧的遗迹托在手心,并指向远方的大陆。你猜这遗迹也许就是夏·图尔。
 下面有一行文字]])
 t("#{italic}#'And AMAKTHEL made the SHER'TUL, and gave unto us the powers to achieve all that we set our will to, and said to us \"Go forth to where the light touches and take all for your own.\"'#{normal}#", "#{italic}#并且阿马克泰尔制造了夏·图尔,给予我们完成自我意志的力量,他对我们说:“走向世界,为自己取得一切。”#{normal}#")
-t("which you do not understand: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#", "不明意义的文字: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#")
+t("which you do not understand: #{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#", "不明意义的文字:#{italic}#'Ik AMAKTHEL cosio SHER'TUL, ik baladath peris furko masa bren doth benna zi, ik blod is \"Fen makel ath goru domus ik denz tro ala fron.\"'#{normal}#")
 t("fourth mural painting", "第四幅壁画")
 t([[You see a mural showing a huge metropolis made of crystal, with small islands of stone floating in the air behind it. In the foreground is sitting a Sher'Tul, with a hand stretched up to the sky.
 There is some text beneath ]], [[你在壁画上看到一个巨大的水晶之城,有数个浮空岛悬浮在周围。在画面的最前端坐着的是夏·图尔人,他向天空笔直的举起手臂。
 下面有一行文字]])
 t("#{italic}#'We conquered the world, and built for ourselves towering cities of crystal and fortresses that travelled the skies. But some were not content...'#{normal}#", "#{italic}#我们征服了世界,为自己建造高楼大厦,水晶般梦幻的都市和悬浮天空的堡垒,但有些人还不满足……#{normal}#")
-t("which you do not understand: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#", "不明意义的文字: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#")
+t("which you do not understand: #{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#", "不明意义的文字:#{italic}#'Batialatoth ro Eyal, ik rinsi akan fronseth sumit kurameth ik linnet pora gasios aeren. Ach nen beswar goreg.'#{normal}#")
 t("fifth mural painting", "第五幅壁画")
 t([[This mural shows nine Sher'Tul standing side by side, each holding aloft a dark weapon. Your eyes are drawn to a runed staff held by the red-robed figure in the centre. It seems familiar somehow...
 There is some text beneath ]], [[这幅壁画显示了九个夏·图尔人肩并肩站着,每人手里都高举着一件一模一样的黑色武器。你的注意力集中在画面中间——被红袍者举起的符文法杖上。它看起来很眼熟……
 下面有一行文字]])
 t("#{italic}#'Of pride we accepted no equals, and of greed we accepted no servitude. We made for ourselves terrible weapons - the Godslayers - and nine were chosen to wield them.'#{normal}#", "#{italic}#我们无视那高傲的公平,我们拒绝那贪婪的奴役。我们给自己打造了强大的武器——弑神之刃,并选出了九名精英来使用它们。#{normal}#")
-t("which you do not understand: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#", "不明意义的文字: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#")
+t("which you do not understand: #{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#", "不明意义的文字:#{italic}#'Zubadon koref noch hesen, ik dorudon koref noch pasor. Cosief maro dondreth karatu - Ranaduzil - ik jein belsan ovrienis.'#{normal}#")
 t("sixth mural painting", "第六幅壁画")
 t([[You see images of epic battles, with Sher'Tul warriors fighting and slaying god-like figures over ten times their size.
 There is some text underneath ]], [[你在这幅画上看到一场史诗战争——夏·图尔的战士们在和10倍大于他们的神祗战斗。
 下面有一行文字]])
 t("#{italic}#'The petty gods were hunted down and slain, and their spirits rent to nothing. The land became our own. But one god remained...'#{normal}#", "#{italic}#那些神祗被一个个击败,他们的灵魂化为虚无。大陆终于为我们所拥有。但是还有一位神祗存在……#{normal}#")
-t("which you do not understand: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#", "不明意义的文字: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#")
+t("which you do not understand: #{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#", "不明意义的文字:#{italic}#'Ranaheli meth dondruil ik duzin, ik leisif konru as neremin. Eyal matath bre sun. Ach unu rana soriton...'#{normal}#")
 t("seventh mural painting", "第七幅壁画")
 t([[You see the red-robed Sher'Tul striking the huge god with the dark, runed staff. Bodies litter the floor around them, and the golden throne behind is bathed in blood. The light in the god's eyes seems faded.
 There is some text underneath ]], [[你看到红袍夏·图尔人用那根又黑又亮的法杖攻击巨大的神祗。碎肉撒了一地,鲜血染遍了整个黄金王座。神祗眼中的神采似乎消散了……
 下面有一行文字]])
 t("#{italic}#'The almighty AMAKTHEL was assaulted on his golden throne, and though many died before his feet, he was finally felled.'#{normal}#", "#{italic}#真神阿马克泰尔最终倒在了他的黄金王座下,虽然数以千计的人死在他的脚下,他最终还是陨落了。#{normal}#")
-t("which you do not understand: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#", "不明意义的文字: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#")
+t("which you do not understand: #{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#", "不明意义的文字:#{italic}#'Trobazan AMAKTHEL konruata as va aurin leas, ik mab peli zort akan hun, penetar dondeberoth.'#{normal}#")
 t("eighth mural painting", "第八幅壁画")
 t([[The large mural shows the great god spread on the ground, with the dark staff held against his chest. Sher'Tul surround him, some hacking off his limbs, cutting out his tongue, and binding him with chains. A burst of light flares up from where a tall Sher'Tul warrior is gouging his eye with a black-bladed halberd. In the background a Sher'Tul mage beckons to a huge chasm in the ground.
 The text beneath says simply ]], [[T这幅巨大的壁画上,真神被摊开在地上,那根黑色的法杖穿透了他的胸口。夏·图尔人围绕着他,有的在切他的肢体,有的在割他的舌头,还有的在用锁链捆绑他。一位高个子夏·图尔人对他的眼睛射出了一束激光,他在用锋利的长戟切割真神的眼睛。远处,一个夏·图尔法师在地上召唤了一道沟壑。
@@ -20093,6 +20936,7 @@ t("Yiilkgur raising toward the sky", "伊克格,飞向天空")
 t("Yiilkgur, the Sher'Tul Fortress is re-activated and raises from the depths of Nur toward the sky.", "伊克格重新激活了夏·图尔要塞,它从湖底伸向天空。")
 t("a living Sher'Tul?!", "活着的夏·图尔人?!")
 t("You somehow got teleported to an other Sher'Tul Fortress, in a very alien location. There you saw a living Sher'Tul.", "不管怎样,你传送到了另一个异次元的夏·图尔要塞。在那里,你看到了一位活着的夏·图尔人。")
+t("sher'tul", "夏·图尔")
 t("lost farportal", "失落的传送门")
 t("%s boldly entering a Sher'Tul farportal.", "%s勇敢地进入了一个夏·图尔传送门。")
 
@@ -20144,6 +20988,7 @@ t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ea
 "踏浪者塔米尔报告。外围一圈确认安全,尽管如此,我还是派了一些手下去探索外围地域。当我们探索完整个大陆并且训练出一个更加成熟的部队时,我才会安心吧。当然,由于陆地毁灭者不知道我们在哪,我们现在应该很安全。即使他们胆敢过来,佐西拉的魔法也会让他们吃不了兜着走。
 
 "我就怕有些分队没有认真执行我们的命令。他们知道主交给我们的责任吗?在这片远方的大陆,我们就是他的左膀右臂,我们也有义务去保护那将带给我们更多力量的传送门。我们就是他对抗那些很久以前背叛我们的近亲种族的第一道防线。并且,通过我们的努力,我们将带领整个种族达到巅峰,走向主所赐予的辉煌的未来。萨拉苏尔万岁!吞噬者军团万岁!"]])
+t("slazish fens", "斯拉伊什沼泽")
 t("conch (3)", "海螺 (3)")
 t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ear you hear a charismatic and commanding voice emanating from within:#{normal}#
 
@@ -20167,6 +21012,7 @@ t([[#{italic}#Touching the conch makes it emit a sound. As you put it to your ea
 ------------------------------------------------
 section "game/modules/tome/data/lore/spellblaze.lua"
 
+t("spellblaze", "魔法大爆炸")
 t("draft letter (mark of the spellblaze)", "草稿(魔法大爆炸之痕)")
 t([[Dear Father,
 
@@ -20288,6 +21134,7 @@ Remember to show no mercy, for they will give you none.]], [[那些破坏自然
 诅咒者们会使恐惧降临到你们身上,你们最好准备一个纹身来解除这些堕落魔法,因为总有一天你们会面对他们。另外,一个促进自然恢复的纹身在战斗中也是非常有必要的。
 
 记住不要有怜悯之心,因为不是你死,就是他亡。]])
+t("age of dusk", "黄昏纪")
 t("Spellhunter's Guide part 3: How to Kill a Magic-User", "猎魔人指南第三部分:如何杀死法师")
 t([[When a magic-user is captured, they must be slain, and slain fast. Captivity is too great a risk. Preferably they should be killed in a way that utterly removes any means for the body to recover through arcane force. Remember that coming back from the dead is no alien feat to these abominations.
 
@@ -20333,6 +21180,7 @@ This Thanchir guy really, really needs to find a more urban spot with accessible
 t([[However, I have been repeatedly told by the powers that be, that I need to get on with this and turn in another report on how a different race got here. So, I will temporarily pause my researches on whether or not Maj'Eyal is real or just an Elf legend. (Can't trust everything they say despite their long memories.) Instead, I am on to meet the keeper of the Eastern Historical Society who has the best collection of lore about how Humans got here. As such, I will be travelling to northern Vor to use their archives.
 And yes, unfortunately I will be travelling by adventurer again. By all the gods, why don't I get a better budget? This is absolutely terrible. It has been a particularly long walk. Longer than I thought it would be, truthfully, so I have run out of food. Foolish, I know, but I figured I could ask the escort for some of his. The snobby piece of troll-liver says he doesn't eat! Now talk about a terrible lie. Did he really think that would fool me? This Eastern Historical Society had better be good...]], [[不管怎样,我被这个故事深深的吸引住了,以至于我很想去调查一个来自外地的种族是如何适应这里环境的。所以,我将暂时中止对马基·埃亚尔的考证,说不定这只是个精灵族的传说。(即便他们有相当长的记忆,也不能随便相信他们。)相反,我将去拜会这边的东方历史协会(EHS)——他们有着关于人类如何在这发展的最好典籍。这样,我将去沃省的北部借用他们的档案。
 并且是的,倒霉啊,我又要和冒险者一起旅行了。苍天啊,我为什么不做更多的准备?这真是件可怕的事。这是一段相当长的旅途,长的远超我的想象,实际上,我已经断粮了。这很傻,我知道,我可以向护卫要一些。这狗娘养的小子居然说他不吃饭!现在来看看这个弥天巨谎。他认为他这样可以糊弄我?EHS最好快点到啊……]])
+t("history of the Sunwall", "太阳堡垒的日记")
 t("Loremaster Verutir's note", "博学者温罗提的报告")
 t([[Finally arrived in Vor safe and mostly sound. (Though I do have some burns on my stomach from mage fire and my coat is a complete wreck. I wonder if I can expense a new coat.) However, the Eastern Historical Society is everything I could have hoped. Who can doubt that Humans are the superior race! You'd never see an Elf or an orc keep neat paper records like this!
 In short: Aethidry was the first Human to map out these shores. EHS has his map preserved in good crackly yellow parchment. However, he travelled on and later died on distant shores, so he was neither the first Human to arrive here, nor the one who organized the first settlement. Some historians guess that the first Human to arrive in the east was one Vaeryn Gorthol. At the least, many of the first explorers mention him as a precursor, so he may well have been. A few of the important first settlers were Oweodry Arandur, Aethor (or perhaps Aethur) the Wronged, and Bloran the Black.]], [[终于疲惫不堪但安全地抵达了沃省。(尽管我已经吃过一些魔法烧烤,但我的外套现在是一团糟。我甚至怀疑我是否买得起一件新外套。)不管怎样,东方历史协会(EHS)是我最后的希望了。谁能质疑人类不是最伟大的?你可不会看到一位精灵或者兽人像我现在这样在纸上记录!
@@ -20401,6 +21249,7 @@ Now, I just need to get a genuine orb before the demons catch on...]], [[嗯…
 我最终同意了它们的交易——它们供应给我材料、实验品、以及他们对传送门所有已经获得的知识(虽然少得可怜),而我研发了一个修改过的水晶球送给它们,这个水晶球在传送门中使用时会自动产生读数。不用说,这些读数全都是错的,如果他们真的试着去用这些读数自己再建造一个传送门,估计会把他们全都炸上天。不过,他们给我的那些东西都十分有用!我已经使用了他们的知识动手制造了第二个传送门祭坛——虽然它和恶魔空间还有这丝丝缕缕的微弱联系,但是只需要使用一个真正的多元水晶球进行一次传送,它就会被自动校准,切断与恶魔空间的任何联系。这样,使用我的智慧和神器就可以轻松逃脱它们的追踪,它们再也无法抓到我了。
 
 现在,只需要在恶魔们开始行动之前赶紧把多元水晶球弄到手……]])
+t("tannen's tower", "泰恩之塔")
 t("Demon Orders", "恶魔的军令")
 t([[Order to the Portal Excursion Team:
 
@@ -20434,6 +21283,7 @@ t([[You find a tattered page scrap. Perhaps this is part of a diary entry.
 “……又一只巨魔, 但是这次是只又老又蠢的巨魔,想让它闻不到我的气味实在太简单了。”
 ……
 “……发现他的宝藏就藏在不远处了,但是不得不返回来。如果你看到这个场景,救命啊!”]])
+t("trollmire", "食人魔沼泽")
 t("tattered paper scrap (trollmire)", "破烂的碎纸片(巨魔沼泽)")
 t([[You find a tattered page scrap. Perhaps this is part of a diary entry.
 "...writing this in a tree and he's at the bottom of it. Waiting. His club is the size of a tall dwarf. Don't think I'm going to make it..."
@@ -20537,6 +21387,7 @@ I have no voice now to tell my story to others, and so I write it down instead,
 
 因为不能说话,我无法将我的故事告诉别人,所以我将它写下来,让它随风飘散。和魔法的接触给我带来了无比的痛苦,也会给别人带来痛苦。不要相信这些邪恶伎俩的可怕力量。它们会背叛你、伤害你。拒绝魔法,醒悟他人。在木已成舟前找到快乐的自然救赎之路。
 ]])
+t("zigur", "伊格")
 t("Purging Trap", "净化陷阱")
 t([[[As you begin to leave, Protector Myssil stops you.]
 
@@ -20549,6 +21400,28 @@ Actually...  You fight in a more subtle way than most, do you not?  It is a poin
 (她递给了你一个卷轴。)就是这个——我们中的一员最近发明了一种装置,它可以吸收任何触发这个装置的人身上的魔法。我唯一要提醒你的就是,使用这种东西的时候要考虑慎重。不管我们#{italic}#上一个#{normal}#刺客是怎么想的,把这玩意儿放在某个小小的符文师的商店门口…对我们的事业长期来讲比较有害无利。]])
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/gates-of-morning.lua"
+
+t("Limmir the Jeweler", "珠宝匠利米尔")
+t("Melnela", "梅涅拉")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/last-hope.lua"
+
+t("Statue of King Tolak the Fair", "公正王托拉克的雕像")
+t("Statue of King Toknor the Brave", "狮心王图库纳的雕像")
+t("Statue of Queen Mirvenia the Inspirer", "智慧王后米雯尼雅的雕像")
+t("Declaration of the Unification of the Allied Kingdoms", "联合王国统一公告")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/towns/shatur.lua"
+
+t("Moss covered statue", "长满苔藓的雕像")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/living-weapons.lua"
 
@@ -20567,8 +21440,11 @@ t("Something in the floor clicks ominously.", "什么东西在地上发出了不
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/auto/greater/paladin-vs-vampire.lua"
 
-t("#Source# emits dark energies at your feet.", "#Source# 朝你脚下喷吐黑暗能量.")
+t("corrupted lava floor", "被污染的熔岩地板")
+t("#Source# emits dark energies at your feet.", "#Source#朝你脚下喷吐黑暗能量.")
 t("The corrupted lava reanimates %s's corpse!", "腐化熔岩重新支配了%s的尸体!")
+t("human sun-paladin", "人类太阳骑士")
+t("A Human in shining plate armour.", "穿着闪亮盔甲的人类。")
 
 
 ------------------------------------------------
@@ -20581,6 +21457,9 @@ t("#YELLOW#You overcome intense #LIGHT_BLUE#REPULSIVE FORCES#LAST# as you traver
 t("Cancel", "取消")
 t("Teleport", "传送")
 t("#YELLOW#Nothing happens when you use the Portal.", "#YELLOW#当你使用传送门的时候,什么事也没有发生。")
+t("A strange portal to some place else.", "通向其他地方的传送门。")
+t("Portal", "传送门")
+t("A portal out of this place.", "离开这里的传送门。")
 
 
 ------------------------------------------------
@@ -20598,6 +21477,13 @@ section "game/modules/tome/data/maps/vaults/auto/lesser/loot-vault.lua"
 t("A small scrap of paper written in a mocking tone.", "用嘲弄的语调书写的小纸片。")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/vaults/collapsed-tower.lua"
+
+t("collapsed tower", "倒塌的塔")
+t("stairs back to %s", "返回%s的楼梯")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/vaults/greater-crypt.lua"
 
@@ -20622,17 +21508,58 @@ t("#YELLOW#The air comes alive with terrible magics!", "#YELLOW#在可怕的魔
 t("#YELLOW#The world spins around you!", "#YELLOW#你周围的世界开始旋转!")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/wilderness/eyal.lua"
+
+t("Island of Rel", "瑞尔岛")
+t("Charred Scar", "灼烧之痕")
+t("Far East", "远东")
+t("Tar'Eyal", "塔·埃亚尔")
+t("Maj'Eyal", "马基埃亚尔")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/maps/zones/halfling-ruins-last.lua"
 
+t("Long tunnel to the island of Rel", "通向夺心魔之岛的通道")
 t("As you enter the tunnel you feel a strange compulsion to go backward.", "在你试图进入隧道时,有种奇怪的力量把你推了回去。")
 t("Long tunnel", "长长的通道")
 
 
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/shertul-fortress-caldizar.lua"
+
+t("Control Room", "控制室")
+t("Exploratory Farportal", "异度传送门")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tannen-tower-1.lua"
+
+t("open sky", "晴朗的天空")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/tempest-peak-top.lua"
+
+t("open sky", "晴朗的天空")
+
+
+------------------------------------------------
+section "game/modules/tome/data/maps/zones/valley-moon.lua"
+
+t("A dark hole in the mountain", "山岭间的黑暗洞穴")
+t("Passage to the caverns", "通向山洞的通道")
+
+
 ------------------------------------------------
 section "game/modules/tome/data/mapscripts/lib/subvault.lua"
 
+t("Hidden Vault - %s", "隐藏宝库 - %s")
+t("stairs back to %s", "返回%s的楼梯")
 t("hidden vault", "隐藏的宝库")
+t("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
+t("collapsing hidden vault", "快要坍塌的隐藏宝库")
 t("collapsed hidden vault", "坍塌的隐藏宝库")
 t("It is fully collapsed, no way down.", "楼梯彻底倒塌了,再也没法下去了。")
 t("#VIOLET# The stairway is about to collapses completely, you may still go back but it will be the last time!", "#VIOLET# 楼梯很快就要坍塌了,你还可以回去一次,但是这将会是最后一次了!")
@@ -20679,6 +21606,7 @@ section "game/modules/tome/data/quests/arena.lua"
 t("The Arena", "竞技场")
 t("Seeking wealth, glory, and a great fight, you challenge the Arena!", " 寻找财富、荣耀和强大的对手,去挑战竞技场吧! ")
 t("Can you defeat your foes and become Master of Arena?", " 你能打败你的对手,甚至打败竞技场主宰么? ")
+t("Winner", "游戏胜利")
 t("#GOLD#Well done! You have won the Arena: Challenge of the Master#WHITE#", "#GOLD#干得好!你赢得了竞技场:竞技之王的挑战#WHITE#")
 t("", "")
 t("You valiantly fought every creature the arena could throw at you and you emerged victorious!", " 你勇敢地战胜了竞技场里的所有生物并赢得了最终胜利! ")
@@ -20694,12 +21622,12 @@ t("#RED#You aided various denizens of Maj'Eyal in their attempts to join the Bro
 t("#LIGHT_BLUE#Various alchemists around Maj'Eyal are competing to gain entry into the great Brotherhood of Alchemists, and one or more have enlisted your aid.#WHITE#", "#LIGHT_BLUE#很多马基埃亚尔的炼金术士想竞争加入强大的炼金术士兄弟会,其中有一个或者几个人请求你的帮助。#WHITE#")
 t("#GREEN#You have aided %s in creating an %s.#WHITE#", "#GREEN#你帮助%s制造了%s。#WHITE#")
 t("#RED#%s has completed an %s without your aid.#WHITE#", "#RED#%s已经制造了%s,并没有获得你的帮助。#WHITE#")
-t("#SLATE#Having failed to gain admittance to the Brotherhood of the Alchemists, %s no longer needs your help making the %s.", "#SLATE#无法获得炼金术士兄弟会的承认, %s不再需要你帮忙制作 %s。")
+t("#SLATE#Having failed to gain admittance to the Brotherhood of the Alchemists, %s no longer needs your help making the %s.", "#SLATE#无法获得炼金术士兄弟会的承认,%s不再需要你帮忙制作 %s。")
 t("%s needs your help making an %s. He has given you some notes on the ingredients:", "%s 需要你帮忙制作 %s。他给了你一张写着配方的小纸条:")
 t("#SLATE#  * 'Needed: one %s. %s'#WHITE#", "#SLATE#  * '需要:一个%s。 %s'#WHITE#")
 t("#LIGHT_GREEN#  * You've found the needed %s.#WHITE#", "#LIGHT_GREEN#  * 你找到了所需要的%s。#WHITE#")
 t("#VIOLET#You can check the ingredients you possess by pressing Escape and selecting 'Show ingredients'.", "#VIOLET#你现在可以按ESC调出游戏菜单,选择“查看材料”检查自己所拥有的材料。")
-t("You receive: %s", "你收到: %s 。")
+t("You receive: %s", "你收到:%s 。")
 t("#CRIMSON#Your timetravel has no effect on pre-determined outcomes such as this.", "#CRIMSON#你的时间穿越对这种已经预设好的结局没有任何作用。")
 t("elixir of the fox", " 狡诈药剂 ")
 t("elixir of avoidance", " 闪避药剂 ")
@@ -20768,7 +21696,7 @@ t("#LIGHT_GREEN#* The portal to the Far East is now functional and can be used t
 t("Tannen points to the location of Telmur on your map.", "泰恩在你的地图上指出了泰尔玛的位置。")
 t("A portal appears in the center of the tower!", "在塔的中间出现了一个传送门!")
 t("Back and there again", "穿越过去")
-t("Meranas, Herald of Angolwen", "Meranas, Herald of Angolwen")
+t("Meranas, Herald of Angolwen", "安格列文传令官 梅拉纳斯")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back in Last Hope.", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了最后的希望。")
 
 
@@ -20804,7 +21732,7 @@ t("#LIGHT_RED#%s is dead, quest failed!", "#LIGHT_RED#%s 死了,任务失败
 t("something", "某物")
 t("Recall Portal", "回归传送门")
 t("%s of %s", "%s的第%s层", {2,1})
-t("Escort: %s (level %s)", "护送: %s (%s)")
+t("Escort: %s (level %s)", "护送:%s (%s)")
 
 
 ------------------------------------------------
@@ -20833,12 +21761,13 @@ t("#LIGHT_GREEN#* You encountered Sun Paladin Aeryn who blamed you for the loss
 t("#LIGHT_GREEN#* You defeated the Sorcerers before the Void portal could open.#LAST#", "#LIGHT_GREEN#* 你在虚空传送门打开之前击败了那些法师。#LAST#")
 t("#LIGHT_GREEN#* You defeated the Sorcerers and Aeryn sacrificed herself to close the Void portal.#LAST#", "#LIGHT_GREEN#* 你击败了那些法师,艾伦牺牲了她自己关闭了虚空传送门。#LAST#")
 t("#LIGHT_GREEN#* You defeated the Sorcerers and sacrificed yourself to close the Void portal.#LAST#", "#LIGHT_GREEN#* 你击败了那些法师,并牺牲了自己关闭虚空传送门。#LAST#")
-t("Endgame", "Endgame")
+t("Endgame", "游戏结束")
 t("#LIGHT_RED#As you enter the level you hear a familiar voice.", "#LIGHT_RED#当你进入地图你听到了一个熟悉的声音。")
 t("#LIGHT_RED#Fallen Sun Paladin Aeryn: '%s YOU BROUGHT ONLY DESTRUCTION TO THE SUNWALL! YOU WILL PAY!'", "#LIGHT_RED#堕落太阳骑士艾琳:“%s 你只给太阳堡垒带来了毁灭!你会为此付出代价!”")
 t("Ruins of the Gates of Morning", "晨曦之门的废墟")
 t("The Sunwall was destroyed while you were trapped in the High Peak.", "当你在巅峰被困的时候,太阳堡垒被摧毁了。")
-t("#GOLD#Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy#WHITE#", "#GOLD#干的好!你赢得了马基埃亚尔的传说:卓越时代#WHITE#")
+t("Winner", "游戏胜利")
+t("#GOLD#Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy#WHITE#", "#GOLD#干的好!你赢得了马基埃亚尔的传说:卓越纪#WHITE#")
 t("The Sorcerers are dead, and the Orc Pride lies in ruins, thanks to your efforts.", " 那些法师死了,兽人部落被埋葬在废墟之中,感谢你为此付出的努力。")
 t("Your sacrifice worked. Your mental energies were imbued with farportal energies. The Way radiated from the High Peak toward the rest of Eyal like a mental tidal wave.", " 你的牺牲起作用了,你的精神能量被原自传送门的能量所感染,从巅峰通往埃亚尔的辐射状维网形成了一股精神冲击波。")
 t("Every sentient being in Eyal is now part of the Way. Peace and happiness are enforced for all.", " 所有埃亚尔有感觉的生物都成为了维网的一部分,和平和幸福被传输给大家。")
@@ -20885,7 +21814,7 @@ t("#VIOLET#You find yourself in a dream.", "#VIOLET#你发现你在一个梦境
 t("#VIOLET#Your hate surges. You refuse to succumb to death!", "#VIOLET#你仇恨涌动,你不屈服于死亡!")
 t("#VIOLET#You have discovered a small iron acorn, a link to your past.", "#VIOLET#你发现了一个小铁橡果,它和你的过去有关。")
 t("#VIOLET#The merchant caravan from the past has appeared in your dream.", "#VIOLET#很久以前商队的往事出现在你的梦里。")
-t("Last of the Caravan", "Last of the Caravan")
+t("Last of the Caravan", "商队的最后一人")
 t("secret path to the cave", "通向山洞的秘密通道")
 t("#VIOLET#You have begun your hunt for Kyless!", "#VIOLET#你开始追杀克里斯!")
 t("#VIOLET#You have a marker to the entrance of Kyless' cave!", "#VIOLET#你在通往克里斯洞穴的入口上有一个记号!")
@@ -20895,7 +21824,7 @@ t("#VIOLET#The shadows have noticed you!", "#VIOLET#阴影注意到了你!")
 t("A Second Vault", "另一处宝库")
 t("You recoginize this door as the entrance to a second vault. There are some scuffling noises and heavy breathing coming from the other side of the door.", "你认出来这扇门是通向另一处宝库的门户。你可以听到门的另一边有拖曳的脚步声和沉重的呼吸声")
 t("#VIOLET#You have found Kyless. You must destroy him.", "#VIOLET#你找到了克里斯,你必须杀死他。")
-t("Death of Kyless", "Death of Kyless")
+t("Death of Kyless", "克里斯之死")
 t("#VIOLET#Kyless is dead.", "#VIOLET#克里斯死了。")
 t("Berethh", "贝里斯")
 t("#VIOLET#Berethh lies dead.", "#VIOLET#贝利斯死了。")
@@ -20918,7 +21847,7 @@ section "game/modules/tome/data/quests/lichform.lua"
 t("From Death, Life", "起死回")
 t("The affairs of this mortal world are trifling compared to your true goal: To conquer death.", " 凡人世界的那些琐事对于你的终极目标:超越死亡来说是微不足道的。")
 t("Your studies have uncovered much surrounding this subject, but now you must prepare for your glorious rebirth.", " 你关于这个主题的研究已经令你发现了很多东西,现在,你必须准备你辉煌的重生仪式。")
-t("You will need:", " 你需要: ")
+t("You will need:", " 你需要:")
 t("#LIGHT_GREEN#* You are experienced enough.#WHITE#", "#LIGHT_GREEN#* 你有足够的经验。#WHITE#")
 t("#SLATE#* The ceremony will require that you are worthy, experienced, and possessed of a certain amount of power#WHITE#", "#SLATE#* 仪式需要你有足够的财富、经验并拥有足够的力量。#WHITE#")
 t("#LIGHT_GREEN#* You have 'extracted' the heart of one of your fellow necromancers.#WHITE#", "#LIGHT_GREEN#* 你已经取得了你死灵法师同类的心脏。#WHITE#")
@@ -20944,7 +21873,7 @@ t(" * You have learned the real threat comes from a rogue Archmage, a Tempest na
 t(" * You have learned the real threat comes from a rogue Archmage, a Tempest. You have been shown a secret entrance to his stronghold.", " * 你得知真正的威胁来自于一个叛逃的元素法师,是一个风暴法师。你得知了通向它秘密据点的一条隐藏通道。")
 t(" * You have slain Urkis.  Return to Angolwen or Zigur for a reward.", " * 你干掉了厄奇斯。现在返回安格列文或者伊格领取奖励吧。")
 t(" * Urkis has been dealt with. Permanently.", " * 厄奇斯被永远解决掉了。.")
-t("Scared Halfling", "Scared Halfling")
+t("Scared Halfling", "惊恐的半身人")
 t([[You step out on unfamiliar grounds. You are nearly on top of one of the highest peaks you can see.
 The storm is raging above your head.]], [[你进入了一个不熟悉的地方。你几乎站在了你能看到的最高峰位置。
 风暴在你的头顶肆虐。]])
@@ -21007,7 +21936,7 @@ t("#SLATE#* Collect an artifact arcane powered item.#WHITE#", "#SLATE#* 收集
 t("Offer which item?", "交出什么物品?")
 t("#LIGHT_RED#As the apprentice touches the staff he begins to scream, flames bursting out of his mouth. Life seems to be drained away from him, and in an instant he collapses in a lifeless husk.", "#LIGHT_RED#当学徒触摸这根法杖,他开始尖叫,火焰从他的嘴里喷射了出来。他的生命似乎被从他的体内吸取了出来。瞬间他只剩下一具毫无生机的空壳。")
 t("You have no more %s", "你不再拥有%s。")
-t("You receive: %s", "你收到: %s 。")
+t("You receive: %s", "你收到:%s 。")
 
 
 ------------------------------------------------
@@ -21021,6 +21950,7 @@ t("#VIOLET#This tome seems to be about the power of gems. Maybe you should bring
 t("Limmir points to the entrance to a cave on your map. This is supposed to be the way to the valley.", "利米尔在你的地图上指出了山洞的入口。这是一条通往山谷的路。")
 t("You must be near the moonstone to summon Limmir.", "你必须在月亮石附近召唤利米尔。")
 t("You do not have the summoning scroll!", "你没有召唤卷轴!")
+t("Limmir (Quest)", "利米尔(任务)")
 t("Limmir the Master Jeweler", "珠宝匠人利米尔")
 
 
@@ -21036,13 +21966,13 @@ t("#LIGHT_BLUE#There is a loud crack. The way is open.", "#LIGHT_BLUE#随着一
 ------------------------------------------------
 section "game/modules/tome/data/quests/orc-breeding-pits.lua"
 
-t("Desperate Measures", "Desperate Measures")
-t("You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.", "You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.")
-t("You have decided to report the information to Aeryn so she can deal with it.", "You have decided to report the information to Aeryn so she can deal with it.")
-t("Aeryn said she would send troops to deal with it.", "Aeryn said she would send troops to deal with it.")
-t("You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.", "You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.")
-t("The abominable task is done.", "The abominable task is done.")
-t("Entrance to the orc breeding pit", "Entrance to the orc breeding pit")
+t("Desperate Measures", "绝望手段")
+t("You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.", "你遇到了一个垂死的太阳骑士,他告诉了你有关兽人育种棚的消息,那是一个真正的梦魇。")
+t("You have decided to report the information to Aeryn so she can deal with it.", "你已经决定把这个消息报告给艾琳,让她处理此事。")
+t("Aeryn said she would send troops to deal with it.", "艾琳说她会派军队去处理。")
+t("You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.", "你决定自己行动,清理了它,对兽人造成了致命的打击。")
+t("The abominable task is done.", "这个可怕的任务完成了。")
+t("Entrance to the orc breeding pit", "兽人育种棚的入口")
 
 
 ------------------------------------------------
@@ -21193,7 +22123,14 @@ t("You should bring it to the elders of Last Hope in the southeast.", " 你应
 t("#00FFFF#You can feel the power of this staff just by carrying it. This is both ancient and dangerous.", "#00FFFF#你拿着法杖就可以感受到它的力量。它既古老又危险。")
 t("#00FFFF#It should be shown to the wise elders in Last Hope!", "#00FFFF#应该把它交给最后的希望的智慧长老看看!")
 t("#VIOLET#As you come out of the Dreadfell, you encounter a band of orcs!", "#VIOLET#当你走出恐惧王座,你遭遇了一队兽人!")
+t([[You wake up after a few hours, surprised to be alive, but the staff is gone!
+#VIOLET#Go at once to Last Hope to report those events!]], [[几个小时以后,你醒了过来,惊讶地发现自己还活着,不过法杖已经不见了!
+#VIOLET#立刻返回最后的希望报告这件事!]])
 t("Ukruk the Fierce", "凶残的乌克鲁克")
+t("Ambush", "伏击")
+t([[You are surprised to still be alive.
+#VIOLET#Go at once to Last Hope to report those events!]], [[令人惊讶,你竟然活了下来!
+#VIOLET#立刻返回最后的希望报告这件事!]])
 
 
 ------------------------------------------------
@@ -21240,6 +22177,7 @@ t("When you arrived there you found nothing but orcs, well organized and very po
 t("Most of your team was killed there and now you and Norgan (the sole survivor besides you) must hurry back to the Iron Council to bring the news.", " 你队伍中大多数人被杀死,现在你和诺尔甘 ( 除你以外的唯一幸存者 ) 必须赶紧突围回到钢铁议会去汇报这里的情况。")
 t("Let nothing stop you.", " 不惜一切代价冲出去。")
 t("Both Norgan and you made it home.", " 你和诺尔甘都回到了家。")
+t("Norgan", "诺尔甘")
 
 
 ------------------------------------------------
@@ -21466,7 +22404,7 @@ t("Mana represents your reserve of magical energies. Most spells cast consume ma
 t("Equilibrium", "失衡值")
 t("Equilibrium represents your standing in the grand balance of nature. The closer it is to 0 the more balanced you are. Being out of equilibrium will adversely affect your ability to use Wild Gifts.", "失衡值代表你大自然和谐的程度。失衡值越低,你和自然和谐的能力就越强。失衡值过高将会影响你使用自然系技能的能力。")
 t("%d (%d%%%% fail)", "%d (%d%%%% 失败率)")
-t("%d(fail: %s)", "%d(失败率: %s)")
+t("%d(fail: %s)", "%d(失败率:%s)")
 t("Vim", "活力值")
 t("Vim represents the amount of life energy/souls you have stolen. Each corruption talent requires some.", "活力值代表你窃取的生命能量/灵魂。堕落系技能需要活力值。")
 t("Positive energy", "正能量")
@@ -21478,7 +22416,7 @@ t("Hate represents your soul's primal antipathy towards others.  It generally de
 t("Paradox", "紊乱值")
 t("Paradox represents how much damage you've done to the space-time continuum. A high Paradox score makes Chronomancy less reliable and more dangerous to use but also amplifies its effects.", "紊乱值代表你对时空连续性造成的损害。较高的紊乱值会使时空法术变得更难控制,更加危险,但也会提升时空法术的效果。")
 t("%d/%d (%d%%%%)", "%d/%d (%d%%%%)")
-t("%d/%d(anom: %s)", "%d/%d(异常: %s)")
+t("%d/%d(anom: %s)", "%d/%d(异常:%s)")
 t("Psi", "超能力值")
 t("Psi represents your reserve of psychic energy.", "超能力值代表你存储的精神力量")
 t("Souls", "灵魂")
@@ -21488,13 +22426,13 @@ t("This is the number of soul fragments you have extracted from your foes for yo
 ------------------------------------------------
 section "game/modules/tome/data/rooms/greater_vault.lua"
 
-t("#GOLD#PLACED GREATER VAULT: %s", "#GOLD#PLACED GREATER VAULT: %s")
+t("#GOLD#PLACED GREATER VAULT: %s", "#GOLD#放置大型宝库: %s")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/rooms/lesser_vault.lua"
 
-t("#GOLD#PLACED LESSER VAULT: %s", "#GOLD#PLACED LESSER VAULT: %s")
+t("#GOLD#PLACED LESSER VAULT: %s", "#GOLD#放置小型宝库: %s")
 
 
 ------------------------------------------------
@@ -21553,7 +22491,7 @@ section "game/modules/tome/data/talents/celestial/chants.lua"
 t("Chant of Fortitude", "坚韧赞歌")
 t([[You chant the glory of the Sun, granting you %d Mental Save and increasing your maximum life by %0.1f%% (Currently:  %d).
 		You may only have one Chant active at once.
-		The effects will increase with your Spellpower.]], [[颂赞日之荣耀,使你获得 %d 精神豁免,并增加 %0.1f%% 最大生命值(当前加成: %d )。
+		The effects will increase with your Spellpower.]], [[颂赞日之荣耀,使你获得 %d 精神豁免,并增加 %0.1f%% 最大生命值(当前加成:%d )。
 		同时只能激活一种赞歌。
 		效果受法术强度加成。
 		]])
@@ -21585,8 +22523,8 @@ t([[You have learned to sing the praises of the Sun, in the form of three defens
 			Chant of Fortress: Increases your physical save by %d, your physical resistance by %d%%, your armour by %d and your armour hardiness by 15%%.
 			Chant of Resistance: Increases you spell save by %d, your fire/cold/lightning/acid resistances by %d%% and reduces all damage that comes from distant enemies (3 spaces or more) by %d%%.
 			You may only have one Chant active at a time.]], [[你学会了三种防御赞歌,以此咏唱对太阳的赞颂:
-			坚韧赞歌:增加 %d 精神豁免, %d%% 最大生命值 
-			堡垒赞歌:增加 %d 物理豁免, %d%% 物理抗性, %d 护甲, 15%% 护甲硬度 
+			坚韧赞歌:增加 %d 精神豁免, %d%% 最大生命值
+			堡垒赞歌:增加 %d 物理豁免, %d%% 物理抗性, %d 护甲, 15%% 护甲硬度
 			元素赞歌:增加 %d 法术豁免, %d%% 火焰 /寒冷 /闪电 /酸性抗性,减少三格外敌人对你造成的伤害 %d%% 。
 			你同时只能激活一种赞歌。]])
 t("Chant Illuminate", "初现光芒")
@@ -21600,7 +22538,7 @@ t([[Your skill at Chanting now extends the cloak of light, increasing your light
 		Chant of Fortitude cures mental effects.
 		Chant of Fortress cures physical effects.
 		Chant of Resistance cures magical effects.]], [[咏唱赞歌的娴熟技艺让光明得以扩散,增加 %d 光照半径。
-		每次你咏唱新的赞歌时,你将解除自身所有 CT 效果,并解除 %d 项相应类型的负面状态。
+		每次你咏唱新的赞歌时,你将解除自身的失去平衡、法术冲击和锁脑效果,并额外解除 %d 项相应类型的负面状态。
 		坚韧赞歌:解除精神负面状态 
 		堡垒赞歌:解除物理负面状态 
 		元素赞歌:解除魔法负面状态 ]])
@@ -21761,9 +22699,9 @@ t([[Destabilize your glyphs, triggering every glyph in radius 10 with an enemy s
 		#7f7f7f#Moonlight#LAST#:  %0.2f darkness damage.
 		#9D9DC9#Twilight#LAST#:  %0.2f light and %0.2f darkness damage]], [[激发所有圣印,10格内所有上方站着敌人的圣印将被触发。
 		技能等级2时,该效果触发的圣印将在地面遗留能量,在%d回合内持续造成伤害。
-		#ffd700#日光圣印#LAST#:  %0.2f 光系伤害。
-		#7f7f7f#月光圣印#LAST#:  %0.2f 暗影伤害。
-		#9D9DC9#暮光圣印#LAST#:  %0.2f 光系和 %0.2f 暗影伤害。]])
+		#ffd700#日光圣印#LAST#: %0.2f 光系伤害。
+		#7f7f7f#月光圣印#LAST#: %0.2f 暗影伤害。
+		#9D9DC9#暮光圣印#LAST#: %0.2f 光系和 %0.2f 暗影伤害。]])
 
 
 ------------------------------------------------
@@ -21784,7 +22722,7 @@ t([[Hits the target with your weapon doing %d%% damage, and with a shield strike
 		受法术强度影响,光系伤害有额外加成。]])
 t("Retribution", "惩戒之盾")
 t("You cannot use Retribution without a shield!", "必须装备一面盾牌!")
-t("#RED#Absorb Remaining: %d", "#RED#剩余吸收量: %d")
+t("#RED#Absorb Remaining: %d", "#RED#剩余吸收量:%d")
 t([[Retribution negates half of all damage you take while it is active. Once Retribution has negated %0.2f damage, your shield will explode in a burst of light, inflicting damage equal to the amount negated in a radius of %d and deactivating the talent.
 		The amount absorbed will increase with your Spellpower.
 		%s]], [[吸收你收到的一半伤害。一旦惩戒之盾吸收 %0.2f 伤害值,它会产生光系爆炸,在 %d 码半径范围内造成等同吸收值的伤害并中断技能效果。 
@@ -21795,7 +22733,7 @@ t("You cannot use Crusade without a shield!", "使用十字军打击必须使用
 t([[You demonstrate your dedication to the light with a measured attack striking once with your weapon for %d%% Light damage and once with your shield for %d%% Light damage.
 			If the first strike connects %d random talent cooldowns are reduced by 1.
 			If the second strike connects you are cleansed of %d debuffs.]], [[你用武器攻击造成 %d%% 光系伤害,再用盾牌攻击造成 %d%% 光系伤害。
-			如果第一次攻击命中,随机 %d 个技能 cd 时间减 1 。
+			如果第一次攻击命中,随机 %d 个技能冷却时间减少1回合 。
 			如果第二次攻击命中,除去你身上至多 %d 个 debuff。]])
 
 
@@ -21999,7 +22937,7 @@ t([[Infuse yourself with the raging fury of the Sun, increasing your physical an
 		If Sun Ray was on cooldown, the remaining turns are reduced by one instead.
 		This effect can only happen once per turn.]], [[让阳光的怒火充满自身,增加 %d%% 物理和法术暴击率。
 		每次物理或法术暴击时,有 %d%% 几率获得阳光之怒效果,持续两回合。
-		当效果激活时,你的阳光烈焰变为瞬发,同时伤害增加 25%% 。 
+		当效果激活时,你的阳光烈焰变为瞬间技能,同时伤害增加 25%% 。
 		如果阳光烈焰处于冷却中,则减少 1 回合冷却时间。 
 		该效果一回合至多触发一次。]])
 t("Suncloak", "阳光护体")
@@ -22099,22 +23037,22 @@ t([[You revert your body to a previous state, healing yourself for %0.2f life an
 section "game/modules/tome/data/talents/chronomancy/anomalies.lua"
 
 t("Anomaly Rearrange", "异常:重排")
-t("@Source@ causes a spacetime hiccup.", "@Source@ 引起了时空轻微重排。")
+t("@Source@ causes a spacetime hiccup.", "@Source@引起了时空轻微重排。")
 t("Teleports up to five targets in a radius of %d up to ten tiles away.", "将半径 %d 范围内最多五个单位传送到十格外。")
 t("Anomaly Teleport", "异常:传送")
-t("@Source@ shifts reality.", "@Source@ 改变了现实。")
+t("@Source@ shifts reality.", "@Source@改变了现实。")
 t("Teleports up to five targets in a radius of %d up to %d tiles away.", "将半径 %d 范围内最多五个单位传送到 %d 格外。")
 t("Anomaly Swap", "异常:换位")
-t("@Source@ swaps places with a nearby target.", "@Source@ 和附近一名目标交换了位置。")
+t("@Source@ swaps places with a nearby target.", "@Source@和附近一名目标交换了位置。")
 t("The spell fizzles!", "法术失败了!")
 t("You swap locations with a random target.", "你和一个随机目标交换位置")
 t("Anomaly Displacement Shield", "异常:偏转护盾")
-t("@Source@ transfers damage to a nearby target.", "@Source@ 将伤害转移至附近一名目标。")
+t("@Source@ transfers damage to a nearby target.", "@Source@将伤害转移至附近一名目标。")
 t([[50%% chance that damage the caster takes will be warped to a set target.
 		Once the maximum damage (%d) is absorbed, the time runs out, or the target dies, the shield will crumble.]], [[施法者所承受的伤害有 50%% 的概率转移给指定连接的目标。 
 		一旦吸收伤害达到上限( %d ),持续时间到了或目标死亡,护盾会破碎掉。]])
 t("Anomaly Wormhole", "异常:虫洞")
-t("@Source@ folds the space between two points.", "@Source@ 折叠了两点间的空间。")
+t("@Source@ folds the space between two points.", "@Source@折叠了两点间的空间。")
 t("wormhole", "虫洞")
 t("@Target@ moves onto the wormhole.", "@Target@踩中了虫洞。!")
 t("%s tries to enter the wormhole but a violent force pushes it back.", "%s试图进入虫洞但是一股猛力将其强行推送了回来。")
@@ -22122,105 +23060,113 @@ t("%s ignores the wormhole.", "%s无视了虫洞。")
 t("Reality asserts itself and forces the wormhole shut.", "现实世界进行自我调谐强行关闭了虫洞。")
 t("Creates a wormhole nearby and a second wormhole up to ten tiles away.", "建立一个连接附近的随机格子和十格外的随机格子的虫洞。")
 t("Anomaly Probability Travel", "异常:相位移动")
-t("@Source@ places several targets out of phase.", "@Source@ 让数名目标从相位空间移出。")
+t("@Source@ places several targets out of phase.", "@Source@让数名目标从相位空间移出。")
 t("Allows up to five targets in a radius of %d to travel up to %d tiles through walls.", "将半径 %d 范围内最多五个单位可以穿墙移动 %d 格")
 t("Anomaly Blink", "异常:闪烁")
-t("@Source@ makes several targets blink uncontrollably.", "@Source@ 让数名目标不受控制地在空间中闪烁。")
+t("@Source@ makes several targets blink uncontrollably.", "@Source@让数名目标不受控制地在空间中闪烁。")
 t("Up to five targets in a radius of %d are teleporting %d tiles every turn.", "让半径 %d 范围内最多五个单位每回合在 %d 格内传送。")
 t("Anomaly Summon Townsfolk", "异常:召唤村民")
 t("Some innocent bystanders have been teleported into the fight.", "一些无辜的旁观者被传送到战斗中。")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("human farmer", "人类农民")
+t("A weather-worn Human farmer, looking at a loss as to what's going on.", "一个饱经风霜的人类农民,他茫然不知所措。")
+t("halfling gardener", "半身人园丁")
+t("A rugged Halfling gardener, looking quite confused as to what he's doing here.", "一个粗犷的半身人园丁,他对在这里做什么感到困惑。")
+t("shalore scribe", "永恒精灵书记员")
+t("A scrawny Elven scribe, looking bewildered at his surroundings.", "一个瘦骨嶙峋的精灵书记员,他困惑地看着周围的环境。")
+t("dwarven lumberjack", "矮人伐木工")
+t("A brawny Dwarven lumberjack, looking a bit upset at his current situation.", "一个强壮的矮人伐木工,他对自己现在的处境有点不安。")
 t("Pulls innocent people into the fight.", "将无辜的村民拖入战斗。")
 t("Anomaly Slow", "异常:减速")
-t("@Source@ creates a bubble of slow time.", "@Source@ 制造出减速时间气泡。")
+t("@Source@ creates a bubble of slow time.", "@Source@制造出减速时间气泡。")
 t("Slows up to five targets in a radius %d ball by %d%%.", "让半径 %d 范围内最多五个单位减速 %d%% 。")
 t("Anomaly Haste", "异常:加速")
-t("@Source@ creates a bubble of fast time.", "@Source@ 制造出加速时间气泡。")
+t("@Source@ creates a bubble of fast time.", "@Source@制造出加速时间气泡。")
 t("Increases global speed of up to five targets in a radius %d ball by %d%%.", "让半径 %d 范围内最多五个单位增加整体速度 %d%% 。")
 t("Anomaly Stop", "异常:停止")
-t("@Source@ creates a bubble of nul time.", "@Source@ 制造出停滞时间气泡。")
+t("@Source@ creates a bubble of nul time.", "@Source@制造出停滞时间气泡。")
 t("Stuns up to five targets in a radius %d ball.", "震慑半径 %d 范围内最多五个单位。")
 t("Anomaly Temporal Bubble", "异常:时空气泡")
-t("@Source@ removes several targets from time.", "@Source@ 将数名目标从时间流中移除。")
+t("@Source@ removes several targets from time.", "@Source@将数名目标从时间流中移除。")
 t("Time Prisons up to five targets in a radius %d ball.", "将半径 %d 范围内最多五个单位从时光的流动中移出。")
 t("Anomaly Temporal Shield", "异常:时间盾")
-t("@Source@ creates a temporal shield around several targets.", "@Source@ 制造出覆盖数名目标的时间护盾。")
+t("@Source@ creates a temporal shield around several targets.", "@Source@制造出覆盖数名目标的时间护盾。")
 t("Time Shields up to five targets in a radius of %d.", "将半径 %d 范围内最多五个单位覆盖时光之盾。")
 t("Anomaly Invigorate", "异常:鼓舞")
-t("@Source@ energizes several targets.", "@Source@ 鼓舞了数名目标。")
+t("@Source@ energizes several targets.", "@Source@鼓舞了数名目标。")
 t("Invigorates up to five targets in a radius of %d.", "鼓舞半径 %d 范围内最多五个单位。")
 t("Anomaly Temporal Clone", "异常:克隆")
-t("@Source@ clones a nearby creature.", "@Source@ 克隆了周围随机目标。")
+t("@Source@ clones a nearby creature.", "@Source@克隆了周围随机目标。")
 t("Clones a random creature within range.", "克隆范围内一个随机单位。")
 t("Anomaly Temporal Storm", "异常:时空风暴")
-t("@Source@ creates a temporal storm.", "@Source@ 制造出时空风暴。")
+t("@Source@ creates a temporal storm.", "@Source@制造出时空风暴。")
 t("Creates a temporal storm for %d to %d turns that deals between %0.2f and %0.2f temporal damage each turn.", "召唤一场时空风暴 %d ~ %d 回合,每回合造成 %0.2f ~ %0.2f 时空伤害。")
 t("Anomaly Gravity Pull", "异常:重力牵引")
 t("%s is drawn in by gravity!", "%s被重力拖动!")
 t("Increases localized gravity, pulling in targets in a radius of %d.", "增加周围的重力,吸引半径 %d 范围内的目标。")
 t("Anomaly Dig", "异常:挖掘")
-t("@Source@ turns matter to dust.", "@Source@ 将周围的物质化为尘土。")
+t("@Source@ turns matter to dust.", "@Source@将周围的物质化为尘土。")
 t("Digs out all terrain in a radius %d ball.", "挖掘半径 %d 范围内的所有地形。")
 t("Anomaly Entomb", "异常:埋葬")
-t("@Source@ creates a stone wall.", "@Source@ 制造出岩石墙壁。")
+t("@Source@ creates a stone wall.", "@Source@制造出岩石墙壁。")
 t("stone wall", "石墙")
 t("a summoned wall of stone", "召唤的岩石墙壁")
 t("Entombs a single target in a wall of stone.", "将一个单位用岩石墙环绕。")
 t("Anomaly Entropy", "异常:熵")
-t("@Source@ increases local entropy.", "@Source@ 增加了局部的熵。")
-t("%s's %s is disrupted!", "%s 的%s被打断了!")
+t("@Source@ increases local entropy.", "@Source@增加了局部的熵。")
+t("%s's %s is disrupted!", "%s的%s被打断了!")
 t("Places between three and six talents of up to 5 targets in a radius %d ball on cooldown for up to %d turns.", "让半径 %d 范围内最多五个单位的三到六个技能进入冷却 %d 回合。")
 t("Anomaly Gravity Well", "异常:重力井")
-t("@Source@ increases local gravity.", "@Source@ 增加了局部重力。")
+t("@Source@ increases local gravity.", "@Source@增加了局部重力。")
 t("Creates a gravity well in a radius %d ball, pinning up to five targets.", "在半径 %d 范围内制造重力井,定身最多五个单位。")
 t("Anomaly Quake", "异常:地震")
-t("@Source@ causes an earthquake.", "@Source@ 制造出地震。")
+t("@Source@ causes an earthquake.", "@Source@制造出地震。")
 t("Causes an earthquake in a radius of %d.", "在半径 %d 范围内制造地震。")
 t("Anomaly Flawed Design", "异常:不完美设计")
-t("@Source@ crumbles the resistances of several targets.", "@Source@ 让数名目标的抗性下降。")
+t("@Source@ crumbles the resistances of several targets.", "@Source@让数名目标的抗性下降。")
 t("Reduces the resistances of up to five targets in a ball of radius %d by %d%%.", "将半径 %d 范围内最多五个单位的抗性降低 %d%% 。")
 t("Anomaly Dust Storm", "异常:尘土风暴")
-t("@Source@ causes a dust storm.", "@Source@ 制造了尘土风暴。")
+t("@Source@ causes a dust storm.", "@Source@制造了尘土风暴。")
 t("Summons three to six dust storms.", "召唤三到六个尘土风暴。")
 t("Anomaly Blazing Fire", "异常:燃烧之炎")
-t("@Source@ causes a fire.", "@Source@ 制造出火焰。")
+t("@Source@ causes a fire.", "@Source@制造出火焰。")
 t("Summons three to six blazing fires.", "召唤三到六个燃烧之炎。")
 t("Anomaly Calcify", "异常:石化")
-t("@Source@ calcifies several targets.", "@Source@ 石化了数名目标。")
+t("@Source@ calcifies several targets.", "@Source@石化了数名目标。")
 t("Turns up to 5 targets in a radius %d ball to stone for %d turns.", "将半径 %d 范围内最多五个单位变成石头 %d 回合。")
 t("Anomaly Call", "异常:召唤")
-t("@Source@ teleports several targets to @Source@'s location.", "@Source@ 将数名目标传送到 @Source@ 的位置。")
+t("@Source@ teleports several targets to @Source@'s location.", "@Source@将数名目标传送到@Source@的位置。")
 t("Teleports between 3 and 6 targets to the caster.", "将三到六个单位召唤到施法者身边。")
 t("Anomaly Deus Ex", "异常:神佑")
 t("The odds have tilted.", "几率发生了倾斜。")
 t("Substantially toughens and hastes one target for %d turns.", "显著强化和加速目标 %d 回合。")
 t("Anomaly Evil Twin", "异常:邪恶双生子")
-t("@Source@'s evil twin has come from another timeline.", "@Source@ 的邪恶双胞胎从另一个时间线赶来。")
+t("@Source@'s evil twin has come from another timeline.", "@Source@的邪恶双胞胎从另一个时间线赶来。")
 t("Clones the caster.", "复制施法者。")
 t("Anomaly Intersecting Threads", "异常:时间线紊乱")
-t("@Source@ has caused two threads to merge.", "@Source@ 让两条时间线合并。")
+t("@Source@ has caused two threads to merge.", "@Source@让两条时间线合并。")
 t("Clones all creatures in a radius of 10.", "复制半径十格范围内所有生物。")
 t("Anomaly Mass Dig", "异常:范围挖掘")
-t("@Source@ digs out a huge area.", "@Source@ 挖掘了一大片区域。")
+t("@Source@ digs out a huge area.", "@Source@挖掘了一大片区域。")
 t("Digs out all terrain in between three and six radius %d balls.", "在三到六个半径 %d 范围的圆里摧毁所有地形。")
 t("Anomaly Sphere of Destruction", "异常:毁灭之球")
-t("@Source@ creates a sphere of destruction.", "@Source@ 制造了毁灭之球。")
+t("@Source@ creates a sphere of destruction.", "@Source@制造了毁灭之球。")
 t("Summons a sphere of destruction.", "召唤一个毁灭之球。")
 t("Anomaly Tornado", "异常:龙卷风")
-t("@Source@ causes a tornado storm.", "@Source@ 制造了龙卷风。")
+t("@Source@ causes a tornado storm.", "@Source@制造了龙卷风。")
 t("%s resists the tornado!", "%s抵抗了龙卷风!")
 t("Summons three to six tornados.", "召唤三到六道龙卷风")
 t("Anomaly Meteor", "异常:陨石")
-t("@Source@ causes a meteor to fall from the sky.", "@Source@ 让陨石从天而降。")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ causes a meteor to fall from the sky.", "@Source@让陨石从天而降。")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t("Causes a meteor to fall from the sky.", "召唤一颗陨石从天空坠落。")
 t("Anomaly Spacetime Tear", "异常:空间撕裂")
-t("@Source@ tears a hole in the fabric of spacetime.", "@Source@ 在空间中撕裂出漏洞。")
+t("@Source@ tears a hole in the fabric of spacetime.", "@Source@在空间中撕裂出漏洞。")
 t("Spacetime Tear", "空间撕裂")
-t("%s forces the tear shut!", "%s 令空间撕裂停止!")
+t("%s forces the tear shut!", "%s令空间撕裂停止!")
 t("Tears a hole in the fabric of spacetime.", "在空间的构造上撕开一个洞。")
 t("Anomaly Summon Time Elemental", "异常:召唤时间元素")
-t("Some Time Elementals have been attracted by @Source@'s meddling.", "一些时空元素被 @Source@ 吸引过来。")
+t("Some Time Elementals have been attracted by @Source@'s meddling.", "一些时空元素被@Source@吸引过来。")
 t("Time elementals have been attracted to the timeline.", "召唤时间元素。")
 
 
@@ -22263,7 +23209,7 @@ t([[Fire an arrow for %d%% weapon damage and call up to 2 wardens, depending on
 		
 		激活螺旋灵弓技能可以自由切换到你的弓(必须装备在副武器栏位上)。此外,当你使用远程攻击时也会触发这个效果。]])
 t("Singularity Arrow", "奇点之矢")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("%s is drawn in by the singularity!", "%s 被拖向时空奇点!")
 t([[Fire an arrow for %d%% weapon damage. When the arrow reaches its destination or hits a target it will draw in all other targets in a radius of %d and inflict %0.2f physical damage.
 		Each target moved beyond the first increases the damage %0.2f (up to %0.2f bonus damage).
@@ -22335,6 +23281,7 @@ t("Spacetime anomalies that can randomly occur when paradox is to high.", "æ—¶
 t("anomalies", "异常")
 t("chronomancy", "时空")
 t("%s's temporal clone", "%s的时空克隆体")
+t("A creature from another timeline.", "来自另一条时间线的生物。")
 
 
 ------------------------------------------------
@@ -22357,7 +23304,7 @@ t([[Choose an activatable spell that affects only you, does not require a target
 		This spell will cast even if it is currently on cooldown, will not consume a turn or resources, and uses the talent level of Contingency or its own, whichever is lower.
 		This effect can only occur once every %d turns and takes place after the damage is resolved.
 
-		Current Contingency Spell: %s]], [[选择一个只会影响你并且不需要选中目标的非固定 CD 主动法术。当你受到伤害并使生命值降低到 %d%% 以下时,自动释放这个技能。
+		Current Contingency Spell: %s]], [[选择一个只会影响你并且不需要选中目标的非固定冷却时间主动法术。当你受到伤害并使生命值降低到 %d%% 以下时,自动释放这个技能。
 		即使选择的技能处于冷却状态也可以释放  ,并且不消耗回合或资源,技能等级为该技能和指定技能当中较低的一方。		这个效果每 %d 回合只能触发一次,并且在伤害结算之后生效。
 
 		当前选择技能: %s ]])
@@ -22384,7 +23331,7 @@ t([[Partially dissipates all incoming damage, reducing it by 30%%, up to a maxim
 		The maximum damage reduction will scale with your Spellpower.]], [[分解一部分受到的伤害。减少 30%% 伤害 , 最多减少 %d 。
 		受法术强度影响,减少伤害的最大值有额外加成。]])
 t("Energy Absorption", "能量吸收")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("%s's %s is disrupted by the Energy Absorption!", "%s 的 %s 被能量吸收所打断!")
 t([[You sap the target's energy and add it to your own, placing up to %d random talents on cooldown for %d turns.
 		For each talent put on cooldown, you reduce the cooldown of one of your talents currently on cooldown by %d turns.]], [[你吸收目标的能量并化为己用,最多使 %d 个随机技能进入 %d 回合冷却。
@@ -22410,10 +23357,10 @@ t([[Activate to Seal Fate for %d turns.  When you damage a target while Seal Fat
 		If you have Spin Fate active the chance will be increased by 33%% per Spin (for %d%% at three Spin.)
 		The duration increase can occur up to %d times per turn and the bonus Spin once per turn.]], [[激活这个技能封印命运 %d 回合。
 		在这个技能激活期间,每当你对目标造成伤害,你获得一层命运之丝效果,并有 %d%% 几率延长目标的一个负面效果一回合。
-		每层命运之茧将使负面状态延长的概率增加 33%% ( 三层效果时增加 %d%% 。 )
+		每层命运之丝将使负面状态延长的概率增加 33%% ( 三层效果时增加 %d%% 。 )
 		负面状态延长每回合只能触发 %d 次,该效果获得的命运之丝每回合最多一层。]])
 t("Fateweaver", "命运编织")
-t("You now gain %d combat accuracy, physical power, spellpower, and mindpower per Spin.", "现在每层命运之网使你获得 %d 命中,物理、法术和精神强度。")
+t("You now gain %d combat accuracy, physical power, spellpower, and mindpower per Spin.", "现在每层命运之丝使你获得 %d 命中,物理、法术和精神强度。")
 t("Webs of Fate", "命运之网")
 t([[For the next %d turns you displace %d%% of any damage you receive onto a random enemy.
 		While Webs of Fate is active you may gain one additional Spin per turn and your maximum Spin is doubled.]], [[接下来的 %d 回合中,你将受到的 %d%% 伤害转移给随机的敌人。
@@ -22431,7 +23378,7 @@ t([[Create an anomaly, reducing your Paradox by %d.  This spell will never produ
 		然而,当学会扭曲命运后,你可以选中引导异变作为目标。
 		受法术强度影响,紊乱值减少效果有额外加成。]])
 t("Reality Smearing", "弥散现实")
-t("#LIGHT_BLUE##Source# converts damage to paradox!", "#LIGHT_BLUE##Source# 将伤害转化为紊乱值!")
+t("#LIGHT_BLUE##Source# converts damage to paradox!", "#LIGHT_BLUE##Source#将伤害转化为紊乱值!")
 t("#LIGHT_BLUE#(%d converted)#LAST#", "#LIGHT_BLUE#(%d 转化)#LAST#")
 t([[While active 30%% of all damage you take is converted into %0.2f Paradox per point.
 		The Paradox is gained over three turns.]], [[当激活这个技能时,你受到伤害的 30%% 被转化为 %0.2f 的紊乱值。
@@ -22473,7 +23420,7 @@ t([[Sends out a blast wave of gravity in a radius %d cone, dealing %0.2f base ph
 		被击飞至墙上或其他单位的目标受到额外 25%% 伤害,并对被击中的单位造成 25%% 伤害。
 		离你越近的目标将会被击飞得更远。受法术强度影响,伤害按比例加成。]])
 t("Gravity Spike", "重力钉刺")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("%s is drawn in by the singularity!", "%s 被拖向时空奇点!")
 t([[Creates a gravity spike in a radius of %d that moves all targets towards the spell's center and inflicts %0.2f physical (gravity) damage.
 		Each target moved beyond the first increases the damage by %0.2f (up to a maximum of %0.2f bonus damage).
@@ -22502,7 +23449,8 @@ t([[Increases weapon damage by %d%% and physical power by 30 when using swords,
 		当装备武器、弹药或者计算武器伤害时,你使用魔法取代你的力量属性进行计算。
 		这个技能的奖励伤害取代武器掌握、匕首掌握和弓箭掌握的加成。]])
 t("Guardian Unity", "守卫融合")
-t("#STEEL_BLUE##Source# shares damage with %s guardian!", "#STEEL_BLUE##Source# 和 %s 的守卫共享伤害!")
+t("Guardian", "守卫")
+t("#STEEL_BLUE##Source# shares damage with %s guardian!", "#STEEL_BLUE##Source#和%s的守卫共享伤害!")
 t("#STEEL_BLUE#(%d shared)#LAST#", "#STEEL_BLUE#(%d 伤害共享)#LAST#")
 t("Not enough space to summon warden!", "没有足够的空间召唤守卫!")
 t([[When a single hit deals more than %d%% of your maximum life another you appears and takes %d%% of the damage as well as %d%% of all damage you take for the next %d turns.
@@ -22525,35 +23473,35 @@ t([[Attack the target with either your ranged or melee weapons for %d%% weapon d
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/induced-phenomena.lua"
 
-t("Cosmic Cycle", "Cosmic Cycle")
-t("#LIGHT_BLUE#Your cosmic cycle expands.", "#LIGHT_BLUE#Your cosmic cycle expands.")
-t("#LIGHT_RED#Your cosmic cycle contracts.", "#LIGHT_RED#Your cosmic cycle contracts.")
+t("Cosmic Cycle", "宇宙圈")
+t("#LIGHT_BLUE#Your cosmic cycle expands.", "#LIGHT_BLUE#你的宇宙圈膨胀了。")
+t("#LIGHT_RED#Your cosmic cycle contracts.", "#LIGHT_RED#你的宇宙圈收缩了。")
 t([[Tune yourself into the ebb and flow of spacetime.  When your Paradox crosses a 100 point threshold, your Cosmic Cycle gains or loses one radius.
-		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]], [[Tune yourself into the ebb and flow of spacetime.  When your Paradox crosses a 100 point threshold, your Cosmic Cycle gains or loses one radius.
-		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]])
-t("Polarity Shift", "Polarity Shift")
-t("You must have Cosmic Cycle active to use this talent.", "You must have Cosmic Cycle active to use this talent.")
-t("particles_images/alt_temporal_bolt_0%d", "particles_images/alt_temporal_bolt_0%d")
+		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]], [[调整你自己进入时空的涨落。当你的紊乱值超过100点的临界点时,你的宇宙轮回会膨胀或收缩一个半径。
+		当宇宙圈膨胀时,你的时空抗性穿透将增加 %d%% 。当它收缩时,你计算紊乱值时的意志力将增加 %d%% 。]])
+t("Polarity Shift", "奇点切换")
+t("You must have Cosmic Cycle active to use this talent.", "你必须开启宇宙圈才能使用这一技能")
 t([[Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.
 		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.
-		The damage will scale with your Spellpower.]], [[Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.
-		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.
-		The damage will scale with your Spellpower.]])
-t("Reverse Causality", "Reverse Causality")
+		The damage will scale with your Spellpower.]], [[逆转你宇宙圈的极性。如果它正在收缩,它将开始膨胀,向半径范围内的每个目标发射一枚瞄准的飞弹,造成 %0.2f 时空伤害。
+		如果它目前正在扩张,它将开始收缩,将半径范围内所有目标的生命线编织 %d 回合。被编织目标承受对其他编织目标造成的所有伤害的 %d%% 。
+		伤害受法术强度加成。]])
+t("Reverse Causality", "逆转因果")
 t([[When a creature enters your expanding Cosmic Cycle, you heal %d life at the start of your next turn.
 		When a creature leaves your contracting Cosmic Cycle, you reduce the duration of one detrimental effect on you by %d at the start of your next turn.
-		The healing will scale with your Spellpower.]], [[When a creature enters your expanding Cosmic Cycle, you heal %d life at the start of your next turn.
-		When a creature leaves your contracting Cosmic Cycle, you reduce the duration of one detrimental effect on you by %d at the start of your next turn.
-		The healing will scale with your Spellpower.]])
+		The healing will scale with your Spellpower.]], [[当一个生物进入你膨胀的宇宙圈时,你在下一回合开始时治疗 %d 生命。
+		当一个生物离开你收缩的宇宙圈时,你在下一回合开始时将对你造成一个负面效果的持续时间减少 %d 。
+		治疗量受法术强度加成。]])
 t("Epoch", "亚伯契")
-t("%s resists the blindness!", "%s 抵抗了致盲!")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists the confusion!", "%s 抵抗了混乱!")
+t("%s resists the blindness!", "%s抵抗了致盲!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists the confusion!", "%s抵抗了混乱!")
 t([[While your cosmic cycle is expanding, creatures in its radius have a %d%% chance to suffer the effects of aging; pinning, blinding, or confusing them for 3 turns.
 		While your cosmic cycle is contracting, creatures in its radius suffer from age regression; reducing their three highest stats by %d.
-		The chance and stat reduction will scale with your Spellpower.]], [[While your cosmic cycle is expanding, creatures in its radius have a %d%% chance to suffer the effects of aging; pinning, blinding, or confusing them for 3 turns.
-		While your cosmic cycle is contracting, creatures in its radius suffer from age regression; reducing their three highest stats by %d.
-		The chance and stat reduction will scale with your Spellpower.]])
+		The chance and stat reduction will scale with your Spellpower.]], [[当你的宇宙圈在扩展时,其半径内的生物有%d%的机会遭受老化的影响;定身、致盲或混乱它们3回合。
+		当你的宇宙圈在收缩时,其半径内的生物会遭受年龄退行的痛苦;它们的三个最高属性会减少%d。
+		几率和属性降低效果受法术强度加成。
+		]])
 
 
 ------------------------------------------------
@@ -22589,6 +23537,7 @@ t([[While active your physical and temporal damage has a %d%% chance to remove o
 section "game/modules/tome/data/talents/chronomancy/other.lua"
 
 t("Spacetime Tuning", "时空调谐")
+t("What's your preferred paradox level?", "你希望将紊乱值调整到多少?")
 t([[Use to set your preferred Paradox.  While resting or waiting you'll adjust your Paradox towards this number at the rate of %d per turn.
 		Your Paradox modifier is factored into the duration and spellpower of all chronomancy spells.
 
@@ -22601,13 +23550,13 @@ t([[Use to set your preferred Paradox.  While resting or waiting you'll adjust y
 		Current Anomaly Chance :  %d%%]], [[设置自己的紊乱值。
 		休息或等待时,你每回合将自动调节 %d 点紊乱值趋向于你的设定值。
 		你的紊乱值会修正所有时空法术的持续时间和法术强度。
-		设定的紊乱值: %d
-		紊乱值修正率: %d%%
-		时空法术强度: %d
-		意志修正数值: -%d
-		紊乱维持数值: +%d
-		修正后紊乱值: %d
-		当前异常几率: %d%%]])
+		设定的紊乱值:%d
+		紊乱值修正率:%d%%
+		时空法术强度:%d
+		意志修正数值:-%d
+		紊乱维持数值:+%d
+		修正后紊乱值:%d
+		当前异常几率:%d%%]])
 t("Slow", "减速")
 t([[Creates a time distortion in a radius of %d that lasts for %d turns, decreasing global speed by %d%% for 3 turns and inflicting %0.2f temporal damage each turn to all targets within the area.
 		The slow effect and damage dealt will scale with your Spellpower.]], [[在 %d 码半径范围内制造 1 个时间扭曲力场,持续 %d 回合。同时减少 %d%% 目标整体速度,持续 3 回合,当目标处于此范围内时每回合造成 %0.2f 时空伤害。 
@@ -22645,14 +23594,14 @@ t([[You partially remove yourself from the timeline for 10 turns.
 		增加你 %d%% 所有伤害抵抗,减少 %d%% 负面状态持续时间并减少 20%% 你造成的伤害。 
 		抵抗加成、状态减少值和伤害惩罚会随法术持续时间的增加而逐渐减少。 
 		受法术强度影响,效果按比例加成。]])
-t("Paradox Clone", "无序克隆")
 t("%s's Paradox Clone", "%s的无序克隆")
-t("The real %s... or so %s says.", "真正的%s... 或者 %s 这样说。")
+t("The real %s... or so %s says.", "真正的%s... 或者%s这样说。")
+t("Paradox Clone", "无序克隆")
 t([[You summon your future self to fight alongside you for %d turns.  At some point in the future, you'll be pulled into the past to fight alongside your past self after the initial effect ends.
 		This spell splits the timeline.  Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.]], [[你召唤未来的自己和你一起战斗,持续 %d 回合。当技能结束后,在未来的某个时间点,你会被拉回到过去,协助你自己战斗。 
 		这个法术会使时间线分裂,所以其他同样能使时间线分裂的技能在此期间不能成功释放。]])
 t("Displace Damage", "伤害转移")
-t("#PINK##Source# displaces some damage onto #Target#!", "#PINK##Source# 将部分伤害转移至 #Target#!")
+t("#PINK##Source# displaces some damage onto #Target#!", "#PINK##Source#将部分伤害转移至#Target#!")
 t([[You bend space around you, displacing %d%% of any damage you receive onto a random enemy within range.
 		]], [[空间在你身边折叠,转移 %d%% 伤害到范围内随机 1 个敌人身上。
 		]])
@@ -22662,8 +23611,8 @@ t([[You surround yourself with a radius %d distortion of gravity, knocking back
 		The damage will scale with your Spellpower.]], [[你用 %d 码半径范围的重力吸收光环围绕自己,击退所有单位并造成 %0.2f 物理伤害。此效果持续 %d 回合。对定身状态目标额外造成 50%% 伤害。 
 		这股爆炸性冲击波可能会对目标造成多次伤害,这取决于攻击半径和击退效果。 
 		受法术强度影响,伤害按比例加成。]])
-t("Temporal Clone", "时空复制")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("Temporal Clone", "时空复制")
 t([[Clones the target creature for up to %d turns.  The duration of the effect will be divided by half the target's rank, and the target will have have %d%% of its normal life and deal %d%% less damage.
 		If you clone a hostile creature the clone will target the creature it was cloned from.
 		The life and damage penalties will be lessened by your Spellpower.]], [[你复制目标,从其他时间线上召唤出复制体,持续 %d 回合。持续时间将会除以目标分级的一半,且复制体只拥有目标 %d%% 的生命,造成的伤害减少 %d%% 。
@@ -22675,16 +23624,16 @@ t([[You convert %d%% of all non-temporal damage you receive into temporal damage
 		This damage will bypass resistance and affinity.]], [[你转化所有受到的 %d%% 的非时空伤害为持续 %d 回合的时空伤害释放出去。 
 		造成的伤害无视抗性和伤害吸收。]])
 t("Phase Shift", "相位切换")
-t("Phase shift yourself for %d turns; any damage greater than 10%% of your maximum life will teleport you to an adjacent tile and be reduced by 50%% (can only happen once per turn).", "切换你的相位 %d 回合;任何将会对你造成超过你最大生命值 10%% 伤害的攻击会把你传送到一个相邻的格子里,并且这次伤害减少50%% (每回合只能发生一次)。")
+t("Phase shift yourself for %d turns; any damage greater than 10%% of your maximum life will teleport you to an adjacent tile and be reduced by 50%% (can only happen once per turn).", "切换你的相位 %d 回合;任何将会对你造成超过你最大生命值 10%% 伤害的攻击会把你传送到一个相邻的格子里,并且这次伤害减少50%%(每回合只能发生一次)。")
 t("Swap", "时空交换")
-t("%s resists the swap!", "%s 抵抗了时空交换!")
+t("%s resists the swap!", "%s抵抗了时空交换!")
 t([[You manipulate the spacetime continuum in such a way that you switch places with another creature with in a range of %d.  The targeted creature will be confused (power %d%%) for %d turns.
 		The spell's hit chance will increase with your Spellpower.]], [[你控制时间的流动来使你和 %d 码范围内的某个怪物交换位置。目标会混乱( %d%% 强度) %d 回合。 
 		受法术强度影响,法术命中率有额外加成。]])
 t("Temporal Wake", "时空苏醒")
 t("You do not have line of sight.", "你没有视线")
 t("The spell fizzles!", "法术失败了!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[Violently fold the space between yourself and another point within range.
 		You teleport to the target location, and leave a temporal wake behind that stuns for %d turns and deals %0.2f temporal and %0.2f physical warp damage to targets in the path.
 		The damage will scale with your Spellpower.]], [[暴力地折叠你和另外一个点之间的空间。你传送到目标地点并造成时空的苏醒,震慑路径上的所有目标 %d 回合并造成 %0.2f 时空伤害和 %0.2f 物理(折叠)伤害 
@@ -22703,11 +23652,11 @@ t([[Destabilizes the target, inflicting %0.2f temporal damage per turn for 10 tu
 		受法术强度影响,伤害有额外加成。]])
 t("Quantum Spike", "量子钉刺")
 t("%s has been pulled apart at a molecular level!", "%s 被分崩离析!")
-t("%s resists the quantum spike!", "%s 抵抗了量子钉刺!")
+t("%s resists the quantum spike!", "%s抵抗了量子钉刺!")
 t([[Attempts to pull the target apart at a molecular level, inflicting %0.2f temporal damage and %0.2f physical damage.  If the target ends up with low enough life (<20%%), it might be instantly killed.
 		Quantum Spike deals 50%% additional damage to targets affected by temporal destabilization and/or continuum destabilization.
 		The damage will scale with your Spellpower.]], [[试图将目标分离为分子状态,造成 %0.2f 时空伤害和 %0.2f 物理伤害 , 技能结束后若目标生命值不足 20%% 则可能会被立刻杀死。 
-		量子钉刺对受时空紊乱和 / 或连续紊乱的目标会多造成 50%%的伤害。 
+		量子钉刺对受时空紊乱和/或连续紊乱的目标会多造成 50%%的伤害。
 		受和法术强度影响,伤害按比例加成。]])
 
 
@@ -22716,7 +23665,7 @@ section "game/modules/tome/data/talents/chronomancy/spacetime-folding.lua"
 
 t("away", "远离")
 t("toward", "接近")
-t("warp mine: %s", "时空地雷: %s")
+t("warp mine: %s", "时空地雷:%s")
 t("Warp Mine Toward", "时空地雷:接近")
 t([[Lay Warp Mines in a radius of 1 that teleport enemies to you and inflict %0.2f physical and %0.2f temporal (warp) damage.
 		The mines are hidden traps (%d detection and %d disarm power based on your Magic) and last for %d turns.
@@ -22746,7 +23695,7 @@ t("You can't place a tether here", "你不能在这里放置时空系绳。")
 t("%s's spatial tether", "%s的时空系绳")
 t("The teleport fizzles!", "传送失败了!")
 t("#CRIMSON#%s has been yanked back to the tether!", "#CRIMSON#%s 被时空系绳拉了回去!")
-t("%s resists the teleport!", "%s 抵抗了传送!")
+t("%s resists the teleport!", "%s抵抗了传送!")
 t([[Tether the target to the location for %d turns.  
 		Each turn the target has a %d%% chance per tile it's travelled away from the tether to be teleported back, inflicting %0.2f physical and %0.2f temporal (warp) damage to all enemies in a radius of %d at both the entrance and exit locations.
 		The damage will scale with your Spellpower.]], [[将目标系于某处 %d 回合。
@@ -22755,7 +23704,7 @@ t([[Tether the target to the location for %d turns.
 t("Banish", "放逐")
 t("The spell fizzles on %s!", "法术在 %s 上失败了!")
 t("#CRIMSON#%s has been banished!", "#CRIMSON#%s 被放逐了!")
-t("%s resists the banishment!", "%s 抵抗了放逐!")
+t("%s resists the banishment!", "%s抵抗了放逐!")
 t([[Randomly teleports all enemies within a radius of three.  Enemies will be teleported between %d and %d tiles from you and may be stunned, blinded, confused, or pinned for %d turns.
 		The chance of teleportion will scale with your Spellpower.]], [[将半径 3 以内的敌人随机传送。
 		敌人将会传送至距离你 %d 至 %d 码的范围内,并被震慑、致盲、混乱或者定身 %d 回合。
@@ -22773,11 +23722,11 @@ section "game/modules/tome/data/talents/chronomancy/spacetime-weaving.lua"
 
 t("Dimensional Step", "空间跳跃")
 t("You do not have line of sight.", "你没有视线")
-t("#Source# folds space with with #target#!", "#Source# 折叠了与 #target# 之间的空间!")
-t("#Source#'s space-time folding with #target# fizzles!", "#Source# 和 #target# 的时空折叠失败了!")
-t("#Source# resists #target#'s space-time folding!", "#Source# 抵抗了 #target# 的时空折叠!")
-t("%s's space-time folding fizzles!", "%s 的时空折叠失败了!")
-t("%s emerges from a space-time rift!", "%s 从时空虫洞中出现!")
+t("#Source# folds space with with #target#!", "#Source#折叠了与#target#之间的空间!")
+t("#Source#'s space-time folding with #target# fizzles!", "#Source#和#target#的时空折叠失败了!")
+t("#Source# resists #target#'s space-time folding!", "#Source#抵抗了#target#的时空折叠!")
+t("%s's space-time folding fizzles!", "%s的时空折叠失败了!")
+t("%s emerges from a space-time rift!", "%s从时空虫洞中出现!")
 t([[Teleports you to up to %d tiles away, to a targeted location in line of sight.
 		At talent level 5 you may swap positions with a target creature.]], [[将你传送到 %d 码视野范围内的指定地点。
 		在等级 5 时,你可以与指定的目标交换位置。]])
@@ -22791,7 +23740,7 @@ t("@Target@ moves onto the wormhole.", "@Target@踩中了虫洞。!")
 t("%s tries to enter the wormhole but a violent force pushes it back.", "%s试图进入虫洞但是一股猛力将其强行推送了回来。")
 t("%s ignores the wormhole.", "%s无视了虫洞。")
 t("Reality asserts itself and forces the wormhole shut.", "现实世界进行自我调谐强行关闭了虫洞。")
-t("%s folds the space between two points.", "%s 折叠了两点之间的空间。")
+t("%s folds the space between two points.", "%s折叠了两点之间的空间。")
 t([[You fold the space between yourself and a second point within a range of %d, creating a pair of wormholes.  Any creature stepping on either wormhole will be teleported near the other (radius %d accuracy).  
 		The wormholes will last %d turns and must be placed at least two tiles apart.
 		The chance of teleporting enemies will scale with your Spellpower.]], [[你创造一对虫洞,使你所在之处和 %d 码范围内一点的空间重叠。  任何踏入虫洞的生物会被传送至另一个虫洞附近 (精度半径 %d )。  
@@ -22810,7 +23759,7 @@ t("Celerity", "迅捷")
 t("When you move you gain %d%% movement speed for %d turns.  This effect stacks up to three times but can only occur once per turn.", "当你移动时,你获得 %d%% 移动速度,持续 %d 回合。  这个效果可以叠加三次,每回合只能触发一次。")
 t("Time Dilation", "时间膨胀")
 t([[When you use a non-instant chronomancy spell you gain %d%% attack, spell, and mind speed for %d turns.  This effect stacks up to three times but can only occur once per turn.
-		]], [[当你使用非瞬发时空系法术,你获得 %d%% 战斗、施法和精神速度,持续 %d 回合。这个效果可以叠加三次,每回合只能触发一次。 
+		]], [[当你使用非瞬间时空系法术,你获得 %d%% 战斗、施法和精神速度,持续 %d 回合。这个效果可以叠加三次,每回合只能触发一次。
 		]])
 t("Haste", "加速")
 t("Increases your global speed by %d%% for %d game turns.", "增加你的整体速度 %d%% ,持续 %d 游戏回合。")
@@ -22881,18 +23830,18 @@ t([[For the next %d turns you may not create minor anomalies.  You do not regain
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/temporal-archery.lua"
 
-t("Phase Shot", "Phase Shot")
-t("You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.", "You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.")
-t("Unerring Shot", "Unerring Shot")
-t("You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.", "You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.")
-t("Perfect Aim", "Perfect Aim")
+t("Phase Shot", "相位射击")
+t("You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.", "你射出一枚在相位空间外的子弹,这使它可以忽视敌方护甲。此次射击会对目标造成 %d%% 时空武器伤害。")
+t("Unerring Shot", "必中射击")
+t("You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.", "你集中注意力射出极精准的一箭,造成 %d%% 武器伤害。接下来的一回合内,因时空延续,攻击加成保留。")
+t("Perfect Aim", "完美瞄准")
 t([[You focus your aim, increasing your critical damage multiplier by %d%% and your physical and spell critical strike chance by %d%%
-		The effect will scale with your Spellpower.]], [[You focus your aim, increasing your critical damage multiplier by %d%% and your physical and spell critical strike chance by %d%%
-		The effect will scale with your Spellpower.]])
-t("Quick Shot", "Quick Shot")
+		The effect will scale with your Spellpower.]], [[集中你的注意力瞄准,增加你的暴击加成 %d%% 并提高你的物理和法术暴击率 %d%% 。
+		受魔法影响,效果按比例加成。]])
+t("Quick Shot", "快速射击")
 t([[You pause time around you long enough to fire a single shot, doing %d%% damage.
-		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]], [[You pause time around you long enough to fire a single shot, doing %d%% damage.
-		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]])
+		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]], [[你暂停时间给你足够的空闲射出一支箭,造成 %d%% 伤害。
+		伤害受紊乱值影响,按比例加成,另外技能等级提高可以降低冷却时间。]])
 
 
 ------------------------------------------------
@@ -22919,7 +23868,7 @@ t([[When you hit with Weapon Folding you have a %d%% chance of dealing an additi
 t("Weapon Folding", "武器折叠")
 t([[Folds a single dimension of your weapons (or ammo) upon itself, adding %0.2f temporal damage to your strikes.
 		Additionally you have a %d%% chance to gain 10%% of a turn when your weapons hit.
-		The damage will scale with your Spellpower.]], [[将时空折叠在武器 \ 弹药上,造成额外 %0.2f 时空伤害。
+		The damage will scale with your Spellpower.]], [[将时空折叠在武器/弹药上,造成额外 %0.2f 时空伤害。
 		同时武器命中时你有 %d%% 几率获得 10%% 回合的时间。
 		伤害受法术强度加成。]])
 t("Invigorate", "鼓舞")
@@ -22950,6 +23899,8 @@ t([[Attack the target with either your ranged or melee weapons for %d%% damage.
 ------------------------------------------------
 section "game/modules/tome/data/talents/chronomancy/temporal-hounds.lua"
 
+t("A trained hound that appears to be all at once a little puppy and a toothless old dog.", "一条受训的猎犬,它的形态在小狗崽到掉牙的老狗之间来回切换")
+t("temporal-hound", "时空守卫")
 t("Temporal Hounds", "时空猎犬")
 t([[Upon activation summon a Temporal Hound.  Every %d turns another hound will be summoned, up to a maximum of three hounds. If a hound dies you'll summon a new hound in %d turns.  
 		Your hounds inherit your increased damage percent, have %d%% physical resistance and %d%% temporal resistance, and are immune to teleportation effects.
@@ -23033,7 +23984,8 @@ t([[Rethread the timeline, dealing %0.2f temporal damage to the target before mo
 		伤害受法术强度加成。]])
 t("Temporal Fugue", "时间复制")
 t("%s's Fugue Clone", "%s 的时间复制体")
-t("The real %s... or so %s says.", "真正的%s... 或者 %s 这样说。")
+t("The real %s... or so %s says.", "真正的%s... 或者%s这样说。")
+t("Fugue Clone", "时间复制")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t([[For the next %d turns two alternate versions of you enter your timeline.  While the effect is active all damage done by you or your copies is reduced by two thirds and all damage received is split between the three of you.
 		Temporal Fugue does not normally cooldown while active.  You may take direct control of your clones, give them orders, and set their talent usage.
@@ -23050,7 +24002,7 @@ t("Cease to Exist", "存在抹杀")
 t("The timeline is too fractured to do this now.", "目前的时间线过于破碎。")
 t("#LIGHT_BLUE#%s never existed, this never happened!", "#LIGHT_BLUE#%s 不存在,也不会发生!")
 t("#LIGHT_STEEL_BLUE#%s tries to remove %sself from existance!", "#LIGHT_STELL_BLUE#%s试图抹杀%s自己!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[Over the next %d turns, you attempt to remove the target from the timeline, lowering its resistance to physical and temporal damage by %d%%.
 		If you manage to kill the target while the spell is in effect, you'll be returned to the point in time you cast this spell and the target will be slain.
 		This spell splits the timeline.  Attempting to use another spell that also splits the timeline while this effect is active will be unsuccessful.
@@ -23068,17 +24020,17 @@ t([[Pull a bolt of temporal energy back through time.  The bolt will home in on
 		The bolt gains 5%% damage each time it moves and the damage will scale with your Spellpower.
 		At talent level five cooldowns are reduced by two.]], [[ 将一道时空之箭射入时间线中。
 		时空之箭会返回你的位置,对路径上目标造成 %0.2f 时空伤害。每飞行 1 格,伤害增加 5%% 。
-		每命中一个目标会减少你随机一个冷却中的时空技能一回合 CD。
-		技能等级 5 时,减少 2 回合cd。]])
+		每命中一个目标,你随机一个时空技能冷却时间减少1回合。
+		技能等级 5 时,改为减少 2 回合。]])
 t("Time Skip", "时间跳跃")
 t("%s is immune!", "%s 免疫了!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Something has prevented the timetravel.", "某物阻止了时空旅行")
 t("temporal instability", "时间不稳定性")
-t("%s has moved forward in time!", "%s 的时间被向前推移!")
+t("%s has moved forward in time!", "%s的时间向前推移!")
 t([[Inflicts %0.2f temporal damage.  If your target survives, it may be removed from time for %d turns.
 		The damage will scale with your Spellpower.]], [[造成 %0.2f 时空伤害。如果你的目标存活,他将被从这个时空放逐 %d 回合。
-		伤害受到法术强度加成。	]])
+		伤害受到法术强度加成。]])
 t("Temporal Reprieve", "时空避难所")
 t("This talent cannot be used from within the reprieve.", "该技能不能在此时使用。")
 t("This talent cannot be used here.", "该技能不能在此处使用。")
@@ -23164,11 +24116,11 @@ section "game/modules/tome/data/talents/corruptions/bone.lua"
 
 t("Bone Spear", "白骨之矛")
 t([[Conjures up a spear of bones, doing %0.2f physical damage to all targets in a line.  Each target takes an additional %d%% damage for each magical debuff they are afflicted with up to a max of %d%% (%d).
-		The damage will increase with your Spellpower.]], [[ 释放一根骨矛,对一条线上的目标造成 %0.2f 物理伤害。这些目标每具有一个魔法负面效果,就额外受到 %d%% 的伤害,最多达到 %d%% ( %d 个)。
+		The damage will increase with your Spellpower.]], [[ 释放一根骨矛,对一条线上的目标造成 %0.2f 物理伤害。这些目标每具有一个魔法负面效果,就额外受到 %d%% 的伤害,最多达到 %d%%( %d 个)。
 		受法术强度影响,伤害有额外加成。]])
 t("Bone Grab", "白骨之握")
-t("%s resists the pin!", "%s 抵抗了定身!")
-t("%s resists being teleported by Bone Grab!", "%s 抵抗了骨矛的传送!")
+t("%s resists the pin!", "%s抵抗了定身!")
+t("%s resists being teleported by Bone Grab!", "%s抵抗了骨矛的传送!")
 t([[Grab a target and teleport it to your side or if adjacent up to 6 spaces away from you, pinning it there with a bone rising from the ground for %d turns.
 		The bone will also deal %0.2f physical damage.
 		The damage will increase with your Spellpower.]], [[抓住目标将其传送到你的身边,或将身边的目标丢到最多 6 格之外。从地上冒出一根骨刺,将其定在那里,持续 %d 回合。
@@ -23176,7 +24128,7 @@ t([[Grab a target and teleport it to your side or if adjacent up to 6 spaces awa
 		伤害受法术强度加成。]])
 t("Bone Spike", "白骨尖刺")
 t([[Whenever you use a non-instant talent you launch a spear of bone at all enemies afflicted by 3 or more magical detrimental effects dealing %d physical damage to all enemies it passes through.
-		The damage will increase with your Spellpower.]], [[每当你使用一个非瞬发的技能,你朝周围所有具有 3 个或以上魔法负面效果的敌人射出骨矛,对一条直线上的敌人造成 %d 伤害。
+		The damage will increase with your Spellpower.]], [[每当你使用一个非瞬间的技能,你朝周围所有具有 3 个或以上魔法负面效果的敌人射出骨矛,对一条直线上的敌人造成 %d 伤害。
 		伤害受法术强度加成。]])
 t("Bone Shield", "白骨护盾")
 t("#SLATE#(%d to bones)#LAST#", "#SLATE#(%d 骨盾)#LAST#")
@@ -23286,7 +24238,7 @@ t([[Make your target's diseases burst, doing %0.2f blight damage for each diseas
 		受法术强度影响,伤害有额外加成。]])
 t("Catalepsy", "僵硬瘟疫")
 t("Diseases #DARK_GREEN#BURN THROUGH#LAST# %s!", "疾病在 %s 身上 #DARK_GREEN#燃烧#LAST# !")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t("All your foes within a radius %d ball infected with a disease enter a cataleptic state, stunning them for %d turns and dealing %d%% of all remaining disease damage instantly.", "所有 %d 码球形范围内感染疾病的目标进入僵硬状态,震慑它们 %d 回合并立即爆发 %d%% 剩余所有疾病伤害。")
 t("Epidemic", "传染病")
 t("The diseases of %s spread!", "%s的疾病在传播!")
@@ -23335,14 +24287,15 @@ t([[Your blood turns into an acidic mixture. When you get hit, the attacker is s
 section "game/modules/tome/data/talents/corruptions/rot.lua"
 
 t("Infectious Bite", "传染性啃咬")
-t("@Source@ bites blight poison into @target@.", "@Source@ 将枯萎毒素注入 @target@。")
+t("@Source@ bites blight poison into @target@.", "@Source@将枯萎毒素注入 @target@。")
 t([[Bite the target, dealing %d%% melee damage  
 		If the attack hits you'll inject blight poison into the target, dealing %0.2f blight damage and a further %0.2f blight damage over 4 turns.
 		The bonus damage improves with your Spellpower.]], [[啃咬目标,造成 %d%% 武器伤害。 
 		如果攻击击中目标你会注入瘟疫病毒, 造成 %0.2f 枯萎伤害并在 4 回合内造成 %0.2f 枯萎伤害。
 		伤害受法术强度加成。]])
 t("A worm spawned from a damaged horror.  Destroying it may have consequences.", "虫子从受伤的恐魔身上产生,消灭它会带来某些后果。")
-t("%s exudes a corrupted gas as it dies.", "%s 死亡时释放出腐气。")
+t("%s exudes a corrupted gas as it dies.", "%s死亡时释放出腐气。")
+t("Summon", "召唤")
 t("Infestation", "侵扰")
 t([[Your body has become a mass of living corruption, increasing your blight and acid resistance by %d%% and blight affinity by %d%%.
 On taking damage greater than 15%% of your maximum health, the damage will be reduced by %d%% and a carrion worm mass will burst forth onto a nearby tile, attacking your foes for 5 turns.
@@ -23446,11 +24399,11 @@ t([[Call upon the essence of the supreme demon overlord Urh'Rok to turn into a d
 		当你处于恶魔形态时,恶魔空间的火焰会治疗你。 
 		受法术强度影响,抵抗和治疗量有额外加成。]])
 t("Fearscape", "恶魔空间")
-t("This spell cannot be used from within the Fearscape.", "该技能不能在恐惧长廊使用。")
+t("This spell cannot be used from within the Fearscape.", "该技能不能在恶魔空间使用。")
 t("This spell cannot be cast here.", "该技能不能在这里使用。")
 t("The spell fizzles...", "法术失败了...")
-t("#LIGHT_RED#You are taken to the Fearscape!", "#LIGHT_RED#你被带到了恐惧长廊!")
-t("#LIGHT_RED#You are brought back from the Fearscape!", "#LIGHT_RED#你被带回了恐惧长廊!")
+t("#LIGHT_RED#You are taken to the Fearscape!", "#LIGHT_RED#你被带到了恶魔空间!")
+t("#LIGHT_RED#You are brought back from the Fearscape!", "#LIGHT_RED#你被带回了恶魔空间!")
 t([[Summon a part of the Fearscape to intersect with the current level.
 		You and your target are taken to the Fearscape, trapped there until you end the spell or until your target dies.
 		While inside, a constant aura of flames will burn both of you for %0.2f fire damage (demons are healed instead) each turn.
@@ -23521,7 +24474,7 @@ t([[You manipulate the vim of your target to temporarily invert all healing done
 		5 回合内目标受到的所有治疗将变成 %d%% 治疗量的枯萎伤害。
 		效果受法术强度加成。]])
 t("Vile Transplant", "邪恶移植")
-t("#CRIMSON##Source# transfers an effect (%s) to #Target#!", "#CRIMSON##Source# 将一项效果 (%s) 转移至 #Target#!")
+t("#CRIMSON##Source# transfers an effect (%s) to #Target#!", "#CRIMSON##Source#将一项效果(%s)转移至#Target#!")
 t([[You transfer up to %d physical or magical detrimental effects currently affecting you to a nearby creature by touching it.
 		The transfer takes %0.1f%% of your remaining life for each effect transferred and heals the target for the same amount.
 		The chance to transfer each effect increases with your Spellpower.]], [[你将至多 %d 个物理与魔法负面状态转移给附近的一个生物。
@@ -23549,7 +24502,7 @@ t("Vimsense", "活力感知")
 t([[Feel the very existence of creatures around you for %d turns, in a radius of 10.
 		The evil touch will reduce their blight resistance by %d%% and all saves by %d, but also make them aware of you.
 		The resistance and save reduction will improve with your Spellpower.]], [[感受你周围 10 码半径范围内怪物的位置,持续 %d 回合。 
-		这个邪恶的力量同时会降低目标 %d%% 枯萎抵抗和 %d 全体豁免,但也会使它们察觉到你。 
+		这个邪恶的力量同时会降低目标 %d%% 枯萎抵抗和 %d 全体豁免,但也会使它们察觉到你。
 		受法术强度影响,抵抗的降低效果有额外加成。]])
 t("Leech", "活力吸取")
 t("Each time a creature affected by vimsense hurts you, you regain %0.2f vim and %0.2f health.", "每当被活力感知发现的敌人攻击你时,你回复 %0.2f 活力值和 %0.2f 生命值。")
@@ -23599,7 +24552,7 @@ section "game/modules/tome/data/talents/cunning/artifice.lua"
 t([[#YELLOW#%s (prepared, level %s)#LAST#:
 ]], [[#YELLOW#%s (已准备, 等级 %s)#LAST#:
 ]])
-t("#GREY#You notice %s has prepared: %s.", "#GREY#你发现 %s 准备了: %s。")
+t("#GREY#You notice %s has prepared: %s.", "#GREY#你发现 %s 准备了:%s。")
 t("Rogue's Tools", "盗贼工具箱")
 t([[With some advanced preparation, you learn to create and equip one of a number of useful tools (at #YELLOW#level %d#WHITE#):
 
@@ -23651,16 +24604,16 @@ Mastering a new tool places it (and its special effects, as appropriate) on cool
 效果取决于技能等级。
 强化工具将使其进入冷却。]])
 t("Hidden Blades", "隐匿刀锋")
-t("#Source# strikes #target# with hidden blades!", "#Source# 使用隐藏的刀片击中了 #target# !")
+t("#Source# strikes #target# with hidden blades!", "#Source#使用隐藏的刀片击中了#target#!")
 t("Melee criticals trigger an extra unarmed attack, inflicting %d%% damage. 4 turn cooldown.", "近战暴击触发额外 %d%% 伤害徒手攻击, 4 回合冷却。")
 t([[You conceal spring loaded blades within your equipment. On scoring a critical strike, you follow up with your blades for %d%% damage (as an unarmed attack).
 This talent has a cooldown.
 #YELLOW#Prepared with: %s#LAST#]], [[你将刀片隐藏在装备中,当你对临近目标造成暴击时,刀片自动弹出,造成 %d%% 徒手武器伤害。
 该技能有冷却时间。 
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Assassinate", "暗杀")
 t("You must have Hidden Blades prepared to use this talent.", "你必须准备好隐藏刀片来使用该技能。")
-t("#Source# strikes at a vital spot on #target#!", "#Source# 攻向 #target#的要害!")
+t("#Source# strikes at a vital spot on #target#!", "#Source#攻向#target#的要害!")
 t("You prime your Hidden Blades to cause bleeding and facilitate the Assassinate ability, which allows you to strike twice for %d%% unarmed damage, hitting automatically while ignoring armor and resistance.", "你的隐匿刀锋会触发流血效果,同时强化暗杀技能,自动攻击两次造成 %d%% 徒手伤害,无视护甲与抗性。")
 t([[You strike your target with your Hidden Blades twice in a vital spot for %d%% unarmed (physical) damage.  You must be able to see your target to use this attack, but it always hits and ignores all armor and physical resistance.
 In addition, your hidden blades now inflict a further %d%% of all damage dealt as bleeding over 5 turns.]], [[你用隐匿刀锋攻击两次,每次造成 %d%% 徒手伤害。需要看见目标来使用该技能,该技能无视护甲和物理抗性。
@@ -23670,7 +24623,7 @@ t("%s is cured!", "%s 被治愈!")
 t("Prepare a potion that restores %d life, %d stamina, and cures %d negative physical effects. 20 turn cooldown.", "准备药剂,回复 %d 生命, %d 体力, 解除 %d 项物理负面状态。20 回合冷却。")
 t([[Imbibe a potent mixture of energizing and restorative substances, restoring %d life, %d stamina and curing %d detrimental physical effects.  The restorative effects improve with your Cunning.
 	#YELLOW#Prepared with: %s#LAST#]], [[制造强效恢复药酒, 使用后回复 %d 生命, %d 体力并解除 %d 项物理负面效果。该效果受灵巧加成。
-	#YELLOW#准备于: %s#LAST#]])
+	#YELLOW#准备于:%s#LAST#]])
 t("Rogue's Brew Mastery", "佳酿强化")
 t("Your Rogue's Brew fortifies you for 8 turns, preventing you from dying until you reach -%d life.", "调整配方,8 回合内生命底限增加 %d 。")
 t("Adjust your Rogue's Brew formulation so that it fortifies you for 8 turns, preventing you from dying until you reach -%d life.", "调整配方,8 回合内生命底限增加 %d 。")
@@ -23680,28 +24633,28 @@ t([[Throw a vial of volatile liquid that explodes in a radius %d cloud of smoke
 		Use of this talent will not break stealth, and creatures affected by the smokes can never prevent you from activating stealth, even if their proximity would normally forbid it.
 		#YELLOW#Prepared with: %s#LAST#]], [[扔出烟雾弹,产生半径 %d 的烟雾,持续 %d 回合。烟雾阻挡视野,所有烟雾中的敌人视野下降 %d 。
 		使用该技能不解除潜行。被烟雾影响的生物不能阻止你潜行。
-		#YELLOW#准备于: %s#LAST#]])
+		#YELLOW#准备于:%s#LAST#]])
 t("Smokescreen Mastery", "强化烟雾弹")
 t("Your Smokescreen is infused with chokedust. Enemies in the smoke take %0.2f nature damage and may be silenced.", "你的烟雾弹中加入了窒息粉尘。每回合烟雾中的敌人将受到 %0.2f 自然伤害并有几率被沉默。")
 t("You infuse your smoke bomb with chokedust. Each turn, enemies in the smoke take %0.2f nature damage and are 50%% likely to be silenced.", "你的烟雾弹中加入了窒息粉尘。每回合烟雾中的敌人将受到 %0.2f 自然伤害并有 50%% 几率被沉默。")
 t("Dart Launcher", "飞镖发射器")
-t("%s resists the sedation!", "%s 抵抗了睡眠!")
+t("%s resists the sedation!", "%s抵抗了睡眠!")
 t("Fire a poisoned dart dealing %0.2f physical damage that puts the target to sleep for 4 turns. 10 turn cooldown.", "发射毒镖,造成 %0.2f 物理伤害,沉睡 4 回合。10 回合冷却时间。")
 t([[Fire a poisoned dart from a silent, concealed launcher on your person that deals %0.2f physical damage and puts the target (living only) to sleep for 4 turns, rendering them unable to act. Every %d points of damage the target takes brings it closer to waking by 1 turn.
 This can be used without breaking stealth.
 #YELLOW#Prepared with: %s#LAST#]], [[从无声发射器中发射毒镖,造成 %0.2f 物理伤害,并催眠生物 4 回合。每受到 %d 点伤害,睡眠时间减少一回合。
 使用该技能不解除潜行。
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Dart Launcher Mastery", "毒镖强化")
 t("Your darts ignore poison and sleep immunity and waking targets are slowed by %d%% for 4 turns.", "睡眠毒素无视免疫,且使目标醒来后减速 %d%% 4 回合。")
 t("The sleeping poison of your Dart Launcher becomes potent enough to ignore immunity, and upon waking the target is slowed by %d%% for 4 turns.", "睡眠毒素无视免疫,且使目标醒来后减速 %d%% 4 回合。")
 t("Grappling Hook", "钩爪")
 t("You are too close to your target to swing your hook effectively!", "你距离目标太近了,不方便使用钩爪!")
-t("#Source# throws a grappling hook at #target#!", "#Source# 朝 #target# 扔出钩爪!")
-t("#Source#'s grappling hook latches onto #target#!", "#Source# 的钩爪命中了 #target#!")
-t("#Source# is dragged towards #target#!", "#Source# 被拉向 #target#!")
-t("#Target# is dragged towards #source#!", "#Target# 被拉向 #source#!")
-t("%s resists the pin!", "%s 抵抗了定身!")
+t("#Source# throws a grappling hook at #target#!", "#Source#朝#target#扔出钩爪!")
+t("#Source#'s grappling hook latches onto #target#!", "#Source#的钩爪命中了#target#!")
+t("#Source# is dragged towards #target#!", "#Source#被拉向#target#!")
+t("#Target# is dragged towards #source#!", "#Target#被拉向#source#!")
+t("%s resists the pin!", "%s抵抗了定身!")
 t("You cannot move!", "你无法移动!")
 t("You need more room to swing your hook effectively.", "你需要更多空间来使用钩爪。")
 t("%s uses a grappling hook to pull %s %s!", "%s使用钩爪来拉动%s向%s!")
@@ -23711,7 +24664,7 @@ t([[Toss out a grappling hook to a target within range %d.  If this strikes eith
 		Your grapple target must be at least 2 tiles from you.
 #YELLOW#Prepared with: %s#LAST#]], [[朝 %d 格范围内的目标发射钩爪,如果目标是墙壁、目标不能移动或目标体型比你大,你将被拉过去,否则将目标拉过来。之后,目标将被定身 2 回合。
 		钩爪至少要发射到两格外。
-#YELLOW#准备于: %s#LAST#]])
+#YELLOW#准备于:%s#LAST#]])
 t("Grappling Hook Mastery", "钩爪强化")
 t("Your grappling hook deals %d%% unarmed damage when it hits, plus a further %0.2f physical and %0.2f nature damage over 4 turns.", "被钩爪击中的生物受到 %d%% 徒手伤害 ,在 4 回合内受到 %0.2f 流血伤害和 %0.2f 自然毒素伤害。")
 t("Your grappling hook is tipped with vicious, venomous barbs. Creatures struck by it will be hit for %d%% unarmed damage, bleed for %0.2f physical damage and be poisoned for %0.2f nature damage over 4 turns.", "你的钩爪上涂有毒素且装有尖刺,被击中的生物受到 %d%% 徒手伤害 ,在 4 回合内受到 %0.2f 流血伤害和 %0.2f 自然毒素伤害。")
@@ -23728,7 +24681,7 @@ t([[Strike your opponent in the knee (or other critical point in an ambulatory a
 		这个射击将会穿过你和目标间的其他敌人。
 		受灵巧影响,减速效果有额外加成。]])
 t("Kill Shot", "致命狙击")
-t("#DARK_ORCHID##Source# snipes #Target# (%+d%%%%%%%% weapon bonus for range)!#LAST#", "#DARK_ORCHID##Source# 狙击了 #Target# (%+d%%%%%%%% 远程武器伤害加成)!#LAST#")
+t("#DARK_ORCHID##Source# snipes #Target# (%+d%%%%%%%% weapon bonus for range)!#LAST#", "#DARK_ORCHID##Source#狙击了#Target#(%+d%%%%%%%% 远程武器伤害加成)!#LAST#")
 t([[Employ a specialized sniping shot at a target.
 		This shot is focused on precision at long range and deals base %d%% ranged damage with a bonus that increases with distance.
 		The ranged bonus is %d%% (penalty) at point blank range, while at your maximum range of %d it is %d%%.
@@ -23782,6 +24735,8 @@ t("artifice", "诡计")
 t("Artificer's tools.", "诡计大师的工具。")
 t("tools", "工具")
 t("cunning", "灵巧")
+t("Called Shots", "精准射击")
+t("Inflict maximum pain to specific places on your enemies.", "向指定位置射出弹药造成大量伤害。")
 
 
 ------------------------------------------------
@@ -23836,7 +24791,7 @@ t("Your quick wits allow you to reset the cooldown of up to %d of your combat ta
 section "game/modules/tome/data/talents/cunning/poisons.lua"
 
 t("Apply Poison", "涂毒")
-t("%s resists the vile poison!", "%s 抵抗了邪恶毒素!")
+t("%s resists the vile poison!", "%s抵抗了邪恶毒素!")
 t([[Learn how to coat your melee weapons, throwing knives, sling and bow ammo with poison, giving your attacks a %d%% chance to poison the target for %d nature damage per turn for %d turns. Every application of the poison stacks, up to a maximum of %d nature damage per turn.
 		The damage scales with your Cunning.]], [[学会如何在近战武器、飞刀、弹药上涂毒,命中后有 %d%% 几率使目标中毒,每回合受到 %d 自然伤害,持续 %d 回合。毒素效果可以叠加至 %d 伤害每回合。
 		伤害受灵巧加成。]])
@@ -23901,7 +24856,7 @@ t("Stoning Poison", "石化毒素")
 t([[Enhance your Deadly Poison with a stoning agent.  Whenever you apply Deadly Poison, you afflict your target with an additional earth-based poison that inflicts %d nature damage per turn (stacking up to %d damage per turn) for %d turns.
 		After either %d turns or the poison has run its course (<100%% chance, see effect description), the target will be turned to stone for %d turns.
 		The damage scales with your Cunning.]], [[在你的武器上涂上石化毒素,额外造成每轮 %d 点自然伤害(可叠加至 %d ),持续 %d 回合。。 
-		%d 回合后或者毒素效果结束后(几率小于100%%,请参见效果介绍),目标将被石化 %d 回合。 
+		%d 回合后或者毒素效果结束后(几率小于100%%,请参见效果介绍),目标将被石化 %d 回合。
 		受灵巧影响,伤害按比例加成。]])
 
 
@@ -24079,8 +25034,12 @@ section "game/modules/tome/data/talents/cunning/traps.lua"
 t("#CADET_BLUE#Placing %s...", "CADET_BLUE#放置%s中")
 t("You cannot place a trap there.", "你不能在这里放置陷阱。")
 t("#CADET_BLUE#Your %s has expired.", "CADET_BLUE#你的%s消失了")
-t("@Source@ activates a prepared device.", "@Source@ 启动了预先准备好的装置。")
+t("@Source@ activates a prepared device.", "@Source@启动了预先准备好的装置。")
+t("shadowy assassin", "阴影刺客")
+t("A shadowy figure, garbed all in black.", "一名身穿黑衣的刺客。")
 t("#PINK#A %s materializes from the shadows!", "#PINK#A %s 从阴影中实体化!")
+t("bladestorm construct", "剑刃风暴装置")
+t("A lethal contraption of whirling blades.", "一堆旋转刀片的致命组合。")
 t("Trap Mastery", "陷阱专精")
 t("\
 #YELLOW#Newly prepared traps are put on cooldown.#LAST#", "\
@@ -24130,7 +25089,7 @@ t("#LIGHT_BLUE#Cancelled Trap Priming.", "#LIGHT_BLUE#取消即爆陷阱")
 t("#YELLOW_GREEN#Dismantling %s (instant trigger)", "#YELLOW_GREEN#放置 %s中(立刻触发)")
 t("#LIGHT_GREEN#Preparing %s (instant trigger)", "#LIGHT_GREEN#准备%s中(立刻触发)")
 t([[%sTier %d: %s#LAST#
-%s]], [[%s材质等级 %d : %s#LAST#
+%s]], [[%s材质等级 %d :%s#LAST#
 %s]])
 t([[You prepare an additional trap (up to tier %d) with a special primed trigger that causes it to activate immediately when deployed. (Use this ability to select the trap.)
 		Not all traps can be prepared this way and each trap can have only one type of preparation.
@@ -24144,7 +25103,7 @@ A trap with a primed trigger gains %+d%% effectiveness (replacing the normal bon
 %s 
 
 带有特殊启动机关的陷阱强度增加 %+d%% (取代陷阱专精的加成 ) ,有 %d%% 几率不破坏潜行。
-#YELLOW#当前选择的陷阱 : %s#LAST#]])
+#YELLOW#当前选择的陷阱 :%s#LAST#]])
 t("Springrazor Trap", "刀锋陷阱")
 t("springrazor trap", "刀锋陷阱")
 t("Shrapnel (radius 2) deals %0.2f physical damage, reduces accuracy, armour, and defence by %d.", "刀片(范围2) %0.2f 物理伤害, 减少命中、护甲和闪避 %d 。")
@@ -24157,7 +25116,7 @@ t("Deals %0.2f physical damage and pins, slows (30%%), and wounds for an additio
 t("Lay a pressure triggered bear trap that snaps onto the first creature passing over it.  Victims are dealt %0.2f physical damage and become snared (pinned and slowed 30%%) and wounded for %0.2f bleeding damage over 5 turns.  Creatures that avoid being snared still suffer bleeding damage.%s", "放置一个压力感应的捕熊陷阱,会捕获第一个经过的生物,造成 %0.2f 物理伤害,定身并减速 30%% ,持续 5 回合,并在期间受到 %0.2f 流血伤害。 %s")
 t("Disarming Trap", "缴械陷阱")
 t("disarming trap", "缴械陷阱")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Deals %0.2f acid damage, disarms for %d turns.", "%0.2f 酸性伤害, 缴械 %d 回合。")
 t("Lay a tricky trap that maims creatures passing by with acid doing %0.2f damage and disarming them for %d turns.", "放置一个缴械陷阱。经过的目标受到 %0.2f 点酸性伤害,并被缴械 %d 回合。")
 t("Pitfall Trap", "落穴陷阱")
@@ -24200,7 +25159,7 @@ t([[Lay a trap that releases a radius 3 cloud of thick poisonous gas lasting 4 t
 		该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Freezing Trap", "冰冻陷阱")
 t("freezing trap", "冻结陷阱")
-t("Explodes (radius 2):  Deals %0.2f cold damage and pins for 3 turns.  Area freezes (%0.2f cold damage, 25%% freeze chance) for 5 turns.", "爆炸 (范围 2): %0.2f 寒冷伤害并定身 3 回合。范围冻结 ( %0.2f 寒冷伤害, 25%% 冻结几率) 5回合。")
+t("Explodes (radius 2):  Deals %0.2f cold damage and pins for 3 turns.  Area freezes (%0.2f cold damage, 25%% freeze chance) for 5 turns.", "爆炸 (范围 2):%0.2f 寒冷伤害并定身 3 回合。范围冻结 ( %0.2f 寒冷伤害, 25%% 冻结几率) 5回合。")
 t([[Lay a trap that explodes into a radius 2 cloud of freezing vapour when triggered.  Foes take %0.2f cold damage and are pinned for 3 turns.
 		The freezing vapour persists for 5 turns, dealing %0.2f cold damage each turn to foes with a 25%% chance to freeze.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个陷阱,激活后产生半径 2 的冰冻气体,造成 %0.2f 寒冷伤害并定身 3 回合。
@@ -24208,18 +25167,18 @@ t([[Lay a trap that explodes into a radius 2 cloud of freezing vapour when trigg
 		该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Dragonsfire Trap", "龙火陷阱")
 t("dragonsfire trap", "龙火陷阱")
-t("Explodes (radius 2): stuns and combusts for %0.2f fire damage per turn for 3 turns.  Area deflagrates (%0.2f fire damage) for 5 turns.", "爆炸 (范围 2): 震慑并在3回合内每回合造成 %d 火焰伤害。范围火焰 ( %0.2f 火焰伤害) 持续5 回合。")
+t("Explodes (radius 2): stuns and combusts for %0.2f fire damage per turn for 3 turns.  Area deflagrates (%0.2f fire damage) for 5 turns.", "爆炸 (范围 2):震慑并在3回合内每回合造成 %d 火焰伤害。范围火焰 ( %0.2f 火焰伤害) 持续5 回合。")
 t([[Lay a pressure triggered trap that explodes in a radius 2 cloud of searing flames when triggered, stunning foes with the blast (%0.2f fire damage per turn) for 3 turns.
 		The deflagration persists in the area for 5 turns, burning foes for %0.2f fire damage each turn.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个压力感应陷阱,激活后产生半径 2 的火云 ,震慑敌人 (每回合 %0.2f 火焰伤害 ) 3 回合。
 		火焰持续 5 回合,每回合燃烧造成 %0.2f 火焰伤害。
 	 	 该陷阱可以被设置为直接激活,也可以被诱饵激活。 %s]])
 t("Gravitic Trap", "引力陷阱")
-t("@Source@ deploys a warped device.", "@Source@ 放置了一个扭曲的装置。")
+t("@Source@ deploys a warped device.", "@Source@放置了一个扭曲的装置。")
 t("gravitic trap", "引力陷阱")
 t("#LIGHT_STEEL_BLUE#%s distorts time and space!", "#LIGHT_STEEL_BLUE#%s 扭曲了时空!")
-t("#LIGHT_STEEL_BLUE##Target# pulls #Source# in!", "#LIGHT_STEEL_BLUE##Target# 将 #Source# 拉了过来!")
-t("#LIGHT_STEEL_BLUE##Source# resists the pull of #Target#!", "#LIGHT_STEEL_BLUE##Source# 抵抗了 #Target#的拉力!")
+t("#LIGHT_STEEL_BLUE##Target# pulls #Source# in!", "#LIGHT_STEEL_BLUE##Target# 将#Source#拉了过来!")
+t("#LIGHT_STEEL_BLUE##Source# resists the pull of #Target#!", "#LIGHT_STEEL_BLUE##Source#抵抗了#Target#的拉力!")
 t("Creates a radius 5 gravitic anomaly lasting up to %d turns.  Hostile creatures are dealt %d temporal damgae and pulled in.  Triggers out to range 1.", "制造范围 5 的重力异常,持续 %d 回合。敌对生物受到 %0.2f 时空伤害并被拉过去。触发距离最小为1。")
 t([[Lay a trap that creates a radius 5 gravitic anomaly when triggered by foes approaching within range 1.  Each turn, the anomaly deals %0.2f temporal damage (based on your Magic) to foes whle pulling them towards its center (chance increases with your combat accuracy or spell power, whichever is higher).
 		Each anomaly lasts %d turns (up to the amount of time since the last anomaly dissipated, based on your Trap Mastery skill).
@@ -24240,7 +25199,7 @@ They disappear after %d turns or when their work is done.]], [[放置一个魔
 杀死目标或者存在 %d 回合后,盗贼消失。]])
 t("Purging Trap", "净化陷阱")
 t("purging trap", "净化陷阱")
-t("Radius 2 antimagic: Drains up to %d mana, %d vim, %d positive/negative, deals up to %0.2f arcane damage.  Removes %d magical effects and silences for %d turns.", "半径 2 反魔: 吸收至多 %d 法力, %d 活力, %d 正负能量, 造成至多 %0.2f 奥术伤害。解除 %d 项魔法效果,沉默 %d 回合。")
+t("Radius 2 antimagic: Drains up to %d mana, %d vim, %d positive/negative, deals up to %0.2f arcane damage.  Removes %d magical effects and silences for %d turns.", "半径 2 反魔:吸收至多 %d 法力, %d 活力, %d 正负能量, 造成至多 %0.2f 奥术伤害。解除 %d 项魔法效果,沉默 %d 回合。")
 t([[Lay a trap that releases a burst of antimagic energies (radius 2), draining up to %d mana, %d vim, %d positive and %d negative energies from affected targets, while inflicting up to %0.2f arcane damage based on the resources drained, silencing for %d turns, and removing up to %d beneficial magical effects or sustains.
 		The draining effect scales with your Willpower, and you must have 25 Willpower to prepare this trap.
 		This trap can use a primed trigger and a high level lure can trigger it.%s]], [[放置一个陷阱,触发后释放半径 2 的反魔能量波,吸取至多 %d 法力 , %d 活力 , %d 正能量和 %d 负能量 , 并造成至多 %0.2f 奥术伤害(基于吸取能量),沉默 %d 回合,并解除至多 %d 项正面魔法状态或者维持技能。
@@ -24307,7 +25266,10 @@ t("Defiling Touch", "诅咒之触")
 t("curse", "诅咒")
 t("The %s lying nearby catches your attention. What draws you to it is not the thing itself, but something burning inside you. You feel contempt for it and all worldly things. This feeling is not new but the power of it overwhelms you. You reach out to touch the object, to curse it, to defile it. And you notice it begin to change. The colors of it begin to fade and are replaced with an insatiable hate. For a moment you hesitate. You know you must choose to resist this manifestation of your curse now and forever, or fall further into your madness.", "地上的%s引起了你的注意。吸引你的并不是物体本身,而是在你心底熊熊燃烧的憎恨之火。你对它充满着憎恨,正如你憎恨着世间万物一般。对你而言,这种感觉已经相当的熟悉,但是这一次,这股憎恨已经快要支配你了。你伸出手拾起了它 , 发自内心地诅咒它、污染它。紧接着,你发现它发生了变化。它的光泽开始暗淡,继而充斥着无尽的憎恨。那一瞬间,你犹豫了。你知道命运的抉择正放在面前,要么从今天起抵抗身上的诅咒,并与之对抗终身;要么继续放纵自我,任由诅咒带你堕入这疯狂的深渊。")
 t("The %s lies defiled at your feet. An aura of hatred surrounds you and you now feel truly cursed. You have gained the Cursed Aura talent tree and 1 point in Defiling Touch, but at the cost of 2 Willpower.", "你的脚下躺着受诅咒的%s。一个诅咒光环笼罩了你,你感到自己被诅咒了。你获得了诅咒光环技能树和等级 1 的诅咒之触,但是需永久消耗 2 点意志。")
+t("Cursed Fate", "被诅咒的命运")
 t("The %s returns to normal and your hate subsides.", "这个%s变回原样,你的仇恨消弭了。")
+t("Release your hate upon the object", "将你的憎恨释放到物品上")
+t("Suppress your affliction", "压制你的憎恨之意")
 t([[Your defiling touch permeates everything around you, permanently imparting a random curse on each item you find. When you equip a cursed item, you gain the effects of that curse (shown as a beneficial effect). Each item with the same curse that is equipped increases the curse's power.  Initially curses are harmful, but powerful benefits accumulate as the power of the curse increases.
 		The Dark Gifts talent unlocks higher level curse effects and increases their power.
 		Your aura permeates your equipment more thoroughly with talent level and can affect items as follows:
@@ -24329,7 +25291,7 @@ t([[Your defiling touch permeates everything around you, permanently imparting a
 		等级 6 ——诅咒戒指
 		等级 7 ——诅咒项链
 		等级 8 ——诅咒灯具
-		等级 9 ——诅咒工具 / 图腾 / 项圈 /魔棒
+		等级 9 ——诅咒工具/图腾/项圈/魔棒
 		等级 10 ——诅咒弹药
 		在等级 5 时,你可以激活此技能形成 1 个光环,增加 2 级你选择的诅咒效果( 当前 %s)。 
 		同时,技能等级在 5 以上时会减轻诅咒的负面效果(现在减少 %d%% ) ]])
@@ -24342,12 +25304,12 @@ t("Ruined Earth", "毁灭大地")
 t("Curse the earth around you in a radius of %d for %d turns. Any who stand upon it are weakened, reducing the damage they inflict by %d%%", [[诅咒你周围 %d 码半径范围的大地,持续 %d 回合。 
 		任何站在大地上的目标将会被虚弱,减少它们 %d%% 的伤害。]])
 t("Choose Cursed Sentry", "选择诅咒守卫")
-t("Cursed Sentry", "诅咒护卫")
 t("You cannot use %s without a weapon in your inventory!", "使用 %s 你的物品栏内必须得有装备!")
 t("animated %s", "活化的%s")
 t("A weapon imbued with a living curse. It seems to be searching for its next victim.", "被诅咒唤醒的武器,似乎正在寻找下一名受害者。")
 t("#ffa0ff#%s returns to your bags!", "#ffa0ff#%s 回到背包中!")
 t("Your animated sentry struggles for a moment and then returns to your inventory inexplicably.", "你的诅咒守卫挣扎了一会,返回了你的物品栏。")
+t("Cursed Sentry", "诅咒护卫")
 t([[Instill a part of your living curse into a weapon in your inventory, and toss it nearby. This nearly impervious sentry will attack all nearby enemies for %d turns. When the curse ends, the weapon will drop to the ground.
 			Cursed Sentry attack speed (currently %d%%) will improve with talent level.
 			When you first select a weapon, it will be remembered and used as long as it's in your inventory. Use Choose Cursed Sentry talent to alter your selection.
@@ -24365,7 +25327,7 @@ section "game/modules/tome/data/talents/cursed/cursed-form.lua"
 
 t("Unnatural Body", "诅咒之体")
 t([[Your body's strength is fed by your hatred. This causes most forms of healing to be between 50%% effective (at 0 Hate) to 100%% effective (at 100+ Hate). In addition, after each kill, you store the waning life force to invigorate yourself, restoring %d life (limited by the foe's maximum life, up to a maximum of %d at any time).  You can heal no more than %0.1f life per turn this way, and it is not affected by your hatred level or other effects.
-		Healing from kills improves with your Willpower.]], [[你的力量来源于心底的憎恨,这使得大部分治疗效果减至原来的 50%% ( 0 仇恨)~ 100%% ( 100+ 仇恨)。 
+		Healing from kills improves with your Willpower.]], [[你的力量来源于心底的憎恨,这使得大部分治疗效果减至原来的50%%(0仇恨)~100%%(100+仇恨)。
 		另外,每次击杀敌人你将存储生命能量来治疗自己,回复 %d 点生命(受敌人最大生命值限制,任何时候不能超过 %d 点)。这个方式带来的每回合回复量不能超过 %0.1f 点生命,也不受仇恨等级或治疗加成等因素影响。 
 		受意志影响,通过杀死敌人获得的治疗量有额外加成。]])
 t("Relentless", "鲜血渴望")
@@ -24457,8 +25419,8 @@ t([[Enhances your feeding by reducing your targeted foe's damage by %d%%, and in
 		受精神强度影响,效果有额外加成。]])
 t("Feed Strengths", "腐蚀吸食")
 t([[Enhances your feeding by reducing your targeted foe's resistances, multiplying them by %0.2f and increasing your resistances by the amount drained. Resistance to "all" is not affected.
-		Improves with your Mindpower.]], [[提高你的吸食能力,将目标的伤害抗性降低到原来的 %0.2f 倍,并增加你同样数值的状态抵抗。 
-		对“所有”抗性无效。 
+		Improves with your Mindpower.]], [[提高你的吸食能力,将目标的伤害抗性降低到原来的 %0.2f 倍,并增加你同样数值的状态抵抗。
+		对“所有”抗性无效。
 		受精神强度影响,效果有额外加成。]])
 
 
@@ -24501,9 +25463,9 @@ t([[When you focus your attacks on a single foe and strike them in melee for two
 		Bonus level 3: +%d Accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit
 		The accuracy bonus improves with your Willpower, and the melee damage bonus with your Strength.]], [[当你连续两回合持续近战攻击同一个目标时,你将憎恨目标并追踪目标,效果持续 %d 回合或直到目标死亡。 
 		你每回合攻击追踪目标都将获得可叠加增益效果,该效果在你不攻击会减少 1 重效果。 
-		1 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
-		2 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
-		3 重增益 : +%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。 
+		1 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
+		2 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
+		3 重增益 :+%d 命中, +%d%% 近战伤害,当目标被击中时,每回合增加 +%0.2f 仇恨值。
 		受意志影响,命中有额外加成。 
 		受力量影响,近战伤害有额外加成。]])
 t("Harass Prey", "痛苦折磨")
@@ -24511,7 +25473,7 @@ t("#F53CBE#%s's %s is disrupted!", "#F53CBE#%s的%s中断了!")
 t([[Harass your stalked victim with two quick attacks for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage each. Each attack that scores a hit disrupts one talent, rune or infusion for %d turns. Your opponent will be unnerved by the attacks, reducing the damage they deal by %d%% for %d turns.
 		Damage reduction increases with the Willpower stat.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[用两次快速的攻击折磨你追踪的目标 , 每次攻击造成 %d%% ( 0 仇恨)~ %d%% ( 100+ 仇恨)的伤害。并且每次攻击都将干扰目标某项技能、纹身或符文,持续 %d 回合。目标会因为你的攻击而气馁,它的伤害降低 %d%% ,持续 %d 回合。 
+		This talent will also attack with your shield, if you have one equipped.]], [[用两次快速的攻击折磨你追踪的目标 , 每次攻击造成 %d%% (0仇恨)~ %d%% (100+仇恨)的伤害。并且每次攻击都将干扰目标某项技能、纹身或符文,持续 %d 回合。目标会因为你的攻击而气馁,它的伤害降低 %d%% ,持续 %d 回合。
 		受意志影响,伤害降低有额外加成。
 		
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
@@ -24536,8 +25498,8 @@ t([[Let hate fuel your movements. While active, you gain %d%% movement speed. Th
 section "game/modules/tome/data/talents/cursed/fears.lua"
 
 t("Instill Fear", "恐惧灌输")
-t("%s resists the fear!", "%s 抵抗了恐惧!")
-t("#F53CBE#%s resists the fear!", "#F53CBE#%s 抵抗了恐惧!")
+t("%s resists the fear!", "%s抵抗了恐惧!")
+t("#F53CBE#%s resists the fear!", "#F53CBE#%s抵抗了恐惧!")
 t([[Instill fear in your foes within %d radius of a target location dealing %0.2f mind and %0.2f darkness damage and causing one of 4 possible fears that last for %d turns.
 		The targets can save vs your Mindpower to resist the effect.
 		Fear effects improve with your Mindpower.
@@ -24574,11 +25536,11 @@ t("Panic your enemies within a range of %d for %d turns. Anyone who fails to mak
 section "game/modules/tome/data/talents/cursed/force-of-will.lua"
 
 t("Willful Strike", "偏执打击")
-t("#Source# was blasted %d spaces into #Target#!", "#Source# 被推送 %d 格进入 #Target# !")
-t("#Source# was blasted into #Target#!", "#Source# 撞向 #Target#!")
-t("%s was smashed back %d spaces!", "%s 被击退 %d 格!")
-t("%s was smashed!", "%s 被粉碎!")
-t("%s was blasted back %d spaces!", "%s 被击退 %d 格!")
+t("#Source# was blasted %d spaces into #Target#!", "#Source# 被推送%d格进入#Target#!")
+t("#Source# was blasted into #Target#!", "#Source#撞向#Target#!")
+t("%s was smashed back %d spaces!", "%s被击退%d格!")
+t("%s was smashed!", "%s被粉碎!")
+t("%s was blasted back %d spaces!", "%s被击退%d格!")
 t([[Focusing your hate, you strike your foe with unseen force for %d damage and %d knockback.
 		In addition, your ability to channel force with this talent increases all critical damage by %d%% (currently: %d%%)
 		Damage increases with your Mindpower.]], [[专注你的仇恨,你用无形的力量打击敌人造成 %d 点伤害和 %d 码击退效果。 
@@ -24586,10 +25548,10 @@ t([[Focusing your hate, you strike your foe with unseen force for %d damage and
 		受精神强度影响,伤害有额外加成。]])
 t("Deflection", "念力折射")
 t("Deflection (%d)", "念力折射 (%d)")
-t("You have deflected %d incoming damage!", "你偏转了 %d 所受伤害。")
+t("You have deflected %d incoming damage!", "你偏转了%d所受伤害。")
 t([[Create a barrier that siphons hate from you at the rate of 0.2 a turn. The barrier will deflect 50%% of incoming damage with the force of your will, up to %d damage. The barrier charges at a rate of 1/%d of its maximum charge per turn.
 		In addition, your ability to channel force with this talent increases all critical damage by %d%% (currently: %d%%)
-		The maximum damage deflected increases with your Mindpower.]], [[用你的意志力折射 50%% 的伤害。你可以折射最多 %d 点伤害,护盾值每回合回复最大值的 1 / %d 。(技能激活时 -0.2 仇恨值回复)。 
+		The maximum damage deflected increases with your Mindpower.]], [[用你的意志力折射 50%% 的伤害。你可以折射最多 %d 点伤害,护盾值每回合回复最大值的 1/%d 。(技能激活时-0.2仇恨值回复)。
 		你灌注力量的能力使你增加 %d%% 所有暴击伤害。(当前: %d%% ) 
 		受精神强度影响,最大伤害折射值有额外加成。]])
 t("Blast", "怒火爆炸")
@@ -24633,7 +25595,7 @@ t([[Enhance your mental attacks with a single gesture. You gain +%d mindpower an
 		Requires two free or mindstar-equipped hands; does not require Gesture of Pain to be sustained.]], [[通过一个手势来增强你的精神攻击。你获得 +%d 精神强度和 +%d%% 几率增加精神攻击的暴击率(当前几率为 %d%% )。 
 		需要至少一只空手或者装备灵晶。不需要痛苦手势持续激活。]])
 t("Gesture of Guarding", "守护手势")
-t("#F53CBE##Source# lashes back at #Target#!", "#F53CBE##Source# 反击 #Target#!")
+t("#F53CBE##Source# lashes back at #Target#!", "#F53CBE##Source#反击#Target#!")
 t([[You guard against melee damage with a sweep of your hand. So long as you can use Gestures (Requires two free or mindstar-equipped hands), you deflect up to %d damage (%0.1f%% of your best free hand melee damage) from up to %0.1f melee attack(s) each turn (based on your cunning). Deflected attacks cannot be crits.
 		If Gesture of Pain is active, you also have a %0.1f%% chance to counterattack.]], [[ 你通过手势来防御近战伤害。只要你能使用手势(要求空手或双持灵晶),你最多偏移 %d 点伤害(你的单手最大伤害的 %0.1f%% ),每回合最多触发 %0.1f 次(基于你的灵巧)。成功防御的攻击不会暴击。
 		如果痛苦手势被激活,你将有 %0.1f%% 的概率造成反击状态。]])
@@ -24692,9 +25654,9 @@ t("#GOLD#%d decoy#LAST#", "#GOLD#%d 阴影诱饵#LAST#")
 t([[Your shadows guard you with their lives.
 		When you would receive a fatal blow, you instantly transpose with a random shadow that takes the blow instead, putting this talent on cooldown.
 		For the next 4 turns you only die if you reach -%d life.
-		Effect increases with Mindpower.]], [[ 你的阴影用生命来守护你。
+		Effect increases with Mindpower.]], [[你的阴影用生命来守护你。
 		当你受到致命攻击时,你将立刻和随机一个阴影换位,让它代替承受攻击,并将此技能打入冷却。
-		在接下来的 4 个回合,除非你的生命降至 - %d 下,否则你不会死去。
+		在接下来的 4 个回合,除非你的生命降至 -%d 下,否则你不会死去。
 		受精神强度影响,效果有额外加成。]])
 
 
@@ -24723,22 +25685,22 @@ t("Focus your predation on the most worthy prey. Upon entering a level for the f
 ------------------------------------------------
 section "game/modules/tome/data/talents/cursed/primal-magic.lua"
 
-t("Arcane Bolts", "Arcane Bolts")
+t("Arcane Bolts", "奥术飞弹")
 t([[Each turn for 4 turns you fire a bolt of arcane energy at your nearest enemy inflicting %d damage.
-		The damage will increase with the Magic stat.]], [[Each turn for 4 turns you fire a bolt of arcane energy at your nearest enemy inflicting %d damage.
-		The damage will increase with the Magic stat.]])
-t("Displace", "Displace")
+		The damage will increase with the Magic stat.]], [[连续4个回合向你最近目标发射奥术能量弹,造成 %d 伤害。
+		受魔法影响,伤害有额外加成。]])
+t("Displace", "位移")
 t("Selects a displacement location...", "选择一个转移目标...")
 t("Your attempt to displace fails!", "你尝试置换术但是失败了!")
-t("Instantaneously displace yourself within line of sight up to 3 squares away.", "Instantaneously displace yourself within line of sight up to 3 squares away.")
-t("Primal Skin", "Primal Skin")
+t("Instantaneously displace yourself within line of sight up to 3 squares away.", "瞬间将你移动至视线内3码以外。")
+t("Primal Skin", "原始皮肤")
 t([[Years of magic have permeated your skin leaving it resistant to the physical world. Your armor is increased by %d.
-		The bonus will increase with the Magic stat.]], [[Years of magic have permeated your skin leaving it resistant to the physical world. Your armor is increased by %d.
-		The bonus will increase with the Magic stat.]])
-t("Vaporize", "Vaporize")
+		The bonus will increase with the Magic stat.]], [[魔法渗透进你的皮肤,增加你的物理抗性,提高你的护甲值 %d 。
+		受魔法影响,增益效果有额外加成。]])
+t("Vaporize", "蒸发")
 t([[Bathes the target in raw magic inflicting %d damage. Such wild magic is difficult to control and if you fail to keep your wits you will be confused for 4 turns.
-		The damage will increase with the Magic stat.]], [[Bathes the target in raw magic inflicting %d damage. Such wild magic is difficult to control and if you fail to keep your wits you will be confused for 4 turns.
-		The damage will increase with the Magic stat.]])
+		The damage will increase with the Magic stat.]], [[蒸腾你的目标造成 %d 伤害。这个魔法难以驾驭,如果施放失败你会被混乱4回合。
+		受魔法影响,伤害有额外加成。]])
 
 
 ------------------------------------------------
@@ -24772,7 +25734,7 @@ t([[You enter a terrible rampage for %d turns (up to a maximum of %d turns), des
 		Any talent, rune or infusion you use while rampaging becomes a distraction, and reduces the duration of the rampage by 1. Your first movement while rampaging increases the rampage duration by 1.
 		Rampage Bonus: +%d%% movement speed.
 		Rampage Bonus: +%d%% attack speed.
-		Rampage Bonus: +%d%% mind speed.]], [[你进入暴走状态 %d 回合(最多 %d 回合),摧毁在你路径上的所有东西,该技能瞬发,同时也有 50%% 几率在你受到 8%% 最大生命值以上的伤害时自动激活。暴走状态下你使用任何技能、符文或纹身都无法专心使得技能效果持续时间缩短 1 回合,暴走状态下的第一次移动可延长暴走效果 1 回合。 
+		Rampage Bonus: +%d%% mind speed.]], [[你进入暴走状态 %d 回合(最多 %d 回合),摧毁在你路径上的所有东西。主动进入暴走状态不需要时间,同时也有 50%% 几率在你受到 8%% 最大生命值以上的伤害时自动激活。暴走状态下你使用任何技能、符文或纹身都无法专心使得技能效果持续时间缩短 1 回合,暴走状态下的第一次移动可延长暴走效果 1 回合。
 		暴走加成: +%d%% 移动速度。 
 		暴走加成: +%d%% 攻击速度。
 		暴走加成: +%d%% 精神速度。]])
@@ -24819,6 +25781,7 @@ t("Reform", "重组")
 t("When a shadow is hit and killed, there is a %d%% chance it will reform unhurt.", "当阴影受到伤害或被杀死,有 %d%% 几率重组并免受伤害。")
 t("Call Shadows", "召唤阴影")
 t("Your hate is too low to call another shadow!", "你的仇恨值不足,无法召唤阴影。")
+t("Summon", "召唤")
 t([[While this ability is active, you will continually call up to %d level %d shadows to aid you in battle. Each shadow costs 5 hate to summon. Shadows are weak combatants that can: Use Arcane Reconstruction to heal themselves (level %d), Blindside their opponents (level %d), and Phase Door from place to place.
 		Shadows ignore %d%% of the damage dealt to them by their master.]], [[当此技能激活时,你可以召唤 %d 个等级 %d 的阴影帮助你战斗。每个阴影需消耗 6 点仇恨值召唤。 
 		阴影是脆弱的战士,它们能够:使用奥术重组治疗自己(等级 %d ),使用灵异打击突袭目标(等级 %d ),使用相位之门进行传送。
@@ -24834,7 +25797,7 @@ t([[Infuse magic into your shadows to give them fearsome spells. Your shadows re
 		At level 5 when your shadows are struck down they will attempt to Reform, becoming whole again (50%% chance).]], [[灌输魔力给你的阴影使它们学会可怕的法术。你的阴影获得 %d 点法术强度加成。 
 		你的阴影可以用闪电术攻击附近的目标(等级 %d , %d%% 几率 1 码范围)。 
 		等级 3 时你的阴影可以远距离使用火焰术灼烧你的敌人(等级 %d , %d%% 几率 2 到 6 码范围)。 
-		等级 5 时你的阴影在被击倒时有一定几率重组并重新加入战斗( 50%% 几率)。]])
+		等级 5 时你的阴影在被击倒时有一定几率重组并重新加入战斗(50%% 几率)。]])
 t("Focus Shadows", "聚集阴影")
 t("#PINK#The shadows converge on #Target#!", "#PINK#阴影被集中至 #Target# !")
 t("There are no shadows to heed the call!", "没有阴影可以召唤!")
@@ -24855,7 +25818,7 @@ t([[You slash wildly at your target for %d%% (at 0 Hate) to %d%% (at 100+ Hate)
 		At level 3, any wound you inflict with this carries a part of your curse, reducing the effectiveness of healing by %d%% for %d turns. The effect will stack.
 		The damage multiplier increases with your Strength.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[野蛮的削砍你的目标造成 %d%% ( 0 仇恨)至 %d%% ( 100+ 仇恨)伤害。 
+		This talent will also attack with your shield, if you have one equipped.]], [[野蛮的削砍你的目标造成 %d%% (0仇恨)至 %d%% (100+仇恨)伤害。
 		等级 3 时攻击附带诅咒,降低目标治疗效果 %d%% 持续 %d 回合,效果可叠加。 
 		伤害比例受力量值加成。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
@@ -24865,20 +25828,20 @@ t([[Assault nearby foes with 4 fast attacks for %d%% (at 0 Hate) to %d%% (at 100
 		At level 3 the intensity of your assault overwhelms anyone who is struck, reducing their Defense by %d for 4 turns.
 		The damage multiplier and Defense reduction increase with your Strength.
 
-		This talent will also attack with your shield, if you have one equipped.]], [[对附近目标进行 4 次攻击每个目标造成 %d%% ( 0 仇恨值)至 %d%% ( 100+ 仇恨值)。附近被追踪的目标会被优先攻击。 
+		This talent will also attack with your shield, if you have one equipped.]], [[对附近目标进行 4 次攻击每个目标造成 %d%% (0仇恨值)至 %d%% (100+仇恨值)。附近被追踪的目标会被优先攻击。
 		等级 3 时你的猛烈攻击会同时降低目标 %d 的闪避,持续 4 回合。 
 		伤害加成和闪避减值受力量值加成。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Reckless Charge", "鲁莽冲撞")
-t("#Source# knocks back #Target#!", "#Source# 击退了 #Target#!")
+t("#Source# knocks back #Target#!", "#Source#击退了#Target#!")
 t("#Target# blocks #Source#!", "#Target# 格挡了 #Source#!")
-t("Charge through your opponents, attacking anyone near your path for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. %s opponents may be knocked away from your path. You can attack a maximum of %d times, and can hit targets along your path more than once.", "冲过你的目标,途经的所有目标受到 %d%% ( 0 仇恨)至 %d%% ( 100+ 仇恨)伤害。 %s 体型的目标会被你弹开。你最多可以攻击 %d 次,并且你对路径上的敌人可造成不止 1 次攻击。")
+t("Charge through your opponents, attacking anyone near your path for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. %s opponents may be knocked away from your path. You can attack a maximum of %d times, and can hit targets along your path more than once.", "冲过你的目标,途经的所有目标受到 %d%% (0仇恨)至 %d%% (100+仇恨)伤害。 %s 体型的目标会被你弹开。你最多可以攻击 %d 次,并且你对路径上的敌人可造成不止 1 次攻击。")
 t("Cleave", "分裂攻击")
-t("#Source# cleaves through #Target#!", "#Source# 劈中了#Target#!")
+t("#Source# cleaves through #Target#!", "#Source#劈中了#Target#!")
 t([[While active, every swing of your weapon strikes strikes other adjacent enemies for %d%% (at 0 hate) to %d%% (at 100 hate) physical damage. The recklessness of your attacks brings you bad luck (luck -3).
 		Cleave, Repel and Surge cannot be active simultaneously, and activating one will place the others in cooldown.
 		Cleave will deal 25%% additional damage while using a two-handed weapon.
-		The Cleave damage increases with your Strength.]], [[当激活时,你的每一次武器攻击都会攻击一个临近的目标,造成 %d%% (0 仇恨值)到 %d%% (100 仇恨值)的物理伤害。不顾一切的杀戮会带给你厄运(-3 幸运)。
+		The Cleave damage increases with your Strength.]], [[当激活时,你的每一次武器攻击都会攻击一个临近的目标,造成 %d%% (0仇恨值)到 %d%% (100+仇恨值)的物理伤害。不顾一切的杀戮会带给你厄运(-3 幸运)。
 		分裂攻击、杀意涌动和无所畏惧不能同时开启,并且激活一个也会使另外两个进入冷却。
 		当使用双手武器时,分裂攻击会造成 25%% 的额外伤害。
 		分裂攻击伤害受力量值加成。]])
@@ -24904,7 +25867,7 @@ t([[Your preternatural senses aid you in your hunt for the next victim. You sens
 t("Blindside", "闪电突袭")
 t("The blindside fizzles!", "闪电突袭失败了!")
 t([[With blinding speed, you suddenly appear next to a target up to %d spaces away and attack for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage. Your sudden appearance catches everyone off-guard, giving you %d extra Defense for 1 turn.
-		The Defense boost improves with your Strength.]], [[你闪电般的出现在 %d 码范围内的敌人身边,造成 %d%% ( 0 仇恨)~ %d%% ( 100+ 仇恨)的伤害。 
+		The Defense boost improves with your Strength.]], [[你闪电般的出现在 %d 码范围内的敌人身边,造成 %d%% (0仇恨)~ %d%% (100+仇恨)的伤害。
 		你闪电般的突袭使敌人没有提防,增加 %d 点额外闪避,持续 1 回合。 
 		受力量影响,闪避值有额外加成。
 		如果你装备盾牌的话,这一技能也可以使用你的盾牌攻击。]])
@@ -24912,7 +25875,7 @@ t("Repel", "无所畏惧")
 t([[Rather than hide from the onslaught, you face down every threat. While active you have a %d%% chance of repelling a melee attack. The recklessness of your defense brings you bad luck (Luck -3).
 		Cleave, Repel and Surge cannot be active simultaneously, and activating one will place the others in cooldown.
 		Repel chance increases with your Strength and by 20%% when equipped with a shield.]], [[在猛烈的攻击面前,你选择直面威胁而不是躲藏。 
-		当技能激活时,你有 %d%% 概率抵挡一次近程攻击。不顾一切的防御会带给你厄运( -3 幸运)。 
+		当技能激活时,你有 %d%% 概率抵挡一次近程攻击。不顾一切的防御会带给你厄运(-3幸运)。
 		分裂攻击,杀意涌动和无所畏惧不能同时开启,并且激活其中一个也会使另外两个进入冷却。 
 		抵挡概率受力量加成。
 		装备盾牌时,抵挡概率增加 20%% ]])
@@ -24921,14 +25884,14 @@ t([[Rather than hide from the onslaught, you face down every threat. While activ
 ------------------------------------------------
 section "game/modules/tome/data/talents/cursed/traveler.lua"
 
-t("Hardened", "Hardened")
-t("Your travels have hardened you. You gain +%d armor.", "Your travels have hardened you. You gain +%d armor.")
-t("Wary", "Wary")
-t("You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.", "You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.")
-t("Weathered", "Weathered")
-t("You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%", "You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%")
-t("Savvy", "Savvy")
-t("You have become a keen observer in your travels. Each kill gives you %d%% more experience.", "You have become a keen observer in your travels. Each kill gives you %d%% more experience.")
+t("Hardened", "坚韧")
+t("Your travels have hardened you. You gain +%d armor.", "你的经历使你的护甲值增加 +%d 。")
+t("Wary", "谨慎")
+t("You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.", "你的行动变得更加谨慎,有 %d%% 几率不会触发陷阱。")
+t("Weathered", "风化")
+t("You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%", "你更适应元素攻击,增加你火焰和寒冷抵抗 %d%% 。")
+t("Savvy", "领悟")
+t("You have become a keen observer in your travels. Each kill gives you %d%% more experience.", "你在旅途中逐渐成长为一个敏锐的观察者,杀死敌人获得 %d%% 更多经验值。")
 
 
 ------------------------------------------------
@@ -24966,6 +25929,9 @@ t([[Surround yourself with a shield that will absorb at most %d non-physical, no
 		每吸收 30 点伤害都会增加 1 点失衡值,并进行一次失衡值鉴定,若鉴定失败,则护盾会破碎且技能会进入冷却状态。 
 		受精神或物理强度较高者影响,护盾的最大伤害吸收值有额外加成。]])
 t("Mana Clash", "奥术对撞")
+t("\
+#GREEN#Antimagic Adept:  #LAST#4 magical sustains from the target will be removed.", "\
+#GREEN#反魔专家: #LAST#你的奥术对撞技能还会从目标身上移除 4 个持续魔法技能。")
 t([[Drain %d mana, %d vim, %d positive and negative energies from your target, triggering a chain reaction that explodes in a burst of arcane damage.
 		The damage done is equal to 100%% of the mana drained, 200%% of the vim drained, or 400%% of the positive or negative energy drained, whichever is higher. This effect is called a manaburn.
 		The effect will increase with your Mindpower or Physical power (whichever is greater).
@@ -25031,7 +25997,7 @@ t([[Summons an icy wall of %d length for %d turns. Ice walls are transparent, bu
 		冰墙会释放极度寒气,每格墙壁对半径 %d 内的敌人造成 %0.2f 伤害,并有 25%% 几率冻结。寒气不会伤害释放者及其召唤物。
 		每一点冰龙系技能同时也能增加你的寒冷抵抗 1%% 。]])
 t("Ice Breath", "冰息术")
-t("@Source@ breathes ice!", "@Source@ 呼出寒冰!")
+t("@Source@ breathes ice!", "@Source@呼出寒冰!")
 t("%s resists the freeze!", "%s抵抗了冻结!")
 t([[You breathe ice in a frontal cone of radius %d. Any target caught in the area will take %0.2f cold damage and be frozen for 3 turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Freeze apply power is based on your Mindpower.
@@ -25053,7 +26019,7 @@ t([[You gain %d%% Acid resistance.
 		This damage bonus will improve up to 4 times (no more than once each turn) with later Nature damage you do, up to a maximum of %0.1f%%.
 		The resistance and damage increase improve with your Mindpower.]], [[ 你的酸性抗性增加 %d%% 。
 		当你造成自然伤害时,你的酸性伤害增加 %0.1f%% ,持续 %d 回合。
-		伤害加成能够积累到最多 4 倍( 1 回合至多触发 1 次),最大值 %0.1f%% 。
+		伤害加成能够积累到最多4倍(1回合至多触发1次),最大值 %0.1f%% 。
 		受精神强度影响,抗性和伤害加成有额外加成。]])
 t("Corrosive Seeds", "腐蚀之种")
 t("You somehow fail to set the corrosive seed.", "你没能设置腐蚀之种。")
@@ -25082,7 +26048,9 @@ t([[Conjures %d missile-shaped rocks that you target individually at any target
 		受法术强度影响,伤害有额外加成。]])
 t("Elemental Split", "元素分裂")
 t("A crystaline structure that has taken the form of %s.", "有着%s的形象的水晶分身。")
+t("Crystaline Half", "水晶分身")
 t("A stone structure that has taken the form of %s.", "有着%s的形象的岩石分身。")
+t("Stone Half", "岩石分身")
 t([[Reach inside your dwarven core and summon your stone and crystaline halves to fight alongside you for %d turns.
 		Your Crystaline Half will attack your foes with earthen missiles.
 		Your Stone Half will taunt your foes to protect you.
@@ -25097,8 +26065,8 @@ t([[Your halves learn new talents.
 		Crystaline Half: Rain of Spikes - A massive effect that makes all nearby foes bleed.
 		Stone Half: Stone Link - A protective shield that will redirect all damage against nearby allies to your Stone Half.
 		The level of those talents is %d.]], [[你的分身学会新的技能。
-		水晶分身 : 尖刺之雨——被动技能,令周围敌人流血。
-		岩石分身 : 岩石链接——一层保护护盾,将周围友方受到的所有伤害转移至岩石分身。
+		水晶分身 :尖刺之雨——被动技能,令周围敌人流血。
+		岩石分身 :岩石链接——一层保护护盾,将周围友方受到的所有伤害转移至岩石分身。
 		技能等级为 %d 。]])
 t("Dwarven Unity", "矮人的团结")
 t([[You call upon the immediate help of your Halves.
@@ -25230,7 +26198,7 @@ t([[You summon a powerful gust of wind, knocking back your foes within a radius
 		每点火龙系的技能可以使你增加火焰抵抗 1%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Bellowing Roar", "怒意咆哮")
-t("@Source@ roars!", "@Source@ 发出咆哮!")
+t("@Source@ roars!", "@Source@发出咆哮!")
 t([[You let out a powerful roar that sends your foes in radius %d into utter confusion (power: %d%%) for 3 turns.
 		The sound wave is so strong, your foes also take %0.2f physical damage.
 		The damage improves with your Strength.
@@ -25247,7 +26215,7 @@ t([[Spit a cloud of flames, doing %0.2f fire damage in a radius of %d each turn
 		伤害受精神强度加成。技能可暴击。 
 		每点火龙系的技能可以使你增加火焰抵抗 1%% 。]])
 t("Fire Breath", "火焰吐息")
-t("@Source@ breathes fire!", "@Source@ 喷出火焰!")
+t("@Source@ breathes fire!", "@Source@喷出火焰!")
 t([[You breathe fire in a frontal cone of radius %d. Any target caught in the area will take %0.2f fire damage over 3 turns.
 		The damage will increase with your Strength and the critical chance is based on your Mental crit rate.
 		Each point in fire drake talents also increases your fire resistance by 1%%.]], [[你在前方 %d 码锥形范围内喷出火焰。此范围内的目标会在 3 回合内受到 %0.2f 火焰伤害。
@@ -25271,7 +26239,7 @@ t([[The fungus on your body allows regeneration effects to last longer.
 		每当你获得一个回复类的增益效果,你会让它的持续时间增加 %d%% +1,向上取整。
 		技能效果受意志值加成。]])
 t("Ancestral Life", "原始生命")
-t("#LIGHT_GREEN##Source# gains %d%%%% of a turn from Ancestral Life.#LAST#", "#LIGHT_GREEN##Source# 从原始生命处获得 %d%%%% 回合。#LAST#")
+t("#LIGHT_GREEN##Source# gains %d%%%% of a turn from Ancestral Life.#LAST#", "#LIGHT_GREEN##Source#从原始生命处获得%d%%%%回合。#LAST#")
 t([[Your fungus reaches into the primordial ages of the world, granting you ancient instincts.
 		Each time you receive non-regeneration healing you gain %d%% of a turn per 100 life healed.  This effect can't add energy past 2 stored turns and overhealing is not counted.
 		Also, regeneration effects on you will decrease your equilibrium by %0.1f each turn.
@@ -25281,7 +26249,7 @@ t([[Your fungus reaches into the primordial ages of the world, granting you anci
 		同时,每当你受到回复作用时,每回合你的失衡值将会减少 %0.1f 。 
 		受精神强度影响,增益回合有额外加成。]])
 t("Sudden Growth", "疯狂成长")
-t("A wave of energy passes through your fungus, making it release immediate healing energies on you, healing you for %d%% of your current life regeneration rate (#GREEN#%d#LAST#).", "一股强大的能量穿过你的孢子,使其立刻对你释放治愈性能量,治疗你 %d%% 当前生命回复值 (#GREEN#%d#LAST#)。")
+t("A wave of energy passes through your fungus, making it release immediate healing energies on you, healing you for %d%% of your current life regeneration rate (#GREEN#%d#LAST#).", "一股强大的能量穿过你的孢子,使其立刻对你释放治愈性能量,治疗你 %d%% 当前生命回复值(#GREEN# %d #LAST#)。")
 
 
 ------------------------------------------------
@@ -25327,8 +26295,8 @@ t("Your body and internal organs are becoming more ooze-like in nature, allowing
 t("ooze", "软泥")
 t("You learn to control moss, making it grow at will to help you on the battlefield.", " 你学会控制苔藓生长,帮助战斗。")
 t("moss", "苔藓")
-t("Your body's anatomy is starting to blur.", "Your body's anatomy is starting to blur.")
-t("malleable body", "malleable body")
+t("Your body's anatomy is starting to blur.", "你身体的解剖结构开始模糊。")
+t("malleable body", "可塑形体")
 t("You channel ooze through your psiblades.", " 你向心灵利刃里灌注软泥能量。")
 t("oozing blades", "软泥利刃")
 t("You channel acid through your psiblades.", " 你向心灵利刃里灌注酸性能量。")
@@ -25343,6 +26311,7 @@ t("Learn to harness the innate power of your race.", " 学会强化自身的种
 t("dwarven nature", "矮人之自然力量")
 t("wild-gift", "自然")
 t("#PINK#You can manage a maximum of %d summons at any time. You need %d Cunning to increase your limit.", "#PINK#你能同时拥有最多 %d 名召唤物。你需要 %d 灵巧来提升上限。")
+t("Summon", "召唤")
 
 
 ------------------------------------------------
@@ -25395,7 +26364,7 @@ t([[Unleash raw, chaotic elemental damage upon your enemy.
 		五灵挥击还会增加你的物理、法术和精神速度 %d%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Venomous Breath", "剧毒吐息")
-t("@Source@ breathes venom!", "@Source@ 呼出毒液!")
+t("@Source@ breathes venom!", "@Source@呼出毒液!")
 t([[You breathe crippling poison in a frontal cone of radius %d. Any target caught in the area will take %0.2f nature damage each turn for 6 turns.
 		The poison also gives enemies a %d%% chance to fail actions more complicated than basic attacks and movement, while it is in effect.
 		The damage will increase with your Strength, and the critical chance is based on your Mental crit rate.
@@ -25426,28 +26395,28 @@ t([[Your body is more like that of an ooze, you can split into two for %d turns.
 		If you know the Oozing Blades tree all the talents inside are exchanged for those of the Corrosive Blades tree.
 		Your two selves share the same healthpool.
 		While you are split both of you gain %d%% all resistances.
-		Resistances will increase with Mindpower.]], [[Your body is more like that of an ooze, you can split into two for %d turns.
-		Your original self has the original ooze aspect while your mitosis gains the acid aspect.
-		If you know the Oozing Blades tree all the talents inside are exchanged for those of the Corrosive Blades tree.
-		Your two selves share the same healthpool.
-		While you are split both of you gain %d%% all resistances.
-		Resistances will increase with Mindpower.]])
+		Resistances will increase with Mindpower.]], [[你的身体变的像软泥怪一样,你可以分裂成2个,持续 %d 回合。
+		你的本体获得原始的软泥特性,而分裂体则获得酸性特性。
+		如果你习得软泥之刃系技能树,则该技能树会变为腐蚀之刃技能树。
+		你和分裂体共享生命。
+		当你分裂时,你增加 %d%% 所有抵抗。
+		受精神强度影响,抵抗有额外加成。]])
 t("ervevev", "ervevev")
 t([[Improve your fungus to allow it to take a part of any healing you receive and improve it.
 		Each time you are healed you get a regeneration effect for 6 turns that heals you of %d%% of the direct heal you received.
-		The effect will increase with your Mindpower.]], [[Improve your fungus to allow it to take a part of any healing you receive and improve it.
-		Each time you are healed you get a regeneration effect for 6 turns that heals you of %d%% of the direct heal you received.
-		The effect will increase with your Mindpower.]])
+		The effect will increase with your Mindpower.]], [[强化你的孢子使其能够参与到你的治疗作用中。
+		每当你受到治疗时,你会得到一个持续6回合的回复效果,回复值为你所受治疗值的 %d%% 。
+		受精神强度影响,效果有额外加成。]])
 t("zeczczeczec", "zeczczeczec")
 t([[Both of you swap place in an instant, creatures attacking one will target the other.
 		While swaping you briefly merge together, boosting all your nature and acid damage by %d%% for 6 turns and healing you for %d.
-		Damage and healing increase with Mindpower.]], [[Both of you swap place in an instant, creatures attacking one will target the other.
-		While swaping you briefly merge together, boosting all your nature and acid damage by %d%% for 6 turns and healing you for %d.
-		Damage and healing increase with Mindpower.]])
-t("Indiscernible Anatomyblabla", "Indiscernible Anatomyblabla")
+		Damage and healing increase with Mindpower.]], [[你和分裂体相互交换位置,误导敌人,使敌人的目标锁定为另一个分身。
+		当你和分裂体交换位置时,双方进行了短暂的融合。增加 %d%% 自然和酸性伤害,持续6回合,同时治疗你 %d 点生命值。
+		受精神强度影响,伤害和治疗量有额外加成。]])
+t("Indiscernible Anatomyblabla", "不可思议的骨骼")
 t([[Your body's internal organs are melted together, making it much harder to suffer critical hits.
-		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]], [[Your body's internal organs are melted together, making it much harder to suffer critical hits.
-		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]])
+		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]], [[你身体的内部器官融化在一起,使你更难遭受致命打击。
+		所有对你产生的直接暴击(物理、精神、法术)都会有 %d%% 几率变成普通攻击。]])
 
 
 ------------------------------------------------
@@ -25603,10 +26572,10 @@ t([[Your body is more like that of an ooze.
 		You may have up to %d Bloated Oozes active at any time (limited by talent level and the summoning limit), and all damage you take will be split equally between you and them so long as this talent is active.
 		Bloated Oozes last for %d turns, are very resilient (%d%% all damage resistance to damage not coming through your shared link), and regenerate life quickly.
 		%sThe chance to split increases with your Cunning.]], [[你的身体构造变的像软泥怪一样。 
-		当你受到攻击时,你有几率分裂出一个浮肿软泥怪,其生命值为你所承受的伤害值的两倍(最大 %d ,基于你的精神强度和最大生命值。)。 
+		当你受到攻击时,你有几率分裂出一个浮肿软泥怪,其生命值为你所承受的伤害值的两倍(最大 %d ,基于你的精神强度和最大生命值。)。
 		分裂几率为你损失生命百分比的 %0.2f 倍。
-		你同时最多只能拥有 %d 只浮肿软泥怪,你所承受的所有伤害会在你和浮肿软泥怪间均摊。 
-		每只浮肿软泥怪存在%d回合,对非均摊的伤害的抗性很高( %d%% 对全部伤害的抗性),同时生命回复快。
+		你同时最多只能拥有 %d 只浮肿软泥怪,你所承受的所有伤害会在你和浮肿软泥怪间均摊。
+		每只浮肿软泥怪存在 %d 回合,对非均摊的伤害的抗性很高( %d%% 对全部伤害的抗性),同时生命回复快。
 		%s受灵巧影响,几率有额外加成。]])
 t("Reabsorb", "强化吸收")
 t([[You randomly merge with an adjacent bloated ooze, granting you 40%% all damage resistance for %d turns.
@@ -25615,7 +26584,7 @@ t([[You randomly merge with an adjacent bloated ooze, granting you 40%% all dama
 		The damage, duration and Equilibrium restoration increase with your Mindpower.]], [[ 你随机吸收一个紧靠你的浮肿软泥怪,获得 40%% 对全部伤害的抗性,持续 %d 个回合。 
 		同时你会释放一股反魔能量,在 %d 半径内造成 %0.2f 点法力燃烧伤害。 
 		如果有丝分裂技能开启,每回合你将回复 %0.1f 点失衡值。
-		受精神强度影响,伤害、持续时间和失衡值回复有额外加成。]])
+		受精神强度影响,伤害、持续时间和失衡值回复有额外加成。]], {1,3,2,4})
 t("Call of the Ooze", "软泥召唤")
 t([[Instantly call all of your bloated oozes to your aid.
 		If you have less than the maximum number of oozes allowed by the Mitosis talent, up to %d will be created with %d life (%d%% of the maximum life allowed by Mitosis).
@@ -25644,7 +26613,7 @@ t([[You gain %d%% Nature resistance.
 		This damage bonus will improve up to 4 times (no more than once each turn) with later Acid damage you do, up to a maximum of %0.1f%%.
 		The resistance and damage increase improve with your Mindpower.]], [[ 你的自然抗性增加 %d%% 。
 		当你造成酸性伤害时,你的自然伤害增加 %0.1f%% ,持续 %d 回合。
-		伤害加成能够积累到最多 4 倍( 1 回合至多触发 1 次),最大值 %0.1f%% 。
+		伤害加成能够积累到最多4倍(1回合至多触发1次),最大值 %0.1f%% 。
 		受精神强度影响,抗性和伤害加成有额外加成。]])
 t("Mind Parasite", "精神寄生")
 t([[You use your psiblades to fire a small worm at a foe.
@@ -25664,8 +26633,8 @@ t([[Surround yourself with natural forces, ignoring %d%% nature resistance of yo
 section "game/modules/tome/data/talents/gifts/sand-drake.lua"
 
 t("Swallow", "吞噬")
-t("#Source# tries to swallow #Target#!", "#Source# 尝试吞噬 #Target#!")
-t("%s resists!", "%s 抵抗了效果!")
+t("#Source# tries to swallow #Target#!", "#Source#尝试吞噬 #Target#!")
+t("%s resists!", "%s抵抗了效果!")
 t([[Attack the target for %d%% Nature weapon damage.
 		If the attack brings your target below a percent of its max life (based on talent level and relative size) or kills it, you attempt to swallow it, killing it automatically and regaining life and equilibrium depending on its level.
 		The target may save against your physical power to prevent this attempt.
@@ -25687,14 +26656,14 @@ t([[Attack the target for %d%% Nature weapon damage.
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。
 
 		基于你目前的体型,吞噬的生命值上限如下所示:
-		微小: %d%%
-		矮小: %d%%
-		中等: %d%%
-		高大: %d%%
-		庞大: %d%%
-		巨型: %d%%]])
+		微小:%d%%
+		矮小:%d%%
+		中等:%d%%
+		高大:%d%%
+		庞大:%d%%
+		巨型:%d%%]])
 t("Quake", "地震")
-t("@Source@ shakes the ground!", "@Source@ 使大地震动!")
+t("@Source@ shakes the ground!", "@Source@使大地震动!")
 t([[You slam the ground, shaking the area around you in a radius of %d.
 		Creatures caught by the quake will be damaged for %d%% weapon damage, and knocked back up to 3 tiles away.
 		The terrain will also be moved around within the radius, and the user will be shifted to a random square within the radius.
@@ -25708,10 +26677,10 @@ t([[Allows you to burrow into earthen walls for %d turns.
 		At Talent Level 5, this talent can be used instantly, and the cooldown will reduce with levels.
 		Each point in sand drake talents also increases your physical resistance by 0.5%%.]], [[允许你钻进墙里,持续 %d 回合。
 		你强大的挖掘能力让你能挖掘敌人的防御弱点;处于该状态下时你获得 %d 护甲穿透和 %d%% 物理抗性穿透。
-     在技能等级 5 时,这个技能变成瞬发。冷却时间随技能等级升高而降低。
+     在技能等级 5 时,这个技能变成瞬间。冷却时间随技能等级升高而降低。
 		每点土龙系的天赋可以使你增加物理抵抗 0.5%% 。]])
 t("Sand Breath", "沙瀑吐息")
-t("@Source@ breathes sand!", "@Source@ 呼出流沙!")
+t("@Source@ breathes sand!", "@Source@呼出流沙!")
 t([[You breathe sand in a frontal cone of radius %d. Any target caught in the area will take %0.2f physical damage, and will be blinded for %d turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Blind apply power is based on your Mindpower.
 		Each point in sand drake talents also increases your physical resistance by 0.5%%.]], [[你在前方 %d 码锥形范围内喷出流沙。此范围内的目标会受到 %0.2f 物理伤害并被致盲 %d 回合。 
@@ -25731,14 +26700,14 @@ t([[Spit slime at your target doing %0.1f nature damage and slowing it down by 3
 		弹射距离最多为 6 码,同时每弹一次会减少 %0.1f%% 伤害。
 		受精神强度影响,伤害有额外加成。]])
 t("Poisonous Spores", "毒性孢子")
-t("@Source@ releases poisonous spores at @target@.", "@Source@ 朝 @target@ 释放毒素孢子。")
+t("@Source@ releases poisonous spores at @target@.", "@Source@朝@target@释放毒素孢子。")
 t([[Releases poisonous spores at an area of radius %d, infecting the foes inside with a random poison doing %0.1f Nature damage over 10 turns.
 		This attack can crit and deals %d%% additional critical damage.
 		The damage and critical bonus increase with your Mindpower.]], [[向 %d 码半径范围释放毒性孢子,使范围内的敌方单位感染随机类型的毒素,造成 %0.1f 自然伤害,持续 10 回合。
 		这个攻击能够暴击,造成额外 %d%% 暴击伤害。
 		受精神强度影响,伤害和暴击加成有额外加成。]])
 t("Acidic Skin", "酸性皮肤")
-t("The skin of @Source@ starts dripping acid.", "@Source@ 的皮肤开始滴落酸液。")
+t("The skin of @Source@ starts dripping acid.", "@Source@的皮肤开始滴落酸液。")
 t([[Your skin drips with acid, damaging all that hit you for %0.1f disarming acid damage.
 		The damage increases with your Mindpower.]], [[你的皮肤浸泡着酸液,对所有攻击你的目标造成 %0.1f 酸性缴械伤害。
 		受精神强度影响,伤害有额外加成。]])
@@ -25776,7 +26745,7 @@ t([[Generate an electrical field around you in a radius of %d. Any creature caug
 		每点雷龙系的天赋可以使你增加闪电抵抗 1%% 。]])
 t("Tornado", "龙卷风")
 t("%s is knocked back!", "%s 被击退。")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Summon a tornado that moves very slowly towards the target, following it if it changes position.
 		Each time it moves every foes within radius 2 takes %0.2f lightning damage and is knocked back 2 spaces.
 		When it reaches the target it explodes in a radius of %d, knocking back targets and dealing %0.2f lightning and %0.2f physical damage.
@@ -25788,8 +26757,8 @@ t([[Summon a tornado that moves very slowly towards the target, following it if
 		受精神强度影响,伤害有额外加成。 
 		每点雷龙系的天赋可以使你增加闪电抵抗 1%% 。]])
 t("Lightning Breath", "闪电吐息")
-t("@Source@ breathes lightning!", "@Source@ 呼出闪电!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ breathes lightning!", "@Source@呼出闪电!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[You breathe lightning in a frontal cone of radius %d. Any target caught in the area will take %0.2f to %0.2f lightning damage (%0.2f average) and be stunned for 3 turns.
 		The damage will increase with your Strength, and the critical chance is based on your Mental crit rate, and the Stun apply power is based on your Mindpower.
 		Each point in storm drake talents also increases your lightning resistance by 1%%.]], [[你在前方 %d 码锥形范围内喷出闪电。此范围内的目标会受到 %0.2f ~ %0.2f 闪电伤害(平均 %0.2f )并被震慑 3 回合。 
@@ -25908,7 +26877,7 @@ t("Switches places with one of your summons. This disorients your foes, granting
 section "game/modules/tome/data/talents/gifts/summon-distance.lua"
 
 t("Flamespit", "火焰喷射")
-t("@Source@ spits flames!", "@Source@ 喷射火焰!")
+t("@Source@ spits flames!", "@Source@喷射火焰!")
 t([[Spits a bolt of fire, doing %0.2f fire damage.
 		The damage will increase with your Mindpower.]], [[吐出一枚火球造成 %0.2f 火焰伤害。 
 		受精神强度影响,伤害有额外加成。]])
@@ -25917,32 +26886,32 @@ t([[A wave of fire emanates from you with radius %d, knocking back anything caug
 		The damage will increase with your Mindpower.]], [[发射一道火焰波,范围 %d 码内的敌人被击退并引燃,造成 %0.2f 火焰伤害持续 3 回合。 
 		受精神强度影响,伤害有额外加成。]])
 t("Acid Breath", "酸液吐息")
-t("@Source@ breathes acid!", "@Source@ 呼出酸液!")
+t("@Source@ breathes acid!", "@Source@呼出酸液!")
 t([[Breathe acid on your foes, doing %0.2f damage.
 		The damage will increase with your Willpower.]], [[向单体目标喷射酸液造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Acid Spit", "酸液喷吐")
-t("@Source@ spits acid!", "@Source@ 喷射酸液!")
+t("@Source@ spits acid!", "@Source@喷射酸液!")
 t([[Spit acid on a foe, doing %0.2f damage.
 		The damage will increase with your Willpower.]], [[向敌人喷射酸液造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Lightning Breath", "闪电吐息")
-t("@Source@ breathes lightning!", "@Source@ 呼出闪电!")
+t("@Source@ breathes lightning!", "@Source@呼出闪电!")
 t([[Breathe lightning on your foes, doing %d to %d damage.
 		The damage will increase with your Willpower.]], [[向敌人喷出闪电吐息造成 %d 到 %d 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Lightning Spit", "闪电喷吐")
-t("@Source@ spits lightning!", "@Source@ 喷射闪电!")
+t("@Source@ spits lightning!", "@Source@喷射闪电!")
 t([[Spit lightning on your foe, doing %d to %d damage.
 		The damage will increase with your Willpower.]], [[向单体敌人喷吐闪电造成 %d 到 %d 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Poison Breath", "毒性吐息")
-t("@Source@ breathes poison!", "@Source@ 呼出毒素!")
+t("@Source@ breathes poison!", "@Source@呼出毒素!")
 t([[Breathe poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Willpower.]], [[向敌人喷射酸液,在几回合内造成 %0.2f 伤害。 
 		受意志影响,伤害有额外加成。]])
 t("Poison Spit", "毒性喷吐")
-t("@Source@ spits poison!", "@Source@ 喷射毒素!")
+t("@Source@ spits poison!", "@Source@喷射毒素!")
 t([[Spit poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Willpower.]], [[向单体敌人施放剧毒喷吐至你的目标造成 %d 伤害,持续数回合。 
 		受意志影响,伤害有额外加成。]])
@@ -25966,7 +26935,7 @@ t([[Summon a Ritch Flamespitter for %d turns to burn your foes to death. Flamesp
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Willpower and Cunning will increase with your Mindpower.]], [[召唤一只火焰里奇来燃烧敌人,持续 %d 回合。火焰里奇很脆弱,但是它们可以远远地燃烧敌人。 
 		它拥有 %d 点意志, %d 点灵巧和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,火焰里奇的意志和灵巧有额外加成。]])
 t("Hydra", "契约:三头蛇")
 t("@Source@ summons a 3-headed hydra!", "@Source@召唤了一只三头蛇!")
@@ -25977,7 +26946,7 @@ t([[Summon a 3-headed Hydra for %d turns to destroy your foes. 3-headed hydras a
 		Their Willpower will increase with your Mindpower.]], [[召唤一只三头蛇来摧毁敌人,持续 %d 回合。 
 		三头蛇可以喷出毒系、酸系、闪电吐息。 
 		它拥有 %d 点意志, %d 点体质和 18 点力量。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,三头蛇的意志有额外加成。]])
 t("Rimebark", "契约:雾凇")
 t("@Source@ summons a Rimebark!", "@Source@召唤了一只雾凇!")
@@ -25988,20 +26957,21 @@ t([[Summon a Rimebark for %d turns to harass your foes. Rimebarks cannot move, b
 		Their Willpower and Cunning will increase with your Mindpower.]], [[召唤 1 棵雾凇来来骚扰敌人,持续 %d 回合。 
 		雾凇不可移动,但是永远有寒冰风暴围绕着它们,伤害并冰冻 3 码半径范围内的任何人。 
 		它拥有 %d 点意志, %d 点灵巧和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,雾凇的意志和灵巧有额外加成。]])
 t("Fire Drake", "契约:火龙")
 t("@Source@ summons a Fire Drake!", "@Source@召唤了一只火龙!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("A mighty fire drake.", "一只强力火龙。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Fire Drake for %d turns to burn and crush your foes to death. Fire Drakes are behemoths that can burn foes from afar with their fiery breath.
 		It will get %d Strength, %d Constitution and 38 Willpower.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Strength and Constitution will increase with your Mindpower.]], [[召唤一只火龙来摧毁敌人,持续 %d 回合。 
 		火龙是可以从很远的地方烧毁敌人的强大生物。 
 		它拥有 %d 点力量, %d 点体质和 38 点意志。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,火龙的力量和体质有额外加成。]])
 
 
@@ -26022,12 +26992,12 @@ t([[Summon a War Hound for %d turns to attack your foes. War hounds are good bas
 		The hound's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只战争猎犬来攻击敌人,持续 %d 回合。 
 		战争猎犬是非常好的基础近战单位。 
 		它拥有 %d 点力量, %d 点敏捷和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,猎犬的力量和敏捷有额外加成。]])
 t("Jelly", "契约:果冻怪")
 t("@Source@ summons a Jelly!", "@Source@召唤了一只果冻怪!")
 t("A strange blob on the dungeon floor.", "地板上的一团奇怪胶状物体。")
-t("#GREEN##Target# absorbs some damage. #Source# is closer to nature.", "#GREEN##Target# 吸收了伤害, #Source# 更贴近自然了。")
+t("#GREEN##Target# absorbs some damage. #Source# is closer to nature.", "#GREEN##Target#吸收了伤害, #Source#更贴近自然了。")
 t([[Summon a Jelly for %d turns to attack your foes. Jellies do not move, but your equilibrium will be reduced by 10%% of all damage received by the jelly.
 		It will get %d Constitution and %d Strength.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
@@ -26035,7 +27005,7 @@ t([[Summon a Jelly for %d turns to attack your foes. Jellies do not move, but yo
 		果冻怪不会移动。 
 		它拥有 %d 点体质和 %d 点力量。 
 		每当果冻怪受到伤害时,你降低等同于它受到伤害值的 10 %%失衡值。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,果冻怪的体质有额外加成。]])
 t("Minotaur", "契约:米诺陶")
 t("@Source@ summons a Minotaur!", "@Source@召唤了一只米诺陶!")
@@ -26045,19 +27015,20 @@ t([[Summon a Minotaur for %d turns to attack your foes. Minotaurs cannot stay su
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		The minotaur's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只米诺陶来攻击敌人,持续 %d 回合。米诺陶不会呆很长时间,但是它们会造成极大伤害。 
 		它拥有 %d 点力量, %d 点体质和 %d 点敏捷。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,米诺陶的力量和敏捷有额外加成。]])
 t("Stone Golem", "契约:岩石傀儡")
 t("@Source@ summons a Stone Golem!", "@Source@召唤了一只岩石傀儡!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("It is a massive animated statue.", "一座巨型活化傀儡。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Stone Golem for %d turns to attack your foes. Stone golems are formidable foes that can become unstoppable.
 		It will get %d Strength, %d Constitution and %d Dexterity.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		The golem's Strength and Dexterity will increase with your Mindpower.]], [[召唤一只岩石傀儡来攻击敌人,持续 %d 回合。岩石傀儡是可怕的敌人并且不可阻挡。 
 		它有 %d 点力量, %d 点体质和 %d 点敏捷。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,傀儡的力量和敏捷有额外加成。]])
 
 
@@ -26079,19 +27050,20 @@ t([[Summon a Turtle for %d turns to distract your foes. Turtles are resilient, b
 		乌龟具有很强的生命力,并不能造成很多伤害。 
 		然而,它们会周期性的嘲讽敌人并用龟壳保护自己。
 		它拥有 %d 点体质, %d 点敏捷和 18 点意志。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,乌龟的体质有额外加成。]])
 t("Spider", "契约:蜘蛛")
 t("@Source@ summons a Spider!", "@Source@召唤了一只蜘蛛!")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("%s (wild summon)", "%s (野性召唤)")
 t([[Summon a Spider for %d turns to harass your foes. Spiders can poison your foes and throw webs to pin them to the ground.
 		It will get %d Dexterity, %d Strength, 18 Willpower and %d Constitution.
 		Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration.
 		Their Dexterity will increase with your Mindpower.]], [[召唤一只蜘蛛来扰乱敌人,持续 %d 回合。 
 		蜘蛛可以使敌人中毒并向目标撒网,将目标固定在地上。 
 		它拥有 %d 点敏捷, %d 点力量, 18 点意志和 %d 点体质。 
-		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑 / 定身 / 混乱 / 致盲抵抗和护甲穿透。 
+		你的召唤物继承你部分属性:增加百分比伤害、抗性穿透、震慑/定身/混乱/致盲抵抗和护甲穿透。
 		受精神强度影响,蜘蛛的敏捷有额外加成。]])
 t("Frantic Summoning", "疯狂召唤")
 t([[You focus yourself on nature, allowing you to summon natural creatures much faster (%d%% of a normal summon time) and with no chance to fail from high equilibrium for %d turns.
@@ -26109,7 +27081,7 @@ t([[Mark a creature with pheromones, signalling to all of your summons within %d
 section "game/modules/tome/data/talents/gifts/venom-drake.lua"
 
 t("Acidic Spray", "酸雾喷射")
-t("@Source@ spits acid!", "@Source@ 喷射酸液!")
+t("@Source@ spits acid!", "@Source@喷射酸液!")
 t([[Spray forth a glob of acidic moisture at your enemy.
 		The target will take %0.2f Mindpower-based acid damage.
 		Enemies struck have a 25%% chance to be Disarmed for three turns, as their weapon is rendered useless by an acid coating.
@@ -26139,7 +27111,7 @@ t([[You strike the enemy with a rain of fast, acidic blows. You strike four time
 		每一点毒龙系技能同时也能增加你的酸性抵抗 1%% 。
 		如果你装备了盾牌,这一技能也会用你的盾牌攻击。]])
 t("Corrosive Breath", "腐蚀吐息")
-t("@Source@ breathes acid!", "@Source@ 呼出酸液!")
+t("@Source@ breathes acid!", "@Source@呼出酸液!")
 t([[You breathe acid in a frontal cone of radius %d. Any target caught in the area will take %0.2f acid damage.
 		Enemies caught in the acid are disarmed for 3 turns.
 		The damage will increase with your Strength, the critical chance is based on your Mental crit rate, and the Disarm apply power is based on your Mindpower.
@@ -26166,17 +27138,17 @@ t("Unclassified talents of the various horrors of the world.", "世界上各种
 t("horror powers", "恐魔力量")
 t("other", "其他")
 t("Frenzied Bite", "狂乱撕咬")
-t("In a frenzy @Source@ bites at @Target@!", "@Source@ 在狂热中咬向@Target@!")
+t("In a frenzy @Source@ bites at @Target@!", "@Source@在狂热中咬向@Target@!")
 t([[A nasty bite that hits for %d%% weapon damage, reduces the targets healing by %d%%, and causes the target to bleed for %d%% weapon damage over 5 turns.
 		Only usable while frenzied.]], [[撕咬目标造成 %d%% 武器伤害。减少目标治疗效果 %d%% 并造成 %d%% 武器伤害的流血伤害持续 5 回合。 
 		只有在狂乱状态下可以使用。]])
 t("Frenzied Leap", "狂乱跳跃")
-t("@Source@ leaps forward in a frenzy!", "@Source@ 在狂热中向前跳跃!")
+t("@Source@ leaps forward in a frenzy!", "@Source@在狂热中向前跳跃!")
 t([[Leaps toward a target within range.
 		Only usable while frenzied.]], [[跳向范围内目标。
 		只有在狂乱状态下可以使用。]])
 t("Gnashing Teeth", "咬牙切齿")
-t("@Source@ tries to bite @Target@ with razor sharp teeth!", "@Source@ 尝试用尖锐的牙齿咬 @Target@ !")
+t("@Source@ tries to bite @Target@ with razor sharp teeth!", "@Source@尝试用尖锐的牙齿咬 @Target@ !")
 t("The scent of blood sends the %ss into a frenzy!", "鲜血的气味使得%s们变得狂热!")
 t("%s resists the cut!", "%s抵抗了流血!")
 t([[Bites the target for %d%% weapon damage, potentially causing it to bleed for %d%% weapon damage over five turns.
@@ -26187,10 +27159,10 @@ t([[Bites the target for %d%% weapon damage, potentially causing it to bleed for
 t("Abyssal Shroud", "堕入深渊")
 t("Creates a shroud of darkness over a radius 3 area that lasts %d turns.  The shroud causes %0.2f darkness damage each turn, reduces light radius by %d, and darkness resistance by %d%% of those within.", "制造一个 3 码范围的黑暗深渊持续 %d 回合。深渊会造成每回合 %0.2f 黑暗伤害并降低 %d 光照范围,同时使其中生物的暗影抵抗减少 %d%% 。")
 t("Echoes From The Void", "虚空回音")
-t("@Source@ shows @Target@ the madness of the void.", "@Source@ 向 @Target@ 展示了虚空的疯狂。")
+t("@Source@ shows @Target@ the madness of the void.", "@Source@向 @Target@ 展示了虚空的疯狂。")
 t("Shows the target the madness of the void.  Each turn for 6 turns the target must make a mental save or suffer %0.2f mind damage as well as resource damage (based off the mind damage and nature of the resource).", " 释放虚空的混乱,使目标每回合强制进行精神豁免鉴定,持续 6 回合,未通过豁免则在原伤害基础上造成 %0.2f 精神伤害(由精神和自然伤害基础伤害决定)。")
 t("Void Shards", "虚空碎片")
-t("@Source@ summons void shards.", "@Source@ 召唤出虚空碎片。")
+t("@Source@ summons void shards.", "@Source@召唤出虚空碎片。")
 t("Not enough space to summon!", "没有足够的空间召唤。")
 t("void shard", "虚空碎片")
 t("It looks like a small hole in the fabric of spacetime.", "看起来像空间中的一小块破洞。")
@@ -26213,7 +27185,7 @@ t([[A wall of slime oozes out from the caster with radius 1, increasing once eve
 		The damage and duration will increase with your Mindpower.]], [[在 1 码范围内形成一个史莱姆墙,每隔 2 回合范围会扩大,直至 %d 码,造成 %0.2f 史莱姆伤害持续 %d 回合。 
 		受精神强度影响,伤害及持续时间有额外加成。]])
 t("Tentacle Grab", "触须之握")
-t("%s resists the grab!", "%s 抵抗了抓取!")
+t("%s resists the grab!", "%s抵抗了抓取!")
 t([[Grab a target and drag it to your side, holding it in place and silencing non-undead and creatures that need to breathe for %d turns.
 		The grab will also deal %0.2f slime damage per turn.
 		The damage will increase with your Mindpower.]], [[抓住一个目标并将其拉至身边,并抓取 %d 回合。需要呼吸的非亡灵类生物还会被窒息。
@@ -26233,7 +27205,7 @@ t([[Blast a wave of water all around you with a radius of %d, making all creatur
 		The damage will increase with your Spellpower.]], [[在你身边 %d 范围内制造水流,令所有生物湿润。
 		效果受法术强度加成。]])
 t("Blood Suckers", "吸血者")
-t("@Source@ tries to latch on and suck blood!", "@Source@ 尝试抓住目标吸血!")
+t("@Source@ tries to latch on and suck blood!", "@Source@尝试抓住目标吸血!")
 t([[Latch on to the target and suck their blood, doing %0.2f physical and %0.2f acid damage per turn.
 		After 5 turns of drinking, drop off and gain the ability to Multiply.
 		Damage scales with your level.
@@ -26246,7 +27218,7 @@ t([[Latch on to the target and suck their blood, doing %0.2f physical and %0.2f
 ------------------------------------------------
 section "game/modules/tome/data/talents/misc/inscriptions.lua"
 
-t("- will only auto use when no saturation effect exists", "- will only auto use when no saturation effect exists")
+t("- will only auto use when no saturation effect exists", "- 只会在没有纹身/符文饱和效果的时候使用。")
 t("\
 Its effects scale with your %s stat.", "\
 效果随你的%s属性提升。")
@@ -26261,7 +27233,7 @@ t("%s is cured!", "%s 被治愈!")
 t(" and ", "和")
 t([[Activate the infusion to cure yourself of one random %s effect and reduce all damage taken by %d%% for %d turns.
 Also removes cross-tier effects of the affected types for free.]], [[激活纹身解除你随机一个 %s 效果并减少所有伤害 %d%% 持续 %d 回合。 
-同时除去对应类型的 CT 效果(失去平衡、法术冲击和锁脑)。]])
+同时除去对应类型的越层负面效果(失去平衡、法术冲击和锁脑)。]])
 t("res %d%%; %s; dur %d; cd %d", "减伤 %d%%; 解除 %s; 持续 %d; 冷却 %d")
 t("Infusion: Primal", "纹身:原初")
 t("Activate the infusion to heal for %d%% of all damage taken (calculated before resistances) and reduce the duration of a random debuff by %d each turn for %d turns.", "激活这个纹身,你受到的伤害将部分转化为治疗(在伤害减免之前计算),转化比例为 %d%% 。此外,每回合减少一个随机负面效果的持续时间 %d 回合,持续 %d 回合。")
@@ -26287,7 +27259,7 @@ t([[Activate the infusion to endure even the most grievous of wounds for %d turn
 t("die at -%d; dur %d; cd %d", "-%d 死亡底线; 持续 %d; 冷却 %d")
 t("Infusion: Wild Growth", "纹身:野性成长")
 t([[Causes thick vines to spring from the ground and entangle all targets within %d squares for %d turns, pinning them in place for 5 turns and dealing %0.2f physical damage and %0.2f nature damage.
-		The vines also grow all around you, increasing your armour by %d and armour hardiness by %d.]], [[从土地中召唤坚硬的藤蔓,缠绕 %d 码范围内所有生物,持续 %d 回合。将其定身5回合并造成每回合 %0.2f 物理和 %0.2f 自然伤害。 
+		The vines also grow all around you, increasing your armour by %d and armour hardiness by %d.]], [[从土地中召唤坚硬的藤蔓,缠绕 %d 码范围内所有生物,持续 %d 回合。将其定身5回合并造成每回合 %0.2f 物理和 %0.2f 自然伤害。
 		藤蔓也会生长在你的身边,增加 %d 护甲和 %d 护甲硬度。]])
 t("rad %d; dur %d;", "范围 %d 持续 %d")
 t("Rune: Teleportation", "符文:传送")
@@ -26321,10 +27293,10 @@ t([[Activate the rune to unleash a manasurge upon yourself, increasing mana rege
 t("regen %d%% over %d turns; mana %d; cd %d", "回复 %d%% 持续 %d 回合 ; %d 法力瞬回; 冷却 %d")
 t("Rune of the Rift", "符文:时空裂隙")
 t("%s is immune!", "%s 免疫了!")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Something has prevented the timetravel.", "某物阻止了时空旅行")
 t("temporal instability", "时间不稳定性")
-t("%s has moved forward in time!", "%s 的时间被向前推移!")
+t("%s has moved forward in time!", "%s的时间向前推移!")
 t([[Inflicts %0.2f temporal damage.  If your target survives, it will be sent %d turns into the future.
 		It will also lower your paradox by 25 (if you have any).
 		Note that messing with the spacetime continuum may have unforeseen consequences.]], [[造成 %0.2f 时空伤害。如果你的目标存活,则它会被传送 %d 回合至未来。 
@@ -26351,6 +27323,7 @@ t("Rune: Mirror Image", "符文:镜像")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Mirror Image", "镜像")
 t("A blurred image.", "一个模糊的镜像。")
+t("Summon", "召唤")
 t([[Activate the rune to create up to 3 images of yourself that taunt nearby enemies each turn and immediately after being summoned.
 			Only one image can be created per enemy in radius 10 with the first being created near the closest enemy.
 			Images inherit all of your life, resistance, armor, defense, and armor hardiness.]], [[激活符文,最多召唤你的 3 个镜像,镜像会嘲讽周围的敌人。
@@ -26361,16 +27334,16 @@ t("Rune: Shatter Afflictions", "符文:粉碎痛苦")
 t([[Activate the rune to instantly dissipate the energy of your ailments, cleansing all cross tier effects and 1 physical, mental, and magical effect.
 		You use the dissipated energy to create a shield lasting 3 turns and blocking %d damage per debuff cleansed (not counting cross-tier ones).
 		If there were only cross-tier effects to cleanse, no shield is created and the rune goes on a 75%% reduced cooldown.]], [[激活符文,立刻清除你身上的负面效果。
-		清除所有 CT 效果(失去平衡、法术冲击和锁脑),以及物理、精神和魔法负面效果各 1 个。
+		清除所有越层负面效果(失去平衡、法术冲击和锁脑),以及物理、精神和魔法负面效果各 1 个。
 		每清除一个负面效果,你都会获得一个抵挡 %d 伤害的护盾,持续 3 回合。
-		如果只清除了CT效果,不会产生护盾且冷却时间减少75%%]])
+		如果只清除了越层负面效果,不会产生护盾且冷却时间减少75%%]])
 t("absorb %d; cd %d", "吸收 %d; 冷却 %d")
 t("Rune: Dissipation", "符文:耗散")
 t("Activate the rune to remove 8 beneficial magical sustains from an enemy target or all magical debuffs from you.", "激活这个符文,从敌人身上移除 4 个正面魔法持续效果,或从自己身上移除所有魔法负面效果。")
 t(" ", " ")
 t("Taint: Devourer", "堕落印记:吞噬")
 t("Activate the taint on a foe, removing up to %d magical or physical effects or sustains from it and healing you for %d for each effect.", "对目标激活此印记,移除其 %d 魔法或物理效果,或是持续技能,每移除一个治疗 %d 生命值。")
-t("%d effects / %d heal", "%d 效果 / %d 治疗")
+t("%d effects / %d heal", "%d 效果 / %d 回复量")
 t("Taint: Purging", "堕落印记:清除")
 t([[Activate the taint to purge your body of physical afflictions for %d turns.
 			Each turn the purge will attempt to cleanse 1 physical debuff from you, and if one is removed, increase its duration by 1.]], [[激活这个堕落印记,清除你身上的物理效果,持续 %d 回合。
@@ -26451,7 +27424,7 @@ t("Taints are not class abilities, you must find them or learn them from other p
 t("inscriptions", "纹身和符文")
 t("taints", "堕落印记")
 t("Attack", "攻击")
-t("#Source# attacks empty space.", "#Source# 打到了空地。")
+t("#Source# attacks empty space.", "#Source#打到了空地。")
 t("Hack and slash, baby!", "尽情砍杀吧,宝贝!")
 t("Psi Pool", "超能力槽")
 t("Feedback Pool", "反馈值槽")
@@ -26519,23 +27492,23 @@ t("Acidic Crawl", "酸爪")
 t("@Source@ envelops @target@ with acid.", "@Source@用酸液覆盖@target@。")
 t("Crawl onto the target, covering it in acid.", "爪击你的目标并附带酸性效果。")
 t("Blinding Spores", "致盲孢子")
-t("@Source@ releases blinding spores at @target@.", "@Source@ 向 @target@ 喷射致盲孢子。")
-t("%s resists the blinding!", "%s 抵抗了致盲!")
+t("@Source@ releases blinding spores at @target@.", "@Source@向@target@喷射致盲孢子。")
+t("%s resists the blinding!", "%s抵抗了致盲!")
 t("Releases stinging spores at the target, blinding it for %d turns.", "向目标喷射孢子,使目标致盲 %d 回合。")
 t("Poisonous Spores", "毒性孢子")
-t("@Source@ releases poisonous spores at @target@.", "@Source@ 朝 @target@ 释放毒素孢子。")
+t("@Source@ releases poisonous spores at @target@.", "@Source@朝@target@释放毒素孢子。")
 t("Releases poisonous spores at the target, doing %d%% damage and poisoning it.", "向目标喷射毒性孢子,造成 %d%% 伤害并使其中毒。")
 t("Stun", "震慑")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hits the target doing %d%% damage. If the attack hits, the target is stunned for %d turns.
 		The chance to stun improves with your Physical Power.]], [[攻击目标造成 %d%% 伤害。如果攻击命中则可震慑目标 %d 回合。 
 		受物理强度影响,震慑几率有额外加成。]])
 t("Disarm", "缴械")
-t("%s resists the blow!", "%s 抵抗了攻击!")
+t("%s resists the blow!", "%s抵抗了攻击!")
 t("Hits the target doing %d%% damage and trying to disarm the target for %d turns. The chance improves with your Physical Power.", [[攻击目标造成 %d%% 伤害,并试图缴械目标 %d 回合。 
 		受物理强度影响,缴械几率有额外加成。]])
 t("Constrict", "压迫")
-t("%s resists the constriction!", "%s 抵抗了重构!")
+t("%s resists the constriction!", "%s抵抗了重构!")
 t([[Hits the target doing %d%% damage. If the attack hits, the target is constricted for %d turns.
 		The constriction power improves with your Physical Power.]], [[攻击目标造成 %d%% 伤害,如果攻击命中则可令目标进入压迫状态 %d 回合。 
 		受物理强度影响,压迫强度有额外加成]])
@@ -26547,14 +27520,14 @@ t("Bites the target (an unarmed attack), doing %d%% damage and injecting it with
 t("Summon", "召唤")
 t("You cannot summon; you are suppressed!", "你不能召唤,你被压制了!")
 t("Not enough space to summon!", "没有足够的空间召唤。")
-t("#Source# summons #Target#!", "#Source# 召唤了 #Target#!")
+t("#Source# summons #Target#!", "#Source#召唤了#Target#!")
 t("Summon allies.", "召唤盟友。")
 t("Rotting Disease", "腐烂疫病")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing constitution by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其体质 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Decrepitude Disease", "衰老疫病")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing dexterity by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其敏捷 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Weakness Disease", "衰弱疫病")
-t("@Source@ performs a diseased attack against @target@.", "@Source@ 向@target@传播疾病。")
+t("@Source@ performs a diseased attack against @target@.", "@Source@向@target@传播疾病。")
 t("%s resists the disease!", "%s抵抗了疫病!")
 t("Hits the target doing %d%% damage. If the attack hits, the target is afflicted with a disease, inflicting %0.2f blight damage per turn for %d turns and reducing strength by 10%% + 4.  The disease damage increases with your Strength, and the chance to apply it increases with your Physical Power.", "打击目标造成 %d%% 伤害,如果攻击命中可使目标感染疾病,造成每回合 %0.2f 枯萎伤害持续 %d 回合并降低其力量 10%%+4 。疾病伤害受力量加成,附加几率受物理强度加成。")
 t("Mind Disruption", "精神崩溃")
@@ -26592,7 +27565,7 @@ t([[Call upon the forces of nature to regenerate your body for %d life every tur
 		The life healed increases with Spellpower.]], [[召唤自然的力量治愈你的身体,每回合回复 %d 生命值持续 10 回合。 
 		受法术强度影响,治疗量有额外加成。]])
 t("Grab", "抓取")
-t("%s resists the grab!", "%s 抵抗了抓取!")
+t("%s resists the grab!", "%s抵抗了抓取!")
 t("Hits the target doing %d%% damage; if the attack hits, the target is pinned to the ground for %d turns.  The chance to pin improves with Physical Power.", "攻击目标造成 %d%% 伤害,如果攻击命中可定身目标 %d 回合,定身几率受物理强度影响。")
 t("Blinding Ink", "致盲墨汁")
 t("@Source@ projects ink!", "@Source@喷出墨汁!")
@@ -26624,14 +27597,14 @@ t("@Source@ seems to search the ground...", "@Source@好像在地上寻找着什
 t("sticky web", "粘粘的网")
 t("@Target@ is caught in a web!", "@Target@陷入网中!")
 t("Pins non spiderkin for %d turns. Decays over time.", "定身所有非蜘蛛族 %d 回合。会随时间消失")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t("Lay a concealed web (%d detect 'power', %d disarm 'power') under yourself that lasts %d turns and pins all non-spiderkin that pass through it for %d turns.  The web weakens over time.", "投掷一个隐形的蜘蛛网(侦察强度 %d , 解除强度 %d ),持续 %d 回合,困住所有经过它的非蜘蛛生物 %d 回合。")
 t("Darkness", "黑暗")
 t("Weave darkness (power %d) in a radius of %d, blocking all light but the most powerful and teleporting you a short range.", [[制造黑暗,阻挡所有光线(强度 %d 范围 %d 码),并能使你传送一小段距离。 
 		受敏捷影响,伤害有额外加成。]])
 t("Throw Boulder", "投掷巨石")
 t("something", "某物")
-t("#Source# hurls a huge boulder at #target#!", "#Source# 朝 #target# 投掷巨石!")
+t("#Source# hurls a huge boulder at #target#!", "#Source#朝#target#投掷巨石!")
 t([[Throw a huge boulder, dealing %0.2f physical damage and knocking targets back %d tiles within radius %d.
 		The damage will increase with your Strength.]], [[向目标投掷一块巨大的石头,造成 %0.2f 伤害并将其击退 %d 码,投掷半径 %d 。 
 		受力量影响,伤害有额外加成。]])
@@ -26653,7 +27626,7 @@ t([[Sends a telekinetic attack, knocking back the target up to 3 grids and doing
 		受精神强度影响,伤害有额外加成。]])
 t("Blightzone", "枯萎区域")
 t([[Corrupted vapour rises at the target location (radius 4) doing %0.2f blight damage every turn for %d turns.
-		The damage increases with Spellpower.]], [[蒸腾目标区域( 4 码范围)造成每回合 %0.2f 枯萎伤害持续 %d 回合。 
+		The damage increases with Spellpower.]], [[蒸腾目标区域(4码范围)造成每回合 %0.2f 枯萎伤害持续 %d 回合。
 		受法术强度影响,伤害有额外加成。]])
 t("Invoke Tentacle", "召唤触须")
 t("%s spawns one of its tentacles!", "%s 产生了一只触手!")
@@ -26744,7 +27717,7 @@ t([[Grab a target and pull it next to you, covering it with frost while reducing
 		伤害受你的法术强度加成。]])
 t("Body Shot", "崩拳")
 t("@Source@ throws a body shot.", "@Source@打出崩拳。")
-t("%s resists the body shot!", "%s 抵抗了崩拳!")
+t("%s resists the body shot!", "%s抵抗了崩拳!")
 t([[A punch to the body that deals %d%% damage, drains %d of the target's stamina per combo point, and dazes the target for %d to %d turns, depending on the amount of combo points you've accumulated.
 		The daze chance will increase with your Physical Power.
 		Using this talent removes your combo points.]], [[对目标的身体发出强烈的一击,造成 %d%% 伤害,每点连击点消耗 %d 目标体力并眩晕目标 %d 到 %d 回合(由你的连击点数决定)。 
@@ -26774,7 +27747,7 @@ t("Designate a target as a martyr for 10 turns. When the martyr deals damage, it
 t("Overpower", "压制")
 t("You require a weapon and a shield to use this talent.", "你需要一把武器一个盾牌来施展这个技能。")
 t("You cannot use Overpower without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Hits the target with your weapon doing %d%% damage and two shield strikes doing %d%% damage each, trying to overpower your target.
 		If the last attack hits, the target is knocked back 4 grids. The chance for knockback increases with your Accuracy.]], [[用你的武器和盾牌压制目标并分别造成 %d%% 武器和 %d%% 2 次盾牌反击伤害。
 		如果上述攻击命中,那么目标会被击退。
@@ -26790,8 +27763,8 @@ t([[You expend massive amounts of energy to launch yourself across %d squares at
 		路径上的敌人会被击退并受到 %d 至 %d 点物理伤害。
 		技能等级 5 时你能冲过墙壁。]])
 t("Telekinetic Throw", "动能投掷")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source# 抵抗了 #Target#的投掷!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source#抵抗了#Target#的投掷!")
 t([[Use your telekinetic power to enhance your strength, allowing you to pick up an adjacent enemy and hurl it anywhere within radius %d.
 		Upon landing, your target takes %0.1f Physical damage and is stunned for 4 turns.  All other creatures within radius 2 of the landing point take %0.1f Physical damage and are knocked away from you.
 		This talent ignores %d%% of the knockback resistance of the thrown target, which takes half damage if it resists being thrown.
@@ -26831,7 +27804,7 @@ t([[Throws a vial of sticky smoke that explodes in radius %d on your foes, reduc
 		受烟雾弹影响的生物永远不会阻止你潜行,即使通常情况下接近它们会导致无法潜行。
 		使用这个技能不会打破潜行。]])
 t("Switch Place", "换位")
-t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了 #Source# 与 #Target#的换位.")
+t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了#Source#与#Target#的换位.")
 t([[Using a series of tricks and maneuvers, you switch places with your target.
 		Switching places will confuse your foes, granting you Evasion (50%%) for %d turns.
 		While switching places, your weapon(s) will connect with the target; this will not do weapon damage, but on hit effects of the weapons can trigger.]], [[通过一系列的技巧和动作,你可以和你的目标交换位置。
@@ -26896,7 +27869,7 @@ t("When dual wielding, increases attack speed by %d%%, but drains stamina quickl
 t("Defensive Throw", "闪身投掷")
 t("#Source# slams #Target# into the ground!", "#Source将#Target#掀翻在地!")
 t("#Source# throws #Target# to the ground!", "#Source#将#Target#扔到地上!")
-t("#Source# misses a defensive throw against #Target#!", "#Source# 对#Target#的反击没有命中!")
+t("#Source# misses a defensive throw against #Target#!", "#Source#对#Target#的反击没有命中!")
 t([[When you avoid a melee blow while unarmed, you have a %d%% chance to throw the target to the ground.  If the throw lands, the target will take %0.2f damage and be dazed for 2 turns, or %0.2f damage and be stunned for 2 turns if the target is grappled.  You may attempt up to %0.1f throws per turn.
 		The chance of throwing increases with your Accuracy, the damage scales with your Physical Power, and the number of attempts with your Strength and Dexterity.]], [[当你闪避一次近战攻击时,如果你没有装备武器你有 %d%% 概率将目标摔到地上。
 		如果目标被成功摔倒,则会造成 %0.2f 伤害且目标被眩晕2回合或承受 %0.2f 伤害。同时目标若被抓取,则会被震慑2回合。
@@ -26918,6 +27891,7 @@ t([[You reach out with shadowy vines toward your target, pulling it to you and s
 t("Ambuscade", "影分身")
 t("Not enough space to invoke your shadow!", "没有足够的空间召唤阴影。")
 t("A dark shadowy form in the shape of %s.", "一团黑暗的形体模仿了%s的形态。")
+t("Shadow of %s", "%s的影子")
 t([[You take full control of your own shadow for %d turns.
 		Your shadow possesses your talents and stats, has %d%% life and deals %d%% damage, -30%% all resistances, -100%% light resistance and +100%% darkness resistance.
 		Your shadow is permanently stealthed (%d power), and all melee damage it deals is converted to darkness damage.
@@ -26927,7 +27901,7 @@ t([[You take full control of your own shadow for %d turns.
 		你的影子处于永久潜行状态( %d 潜行强度)并且它所造成的所有近战伤害均会转化为暗影伤害。 
 		如果你提前解除控制或者它离开你的视野时间过长,你的影分身会自动消失。]])
 t("Shadow Leash", "暗影束缚")
-t("%s resists the shadow!", "%s 抵抗了阴影!")
+t("%s resists the shadow!", "%s抵抗了阴影!")
 t([[For an instant, your weapons turn into a shadow leash that tries to grab the target's weapon, disarming it for %d turns.
 		The chance to hit improves with your Accuracy.]], [[使你的武器立刻转化为暗影之缚形态,夺取目标武器,缴械目标 %d 回合。 
 		受命中影响,技能命中率有额外加成。]])
@@ -26967,12 +27941,12 @@ t("charms", "护符")
 t("Arcane Supremacy", "奥术至尊")
 t("Removes up to %d detrimental magical effects and empowers you with arcane energy for ten turns, increasing spellpower and spell save by 5 plus 5 per effect removed.", "移除 %d 个负面魔法效果,并且使你进入奥术强化状态 10 回合,增加 5 点法术强度和法术豁免,每移除一个 DEBUFF,额外增加 5 点法术强度和法术豁免。")
 t("Attune Mindstar", "灵晶调谐")
-t("@Source@ refocuses the energies of %s mindstar.", "@Source@ 重新汇集%s灵晶中的能量。")
+t("@Source@ refocuses the energies of %s mindstar.", "@Source@重新汇集%s灵晶中的能量。")
 t("You attune your %s to deal #ORANGE#mind#LAST# damage.", "你调谐了你的 %s ,使其造成#ORANGE#精神#LAST#伤害。")
 t("You attune your %s to deal #LIGHT_GREEN#nature#LAST# damage.", "你调谐了你的 %s ,使其造成#ORANGE#自然#LAST#伤害。")
 t("Alter the flow of energies of your equiped mindstars, changing their damage type between nature and mind.", "改变灵晶中流动的能量性质,将伤害类型在自然伤害和精神伤害间切换。")
 t("Command Staff", "法杖掌控")
-t("@Source@ refocuses the energies of %s staff.", "@Source@ 重新汇集%s法杖中的能量。")
+t("@Source@ refocuses the energies of %s staff.", "@Source@重新汇集%s法杖中的能量。")
 t("You must be holding a staff.", "你必须持有法杖。")
 t("Command Staff: ", "法杖掌控: ")
 t("Alter the flow of energies through a staff.", "改变法杖中流动的能量性质。")
@@ -26997,7 +27971,7 @@ t([[Raise your shield into blocking position for 2 turns reducing all non-Mind d
 		如果有任何伤害被成功格挡,此效果将在回合开始时移除。
 		如果盾牌对格挡伤害类型有伤害抗性,则格挡值增加50%% 。
 		
-		当前加成: %s%s%s%s]])
+		当前加成:%s%s%s%s]])
 t("Bloom Heal", "夏花之愈")
 t([[Call upon the power of nature to regenerate your body for %d life every turn for 6 turns.
 		The life healed will increase with the Willpower stat.]], [[呼唤自然的力量每回合恢复你 %d 生命值持续 6 回合。 
@@ -27014,6 +27988,8 @@ t("Soul Purge", "解放灵魂")
 t("Remove any talent Morrigor has absorbed.", "除去 Morrigor 吸收的所有技能。")
 t("Dig", "挖掘")
 t("You require a digger to dig.", "挖掘需要装备锄头。")
+t("digging", "正在挖掘")
+t("dug", "挖掘了")
 t("You have been interrupted!", "你被打断!")
 t([[Dig/cut a tree/...
 		Digging takes %d turns (based on your currently best digger available).]], " 挖掘消耗 %d 回合 ( 基于你携带的最好锄头 )。")
@@ -27148,7 +28124,7 @@ t([[Halflings have always been a very organised and methodical race; the more fo
 t("Indomitable", "不屈意志")
 t([[Halflings have one of the most powerful military forces in the known world and have been at war with most other races for thousands of years.
 		Removes %d stun, daze, or pin effects and grants immunity to stuns, dazes and pins for %d turns.]], [[半身人以骁勇善战闻名于世,他们曾经在战场上对抗其他种族上千年。 
-		立刻移除 %d 种震慑、眩晕和定身状态,并使你对震慑、眩晕和定身免疫 %d 回合。 
+		立刻移除 %d 种震慑、眩晕和定身状态,并使你对震慑、眩晕和定身免疫 %d 回合。
 		使用此技能不消耗回合。]])
 t("orc", "兽人")
 t("Orcish Fury", "兽族之怒")
@@ -27256,7 +28232,7 @@ section "game/modules/tome/data/talents/misc/tutorial.lua"
 t("Tutorial-specific talents.", "只能用于教程的技能。")
 t("tutorial", "教程")
 t("Shove", "击退攻击")
-t("%s resists the shove!", "%s 抵抗了推拉!")
+t("%s resists the shove!", "%s抵抗了推拉!")
 t("Give the target a good old-fashioned shove, knocking it back a square.", "给目标一个老式的击退攻击,将它击退一格。")
 t("Mana Gale", "魔法风暴")
 t("%s is knocked back by the gale!", "%s 被大风吹了回来!")
@@ -27268,7 +28244,7 @@ t("%s holds its ground!", "%s 站稳在了原地!")
 t("Knock the target backwards with a powerful telekinetic blow.", "使用强大的念力攻击,将目标击退。")
 t("Blink", "闪烁")
 t("%s is teleported a short distance!", "%s 传送了一小段距离!")
-t("%s resists the teleportation!", "%s 抵抗了传送!")
+t("%s resists the teleportation!", "%s抵抗了传送!")
 t("Attempts to magically teleport a target slightly farther from you.", "使用魔法,将目标轻微的传送至远处。")
 t("Fear", "恐惧")
 t("%s retreats in terror!", "%s 在恐惧中撤退!")
@@ -27342,7 +28318,7 @@ t([[Briefly extend your telekinetic reach to grab an enemy and haul them towards
 		至多对半径 %d 的敌人有效。
 		范围和冷却时间受技能等级影响。]])
 t("Telekinetic Leap", "灵能跳跃")
-t("@Source@ performs a telekinetically enhanced leap!", "@Source@ 在灵能的帮助下跳跃!")
+t("@Source@ performs a telekinetically enhanced leap!", "@Source@在灵能的帮助下跳跃!")
 t("You can not jump onto a creature.", "你不能跳到另一个生物上。")
 t("You perform a precise, telekinetically-enhanced leap, landing up to %d squares from your starting point.", "使用灵能,精准地跳向 %d 码外的地点。")
 
@@ -27351,7 +28327,7 @@ t("You perform a precise, telekinetically-enhanced leap, landing up to %d square
 section "game/modules/tome/data/talents/psionic/augmented-striking.lua"
 
 t("Kinetic Strike", "动能打击")
-t("%s resists the pin!", "%s 抵抗了定身!")
+t("%s resists the pin!", "%s抵抗了定身!")
 t([[Focus kinetic energy and strike an enemy for %d%% weapon damage as physical.
 		They will be pinned to the ground for %d turns by the force of this attack.
 		Any frozen creature hit by this attack will take an extra %0.2f physical damage.
@@ -27404,7 +28380,7 @@ t([[For %d turns your electrokinesis transcends your normal limits, increasing y
 		你的电能护盾获得 100%% 的吸收效率,并可以吸收两倍伤害。
 		头脑风暴附带致盲效果。
 		电能吸取附带混乱效果( %d%% 概率)。
-		电能打击的第二次闪电 / 致盲攻击将会对半径 3 格之内的最多 3 名敌人产生连锁反应。
+		电能打击的第二次闪电/致盲攻击将会对半径 3 格之内的最多 3 名敌人产生连锁反应。
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个卓越技能产生效果。]])
 t("Thought Sense", "思维感知")
@@ -27425,7 +28401,7 @@ t("Heartstart", "心跳复苏")
 t([[Store an electric charge for saving your life at a later time.
 		If you are reduced to less than zero life while this is active, it will deactivate, cure you of all stun/daze/freeze effects and allow you to survive with up to %d negative health for %d turns.
 		The negative health limit scales with your Mindpower and maxium life.]], [[储存一次电力充能用来在之后挽救你的生命。
-		当这个技能激活时,如果你的生命值被减低到 0 以下,这个技能将会进入冷却,解除你的震慑 / 晕眩 / 冰冻状态,使你的生命值最多为 - %d 时不会死亡,效果持续 %d 回合。
+		当这个技能激活时,如果你的生命值被减低到 0 以下,这个技能将会进入冷却,解除你的震慑/晕眩/冰冻状态,使你的生命值最多为 -%d 时不会死亡,效果持续 %d 回合。
 		受精神强度和最大生命值影响,承受的致命伤害有额外加成。.]])
 
 
@@ -27519,7 +28495,7 @@ t([[When an attack would deal 15%% or more of your effective total health, you f
 		At talent level 5, the block effect will last two turns.
 		This damage reduction scales with your Mindpower.]], [[当你将要承受一次超过 15 %%最大生命值的攻击时,你会锻造一个熔炉屏障来保护自己,减少 %0.2f 点所有该类型攻击伤害于下 %d 回合。 
 		熔炉屏障能够同时格挡多种类型的伤害,但是每一种已拥有的格挡类型会使伤害临界点上升 15 %%。
-		如果你完全格挡了某一攻击者的伤害,则此攻击者受到持续 1 回合的反击 DEBUFF( 200 %%普通近身或远程伤害)。 
+		如果你完全格挡了某一攻击者的伤害,则此攻击者受到持续 1 回合的反击 DEBUFF(200 %%普通近身或远程伤害)。
 		在等级 5 时,格挡效果将持续 2 回合。 
 		受精神强度影响,格挡值按比例加成。]])
 t("Forge Bellows", "熔炉风箱")
@@ -27570,7 +28546,7 @@ t([[Throw your Dream Hammer at a distant location, inflicting %d%% weapon damage
 		Learning this talent increases the Accuracy of your Dream Hammer by %d.]], [[将你的梦之巨锤扔向远处,对沿途所有敌方单位造成 %d%% 武器伤害。在到达目标点后,梦之巨锤会自动返回,再次对沿途目标造成伤害。 
 		学习此技能会增加梦之巨锤 %d 点命中。]])
 t("Dream Crusher", "雷霆一击")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Crush your enemy with your Dream Hammer, inflicting %d%% weapon damage.  If the attack hits, the target is stunned for %d turns.
 		Stun chance improves with your Mindpower.  Learning this talent increases your Physical Power for Dream Hammer damage calculations by %d and all damage with Dream Hammer attacks by %d%%.
 		]], [[用你的梦之巨锤碾碎敌人,造成 %d%% 武器伤害。如果攻击命中,则目标会被震慑 %d 回合。 
@@ -27621,7 +28597,7 @@ section "game/modules/tome/data/talents/psionic/feedback.lua"
 
 t("Biofeedback", "生物反馈")
 t([[Your Feedback decay now heals you for %0.1f times the loss, and the decay rate is reduced to %d%% of the normal rate (up to %0.1f%% per turn).  As a result, you are healed for %0.2f%% of your feedback pool each turn.
-		The healing effect improves with your Willpower.]], [[ 你的反馈值衰减的 %0.1f 倍会转换成治疗,同时衰减速率下降 %d%% (每回合最多 %0.1f%% )。总而言之,每回合你将受到治疗量等于你的反馈池 %0.2f%% 的治疗。 
+		The healing effect improves with your Willpower.]], [[ 你的反馈值衰减的 %0.1f 倍会转换成治疗,同时衰减速率下降至 %d%% (每回合最多 %0.1f%% )。总而言之,每回合你将受到治疗量等于你的反馈池 %0.2f%% 的治疗。
 		受精神强度影响,治疗效果按比例加成。]])
 t("Resonance Field", "共鸣领域")
 t([[Activate to create a resonance field that will absorb 50%% of all damage you take (%d max absorption).  The field will not interfere with Feedback gain.
@@ -27630,7 +28606,7 @@ t([[Activate to create a resonance field that will absorb 50%% of all damage you
 		此技能最多维持 10 回合。]])
 t("Amplification", "强化反馈")
 t([[Increases your maximum Feedback by %d, and increases your base Feedback gain ratio to %d%%.
-		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加到 %d%% 。 
+		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加到 %d%% 。
 		受精神强度影响,反馈值增加率按比例加成。]])
 t([[Increases your maximum Feedback by %d, and increases the Feedback you gain from damage by %0.1f%% (to %0.1f%% of damage received).
 		The Feedback gain will scale with your Mindpower.]], [[增加 %d 最大反馈值,同时反馈值的基础获得比率增加 %0.1f%% (相比于你受到伤害的 %0.1f%% ) 。 
@@ -27698,19 +28674,19 @@ t("Your Iron Will improves your stun immunity by %d%% and gives you a %d%% chanc
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/grip.lua"
 
-t("Bind", "Bind")
+t("Bind", "灵能捆绑")
 t([[Bind the target in crushing bands of telekinetic force, immobilizing it for %d turns. 
-		The duration will improve with your Mindpower.]], [[Bind the target in crushing bands of telekinetic force, immobilizing it for %d turns. 
-		The duration will improve with your Mindpower.]])
-t("Greater Telekinetic Grasp", "Greater Telekinetic Grasp")
+		The duration will improve with your Mindpower.]], [[用巨大的束缚超能力值捆住目标 %d 回合。
+		受精神强度影响,持续时间有额外加成。]])
+t("Greater Telekinetic Grasp", "灵能支配")
 t([[Use finely controlled forces to augment both your flesh-and-blood grip, and your telekinetic grip. This does the following:
 		Increases disarm immunity by %d%%.
 		Allows %d%% of Willpower and Cunning (instead of the usual 60%%) to be substituted for Strength and Dexterity for the purposes of determining damage done by telekinetically-wielded weapons.
 		At talent level 5, telekinetically wielded gems and mindstars will be treated as one material level higher than they actually are.
-		]], [[Use finely controlled forces to augment both your flesh-and-blood grip, and your telekinetic grip. This does the following:
-		Increases disarm immunity by %d%%.
-		Allows %d%% of Willpower and Cunning (instead of the usual 60%%) to be substituted for Strength and Dexterity for the purposes of determining damage done by telekinetically-wielded weapons.
-		At talent level 5, telekinetically wielded gems and mindstars will be treated as one material level higher than they actually are.
+		]], [[用细致的操控来增加你的肉体支配和灵能支配。此技能有以下效果:
+		增加 %d%% 缴械免疫。
+		当使用灵能武器造成伤害时,用 %d%% 意志和灵巧(通常60%%)来代替力量和敏捷决定伤害。
+		在等级5时,意念装备的宝石或灵晶的品质提升一级。
 		]])
 
 
@@ -27738,8 +28714,8 @@ t([[For %d turns your telekinesis transcends your normal limits, increasing your
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个卓越技能产生效果。]])
 t("Kinetic Surge", "动能爆发")
-t("%s resists the stun!", "%s 抵抗了震慑!")
-t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source# 抵抗了 #Target#的投掷!")
+t("%s resists the stun!", "%s抵抗了震慑!")
+t("#YELLOW##Source# resists #Target#'s throw!", "#YELLOW##Source#抵抗了#Target#的投掷!")
 t([[Build telekinetic power and dump it into an adjacent creature or yourself.
 		This will launch them to a targeted location in radius %d.
 
@@ -27773,18 +28749,18 @@ t([[Bind the target mercilessly with constant, bone-shattering pressure, pinning
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/mental-discipline.lua"
 
-t("Aura Discipline", "Aura Discipline")
+t("Aura Discipline", "光环训练")
 t([[Your expertise in the art of energy projection grows.
-		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]], [[Your expertise in the art of energy projection grows.
-		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]])
-t("Shield Discipline", "Shield Discipline")
-t("Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.", "Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.")
+		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]], [[你增加了在超能力值运用方面的知识。
+		所有光环的冷却时间减少 %d 回合。光环消耗超能力值变的更慢(消耗每点超能力值所需伤害值 +%0.2f )。]])
+t("Shield Discipline", "护盾训练")
+t("Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.", "你增加了在超能力值吸收方面的知识。所有护盾的冷却时间减少 %d 回合。护盾额外增加超能力值所需伤害值减少 %0.1f ,每个护盾的最大能量吸收量增加 %0.1f 每回合。")
 t("Iron Will", "钢铁意志")
 t("Improves Mental Saves by %d, and stun immunity by %d%%.", " 钢铁意志提高 %d 精神抗性和%d%% 震慑免疫。")
-t("Highly Trained Mind", "Highly Trained Mind")
+t("Highly Trained Mind", "精神训练")
 t([[A life of the mind has had predictably good effects on your Willpower and Cunning.
-		Increases Willpower and Cunning by %d.]], [[A life of the mind has had predictably good effects on your Willpower and Cunning.
-		Increases Willpower and Cunning by %d.]])
+		Increases Willpower and Cunning by %d.]], [[一次精神训练加强了你的意志和灵巧。
+		增加 %d 点意志和灵巧。]])
 
 
 ------------------------------------------------
@@ -27800,8 +28776,8 @@ t("Clears your mind of current mental effects, and blocks additional ones over 6
 		此技能使用时不消耗回合。]])
 t("Projection", "灵魂出窍")
 t("Not enough space to invoke your spirit!", "没有空间激发你的灵魂!")
-t("Projection of %s", "%s的投影。")
 t("A ghostly figure.", "一个隐约的形象。")
+t("Projection of %s", "%s的投影。")
 t([[Activate to project your mind from your body for %d turns.  In this state you're invisible (+%d power), can see invisible and stealthed creatures (+%d detection power), can move through walls, and do not need air to survive.
 		All damage you suffer is shared with your physical body, and while in this form you may only deal damage to 'ghosts' or through an active mind link (mind damage only in the second case.)
 		To return to your body, simply release control of the projection.]], [[激活此技能可以使你的灵魂出窍,持续 %d 回合。在此效果下,你处于隐形状态( +%d 强度),并且可以看到隐形和潜行单位( +%d 侦查强度),还可以穿过墙体,并且无需呼吸。 
@@ -27831,7 +28807,7 @@ t("Inner Demons", "心魔")
 t("%s's Inner Demon", "%s的心魔")
 t("A hideous, demonic entity that resembles the creature it came from.", "一种可怕的、恶魔般的实体,类似于它来自的生物。")
 t("#F53CBE#%s's Inner Demon manifests!", "#F53CBE#%s的心魔出现了!")
-t("%s resists the demons!", "%s 抵抗了心魔!")
+t("%s resists the demons!", "%s抵抗了心魔!")
 t([[Brings the target's inner demons to the surface.  Each turn, for %d turns, there's a %d%% chance that a demon will surface, requiring the target to make a Mental Save to keep it from manifesting.
 		If the target is sleeping, the chance to save will be halved, and fear immunity will be ignored.  Otherwise, if the summoning is resisted, the effect will end early.
 		The summon chance will scale with your Mindpower and the demon's life will scale with the target's rank.
@@ -27841,16 +28817,16 @@ t([[Brings the target's inner demons to the surface.  Each turn, for %d turns, t
 		受目标分级影响,心魔的生命值有额外加成。
 		心魔具现化时,会移除目标身上的所有睡眠类效果,本技能除外]])
 t("Waking Nightmare", "梦魇复苏")
-t("%s resists the nightmare!", "%s 抵抗了噩梦!")
+t("%s resists the nightmare!", "%s抵抗了噩梦!")
 t([[Inflicts %0.2f darkness damage each turn for %d turns, and has a %d%% chance to randomly cause blindness, stun, or confusion (lasting 3 turns).
 		If the target is sleeping, the chance of avoiding a negative effect will be halved and fear immunity will be ignored.
 		The damage will scale with your Mindpower.]], [[每回合造成 %0.2f 暗影伤害,持续 %d 回合,并且有 %d%% 几率随机造成致盲、震慑或混乱效果(持续 3 回合)。 
 		如果目标处于睡眠状态,则其不受负面状态的几率减半。 
 		受精神强度影响,伤害按比例加成。]])
-t("Night Terror", "梦魇降临")
 t("You can't cast this on friendly targets.", "该技能不能对友军释放。")
 t("terror", "暗夜恐魔")
 t("A formless terror that seems to cut through the air, and its victims, like a knife.", "这只形态模糊的恐魔,将敌人连同周围的空气一起切成两半。")
+t("Night Terror", "梦魇降临")
 t([[Increases your damage and resistance penetration on sleeping targets by %d%%.  Additionally, every time you slay a sleeping target, a Night Terror will be summoned for %d turns.
 		The Night Terror's stats will scale with your Mindpower, as will the damage bonus to sleeping targets.]], [[增加 %d%% 你对睡眠状态目标的伤害和抵抗穿透效果。另外每当你杀死一个睡眠状态的目标,你可以召唤一只持续 %d 回合的暗夜恐魔。 
 		受精神强度影响,伤害和暗夜恐魔的属性按比例加成。]])
@@ -27869,6 +28845,21 @@ t("#Source#'s mindstar telekinetically grabs #target#!", "#Source#的灵晶念
 t("%s telekinetically grabs %s!", "%s念力抓取了%s!")
 t("You require a telekinetically wielded weapon or gem for your psionic focus.", "你需要念力武器或者宝石来使用灵能聚焦")
 t("%s's %s", "%sçš„%s")
+t([[Allows you to wield a physical melee or ranged weapon, a mindstar or a gem telekinetically, gaining a special effect for each.
+		A gem will provide a +3 bonus to all primary stats per tier of the gem.
+		A mindstar will randomly try to telekinetically grab a far away foe (10% chance and range 3 for a tier 1 mindstar, +1 range and +5% chance for each tier above 1) and pull it into melee range.
+		A physical melee weapon will act as a semi independant entity, automatically attacking adjacent foes each turn, while a ranged weapon will fire at your target whenever you perform a ranged attack.
+		While this talent is active, all melee and ranged attacks use 60% of your Cunning and Willpower in place of Dexterity and Strength for accuracy and damage calculations respectively.
+		
+
+		]], [[允许你用念力来装备一件武器,用你的意念来操纵它,使它能在每回合随机攻击一个近战范围的目标。
+		也可以装备灵晶或者宝石,并获得特殊效果。
+		宝石:每一级材质等级,使全部属性加 3 ,同时部分技能的攻击范围增加 1 。
+		灵晶:每一级材质等级,有 5% 几率将额外 1 半径内一个随机敌人抓取到身边。
+		开启后,使用 60% 意志和灵巧来分别代替力量和敏捷以决定武器的攻击。
+		
+
+		]])
 t("The telekinetically-wielded gem grants you +%d stats.", "念动宝石增加你 %d 属性。")
 t("The telekinetically-wielded mindstar has a %d%% chance to grab a foe up to %d range away.", "念动灵晶有 %d%% 几率抓取 %d 半径内的敌人。")
 t([[The telekinetically-wielded ranged weapon uses Willpower in place of Strength, and Cunning in place of Dexterity, to determine Accuracy and damage respectively.
@@ -27957,19 +28948,19 @@ t([[Overcharge your psionic focus with energy for %d turns, producing a differen
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/psi-archery.lua"
 
-t("Guided Shot", "Guided Shot")
-t("Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.", "Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.")
-t("Augmented Shot", "Augmented Shot")
-t("Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.", "Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.")
-t("Thought-quick Shot", "Thought-quick Shot")
-t("Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.", "Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.")
-t("Masterful Telekinetic Archery", "Masterful Telekinetic Archery")
-t("You cannot do that without a telekinetically-wielded bow.", "You cannot do that without a telekinetically-wielded bow.")
+t("Guided Shot", "导引箭")
+t("Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.", "射出一支导引箭精确的飞向敌人。造成普通伤害,但是命中和暴击率提高 %d 。")
+t("Augmented Shot", "强力射击")
+t("Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.", "使用精神超能力以增强弓的耐久和张力,使射出的箭具有无与伦比的威力。增加 %d 点护甲穿透并造成 %d%% 伤害。")
+t("Thought-quick Shot", "意念射击")
+t("Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.", "用飞翔的思绪射出一支箭矢。此攻击不消耗回合数。随着技能等级提高,冷却时间缩短。")
+t("Masterful Telekinetic Archery", "灵能射击掌握")
+t("You cannot do that without a telekinetically-wielded bow.", "你没有灵能持握弓箭,无法这么做。")
 t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.
 			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-			You are not telekinetically wielding anything right now.]], [[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-			You are not telekinetically wielding anything right now.]])
+			You are not telekinetically wielding anything right now.]], [[你暂时分出一部分精神去控制念动之弓。它会在 %d 回合内自动攻击1个目标。
+			念动弓使用意志和灵巧来代替力量和敏捷决定攻击。
+			你暂时还没有装备任何念动武器。]])
 t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack a target each turn for %d turns.
 			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
 		Combat stats:
@@ -27977,14 +28968,14 @@ t([[You temporarily set aside a part of you mind to direct your telekinetically-
 		Damage: %d
 		APR: %d
 		Crit: %0.2f
-		Speed: %0.2f]], [[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack a target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-		Combat stats:
-		Accuracy: %d
-		Damage: %d
-		APR: %d
-		Crit: %0.2f
-		Speed: %0.2f]])
+		Speed: %0.2f]], [[你暂时分出一部分精神去控制念动之弓。它会在 %d 回合内自动攻击1个目标。
+		念动弓使用意志和灵巧来代替力量和敏捷决定攻击。
+		战斗属性:
+		命中:%d
+		伤害:%d
+		护甲穿透:%d
+		暴击率:%0.2f
+		攻击速度:%0.2f]])
 
 
 ------------------------------------------------
@@ -28092,7 +29083,7 @@ t([[Sends a telepathic attack, trying to destroy the brains of any target in the
 		The damage will increase with your Mindpower.]], [[向前方发出一道心灵光束,摧毁范围内所有目标的神经系统,造成 %0.2f 精神伤害。 
 		受精神强度影响,伤害有额外加成。]])
 t("Psychic Lobotomy", "精神切断")
-t("%s resists the lobotomy!", "%s 抵抗了脑叶切断!")
+t("%s resists the lobotomy!", "%s抵抗了脑叶切断!")
 t([[Inflicts %0.2f mind damage and cripples the target's higher mental functions, reducing cunning by %d and confusing (%d%% power) the target for %d turns.
 		The damage, cunning penalty, and confusion power will scale with your Mindpower.]], [[造成 %0.2f 精神伤害,并摧毁目标的高级精神系统,降低 %d 灵巧并混乱目标( %d%% 强度),持续 %d 回合。 
 		受精神强度影响,伤害、灵巧降幅和混乱强度按比例加成。]])
@@ -28171,10 +29162,10 @@ t([[You now substitute %d%% of your Mental Save for %d%% of your Physical and Sp
 		学习此技能也会增加你 10 %%唯我临界点(当前 %d%% )。]])
 t("Clarity", "唯我论:明晰")
 t([[For every percent that your Psi pool exceeds %d%%, you gain 1%% global speed (up to a maximum of %+d%%).
-		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25 and will increase your solipsism threshold by 10%% (currently %d%%).]], [[当你的超能力值超过 %d%% 时,每超过 1%% 你增加 1%% 整体速度(最大值 %+d%% )。 
+		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25 and will increase your solipsism threshold by 10%% (currently %d%%).]], [[当你的超能力值超过 %d%% 时,每超过 1%% 你增加 1%% 整体速度(最大值 %+d%% )。
 		学习此技能时,(高于基础值 10 的)每点意志会额外增加 0.5 点超能力值上限,而(高于基础值 10 的)每点体质会减少 0.25 点生命上限(若低于基础值 10 则增加生命上限),增加你 10%% 唯我临界点(当前 %d%% )。]])
 t("Dismissal", "唯我论:豁免")
-t("#TAN##Source# mentally dismisses some damage!", "#TAN##Source# 精神上豁免了部分伤害!")
+t("#TAN##Source# mentally dismisses some damage!", "#TAN##Source#精神上豁免了部分伤害!")
 t("#TAN#(%d dismissed)#LAST#", "#TAN#(%d 唯我论:豁免)#LAST#")
 t([[Each time you take damage, you roll %d%% of your mental save against it.  A successful saving throw can crit and will reduce the damage by at least 50%%.
 		The first talent point invested will also increase the amount of Psi you gain from Willpower by 0.5, but reduce the amount of life you gain from Constitution by 0.25.
@@ -28186,13 +29177,13 @@ t([[Each time you take damage, you roll %d%% of your mental save against it.  A
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/telekinetic-combat.lua"
 
-t("Telekinetic Assault", "Telekinetic Assault")
+t("Telekinetic Assault", "灵能打击")
 t("You cannot do that without a weapon in your hands.", "你必须装备一把武器施展该技能。")
 t([[Assault your target with all weapons, dealing two strikes with your telekinetically-wielded weapon for %d%% damage followed by an attack with your physical weapon for %d%% damage.
 		This physical weapon attack uses your Willpower and Cunning instead of Strength and Dexterity to determine Accuracy and damage.
-		Any active Aura damage bonusses will extend to your main weapons for this attack.]], [[Assault your target with all weapons, dealing two strikes with your telekinetically-wielded weapon for %d%% damage followed by an attack with your physical weapon for %d%% damage.
-		This physical weapon attack uses your Willpower and Cunning instead of Strength and Dexterity to determine Accuracy and damage.
-		Any active Aura damage bonusses will extend to your main weapons for this attack.]])
+		Any active Aura damage bonusses will extend to your main weapons for this attack.]], [[用你的所有武器打击目标,使用你的灵能武器打击两次,造成 %d%% 伤害,然后使用你的物理武器打击一次,造成 %d%% 伤害。
+		物理武器将会使用意志值和灵巧值代替力量值和敏捷值决定命中和伤害。
+		在这次攻击中,所有启用的光环伤害加成效果也会适用到你的主武器上。]])
 
 
 ------------------------------------------------
@@ -28215,7 +29206,7 @@ t([[For %d turns your pyrokinesis transcends your normal limits, increasing your
 		你的热能护盾获得 100%% 的吸收效率,并可以吸收两倍伤害。
 		意念风暴附带火焰冲击效果。
 		热能吸取将会降低敌人的伤害 %d%% 。
-		热能打击的第二次寒冷 / 冻结攻击将会产生半径为 1 的爆炸。
+		热能打击的第二次寒冷/冻结攻击将会产生半径为 1 的爆炸。
 		受精神强度影响,伤害和抗性穿透有额外加成。
 		同一时间只有一个超能系技能产生效果。]])
 t("Brainfreeze", "锁脑极寒")
@@ -28245,6 +29236,7 @@ t([[You seek balance between fire and cold based on your current Psi level.
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/thought-forms.lua"
 
+t("thought-form", "精神体")
 t("Thought-Form: Bowman", "具象之弧:弓箭手")
 t("thought-forged bowman", "精神体弓箭手")
 t("A thought-forged bowman.  It appears ready for battle.", "一位身穿皮甲的精神体弓箭手。他时刻准备着战斗。")
@@ -28306,28 +29298,28 @@ t([[You now gain %d%% mind speed while Thought-Form: Bowman is active, %d Mindpo
 ------------------------------------------------
 section "game/modules/tome/data/talents/psionic/trance.lua"
 
-t("Trance of Purity", "Trance of Purity")
+t("Trance of Purity", "净化之幻")
 t([[Activate to purge negative status effects (100%% chance for the first effect, -%d%% less chance for each subsequent effect).  While this talent is sustained all your saving throws are increased by %d.
 		The chance to purge and saving throw bonus will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to purge negative status effects (100%% chance for the first effect, -%d%% less chance for each subsequent effect).  While this talent is sustained all your saving throws are increased by %d.
-		The chance to purge and saving throw bonus will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Trance of Well-Being", "Trance of Well-Being")
+		Only one trance may be active at a time.]], [[激活以清除负面状态(100%% 清除第一个状态,-%d%% 几率清除后续状态)。当此技能激活时,你的所有豁免值增加 %d 。
+		受精神强度影响,净化几率和豁免增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Trance of Well-Being", "治疗之幻")
 t([[Activate to heal yourself for %0.2f life.  While this talent is sustained your healing modifier will be increased by %d%% and your life regen by %0.2f.
 		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to heal yourself for %0.2f life.  While this talent is sustained your healing modifier will be increased by %d%% and your life regen by %0.2f.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Trance of Focus", "Trance of Focus")
+		Only one trance may be active at a time.]], [[激活以治疗你 %0.2f 生命值。当此技能激活时,你的治疗量会增加 %d%% ,同时你的生命回复会提高 %0.2f 点。
+		受精神强度影响,增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Trance of Focus", "集中之幻")
 t([[Activate to increase your critical strike damage by %d%% for 10 turns.  While this talent is sustained your critical strike chance is improved by +%d%%.
 		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to increase your critical strike damage by %d%% for 10 turns.  While this talent is sustained your critical strike chance is improved by +%d%%.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Deep Trance", "Deep Trance")
+		Only one trance may be active at a time.]], [[激活以增加你 %d%% 暴击伤害,持续10回合。当此技能激活时,你的暴击率会增加 +%d%% 。
+		受精神强度影响,增益按比例加成。
+		同一时间只有一种迷幻系技能可以激活。]])
+t("Deep Trance", "深度幻想")
 t([[When you wield or wear an item infused by psionic, nature, or arcane-disrupting forces you improve all values under its 'when wielded/worn' field %d%%.
-		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]], [[When you wield or wear an item infused by psionic, nature, or arcane-disrupting forces you improve all values under its 'when wielded/worn' field %d%%.
-		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]])
+		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]], [[当你穿戴由超能力、自然或反魔力量灌注的装备时,你增加 %d%% "当使用或装备时:"的增益属性。
+		注意此技能不会改变装备属性,它的效果只作用于你自身。(此技能的增益也不会在装备描述上反映出来)。]])
 
 
 ------------------------------------------------
@@ -28339,24 +29331,24 @@ t([[You draw kinetic energy from your surroundings to replenish your Psi.
 		This will slow all targets within radius %d by %d%% (max %d%%) for four turns, draining %0.1f (max %0.1f) stamina from each.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取动能,来增加自己的超能力值。
-		减少 %d 码半径范围内的敌人 %d%% (最多 %d%% ) 速度,同时每个目标吸取 %0.1f ( 最多 %0.1f ) 点体力。 
-		从第一个目标处你获得 %d ( 最多 %d ) 超能力值,之后每个目标减少 20%%.
+		减少 %d 码半径范围内的敌人 %d%% (最多 %d%% )速度,同时每个目标吸取 %0.1f (最多 %0.1f )点体力。
+		从第一个目标处你获得 %d (最多 %d ) 超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Thermal Leech", "热能吸取")
 t([[You draw thermal energy from your surroundings to replenish your Psi.
 		This will freeze all targets within radius %d for %d (max %d) turns, and deal %0.1f (max %0.1f) Cold damage.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The damage and the strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取热能,来增加自己的超能力值。
-		冻结 %d 码半径范围内的敌人 %d (最多 %d )回合,同时对每个目标造成 %0.1f (最  多 %0.1f )点寒冷伤害。 
-		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少 20%%.
+		冻结 %d 码半径范围内的敌人 %d (最多 %d )回合,同时对每个目标造成 %0.1f (最多 %0.1f )点寒冷伤害。
+		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Charge Leech", "电能吸取")
 t([[You draw electical potential energy from your surroundings to replenish your Psi.
 		This deals %0.1f (max %0.1f) Lightning damage to all targets around you within radius %d, and has a %d%% (max %d%%) chance to daze them for 3 turns.
 		You replenish %d (max %d) Psi from the first target, with each additional target restoring 20%% less than the one before it.
 		The strength of these effects increases as your Psi depletes and with your Mindpower.]], [[你从周围吸取电能,来增加自己的超能力值。
-		对 %d 码半径范围内的敌人造成 %0.1f ( 最多 %0.1f )点闪电伤害,同时有 %d%% (  最多 %d%% )几率使之眩晕 3 回合。 
-		从第一个目标处你获得 %d ( 最多 %d ) 超能力值,之后每个目标减少 20%%.
+		对 %d 码半径范围内的敌人造成 %0.1f (最多 %0.1f )点闪电伤害,同时有 %d%% (最多 %d%% )几率使之眩晕 3 回合。
+		从第一个目标处你获得 %d (最多 %d )超能力值,之后每个目标减少20%%.
 		当超能力值减少时,技能效果会加强。]])
 t("Insatiable", "贪得无厌")
 t("Increases your maximum energy by %d. You also gain %0.1f Psi for each kill and %0.1f Psi for each mind critical.", "增加超能力值上限 %d. 每次杀死敌人获得 %0.1f 超能力值,每次精神暴击获得 %0.1f 超能力值。")
@@ -28387,7 +29379,7 @@ t("Dissolving Acid", "酸液溶解")
 t([[Acid erupts all around your target, dealing %0.1f acid damage.
 		The acid attack is extremely distracting, and may remove up to %d physical or mental temporary effects or mental sustains (depending on the Spell Save of the target).
 		The damage and chance to remove effects will increase with your Spellpower.]], [[ 酸液在目标周围爆发,造成 %0.1f 点酸性伤害。
-		酸性伤害具有腐蚀性,有一定概率除去至多 %d 个物理 / 精神状态效果或是精神持续效果。
+		酸性伤害具有腐蚀性,有一定概率除去至多 %d 个物理/精神状态效果或是精神持续效果。
 		受法术强度影响,伤害和几率额外加成。]])
 
 
@@ -28421,6 +29413,9 @@ t([[Increases your golem's life, mana and stamina regeneration rates by %0.2f.
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/advanced-necrotic-minions.lua"
 
+t("A towering creature, made from the bones of dozens of dead bodies. It is covered by an unholy aura.", "像铁塔一样的生物,由数不清的骨头构成。它全身围绕着邪恶的气息。")
+t("A towering creature, made from the bones of hundreds of dead bodies. It is covered by an unholy aura.", "像铁塔一样的生物,由数不清的骨头构成。它全身围绕着邪恶的气息。")
+t("A towering creature, made from the bones of hundreds of dead bodies, rune-etched and infused with hateful sorceries.", "像铁塔一样的生物,由数不清的骨头构成,它的骨头上布满符文和充斥着憎恨的魔法印记。")
 t("Undead Explosion", "亡灵爆炸")
 t([[Minions are only tools. You may dispose of them... Violently.
 		Makes the targeted minion explode for %d%% of its maximum life in a radius of %d as blight damage.
@@ -28494,7 +29489,7 @@ t([[You focus the aether into a spinning beam of arcane energies, doing %0.2f ar
 		The beam spins with incredible speed (1600%%) and can only hit the same target up to 3 times inbetween their turns.
 		The damage will increase with your Spellpower.]], [[你凝聚以太能量,释放出一个以太螺旋,对周围目标造成 %0.2f 奥术伤害并且有 25 %%几率沉默目标。 
 		以太螺旋每回合也会对中心点造成 10 %%的伤害(但是不会沉默目标)。 
-		螺旋会以难以置信的速度旋转。( 1600 %%基础速度),对每个单位最多一个回合击中3次。 
+		螺旋会以难以置信的速度旋转。(1600 %%基础速度),对每个单位最多一个回合击中3次。
 		受法术强度影响,伤害有额外加成。]])
 t("Aether Breach", "以太裂隙")
 t([[Rupture reality to temporarily open a passage to the aether, triggering %d random arcane explosions in the target area.
@@ -28565,7 +29560,8 @@ t([[Your hunger for souls grows ever more. When you kill a creature you rip away
 		In addition you are able to store %d more souls.]], " 你对灵魂的渴望与日俱增。当你杀死一个生物时,你利用强大的力量抹去它的仇恨,有 %d%% 概率获得额外一个灵魂,同时你能获得的最大灵魂数增加 %d 。")
 t("Animus Purge", "仇恨净化")
 t("Your husk is out of sight; you cannot establish direct control.", "你的傀儡在视线外,你无法直接控制它。")
-t("#GREY##Source# rips apart the animus of #target# and creates an undead husk.", "#GREY##Source# 抹杀了 #target# 的灵魂,制造了一个不死傀儡。")
+t("Lifeless Husk", "无魂傀儡")
+t("#GREY##Source# rips apart the animus of #target# and creates an undead husk.", "#GREY##Source#抹杀了#target#的灵魂,制造了一个不死傀儡。")
 t([[Try to crush the soul of your foe, doing %0.2f darkness damage (that can never kill the target).
 		If the target is left with less than %d%% life you try to take control of its body.
 		Should this succeed the target becomes your permanent minion (unaffected by your aura) and you regain 2 souls.
@@ -28627,7 +29623,7 @@ t([[Creates a vortex of arcane energies on the target for 6 turns. Each turn the
 		受法术强度影响,伤害有额外加成。]])
 t("Disruption Shield", "干扰护盾")
 t("#VIOLET#%s's disruption shield collapses and then explodes in a powerful manastorm!", "#VIOLET#%s的干扰护盾破碎并爆炸产生了一股强力的法力风暴!")
-t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 伤害吸收)#LAST#")
+t("#SLATE#(%d absorbed)#LAST#", "#SLATE#(%d 护盾吸收)#LAST#")
 t("#PURPLE#(%d mana)#LAST#", "#PURPLE#(%d 法力值)#LAST#")
 t("%s restores Disruption Shield (+%d) and gains %d mana with Aegis!", "%s使用守护印记复原了干扰护盾(+%d)并获得%d法力值!")
 t("%s restores Disruption Shield (+%d) with Aegis!", "%s使用守护印记复原了干扰护盾(+%d)!")
@@ -28649,7 +29645,7 @@ t([[Surround yourself with arcane forces, disrupting any attempts to harm you by
 		最大储存能量受原始法力值上限加成(无视已经启用的维持技能),在 %d 法力值的时候达到上限。
 
 		当前护盾值:%d
-		当前储能: %d]])
+		当前储能:%d]])
 
 
 ------------------------------------------------
@@ -28805,7 +29801,7 @@ section "game/modules/tome/data/talents/spells/eldritch-shield.lua"
 
 t("Eldritch Blow", "奥术盾击")
 t("You cannot use Eldritch Blow without a shield!", "没有盾牌,无法使用奥术盾击!")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[Channel eldritch forces into a melee attack, hitting the target with your weapon and shield for %d%% arcane damage.
 		If either attack hits, the target will be stunned for %d turns and you automatically Block.
 		The chance for the attack to stun increases with your Physical Power, but it is considered a magical attack and thus is resisted with spell save, rather than physical save.
@@ -28892,7 +29888,7 @@ t([[Infuse your body with lightning energy, bolstering your movement speed by +%
 		The effects increase with your Spellpower.]], [[ 将闪电能量填充到身体中,增加 %d%% 移动速度。
 		每回合半径 %d 内的一个生物将会被闪电击中,造成 %0.1f 点闪电伤害。
 		另外,对你的伤害会激活你。
-		每次你的回合开始时,如果自从上个回合结束你受到至少 %d 点伤害( 20%% 最大生命值),你将获得 %d%% 个额外回合。
+		每次你的回合开始时,如果自从上个回合结束你受到至少 %d 点伤害(20%% 最大生命值),你将获得 %d%% 个额外回合。
 		受法术强度影响,伤害有额外加成。]])
 
 
@@ -28915,7 +29911,7 @@ t([[Engulfs your hands (and weapons) in a sheath of fire, dealing %0.2f fire dam
 t("Shock Hands", "闪电之触")
 t([[Engulfs your hands (and weapons) in a sheath of lightning, dealing %d lightning damage with a chance to daze (25%%) per melee attack and increasing all lightning damage dealt by %d%%.
 		Each hit will also regenerate %0.2f mana.
-		The effects will increase with your Spellpower.]], [[你的双手笼罩在雷电中,每次近战攻击会造成 %d 闪电伤害( 25%% 几率眩晕敌人),并提高 %d%% 所有闪电系伤害。 
+		The effects will increase with your Spellpower.]], [[你的双手笼罩在雷电中,每次近战攻击会造成 %d 闪电伤害(25%% 几率眩晕敌人),并提高 %d%% 所有闪电系伤害。
 		每次攻击同时也会回复 %0.2f 法力值。 
 		受法术强度影响,效果有额外加成。]])
 t("Inner Power", "心灵之力")
@@ -29042,7 +30038,7 @@ t([[Turn your body into pure ice, increasing your Cold damage affinity by %d%% a
 section "game/modules/tome/data/talents/spells/golem.lua"
 
 t("Knockback", "击退")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Your golem rushes to the target, dealing %d%% damage and knocking it back.
 		Knockback chance will increase with talent level.
 		While rushing the golem becomes ethereal, passing harmlessly through creatures on the path to its target.]], [[你的傀儡冲向目标,将其击退并造成 %d%% 伤害。 
@@ -29058,7 +30054,7 @@ t([[Your golem rushes to the target, crushing it into the ground for %d turns an
 		受技能等级影响,定身几率有加成。]])
 t("Pound", "敲击")
 t("Your golem cannot do that currently.", "你的傀儡现在不能使用该技能。")
-t("%s resists the dazing blow!", "%s 抵抗了眩晕打击!")
+t("%s resists the dazing blow!", "%s抵抗了眩晕打击!")
 t([[Your golem rushes to the target and creates a shockwave with radius 2, dazing all foes for %d turns and doing %d%% damage.
 		Daze chance increases with talent level.
 		While rushing the golem becomes ethereal, passing harmlessly through creatures on the path to its target.]], [[你的傀儡冲向目标,践踏周围 2 码范围,眩晕所有目标 %d 回合并造成 %d%% 伤害。 
@@ -29099,7 +30095,7 @@ t([[The golem automatically reconfigures heavy mail and massive armours designed
 	%screases armour value by %d, armour hardiness by %d%%, and provides %d%% critical hit reduction when wearing heavy mail or massive armour.]], [[傀儡学会重新组装重甲和板甲,以便更加适用于傀儡。 
 		当装备重甲或板甲时, %s 增加护甲强度 %d 点 , 护甲韧性 %d%% ,并且减少 %d%% 暴击伤害。]])
 t("Poison Breath", "毒性吐息")
-t("@Source@ breathes poison!", "@Source@ 呼出毒素!")
+t("@Source@ breathes poison!", "@Source@呼出毒素!")
 t([[Breathe poison on your foes, doing %d damage over a few turns.
 		The damage will increase with your Magic.]], " 对你的敌人喷吐毒雾,在几个回合内造成 %d 点伤害。受魔法影响,伤害有额外加成。")
 
@@ -29107,11 +30103,19 @@ t([[Breathe poison on your foes, doing %d damage over a few turns.
 ------------------------------------------------
 section "game/modules/tome/data/talents/spells/golemancy.lua"
 
+t("Golem has no master", "傀儡没有主人")
+t("Master must know the Gem Golem talent", "主人必须拥有宝石傀儡技能")
+t("impossible to use this gem", "无法使用该宝石")
+t("Master's Gem Golem talent too low for this gem", "主人宝石傀儡等级过低,无法使用该宝石")
 t("Your golem is out of sight; you cannot establish direct control.", "你的傀儡在视线外,你无法直接控制它。")
 t("Interact with the Golem", "检查傀儡")
 t([[Interact with your golem to check its inventory, talents, ...
 		Note: You can also do that while taking direct control of the golem.]], "和你的傀儡交互,检查它的物品、技能等。")
 t("Refit Golem", "改装傀儡")
+t("Golem", "傀儡")
+t("%s (servant of %s)", "%s (%s的仆人)")
+t("refitted", "配置了")
+t("refitting", "正在配置")
 t("You have been interrupted!", "你被打断!")
 t("You need to ready 2 alchemist gems in your quiver to heal your golem.", "你至少在你的弹药栏内装备2枚炼金宝石,才能够修理你的傀儡。")
 t("You need to ready 15 alchemist gems in your quiver to heal your golem.", "你至少在你的弹药栏内装备15枚炼金宝石,才能够修理你的傀儡。")
@@ -29286,10 +30290,10 @@ t([[This is your true goal and the purpose of all necromancy - to become a power
 		如此微小的代价! 
 		* 等级 2 :无 
 		* 等级 3 : +3 魔法和意志, +1 每等级增加生命值(不追加前面等级的生命值)。 
-		* 等级 4 : +3 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,天空 / 星怒系技能树( 0.7 )和每回合 0.1 负能量回复。 
-		* 等级 5 : +5 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,所有抵抗上限增加 10%% ,天空 / 星怒系技能树( 0.9 )和每回合 0.5 负能量回复。 
-		* 等级 6 : +6 魔法、意志和灵巧, +3 每等级增加生命值(不追加前面等级的生命值), +15 法术和精神豁免,所有抵抗上限增加 15%% ,天空 / 星怒系技能树( 1.1 )和每回合 1.0 负能量回复。 
-		* 等级 7 : #CRIMSON##{bold}#你的力量无比强大 !#{normal}##LAST# +12 魔法, 意志和灵巧, 60%% 几率无视暴击,+4 每等级增加生命值(不追加前面等级的生命值), +35 法术和精神豁免, 所有抵抗上限增加 15%% ,天空 / 星怒系技能树( 1.3 )和每回合 1.0 负能量回复。
+		* 等级 4 : +3 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,天空/星怒系技能树(0.7)和每回合 0.1 负能量回复。
+		* 等级 5 : +5 魔法和意志, +2 每等级增加生命值(不追加前面等级的生命值), +10 法术和精神豁免,所有抵抗上限增加 10%% ,天空/星怒系技能树(0.9)和每回合 0.5 负能量回复。
+		* 等级 6 : +6 魔法、意志和灵巧, +3 每等级增加生命值(不追加前面等级的生命值), +15 法术和精神豁免,所有抵抗上限增加 15%% ,天空/星怒系技能树(1.1 )和每回合 1.0 负能量回复。
+		* 等级 7 : #CRIMSON##{bold}#你的力量无比强大 !#{normal}##LAST# +12 魔法, 意志和灵巧, 60%% 几率无视暴击,+4 每等级增加生命值(不追加前面等级的生命值), +35 法术和精神豁免, 所有抵抗上限增加 15%% ,天空/星怒系技能树( 1.3 )和每回合 1.0 负能量回复。
 		不死族无法使用此天赋。 
 		当此技能激活时,每回合消耗 4 法力值。]])
 
@@ -29329,8 +30333,14 @@ t([[Emits a necrotic aura, sustaining your undead minions in a radius of %d. Min
 		Retch from your ghouls will also heal you, even if you are not undead.]], [[产生一个死灵光环,维持你亡灵随从的生存, %d 码有效范围。在光环以外的随从每回合减少 %d%% 生命。 
 		所有在你光环中被杀死的敌人灵魂可以吸收以召唤随从。 
 		食尸鬼的呕吐同时也能治疗你,即使你不是不死族。]])
+t("It is a humanoid with an aura of power. You notice a sharp set of front teeth.", "这是一只成年吸血鬼,你注意到他有一副獠牙。")
+t("It is a humanoid form dressed in robes. Power emanates from its chilling frame.", "这是一只穿着长袍的人形吸血鬼,魔法波动不断的从他手中的冰焰溢出。")
+t("It is a ghostly form with eyes that haunt you.", "它呈幽灵形态,眼睛一直盯着你。")
+t("It is a ghostly nightmare of an entity.", "它是幽灵般的梦靥。")
+t("It is a form that screams its presence against the eye. Death incarnate, its hideous black body seems to struggle against reality as the universe itself strives to banish it.", "它的可怕形象冲击着你的双眼。它是死亡的化身,它丑恶的身体似乎在向宇宙宣告着它与现实的格格不入。")
+t("Having thought to discover life eternal, these beings have allowed undeath to rob them of the joys of life. Now they seek to destroy it as well.", "为了探索永恒的生命,这些人允许不死族剥夺他们的生趣。现在,他们同样在毁灭生者。")
 t("Create Minions", "亡灵召唤")
-t(": %d%%", ": %d%%")
+t(": %d%%", ":%d%%")
 t([[Fires powerful undead energies through your necrotic aura. For each recent death that happened inside your aura, you will raise an undead minion (up to %d minions). These minions will be raised within a cone that extends to the edge of your necrotic aura.
 		The minions level is your level %+d.
 		Each minion has a chance to be%s:%s]], [[通过你的亡灵光环释放强烈的不死能量。在你的光环里,每有 1 个刚死亡的目标,你召唤 1 个亡灵随从(最多 %d 个)。 
@@ -29417,7 +30427,7 @@ t([[The caster fades from sight, granting %d bonus to invisibility.
 		The invisibility bonus will increase with your Spellpower.]], [[施法者从视线中淡出,额外增加 %d 点隐形强度。 
 		注意:你必须取下装备中的灯具,否则你仍然会被轻易发现。 
 		由于你变的不可见,你脱离了相位现实。你的所有攻击降低 70%% 伤害。 
-		当此技能激活时,它会持续消耗你的法力( 2 法力 / 回合)。 
+		当此技能激活时,它会持续消耗你的法力( 2 法力/回合)。
 		受法术强度影响,隐形强度有额外加成。]])
 
 
@@ -29430,14 +30440,25 @@ t([[Surround your minions in a veil of darkness. The darkness will teleport them
 		黑暗会传送他们到你身边并使他们增加 %d%% 闪避,持续 5 回合。 
 		受法术强度影响,闪避率有额外加成。]])
 t("Curse of the Meek", "驯服诅咒")
+t("human farmer", "人类农民")
+t("A weather-worn human farmer, looking at a loss as to what's going on.", "一个饱经风霜的人类农民,他茫然不知所措。")
+t("halfling gardener", "半身人园丁")
+t("A rugged halfling gardener, looking quite confused as to what he's doing here.", "一个粗犷的半身人园丁,他对在这里做什么感到困惑。")
+t("shalore scribe", "永恒精灵书记员")
+t("A scrawny elven scribe, looking bewildered at his surroundings.", "一个瘦骨嶙峋的精灵书记员,他困惑地看着周围的环境。")
+t("dwarven lumberjack", "矮人伐木工")
+t("A brawny dwarven lumberjack, looking a bit upset at his current situation.", "一个强壮的矮人伐木工,他对自己现在的处境有点不安。")
+t("cute bunny", "可爱的小白兔")
+t("It is so cute!", "真可爱!")
 t([[Reaches through the shadows into quieter places, summoning %d harmless creatures.
 		Those creatures are then cursed with a Curse of Hate, making all hostile foes try to kill them.
 		If the summoned creatures are killed by hostile foes, you have 70%% chance to gain a soul.]], [[通过阴影,从安全地区召唤 %d 个无害生物。 
 		这些生物会受到仇恨诅咒,吸引附近所有的敌人的攻击。 
 		若这些生物被敌人杀死,你有 70%% 概率增加 1 个灵魂。]])
-t("Forgery of Haze", "暗影分身")
 t("Not enough space to summon!", "没有足够的空间召唤。")
+t("Forgery of Haze (%s)", "暗影分身 (%s)")
 t("A dark shadowy shape whose form resembles %s.", "一个看起来像是%s的黑暗阴影。")
+t("Forgery of Haze", "暗影分身")
 t([[Through the shadows, you forge a temporary copy of yourself, existing for %d turns.
 		The copy possesses your exact talents and stats, has %d%% life and deals %d%% damage.]], [[你使用暗影复制自己,生成一个分身,持续 %d 回合。 
 		你的分身继承你的天赋和属性,继承 %d%% 生命值和 %d%% 伤害。]])
@@ -29534,6 +30555,7 @@ t("eldritch stone", "魔法岩石")
 t("Harness the power of the world to turn into a Deeprock Form.", "利用世界的力量,进入深岩形态。")
 t("deeprock", "深岩形态")
 t("spell", "法术")
+t("Necrotic Minion", "死灵随从")
 t("#{bold}#%s decays into a pile of ash!#{normal}#", "#{bold}#%s变成了一堆灰烬。#{normal}#")
 t("A soul returns to %s.", "一个灵魂回到了%s手中。")
 
@@ -29556,7 +30578,7 @@ t("Adopt a defensive posture, increasing your Defense and Armour by %d.", "采
 t("Blunt Thrust", "钝器挥击")
 t("You need a staff to use this spell.", "你需要一把法杖来施展该技能。")
 t("You cannot use Blunt Thrust without a staff weapon!", "你需要一把法杖来施展该技能。")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hit a target for %d%% melee damage and stun it for %d turns.
 		Stun chance will improve with Spellpower.
 		At level 5, this attack cannot miss.]], [[挥动法杖对目标造成 %d%% 近程伤害并震慑目标 %d 回合。 
@@ -29574,7 +30596,7 @@ t([[Carve 40 to 80 alchemist gems out of a natural gemstone.
 		许多法术需要使用炼金宝石。 
 		每种宝石拥有不同的特效。]])
 t("Extract Gems", "宝石提炼")
-t("You extract %s from %s", "你从 %s 中提炼了 %s 。")
+t("You extract %s from %s", "你从%s中提炼了%s。")
 t([[Extract magical gems from metal weapons and armours. At this skill level you can work with:
 		%s]], [[从金属武器和护甲中提取宝石。在此技能下你可以从以下材料中提取: 
 		%s]])
@@ -29766,7 +30788,7 @@ t("Surround yourself with Wildfire, increasing all your fire damage by %0.1f%%,
 section "game/modules/tome/data/talents/techniques/2h-assault.lua"
 
 t("Stunning Blow", "震慑打击")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hit the target twice with your two-handed weapon, doing %d%% damage. Each hit will try to stun the target for %d turns.
 		The stun chance increases with your Physical Power.]], [[用你的双持武器攻击目标两次并造成 %d%% 伤害。每次攻击都会试图震慑目标 %d 回合。 
 		受物理强度影响,震慑概率有加成。]])
@@ -29810,7 +30832,7 @@ t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside w
 t("Death Blow", "致命打击")
 t("You cannot use Death Blow without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
 t("%s feels the pain of the death blow!", "%s 感受到了死亡一击的疼痛!")
-t("%s resists the death blow!", "%s 抵抗了死亡一击!")
+t("%s resists the death blow!", "%s抵抗了死亡一击!")
 t([[Tries to perform a killing blow, doing %d%% weapon damage and dealing an automatic critical hit. If the target ends up with low enough life (<20%%), it might be instantly killed.
 		At level 4, it drains half your remaining stamina, and uses it to increase the blow damage by 100%% of it.
 		The chance to instantly kill will increase with your Physical Power.]], [[试图施展一次致命打击,造成 %d%% 武器伤害,本次攻击自动变成暴击。 
@@ -29819,7 +30841,7 @@ t([[Tries to perform a killing blow, doing %d%% weapon damage and dealing an aut
 		受物理强度影响,目标即死的概率有额外加成。]])
 t("Stunning Blow", "震慑打击")
 t("You cannot use Stunning Blow without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
-t("%s resists the stunning blow!", "%s 抵抗了震慑打击。")
+t("%s resists the stunning blow!", "%s抵抗了震慑打击。")
 t([[Hits the target with your weapon, doing %d%% damage. If the attack hits, the target is stunned for %d turns.
 		The stun chance increases with your Physical Power.]], [[用你的武器攻击目标并造成 %d%% 伤害。如果此次攻击命中,则目标会震慑 %d 回合。 
 		受物理强度影响,震慑概率有额外加成。]])
@@ -29840,7 +30862,7 @@ t("Blood Frenzy", "血之狂暴")
 t("You require a two handed weapon to use this talent.", "你需要装备一把双手武器来施展这个技能。")
 t("You cannot use Blood Frenzy without a two-handed weapon!", "你需要装备一把双手武器来施展这个技能。")
 t([[Enter a blood frenzy, draining stamina quickly (-2 stamina/turn). Each time you kill a foe while in the blood frenzy, you gain a cumulative bonus to Physical Power of %d.
-		Each turn, this bonus decreases by 2.]], [[进入血之狂暴状态,快速消耗体力( -4 体力 / 回合)。每次你在血之狂暴状态下杀死一个敌人,你可以获得 %d 物理强度增益。 
+		Each turn, this bonus decreases by 2.]], [[进入血之狂暴状态,快速消耗体力( -4 体力/回合)。每次你在血之狂暴状态下杀死一个敌人,你可以获得 %d 物理强度增益。
 		每回合增益减 2 。]])
 
 
@@ -29850,7 +30872,7 @@ section "game/modules/tome/data/talents/techniques/acrobatics.lua"
 t("Vault", "撑杆跳")
 t("You cannot land in that space.", "你不能在这个位置落地。")
 t("You must vault over someone adjacent to you.", "你只能用撑杆跳跳过某个邻近的目标。")
-t("#Source# #YELLOW#vaults#LAST# over #target#!", "#Source# #YELLOW#撑杆跳过#LAST# #target#!")
+t("#Source# #YELLOW#vaults#LAST# over #target#!", "#Source##YELLOW#撑杆跳过#LAST# #target#!")
 t([[Use an adjacent friend or foe as a springboard, vaulting over them to another tile within range.
 		This maneuver grants you a burst of speed from your momentum, allowing you run %d%% faster (movement speed bonus) in the same direction you vaulted for 3 turns.
 		The increased speed ends if you change directions or stop moving.
@@ -29972,7 +30994,7 @@ t([[You fire a crippling shot, doing %d%% damage and reducing your target's spee
 		The status power and status hit chance improve with your Accuracy.]], [[你射出致残一箭 ,造成 %d%% 伤害,并降低目标 %d%% 速度 7 回合。
 		状态效果受命中加成。]])
 t("Pinning Shot", "定身射击")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[You fire a pinning shot, doing %d%% damage and pinning your target to the ground for %d turns.
 		The pinning chance increases with your Dexterity.]], [[你射出定身一箭 , 造成 %d%% 伤害,并定身目标 %d 回合。
 		定身几率受敏捷加成。]])
@@ -29984,8 +31006,8 @@ section "game/modules/tome/data/talents/techniques/assassination.lua"
 t("Coup de Grace", "致命一击!")
 t("You require two weapons to use this talent.", "你只有在双持状态下才能使用这个技能。")
 t("You cannot use Coup de Grace without dual wielding!", "你需要双持武器来施展这个技能。")
-t("#Source# delivers a Coup de Grace against #Target#!", "#Source# 对 #Target# 发起致命一击!")
-t("%s resists the Coup de Grace!", "%s 抵抗了致命一击!")
+t("#Source# delivers a Coup de Grace against #Target#!", "#Source#对#Target#发起致命一击!")
+t("%s resists the Coup de Grace!", "%s抵抗了致命一击!")
 t("#GREY#%s slips into shadow.", "#GREY#%s 潜入阴影。")
 t([[Attempt to finish off a wounded enemy, striking them with both weapons for %d%% increased by 50%% if their life is below 30%%.  A target brought below 20%% of its maximum life must make a physical save against your Accuracy or be instantly slain.
 		You may take advantage of finishing your foe this way to activate stealth (if known).]], [[尝试终结一名受伤的敌人,用双持武器攻击对方,造成 %d%% 武器伤害,如果对方的生命值在30%% 以下,伤害还会增加50%% 。 20%% 生命以下的目标将用物理豁免对抗你的命中,若未通过则会被立刻秒杀。
@@ -29997,7 +31019,7 @@ t([[When you exit stealth, you reveal yourself dramatically, intimidating foes a
 		%d 范围内看到你脱离潜行状态的敌人将陷入恐惧,随机触发震慑、减速(40%%)、或者混乱 (50%%) 状态,持续 %d 回合。
 		恐惧几率受命中加成。]])
 t("Garrote", "绞杀")
-t("#Target# avoids a garrote from #Source#!", "#Target# 避免了被 #Source# 勒住喉咙!")
+t("#Target# avoids a garrote from #Source#!", "#Target#避免了被#Source#勒住喉咙!")
 t([[When attacking from stealth, you slip a garrote over the target’s neck (or other vulnerable part).  This strangles for %d turns and silences for %d turns.  Strangled targets are pinned and suffer an automatic unarmed attack for %d%% damage each turn. 
 		Your chance to apply the garrote increases with your Accuracy and you must stay adjacent to your target to maintain it.
 		This talent has a cooldown.]], [[每次在潜行状态下发起进攻时,你尝试绞杀目标。目标将被勒住 %d 回合,沉默 %d 回合。被勒住的目标不能移动,每回合受到一次 %d%% 伤害的徒手攻击。 
@@ -30051,7 +31073,7 @@ t([[Take a defensive stance to resist the onslaught of your foes.
 section "game/modules/tome/data/talents/techniques/bloodthirst.lua"
 
 t("Mortal Terror", "致命恐惧")
-t("%s resists the terror!", "%s 抵抗了恐惧!")
+t("%s resists the terror!", "%s抵抗了恐惧!")
 t([[Your mighty blows inspire utter terror on your foes. Any melee strike you do that deals more than %d%% of the target's total life puts them in a mortal terror, dazing them for 5 turns.
 		Your critical strike chance also increase by %d%%.
 		The daze chance increase with your Physical Power.]], [[你强力的攻击引发敌人深深的恐惧。 
@@ -30062,7 +31084,7 @@ t("Bloodbath", "æµ´è¡€")
 t([[Delight in spilling the blood of your foes.  After scoring a critical hit, your maximum hit points will be increased by %d%%, your life regeneration by %0.2f per turn, and your stamina regeneration by %0.2f per turn for %d turns.
 		The life and stamina regeneration will stack up to five times, for a maximum of %0.2f and %0.2f each turn, respectively.]], [[沐浴着敌人的鲜血令你感到兴奋。 
 		在成功打出一次暴击后,会增加你 %d%% 的最大生命值、 %0.2f 每回合生命回复点数和 %0.2f 每回合体力回复点数持续 %d 回合。 
-		生命与体力回复可以叠加 5 次直至 %0.2f 生命和 %0.2f 体力回复 / 回合。]])
+		生命与体力回复可以叠加 5 次直至 %0.2f 生命和 %0.2f 体力回复/回合。]])
 t("Bloody Butcher", "血之屠夫")
 t([[You delight in the inflicting of wounds, providing %d physical power.
 		In addition when you make a creature bleed its physical damage resistance is reduced by %d%% (but never below 0%%).
@@ -30109,7 +31131,7 @@ t([[Allows shields to be equipped, using Cunning instead of strength as a requir
 		受到灵巧影响,偏斜几率有加成。]])
 t("Bash and Smash", "击退射击")
 t("You require a ranged weapon and a shield to use this talent.", "你必须装备一把远程武器和一面盾牌。")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t("Bash an enemy in melee range with your shield (twice for talent level 5 or more), doing %d%% damage and knocking them back %d squares. You may then follow with a deadly short-range sling attack, dealing %d%% damage. The shield bash will use Dexterity instead of Strength for the shield's bonus damage.", [[用盾牌重击近战范围内的一名敌人(当技能等级在 5 级或更高时重击 2 次),造成 %d%% 伤害并击退 %d 格。紧接着用投石索发动一次致命的攻击,造成 %d%% 伤害。 
 		盾牌攻击使用敏捷取代力量来计算盾牌伤害加成。]])
 t("Buckler Mastery", "格挡大师")
@@ -30117,7 +31139,7 @@ t(" At talent level 5, your Bash and Smash shield hits are guaranteed criticals.
 t(" At talent level 5, your Bash and Smash shield hit is a guaranteed critical.", "技能等级 5 时,你的击退射击必定暴击。")
 t("When you are hit by a projectile, physical or otherwise, you have a %d%% chance to deflect it up to %d squares away.%s", "当你被抛射物攻击时,不论是否为物理类型,你有 %d%% 的几率使其偏斜最多 %d 格。%s")
 t("Counter Shot", "以牙还牙")
-t("#ORCHID##Source# follows up with a countershot.#LAST#", "#ORCHID##Source# 启动了反击射击.#LAST#。")
+t("#ORCHID##Source# follows up with a countershot.#LAST#", "#ORCHID##Source#启动了反击射击.#LAST#。")
 t([[Any time you block an attack with Buckler Expertise or Buckler Mastery you instantly counterattack with your sling for %d%% damage  This can only occur up to %d time(s) per turn.
 			]], [[每当你的格挡专家或者格挡大师技能挡住攻击时,你立刻使用投石索发动一次伤害 %d%% 的反击。每回合最多只能发动 %d 次反击。
 			]])
@@ -30127,7 +31149,7 @@ t([[Any time you block an attack with Buckler Expertise or Buckler Mastery you i
 section "game/modules/tome/data/talents/techniques/combat-techniques.lua"
 
 t("Rush", "冲锋")
-t("@Source@ rushes out!", "@Source@ 冲了出去!")
+t("@Source@ rushes out!", "@Source@冲了出去!")
 t("You can only rush to a creature.", "你只能冲向生物。")
 t("You are too close to build up momentum!", "离开目标太近无法施展!")
 t([[Rush toward a target enemy with incredible speed and perform a melee attack for 120%% weapon damage that can daze the target for 3 turns if it hits.
@@ -30142,9 +31164,9 @@ t("You have learned to focus your blows to hit your target, granting +%d accurac
 t("Blinding Speed", "急速")
 t("Through rigorous training, you have learned to focus your actions for a short while, increasing your speed by %d%% for 5 turns.", "通过严格的训练你已经学会在短时间内爆发你的速度,提高你 %d%% 速度 5 回合。")
 t("Quick Recovery", "快速恢复")
-t("Your combat focus allows you to regenerate stamina faster (+%0.1f stamina/turn).", "你专注于战斗,使得你可以更快的回复体力( +%0.1f 体力 / 回合)。")
+t("Your combat focus allows you to regenerate stamina faster (+%0.1f stamina/turn).", "你专注于战斗,使得你可以更快的回复体力( +%0.1f 体力/回合)。")
 t("Fast Metabolism", "快速代谢")
-t("Your combat focus allows you to regenerate life faster (+%0.1f life/turn).", "你专注于战斗,使你可以更快的回复生命值( +%0.1f 生命值 / 回合)。")
+t("Your combat focus allows you to regenerate life faster (+%0.1f life/turn).", "你专注于战斗,使你可以更快的回复生命值( +%0.1f 生命值/回合)。")
 t("Spell Shield", "法术抵抗")
 t("Rigorous training allows you to be more resistant to some spell effects (+%d spell save).", "严格的训练使得你对某些法术效果具有更高的抗性( +%d 法术豁免)。")
 t("Unending Frenzy", "无尽怒火")
@@ -30253,7 +31275,7 @@ t([[You have learned how to carefully manage contact between you and your oppone
 		此外,该技能开启时,你能反弹 %d%% 伤害。]])
 t("Offhand Jab", "副手猛击")
 t("You must dual wield to perform an Offhand Jab!", "你只有在双持状态下才能使用这个技能。")
-t("%s resists the surprise strike!", "%s 抵抗了这次打击!")
+t("%s resists the surprise strike!", "%s抵抗了这次打击!")
 t([[With a quick shift of your momentum, you execute a surprise unarmed strike in place of your normal offhand attack.
 		This allows you to attack with your mainhand weapon for %d%% damage and unarmed for %d%% damage.  If the unarmed attack hits, the target is confused (%d%% power) for %d turns.
 		The chance to confuse increases with your Accuracy.]], [[你迅速移动,用徒手攻击敌人。
@@ -30262,7 +31284,7 @@ t([[With a quick shift of your momentum, you execute a surprise unarmed strike i
 		混乱几率受命中加成。]])
 t("Dual Strike", "双持打击")
 t("You cannot use Dual Strike without dual wielding!", "你只有在双持状态下才能使用这个技能。")
-t("%s resists the stunning strike!", "%s 抵抗了震慑打击!")
+t("%s resists the stunning strike!", "%s抵抗了震慑打击!")
 t([[Attack with your offhand weapon for %d%% damage. If the attack hits, the target is stunned for %d turns, and you hit it with your mainhand weapon doing %d%% damage.
 		The stun chance increases with your Accuracy.]], [[用副手武器造成 %d%% 伤害。 
 		如果攻击命中,目标将会被震慑 %d 回合并且你会使用主武器对目标造成 %d%% 伤害。 
@@ -30301,7 +31323,7 @@ t([[The flow of battle invigorates you, allowing you to press your advantage as
 t("Feint", "佯攻")
 t("You must be able to move to use this talent.", "你必须处于可以移动的状态才能使用该技能。")
 t("%s cannot move!", "%s 无法移动!")
-t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了 #Source# 与 #Target#的换位.")
+t("Terrain prevents #Source# from switching places with #Target#.", "地形阻止了#Source#与#Target#的换位.")
 t([[Make a cunning feint that tricks your target into swapping places with you.  While moving, you take the opportunity to trip them, pinning and dazing them for 2 turns.
 		Switching places distracts your foes and allows you to improve your defenses:  For %d turns, Dual Weapon Mastery yields one extra parry each turn and you are %d%% less likely to miss your parry opportunities.
 		The chance to pin and to daze increases with your Accuracy]], [[假装攻击敌人,欺骗敌人和你换位。在移动时趁机削弱敌人,使其定身并眩晕 2 回合。
@@ -30310,7 +31332,7 @@ t([[Make a cunning feint that tricks your target into swapping places with you.
 t("Lunge", "刺击")
 t("You require two weapons to use this talent.", "你只有在双持状态下才能使用这个技能。")
 t("You cannot use Lunge without dual wielding!", "你需要双持武器来施展这个技能。")
-t("%s resists the blow!", "%s 抵抗了攻击!")
+t("%s resists the blow!", "%s抵抗了攻击!")
 t([[Exploiting a gap in your target's defenses, you make a lethal strike with your offhand weapon for %d%% damage that causes them to drop their weapon, disarming them for %d turns.
 		Tempo will reduce the cooldown of this talent by 1 turn each time it is triggered defensively.
 		The chance to disarm increases with your Accuracy.]], [[你攻其不备,用副手发起致命打击,造成 %d%% 伤害并使其武器脱落,缴械 %d 回合。
@@ -30322,7 +31344,7 @@ t([[Exploiting a gap in your target's defenses, you make a lethal strike with yo
 section "game/modules/tome/data/talents/techniques/excellence.lua"
 
 t("Shoot Down", "强制击落")
-t("#Source# shoots down '#Target#'!", "#Source# 击落了 '#Target#'!")
+t("#Source# shoots down '#Target#'!", "#Source#击落了'#Target#'!")
 t([[Your reflexes are lightning-fast, if you spot a projectile (arrow, shot, spell, ...) you can instantly shoot at it without taking a turn to take it down.
 		You can shoot down up to %d projectiles.]], [[ 你的反射神经像闪电一样快。当你瞄准抛射物(箭矢、弹药、法术等)时,你能马上击落它而不消耗时间。 
 		你最多能击落 %d 个目标。]])
@@ -30344,7 +31366,7 @@ t([[You fire a shot at your target's throat, mouth, or equivalent body part, doi
 section "game/modules/tome/data/talents/techniques/field-control.lua"
 
 t("Heave", "前踢")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[A mighty kick that pushes your target away %d grids.
 		If another creature is in the way, it will also be pushed away.
 		The Knockback chance increases with your Accuracy or your Physical Power, whichever is greater.]], [[一次强力的前踢使你的目标被击退 %d 码。 
@@ -30358,15 +31380,15 @@ t("Your great dexterity allows you to see incoming projectiles (spells, arrows,
 section "game/modules/tome/data/talents/techniques/finishing-moves.lua"
 
 t("Uppercut", "上钩拳")
-t("@Source@ throws a finishing uppercut.", "@Source@ 打出终结性的上勾拳。")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("@Source@ throws a finishing uppercut.", "@Source@打出终结性的上勾拳。")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[A finishing uppercut that deals %d%% damage, and attempts to stun your target for %d to %d turns, depending on the amount of combo points you've accumulated.
 		The stun chance will improve with your Physical Power.
 		Using this talent removes your combo points.]], [[一次终结的上钩拳,对目标造成 %d%% 伤害并可能震慑目标 %d 到 %d 回合(由你的连击点数决定)。 
 		受物理强度影响,震慑概率有额外加成。 
 		使用此技能会消耗当前的所有连击点。]])
 t("Concussive Punch", "震荡拳")
-t("@Source@ throws a concussive punch.", "@Source@ 打出震荡拳。")
+t("@Source@ throws a concussive punch.", "@Source@打出震荡拳。")
 t([[A powerful concussive punch that deals %d%% weapon damage to your target. If the punch hits, all targets in a radius of %d will take %0.2f to %0.2f damage, depending on the amount of combo points you've accumulated.
 		The area damage will scale with your Strength, and the radius will increase by 1 per combo point.
 		Using this talent removes your combo points.]], [[一次强力的冲击,对目标造成 %d%% 武器伤害。如果此次攻击命中,则会对 %d 码半径内所有目标造成 %0.2f ~ %0.2f 物理伤害(由你的连击点数决定)。 
@@ -30378,9 +31400,9 @@ t([[You spin into a flying leap and deliver a powerful kick dealing %d%% weapon
 		每一点连击点增加 1 点攻击范围和 10%% 伤害。
 		使用该技能需要至少一点连击点。]])
 t("Haymaker", "致命重拳")
-t("@Source@ throws a wild haymaker!", "@Source@ 打出狂暴的重拳!")
+t("@Source@ throws a wild haymaker!", "@Source@打出狂暴的重拳!")
 t("%s feels the pain of the death blow!", "%s 感受到了死亡一击的疼痛!")
-t("%s resists the death blow!", "%s 抵抗了死亡一击!")
+t("%s resists the death blow!", "%s抵抗了死亡一击!")
 t([[A vicious finishing strike that deals %d%% damage increased by 20%% per combo point you have up to a max of %d%%. If the target ends up with low enough life (<20%%), it might be instantly killed.
 		Killing a target with Haymaker will instantly restore %d%% to %d%% of your maximum stamina, depending on the amount of combo points you've accumulated.
 		Using this talent removes your combo points.]], [[一次强烈的终结追击,对目标造成 %d%% 伤害,每 1 点连击点额外造成 20%% 的伤害,至多 %d%% 。 
@@ -30438,7 +31460,7 @@ t([[Allows you to use melee weapons to focus your spells, granting a %d%% chance
 		Allowed spells: %s %s]], [[允许你使用近战武器附魔法术。在你每次的近战攻击中都有 %d%% 概率附加一次火球术、闪电术或岩石飞弹。 
 		你可以选择触发某一种法术,或者选择随机触发任意一种法术。
 		当双持或持有盾牌时,每把武器触发概率减半。
-		通过这种方式触发的法术不会造成对应技能进入 CD 状态。
+		通过这种方式触发的法术不会造成对应技能进入冷却。
 		受灵巧影响,触发概率有额外加成。
 		允许法术: %s %s]])
 t("Arcane Cunning", "奥术灵巧")
@@ -30509,6 +31531,8 @@ t([[In an extreme feat of agility, you move to a spot you can see within range,
 t("Trained Reactions", "特种训练")
 t("%s is not usable while wearing heavy armour.", "%s 在身着重甲时无法使用")
 t("#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.", "#FIREBRICK##Target# 对#Source#的%s迅速反应,降低了伤害!#LAST#.")
+t("an attack", "一次攻击")
+t("damage", "伤害")
 t(" #ffcc80#, -%d stam#LAST#", " #ffcc80#, -%d 体力#LAST#")
 t("%s(%d reacted#LAST#%s%s)#LAST#", "%s(%d 反应#LAST#%s%s)#LAST#")
 t([[You have trained to be very light on your feet and have conditioned your reflexes to react faster than thought to damage you take.
@@ -30594,24 +31618,24 @@ t([[Increases your Accuracy by %d, the damage multiplier of your striking talent
 		The offensive bonuses scale with your Dexterity and the damage reduction with your Strength.]], [[增加你 %d 命中。你攻击系技能 ( 拳术、终结技 ) 伤害增加 %d%% , 同时减少 %d 受到的伤害。
 		受敏捷影响,伤害按比例加成。受力量影响,伤害减免有额外加成。]])
 t("Double Strike", "双重打击")
-t("@Source@ throws two quick punches.", "@Source@ 快速打出两次拳击。")
+t("@Source@ throws two quick punches.", "@Source@快速打出两次拳击。")
 t([[Deliver two quick punches that deal %d%% damage each, and switch your stance to Striking Stance. If you already have Striking Stance active and Double Strike isn't on cooldown, this talent will automatically replace your normal attacks (and trigger the cooldown).
 		If either jab connects, you earn one combo point. At talent level 4 or greater, if both jabs connect, you'll earn two combo points.]], [[对目标进行 2 次快速打击,每次打击造成 %d%% 伤害并使你的姿态切换为攻击姿态,如果你已经在攻击姿态且此技能已就绪,那么此技能会自动取代你的普通攻击 ( 并触发冷却 )。 
 		任何一次打击都会使你获得 1 点连击点。在等级 4 或更高等级时若 2 次打击都命中你可以获得 2 点连击点。]])
 t("Spinning Backhand", "旋风打击")
-t("@Source@ lashes out with a spinning backhand.", "@Source@ 冲出去打出旋风打击。")
+t("@Source@ lashes out with a spinning backhand.", "@Source@冲出去打出旋风打击。")
 t([[Attack your foes in a frontal arc with a spinning backhand, doing %d%% damage. If you're not adjacent to the target, you'll step forward as you spin, gaining up to %d%% bonus damage, which increases the farther you move.
 		This attack will remove any grapples you're maintaining, and earn one combo point (or one combo point per attack that connects, if the talent level is 4 or greater).]], [[对你面前的敌人使用一次旋风打击,造成 %d%% 伤害。 
 		如果你离目标较远,旋转时你会自动前行,根据移动距离增加至多 %d%% 伤害。 
 		此次攻击会移除任何你正在维持的抓取效果并增加 1 点连击点。 
 		在等级 4 或更高时,你每次连击均会获得 1 点连击点。]])
 t("Axe Kick", "斧踢")
-t("@Source@ raises their leg and snaps it downward in a devastating axe kick.", "@Source@ 抬起腿,迅速踢出毁灭性的斧踢。")
+t("@Source@ raises their leg and snaps it downward in a devastating axe kick.", "@Source@抬起腿,迅速踢出毁灭性的斧踢。")
 t([[Deliver a devastating axe kick dealing %d%% damage. If the blow connects your target is brain damaged, causing all talents to fail for %d turns and earning 2 combo points.
 		This effect cannot be saved against, though it can be dodged and checks confusion immunity.]], [[ 施展一次毁灭性的的踢技,造成 %d%% 伤害。
 		如果攻击命中,对方的大脑受到伤害,不能使用技能,持续 %d 回合,同时你获得 2 连击点。]])
 t("Flurry of Fists", "流星拳")
-t("@Source@ lashes out with a flurry of fists.", "@Source@ 冲出去打出流星拳。")
+t("@Source@ lashes out with a flurry of fists.", "@Source@冲出去打出流星拳。")
 t([[Lashes out at the target with three quick punches that each deal %d%% damage.
 		Earns one combo point. If your talent level is 4 or greater, this instead earns one combo point per blow that connects.]], [[对目标造成 3 次快速打击,每击造成 %d%% 伤害。 
 		此攻击使你得到 1 点连击点。 
@@ -30622,7 +31646,7 @@ t([[Lashes out at the target with three quick punches that each deal %d%% damage
 section "game/modules/tome/data/talents/techniques/reflexes.lua"
 
 t("Shoot Down", "强制击落")
-t("#Source# shoots down '#Target#'!", "#Source# 击落了 '#Target#'!")
+t("#Source# shoots down '#Target#'!", "#Source#击落了'#Target#'!")
 t([[Your reflexes are lightning-fast, if you spot a projectile (arrow, shot, spell, ...) you can instantly shoot at it without taking a turn to take it down.
 		You can shoot down up to %d projectiles.
 		In addition, your heightened senses also reduce the speed of incoming projectiles by %d%%, and prevents your own projectiles from striking you.]], [[你的反射像闪电一样快, 如果你发现一个抛射物 (箭矢, 弹丸, 法术, ...) 你可以不消耗时间立刻射击之。
@@ -30635,7 +31659,7 @@ t([[Activating this talent enhances your reflexes to incredible levels.  Each ti
 t("Sentinel", "哨兵")
 t("%s's %s is disrupted by the shot!", "%s的%s被射击干扰了!")
 t([[You take close notice of the target for the next 5 turns. If they attempt to use a non-instant talent you react with incredible speed, firing a shot dealing 25%% damage that causes the talent to fail and go on cooldown.
-This shot is instant, cannot miss, and puts %d other talents on cooldown for %d turns.]], [[你在接下来的 5 回合内密切关注目标. 当其使用非瞬发技能时, 你立刻做出反应, 射出一箭造成 25%% 伤害打断技能并使其进入冷却.
+This shot is instant, cannot miss, and puts %d other talents on cooldown for %d turns.]], [[你在接下来的 5 回合内密切关注目标. 当其使用非瞬间技能时, 你立刻做出反应, 射出一箭造成 25%% 伤害打断技能并使其进入冷却.
 该攻击为瞬间击中, 必中, 并使其它 %d 个技能进入冷却 %d 回合.]])
 t("Escape", "逃脱")
 t([[You put all your focus into escaping combat for 4 turns. While under this effect you gain %d%% increased resistance to all damage, %0.1f increased stamina regeneration, immunity to stun, pin, daze and slowing effects and %d%% increased movement speed. 
@@ -30669,7 +31693,7 @@ t([[Increases weapon damage by %d%% and physical power by 30 when using slings.
 		Also, increases your reload rate by %d.]], [[使用投石索时提高 %d%% 武器伤害,获得 30 物理强度。
 		同时增加 %d 装填效果。]])
 t("Eye Shot", "致盲射击")
-t("%s resists!", "%s 抵抗了效果!")
+t("%s resists!", "%s抵抗了效果!")
 t([[You fire a shot into your target's eyes, blinding it for %d turns and doing %d%% damage.
 		The blind chance increases with your Accuracy.]], [[你对目标的眼睛射出一发子弹,致盲目标 %d 回合并造成 %d%% 伤害。 
 		受命中影响,致盲概率有额外加成。]])
@@ -30721,7 +31745,7 @@ section "game/modules/tome/data/talents/techniques/strength-of-the-berserker.lua
 t("Warshout", "战争怒吼")
 t("@Source@ uses Warshout.", "@Source@发出战吼.")
 t("@Source@ uses Warsqueak.", "@Source@发出吱吱的战吼.")
-t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside will be confused (50%% confusion power) for %d turns.", "在你的正前方大吼形成 %d 码半径的扇形战争怒吼。任何在其中的目标会被混乱 %d ( 50%% 混乱强度)回合。")
+t("Shout your warcry in a frontal cone of radius %d. Any targets caught inside will be confused (50%% confusion power) for %d turns.", "在你的正前方大吼形成 %d 码半径的扇形战争怒吼。任何在其中的目标会被混乱(50%%强度) %d 回合。")
 t("Berserker Rage", "狂战之怒")
 t("#Source#'s rage awakens!", "#Source#的愤怒被激发!")
 t("#Source#'s rage subsides!", "#Source#的愤怒消退了!")
@@ -30763,7 +31787,7 @@ t([[Concentrate on the battle, ignoring some of the damage you take.
 t("Onslaught", "猛攻")
 t([[Take an offensive stance. As you attack your foes, you knock your target and foes adjacent to them in a frontal arc back (up to %d grids).
 		This consumes stamina rapidly (-1 stamina/turn).]], [[采取一个猛攻姿态,当你攻击你的敌人时,你会把目标和目标周围的敌人全部击退。(上限 %d 码)。 
-		这个姿态会快速减少体力值( -1 体力 / 回合)。]])
+		这个姿态会快速减少体力值( -1 体力/回合)。]])
 t("Battle Call", "挑衅")
 t("%s is called to battle!", "%s 被拉进战斗!")
 t("Call all foes in a radius of %d around you into battle, getting them into melee range in an instant.", "挑衅你周围 %d 码半径范围内的敌人进入战斗,使它们立刻进入近战状态。")
@@ -30838,6 +31862,14 @@ t("Take advantage of speed and shield to fight in close quarters.", "利用速
 t("agility", "敏捷")
 t("Stealth and specialised long range archery techniques.", "隐匿的远程狙击箭术。")
 t("sniper", "狙击")
+t("Acrobatics", "杂耍")
+t("For light footed Rogues who prefer flight to fighting fair!", "敏捷的盗贼喜欢出其不意,跳到别人头上!")
+t("Buckler Training", "盾牌训练")
+t("Mastery over their shields separates Skirmishers from Archers, and gives them an edge.", "对盾牌的掌握令散兵和一般的弓手有了明显区别,带来了优势。")
+t("Skirmisher - Slings", "散兵-投石索")
+t("Slings! Pow Pow!", "投石索!投石!")
+t("Tireless Combatant", "不倦战斗")
+t("Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.", "即使身着重甲,你不会像他人一样被疲惫拖垮。")
 t("Unarmed Boxing techniques that may not be practiced in massive armor or while a weapon or shield is equipped.", " 徒手拳击格斗技术,你不能装备板甲、武器和盾牌。")
 t("pugilism", "拳术")
 t("Finishing moves that use combo points and may not be practiced in massive armor or while a weapon or shield is equipped.", " 使用你累积的连击点数发动致命的终结一击,你不能装备板甲、武器和盾牌。")
@@ -30861,7 +31893,8 @@ t("You do not have enough ammo left!", "你没有足够的弹药!")
 section "game/modules/tome/data/talents/techniques/throwing-knives.lua"
 
 t("Throwing Knives", "飞刀投掷")
-t("%d%% %s", "%d%% %s")
+t("Throwing Knife", "飞刀")
+t("%d%% %s", "%d%%%s")
 t([[Range: %d
 Net Damage: %d - %d
 Accuracy: %d (%s)
@@ -30869,13 +31902,13 @@ APR: %d
 Crit Chance: %+d%%
 Crit mult: %d%%
 Uses Stats: %s
-]], [[射程: %d
-基础伤害: %d - %d
-命中: %d (%s)
-护甲穿透: %d
-暴击几率: %+d%%
-暴击伤害: %d%%
-使用属性: %s
+]], [[射程:%d
+基础伤害:%d - %d
+命中:%d (%s)
+护甲穿透:%d
+暴击几率:%+d%%
+暴击伤害:%d%%
+使用属性:%s
 ]])
 t([[Equip a bandolier holding up to %d throwing knives, allowing you to attack from range.  You automatically reload %d knives per turn while resting, or half as many while moving.
 		The base power, Accuracy, Armour penetration, and critical strike chance of your knives increase with talent level, and damage is improved with Dagger Mastery.
@@ -30914,7 +31947,7 @@ t([[Throw a knife coated with venom, doing %d%% damage as nature and inflicting
 section "game/modules/tome/data/talents/techniques/thuggery.lua"
 
 t("Skullcracker", "铁头功")
-t("%s resists the headblow!", "%s 抵抗了铁头功!")
+t("%s resists the headblow!", "%s抵抗了铁头功!")
 t([[You smack your forehead against your enemy's head (or whatever sensitive part you can find), causing %0.1f Physical damage.
 		If the attack hits, the target is confused (%d%% effect) for %d turns.
 		Damage done increases with the quality of your headgear, your Strength, and your physical damage bonuses.
@@ -30955,7 +31988,7 @@ t([[For each turn you spend stamina, you gain %0.1f%% resist all and %0.1f%% all
 section "game/modules/tome/data/talents/techniques/unarmed-discipline.lua"
 
 t("Combination Kick", "组合踢")
-t("@Source@ unleashes a flurry of disrupting kicks.", "@Source@ 使出一连串干扰性的踢技。")
+t("@Source@ unleashes a flurry of disrupting kicks.", "@Source@使出一连串干扰性的踢技。")
 t([[Unleash a flurry of disruptive kicks at your target's vulnerable areas. For each combo point you attack for %d%% weapon damage and deactivate one physical sustain.
 			At talent level 3 #DARK_ORCHID#Magical#LAST# sustains will also be effected.
 			At talent level 5 #YELLOW#Mental#LAST# sustains will also be effected.
@@ -30966,17 +31999,17 @@ t([[Unleash a flurry of disruptive kicks at your target's vulnerable areas. For
 t("Relentless Strikes", "无情打击")
 t("When gaining a combo point, you have a %d%% chance to gain an extra combo point. Additionally, every time you earn a combo point, you will regain %0.2f stamina, or %0.2f stamina if you would exceed 5 combo points.", "当获得一个连击点时, 你有 %d%% 几率获得一个额外的连击点. 另外, 每当你获得连击点时, 你会恢复 %0.2f 体力,如果你将超过 5 个连击点改为获得 %0.2f 体力 .")
 t("Open Palm Block", "空手格挡")
-t("@Source@ prepares to block incoming attacks.", "@Source@ 准备格挡接下来的攻击。")
+t("@Source@ prepares to block incoming attacks.", "@Source@准备格挡接下来的攻击。")
 t([[Toughen your body blocking up to %d damage per combo point (Max %d) across 2 turns.
 			Current block value: %d
 			Using this talent removes your combo points.
 			The damage absorbed scales with your Physical Power.]], [[硬化身体,每有一点连击点就能格挡 %d 点伤害(至多 %d ),持续 2 回合。
-			当前格挡值: %d
+			当前格挡值:%d
 			使用该技能会除去所有连击点。
 			伤害吸收受物理强度加成。]])
 t("Touch of Death", "点穴术")
-t("@Source@ strikes a deadly pressure point on the target.", "@Source@ 击中了目标的致命穴道。")
-t("#Source# strikes at a vital spot on #target#!", "#Source# 攻向 #target#的要害!")
+t("@Source@ strikes a deadly pressure point on the target.", "@Source@击中了目标的致命穴道。")
+t("#Source# strikes at a vital spot on #target#!", "#Source#攻向#target#的要害!")
 t([[Using your deep knowledge of anatomy, you strike a target in a vital pressure point for %d%% weapon damage, bypassing their defense and evasion.
 		This strike inflicts terrible wounds inside the target's body, causing them to take physical damage equal to 100%% of any damage dealt during the attack each turn for 4 turns, increasing by %d%% each turn (so after 4 turns, they would have taken a total of %d%% damage).
 		If the target dies while under or from this effect their body will explode in a radius %d shower of bone and gore, inflicting physical damage equal to the current tick to all enemies and granting you 4 combo points.]], [[使用你深刻的解剖学知识,击中敌人的穴道造成 %d%% 武器伤害, 无视防御和闪避.
@@ -30993,7 +32026,7 @@ t([[Grants %d Physical Power when fighting unarmed (or with gloves or gauntlets)
 		受技能等级影响,效果有额外加成。]])
 t("Unarmed Mastery", "徒手大师")
 t([[Increases all unarmed damage by %d%% and physical power by 30 (including grapples and kicks).
-		Note that brawlers naturally gain 0.5 Physical Power per character level while unarmed (current brawler physical power bonus: %0.1f) and attack 20%% faster while unarmed.]], [[增加 %d%% 所有徒手伤害,提高 30 物理强度(包括抓取 / 徒手技)。 
+		Note that brawlers naturally gain 0.5 Physical Power per character level while unarmed (current brawler physical power bonus: %0.1f) and attack 20%% faster while unarmed.]], [[增加 %d%% 所有徒手伤害,提高 30 物理强度(包括抓取/徒手技)。
 		注意:徒手战斗时,格斗家具有随等级每级增加 0.5 物理强度。(当前提高 %0.1f 物理强度)和攻击速度提高 20%% 的固有属性。]])
 t("Unified Body", "强化身躯")
 t("Your mastery of unarmed combat unifies your body. Increases your Strength by %d based on Cunning and your Constitution by %d based on Dexterity.", "你对徒手格斗的掌握强化了你的身体,增加 %d 力量(基于灵巧), %d 体质(基于敏捷)。")
@@ -31009,7 +32042,7 @@ t("Your understanding of physiology allows you to apply your reflexes in new way
 section "game/modules/tome/data/talents/techniques/warcries.lua"
 
 t("Shattering Shout", "狮子吼")
-t("#Source# shatters '#Target#'.", "#Source# 击落了 '#Target#'.")
+t("#Source# shatters '#Target#'.", "#Source#击落了'#Target#'。")
 t([[Release a powerful shout, doing %0.2f physical damage in a radius %d cone in front of you.
 		At level 5 the shout is so strong it shatters all incomming projectiles caught inside.
 		The damage increases with your Strength.]], [[一次强有力的怒吼,在你前方锥形区域内造成 %0.2f 物理伤害(有效半径 %d 码)。
@@ -31034,7 +32067,7 @@ section "game/modules/tome/data/talents/techniques/weaponshield.lua"
 
 t("Shield Pummel", "盾牌连击")
 t("You cannot use Shield Pummel without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the shield bash!", "%s 抵抗了盾牌猛击!")
+t("%s resists the shield bash!", "%s抵抗了盾牌猛击!")
 t([[Hits the target with two shield strikes, doing %d%% and %d%% shield damage. If it hits a second time, it stuns the target for %d turns.
 		The stun chance increases with your Accuracy and your Strength.]], [[连续使用 2 次盾牌攻击敌人并分别造成 %d%% 和 %d%% 盾牌伤害。
 		如果此技能连续命中目标 2 次则目标会被震慑 %d 回合。
@@ -31053,7 +32086,7 @@ t([[Improves your ability to perform counterstrikes after blocks in the followin
 t("Shield Slam", "拍击")
 t("You cannot use Shield Slam without a shield!", "必须装备一面盾牌施展该技能!")
 t("Hit your target with your shield 3 times for %d%% damage then quickly return to a blocking position.  The bonus block will not check or trigger Block cooldown.", [[用盾牌拍击目标 3 次,造成 %d%% 武器伤害,然后迅速进入格挡状态。
-		该格挡不占用盾牌的格挡技能 CD。]])
+		该格挡不占用盾牌的格挡技能冷却。]])
 t("Assault", "强袭")
 t("You cannot use Assault without a mainhand weapon and shield!", "必须装备武器和一面盾牌施展该技能!")
 t("Hits the target with your shield, doing %d%% damage. If it hits, you follow up with two automatic critical hits with your weapon, doing %d%% base damage each.", "用你的盾牌攻击目标并造成 %d%% 伤害,如果此次攻击命中,那么你将会发动 2 次武器暴击,每击分别造成 %d%% 基础伤害。")
@@ -31068,7 +32101,7 @@ t([[Enter a protective battle stance allowing you to defend yourself more profic
 		护甲和格挡值加成受你的敏捷和力量值影响。]])
 t("Repulsion", "盾牌猛击")
 t("You cannot use Repulsion without a shield!", "必须装备一面盾牌施展该技能!")
-t("%s resists the knockback!", "%s 抵抗了击退!")
+t("%s resists the knockback!", "%s抵抗了击退!")
 t([[Smash your shield into the face of all adjacent foes dealing %d%% shield damage and knocking them back %d grids.
 		In addition, all creatures knocked back will also be dazed for %d turns.
 		If known, activating this talent will refresh your Rush cooldown if the attack hits.
@@ -31153,7 +32186,7 @@ t([[When moving over 800%% speed for at least 3 steps in the same direction, you
 t("Tricky Defenses", "欺诈护盾")
 t("Antimagic", "反魔法")
 t([[You are full of tricks and surprises; your Antimagic Shield can absorb %d%% more damage.
-		The increase scales with your Cunning.]], [[由于你精通欺诈和伪装,你的反魔盾可以多吸收 %d%% 伤害。 
+		The increase scales with your Cunning.]], [[由于你精通欺诈和伪装,你的反魔盾可以多吸收 %d%% 伤害。
 		受灵巧影响,效果按比例加成。]])
 t("Endless Woes", "无尽灾厄")
 t("Have dealt over 10000 acid, blight, darkness, mind or temporal damage", "曾造成超过 50000 点酸性、枯萎、暗影、精神或时空伤害")
@@ -31177,7 +32210,7 @@ t([[Surround yourself with a malevolent aura that stores damage you deal.
 		The damage and effect power increase with your Cunning, the threshold with your level, and the apply power is the highest of your mind or spell power.
 		%s]], [[你被灾厄光环笼罩,存储你造成的元素伤害。
 		当你积累的元素伤害达到 %d 时,你会向一个随机的敌人发射一次强力的爆炸,在半径 %d 范围内造成 %d 的该类型伤害,并对敌人附加以下的附加效果:
-		物理: 降低 20%% 攻击、施法和精神速度
+		物理:降低 20%% 攻击、施法和精神速度
 		#GREEN#酸性 :#LAST#  每回合受到 %d 酸性伤害,持续 5 回合。
 		#DARK_GREEN#枯萎 :#LAST#  每回合受到 %d 枯萎伤害,力量、体质和敏捷减少 %d ,持续 5 回合	
 		#GREY#黑暗 :#LAST#  造成的所有伤害减少 %d%% ,持续 5 回合。
@@ -31216,7 +32249,7 @@ t([[Surround yourself with an elemental aura that stores damage you deal.
 		%s]], [[你被元素光环笼罩,存储你造成的元素伤害。
 		当你积累的元素伤害达到 %d 时,你会向一个随机的敌人发射一次强力的爆炸,在半径 %d 范围内造成 %d 的该类型伤害,并对你自己附加以下的附加效果:
 
-		物理 : 清除 1 个物理负面特效并给予 2 回合物理负面特效豁免。
+		物理 :清除 1 个物理负面特效并给予 2 回合物理负面特效豁免。
 		#PURPLE#奥术 :#LAST# 增加你的精神和施法速度 30%% ,持续 3 回合。
 		#LIGHT_RED#火焰 :#LAST# 增加你所造成的所有伤害 %d%% ,持续 3 回合。
 		#1133F3#寒冷 :#LAST# 将你的皮肤变成冰,增加护甲 %d ,对攻击者造成 %d 冰冻伤害,持续 3 回合 
@@ -31229,10 +32262,10 @@ t([[Surround yourself with an elemental aura that stores damage you deal.
 		%s]])
 t("All physical criticals reduce the remaining cooldown of a random technique or cunning talent by 2.", "所有的物理暴击减少随机的 1 个冷却中的格斗或灵巧系技能 2 回合冷却时间。")
 t("All spell criticals reduce the remaining cooldown of a random spell/corruption/celestial/chronomancy talent by 2.", "所有的法术暴击减少随机的 1 个冷却中的法术/ 堕落/ 天空/时空系技能 2 回合冷却时间。")
-t("All mind criticals reduce the remaining cooldown of a random wild gift/psionic/afflicted talent by 2.", "所有的精神暴击减少随机的 1 个冷却中的自然 / 心灵 / 痛苦系技能 2 回合冷却时间。")
+t("All mind criticals reduce the remaining cooldown of a random wild gift/psionic/afflicted talent by 2.", "所有的精神暴击减少随机的 1 个冷却中的自然/心灵/痛苦系技能 2 回合冷却时间。")
 t("Eye of the Tiger", "猛虎之眼")
 t([[%s		
-		This can only happen once per turn per type, and cannot affect the talent that triggers it.]], [[%s		
+		This can only happen once per turn per type, and cannot affect the talent that triggers it.]], [[%s
 		每种类型每回合最多触发一次,不能影响触发该效果的技能。]])
 t("Worldly Knowledge", "渊博学识")
 t([[Gain 5 generic talent points and learn a new talent category from one of the below at 1.0 mastery, unlocked. Group 1 categories are available to anyone; Group 2 are available only to people without any spells or runes, and Group 3 are not available to followers of Zigur.
@@ -31259,24 +32292,24 @@ t([[Gain 5 generic talent points and learn a new talent category from one of the
 		分组 2 中的技能,只适用于不学法术和符文的职业。
 		分组 3 中的技能,不适用于反魔神教的信徒。
 		分组 1:
-		- 格斗 / 体质强化系
-		- 灵巧 / 生存系
-		- 自然 / 自然协调系
+		- 格斗/体质强化系
+		- 灵巧/生存系
+		- 自然/自然协调系
 		分组 2:
-		- 自然 / 自然召唤系
-		- 自然 / 灵晶掌握系
-		- 超能 / 梦境系
-		- 超能 / 强化移动系
-		- 超能 / 反馈系
+		- 自然/自然召唤系
+		- 自然/灵晶掌握系
+		- 超能/梦境系
+		- 超能/强化移动系
+		- 超能/反馈系
 		分组 3:
-		- 法术 / 侦查系 
-		- 法术 / 法杖格斗系
-		- 法术 / 岩石炼金系
-		- 堕落 / 邪恶生命系
-		- 堕落 / 邪术系
-		- 堕落 / 诅咒系
-		- 天空 / 赞歌系
-		- 时空 / 时空系]])
+		- 法术/侦查系
+		- 法术/法杖格斗系
+		- 法术/岩石炼金系
+		- 堕落/邪恶生命系
+		- 堕落/邪术系
+		- 堕落/诅咒系
+		- 天空/赞歌系
+		- 时空/时空系]])
 t("Adept", "熟能生巧")
 t("Your talent masteries are increased by 0.3.  Note that many talents will not benefit from this increase.", "你的技能树系数增加 0.3 。请注意,许多技能不会从这一增长中受益。")
 t("Tricks of the Trade", "欺诈圣手")
@@ -31284,7 +32317,7 @@ t("Have sided with the Assassin Lord", "与盗贼领主同流合污")
 t([[You have friends in low places and have learned some underhanded tricks.
 		Gain 0.2 Category Mastery to the Cunning/Stealth Category (or unlock it, if you have the tree and it is locked), and either gain +0.1 to the Cunning/Scoundrel category or learn and unlock the category at 0.9 if you lack it.
 		Additionally, all of your damage penalties from invisibility are permanently halved.]], [[你结交了狐朋狗友,学到了一些下三滥的技巧。 
-		增加灵巧 / 潜行系 0.2 系数值(需习得该技能树,未解锁则会解锁此技能),同时增加灵巧 / 街头格斗系 0.1 系数值(未习得则以 0.9 的技能系数解锁此技能树)。
+		增加灵巧/潜行系 0.2 系数值(需习得该技能树,未解锁则会解锁此技能),同时增加灵巧/街头格斗系 0.1 系数值(未习得则以 0.9 的技能系数解锁此技能树)。
 		此外,你隐形时的伤害惩罚永久减半。]])
 
 
@@ -31374,7 +32407,7 @@ t([[Your study of arcane forces has let you develop a new way of applying your a
 		You learn the following talents:
 %s]], [[通过对奥术之力的研究,你开发出了新的陷阱和毒药(由学习此进阶时掌握的技能决定) 
 
-你在灵巧 / 毒药系和灵巧 / 陷阱系技能树上获得 1.0 系数。
+你在灵巧/毒药系和灵巧/陷阱系技能树上获得 1.0 系数。
 		你的毒素爆发技能冷却时间减少 3。
 		你的诱饵技能冷却时间减少 5。
 
@@ -31395,7 +32428,7 @@ t("Have cast over 1000 spells and visited a zone outside of time", "曾释放过
 t([[You can wrap temporal threads around you, assuming the form of a telugoroth for 10 turns.
 		While in this form you gain pinning, bleeding, blindness and stun immunity, 30%% temporal resistance, your temporal damage bonus is set to your current highest damage bonus + 30%%, 50%% of the damage you deal becomes temporal, and you gain 20%% temporal resistance penetration.
 		You also are able to cast anomalies: Anomaly Rearrange, Anomaly Temporal Storm, Anomaly Flawed Design, Anomaly Gravity Pull and Anomaly Wormhole.]], [[你可以扭曲周围的时间线,转换成时空元素“泰鲁戈洛斯”形态,持续 10 回合。 
-		在这种形态中,你对定身、流血、致盲、震慑免疫,获得 30%% 时空抵抗和 20%% 的时空抵抗穿透。 
+		在这种形态中,你对定身、流血、致盲、震慑免疫,获得 30%% 时空抗性和 20%% 的时空抵抗穿透。
 		你造成的伤害的 50%% 转化为时空伤害。 
 		同时,你的时空伤害增益等于你所有类型的伤害增益中的最大值,此外,还增加 30%% 额外时空伤害增益。
 		你在时空形态下能释放以下异常:异常:重排, 异常:时空风暴 , 异常:不完美设计 , 异常:重力井和异常:虫洞。]])
@@ -31425,24 +32458,24 @@ t([[You infuse blighted energies into all of your summons, granting them Bone Sh
 		]], [[你把枯萎能量灌注进你的召唤生物中,让他们获得白骨护盾(等级 3),并获得相当于你魔法值的法术强度加成。
 		你的自然召唤和死灵随从将会得到特殊的枯萎技能(等级 3),其他的召唤物将会获得 10%% 枯萎伤害转换,并获得剧毒瘟疫(等级 3)。
 		#GREEN#自然召唤:#LAST#
-		- 战争猎犬: 食尸鬼侵蚀
-		- 果冻怪: 衰竭诅咒
-		- 米诺陶: 毁伤
-		- 岩石傀儡: 酸性血液
-		- 火焰里奇: 生命源泉
-		- 九头蛇: 鲜血喷射
-		- 雾凇: 剧毒风暴
-		- 火龙: 乌鲁洛克之焰
-		- 乌龟: 元素狂乱
-		- 蜘蛛: 鲜血支配
+		- 战争猎犬:食尸鬼侵蚀
+		- 果冻怪:衰竭诅咒
+		- 米诺陶:毁伤
+		- 岩石傀儡:酸性血液
+		- 火焰里奇:生命源泉
+		- 九头蛇:鲜血喷射
+		- 雾凇:剧毒风暴
+		- 火龙:乌鲁洛克之焰
+		- 乌龟:元素狂乱
+		- 蜘蛛:鲜血支配
 		#GREY#死灵随从:#LAST#
-		- 骷髅法师: 白骨之矛
-		- 骷髅弓箭手: 白骨尖刺
-		- 骷髅战士: 毁伤
-		- 骨巨人: 白骨尖刺和 毁伤
-		- 食尸鬼: 剧毒瘟疫
-		- 吸血鬼 / 巫妖: 鲜血支配和 鲜血沸腾
-		- 幽灵 / 尸妖: 鲜血狂怒和 死亡诅咒
+		- 骷髅法师:白骨之矛
+		- 骷髅弓箭手:白骨尖刺
+		- 骷髅战士:毁伤
+		- 骨巨人:白骨尖刺和 毁伤
+		- 食尸鬼:剧毒瘟疫
+		- 吸血鬼/巫妖:鲜血支配和 鲜血沸腾
+		- 幽灵/尸妖:鲜血狂怒和 死亡诅咒
 		]])
 t("Revisionist History", "修正历史")
 t("Have time-travelled at least once", "曾经至少进行过一次时空穿越")
@@ -31480,9 +32513,9 @@ t([[You deal a massive blow to your foe, smashing it for 350%% weapon damage, kn
 		所有受影响的目标都会被震慑 3 回合。
 		体型超过“巨大”时,每增加一级,额外增加 80%% 武器伤害。]])
 t("Massive Blow", "巨人之锤")
-t("Have dug at least 30 walls/trees/etc. and have dealt over 50000 damage with two-handed weapons", "曾挖掉至少 30 块石头 / 树木 / 等等,并且使用双手武器造成超过 50000 点伤害")
+t("Have dug at least 30 walls/trees/etc. and have dealt over 50000 damage with two-handed weapons", "曾挖掉至少 30 块石头/树木/等等,并且使用双手武器造成超过 50000 点伤害")
 t([[You deal a massive blow to your foe, smashing it for 150%% weapon damage and knocking it back 4 tiles (ignoring knockback resistance or physical save).
-		If the knockback makes it hit a wall, it will smash down the wall, deal an additional 350%% weapon damage and apply the Counterstrike effect.]], [[对敌人进行一次猛击,造成 150%% 的武器伤害并击退目标 4 码。(无视击退免疫和物理豁免) 
+		If the knockback makes it hit a wall, it will smash down the wall, deal an additional 350%% weapon damage and apply the Counterstrike effect.]], [[对敌人进行一次猛击,造成 150%% 的武器伤害并击退目标 4 码。(无视击退免疫和物理豁免)
 		如果敌人在击退时撞上墙壁,墙壁会被撞毁且对敌人造成额外的 350%% 武器伤害,并附加被反击特效。]])
 t("Steamroller", "压路机")
 t("Know the Rush talent", "习得冲锋技能")
@@ -31544,7 +32577,7 @@ t([[Your body is like that of a drake, easily resisting detrimental effects.
 		在 5 回合内对负面效果免疫。]])
 t("Meteoric Crash", "落星")
 t("Have witnessed a meteoric crash", "曾亲眼目睹过陨石坠落")
-t("%s resists the stun!", "%s 抵抗了震慑!")
+t("%s resists the stun!", "%s抵抗了震慑!")
 t([[When casting damaging spells or mind attacks, the release of your willpower can call forth a meteor to crash down near your foes.
 		The meteor deals %0.2f fire and %0.2f physical damage in radius 2 and stuns enemies for 3 turns.
 		Lava is created in radius 3 around the impact dealing %0.2f fire damage per turn for 8 turns.  This will overwrite tiles that already have modified terrain.
@@ -31576,7 +32609,7 @@ t([[Your will is so strong that you simply ignore mental effects used against yo
 		这一技能每 5 回合最多触发一次。]])
 t("Spell Feedback", "反魔干扰")
 t("Antimagic", "反魔法")
-t("#LIGHT_BLUE##Source# punishes #Target# for casting a spell!", "#LIGHT_BLUE##Source# 惩罚了 #Target# 的施法!")
+t("#LIGHT_BLUE##Source# punishes #Target# for casting a spell!", "#LIGHT_BLUE##Source#惩罚了#Target#的施法!")
 t([[Your will is a shield against assaults from crazed arcane users.
 		Each time that you take damage from a spell, you punish the spellcaster with %0.2f mind damage.
 		Also, they will suffer a 35%% spell failure chance (with duration equal to the cooldown of the spell they used on you).
@@ -31617,6 +32650,7 @@ t("Gnaw", "食尸鬼侵蚀")
 t("Risen Ghoul", "复生食尸鬼")
 t("Flesh is falling off in chunks from this decaying abomination.", "肉块正在不断的从这个腐朽的身体上掉落。")
 t("A #GREY##Source##LAST# rises from the corpse of #Target#.", "一个#GREY##Source##LAST#从的尸体上站了起来#Target#。")
+t("Ghoulish Minion", "食尸鬼随从")
 t("%s resists the disease!", "%s抵抗了疫病!")
 t([[Gnaw your target for %d%% damage.  If your attack hits, the target may be infected with Ghoul Rot for %d turns.
 		Each turn, Ghoul Rot inflicts %0.2f blight damage.
@@ -31908,13 +32942,13 @@ BLAH BLAH BLAH
 You have been sent to a remote island on the southwest coast of the Far East to crush an outpost of the Sunwall, the last remaining bastion of men, elves and dwarves on this continent.
 
 A little to the south lies the outpost. Your task: destroy it and bathe in the blood of its people!
-]], [[Welcome #LIGHT_GREEN#@name@#WHITE#.
-You are a member of the feared race of the Orcs.
+]], [[欢迎你#LIGHT_GREEN#@name@#WHITE#。
+你是令人望风丧胆的兽人种族的一员。
 BLAH BLAH BLAH
 
-You have been sent to a remote island on the southwest coast of the Far East to crush an outpost of the Sunwall, the last remaining bastion of men, elves and dwarves on this continent.
+你被派往远东大陆西南边的一个最近的陆地,去摧毁太阳之墙的一个前哨站——这个大陆幸存的最后一批人类、精灵和矮人的聚居地。
 
-A little to the south lies the outpost. Your task: destroy it and bathe in the blood of its people!
+南方去一点点就是那个前哨站。你的目标:烧光、抢光、杀光!
 ]])
 
 
@@ -32187,7 +33221,7 @@ Now open the levelup screen and assign your points.
 * #GOLD#职业技能点数#WHITE#:职业技能是你的职业的核心能力,每升一级获得1点,每5级额外获得1点。
 * #GOLD#通用技能点数#WHITE#:通用技能是非职业限定的一些角色提升技能,你每升一级获得1点,但每5级是没有
 额外点数的。
-* #GOLD#技能树解锁点#WHITE#: 可以提高你对某一技能树内所有技能的掌握程度,或者也可以解锁一个新的技能树。
+* #GOLD#技能树解锁点#WHITE#:可以提高你对某一技能树内所有技能的掌握程度,或者也可以解锁一个新的技能树。
 
 每当你的经验值获得达到100%时你就升级了。你可以通过杀死和你等级差不多的怪物
 来获得经验值。
@@ -32598,11 +33632,11 @@ For each tier, here's the cost of increasing your score by one:
 
 对于每个层级,每提高1点属性需要的点数如下:
 
-#B4B4B4#层级 1#WHITE#: 1 点
-#FFFFFF#层级 2#WHITE#: 2 点
-#00FF80#层级 3#WHITE#: 3 点
-#0080FF#层级 4#WHITE#: 4 点
-#8d55ff#层级 5#WHITE#: 5 点
+#B4B4B4#层级 1#WHITE#:1 点
+#FFFFFF#层级 2#WHITE#:2 点
+#00FF80#层级 3#WHITE#:3 点
+#0080FF#层级 4#WHITE#:4 点
+#8d55ff#层级 5#WHITE#:5 点
 ]])
 
 
@@ -33523,7 +34557,7 @@ All your new characters will now start with a transmogrification chest at birth.
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-birth_zigur_sacrifice.lua"
 
-t("New birth power: #LIGHT_GREEN#Ziguranth Sacrifice", "新选项: #LIGHT_GREEN#献祭到伊格兰斯")
+t("New birth power: #LIGHT_GREEN#Ziguranth Sacrifice", "新选项:#LIGHT_GREEN#献祭到伊格兰斯")
 t([[You have discovered Zigur, the bastion of Nature fighting against all arcane magics.
 Magic has caused so much pain and suffering on the world, it needs to stop.
 
@@ -33743,7 +34777,7 @@ Vim is the life force of all beings. It does not regenerate, and can only be sto
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_bikini.lua"
 
-t("New Cosmetic Option: #LIGHT_GREEN#Bikini and Mankini", "新时装选项: #LIGHT_GREEN#比基尼和男性比基尼")
+t("New Cosmetic Option: #LIGHT_GREEN#Bikini and Mankini", "新时装选项:#LIGHT_GREEN#比基尼和男性比基尼")
 t([[You have saved Melinda again at the beach.
 
 You may now create characters that start equiped with either bikini or mankini.
@@ -33787,7 +34821,7 @@ Drolems look awesome and can eventually learn to breathe poison.
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_race_dwarf_female_beard.lua"
 
-t("New Cosmetic Race Option: #LIGHT_GREEN#Facial Pilosity for Female Dwarves", "新的种族皮肤 : #LIGHT_GREEN# 女性矮人的胡子")
+t("New Cosmetic Race Option: #LIGHT_GREEN#Facial Pilosity for Female Dwarves", "新的种族皮肤 :#LIGHT_GREEN# 女性矮人的胡子")
 t([[You have saved the Iron Council from untold horrors from the deep.
 
 You may now create female dwarf characters sporting proudly facial pilosity as is the norm in the upper classes of dwarven society.
@@ -33806,7 +34840,7 @@ This has no effect on gameplay at all but it is fun!
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-cosmetic_race_human_redhead.lua"
 
-t("New Cosmetic Race Option: #LIGHT_GREEN#Redhead Characters", "新的种族皮肤 : #LIGHT_GREEN# 红发皮肤")
+t("New Cosmetic Race Option: #LIGHT_GREEN#Redhead Characters", "新的种族皮肤 :#LIGHT_GREEN# 红发皮肤")
 t([[You have saved Melinda from untold horrors and torments.
 
 You may now create human, elf, halfling and dwarf characters with red hair.
@@ -33825,7 +34859,7 @@ This has no effect on gameplay at all but it is fun!
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-difficulty_insane.lua"
 
-t("New game difficulty mode: #LIGHT_GREEN#Insane", "新游戏难度: #LIGHT_GREEN#疯狂")
+t("New game difficulty mode: #LIGHT_GREEN#Insane", "新游戏难度:#LIGHT_GREEN#疯狂")
 t([[You won the game on Nightmare mode.  You are a big tough player!
 You thought you had seen it all, done it all...
 
@@ -33860,7 +34894,7 @@ Insane features:#YELLOW#
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-difficulty_madness.lua"
 
-t("New game difficulty mode: #LIGHT_GREEN#Madness", "新游戏难度: #LIGHT_GREEN#绝望")
+t("New game difficulty mode: #LIGHT_GREEN#Madness", "新游戏难度:#LIGHT_GREEN#绝望")
 t([[You won the game on Insane mode.  You are one of the best players!
 But fear not because the game is just about to get even more unfair on you!
 
@@ -34065,7 +35099,7 @@ Talents:
 
 技能:
 - #YELLOW# 岩石飞弹: #WHITE# 发射数个岩石飞弹向多个目标进行攻击。
-- #YELLOW# 岩石身躯: #WHITE# 进入岩石形态,降低大多数石系 / 大地系技能的冷却时间。
+- #YELLOW# 岩石身躯: #WHITE# 进入岩石形态,降低大多数石系/大地系技能的冷却时间。
 - #YELLOW# 地震: #WHITE# 创造一个区域性地震,震慑其中的目标。
 - #YELLOW# 水晶力场: #WHITE# 掌握石系魔法使你能穿透物理免疫的生物对其造成伤害。
 ]])
@@ -34252,7 +35286,7 @@ They require energy to do so, which they recover naturally over time, and throug
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-race_ogre.lua"
 
-t("New Race: #LIGHT_GREEN#Ogre", "新种族: #LIGHT_GREEN#食人魔")
+t("New Race: #LIGHT_GREEN#Ogre", "新种族:#LIGHT_GREEN#食人魔")
 t([[Ogres are magically-altered Humans, taking refuge in Elvala among the Shalore. 
 Their enormous bodies, bolstered by (and dependent on) an intricate web of glowing runes covering their skin, make them an intimidating sight that belies their conscientious and modest nature.
 Ogres were created (and subsequently abandoned) by the Conclave during the Allure Wars, to serve as their warriors and workers.  Their massive size and glowing runes made it impossible for them to hide during the Spellhunt, and only those who fled to Shalore lands survived extermination.
@@ -34338,7 +35372,7 @@ Talents:
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-rogue_skirmisher.lua"
 
-t("New Class: #LIGHT_GREEN#Skirmisher (Rogue)", "新职业: #LIGHT_GREEN#散兵(盗贼)")
+t("New Class: #LIGHT_GREEN#Skirmisher (Rogue)", "新职业:#LIGHT_GREEN#散兵(盗贼)")
 t([[In Maj'Eyal threats are everywhere when you walk the wildlands, some rogues prefer to forgo the use of stealth instead using their cunning skills to kill silently from afar with a sling well protected with a buckler.
 
 You have learned the power of counterstriking from afar and can now create characters with the #LIGHT_GREEN#Skirmisher class#WHITE#.
@@ -34455,7 +35489,7 @@ Brawlers use stamina and must remain at least semi-mobile.  As such they cannot
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-wilder_oozemancer.lua"
 
-t("New Class: #LIGHT_GREEN#Oozemancer (Wilder)", "新职业: #LIGHT_GREEN#软泥使 ( 野性系 )")
+t("New Class: #LIGHT_GREEN#Oozemancer (Wilder)", "新职业:#LIGHT_GREEN#软泥使 ( 野性系 )")
 t([[The long Nature's hatred of all arcane forces has managed to create Oozemancers as the ultimate answer to archmagi.
 You have met and destroyed a corrupted one and can now create new characters with the #LIGHT_GREEN#Oozemancer class#WHITE#.
 
@@ -34486,7 +35520,7 @@ The higher it gets the more off-balance they are with it. A high Equilibrium mak
 ------------------------------------------------
 section "game/modules/tome/data/texts/unlock-wilder_stone_warden.lua"
 
-t("New Class: #LIGHT_GREEN#Stone Warden (Wilder)", "新职业: #LIGHT_GREEN#岩石守卫(野性系)")
+t("New Class: #LIGHT_GREEN#Stone Warden (Wilder)", "新职业:#LIGHT_GREEN#岩石守卫(野性系)")
 t([[While most races of Eyal firmly believe that arcane and nature forces are opposites, Dwarves have found a way to bind them together and meld them into a power to be reckoned with.
 
 You have mastered some arcane and wild talents at a crude level can now create new dwarf characters with the #LIGHT_GREEN#Stone Warden class#WHITE#.
@@ -34502,21 +35536,21 @@ Class features:#YELLOW#
 All Wilder classes use Equilibrium for their powers. It represents their connection to nature. 
 The higher it gets the more off-balance they are with it. A high Equilibrium makes for a chance to fail to use a power and lose a turn.
 Stone Wardens also use Mana.
-]], [[While most races of Eyal firmly believe that arcane and nature forces are opposites, Dwarves have found a way to bind them together and meld them into a power to be reckoned with.
+]], [[尽管大部分埃亚尔的种族都坚信奥术和自然的力量势不两立,矮人们找到了一种方法,可以将它们联结起来,组成一种让人无法忽视的强大力量。
 
-You have mastered some arcane and wild talents at a crude level can now create new dwarf characters with the #LIGHT_GREEN#Stone Warden class#WHITE#.
+你对奥术和自然能力两项的精通达到了一个十分深入的程度,你创建的新矮人角色可以选择#LIGHT_GREEN#岩石守卫职业#WHITE#。
 
-Stone Wardens are Wilders, who are at home in the wilds and draw their power from their connection with nature and arcane
-Class features:#YELLOW#
-- Dual wield shields and bash your foes with arcane enhanced shield strikes
-- Combine arcane and nature forces to split yourself into two powerful halves
-- Use vines of stone to grab and assail your foes
-- Turn into a huge earth elemental and summon volcanos
-- Dwarf race exclusive class (Select it at birth for the option to even appear)#WHITE#
+岩石守卫是野性系职业,它们植根于自然,从自然和奥术的联结中汲取力量。
+职业特性:#YELLOW#
+- 双持盾牌,使用奥术强化的盾牌打击攻击敌人
+- 结合奥术和自然的力量,产生两个强大的分身。
+- 使用岩石藤蔓抓取并攻击敌人。
+- 变化成巨大的岩石元素,召唤火山。
+- 这是矮人专属的职业,只有在创建角色画面选择矮人才能看到。#WHITE#
 
-All Wilder classes use Equilibrium for their powers. It represents their connection to nature. 
-The higher it gets the more off-balance they are with it. A high Equilibrium makes for a chance to fail to use a power and lose a turn.
-Stone Wardens also use Mana.
+所有野性系职业使用自然失衡值作为其能量,它与自然之间的联系密切相关。
+对自然平衡的破坏越大这个值会越高。高自然失衡值会导致一定几率技能失败而损失一个回合。
+岩石守卫同样使用法力值。
 ]])
 
 
@@ -34621,16 +35655,27 @@ t("%s from %s", "%sçš„%s", {2,1})
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/floor.lua"
 
+t("Icy Floor", "冰面")
 t("The target is walking on an icy floor. Increasing movement speed by 20%, providing +20% cold damage piercing and -30% stun immunity.", "目标行走在冰面上。增加 20%移动速度,提供 20%的冰冷伤害穿透,同时减少 30%的震慑免疫。")
+t("Font of Life", "生命之泉")
 t("The target is near a font of life, granting %+0.2f life regeneration, %+0.2f equilibrium regeneration, %+0.2f stamina regeneration and %+0.2f psi regeneration.  (Only living creatures benefit.)", "目标靠近生命之泉,增加 +%0.2f 生命回复, +%0.2f 失衡值回复, +%0.2f 体力回复和 +%0.2f 超能力回复。不死族无法获得此效果。")
+t("Spellblaze Scar", "奥术之痕")
 t("The target is near a spellblaze scar, granting +25% spell critical chance, +10% fire and blight damage but critical spells will drain arcane forces.", "目标接近奥术之痕,获得 25%法术暴击率,增加 10%火焰和枯萎伤害,但是法术暴击会消耗法力值。")
+t("Blighted Soil", "荒芜之地")
 t("The target is walking on blighted soil, reducing diseases resistance by 60% and giving all attacks a 40% chance to infect the target with a random disease (can only happen once per turn).", "目标行走在荒芜之地上,减少 60%疾病抵抗并且对目标的所有攻击有 40%的几率使其感染某种疾病。(每回合只能触发一次)")
+t("Glimmerstone", "闪光石")
 t("The target is affected by a glimmerstone, its next attack will try to daze.", "目标被闪光石影响,它的下一次攻击可能造成眩晕。")
+t("Protective Aura", "防御光环")
 t("The target is near a protective aura, granting +%d armour and +%d physical save.", "目标靠近防御光环,获得 +%d 点护甲和 +%d 物理豁免。")
+t("Antimagic Bush", "反魔光环")
 t("The target is near an antimagic bush, granting +20%% nature damage, +20%% nature resistance penetration and -%d spellpower.", "目标靠近反魔灌木,增加 20%% 自然伤害, 20%% 自然抵抗穿透。同时 -%d 法术强度。")
+t("Necrotic Air", "死灵瘴气")
 t("The target is in a zone of necrotic air, granting -40% healing mod. Undead creatures also get +15% to all resistances.", "目标位于死灵瘴气中,减少 40% 治疗效果。不死族则增加 15% 所有抵抗。")
+t("Whistling Vortex", "尖啸漩涡")
 t("The target is in a whistling vortex, granting +%d ranged defense, -%d ranged accuracy and incoming projectiles are 30%% slower.", "目标靠近尖啸漩涡,增加 +%d 远程闪避,同时 -%d 远程命中,并且抛射物减缓 30%% 。")
+t("Fell Aura", "毁灭光环")
 t("The target is surrounded by a fell aura, granting 40% critical damage bonus but -20% to all resistances.", "目标被毁灭光环所包围,增加 40% 暴击伤害,同时减少 20% 所有抵抗。.")
+t("Slimey Pool", "史莱姆地板")
 t("The target is walking on slime. Decreasing movement speed by 20% and dealing 20 slime damage to any creatures attacking it.", "目标行走在史莱姆上。减少 20% 移动速度并对任何攻击它的目标造成 20 点史莱姆伤害。")
 
 
@@ -34647,18 +35692,20 @@ t("#Target#'s armor corrodes!", "#Target#的护甲被腐蚀了!")
 t("#Target# is fully armored again.", "#Target#的护甲重新变得完整。")
 t("Surging mana", "法力潮汐")
 t("The mana surge engulfs the target, regenerating %0.2f mana per turn.", "法力潮汐淹没目标,每回合回复 %0.2f 法力值。")
-t("#Target# starts to surge mana.", "#Target# 开始快速回复法力。")
+t("#Target# starts to surge mana.", "#Target#开始快速回复法力。")
 t("+Manasurge", "+法力潮汐")
-t("#Target# stops surging mana.", "#Target# 停止快速回复法力。")
+t("#Target# stops surging mana.", "#Target#停止快速回复法力。")
 t("-Manasurge", "-法力潮汐")
 t("Mana Overflow", "法力溢出")
 t("The mana is overflowing, increasing your max mana by %d%%.", "法力溢出,提升你的法力上限 %d%% 。")
-t("#Target# starts to overflow mana.", "#Target# 法力溢出了。")
+t("#Target# starts to overflow mana.", "#Target#法力溢出了。")
 t("+Mana Overflow", "+法力溢出")
-t("#Target# stops overflowing mana.", "#Target# 停止法力溢出。")
+t("#Target# stops overflowing mana.", "#Target#停止法力溢出。")
 t("-Mana Overflow", "-法力溢出")
 t("Stoned", "石化")
 t("The target has been turned to stone: it is rooted in place, unable to act, and may be shattered by a single blow dealing more than 30% of its maximum life.  It's new form makes it immune to being poisoned or cut, and grants improved physical(+20%), fire(+80%) and lightning(+50%) resistances.", "目标被石化:被定身在此位置,无法行动,在受到超过 30% 最大生命的伤害将被击碎,但提高物理抵抗( +20% )火焰抵抗( + 80% )和闪电抵抗( + 50% )。")
+t("stone", "石")
+t("stun", "震慑")
 t("#Target# turns to #GREY#STONE#LAST#!", "#Target#变成了#GREY#石头#LAST#!")
 t("+Stoned", "+石化")
 t("#Target# is no longer a #GREY#statue#LAST#.", "#Target#不再是#GREY#石头#LAST#了.")
@@ -34667,72 +35714,77 @@ t("Arcane Storm", "奥术风暴")
 t("The target is the epicenter of a terrible arcane storm, providing +%d%% arcane resistance.", "目标处于巨大奥术风暴的中心,提供 +%d%% 奥术抵抗。")
 t("Earthen Barrier", "大地屏障")
 t("Reduces physical damage received by %d%%.", "减少物理伤害 %d%% 。")
-t("#Target# hardens its skin.", "#Target# 的皮肤变得坚硬。")
+t("#Target# hardens its skin.", "#Target#的皮肤变得坚硬。")
 t("+Earthen barrier", "+大地屏障")
 t("-Earthen barrier", "-大地屏障")
 t("Molten Skin", "炽热皮肤")
 t("Reduces fire damage received by %d%%.", "减少火焰伤害 %d%% 。")
-t("#Target#'s skin turns into molten lava.", "#Target# 的皮肤变成火山岩浆。")
+t("#Target#'s skin turns into molten lava.", "#Target#的皮肤变成火山岩浆。")
 t("+Molten Skin", "+炽热皮肤")
 t("-Molten Skin", "-炽热皮肤")
 t("Reflective Skin", "反射皮肤")
 t("Magically returns %d%% of any damage done to the attacker.", "反射 %d%% 魔法伤害。")
-t("#Target#'s skin starts to shimmer.", "#Target# 的皮肤开始闪光。")
+t("#Target#'s skin starts to shimmer.", "#Target#的皮肤开始闪光。")
 t("+Reflective Skin", "+反射皮肤")
-t("#Target#'s skin returns to normal.", "#Target# 的皮肤恢复了正常状态。")
+t("#Target#'s skin returns to normal.", "#Target#的皮肤恢复了正常状态。")
 t("-Reflective Skin", "-反射皮肤")
 t("Vimsense", "活力感知")
 t("Reduces blight resistance by %d%% and all saves by %d.", "降低枯萎抵抗 %d%% ,所有豁免 %d 。")
 t("Invisibility", "隐形")
-t("Improves/gives invisibility (power %d), reducing damage dealt by %d%%%s.", "提升 / 获得隐形状态( %d 隐形等级),减少其所造成的伤害%d%%%s。")
-t("#Target# vanishes from sight.", "#Target# 从视线中消失。")
+t("Improves/gives invisibility (power %d), reducing damage dealt by %d%%%s.", "提升/获得隐形状态( %d 隐形等级),减少其所造成的伤害%d%%%s。")
+t("#Target# vanishes from sight.", "#Target#从视线中消失。")
 t("+Invis", "+隐身")
-t("#Target# is no longer invisible.", "#Target# 不再隐形。")
+t("#Target# is no longer invisible.", "#Target#不再隐形。")
 t("-Invis", "-隐身")
 t("Ethereal", "虚幻形态")
 t("Invisible (power %d), damage dealt reduced by %d%%, all resistances increased by %d%%, movement speed increased by %d%%.", "隐形 ( 隐形等级 %d), 造成的伤害减少 %d%%, 所有抗性增加 %d%%, 移动速度增加 %d%%.")
-t("#Target# becomes ethereal.", "#Target# 变得虚幻。")
+t("phantasm", "幻术")
+t("#Target# becomes ethereal.", "#Target#变得虚幻。")
 t("+Ethereal", "+虚幻形态")
-t("#Target# is no longer ethereal.", "#Target# 变得不再虚幻。")
+t("#Target# is no longer ethereal.", "#Target#变得不再虚幻。")
 t("-Ethereal", "-虚幻形态")
 t("Stormshield", "风暴之盾")
 t("The target is protected a raging storm deflecting up to %d instances of damage over %d.", "单位被一团风暴保护,可转移来自 %d 个目标的超过 %d 的伤害。")
 t("#Target# summons a storm to protect them!", "#Target#召唤风暴来保护自己!")
 t("+Stormshield", "+风暴之盾")
-t("#Target#'s storm dissipates.", "#Target# 的风暴消失了。")
+t("#Target#'s storm dissipates.", "#Target#的风暴消失了。")
 t("-Stormshield", "-风暴之盾")
 t("%s(%d stormshielded#LAST#%s)#LAST#", "%s(%d 风暴护盾#LAST#%s)#LAST#")
 t("#BLUE##Target#'s stormshield is out of charges and disspitates!#LAST#.", "#BLUE##Target#的风暴护盾超过吸收次数而消失了!#LAST#.")
 t("Prismatic Shield", "多彩护盾")
-t("The target is protected by a prismatic shield blocking many instances of damage.  Remaining:  %s", "目标受到棱彩护盾的保护,可以阻挡许多伤害。剩余时间:  %s")
-t("#Target# summons a prismatic shield to protect him!", "#Target# 召唤出多彩护盾来保护自己!")
+t("The target is protected by a prismatic shield blocking many instances of damage.  Remaining:  %s", "目标受到棱彩护盾的保护,可以阻挡许多伤害。剩余次数:%s")
+t("ward", "守护")
+t("#Target# summons a prismatic shield to protect him!", "#Target#召唤出多彩护盾来保护自己!")
 t("+Prismatic", "+多彩护盾")
-t("#Target#'s prismatic shield fades.", "#Target# 的多彩护盾消失了。")
+t("#Target#'s prismatic shield fades.", "#Target#的多彩护盾消失了。")
 t("-Prismatic", "-多彩护盾")
 t("%s(%d to prism#LAST#%s)#LAST#", "%s(%d 多彩护盾#LAST#%s)#LAST#")
 t("PURGING", "净化")
 t("The target is being purged of 1 physical ailment each turn.", "目标每回合清除一项物理负面状态。")
-t("#Target# is being purged of his physical ailments!", "#Target# 正在净化自身物理疾病!")
+t("#Target# is being purged of his physical ailments!", "#Target#正在净化自身物理疾病!")
 t("+Purging", "+清除")
-t("#Target#'s is no longer being purged.", "#Target# 不再被净化")
+t("#Target#'s is no longer being purged.", "#Target#不再被净化")
 t("-Purging", "-清除")
 t("Sensing (Vim)", "感知(活力)")
 t("Improves senses, allowing the detection of unseen things.", "强化感知,可以看到看不到的东西")
 t("Sense Hidden", "感知隐藏生物")
-t("Improves/gives the ability to see invisible and stealthed creatures (power %d).", "提升 / 获得侦测隐形或者潜行生物( %d 侦测等级)")
-t("#Target#'s eyes tingle.", "#Target# 的眼睛闪出光芒。")
-t("#Target#'s eyes tingle no more.", "#Target# 的眼睛恢复了正常状态。")
+t("Improves/gives the ability to see invisible and stealthed creatures (power %d).", "提升/获得侦测隐形或者潜行生物( %d 侦测等级)")
+t("#Target#'s eyes tingle.", "#Target#的眼睛闪出光芒。")
+t("#Target#'s eyes tingle no more.", "#Target#的眼睛恢复了正常状态。")
 t("Bane of Blindness", "致盲灾祸")
 t("The target is blinded, unable to see anything and takes %0.2f darkness damage per turn.", "目标被致盲,不能看到任何东西并每回合受到 %0.2f 暗影伤害。")
-t("#Target# loses sight!", "#Target# 失明了!")
+t("blind", "致盲")
+t("#Target# loses sight!", "#Target#失明了!")
 t("+Blind", "+致盲")
-t("#Target# recovers sight.", "#Target# 恢复了视力。")
+t("#Target# recovers sight.", "#Target#恢复了视力。")
 t("-Blind", "-致盲")
 t("Bane of Confusion", "混乱灾祸")
 t("The target is confused, acting randomly (chance %d%%), unable to perform complex actions and takes %0.2f darkness damage per turn.", "目标处于混乱,随机行动 ( %d%% 几率 ),不能完成复杂的动作,每回合受到 %0.2f 暗影伤害。")
-t("#Target# wanders around!.", "#Target# 陷入昏迷而无目的地四处游荡!")
+t("bane", "灾祸")
+t("confusion", "æ··ä¹±")
+t("#Target# wanders around!.", "#Target#陷入昏迷而无目的地四处游荡!")
 t("+Confused", "+æ··ä¹±")
-t("#Target# seems more focused.", "#Target# 恢复了理智。")
+t("#Target# seems more focused.", "#Target#恢复了理智。")
 t("-Confused", "-æ··ä¹±")
 t("Supercharge Golem", "超载傀儡")
 t("The target is supercharged, increasing life regen by %0.2f and damage done by 20%%.", "目标被超载,增加 %0.2f 生命回复并增加 20%%伤害。")
@@ -34746,9 +35798,9 @@ t("#Target# seems less dangerous.", "#Target#平静了下来。")
 t("-Overload", "-过载")
 t("Life Tap", "生命分流")
 t("The target taps its blood's hidden power, healing for %d%% of all damage they deal.", "目标发掘血液中的隐藏力量,将其造成伤害的 %d%% 转化为治疗。")
-t("#Target# looks healthier as he deals damage.", "#Target# 造成伤害后看上去更健康了。")
+t("#Target# looks healthier as he deals damage.", "#Target#造成伤害后看上去更健康了。")
 t("+Life Tap", "+生命分流")
-t("#Target# stops leeching life.", "#Target# 不再吸取生命。")
+t("#Target# stops leeching life.", "#Target#不再吸取生命。")
 t("-Life Tap", "-生命分流")
 t("Arcane Eye", "奥术之眼")
 t("You have an arcane eye observing for you in a radius of %d.", "你召唤奥术之眼侦查 %d 码区域。")
@@ -34759,27 +35811,28 @@ t("All primary stats of the target are increased by %d.", "目标所有基础属
 t("Displacement Shield", "偏转护盾")
 t("The target is surrounded by a space distortion that randomly sends (%d%% chance) incoming damage to another target (%s). Absorbs %d/%d damage before it crumbles.", "目标被一层扭曲空间包围, %d%% 几率偏转伤害至另一目标( %s )。吸收 %d/%d 伤害。")
 t("+Displacement Shield", "+偏转护盾")
-t("The very fabric of space alters around #target#.", "#Target# 周围的空间扭曲了。")
+t("The very fabric of space alters around #target#.", "#Target#周围的空间扭曲了。")
 t("-Displacement Shield", "-偏转护盾")
 t("The fabric of space around #target# stabilizes to normal.", "#target#周围的时空稳定了下来。")
 t("Damage Shield", "伤害吸收")
-t("(reflecting %d%% back to the attacker)", "(反射 %d%% 伤害给攻击者 )")
-t("The target is surrounded by a magical shield, absorbing %d/%d damage %s before it crumbles.", "目标被一层魔法护盾包围,吸收( %d / %d ) 伤害 %s 直到其破裂。")
+t("(reflecting %d%% back to the attacker)", "(反射%d%%伤害给攻击者 )")
+t("The target is surrounded by a magical shield, absorbing %d/%d damage %s before it crumbles.", "目标被一层魔法护盾包围,吸收(%d/%d)伤害%s直到其破裂。")
 t("+Shield", "+护盾")
-t("A shield forms around #target#.", "#Target# 的周围产生了一道护盾。")
+t("A shield forms around #target#.", "#Target#的周围产生了一道护盾。")
 t("-Shield", "-护盾")
-t("The shield around #target# crumbles.", "#Target# 周围的护盾消失了。")
+t("The shield around #target# crumbles.", "#Target#周围的护盾消失了。")
 t("Martyrdom", "殉难")
 t("All damage done by the target will also hurt it for %d%%.", "目标造成伤害的同时对自身造成 %d%% 伤害。")
-t("#Target# is a martyr.", "#Target# 成为了一个殉道者。")
+t("#Target# is a martyr.", "#Target#成为了一个殉道者。")
 t("+Martyr", "+殉难")
-t("#Target# is no longer influenced by martyrdom.", "#Target# 不再受殉难影响。")
+t("#Target# is no longer influenced by martyrdom.", "#Target#不再受殉难影响。")
 t("-Martyr", "-殉难")
 t("Radiance Lost", "光辉暗淡")
 t("You have expended the power of your Radiance temporarily reducing its radius to 1.", "你身边的光亮变得暗淡了,光照半径降低到1码。")
-t("#Target#'s aura dims.", "#Target# 的光环变得暗淡了。")
+t("radiance", "光辉")
+t("#Target#'s aura dims.", "#Target#的光环变得暗淡了。")
 t("+Dim", "+黯淡")
-t("#Target# shines with renewed light.", "#Target# 身边光明再次闪耀。")
+t("#Target# shines with renewed light.", "#Target#身边光明再次闪耀。")
 t("-Dim", "-黯淡")
 t("Curse of Vulnerability", "弱点诅咒")
 t("The target is cursed, reducing all resistances by %d%%.", "目标被诅咒,所有抵抗降低 %d%% 。")
@@ -34790,32 +35843,35 @@ t("The target is cursed, reducing defence and all saves by %d.", "目标被诅
 t("Curse of Death", "死亡诅咒")
 t("The target is cursed, taking %0.2f darkness damage per turn and preventing natural life regeneration.", "目标被诅咒,每回合受到 %0.2f 暗影伤害并停止自然生命回复。")
 t("Curse of Hate", "仇恨诅咒")
-t("#Target# is cursed.", "#Target# 被诅咒了。")
+t("The target is cursed, force all foes in a radius of 5 to attack it.", "目标被诅咒,强制所有 5 码内目标攻击他。")
+t("curse", "诅咒")
+t("#Target# is cursed.", "#Target#被诅咒了。")
 t("+Curse", "+诅咒")
-t("#Target# is no longer cursed.", "#Target# 不再被诅咒")
+t("#Target# is no longer cursed.", "#Target#不再被诅咒")
 t("-Curse", "-诅咒")
 t("Corrupting Strike", "黑暗连击")
 t("The targets natural essence in corrupted reducing disease resistance by 100%%.", "目标自然力量被腐蚀,疾病抗性降低100%%。")
-t("#Target# is completely vulnerable to disease!", "#Target# 对疾病毫无抵抗力!")
-t("#Target# no longer vulnerable to disease.", "#Target# 恢复了对疾病的抵抗力!")
+t("#Target# is completely vulnerable to disease!", "#Target#对疾病毫无抵抗力!")
+t("#Target# no longer vulnerable to disease.", "#Target#恢复了对疾病的抵抗力!")
 t("Bloodlust", "嗜血杀戮")
 t("The target is in a magical frenzy, improving spellpower by %d.", "目标进入魔法狂暴状态,提升法术强度 %d 。")
 t("Acid Splash", "酸液飞溅")
 t("The target has been splashed with acid, taking %0.2f acid damage per turn, reducing armour by %d and attack by %d.", "目标被酸液飞溅,造成每回合 %0.2f 酸性伤害。降低 %d 护甲值和 %d 伤害。")
+t("sunder", "腐蚀")
 t("Bloodfury", "鲜血狂怒")
 t("The target's blight and acid damage is increased by %d%%.", "目标的酸性和枯萎伤害增加 %d%% 。")
 t("Reviving Phoenix", "凤凰涅磐")
 t("Target is being brought back to life.", "目标正在起死回生。")
-t("#Target# is consumed in a burst of flame. All that remains is a fiery egg.", "#Target# 化成了一道火光,留下了一个火红色的蛋。")
+t("#Target# is consumed in a burst of flame. All that remains is a fiery egg.", "#Target#化成了一道火光,留下了一个火红色的蛋。")
 t("+Phoenix", "+凤凰涅磐")
-t("#Target# bursts out from the egg.", "#Target# 从蛋中冲出。")
+t("#Target# bursts out from the egg.", "#Target#从蛋中冲出。")
 t("-Phoenix", "-凤凰涅磐")
 t("Hurricane", "风暴之怒")
 t("The target is in the center of a lightning hurricane, doing %0.2f to %0.2f lightning damage to itself and others around every turn.", "目标处于闪电飓风中心,使自身和周围目标每回合受到 %0.2f ~ %0.2f 闪电伤害。")
-t("#Target# is caught inside a Hurricane.", "#Target# 卷入了飓风之中。")
+t("#Target# is caught inside a Hurricane.", "#Target#卷入了飓风之中。")
 t("+Hurricane", "+风暴之怒")
 t("-Hurricane", "-风暴之怒")
-t("The Hurricane around #Target# dissipates.", "#Target# 身边的飓风被驱散了。")
+t("The Hurricane around #Target# dissipates.", "#Target#身边的飓风被驱散了。")
 t("Teleport: Angolwen", "传送:安格利文")
 t("The target is waiting to be recalled back to Angolwen.", "目标等待被传送至安格利文。")
 t("There are creatures that could be watching you; you cannot take the risk of teleporting to Angolwen.", "有生物可以看见你,你不能冒这个险传送安格利文。")
@@ -34823,6 +35879,7 @@ t("You are yanked out of this place!", "你“呼”的一下被带离了这个
 t("Space restabilizes around you.", "你周围的空间稳定了下来。")
 t("Timeport: Point Zero", "传送:零点圣域")
 t("The target is waiting to be recalled back to Point Zero.", "目标等待被传送回零点圣域。")
+t("timeport", "延时传送")
 t("There are creatures that could be watching you; you cannot take the risk of timeporting to Point Zero.", "有生物看着你;你不能冒着这个风险传送到零点圣城。")
 t("You are yanked out of this time!", "你“呼”的一下被带离了这个地方!")
 t("Time restabilizes around you.", "你周围的时间稳定了下来。")
@@ -34861,12 +35918,14 @@ t("Light damage has been increased by %d%% to +%d%%.", "光系伤害加成增加
 t("Shrouded in Darklight", "光暗环绕")
 t("%d%% of the targets damage is being split between light and darkness and they are taking %d light and %d darkness damage each turn.", "目标造成的 %d%% 伤害将被平分然后转为光系和暗影伤害。每回合受到 %d 光系和 %d 暗影伤害。")
 t("Sanctity", "圣洁之阵")
+t("The target is protected from silence effects.", "目标免疫沉默。")
 t("Shifting Shadows", "暗影之阵")
 t("The target's defense is increased by %d.", "目标闪避值增加 %d 。")
 t("Blazing Light", "炽焰之阵")
 t("The target is gaining %d positive energy each turn.", "目标每回合获得 %d 正能量。")
 t("Warding", "守护之阵")
 t("Projectiles aimed at the target are slowed by %d%%.", "目标受到的投射物减速 %d%% 。")
+t("circle", "法阵")
 t("Turn Back the Clock", "时光倒流")
 t("The target has been returned to a much younger state, reducing all its stats by %d.", "目标被倒退回幼儿时代,降低 %d 所有属性值。")
 t("#Target# is returned to a much younger state!", "#Target#回到了幼儿时代。")
@@ -34875,9 +35934,9 @@ t("#Target# has regained its natural age.", "#Target#回到了自然年龄。")
 t("-Turn Back the Clock", "-时光倒流")
 t("Wasting", "时间耗竭")
 t("The target is wasting away, taking %0.2f temporal damage per turn.", "消耗目标使其受到每回合 %0.2f 时空伤害。")
-t("#Target# is wasting away!", "#Target# 的时间被消耗!")
+t("#Target# is wasting away!", "#Target#的时间被消耗!")
 t("+Wasting", "+时间耗竭")
-t("#Target# stops wasting away.", "#Target# 停止了时间消耗。")
+t("#Target# stops wasting away.", "#Target#停止了时间消耗。")
 t("-Wasting", "-时间耗竭")
 t("Prescience", "预知")
 t("The target's awareness is fully in the present, increasing stealth detection, see invisibility, defense, and accuracy by %d.", "目标对当前状况了如指掌,增加隐形和潜行侦测等级、命中、近身闪避 %d 。")
@@ -34887,6 +35946,7 @@ t("#Target#'s awareness returns to normal.", "#Target#恢复了正常。")
 t("-Prescience", "-预知")
 t("Invigorate", "鼓舞")
 t("The target is regaining %d life per turn and refreshing talents at twice the normal rate.", "目标每回合回复 %d 体力值并且以两倍正常速度刷新技能。")
+t("regeneration", "回复")
 t("#Target# is invigorated.", "#Target#开始快速恢复体力。")
 t("+Invigorate", "+鼓舞")
 t("#Target# is no longer invigorated.", "#Target#停止快速恢复体力。")
@@ -34911,6 +35971,7 @@ t("#Target# is no longer infected.", "#Target#不再受到感染。")
 t("-Manaworm", "-法力蠕虫")
 t("Surge of Undeath", "不死狂潮")
 t("Increases the target combat power, spellpower, accuracy by %d, armour penetration by %d and critical chances by %d.", "增加目标 %d 攻击强度、法术强度和命中 , 增加 %d 护甲穿透并提高 %d 暴击率。")
+t("frenzy", "疯狂")
 t("#Target# is engulfed in dark energies.", "#Target#被黑暗能量包围。")
 t("+Undeath Surge", "+不死狂潮")
 t("#Target# seems less powerful.", "#Target#恢复了正常。")
@@ -34967,6 +36028,7 @@ t("+Spin Fate", "+命运之丝")
 t("#Target# stops spinning fate.", "#Target#停止编织命运。")
 t("-Spin Fate", "-命运之丝")
 t("Spellshocked", "法术冲击")
+t("cross tier", "越层效果")
 t("+Spellshocked", "+法术冲击")
 t("-Spellshocked", "-法术冲击")
 t("Rotting Disease", "腐烂疫病")
@@ -34993,12 +36055,12 @@ t("#Target# looks more determined.", "#Target#看起来更加坚定了。")
 t("-Woeful Darkness", "-恐怖黑暗")
 t("Woeful Corrosion", "恐怖酸蚀")
 t("The target has been splashed with acid, taking %0.2f acid damage per turn.", "目标被酸液溅射,每回合受到 %0.2f 酸性伤害。")
-t("#Target# is covered in acid!", "#Target# 被酸液覆盖!")
-t("#Target# is free from the acid.", "#Target# 身上的酸液消失了。")
+t("#Target# is covered in acid!", "#Target#被酸液覆盖!")
+t("#Target# is free from the acid.", "#Target#身上的酸液消失了。")
 t("Woeful Cripple", "恐怖致残")
 t("The target is crippled, reducing melee, spellcasting and mind speed by %d%%.", "目标被致残,降低 %d%% 近战、施法和精神速度。")
 t("#Target# is crippled.", "#Target#被致残。")
-t("#Target# is not crippled anymore.", "#Target# 不再被致残。")
+t("#Target# is not crippled anymore.", "#Target#不再被致残。")
 t("Epidemic", "传染病")
 t([[The target is infected by a disease, doing %0.2f blight damage per turn and reducing healing received by %d%%.
 Each non-disease blight damage done to it will spread the disease.]], [[目标被感染疾病,每回合受到 %0.2f 枯萎伤害并降低治疗效果 %d%% 。 
@@ -35014,11 +36076,14 @@ t("#Target# is free from the worm rot.", "#Target#摆脱了腐肉虫。")
 t("#LIGHT_RED#A carrion worm mass bursts out of %s!", "%s处出现成熟的蠕虫!")
 t("Ghoul Rot", "尸鬼腐蚀")
 t("The target is infected by a disease doing %0.2f blight damage per turn.%s", "目标感染疾病,每回合造成 %0.2f 点枯萎伤害。 %s")
+t("disease", "疾病")
 t("#Target# is afflicted by ghoul rot!", "#Target#被食尸鬼的疾病感染!")
 t("#Target# is free from the ghoul rot.", "#Target#摆脱了食尸鬼的疾病!")
 t("Bloodcasting", "血祭施法")
+t("Corruptions consume health instead of vim.", "堕落者消耗生命值来取代活力值。")
 t("Sanguine Infusion", "鲜血充能")
 t("Maximum life increased by %d.", "最大生命值提升 %d 。")
+t("corruption", "堕落")
 t("Arcane Supremacy", "奥术至尊")
 t("The target's spellpower and spell save has been increased by %d", "目标法术强度及法术豁免提升 %d")
 t("#Target# is surging with arcane energy.", "#Target#受到奥术能量强化。")
@@ -35027,7 +36092,7 @@ t("-Arcane Supremacy", "-奥术至尊")
 t("The arcane energy around #target# has dissipated.", "#Target#周围的奥术能量消失。")
 t("Ward", "守护")
 t("Fully absorbs %d %s attack%s.", "完全吸收 %d 次 %s 攻击。")
-t("#Target# warded against %s!", "#Target# 吸收了 %s 的攻击!")
+t("#Target# warded against %s!", "#Target#吸收了%s的攻击!")
 t("+Ward", "+守护")
 t("#Target#'s %s ward fades", "#Target#不再守护自己免受%s伤害。")
 t("-Ward", "-守护")
@@ -35048,35 +36113,37 @@ t("#Target# is no longer out of phase.", "#Target#回到了正常空间。")
 t("-Phased", "-相位")
 t("Blood Lock", "鲜血禁锢")
 t("Cannot heal higher than %d life.", "受到治疗时,生命值维持在 %d 点以下。")
+t("blood", "è¡€")
 t("#Target# is blood locked.", "#Target#的鲜血受到禁锢。")
 t("+Blood Lock", "+鲜血禁锢")
 t("#Target# is no longer blood locked.", "#Target#的鲜血不再受到禁锢。")
 t("-Blood Lock", "-鲜血禁锢")
 t("Congeal Time", "时间凝固")
 t("Reduces global action speed by %d%% and all outgoing projectiles speed by %d%%.", "减少 %d%% 整体速度和 %d%% 周围的抛射物速度。")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("+Congeal Time", "+时间凝固")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("-Congeal Time", "-时间凝固")
 t("Arcane Vortex", "奥术漩涡")
 t("An arcane vortex follows the target. Each turn a manathrust fires from it to a random foe in sight doing %0.2f arcane damage to all. If no foes are found the main target takes 50%% more arcane damage this turn. If the target dies the remaining damage is dealt as a radius 2 ball of arcane.", "一个奥术漩涡跟随着目标。每回合一发奥术射线从它身上释放出来,随机对附近视野内的目标造成 %0.2f 奥术伤害。如果视野内没有任何其他目标,则该回合会对初始目标附加额外的 50%%奥术伤害。如果目标死亡,残余伤害引发半径为 2 的奥术爆炸。")
-t("#Target# is focused by an arcane vortex!.", "#Target# 被奥术漩涡缠绕!.")
+t("#Target# is focused by an arcane vortex!.", "#Target#被奥术漩涡缠绕!.")
 t("+Arcane Vortex", "+奥术漩涡")
 t("#Target# is free from the arcane vortex.", "#Target#摆脱了奥术漩涡。")
 t("-Arcane Vortex", "-奥术漩涡")
 t("Aether Breach", "以太裂隙")
 t("Fires an arcane explosion each turn doing %0.2f arcane damage in radius 2.", "每回合触发一个奥术爆炸, 在 2 码范围内造成 %0.2f 奥术伤害。")
-t("#Target# begins channeling arcane through a breach in reality!", "#Target# 从现实的裂口中传导奥术能量!")
+t("#Target# begins channeling arcane through a breach in reality!", "#Target#从现实的裂口中传导奥术能量!")
 t("+Aether Breach", "+以太裂隙")
 t("-Aether Breach", "-以太裂隙")
-t("The aetheric breach around #Target# seals itself.", "#Target# 周围的以太裂隙自动关闭了。")
+t("The aetheric breach around #Target# seals itself.", "#Target#周围的以太裂隙自动关闭了。")
 t("Aether Avatar", "以太之体")
+t("Filled with pure aether forces!", "充满以太力量!")
 t("Vulnerability Poison", "脆弱毒素")
 t(" and poison resistance is reduced by %s%%", " 毒素免疫下降 %s%%")
 t("The target is afflicted with a magical poison and is suffering %0.2f arcane damage per turn.  All resistances are reduced by 10%%%s.", "目标被魔法毒素感染,每回合受到 %0.2f 奥术伤害,所有伤害抗性下降 10%% %s.")
-t("#Target# is magically poisoned!", "#Target# 被魔法毒素感染!")
+t("#Target# is magically poisoned!", "#Target#被魔法毒素感染!")
 t("+Vulnerability Poison", "+脆弱毒素")
-t("#Target# is no longer magically poisoned.", "#Target# 不再被魔法毒素感染。")
+t("#Target# is no longer magically poisoned.", "#Target#不再被魔法毒素感染。")
 t("-Vulnerability Poison", "-脆弱毒素")
 t("Irresistible Sun", "无御之日")
 t("The target is attracting all toward it, also dealing fire, light and physical damage each turn..", "所有目标被拉向它,每回合造成火焰、光系和物理伤害。")
@@ -35087,9 +36154,9 @@ t("-Irresistible Sun", "-无御之日")
 t("%s is pulled in!", "%s 被拉了进去!")
 t("Weight of the Sun", "太阳引力")
 t("The target is struggling against immense gravity, all damage it does is reduced by %d%%.", "目标正在抵抗强大的重力,造成的所有伤害减少 %d%%.")
-t("#Target# can barely stand!", "#Target# 难以站立!")
+t("#Target# can barely stand!", "#Target#难以站立!")
 t("+Weight of the Sun", "+太阳引力")
-t("#Target# can move freely once more.", "#Target# 可以自由移动了。")
+t("#Target# can move freely once more.", "#Target#可以自由移动了。")
 t("-Weight of the Sun", "-太阳引力")
 t("Temporal Form", "时空形态")
 t("The target assumes the form of a telugoroth.", "目标呈现出泰鲁戈洛斯形态 ")
@@ -35099,6 +36166,7 @@ t("#Target# is no longer embeded in time.", "#Target#不再深入时间长河中
 t("-Temporal Form", "-时空形态")
 t("Corrupted Losgoroth Form", "堕落的罗斯戈洛斯形态")
 t("The target has assumed the form of a corrupted losgoroth, gaining immunity to poison, disease, bleeding, and confusion.  It does not need to breathe, and converts half of all damage to life draining blight.", "目标呈现出堕落的罗斯戈洛斯形态。获得毒素、疾病、流血和混乱免疫。不需要呼吸,将所造成的的一半伤害转化为枯萎吸血伤害。")
+t("arcane", "奥术")
 t("#Target# turns into a losgoroth!", "#Target#变成了罗斯戈洛斯。")
 t("+Corrupted Losgoroth Form", "+堕落的罗斯戈洛斯形态")
 t("-Corrupted Losgoroth Form", "-堕落的罗斯戈洛斯形态")
@@ -35112,20 +36180,27 @@ t("Keepers of Reality Rally Call", "现实守护者的接力召唤")
 t("The keepers of reality have called upon all to defend Point Zero. Life increased by 5000, damage by 300%.", "现实守护者召唤一切可能的防护来守卫零点圣域,生命值提高 5000 ,伤害增加 300% 。")
 t("Receptive Mind", "大脑开放")
 t("You can sense the presence of all %s around you.", " 你能感知周围的 %s")
+t("rune", "符文")
 t("Born into Magic", "魔法亲和")
 t("%s damage increased by 20%%.", "%s 伤害增加 20%%.")
+t("race", "种族技能")
 t("Essence of the Dead", "亡者精华")
 t("The target consumed souls to gain new powers. %d spells affected.", "目标消耗灵魂来获取额外力量,   %d 个法术受到影响。")
+t("necrotic", "死灵")
 t("Ice Armour", "寒冰护甲")
 t("The target is covered in a layer of ice. Its armour is increased by %d, it deals %0.1f Cold damage to attackers that hit in melee, and 50%% of its damage is converted to cold.", " 目标被冰覆盖,增加 %d 护甲,对攻击者造成 %0.1f 点寒冷伤害 , 同时将 50%% 伤害转化为寒冷伤害。")
+t("armour", "护甲")
+t("cold", "寒冷")
 t("#Target# is covered in icy armor!", "#Target#被寒冰护甲覆盖!")
 t("#Target#'s ice coating crumbles away.", "#Target#的寒冰护甲消散了。")
 t("Caustic Golem", "酸化傀儡")
 t("The target is coated with acid. When struck in melee, it has a %d%% chance to spray a cone of acid towards the attacker doing %0.1f damage.", " 目标被酸液覆盖。当被近战攻击时,有 %d%% 几率喷射锥形酸液造成 %0.1f 伤害。")
+t("acid", "酸性")
+t("coating", "涂层")
 t("#Target# is coated in acid!", "#Target#被酸液覆盖!")
 t("#Target#'s acid coating is diluted.", "#Target#覆盖的酸液消散了。")
 t("Sun's Vengeance", "阳光之怒")
-t("The target is filled with the Sun's fury, next Sun Beam will be instant cast.", " 目标充满了阳光的愤怒!下一发阳光烈焰变为瞬发。")
+t("The target is filled with the Sun's fury, next Sun Beam will be instant cast.", " 目标充满了阳光的愤怒!下一发阳光烈焰变为瞬间。")
 t("#Target# is filled with the Sun's fury!", "#Target#充满了阳光的愤怒!")
 t("+Sun's Vengeance", "+阳光之怒")
 t("-Sun's Vengeance", "-阳光之怒")
@@ -35163,18 +36238,23 @@ t("+Light Burst", "+光芒爆发")
 t("-Light Burst", "-光芒爆发")
 t("Light Burst Speed", "光芒爆发加速")
 t("The target is invigorated from Searing Sight, increasing movement speed by %d%%.", "当使用灼热之矛时被激发, 增加 %d%% 移动速度。")
+t("sun", "太阳")
 t("+Light Burst Speed", "+光芒爆发加速")
 t("-Light Burst Speed", "-光芒爆发加速")
 t("Healing Inversion", "治疗逆转")
 t("All healing done to the target will instead turn into %d%% blight damage.", "目标受到的所有治疗会逆转为 %d%% 枯萎伤害.")
+t("heal", "治疗")
 t("+Healing Inversion", "+治疗逆转")
 t("-Healing Inversion", "-治疗逆转")
 t("Shocked", "震撼")
 t("Target is reeling from an lightning shock, halving its stun and pinning resistance.", "目标被强力的闪电所震撼,震慑与定身免疫减半.")
+t("lightning", "闪电")
 t("+Shocked", "+震撼")
 t("-Shocked", "-震撼")
 t("Wet", "湿润")
 t("Target is drenched with magical water, halving its stun resistance.", "目标全身湿透了,震慑抗性减半。")
+t("ice", "寒冰")
+t("water", "æ°´")
 t("+Wet", "+湿润")
 t("-Wet", "-湿润")
 t("Probability Travel", "次元移动")
@@ -35187,6 +36267,7 @@ t("+Blink", "+闪烁")
 t("-Blink", "-闪烁")
 t("Dimensional Anchor", "时空锚")
 t("The target is unable to teleport and takes %0.2f temporal and %0.2f physical damage if they try.", "目标不能传送,试图传送时将受到 %0.2f 时空 %0.2f 物理伤害。")
+t("slow", "减速")
 t("#Target# is anchored.", "#Target#被时空锚锁定。")
 t("+Anchor", "+时空锚")
 t("#Target# is no longer anchored.", "#Target#不再被时空锚锁定。")
@@ -35201,10 +36282,11 @@ t("#Target#'s lifeline has been braided.", "#Target#的生命线被编织了。"
 t("+Braided", "+生命线编织")
 t("#Target#'s lifeline is no longer braided.", "#Target#的生命线不再被编织。")
 t("-Braided", "-生命线编织")
-t("#CRIMSON##Source# damages #Target# through the Braid!", "#CRIMSON##Source# 通过生命编织伤害了 #Target# !")
-t("#PINK#%d braided #LAST#", "#PINK#%d 生命编织 #LAST#")
+t("#CRIMSON##Source# damages #Target# through the Braid!", "#CRIMSON##Source#通过生命编织伤害了#Target#!")
+t("#PINK#%d braided #LAST#", "#PINK#%d 生命编织#LAST#")
 t("Precognition", "预知未来")
 t("Peer into the future, detecting enemies, increasing defense by %d, and granting a %d%% chance to ignore critical hits.", "预知未来,感知敌人,并增加 %d 闪避与 %d%% 暴击摆脱率。")
+t("sense", "感知")
 t("Webs of Fate", "命运之网")
 t("Displacing %d%% of all damage on to a random enemy.", "将 %d%% 伤害转移至随机敌人。")
 t("+Webs of Fate", "+命运之网")
@@ -35212,12 +36294,14 @@ t("-Webs of Fate", "-命运之网")
 t("%s(%d webs of fate)#LAST#", "%s(%d 命运之网)#LAST#")
 t("Seal Fate", "命运封印")
 t("The target has a %d%% chance of increasing the duration of one detrimental status effects on targets it damages by one.", "有 %d%% 几率延长受到你的伤害的目标的负面状态持续时间 1 回合。")
+t("focus", "聚焦")
 t("+Seal Fate", "+命运封印")
 t("-Seal Fate", "-命运封印")
 t("Unravel", "解体")
 t("The target is immune to further damage but is dealing %d%% less damage.", "目标免疫伤害,但造成的伤害减少 %d%% 。")
 t("#Target# has started to unravel.", "#Target#开始解体。")
 t("+Unraveling", "+解体")
+t("Unravels!", "解体!")
 t("%s has unraveled!", "%s 被解体了!")
 t("Entropy", "熵")
 t("The target is losing one sustain per turn.", "每回合失去一项维持技能。")
@@ -35251,20 +36335,23 @@ t("Ogre Fury", "食人魔的怒火")
 t("Increases crit chance by %d%% and critical power by %d%%. %d charge(s).", "增加 %d%% 暴击率与 %d%% 暴击强度。叠加: %d .")
 t("Writ Large", "符文亲和")
 t("Inscriptions cooldown twice as fast.", "纹身符文冷却速度加倍。")
+t("runic", "符文")
 t("+Writ Large", "+符文亲和")
 t("-Writ Large", "-符文亲和")
 t("Static History", "静态历史")
 t("Chronomancy spells cast by the target will not produce minor anomalies.", "时空法术不会制造小异常。")
 t("+Static History", "+静态历史")
-t("Spacetime has stabilized around #Target#.", "#Target# 周围的时空变得稳定。")
+t("Spacetime has stabilized around #Target#.", "#Target#周围的时空变得稳定。")
 t("-Static History", "-静态历史")
-t("The fabric of spacetime around #Target# has returned to normal.", "#Target# 周围的时空回到了正常。")
+t("The fabric of spacetime around #Target# has returned to normal.", "#Target#周围的时空回到了正常。")
 t("Arrow Echoes", "灵矢回声")
 t("Each turn will fire an arrow at %s.", "每轮都会有箭射向 %s。")
+t("time", "时间")
 t("+Arrow Echoes", "+灵矢回声")
 t("-Arrow Echoes", "-灵矢回声")
 t("Warden's Focus", "专注守卫")
 t("Focused on %s, +%d%% critical damage and +%d%% critical hit chance against this target.", "集中于 %s, 对其增加 %d%% 暴击伤害与 %d%% 暴击率。")
+t("tactic", "战术")
 t("+Warden's Focus", "+专注守卫")
 t("-Warden's Focus", "-专注守卫")
 t("%s(%d focus)#LAST#", "%s(%d 专注)#LAST#")
@@ -35280,36 +36367,41 @@ t("#Target# is nearing the end.", "#Target#接近末日!")
 t("+Fold Fate", "+命运折叠")
 t("Spatial Tether", "时空系绳")
 t("The target has been tethered to the location and has a %d%% chance of being teleported back, creating an explosion for %0.2f physical and %0.2f temporal warp damage at both ends of the teleport.", "目标被系于某地,有 %d%% 几率被传送回去,并造成 %0.2f 物理和 %0.2f 时空翘曲爆炸伤害。")
+t("teleport", "传送")
+t("temporal", "时空")
 t("#Target# has been tethered!", "#Target#被时空系绳固定!")
 t("+Tether", "+系绳")
 t("#Target# is no longer tethered.", "#Target#不再被时空系绳固定。")
 t("-Tether", "-系绳")
 t("Blight Poison", "枯萎毒素")
 t("The target is poisoned, taking %0.2f blight damage per turn.", "目标中毒,每回合受到 %0.2f 枯萎伤害。")
-t("#Target# is poisoned with blight!", "#Target# 中了枯萎毒素!")
+t("#Target# is poisoned with blight!", "#Target#中了枯萎毒素!")
 t("+Blight Poison", "+枯萎毒素")
-t("#Target# is free from the blighted poison.", "#Target# 的枯萎毒素解除了。")
+t("#Target# is free from the blighted poison.", "#Target#的枯萎毒素解除了。")
 t("-Blight Poison", "-枯萎毒素")
 t("Insidious Blight", "阴险枯萎毒素")
 t("The target is poisoned, taking %0.2f blight damage per turn and decreasing all heals received by %d%%.", "目标中毒,每回合受到 %0.2f 枯萎伤害并降低所有治疗效果 %d%% 。")
-t("#Target# is poisoned with insidious blight!!", "#Target# 中了阴险枯萎毒素!!")
+t("#Target# is poisoned with insidious blight!!", "#Target#中了阴险枯萎毒素!!")
 t("+Insidious Blight", "+阴险枯萎毒素")
-t("#Target# is free from the insidious blight.", "#Target# 的阴险枯萎毒素解除了。")
+t("#Target# is free from the insidious blight.", "#Target#的阴险枯萎毒素解除了。")
 t("-Insidious Blight", "-阴险枯萎毒素")
 t("Crippling Blight", "致残枯萎毒素")
 t("The target is poisoned and sick, doing %0.2f blight damage per turn. Each time it tries to use a talent there is %d%% chance of failure.", "目标中毒,每回合受到 %0.2f 枯萎伤害,每次使用技能时有 %d%% 概率失败。")
-t("#Target# is poisoned with crippling blight!", "#Target# 中了致残枯萎毒素!")
+t("#Target# is poisoned with crippling blight!", "#Target#中了致残枯萎毒素!")
 t("+Crippling Blight", "+致残枯萎毒素")
-t("#Target# is free from the crippling blight.", "#Target# 的致残枯萎毒素解除了。")
+t("#Target# is free from the crippling blight.", "#Target#的致残枯萎毒素解除了。")
 t("-Crippling Blight", "-致残枯萎毒素")
 t("Numbing Blight", "痳痹枯萎毒素")
 t("The target is poisoned and sick, doing %0.2f blight damage per turn. All damage it does is reduced by %d%%.", "目标中毒,每回合受到 %0.2f 枯萎伤害并减少其造成伤害 %d%% 。")
-t("#Target# is poisoned numbing blight!", "#Target# 中了麻痹枯萎毒素!")
+t("blight", "枯萎")
+t("poison", "毒素")
+t("#Target# is poisoned numbing blight!", "#Target#中了麻痹枯萎毒素!")
 t("+Numbing Blight", "+痳痹枯萎毒素")
-t("#Target# is free from the numbing blight.", "#Target# 的麻痹枯萎毒素解除了。")
+t("#Target# is free from the numbing blight.", "#Target#的麻痹枯萎毒素解除了。")
 t("-Numbing Blight", "-痳痹枯萎毒素")
 t("Eldritch Stone Shield", "岩石护盾")
 t("The target is surrounded by a stone shield absorbing %d/%d damage.  When the shield is removed, it will explode for up to %d (currently %d) Arcane damage in a radius %d.", "目标被一层岩石护盾围绕,吸收 %d/%d 伤害。当护盾消失时,破碎的岩石会产生一次爆炸,造成至多 %d(当前 %d)点伤害,爆炸半径为 %d。")
+t("shield", "盾牌")
 t("#Target# is encased in a stone shield.", "#Target#进入了岩石护盾中。")
 t("The stone shield around #Target# %s", "#Target#周围的岩石护盾%s")
 t("Deeprock Form", "深岩形态")
@@ -35317,16 +36409,21 @@ t(", +%d%% Arcane damage and +%d%% Arcane damage penetration,", ", +%d%% 奥术
 t(", +%d%% Nature damage and +%d%% Nature damage penetration", ", +%d%% 自然伤害加成和 +%d%% 自然抗性穿透 ")
 t(", %d%% bleeding, poison, disease, and stun immunity", "以及 %d%% 震慑、流血、毒素和疾病免疫 ")
 t("The target has turned into a huge deeprock elemental.  It gains 2 size categories%s and +%d%% Physical damage and +%d%% Physical damage penetration.%s", "目标化作巨大的深岩元素形态。体型 + 2 ,并获得 +%d%% 物理伤害加成和 +%d%% 物理伤害抗性穿透 %s", {2,3})
+t("earth", "土")
+t("elemental", "元素")
 t("#Target# is imbued by the power of the Stone.", "#Target#充满了岩石力量。")
 t("+Deeprock Form", "+深岩形态")
 t("#Target# is abandoned by the Stone's power.", "#Target#被岩石力量抛弃了。")
 t("-Deeprock Form", "-深岩形态")
 t("Bathe in Light", "光之洗礼")
 t("Fire and Light damage increased by %d%%.", "火焰和光系伤害增加 %d%%.")
-t("#Target# glows intensely!", "#Target# 发出强光!")
-t("#Target# is no longer glowing .", "#Target# 不再发光。")
+t("celestial", "天空")
+t("light", "光系")
+t("#Target# glows intensely!", "#Target#发出强光!")
+t("#Target# is no longer glowing .", "#Target#不再发光。")
 t("Overseer of Nations", "远见卓识")
 t("Detects creatures of type %s/%s in radius 15.", "在15格范围内感知以下种族: %s/%s ")
+t("higher", "高等人类")
 t("Pacification Hex", "宁神邪术")
 t("The target is hexed, granting it %d%% chance each turn to be dazed for 3 turns.", "目标受邪术影响,每回合有 %d%% 概率眩晕 3 回合。")
 t("+Pacification Hex", "+宁神邪术")
@@ -35334,6 +36431,7 @@ t("-Pacification Hex", "-宁神邪术")
 t("Burning Hex", "燃烧邪术")
 t("The target is hexed.  Each time it uses an ability it takes %0.2f fire damage, and talent cooldowns are increased by %s plus 1 turn.", "目标受邪术影响,每次施放技能都会受到 %0.2f 火焰伤害, 技能冷却延长 %s 再延长 1 回合。")
 t("%d%%", "%d%%")
+t("fire", "火焰")
 t("#Target# is hexed!", "#Target#受邪术影响!")
 t("+Burning Hex", "+燃烧邪术")
 t("-Burning Hex", "-燃烧邪术")
@@ -35343,7 +36441,9 @@ t("+Empathic Hex", "+转移邪术")
 t("-Empathic hex", "-转移邪术")
 t("Domination Hex", "支配邪术")
 t("The target is hexed, temporarily changing its faction to %s.", "目标受邪术影响,暂时改变阵营至 %s 。")
-t("#Target# is hexed.", "#Target# 被邪术影响。")
+t("dominate", "支配")
+t("hex", "邪术")
+t("#Target# is hexed.", "#Target#被邪术影响。")
 t("+Domination Hex", "+支配邪术")
 t("#Target# is free from the hex.", "#Target#摆脱了邪术。")
 t("-Domination hex", "-支配邪术")
@@ -35354,28 +36454,36 @@ t("+Shadowguard", "+暗影守护")
 t("#Target#'s can be afflicted again.", "#Target#可以被影响了。")
 t("Shadowguard", "暗影守护")
 t("The target is enveloped in shadows gaining %d spellpower and defense.", "目标进入自身的阴影,获得 %d 法术强度和闪避。")
+t("shadow", "阴影")
 t("#Target#'s fully exits the shadows.", "#Target#完全离开了阴影。")
 t("-Shadowguard", "-暗影守护")
 t("Retched", "亡灵唾液")
 t("The target is walking in its own retch, negating the natural ghoul's speed penalty.", " 目标站在自己的亡灵唾液上,暂时取消了食尸鬼种族的速度惩罚。")
-t("#Target# speeds up in the retch.", "#Target# 站在唾液中恢复了速度。")
+t("speed", "速度")
+t("undead", "亡灵")
+t("#Target# speeds up in the retch.", "#Target#站在唾液中恢复了速度。")
 t("+Retched", "+亡灵唾液")
-t("#Target# speeds down outside of the retch.", "#Target# 站在唾液外,速度降低了。")
+t("#Target# speeds down outside of the retch.", "#Target#站在唾液外,速度降低了。")
 t("-Retched", "-亡灵唾液")
 t("Shadow Cut", "暗影伤口")
 t("Huge shadow cut that bleeds, doing %0.2f darkness damage per turn. Anytime you hit it you get healed for %d.", "正在流血的巨大的暗影伤口,每回合造成 %0.2f 暗影伤害。每次你击中目标将受到 %d 点治疗。")
-t("#Target# starts to bleed darkness.", "#Target# 流出黑暗的血液。")
+t("bleed", "流血")
+t("cut", "流血")
+t("wound", "创伤")
+t("#Target# starts to bleed darkness.", "#Target#流出黑暗的血液。")
 t("+Shadow Cut", "+暗影伤口")
 t("#Target# stops bleeding darkness.", "#Target#的黑暗伤口愈合了。")
 t("-Shadow Cut", "-暗影伤口")
 t("Draining Moonlight", "吸能月光")
 t("The target has been drained by a glyph, all damage it does is reduced by %d%%.", "目标被圣印汲取能量,造成的所有伤害降低 %d%%")
-t("#Target# is weakened by the glyph of moonlight!", "#Target# 被月光圣印削弱!")
+t("darkness", "æš—å½±")
+t("#Target# is weakened by the glyph of moonlight!", "#Target#被月光圣印削弱!")
 t("+Draining Moonlight", "+吸能月光")
-t("#Target# looks shakes off the effect of the glyph of moonlight.", "#Target# 摆脱了月光圣印的效果。")
+t("#Target# looks shakes off the effect of the glyph of moonlight.", "#Target#摆脱了月光圣印的效果。")
 t("-Draining Moonlight", "-吸能月光")
 t("Auger of Destruction", "粉碎之力")
 t("Physical damage increased by %d%%.", "物理伤害增加 %d%% 。")
+t("physical", "物理")
 
 
 ------------------------------------------------
@@ -35384,7 +36492,7 @@ section "game/modules/tome/data/timed_effects/mental.lua"
 t("Exposed", "暴露")
 t("Mind and body exposed to effects and attacks, reducing all saves and defense by %d.", "精神和身体暴露于攻击和效果中,闪避和豁免减少 %d 。")
 t("#Target#'s is vulnerable to attacks and effects!", "#Target#易受攻击和效果的影响!")
-t("#Target# is less vulnerable.", "#Target#不在易受攻击。")
+t("#Target# is less vulnerable.", "#Target#不再易受攻击。")
 t("Numbing Darkness", "黑暗麻痹")
 t("The target is losing hope, all damage it does is reduced by %d%%.", "目标失去希望,造成的伤害减少 %d%% 。")
 t("#Target# is weakened by the darkness!", "#Target#被黑暗削弱!")
@@ -35393,9 +36501,10 @@ t("#Target# regains their energy.", "#Target#恢复了斗志。")
 t("-Numbing Darkness", "-黑暗麻痹")
 t("Silenced", "沉默")
 t("The target is silenced, preventing it from casting spells and using some vocal talents.", "目标被沉默,无法施法和使用语言类技能。")
-t("#Target# is silenced!", "#Target# 被沉默!")
+t("silence", "沉默")
+t("#Target# is silenced!", "#Target#被沉默!")
 t("+Silenced", "+沉默")
-t("#Target# is not silenced anymore.", "#Target# 不再被沉默。")
+t("#Target# is not silenced anymore.", "#Target#不再被沉默。")
 t("-Silenced", "-沉默")
 t("Pheromones", "信息素")
 t("The target has been marked as the focus for all nature summons within %d radius, receiving %d%% increased damage from nature summons.", "目标被半径 %d 内所有自然召唤物集火,从自然召唤物那里受到的伤害增加 %d%% 。")
@@ -35403,72 +36512,76 @@ t("Summons flock towards #Target#.", "召唤物围向#Target#。")
 t("#Target# is no longer being targeted by summons.", "#Target#不再被召唤物激活。")
 t("Confused", "æ··ä¹±")
 t("The target is confused, acting randomly (chance %d%%) and unable to perform complex actions.", "目标陷入混乱,随机行动( %d%% 概率)不能完成复杂的动作。")
-t("#Target# wanders around!.", "#Target# 陷入昏迷而无目的地四处游荡!")
-t("#Target# seems more focused.", "#Target# 恢复了理智。")
+t("#Target# wanders around!.", "#Target#陷入昏迷而无目的地四处游荡!")
+t("#Target# seems more focused.", "#Target#恢复了理智。")
 t("The target's mind has been shattered. Its body remains as a thrall to %s.", "目标的心智被扰乱,身体被 %s 所奴役。")
-t("#Target#'s mind is shattered.", "#Target# 的精神被操控。")
+t("#Target#'s mind is shattered.", "#Target#的精神被操控。")
+t("Thrall", "精神控制")
 t("%s's mind recovers from the domination.", "%s 的精神摆脱了支配。")
 t("%s collapses.", "%s 的精神瓦解。")
 t("Mental Domination", "精神控制")
 t("The target's mind has been shaken. It is temporarily aligned with %s and immune to all damage.", "目标的精神被支配,暂时处于 %s 阵营并免疫所有伤害。")
-t("#Target#'s mind is dominated.", "#Target# 的精神被操控。")
+t("#Target#'s mind is dominated.", "#Target#的精神被操控。")
 t("+Dominant Will", "+精神控制")
 t("Battle Shout", "战斗鼓舞")
 t("Increases maximum life and stamina by %d%%. When the effect ends, the extra life and stamina will be lost.", "增加 %d%% 生命值和体力值上限。当效果结束后,增加的生命和体力会消失。")
 t("Battle Cry", "战斗怒喝")
 t("The target's will to defend itself is shattered by the powerful battle cry, reducing defense by %d.", "目标的防御意识被战斗怒喝所扰乱,降低 %d 闪避值。")
-t("#Target#'s will is shattered.", "#Target# 的意志受到扰乱。")
+t("#Target#'s will is shattered.", "#Target#的意志受到扰乱。")
 t("+Battle Cry", "+战斗怒喝")
-t("#Target# regains some of its will.", "#Target# 恢复了他的意志。")
+t("#Target# regains some of its will.", "#Target#恢复了他的意志。")
 t("-Battle Cry", "-战斗怒喝")
 t("Willful Combat", "战斗意志")
 t("The target puts all its willpower into its blows, improving physical power by %d.", "目标投入所有战斗意志,提升 %d 物理强度。")
-t("#Target# lashes out with pure willpower.", "#Target# 的意志受到鼓舞。")
-t("#Target#'s willpower rush ends.", "#Target# 鼓舞意志消失了。")
+t("#Target# lashes out with pure willpower.", "#Target#的意志受到鼓舞。")
+t("#Target#'s willpower rush ends.", "#Target#鼓舞意志消失了。")
 t("Gloom Weakness", "黑暗虚弱")
 t("The gloom reduces damage the target inflicts by %d%%.", "黑暗降低目标造成的伤害 %d%% 。")
 t("#F53CBE##Target# is weakened by the gloom.", "#F53CBE##Target#被黑暗所削弱。")
 t("#F53CBE##Target# is no longer weakened.", "#F53CBE##Target#不再被削弱。")
 t("Slowed by the gloom", "黑暗减速")
 t("The gloom reduces the target's global speed by %d%%.", "降低目标整体速度 %d%% 。")
-t("#F53CBE##Target# moves reluctantly!", "#F53CBE##Target# 移动受黑暗影响。")
-t("#Target# overcomes the gloom.", "#Target# 战胜了黑暗。")
+t("#F53CBE##Target# moves reluctantly!", "#F53CBE##Target#移动受黑暗影响。")
+t("#Target# overcomes the gloom.", "#Target#战胜了黑暗。")
 t("Stunned by the gloom", "黑暗震慑")
 t("The gloom has stunned the target, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被黑暗光环震慑,伤害降低 50 %%,随机 4 个技能进入 CD,移动速度降低 50%%。在震慑时技能冷却速度变慢一倍。")
-t("#F53CBE##Target# is stunned with fear!", "#F53CBE##Target# 被恐惧所震慑。")
+t("#F53CBE##Target# is stunned with fear!", "#F53CBE##Target#被恐惧所震慑。")
 t("Confused by the gloom", "黑暗混乱")
 t("The gloom has confused the target, making it act randomly (%d%% chance) and unable to perform complex actions.", "目标因黑暗光环陷入混乱,使其随机行动( %d%% 概率)且不能完成复杂动作。")
-t("#F53CBE##Target# is lost in despair!", "#F53CBE##Target# 在绝望中迷失。")
+t("#F53CBE##Target# is lost in despair!", "#F53CBE##Target#在绝望中迷失。")
 t("#Target# overcomes the gloom", "#Target#克服了黑暗光环的影响。")
 t("Dismayed", "惊慌失措")
-t("#F53CBE##Target# is dismayed!", "#F53CBE##Target# 陷入惊慌失措。")
+t("The target is dismayed. The next melee attack against the target will be a guaranteed critical hit.", "目标惊慌失措,下一次对该目标的近战攻击会造成暴击。")
+t("gloom", "黑暗光环")
+t("#F53CBE##Target# is dismayed!", "#F53CBE##Target#陷入惊慌失措。")
 t("+Dismayed", "+惊慌失措")
-t("#Target# overcomes the dismay", "#Target# 恢复了理智。")
+t("#Target# overcomes the dismay", "#Target#恢复了理智。")
 t("-Dismayed", "-惊慌失措")
 t("Stalking", "追踪")
 t("Stalking %d/%d +%d ", "追踪 %d/%d +%d ")
-t("Stalking %s. Bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "追踪 %s. 等级 %d: +%d 命中, +%d%% 近战伤害, 攻击目标时 +%0.2f 仇恨/回合")
+t("Stalking %s. Bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "追踪 %s. 等级 %d:+%d 命中, +%d%% 近战伤害, 攻击目标时 +%0.2f 仇恨/回合")
 t("Prey damage modifier: %d%%.", "猎捕伤害加成: %d%% 。")
-t("#F53CBE##Target# is being stalked by #Source#!", "#F53CBE##Target# 被 #Source# 追踪!。")
-t("#F53CBE##Target# is no longer being stalked by #Source#.", "#F53CBE##Target# 不再被 #Source# 追踪。")
+t("#F53CBE##Target# is being stalked by #Source#!", "#F53CBE##Target#被#Source#追踪!。")
+t("#F53CBE##Target# is no longer being stalked by #Source#.", "#F53CBE##Target#不再被#Source#追踪。")
 t("Stalked", "被追踪")
 t("Being stalked.", "被追踪。")
-t("Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "目标被 %s 追踪。追踪等级 %d: +%d 命中, +%d%% 近战伤害,击中目标时 +%0.2f 仇恨/回合。")
+t("Being stalked by %s. Stalker bonus level %d: +%d accuracy, +%d%% melee damage, +%0.2f hate/turn prey was hit.", "目标被 %s 追踪。追踪等级 %d:+%d 命中, +%d%% 近战伤害,击中目标时 +%0.2f 仇恨/回合。")
 t(" Prey damage modifier: %d%%.", " 猎捕伤害加成: %d%% 。")
+t("veil", "猎杀")
 t("Beckoned", "被诱惑")
 t("The target has been beckoned by %s and is heeding the call. There is a %d%% chance of moving towards the beckoner each turn.", "目标被 %s 诱惑并响应其呼唤,每回合有 %d%% 概率向召唤者移动。")
 t(" (spellpower: %d, mindpower: %d", " (法术强度: %d ,精神强度: %d ")
-t("#Target# has been beckoned.", "#Target# 被召唤。")
+t("#Target# has been beckoned.", "#Target#被召唤。")
 t("+Beckoned", "+被诱惑")
-t("#Target# is no longer beckoned.", "#Target# 不再被召唤。")
+t("#Target# is no longer beckoned.", "#Target#不再被召唤。")
 t("-Beckoned", "-被诱惑")
-t("#F53CBE#%s struggles against the beckoning.", "#F53CBE#%s 挣扎着摆脱召唤。")
-t("#F53CBE#%s is jolted to attention by the damage and is no longer being beckoned.", "#F53CBE#%s 受到伤害,召唤被打断了。")
+t("#F53CBE#%s struggles against the beckoning.", "#F53CBE#%s挣扎着摆脱召唤。")
+t("#F53CBE#%s is jolted to attention by the damage and is no longer being beckoned.", "#F53CBE#%s受到伤害,召唤被打断了。")
 t("Overwhelmed", "压制")
 t("The target has been overwhemed by a furious assault, reducing defence by %d.", "目标被强力的攻击所压制,减少 %d 闪避。")
-t("#Target# has been overwhelmed.", "#Target# 被压制。")
+t("#Target# has been overwhelmed.", "#Target#被压制。")
 t("+Overwhelmed", "+压制")
-t("#Target# is no longer overwhelmed.", "#Target# 不再受到压制。")
+t("#Target# is no longer overwhelmed.", "#Target#不再受到压制。")
 t("-Overwhelmed", "-压制")
 t("Cursed Miasma", "诅咒瘴气")
 t("The target is enveloped in a cursed miasma.", "目标被包裹在诅咒瘴气中。")
@@ -35478,48 +36591,52 @@ t("-Cursed Miasma", "-诅咒瘴气")
 t("The cursed miasma around #target# dissipates.", "#Target#周围的诅咒瘴气消失了。")
 t("Harassed", "疲倦")
 t("The target has been harassed by its stalker, reducing damage by %d%%.", "目标被追踪至疲倦,伤害减低 %d%% 。")
-t("#Target# has been harassed.", "#Target# 陷入疲倦。")
+t("#Target# has been harassed.", "#Target#陷入疲倦。")
 t("+Harassed", "+疲倦")
-t("#Target# is no longer harassed.", "#Target# 摆脱了疲倦。")
+t("#Target# is no longer harassed.", "#Target#摆脱了疲倦。")
 t("-Harassed", "-疲倦")
 t("Dominated", "支配意志")
 t("The target has been dominated.  It is unable to move and has lost %d armor and %d defense. Attacks from %s gain %d%% damage penetration.", " 目标被支配。不能移动并减少 %d 护甲和 %d 闪避。 %s 对目标的攻击增加 %d%% 抗性穿透。")
-t("#F53CBE##Target# has been dominated!", "#F53CBE##Target# 受到支配!")
+t("#F53CBE##Target# has been dominated!", "#F53CBE##Target#受到支配!")
 t("+Dominated", "+支配意志")
-t("#F53CBE##Target# is no longer dominated.", "#F53CBE##Target# 不再受到支配。")
+t("#F53CBE##Target# is no longer dominated.", "#F53CBE##Target#不再受到支配。")
 t("-Dominated", "-支配意志")
 t("Agony", "极度痛苦")
 t("%s is writhing in agony, suffering from %d to %d damage over %d turns.", "%s 陷入挣扎,遭受 %d 至 %d 伤害持续 %d 回合。")
-t("#Target# is writhing in agony!", "#Target# 陷入极度痛苦!")
+t("pain", "痛苦")
+t("#Target# is writhing in agony!", "#Target#陷入极度痛苦!")
 t("+Agony", "+极度痛苦")
-t("#Target# is no longer writhing in agony.", "#Target# 摆脱了极度痛苦。")
+t("#Target# is no longer writhing in agony.", "#Target#摆脱了极度痛苦。")
 t("-Agony", "-极度痛苦")
 t("Hateful Whisper", "憎恨私语")
-t("%s has heard the hateful whisper.", "%s 听到了憎恨私语。")
-t("#Target# has heard the hateful whisper!", "#Target# 听到了憎恨私语!")
+t("%s has heard the hateful whisper.", "%s听到了憎恨私语。")
+t("#Target# has heard the hateful whisper!", "#Target#听到了憎恨私语!")
 t("+Hateful Whisper", "+憎恨私语")
 t("#Target# no longer hears the hateful whisper.", "#Target#不再听到憎恨私语。")
 t("-Hateful Whisper", "-憎恨私语")
 t("Slowed by madness", "疯狂减速")
 t("Madness reduces the target's global speed by %d%% and lowers mind resistance by %d%%.", "目标因疯狂降低整体速度 %d%% ,同时降低精神抵抗 %d%% 。")
+t("slow", "减速")
 t("#F53CBE##Target# slows in the grip of madness!", "#F53CBE##Target#陷入疯狂之中速度减缓了。")
 t("+Slow", "+减速")
 t("#Target# overcomes the madness.", "#Target#摆脱了疯狂。")
 t("-Slow", "-减速")
 t("Stunned by madness", "疯狂震慑")
 t("Madness has stunned the target, reducing damage by 50%%, lowering mind resistance by %d%%, putting 4 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被疯狂震慑,伤害降低 50%%,精神豁免降低 %d%% ,随机 4 个技能进入 CD,移动速度降低 50%%。在震慑时技能冷却速度变慢一倍。")
+t("stun", "震慑")
 t("#F53CBE##Target# is stunned by madness!", "#F53CBE##Target#陷入疯狂之中而被震慑!")
 t("+Stunned", "+震慑")
 t("-Stunned", "-震慑")
 t("Confused by madness", "疯狂混乱")
 t("Madness has confused the target, lowering mind resistance by %d%% and making it act randomly (%d%% chance)", "疯狂使目标混乱,降低目标 %d%% 精神抵抗,使目标随机行动( %d%% 概率)。")
+t("power", "能量")
 t("#F53CBE##Target# is lost in madness!", "#F53CBE##Target#陷入了疯狂!")
 t("+Confused", "+æ··ä¹±")
 t("#Target# overcomes the madness", "#Target#战胜了疯狂。")
 t("-Confused", "-æ··ä¹±")
 t("Maligned", "恶性感染")
 t("The target is under a malign influence. All resists have been lowered by %d%%.", "目标被恶性感染,所有抵抗降低 %d%% 。")
-t("#F53CBE##Target# has been maligned!", "#F53CBE##Target# 被恶性感染!")
+t("#F53CBE##Target# has been maligned!", "#F53CBE##Target#被恶性感染!")
 t("+Maligned", "+恶性感染")
 t("#Target# is no longer maligned", "#Target#不再被恶性感染。")
 t("-Maligned", "-恶性感染")
@@ -35531,14 +36648,14 @@ t("%s feels a little less afraid!", "%s感到不那么恐惧了!")
 t("Tyrant", "精神专制")
 t("Paranoid", "妄想")
 t("Paranoia has gripped the target, causing a %d%% chance they will physically attack anyone nearby, friend or foe. Targets of the attack may become paranoid themselves.", "目标被妄想纠缠,有 %d%% 概率以物理攻击附近任一目标,不分敌我,被攻击者也可能陷入妄想。")
-t("#F53CBE##Target# becomes paranoid!", "#F53CBE##Target# 陷入了妄想!")
+t("#F53CBE##Target# becomes paranoid!", "#F53CBE##Target#陷入了妄想!")
 t("+Paranoid", "+妄想")
-t("#Target# is no longer paranoid", "#Target# 摆脱了妄想。")
+t("#Target# is no longer paranoid", "#Target#摆脱了妄想。")
 t("-Paranoid", "-妄想")
 t("#F53CBE#%s struggles against the paranoia.", "#F53CBE#%s挣扎着摆脱妄想。")
 t("#F53CBE##Source# attacks #Target# in a fit of paranoia.", "#F53CBE##Source#妄想发作攻击了#Target#。")
-t("#F53CBE#%s ignores the fear!", "%s 无视了恐惧!")
-t("%s resists the fear!", "%s 抵抗了恐惧!")
+t("#F53CBE#%s ignores the fear!", "%s无视了恐惧!")
+t("%s resists the fear!", "%s抵抗了恐惧!")
 t("Despair", "绝望")
 t("The target is in despair, reducing their armour, defence, mindsave and mind resist by %d.", "目标陷入绝望,护甲,闪避,精神豁免和精神抵抗降低 %d 。")
 t("#F53CBE##Target# is in despair!", "#F53CBE##Target#陷入绝望!")
@@ -35559,6 +36676,7 @@ t("#Target# is no longer haunted", "#Target#摆脱了纠缠。")
 t("-Haunted", "-纠缠")
 t("Panicked", "恐慌")
 t("The target has been panicked by %s, causing them to have a %d%% chance of fleeing in terror instead of acting.", "目标对 %s 感到恐慌,使其有 %d%% 概率因为害怕而逃跑。")
+t("fear", "恐惧")
 t("#F53CBE##Target# becomes panicked!", "#F53CBE##Target#陷入恐慌!")
 t("+Panicked", "+恐慌")
 t("#Target# is no longer panicked", "#Target#摆脱了恐慌。")
@@ -35568,11 +36686,12 @@ t("#F53CBE#You panic and flee from %s.", "#F53CBE#你因为恐惧而逃离%s。"
 t("#F53CBE##Source# panics but fails to flee from #Target#.", "F53CBE##Target#恐惧而试图逃离#Target#,但是失败了。")
 t("Quick", "提速")
 t("Increases global speed by %d%%.", "整体速度提升 %d%% 。")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("+Quick", "+提速")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("-Quick", "-提速")
 t("Frenzied Focus", "灵能狂热")
+t("This creatures psionic focus item is supercharged!", "这个生物用念力控制的物品进入了暴走模式!")
 t("#Target# enters a frenzy!", "#Target#进入狂热状态!")
 t("#Target# is no longer frenzied.", "#Target#的狂热状态消失了。")
 t("Spiked Kinetic Shield", "念力护盾")
@@ -35581,7 +36700,7 @@ t("A powerful kinetic shield forms around #target#.", "#Target#四周形成了
 t("The powerful kinetic shield around #target# crumbles.", "#Target#的念力护盾消失了。")
 t("Spiked Thermal Shield", "热能护盾")
 t("The target erects a powerful thermal shield capable of absorbing %d/%d fire%s or cold damage before it crumbles.", "目标施放一个热能护盾吸收 %d/%d 热能 %s 或寒冷伤害。")
-t("A powerful thermal shield forms around #target#.", "#Target# 获得了热能护盾。")
+t("A powerful thermal shield forms around #target#.", "#Target#获得了热能护盾。")
 t("The powerful thermal shield around #target# crumbles.", "#Target#的热能护盾消失了。")
 t("Spiked Charged Shield", "充电护盾")
 t("The target erects a powerful charged shield capable of absorbing %d/%d lightning%s or blight damage before it crumbles.", "目标施放一个充电护盾吸收 %d/%d 闪电 %s 或枯萎伤害。")
@@ -35591,11 +36710,14 @@ t("Perfect control", "完美控制")
 t("The target's combat attack and crit chance are improved by %d and %d%%, respectively.", "分别目标提高目标 %d 攻击强度和 %d%% 暴击率。")
 t("Matter is energy", "物能转化")
 t("The gem's matter gradually transforms, granting %0.2f psi per turn.", "宝石缓慢转化,每回合产生 %0.2f 超能力值。")
+t("psychic_drain", "超能力吸收")
 t("+Energy", "+能量")
 t("Energy starts pouring from the gem into #Target#.", "#Target#从宝石中吸收能量。")
 t("-Energy", "-能量")
 t("The flow of energy from #Target#'s gem ceases.", "#Target#停止从宝石中吸收能量。")
 t("Telekinetic Archery", "念力射击")
+t("Your telekinetically-wielded bow automatically attacks the nearest target each turn.", "你的念动弓箭每回合会向最近目标自动射击。")
+t("telekinesis", "念力")
 t("#Target# enters a telekinetic archer's trance!", "#Target#进入念动射击状态!")
 t("+Telekinetic archery", "+念动弓箭")
 t("#Target# is no longer in a telekinetic archer's trance.", "#Target#脱离了念动射击状态。")
@@ -35604,12 +36726,14 @@ t("Receptive Mind", "大脑开放")
 t("Decreases mind save by %d and increases mindpower by %d.", "降低精神豁免 %d 并增加精神强度 %d.")
 t("Void Echoes", "虚空回音")
 t("The target is seeing echoes from the void and will take %0.2f mind damage as well as some resource damage each turn it fails a mental save.", "目标收到虚空的回声,每回合进行精神豁免检定,失败则在造成原伤害的同时附加 %0.2f 精神伤害。")
+t("madness", "疯狂")
 t("#Target# is being driven mad by the void.", "#Target#被卷入虚空变得疯狂。")
 t("+Void Echoes", "+虚空回音")
 t("#Target# has survived the void madness.", "#Target#从虚空的疯狂中幸存了下来。")
 t("-Void Echoes", "-虚空回音")
 t("Waking Nightmare", "梦魇复苏")
 t("The target is lost in a nightmare that deals %0.2f mind damage each turn and has a %d%% chance to cause a random detrimental effect.", "目标陷入清醒状态的噩梦之中,每回合造成 %0.2f 暗影伤害,并有 %d%% 概率受到一个随机不良效果。")
+t("darkness", "æš—å½±")
 t("+Night Terrors", "+梦魇恐怖")
 t("-Night Terrors", "-梦魇恐怖")
 t("#F53CBE#%s succumbs to the nightmare!", "#F53CBE#%s受噩梦控制!")
@@ -35620,6 +36744,8 @@ t("+Inner Demons", "+心魔")
 t("#Target# is freed from the demons.", "#Target#摆脱了心魔。")
 t("-Inner Demons", "-心魔")
 t("Enthralled", "迷惑")
+t("The target is enthralled, temporarily changing its faction.", "目标被迷惑,暂时改变了其阵营。")
+t("dominate", "支配")
 t("#Target# is entralled.", "#Target#被迷惑。")
 t("+Enthralled", "+迷惑")
 t("#Target# is free from the domination.", "#Target#摆脱了支配。")
@@ -35632,6 +36758,7 @@ t("Perfect Accuracy", "完美命中")
 t("The target's accuracy is improved by %d.", "目标的命中提高 %d 。")
 t("Deadly Strikes", "致命打击")
 t("The target's armour penetration is increased by %d.", "目标护甲穿透提高 %d 。")
+t("focus", "聚焦")
 t("#Target# aims carefully.", "#Target#仔细地瞄准。")
 t("#Target# aims less carefully.", "#Target#不再仔细瞄准。")
 t("Frenzy", "狂热")
@@ -35641,9 +36768,11 @@ Additionally the target will continue to fight until its Life reaches -%d%%.]],
 t("#Target# goes into a killing frenzy.", "#Target#陷入杀戮狂热。")
 t("+Frenzy", "+狂热")
 t("-Frenzy", "-狂热")
+t("Falls dead!", "死亡!")
 t("%s dies when its frenzy ends!", "%s死于它的狂热!")
 t("Bloodbath", "æµ´è¡€")
 t("The thrill of combat improves the target's maximum life by %d%%, life regeneration by %0.2f, and stamina regeneration by %0.2f.", "目标被战斗激励提升生命上限 %d%% 、提升生命回复 %0.2f 、提升体力回复 %0.2f 。")
+t("regeneration", "回复")
 t("+Bloodbath", "+æµ´è¡€")
 t("-Bloodbath", "-æµ´è¡€")
 t("%s's blood frenzy intensifies!", "%s狂热加剧!")
@@ -35653,6 +36782,7 @@ t("Bloodrage", "血怒")
 t("The target's strength is increased by %d by the thrill of combat.", "由于紧张的战斗,目标力量属性增加 %d 。")
 t("Increased Life", "提升生命")
 t("The target's maximum life is increased by %d.", "目标生命上限增加 %d 。")
+t("heal", "治疗")
 t("#Target# gains extra life.", "#Target#获得了额外的生命值。")
 t("+Life", "+生命")
 t("#Target# loses extra life.", "#Target#失去了额外的生命值。")
@@ -35662,10 +36792,13 @@ t("Guarded", "守护")
 t(" with a %d%% chance to counterattack", ",并有 %d%% 几率让对方处于被反击状态 ")
 t("Guarding against melee damage:  Will dismiss up to %d damage from the next %0.1f attack(s)%s.", "防御近战伤害:减少 %d 点伤害,剩余次数 %0.1f%s.")
 t("#LIGHT_GREEN#", "#LIGHT_GREEN#")
+t("curse", "诅咒")
 t("Rampaging", "æš´èµ°")
 t("The target is rampaging! (+%d%% movement speed, +%d%% attack speed, +%d%% mind speed", "目标进入暴走状态! (+%d%% 移动速度, +%d%% 攻击速度, +%d%% 精神速度")
 t(", +%d%% physical damage, +%d physical save, +%d mental save", ", +%d%% 物理伤害, +%d 物理豁免, +%d 精神豁免")
 t(", %d/%d damage shrugged off this turn", ", %d/%d 本回合无视伤害")
+t("evade", "闪避")
+t("speed", "速度")
 t("#F53CBE##Target# begins rampaging!", "#F53CBE##Target#开始暴走!")
 t("+Rampage", "+æš´èµ°")
 t("#F53CBE##Target# is no longer rampaging.", "#F53CBE##Target#停止了暴走。")
@@ -35679,10 +36812,12 @@ t("#Target# enters a state of bloodlust.", "#Target#获得嗜血状态。")
 t("#Target# calms down.", "#Target#冷静了下来。")
 t("Orcish Triumph", "兽人凯旋")
 t("Inspired by a recent kill increasing all resistance by %d%%.", "你的胜利增加了你 %d%%  全体伤害抗性。")
+t("frenzy", "疯狂")
 t("#Target# roars triumphantly.", "#Target#扬起怒吼。")
 t("#Target# is no longer inspired.", "#Target#冷静了下来。")
 t("Brainlocked", "思维封锁")
 t("Renders a random talent unavailable. Talent cooldown is halved until the effect has worn off.", "随机使一个技能无法使用。该状态下所有技能冷却速度减半。")
+t("cross tier", "越层效果")
 t("+Brainlocked", "+思维封锁")
 t("-Brainlocked", "-思维封锁")
 t("Frantic Summoning", "疯狂召唤")
@@ -35693,8 +36828,10 @@ t("#Target#'s frantic summoning ends.", "#Target#的疯狂召唤效果消失了
 t("-Frantic Summoning", "-疯狂召唤")
 t("Wild Summon", "野性召唤")
 t("%d%% chance to get a more powerful summon.", "%d%% 概率提升召唤能力。")
+t("summon", "召唤")
 t("Lobotomized (confused)", "脑叶切断 (混乱)")
 t("The target's mental faculties have been severely impaired, making it act randomly each turn (%d%% chance) and reducing its cunning by %d.", "目标的精神判断力严重受损,每回合 (%d%% 概率) 随机动作并降低灵巧 %d 。")
+t("confusion", "æ··ä¹±")
 t("#Target# higher mental functions have been imparied.", "#Target#的高级精神功能受到破坏。")
 t("+Lobotomized", "+脑叶切除")
 t("#Target#'s regains its senses.", "#Target#恢复了感知。")
@@ -35740,6 +36877,8 @@ t("#Target# is no longer sleeping.", "#Target#从沉睡中清醒。")
 t("-Slumber", "-催眠")
 t("Nightmare", "梦魇")
 t("The target is in a nightmarish sleep, suffering %0.2f mind damage each turn and unable to to perform most actions.  Every %d damage it takes will reduce the duration of the effect by one turn.", "目标陷入噩梦,每回合遭受 %0.2f 精神伤害并无法活动。每受到 %d 伤害缩短 1 回合持续时间。")
+t("nightmare", "梦魇")
+t("sleep", "睡眠")
 t("#F53CBE##Target# is lost in a nightmare.", "#F53CBE##Target#陷入噩梦中。")
 t("+Nightmare", "+梦魇")
 t("#Target# is free from the nightmare.", "#Target#摆脱了噩梦。")
@@ -35764,6 +36903,7 @@ t("#Target# regains its senses.", "#Target#恢复了感知。")
 t("-Sundered Mind", "-碾碎心灵")
 t("Broken Dream", "梦境破碎")
 t("The target's dreams have been broken by the dreamforge, reducing its mental save by %d and reducing its chance of successfully casting a spell by %d%%.", "目标的梦境被破坏,降低精神豁免 %d 并降低施法成功率 %d%% 。")
+t("morale", "士气")
 t("#Target#'s dreams have been broken.", "#Target#的梦境破碎了。")
 t("+Broken Dream", "+梦境破碎")
 t("#Target# regains hope.", "#Target#恢复了希望。")
@@ -35772,6 +36912,7 @@ t("Forge Shield", "熔炉屏障")
 t("Absorbs %d damage from the next blockable attack.  Currently Blocking: %s.", "吸收 %d 下一次可格挡的伤害,当前格挡 %s 。")
 t("Hidden Resources", "潜能爆发")
 t("The target does not consume any resources.", "目标不再消耗任何资源。")
+t("willpower", "意志")
 t("#Target#'s focuses.", "#Target#的潜能爆发了。")
 t("+Hidden Ressources", "+潜能爆发")
 t("#Target#'s loses some focus.", "#Target#不再集中意志。")
@@ -35784,6 +36925,7 @@ t("#Target#'s antimagic forces vanishes.", "#Target#周身的反魔能量消失
 t("-Spell Feedback", "-反魔干扰")
 t("Mind Parasite", "精神寄生")
 t("The target is infected with a mind parasite. Each time it uses a talent it has a %d%% chance to have %d random talent(s) put on cooldown for %d turns.", "目标被精神寄生虫感染,每次使用技能时有 %d%% 几率让 %d 个随机技能进入 %d 回合的冷却.")
+t("nature", "自然")
 t("#Target# is infected with a mind parasite.", "#Target#被精神寄生虫感染")
 t("+Mind Parasite", "+精神寄生")
 t("#Target# is free from the mind parasite.", "#Target#摆脱了精神寄生虫")
@@ -35794,6 +36936,7 @@ t("Shadow Empathy", "阴影链接")
 t("%d%% of all damage is redirected to a random shadow.", "%d%% 的总伤害被转移至随机某个阴影。")
 t("Shadow Decoy", "阴影诱饵")
 t("A random shadow absorbed a fatal blow for you, granting you a negative shield of %d.", "随机的一个阴影将吸收一次你受到的致命伤害 ,   并给你带来一个 %d 的临时盾.")
+t("mind", "精神")
 t("Crystal Resonance", "水晶共振")
 t("The power released by the %s resonates.", "%s周围环绕的能量共鸣了。")
 t("#Target# glints with a crystaline aura", "#Target#周围闪烁着水晶领域")
@@ -35802,21 +36945,26 @@ t("#Target# is no longer glinting.", "#Target#周围不再闪光。")
 t("-Crystal Resonance", "-水晶共振")
 t("Weapon Warding", "武器格挡")
 t("Target is using %s telekinetically wielded weapon defensively and will block the next melee attack and retaliate.", "目标正使用%s念力武器进行防御,能格挡下一次近战攻击并自动反击。")
-t("#CRIMSON##Source# blocks #Target#'s attack and retaliates with %s telekinetically wielded weapon!#LAST#", "#CRIMSON##Source# 格挡了 #Target# 的攻击,并用 %s 灵能武器进行反击!#LAST#")
+t("#CRIMSON##Source# blocks #Target#'s attack and retaliates with %s telekinetically wielded weapon!#LAST#", "#CRIMSON##Source#格挡了#Target#的攻击,并用%s灵能武器进行反击!#LAST#")
 t("Thought Sense", "思维感知")
 t("Detect nearby thoughts, revealing creature locations in a radius of %d and boosting defense by %d.", "探测周围的思维,揭示半径 %d 以内的怪物位置,并增加你的闪避 %d 点。")
+t("tactic", "战术")
 t("Static Charge", "静电充能")
-t("You have accumulated an electric charge. Your next melee hit does %d extra lightning damage.", "你使用了静电充能,下一次近战攻击将造  成额外 %d 点闪电伤害。")
+t("You have accumulated an electric charge. Your next melee hit does %d extra lightning damage.", "你使用了静电充能,下一次近战攻击将造成额外 %d 点闪电伤害。")
 t("Heart Started", "强心电击")
 t("A psionic charge is keeping your heart pumping, allowing you to survive to %+d health.", "一股超能力正维持你的心脏跳动,令你能在 %+d 生命下存活。")
 t("Transcendent Telekinesis", "卓越动能")
 t("Your telekinesis transcends normal limits. +%d Physical damage and +%d%% Physical damage penetration, and improved kinetic effects.", "你的动能操控能力超越了极限,增加 %d 物理伤害与 %d%% 物理抗性穿透,同时你的动能效果得到强化。")
+t("physical", "物理")
 t("Transcendent Pyrokinesis", "卓越热能")
-t("Your pyrokinesis transcends normal limits. +%d%% Fire/Cold damage and +%d%% Fire/Cold damage penetration, and improved thermal effects.", "你的热能操控能力超越了极限,增加 %d%% 火焰 /寒冷伤害与 %d%% 火焰 / 寒冷抗性穿透,同时你的热能效果得到强化。")
+t("Your pyrokinesis transcends normal limits. +%d%% Fire/Cold damage and +%d%% Fire/Cold damage penetration, and improved thermal effects.", "你的热能操控能力超越了极限,增加 %d%% 火焰/寒冷伤害与 %d%% 火焰/寒冷抗性穿透,同时你的热能效果得到强化。")
+t("cold", "寒冷")
+t("fire", "火焰")
 t("Transcendent Electrokinesis", "卓越电能")
 t("Your electrokinesis transcends normal limits. +%d%% Lightning damage and +%d%% Lightning damage penetration, and improved charged effects.", "你的电能操控能力超越了极限,增加 %d%% 闪电伤害与 %d%% 闪电抗性穿透,同时你的电能效果得到强化。")
 t("Psionic Damage Shield", "灵能伤害护盾")
 t("The target is surrounded by a psionic shield, absorbing %d/%d damage before it crumbles.", "目标被超能力护盾保护,吸收 %d/%d 伤害直至破碎。")
+t("shield", "盾牌")
 t("+Shield", "+护盾")
 t("A psionic shield forms around #target#.", "#Target#周围形成一层灵能护盾。")
 t("-Shield", "-护盾")
@@ -35826,8 +36974,10 @@ t("An unseen force begins to swirl around %s!", "一股无形的力量开始围
 t("The unseen force around %s subsides.", "围绕%s旋转的无形力量消失了。")
 t("Psionic Maelstrom", "灵能风暴")
 t("This creature is standing in the eye of a powerful storm of psionic forces.", "这个生物站在强大的灵能风暴中心。")
+t("psionic", "超能")
 t("Caught Lightning", "捕获闪电")
-t("Lightning Catcher has caught energy and is empowering you for +%d%% lightning damage and +%d to all stats.", "闪电捕捉器捕获了能量,增加 %d%% 闪电伤害与 %d 全属性。")
+t("Lightning Catcher has caught energy and is empowering you for +%d%% lightning damage and +%d to all stats.", "闪电捕捉器捕获了能量,增加%d%%闪电伤害与%d点全属性。")
+t("lightning", "闪电")
 
 
 ------------------------------------------------
@@ -35836,8 +36986,11 @@ section "game/modules/tome/data/timed_effects/other.lua"
 t("Ethereal Form", "虚幻形态")
 t("Ethereal Form bonuses reduced by %d%%", "虚幻形态加成减少 %d%% 。")
 t("Elemental Surge: Arcane", "元素狂潮:奥术")
+t("Spell and mind speed increased by 30%", "法术和精神速度增加 30%")
 t("Elemental Surge: Physical", "元素狂潮:物理")
+t("Immune to detrimental physical effects", "对物理负面状态免疫")
 t("Elemental Surge: Nature", "元素狂潮:自然")
+t("Immune to detrimental magical effects", "对魔法负面状态免疫")
 t("Elemental Surge: Fire", "元素狂潮:火焰")
 t("All damage increased by %d%%", "所有伤害增加 %d%% 。")
 t("Elemental Surge: Cold", "元素狂潮:寒冷")
@@ -35846,10 +36999,11 @@ t("Elemental Surge: Lightning", "元素狂潮:闪电")
 t("Movement speed increased by %d%%.", "移动速度增加 %d%% 。")
 t("Elemental Surge: Light", "元素狂潮:光明")
 t("All talent cooldowns reduced by %d%%.", "所有技能冷却减少 %d%% 。")
+t("elemental", "元素")
 t("Circle Surge", "法阵潮涌")
 t("Protected by the Sun", "被太阳保护")
 t("The Sun has granted a brief immunity to all damage.", "太阳使其免疫伤害。")
-t("#Target# whirls around and a radiant shield surrounds them!", "#Target# 旋转一圈,一层光明护盾在他周围形成!")
+t("#Target# whirls around and a radiant shield surrounds them!", "#Target#旋转一圈,一层光明护盾在他周围形成!")
 t("+Divine Shield", "+神圣盾")
 t("Absorption Strike", "吸能一击")
 t("The target's light has been drained, reducing light resistance by %d%% and damage by %d%%.", "目标的光明被吸收了,减少光系抗性 %d%% 和伤害 %d%% 。")
@@ -35875,24 +37029,28 @@ t("#LIGHT_BLUE##Target# is no longer a badass tree.", "#Target#不再扎根。")
 t("-Pinned", "-定身")
 t("Infusion Saturation", "纹身饱和")
 t("The more you use infusions, the longer they will take to recharge (+%d cooldowns).", "你使用纹身的次数越多,纹身冷却时间越长 (+%d 冷却时间 )。")
+t("infusion", "纹身")
 t("Runic Saturation", "符文饱和")
 t("The more you use runes, the longer they will take to recharge (+%d cooldowns).", "你使用符文的次数越多,符文冷却时间越长 (+%d 冷却时间 )。")
+t("rune", "符文")
 t("Tainted", "印记饱和")
 t("The more you use taints, the longer they will take to recharge (+%d cooldowns).", "你使用堕落印记的次数越多,堕落印记的冷却时间越长 (+%d 冷却时间 )。")
+t("taint", "堕落印记")
 t("Path of the Sun", "阳光大道")
 t("The target is able to instantly travel alongside Sun Paths.", "目标可以在阳光大道上瞬间行走。")
 t("Time Prison", "时光牢笼")
 t("The target is removed from the normal time stream, unable to act but unable to take any damage. Time does not pass for this creature.", "目标被移出时间线,不能行动也不能受到伤害,该生物的时间停止。")
-t("#Target# is removed from time!", "#Target# 被从时间中移除!")
+t("#Target# is removed from time!", "#Target#被从时间中移除!")
 t("+Out of Time", "+移出时间")
-t("#Target# is returned to normal time.", "#Target# 返回了正常时间。")
+t("#Target# is returned to normal time.", "#Target#返回了正常时间。")
 t("-Out of Time", "-移出时间")
 t("Time Shield", "时间盾")
 t("The target is surrounded by a time distortion, absorbing %d/%d damage and sending it forward in time. While active all newly applied status effects durations are reduced by %d%%.", "目标被一层扭曲时空的护盾所包围,吸收 %d/%d 伤害并将伤害向后推移。当激活时,所有新获得的状态持续时间都会减少 %d%% 。")
+t("shield", "盾牌")
 t("+Time Shield", "+时间盾")
-t("The very fabric of time alters around #target#.", "#Target# 周围的时间网开始变化。")
+t("The very fabric of time alters around #target#.", "#Target#周围的时间网开始变化。")
 t("-Time Shield", "-时间盾")
-t("The fabric of time around #target# stabilizes to normal.", "#Target# 周围的时间网恢复了稳定。")
+t("The fabric of time around #target# stabilizes to normal.", "#Target#周围的时间网恢复了稳定。")
 t("Temporal Restoration Field", "时间储能")
 t("The time distortion has created a restoration field, healing the target for %d each turn.", "时间的扭曲制造了一个能量场,每回合治疗目标 %d 点.")
 t("+Temporal Restoration Field", "+时间储能")
@@ -35901,7 +37059,7 @@ t("-Temporal Restoration Field", "-时间储能")
 t("The fabric of time around #target# returns to normal.", "#Target#周围的时间线恢复正常。")
 t("Golem out of sight", "傀儡在视线外")
 t("The golem is out of sight of the alchemist; direct control will be lost!", "傀儡在炼金术师的视线以外,你将失去对它的控制!")
-t("#LIGHT_RED#You lost sight of your golem for too long; direct control is broken!", "#LIGHT_RED#傀儡离开你的视线时间太长, 控制被中断了!")
+t("#LIGHT_RED#You lost sight of your golem for too long; direct control is broken!", "#LIGHT_RED#傀儡离开你的视线时间太长,控制被中断了!")
 t("golem out of sight", "傀儡在视线外")
 t("Shadow out of sight", "阴影在视线外")
 t("The shadow is out of sight of its host; direct control will be lost!", "阴影在视线以外,你将失去对它的控制!")
@@ -35909,26 +37067,26 @@ t("#LIGHT_RED#You lost sight of your shadow for too long; it dissipates!", "#LIG
 t("shadow out of sight", "阴影在视线外")
 t("Husk out of sight", "傀儡在视线外")
 t("The husk is out of sight of its host; direct control will be lost!", "傀儡在视线以外,你将失去对它的控制!")
-t("#LIGHT_RED##Target# is out of sight of its master; direct control will break!.", "#LIGHT_RED##Target# 在主人视野外;直接控制中断了!")
+t("#LIGHT_RED##Target# is out of sight of its master; direct control will break!.", "#LIGHT_RED##Target#在主人视野外;直接控制中断了!")
 t("+Out of sight", "+视野外")
 t("#LIGHT_RED#You lost sight of your husk for too long; it disintegrates!", "#LIGHT_RED#傀儡脱离视线太久;它碎裂了!")
 t("husk out of sight", "傀儡在视线外")
 t("Continuum Destabilization", "è¿žç»­ç´Šä¹±")
 t("The target has been affected by space or time manipulations and is becoming more resistant to them (+%d).", "目标受时空操纵的影响,提升抵抗 (+%d)。")
-t("#Target# looks a little pale around the edges.", "#Target# 看上去变得暗淡了。")
+t("#Target# looks a little pale around the edges.", "#Target#看上去变得暗淡了。")
 t("+Destabilized", "+ç´Šä¹±")
-t("#Target# is firmly planted in reality.", "#Target# 返回了现实世界。")
+t("#Target# is firmly planted in reality.", "#Target#返回了现实世界。")
 t("-Destabilized", "-ç´Šä¹±")
 t("Summoning Destabilization", "召唤紊乱")
 t("The more the target summons creatures the longer it will take to summon more (+%d turns).", "目标召唤的生物越多,施放召唤技能所需时间越长 (+%d turns)。")
 t("Damage Smearing", "时空转化")
 t("Damage received in the past is returned as %0.2f temporal damage per turn.", "过去受到的伤害被转化为每回合 %0.2f 时空伤害。")
-t("#Target# is taking damage received in the past!", "#Target# 受到过去累积的伤害!")
+t("#Target# is taking damage received in the past!", "#Target#受到过去累积的伤害!")
 t("+Smeared", "+转化")
-t("#Target# stops taking damage received in the past.", "#Target# 不再受到过去累积的伤害。")
+t("#Target# stops taking damage received in the past.", "#Target#不再受到过去累积的伤害。")
 t("-Smeared", "-转化")
 t("See the Threads", "命运螺旋")
-t("You walk three different timelines, choosing the one you prefer at the end (current timeline: %d).", "你可以从三条时间线中选择一条进入。 ( 当前时间线 : %d)。")
+t("You walk three different timelines, choosing the one you prefer at the end (current timeline: %d).", "你可以从三条时间线中选择一条进入。 ( 当前时间线 :%d)。")
 t("#LIGHT_RED#The see the threads spell fizzles and cancels, leaving you in this timeline.", "#LIGHT_RED#命运螺旋法术失败了,你停留在了当前时间线。")
 t("#LIGHT_BLUE#You unfold the space time continuum to the start of the time threads!", "#LIGHT_BLUE#你折叠了时空,回到时间线开头")
 t("Imminent Paradox Clone", "无序克隆迫近")
@@ -35946,17 +37104,19 @@ t("#Target#'s lifeline is being severed!", "#Target#的生命线被收割了!")
 t("+Sever Lifeline", "+生命离断")
 t("Fade From Time", "时光凋零")
 t("The target is partially removed from the timeline, reducing all damage dealt by %d%%, all damage received by %d%%, and the duration of all detrimental effects by %d%%.", "目标暂时被从时间线中移除,造成的伤害减少 %d%% ,减少受到伤害 %d%% ,并减少 %d%% 回合所有不良效果持续时间。")
-t("#Target# has partially removed itself from the timeline.", "#Target# 部分从时间线中消失。")
+t("#Target# has partially removed itself from the timeline.", "#Target#部分从时间线中消失。")
 t("+Fade From Time", "+时光凋零")
-t("#Target# has returned fully to the timeline.", "#Target# 完全返回了时间线内。")
+t("#Target# has returned fully to the timeline.", "#Target#完全返回了时间线内。")
 t("-Fade From Time", "-时光凋零")
 t("Shadow Veil", "暗影面纱")
 t("You veil yourself in shadows and let them control you. While in the veil you become immune to status effects, and gain %d%% all damage reduction. Each turn you blink to a nearby foe within range %d, hitting it for %d%% darkness weapon damage. While this goes on you cannot be stopped unless you are killed, and you cannot control your character.", "你融入暗影并被其支配,当你笼罩在阴影里时你对所有状态免疫,并减少 %d%% 所受伤害,每回合你可以闪到 1 个附近的敌人身边 (半径 %d),对其造成 %d%% 暗影武器伤害。当此技能激活时除非死亡否则无法被打断,且你无法控制你的角色。")
-t("#Target# is covered in a veil of shadows!", "#Target# 笼罩在暗影之中!")
+t("#Target# is covered in a veil of shadows!", "#Target#笼罩在暗影之中!")
 t("+Assail", "+暗影笼罩")
-t("#Target# is no longer covered by shadows.", "#Target# 不再遮蔽在暗影中。")
+t("#Target# is no longer covered by shadows.", "#Target#不再遮蔽在暗影中。")
 t("-Assail", "-暗影笼罩")
 t("Zero Gravity", "失重")
+t("There is no gravity here; you float in the air. Movement is three times as slow, and any melee or archery blows have a chance to knockback. Maximum encumbrance is greatly increased.", "这里没有重力,你漂浮在空中。移动速度下降三倍,所有近战攻击或射击有一定几率击退目标。负重上限大幅增加。")
+t("spacetime", "时空")
 t("#LIGHT_BLUE#You enter a zero gravity zone, beware!", "#LIGHT_BLUE#注意!你进入了失重区域!")
 t("Curse of Corpses", "尸体诅咒")
 t("Corpses", "尸体")
@@ -35967,11 +37127,13 @@ t([[An aura of death surrounds you.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Strength, %+d Magic
 #CRIMSON#Power 3+: %sLiving Death: Ghoulish retch heals you. Once every %d turns, retch (level %d) when you fall below %d%% health
 #CRIMSON#Power 4+: %sReprieve from Death: Humanoids you slay have a %d%% chance to rise to fight beside you as ghouls for 6 turns.]], [[一个死亡的光环笼罩着你.
-#CRIMSON# 惩罚 : #WHITE# 死亡恐惧: %+d%% 对亡灵的伤害抵抗。 
-#CRIMSON# 强度 1+: %s 死亡力量: %+d%% 对亡灵的伤害加成。 
-#CRIMSON# 强度 2+: %s%+d 幸运 , %+d 力量 , %+d 魔法 
-#CRIMSON# 强度 3+: %s 活死人之躯: 亡灵唾液能治愈你。当你的生命值降低到 %d%% 以下时,你会释放一次 %d 等级的亡灵唾液,冷却时间为 %d 回合。
-#CRIMSON# 强度 4+: %s 死缓:你杀死的人形生物有 %d%% 几率变成食尸鬼并替你作战持续 6 回合。]])
+#CRIMSON# 惩罚 :#WHITE# 死亡恐惧: %+d%% 对亡灵的伤害抵抗。
+#CRIMSON# 强度 1+:%s 死亡力量: %+d%% 对亡灵的伤害加成。
+#CRIMSON# 强度 2+:%s%+d 幸运 , %+d 力量 , %+d 魔法
+#CRIMSON# 强度 3+:%s 活死人之躯:亡灵唾液能治愈你。当你的生命值降低到 %d%% 以下时,你会释放一次 %d 等级的亡灵唾液,冷却时间为 %d 回合。
+#CRIMSON# 强度 4+:%s 死缓:你杀死的人形生物有 %d%% 几率变成食尸鬼并替你作战持续 6 回合。]])
+t("This corpse was recently alive but moves as though it is just learning to use its body.", "这具尸体刚刚被复活,它活动起来就像刚刚学会使用自己的身体一样。")
+t("Summon", "召唤")
 t("#F53CBE#The corpse of the %s pulls itself up to fight for you.", "#F53CBE#%s的尸体又站了起来,协助你战斗。")
 t("Curse of Madness", "疯狂诅咒")
 t("Madness", "绝望")
@@ -35982,11 +37144,11 @@ t([[You feel your grip on reality slipping.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Dexterity
 #CRIMSON#Power 3+: %sConspirator: Your madness is contagious. Every time you critically damage a foe there is a %d%% chance to spread one of your current detrimental mental effect to them.
 #CRIMSON#Power 4+: %sMania: Once per turn, when an attack does more than %0.1f%% of your life, the remaining cooldown of all your talents is reduced by 1.]], [[你觉得你对现实失去控制。
-#CRIMSON# 惩罚 : #WHITE# 扰乱心智: %+d%% 精神抵抗 , %+d%% 混乱免疫 
-#CRIMSON# 强度 1+: %s 解除束缚: %+d%% 暴击伤害, %+d%% 副手武器伤害。 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 敏捷 
-#CRIMSON# 强度 3+: %s 阴谋: 你的疯狂是会传染的。每次你对敌人造成暴击伤害时,都有 %d%% 的几率将你当前的负面精神效果传播给他们。
-#CRIMSON# 强度 4+: %s 狂热: 每回合一次,当一次攻击超过你生命的 %0.1f%% 时,你所有技能的剩余冷却时间减少 1 。]])
+#CRIMSON# 惩罚 :#WHITE# 扰乱心智: %+d%% 精神抵抗 , %+d%% 混乱免疫
+#CRIMSON# 强度 1+:%s 解除束缚: %+d%% 暴击伤害, %+d%% 副手武器伤害。
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 敏捷
+#CRIMSON# 强度 3+:%s 阴谋:你的疯狂是会传染的。每次你对敌人造成暴击伤害时,都有 %d%% 的几率将你当前的负面精神效果传播给他们。
+#CRIMSON# 强度 4+:%s 狂热:每回合一次,当一次攻击超过你生命的 %0.1f%% 时,你所有技能的剩余冷却时间减少 1 。]])
 t("#F53CBE#%s's mania hastens cooldowns.", "#F53CBE#%s的狂热降低了冷却时间")
 t("#F53CBE##Source# spreads the madness to #Target#.", "#F53CBE##Source#的疯狂传播到#Target#。")
 t("Curse of Shrouds", "屏障诅咒")
@@ -35998,11 +37160,11 @@ t([[A shroud of darkness seems to fall across your path.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Constitution
 #CRIMSON#Power 3+: %sShroud of Passing: Your form seems to fade as you move, reducing all damage taken by %d%% for 1 turn after movement.
 #CRIMSON#Power 4+: %sShroud of Death: The power of every kill seems to envelop you like a shroud, reducing all damage taken by %d%% for 3 turns.]], [[一道黑暗屏障降临在你的面前。
-#CRIMSON# 惩罚 : #WHITE# 虚弱屏障:小概率被包裹在虚弱屏障内 ( 降低所造成伤害 %d%%) 持续 4 回合。 
-#CRIMSON# 强度 1+: %s 暗夜行者: %+d 暗影抵抗, %+d%% 最大暗影抵抗, %+d 看破隐形强度 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 体质 
-#CRIMSON# 强度 3+: %s 穿越屏障:你的身形在移动时消失,移动后 1 回合减少 %d%% 所受伤害。 
-#CRIMSON# 强度 4+: %s 死亡屏障:每一次杀死目标可以让你笼罩在一个屏障内,减少 %d%% 所受伤害持续 3 回合。]])
+#CRIMSON# 惩罚 :#WHITE# 虚弱屏障:小概率被包裹在虚弱屏障内 ( 降低所造成伤害 %d%%) 持续 4 回合。
+#CRIMSON# 强度 1+:%s 暗夜行者: %+d 暗影抵抗, %+d%% 最大暗影抵抗, %+d 看破隐形强度
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 体质
+#CRIMSON# 强度 3+:%s 穿越屏障:你的身形在移动时消失,移动后 1 回合减少 %d%% 所受伤害。
+#CRIMSON# 强度 4+:%s 死亡屏障:每一次杀死目标可以让你笼罩在一个屏障内,减少 %d%% 所受伤害持续 3 回合。]])
 t("Shroud of Weakness", "虚弱屏障")
 t("The target is enveloped in a shroud that seems to hang upon it like a heavy burden. (Reduces damage dealt by %d%%).", "目标笼罩在一个虚弱屏障内。 ( 减少造成伤害 %d%%)。")
 t("Shroud of Passing", "屏障穿越")
@@ -36010,7 +37172,7 @@ t("Shroud of Death", "死亡屏障")
 t("The target is enveloped in a shroud that seems to not only obscure it but also to fade its form (+%d%% resist all).", "笼罩在一个屏障内使目标身形逐渐消失 (+%d%% 全抗 )。")
 t("Curse of Nightmares", "噩梦诅咒")
 t("Nightmares", "噩梦")
-t("Curse of Nightmares (power %0.1f): %d%%", "噩梦诅咒 (强度 %0.1f): %d%%")
+t("Curse of Nightmares (power %0.1f): %d%%", "噩梦诅咒 (强度 %0.1f):%d%%")
 t("Curse of Nightmares (power %0.1f)", "噩梦诅咒 (强度 %0.1f)")
 t([[Horrible visions fill your mind.
 #CRIMSON#Penalty : #WHITE#Plagued by Visions: Your mental save has a 20%% chance to be reduced by %d%% when tested.
@@ -36018,13 +37180,14 @@ t([[Horrible visions fill your mind.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Willpower
 #CRIMSON#Power 3+: %sHarrow: When a foe attempts to inflict a detrimental effect upon you, your harrowing aura retaliates against a random foe in range 10, dealing %d mind and %d darkness damage.
 #CRIMSON#Power 4+: %sNightmare: Each time you are damaged by a foe there is a chance (currently %d%%) of triggering a radius %d nightmare (summon Terrors and chances to slow, deal %d Mind damage, and deal %d Darkness damage) for 8 turns. The chance grows each time you are struck but fades over time.]], [[你的脑海中充斥恐怖景象。
-#CRIMSON# 惩罚 : #WHITE# 扰乱幻象:当鉴定时,你的精神豁免有 20%%概率减少 %d%% 
-#CRIMSON# 强度 1+: %s 从现实消失: %+d 物理抵抗, %+d 物理抵抗上限 
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 意志 
-#CRIMSON# 强度 3+: %s 折磨 : 当敌人试图对你造成负面效果时,你的折磨光环会对 10 范围内的一个随机敌人进行报复,造成 %d 精神和 %d 黑暗伤害。
-#CRIMSON# 强度 4+: %s 噩梦: 每次受到目标攻击有概率 (当前 %d%%) 触发一个范围为 %d 码的噩梦(有减速、召唤梦魇和直接造成%d精神、%d暗影伤害的效果)持续 8 回合。  触发几率  在每次你受到打击时提高,同时随时间下降。]])
+#CRIMSON# 惩罚 :#WHITE# 扰乱幻象:当鉴定时,你的精神豁免有 20%%概率减少 %d%%
+#CRIMSON# 强度 1+:%s 从现实消失: %+d 物理抵抗, %+d 物理抵抗上限
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 意志
+#CRIMSON# 强度 3+:%s 折磨 :当敌人试图对你造成负面效果时,你的折磨光环会对 10 范围内的一个随机敌人进行报复,造成 %d 精神和 %d 黑暗伤害。
+#CRIMSON# 强度 4+:%s 噩梦:每次受到目标攻击有概率 (当前 %d%%) 触发一个范围为 %d 码的噩梦(有减速、召唤梦魇和直接造成%d精神、%d暗影伤害的效果)持续 8 回合。  触发几率  在每次你受到打击时提高,同时随时间下降。]])
 t("#F53CBE#%s harrows %s!", "#F53CBE#%s惊扰%s!")
 t("A formless terror that seems to cut through the air, and its victims, like a knife.", "这只形态模糊的恐魔,将敌人连同周围的空气一起切成两半。")
+t("Nightmare", "梦魇")
 t("#F53CBE#The air around %s grows cold and terrifying shapes begin to coalesce. A nightmare has begun.", "#F53CBE#%s周围的空气开始变得冰冷并形成了一种令人恐怖的形状,噩梦开始了。")
 t("Curse of Misfortune", "厄运诅咒")
 t("Misfortune", "厄运")
@@ -36035,30 +37198,33 @@ t([[Mayhem and destruction seem to follow you.
 #CRIMSON#Power 2+: %s%+d Luck, %+d Cunning
 #CRIMSON#Power 3+: %sMissed Opportunities: Opportunities are fleeting, and those close to you begin to miss them (+%d%% evasion).
 #CRIMSON#Power 4+: %sUnfortunate End: The damage you deal will increase by %d%% if the increase would be enough to kill your opponent.]], [[重伤和毁灭追随着你。
-#CRIMSON# 惩罚 : #WHITE# 霉运:在你的旅途中找到的金币减少。 
-#CRIMSON# 强度 1+: %s 失败的努力: 围绕你的努力都会失败  (+%d%% 检测陷阱的几率 )。
-#CRIMSON# 强度 2+: %s%+d 幸运, %+d 灵巧 
-#CRIMSON# 强度 3+: %s 错失良机: 机会转瞬即逝,你身边的人会错失良机 (+%d%% 闪避攻击概率)。
-#CRIMSON# 强度 4+: %s 厄运终结: 如果提高后的伤害足够杀死对手的话,你将可以提高 %d%% 的伤害]])
+#CRIMSON# 惩罚 :#WHITE# 霉运:在你的旅途中找到的金币减少。
+#CRIMSON# 强度 1+:%s 失败的努力:围绕你的努力都会失败  (+%d%% 检测陷阱的几率 )。
+#CRIMSON# 强度 2+:%s%+d 幸运, %+d 灵巧
+#CRIMSON# 强度 3+:%s 错失良机:机会转瞬即逝,你身边的人会错失良机 (+%d%% 闪避攻击概率)。
+#CRIMSON# 强度 4+:%s 厄运终结:如果提高后的伤害足够杀死对手的话,你将可以提高 %d%% 的伤害]])
 t("#F53CBE#%s suffers an unfortunate end.", "#F53CBE#%s遭受厄运。")
 t("#F53CBE#%s suffers an unfortunate blow.", "#F53CBE#%s遭受了厄运的打击。")
 t("Unstable Probabilites", "不稳定可能性")
 t("The target has recently blinked through a wall using probability travel.", "目标刚才用次元移动穿过了一面墙。")
+t("space", "空间")
 t("Cursed Form", "诅咒形态")
+t("curse", "诅咒")
 t("The target's unnatural body has responded to damage taken.", "目标的诅咒之体对其所承受的苦难做出了回应。")
 t(" All damage that the target inflicts is increased by %d%%.", " 目标造成的所有伤害增加 %d%% 。")
 t(" Strength and Willpower are increased by %d. Poisons and diseases have a %d%% chance of being neutralized each turn.", " 力量和意志增加 %d 。每回合有 %d%% 免疫疾病和毒素效果。")
 t("Marked Prey", "标记猎物")
-t("Hunting:", "猎杀中:")
+t("Hunting:", "猎杀中:")
 t("\
 %d%% Received damage reduction against:", "\
-从以下目标受到的伤害降低 %d%% :")
+从以下目标受到的伤害降低 %d%% :")
 t("\
 - %s%s#LAST#", "\
 - %s%s#LAST#")
 t("\
 - #ffa0ff#%s#LAST#", "\
 - #ffa0ff#%s#LAST#")
+t("predator", "猎杀")
 t("Faded", "隐匿")
 t("The target has faded and is no longer taking damage.", "目标消隐了,不会受到伤害。")
 t("#Target# fades!", "#Target#消失了!")
@@ -36067,16 +37233,19 @@ t("Highborn's Bloom", "生命绽放")
 t("The target is using talents without consuming resources.", "目标使用技能时不再消耗能量。")
 t("Victory Rush", "胜利冲锋")
 t("The thrill of victory makes this creature invulnerable.", "胜利的激励使目标刀枪不入。")
+t("arcane", "奥术")
 t("Solipsism", "唯我论")
 t("This creature has fallen into a solipsistic state and is caught up in its own egoic thoughts (-%d%% global speed).", "目标进入唯我状态并且被自己的思维所干扰 (-%d%% 整体速度 )。")
 t("Clarity", "唯我论:明晰")
 t("The creature has found a state of clarity and sees the world for what it is (+%d%% global speed).", "目标对这个世界有着更加清晰的认识 (+%d%% 整体速度 )。")
 t("Dreamscape", "梦境空间")
 t("This target has invaded %s's dreams and has gained a %d%% bonus to all damage.", "目标进入了 %s 的梦境,并且增加 %d%% 所有伤害。")
+t("psionic", "超能")
 t("You could not find enough space to form a dream projection...", "你找不到可以进行梦境投影的空间……")
 t("%s's dream projection", "%s的梦境投影")
 t("#LIGHT_RED#%s writhes in agony as a fragment of its mind is destroyed!", "#LIGHT_RED#%s作为精神碎片被摧毁了。")
 t("#LIGHT_BLUE#%s has spawned a dream projection to protect its mind!", "#LIGHT_BLUE#%s产生了一个梦境守卫来保护自己!")
+t("Dream Self", "梦境投影")
 t("#LIGHT_RED#%s's mind shatters into %d tiny fragments!", "#LIGHT_RED#%s的精神破碎为%d块碎片!")
 t("#LIGHT_BLUE#You are brought back from the Dreamscape!", "#LIGHT_BLUE#你脱离了梦境空间!")
 t("#LIGHT_RED#%s suffered a %s of self in the Dreamscape!", "#LIGHT_RED#%s在梦境空间中受到了%s!")
@@ -36085,21 +37254,35 @@ t("While this effect holds you can decide recent history did not happen the way
 t("#LIGHT_RED#The spell fizzles.", "#LIGHT_RED#法术失败了。")
 t("#LIGHT_BLUE#You go back in time to rewrite history!", "#LIGHT_BLUE#你及时返回,改写了历史!")
 t("Oil mist", "油雾")
+t("Zone-wide effect: +10% fire damage, -10% fire resistance, -10% armour, -2 sight range.", "范围效果: +10% 火焰伤害, -10% 火焰抗性, -10% 护甲值, -2 可视范围。")
 t("Grave chill", "墓地深寒")
+t("Zone-wide effect: +10% cold damage, -10% cold resistance, -10% physical save, -20% confusion immunity.", "范围效果: +10% 寒冰伤害, -10% 寒冰抗性, -10% 物理豁免, -20% 混乱抗性。")
 t("Static discharge", "静电放射")
+t("Zone-wide effect: +10% lightning damage, -10% lightning resistance, -10% physical power, -20% stun immunity.", "范围效果: +10% 闪电伤害, -10% 闪电抗性, -10% 物理强度, -20% 震慑抗性。")
 t("Noxious fumes", "毒性气体")
+t("Zone-wide effect: +10% acid damage, -10% acid resistance, -10% defense, -20% disarm immunity.", "范围效果: +10% 酸性伤害, -10% 酸性抗性, -10% 闪避, -20% 缴械抗性。")
 t("Echoes of the void", "虚空回音")
+t("Zone-wide effect: +10% darkness damage, -10% darkness resistance, -10% mental save, -20% fear immunity.", "范围效果: +10% 暗影伤害, -10% 暗影抗性, -10% 精神豁免, -20% 恐惧抗性。")
 t("Eerie silence", "恐惧噤声")
+t("Zone-wide effect: +10% mind damage, -10% mind resistance, -10% spellpower, -20% silence immunity.", "范围效果: +10% 精神伤害, -10% 精神抗性, -10% 法术强度, -20% 沉默抗性。")
 t("Aura of light", "圣光光环")
+t("Zone-wide effect: +10% light damage, -10% light resistance, -10% accuracy, -20% blind immunity.", "范围效果: +10% 光系伤害, -10% 光系抗性, -10% 命中, -20% 致盲抗性。")
 t("Aether residue", "以太残渣")
+t("Zone-wide effect: +10% arcane damage, -10% arcane resistance, -10% armour hardiness, -20% stoning immunity.", "范围效果: +10% 奥术伤害, -10% 奥术抗性, -10% 护甲强度, -20% 石化抗性。")
 t("Impossible geometries", "扭曲空间")
+t("Zone-wide effect: +10% temporal damage, -10% temporal resistance, -10% spell save, -20% pinning immunity.", "范围效果: +10% 时空伤害, -10% 时空抗性, -10% 法术豁免, -20% 定身抗性。")
 t("Uncontrolled anger", "无边愤怒")
+t("Zone-wide effect: +10% physical damage, -10% physical resistance, -10% mindpower, -20% knockback immunity.", "范围效果: +10% 物理伤害 , -10% 物理抵抗 , -10% 精神强度 , -20% 击退免疫。")
 t("Miasma", "瘴气")
+t("Zone-wide effect: +10% blight damage, -10% blight resistance, -20% healing mod, -20% disease immunity.", "范围效果: +10% 枯萎伤害, -10% 枯萎抗性, -20% 治疗加成, -20% 疾病抗性。")
 t("Slimy floor", "泥泞之地")
+t("Zone-wide effect: +10% nature damage, -10% nature resistance, -10% ranged defense, -20% poison immunity.", "范围效果: +10% 自然伤害, -10% 自然抗性, -10% 远程闪避, -20% 毒素抗性。")
 t("In Vault", "陷入迷宫")
 t("The target is part of a vault and cannot act until it has been openend.", "目标在宝藏房间里。除非房间被打开,否则不会行动。")
+t("vault", "宝库")
 t("Cauterize", "灼烧")
 t("Your body is cauterizing, burning for %0.2f damage each turn.", "你的躯体开始灼烧,每回合受到 %0.2f 伤害。")
+t("fire", "火焰")
 t("#CRIMSON##Target# is wreathed in flames on the brink of death!", "#CRIMSON##Target#在死亡边缘被火焰笼罩!")
 t("+Cauterize", "+灼烧")
 t("#CRIMSON#The flames around #target# vanish.", "#CRIMSON##Target#周围的火焰消散了。")
@@ -36107,31 +37290,40 @@ t("-Cauterize", "-灼烧")
 t("Something", "某物")
 t("Protected by the Eidolon", "受艾德隆保护")
 t("The target is protected by the Eidolon, no creature may harm it (except self-harm).", "目标受到艾德隆保护,没有生物可以伤害它(自残除外……)")
+t("eidolon", "艾德隆")
 t("Cloak of Deception", "欺诈斗篷")
 t("The target is under the effect of the cloak of deception, making it look human.", "目标受到欺诈斗篷的效果影响,使它看上去像活人一样。")
+t("undead", "亡灵")
 t("#LIGHT_BLUE#An illusion appears around #Target# making %s appear human.", "#LIGHT_BLUE##Target#周围的幻影让%s看起来像活着一样。")
 t("+CLOAK OF DECEPTION", "+欺诈斗篷")
 t("#LIGHT_BLUE#The illusion covering #Target# disappears.", "#LIGHT_BLUE##Target#周围的幻影消失了。")
 t("-CLOAK OF DECEPTION", "-欺诈斗篷")
 t("Suffocating", "窒息")
 t("You are suffocating! Each turn you lose an ever increasing percent of your total life (currently %d%%)", "你正在窒息 ! 每回合按比例损失生命,且越来越多(现在 %d%% )")
+t("suffocating", "窒息")
 t("#Target# is suffocating.", "#Target#进入窒息状态。")
 t("+SUFFOCATING", "+窒息")
 t("#Target# can breathe again.", "#Target#可以呼吸了。")
 t("-Suffocating", "-窒息")
+t("suffocated to death", "窒息而死")
 t("Antimagic Disruption", "反魔干扰")
 t("Your arcane powers are disrupted by your antimagic equipment.  Arcane talents fail %d%% of the time and arcane sustains have a %0.1f%% chance to deactivate each turn.", "你的奥术力量被反魔法装备干扰。奥术技能有 %d%% 几率失败,奥术持续技能每回合有 %0.1f%% 几率自动解除。")
+t("antimagic", "反魔法")
 t("Swift Hands", "无影手")
 t("You swaped an item without taking time this turn.", "这回合你切换了物品,没有消耗时间。")
+t("prodigy", "天赋")
 t("Hunter!", "捕猎中!")
 t("Knows where you are!", "知道你在哪里!")
+t("madness", "疯狂")
 t("Through The Crowd", "穿梭人群")
 t("Increases physical save, spell save, and mental save by %d. Global speed increased by %d%%.", "增加物理、法术、精神豁免 %d 点,增加整体速度 %d%% 。")
+t("miscellaneous", "杂项")
 t("Reloading", "装填弹药")
 t("The target has replenished some ammo.", "目标装填弹药中。")
-t("#Target# is disarmed!", "#Target# 被缴械!")
+t("disarm", "缴械")
+t("#Target# is disarmed!", "#Target#被缴械!")
 t("+Disarmed", "+缴械")
-t("#Target# rearms.", "#Target# 重新拿起了武器。")
+t("#Target# rearms.", "#Target#重新拿起了武器。")
 t("-Disarmed", "-缴械")
 t("Spacetime Tuning", "时空调谐")
 t("Tuning Paradox at a rate of %+d per turn.", "调整紊乱值,每回合调整 %+d 点。")
@@ -36144,7 +37336,7 @@ t("This target has retreated to a safe place.", "目标被传送至安全位置
 t("#STEEL_BLUE#You are brought back from your repreive!", "#STEEL_BLUE#被从避难所带了回去!")
 t("Temporal Fugue", "时间复制")
 t("This target is splitting all damage with its fugue clones.", "目标将伤害和时空复制体共享。")
-t("#STEEL_BLUE##Source# shares damage with %s fugue clones!", "#STEEL_BLUE##Source# 和 %s 时空克隆共享伤害!")
+t("#STEEL_BLUE##Source# shares damage with %s fugue clones!", "#STEEL_BLUE##Source#和%s时空克隆共享伤害!")
 t("#STEEL_BLUE#(%d shared)#LAST#", "#STEEL_BLUE#(%d 伤害共享)#LAST#")
 t("Draconic Will", "龙族意志")
 t("The target is immune to all detrimental effects.", "目标免疫所有异常状态。")
@@ -36155,45 +37347,63 @@ t("-Draconic Will", "-龙族意志")
 t("Reality Smearing", "弥散现实")
 t("Damage received in the past is returned as %0.2f paradox damage per turn.", "过去受到的伤害被转化为每回合 %0.2f 点紊乱。")
 t("+Smearing", "+弥散现实")
-t("Reality smears around #Target#.", "#Target# 周围的时空扭曲了。")
+t("Reality smears around #Target#.", "#Target#周围的时空扭曲了。")
 t("-Smearing", "-弥散现实")
-t("Reality around #Target# is coherent again.", "#Target# 周围的时空恢复了连贯。")
+t("Reality around #Target# is coherent again.", "#Target#周围的时空恢复了连贯。")
 t("Aeons Stasis", "沉睡千年")
 t("The target is in temporal stasis.", "目标处于静滞时空中。")
+t("temporal", "时空")
 t("#Target#'s is back to the normal timeflow.", "在#Target#中沉睡了无数年的生物被唤醒了!")
 t("-Aeons Stasis", "-沉睡千年")
 t("Unstoppable", "势不可挡")
 t("The target is unstoppable! It refuses to die and cannot heal.  When the effect ends, it will heal %d Life (%d%% of maximum life per foe slain during the frenzy).", "目标无可阻挡!拒绝死亡,效果结束时回复 %d 生命(每杀一个怪回复 %d%% 最大生命 )。")
+t("frenzy", "疯狂")
 t("Hit Penalty", "双手惩罚")
 t("The target is using a two handed weapon in a single hand, reducing accuracy, physical power, spellpower and mindpower by %d%% (based on size); also all damage procs from your offhand are reduced by 50%%.", "目标单手使用双手武器,命中、物理、法术、精神强度下降 %d%% ( 受体型影响 );同时副手附  加伤害减少 50%% 。")
+t("combat", "战斗")
+t("penalty", "惩罚")
 t("Twist Fate", "扭曲命运")
 t([[Currently Twisted Anomlay: %s
 
 		%s]], [[当前异常: %s
 
 		%s]])
+t("time", "时间")
 t("+Twist Fate", "+扭曲命运")
 t("-Twist Fate", "-扭曲命运")
 t("Warden's Focus Target", "选定的目标")
-t("%s is focusing on this target.", "%s 被选为目标.")
+t("%s is focusing on this target.", "%s被选为目标.")
 t("+Warden's Focus", "+专注守卫")
 t("-Warden's Focus", "-专注守卫")
 t("Death in a Dream", "梦中死亡")
+t("mind", "精神")
 t("The target had breathed in noxious sleep-induced fumes and is losing %d life per turn.", "目标吸入有毒的催眠气体,每回合损失 %d 生命。")
 t("%s%d %s#LAST#", "%s%d %s#LAST#")
 t("Natural Aura", "自然光环")
+t("Zone-wide effect: +20 mindpower, +2 life regen, -1 equilibrium per turn, -20% resistance penetration.", "地图效果 : +20 精神强度 , +2 生命恢复 , -1 失衡值 / 回合, -20% 抗性穿透。")
 t("Sorcerous Aura", "魔法光环")
+t("Zone-wide effect: +20 magic, +2 mana regen, -20 accuracy, -20 stealth power.", "地图效果 : +20 魔法 , +2 法力回复 , -20 命中, -20 潜行强度。")
 t("Disciplined Aura", "纪律光环")
+t("Zone-wide effect: +20 defense, +20 all saves, -20 spell power.", "地图效果 : +20 闪避, +20 全豁免 , -20 法术强度。")
 t("Sinister Aura", "危险光环")
+t("Zone-wide effect: +10% critical chance, +20% critical damage, -20% nature and blight resistance.", "地图效果 : +10% 暴击几率 , +20% 暴击伤害 , -20% 自然枯萎抗性。")
 t("Underwater Zone", "水下区域")
+t("Zone-wide effect: Air decreases over time. If you run out of air you will start losing life. Look for bubbles to recover air. The water also reduces stun resistance by 10% and fire damage is reduced by 10%, however cold damage is increased by 10%.", "地图效果 :  空气值随时间损失,空气用光后将损失生命。寻找气泡来回复空气值。水同时令震慑免疫和火焰伤害下降 10% ,同时增加 10% 寒冷伤害。")
 t("Fearscape Zone", "恶魔空间")
+t("Zone-wide effect: The flames of the Fearscape increase all fire and blight damage by 10%, but the weird gravity reduces knockback resistance by 20%.", "地图效果 :  恶魔空间的火焰将增加 10% 火焰和枯萎伤害,同时减少 20% 击退抗性。")
 t("Out of Time Zone", "异常时空")
+t("Zone-wide effect: You seem to be outside the normal spacetime continuum. +10% physical resistance, -10% temporal resistance and -20% teleport resistance.", "地图效果 : 你似乎处于通常时空之外。 +10% 物理抗性, -10% 时空抗性  , -20% 传送免疫。")
 t("Spellblaze Aura", "魔法大爆炸区域")
+t("Zone-wide effect: The power of the Spellblaze still burns here. -10% resistance to fire, arcane and blight damage, but +10% cold resistance. WARNING: The powerful magic here reflects teleportation magic!", "地图效果 : 魔法大爆炸的火焰仍在燃烧, -10% 火焰、枯萎、奥术抗性 , +10% 寒冷抗性。警告:强大的魔法能量可能干扰传送法术!")
 t("Heady Scent", "催眠区域")
+t("Zone-wide effect: Strong scents fill the air and make you feel drowsy. If the timer reaches 0 you will fall into a dreaming sleep state. -10% mind resistance, -20% sleep resistance, +10% nature damage.", "地图效果 :  强烈的气味充满了空气,让你感觉困倦。倒计时结束时,你将进入梦境。-10% 精神抗性,-20% 睡眠免疫, +10% 自然伤害。")
 t("Thunderstorm", "闪电风暴")
+t("Zone-wide effect: A huge thunderstorm rages above you. +10 lightning damage, -10% stun resistance.", "地图效果 :  强大的雷暴在你头顶轰鸣。 +10% 闪电伤害, -10% 震慑免疫。")
 t("Abashed Expanse", "次元浮岛")
+t("Zone-wide effect: Your Phase Door spell is super easy to use here, allowing you to target it regardless of level. Any projectiles is slowed down by 80%.", "地图效果 : 你的相位之门法术在这里极其容易施展,不论等级如何,都能指定位置。所有抛射物速度减慢 80% 。")
 t("Challenge", "挑战")
 t("???", "???")
+t("aura", "光环")
 t("Throwing Knives", "飞刀投掷")
 t([[Has %d throwing knives prepared:
 
@@ -36217,34 +37427,40 @@ t("+Marked!", "+标记!")
 t("-Marked", "-标记")
 t("Flare", "闪光弹")
 t("The target is lit up by a flare, reducing its stealth and invisibility power by %d, defense by %d and removing all evasion bonus from being unseen.", "目标被照明弹照亮,潜行和隐身强度减少 %d, 闪避减少 %d 并失去不可见状态带来的闪避加成。")
+t("sun", "太阳")
 t("+Illumination", "+照明")
 t("-Illumination", "-照明")
 t("Pinned Down", "击倒")
 t("The next Steady Shot or Shoot has 100%% chance to be a critical hit and mark.", "下一次稳固射击或者射击100%%暴击并触发标记。")
+t("tactic", "战术")
 t("Demigod Mode", "半神模式")
 t("DEMI-GODMODE: Target has 10000 additional life and regenerates 2000 life per turn.  It deals +500%% damage, and has full ESP.", "半神模式 : 目标获得 10000 额外生命,每回合回复 2000 点生命值。造成 +500%% 伤害,感应所有生物。")
 t("God Mode", "天神模式")
 t("GODMODE: Target is invulnerable to damage, immune to bad status effects, deals +10000%% damage (100%% penetration), does not need to breathe, and has full ESP.", "天神模式:目标不会受到伤害,不会受到负面状态的影响,造成 +10000%% 伤害 (100%% 抗性穿透 ) ,不需要呼吸,感应所有生物。")
+t("cheat", "作弊")
 t("Slippery Ground", "地面光滑")
 t("The target is having trouble keeping their balance. Each time it tries to use a talent there is %d%% chance of failure.", "目标很难保持平衡。每次它尝试使用一个技能,都有 %d%% 的失败几率。")
 t("#Target# is struggling to keep his footing!", "#Target#很难保持平衡!")
 t("+Slippery Ground", "+地面光滑")
-t("#Target# regains their balance.", "#Target# 恢复了平衡。")
+t("#Target# regains their balance.", "#Target#恢复了平衡。")
 t("-Slippery Ground", "-地面光滑")
 t("Frozen Ground", "冻结大地")
 t("The target is energized by the cold while wearing the Frost Treads, gaining 20%% increased cold damage.", "目标穿着踏雪时受到寒冷的激励,增加 20%% 的寒冷伤害。")
-t("#Target# is energized by the cold!", "#Target# 被寒冷强化!")
+t("nature", "自然")
+t("#Target# is energized by the cold!", "#Target#被寒冷强化!")
 t("+Frozen Ground", "+冻结大地")
-t("#Target# regains balance.", "#Target# 重新恢复了平衡.")
+t("#Target# regains balance.", "#Target#重新恢复了平衡.")
 t("-Frozen Ground", "-冻结大地")
 t("Recalling", "召回")
 t("The target is waiting to be recalled back to the worldmap.", "目标等待被召回至世界地图。")
+t("unknown", "未知")
 t("You are yanked out of this place!", "你“呼”的一下被带离了这个地方!")
 t("Space restabilizes around you.", "你周围的空间稳定了下来。")
 t("Skeptical", "怀疑")
 t("The target doesn't believe its ally truly saw anything in the shadows.", "目标不相信它的盟友真的看到了阴影中的任何东西。")
 t("Empowered by the shadows", "黑暗强化")
 t("Gain %d%% all damage and %d%% all res.", "全体伤害增加 %d%% ,全体伤害抗性增加 %d%% 。")
+t("darkness", "æš—å½±")
 t("Intimidated", "胆怯")
 t("The target's morale is weakened, reducing its attack power, mind power, and spellpower by %d.", "目标士气低落,物理、法术和精神强度减少 %d 。")
 t("#Target#'s morale has been lowered.", "#Target#的斗志被削弱。")
@@ -36252,46 +37468,52 @@ t("+Intimidated", "+胆怯")
 t("#Target# has regained its confidence.", "#Target#恢复了斗志。")
 t("-Intimidated", "-胆怯")
 t("Feeding", "吞食")
-t("%s is feeding from %s.", "%s 正在从 %s 身上吸食精华。")
+t("%s is feeding from %s.", "%s正在从%s身上吸食精华。")
 t("Fed Upon", "被吞食")
-t("%s is fed upon by %s.", "%s 被 %s 吸食精华。")
+t("%s is fed upon by %s.", "%s被%s吸食精华。")
+t("psychic_drain", "超能力吸收")
+t("Sensing Everything", "感知一切")
 t("Improves senses, allowing the detection of everything.", "强化感知,可以侦测一切事物。")
+t("sense", "感知")
 t("Dozing", "打盹")
 t("The target is completely asleep, unable to act.", "目标完全睡着了,无法行动。")
+t("sleep", "睡眠")
 
 
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/physical.lua"
 
 t("Scoured", "冲刷")
-t("Scoured by natural acid, reducing their offensive power ratings by %d%%.", "被自然酸液冲  刷,降低攻击强度 %d%%.")
-t("#Target#'s power is greatly reduced!", "#Target# 的强度急剧下降!")
-t("#Target# power has recovered.", "#Target# 的强度恢复了!")
+t("Scoured by natural acid, reducing their offensive power ratings by %d%%.", "被自然酸液冲刷,降低攻击强度 %d%%.")
+t("#Target#'s power is greatly reduced!", "#Target#的强度急剧下降!")
+t("#Target# power has recovered.", "#Target#的强度恢复了!")
 t("Relentless Tempo", "无尽节奏")
 t([[Attuning to the flow of combat, increasing their combat stats.  
 Defense:  %d
 All Damage:  %d%%
 Stamina Regeneration:  %d
-%s]], [[进入战斗节奏。增  加以下数据:
-闪避:  %d
-全体伤害:  %d%%
-体力回复:  %d
+%s]], [[进入战斗节奏。增加以下数据:
+闪避: %d
+全体伤害: %d%%
+体力回复: %d
 %s]])
-t("#Target# is gaining tempo.", "#Target# 开始进入节奏。")
+t("tempo", "节奏")
+t("#Target# is gaining tempo.", "#Target#开始进入节奏。")
 t("+Tempo", "+节奏")
-t("#Target# loses their tempo.", "#Target# 丢失了节奏。")
+t("#Target# loses their tempo.", "#Target#丢失了节奏。")
 t("-Tempo", "-节奏")
 t("Concussion", "脑震荡")
 t("The target can't think straight, causing their actions to fail.", "目标不能正常思考,使用技能会失败。")
-t("#Target#'s brain isn't quite working right!", "#Target# 的大脑不能正常工作了!")
+t("concussion", "æ··ä¹±")
+t("#Target#'s brain isn't quite working right!", "#Target#的大脑不能正常工作了!")
 t("+Concussion", "+脑震荡")
-t("#Target# regains their concentration.", "#Target# 恢复了注意力。")
+t("#Target# regains their concentration.", "#Target#恢复了注意力。")
 t("-Concussion", "-脑震荡")
 t("Bleeding", "流血")
 t("Huge cut that bleeds, doing %0.2f physical damage per turn.", "巨大的伤口使你流失血液,造成每回合 %0.2f 物理伤害。")
-t("#Target# starts to bleed.", "#Target# 开始流血。")
+t("#Target# starts to bleed.", "#Target#开始流血。")
 t("+Bleeds", "+流血")
-t("#Target# stops bleeding.", "#Target# 停止流血。")
+t("#Target# stops bleeding.", "#Target#停止流血。")
 t("-Bleeds", "-流血")
 t("Deep Wound", "重伤")
 t("Huge cut that bleeds, doing %0.2f physical damage per turn and decreasing all heals received by %d%%.", "巨大的伤口使你流失血液,造成每回合 %0.2f 物理伤害并降低 %d%% 所有治疗效果。")
@@ -36301,18 +37523,18 @@ t("#Target#'s deep wound closes.", "#Target#的重伤愈合了。")
 t("-Deep Wounds", "-重伤")
 t("Regeneration", "再生")
 t("A flow of life spins around the target, regenerating %0.2f life per turn.", "生命之流环绕目标,每回合回复 %0.2f 生命值。")
-t("#Target# starts regenerating health quickly.", "#Target# 开始快速回复生命值。")
+t("#Target# starts regenerating health quickly.", "#Target#开始快速回复生命值。")
 t("+Regen", "+再生")
-t("#Target# stops regenerating health quickly.", "#Target# 停止了快速回复生命值。")
+t("#Target# stops regenerating health quickly.", "#Target#停止了快速回复生命值。")
 t("-Regen", "-再生")
 t("Poison", "毒素")
 t("The target is poisoned, taking %0.2f nature damage per turn.", "目标中毒,每回合受到 %0.2f 自然伤害。")
 t("+Poison", "+毒素")
-t("#Target# stops being poisoned.", "#Target# 中毒效果消失。")
+t("#Target# stops being poisoned.", "#Target#中毒效果消失。")
 t("-Poison", "-毒素")
 t("Spydric Poison", "蜘蛛之毒")
 t("The target is poisoned, taking %0.2f nature damage per turn and unable to move (but can otherwise act freely).", "目标中毒,每回合受到 %0.2f 自然伤害并不能移动(但其他动作不受影响)。")
-t("#Target# is poisoned and cannot move!", "#Target# 中毒并且无法移动!")
+t("#Target# is poisoned and cannot move!", "#Target#中毒并且无法移动!")
 t("+Spydric Poison", "+蜘蛛之毒")
 t("-Spydric Poison", "-蜘蛛之毒")
 t("Insidious Poison", "阴险毒素")
@@ -36333,7 +37555,7 @@ t("#Target# is infused with stone poison!", "#Target#被石化毒素影响!")
 t("+Stoning Poison", "+石化毒素")
 t("#Target# is free of the stone poison!", "#Target#脱离了石化毒素影响!")
 t("-Stoning Poison", "-石化毒素")
-t("#GREY#%s looks stony for a moment, but resists the transformation.", "#GREY#%s 似乎短暂地变成了石头,但马上抵抗了变形。")
+t("#GREY#%s looks stony for a moment, but resists the transformation.", "#GREY#%s似乎短暂地变成了石头,但马上抵抗了变形。")
 t("Burning", "燃烧")
 t("The target is on fire, taking %0.2f fire damage per turn.", "目标受到灼烧效果,每回合受到 %0.2f 火焰伤害。")
 t("#Target# is on fire!", "#Target#着火了!")
@@ -36341,48 +37563,49 @@ t("+Burn", "+燃烧")
 t("#Target# stops burning.", "#Target#身上的火熄灭了。")
 t("-Burn", "-燃烧")
 t("Burning Shock", "火焰冲击")
-t("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents cooldown twice as slow.", "目标起火,每回合受到 %0.2f 火焰伤害,造成的伤害降低 50%%,随机 4 个技能进入 CD 并降低移动速度 50%% 。受火焰震慑影响,技能冷却速度减半。")
-t("#Target# is stunned by the burning flame!", "#Target# 被燃烧的火焰震慑!")
+t("The target is on fire, taking %0.2f fire damage per turn, reducing damage by 50%%, putting 4 random talents on cooldown and reducing movement speed by 50%%. While flameshocked talents cooldown twice as slow.", "目标起火,每回合受到 %0.2f 火焰伤害,造成的伤害降低 50%%,随机 4 个技能进入冷却并降低移动速度 50%% 。受火焰震慑影响,技能冷却速度减半。")
+t("#Target# is stunned by the burning flame!", "#Target#被燃烧的火焰震慑!")
 t("+Burning Shock", "+火焰冲击")
 t("-Burning Shock", "-火焰冲击")
 t("Stunned", "震慑")
-t("The target is stunned, reducing damage by 50%%, putting 3 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被震慑,减少造成伤害 50%%, 随机 3 个技能进入 CD 并降低移动速度 50%% 。  震慑时技能冷却时间加倍。")
-t("#Target# is stunned!", "#Target# 被震慑!")
+t("The target is stunned, reducing damage by 50%%, putting 3 random talents on cooldown and reducing movement speed by 50%%.  While stunned talents cooldown twice as slow.", "目标被震慑,减少造成伤害 50%%, 随机 3 个技能进入冷却并降低移动速度 50%% 。  震慑时技能冷却速度减半。")
+t("#Target# is stunned!", "#Target#被震慑!")
 t("+Stunned", "+震慑")
-t("#Target# is not stunned anymore.", "#Target# 不再被震慑。")
+t("#Target# is not stunned anymore.", "#Target#不再被震慑。")
 t("-Stunned", "-震慑")
 t("Disarmed", "缴械")
 t("The target is maimed, unable to correctly wield a weapon.", "目标被残废,无法正确抓握武器。")
-t("#Target# is disarmed!", "#Target# 被缴械!")
+t("disarm", "缴械")
+t("#Target# is disarmed!", "#Target#被缴械!")
 t("+Disarmed", "+缴械")
-t("#Target# rearms.", "#Target# 重新拿起了武器。")
+t("#Target# rearms.", "#Target#重新拿起了武器。")
 t("-Disarmed", "-缴械")
 t("Constricted", "扼制")
 t("The target is constricted, preventing movement and making it suffocate (loses %0.2f air per turn).", "目标被扼制,不能移动且使其窒息(每回合丢失 %0.2f 空气)。")
-t("#Target# is constricted!", "#Target# 被扼制!")
+t("#Target# is constricted!", "#Target#被扼制!")
 t("+Constricted", "+扼制")
-t("#Target# is free to breathe.", "#Target# 恢复了呼吸。")
+t("#Target# is free to breathe.", "#Target#恢复了呼吸。")
 t("-Constricted", "-扼制")
 t(" was constricted to death by %s.", "被%s扼制而死。")
 t("Dazed", "眩晕")
 t("The target is dazed, rendering it unable to move, halving all damage done, defense, saves, accuracy, spell, mind and physical power. Any damage will remove the daze.", "目标被眩晕,无法移动,所有攻击伤害、闪避、豁免、命中、法术、精神和物理强度减半。任何伤害均会打断眩晕效果。")
-t("#Target# is dazed!", "#Target# 被眩晕!。")
+t("#Target# is dazed!", "#Target#被眩晕!。")
 t("+Dazed", "+眩晕")
-t("#Target# is not dazed anymore.", "#Target# 从眩晕中恢复。")
+t("#Target# is not dazed anymore.", "#Target#从眩晕中恢复。")
 t("-Dazed", "-眩晕")
 t("Evasion", "闪避")
 t(" and gains %d defense", " 并增加 %d 点闪避。")
 t("The target has %d%% chance to evade melee and ranged attacks", "目标有 %d%% 概率躲避近战和远程攻击 ")
-t("#Target# tries to evade attacks.", "#Target# 闪避攻击。")
+t("#Target# tries to evade attacks.", "#Target#闪避攻击。")
 t("+Evasion", "+闪避")
-t("#Target# is no longer evading attacks.", "#Target# 不再闪避攻击。")
+t("#Target# is no longer evading attacks.", "#Target#不再闪避攻击。")
 t("-Evasion", "-闪避")
 t("Speed", "加速")
 t("Slow", "减速")
 t("Reduces global action speed by %d%%.", "整体速度下降 %d%% 。")
 t("+Slow", "+减速")
 t("-Slow", "-减速")
-t("#Target# loses sight!", "#Target# 失明了!")
+t("#Target# loses sight!", "#Target#失明了!")
 t("+Blind", "+致盲")
 t("Stoneskin", "石化皮肤")
 t("The target's skin reacts to damage, granting %d armour.", "目标皮肤抵抗伤害,提升 %d 护甲值。")
@@ -36394,42 +37617,43 @@ t("#Target# is less thorny now.", "#Target#的皮肤不再坚硬")
 t("-Thorny Skin", "-荆棘皮肤")
 t("Frozen Feet", "冻足")
 t("The target is frozen on the ground, able to act freely but not move.", "目标被冻结在原地,可以做其他任何动作但无法移动。")
-t("#Target# is frozen to the ground!", "#Target# 被冻结在原地!")
-t("#Target# warms up.", "#Target# 的坚冰融化了。")
+t("#Target# is frozen to the ground!", "#Target#被冻结在原地!")
+t("#Target# warms up.", "#Target#的坚冰融化了。")
 t("Frozen", "冰冻")
 t("The target is encased in ice. All damage done to it will be split, 40%% absorbed by the ice and 60%% by the target. The target's defense is nullified while in the ice, and it may only attack the ice, but it is also immune to any new detrimental status effects (except Wet and Frozen Feet). The target cannot teleport or heal while frozen. %d HP on the iceblock remaining.", "目标被冻结在冰块中,对其造成的所有伤害有 40%%被冰块吸收,目标则受到余下的 60%%伤害。冰冻状态下你的闪避无效,你只能攻击冰块,但同时你也不会受到其他负面状态影响(潮湿和冻结双脚除外)。目标被冻结时无法传送也不能回复生命。冰块剩余 %d HP。")
-t("#Target# is encased in ice!", "#Target# 被冻结在冰块中!")
+t("cold", "寒冷")
+t("#Target# is encased in ice!", "#Target#被冻结在冰块中!")
 t("+Frozen", "+冰冻")
-t("#Target# is free from the ice.", "#Target# 从冰块中解脱。")
+t("#Target# is free from the ice.", "#Target#从冰块中解脱。")
 t("-Frozen", "-冰冻")
 t("Wrath of the Woods", "丛林的愤怒")
 t("Wrath of the Highborn", "高等人类之怒")
 t("The target calls upon its inner resources, improving all damage by %d%% and reducing all damage taken by %d%%.", "目标召唤其内心的力量,提高所有伤害加成%d%%,减少受到的所有伤害%d%%。")
-t("#Target# radiates power.", "#Target# 辐射出力量。")
-t("#Target#'s aura of power vanishes.", "#Target# 的力量光环消失。")
+t("#Target# radiates power.", "#Target#辐射出力量。")
+t("#Target#'s aura of power vanishes.", "#Target#的力量光环消失。")
 t("Shell Shield", "甲壳护盾")
 t("The target takes cover in its shell, gaining %d%% all resist.", "目标被甲壳覆盖,全体伤害抗性增加%d%% 。")
-t("#Target# takes cover under its shell.", "#Target# 以它的甲壳作为护盾。")
+t("#Target# takes cover under its shell.", "#Target#以它的甲壳作为护盾。")
 t("+Shell Shield", "+甲壳护盾")
-t("#Target# leaves the cover of its shell.", "#Target# 失去了甲壳护盾。")
+t("#Target# leaves the cover of its shell.", "#Target#失去了甲壳护盾。")
 t("-Shell Shield", "-甲壳护盾")
 t("Serpentine Nature", "巨蟒特质")
 t("The target takes on the properties of the hydra, gaining %d%% affinity to lightning, acid, and nature damage and regenerating %d life per turn.", "目标展现出多头蛇的特性,获得 %d%% 闪电、酸性和自然伤害吸收,每回合回复 %d 生命。")
 t("Pain Suppression", "痛苦压制")
 t("The target ignores pain, reducing all damage taken by %d%%.", "目标忽视疼痛,减少所受伤害 %d%% 。")
-t("#Target# lessens the pain.", "#Target# 可以无视疼痛。")
+t("#Target# lessens the pain.", "#Target#可以无视疼痛。")
 t("+Pain Suppression", "+痛苦压制")
-t("#Target# feels pain again.", "#Target# 重新感受到疼痛。")
+t("#Target# feels pain again.", "#Target#重新感受到疼痛。")
 t("-Pain Suppression", "-痛苦压制")
 t("Primal Attunement", "自然协调")
 t("The target is attuned to the wild, increasing all damage affinity by %d%% and reducing a random debuff duration by %d each turn.", "目标和自然协调 , 增加全体伤害吸收 %d%% ,每回合随机减少一个负面状态 %d 回合持续时间 。")
 t("#Target# attunes to the wild.", "#Target#和自然相和谐。")
 t("+Primal", "+原初")
-t("#Target# is no longer one with nature.", "#Target# 重新感受到疼痛。")
+t("#Target# is no longer one with nature.", "#Target#重新感受到疼痛。")
 t("-Primal", "-原初")
 t("Purge Blight", "枯萎净化")
 t("The target is infused with the power of nature, reducing all blight damage taken by %d%%, increasing spell saves by %d, and granting immunity to diseases.", "目标得到了自然的力量,减少所有枯萎伤害 %d%% ,提升法术豁免 %d ,并使其对疾病免疫。")
-t("#Target# rejects blight!", "#Target# 抵抗了枯萎能量!")
+t("#Target# rejects blight!", "#Target#抵抗了枯萎能量!")
 t("+Purge", "+净化")
 t("#Target# is susceptible to blight again.", "#Target#目标重新会被枯萎影响了。")
 t("-Purge", "-净化")
@@ -36439,52 +37663,55 @@ t("Heroism", "英勇")
 t("Keeps you from dying even if your life drops to %+d", "使你直到生命降至 %+d 时才会死去")
 t("Sunder Armour", "破甲")
 t("The target's armour and saves are broken, reducing them by %d.", "目标护甲破损,护甲值和豁免降低 %d。")
-t("#Target#'s armour is damaged!", "#Target# 的护甲破损了!")
+t("#Target#'s armour is damaged!", "#Target#的护甲破损了!")
 t("+Sunder Armor", "+破甲")
 t("-Sunder Armor", "-破甲")
 t("Sunder Arms", "破刃")
 t("The target's combat ability is reduced, reducing its attack by %d.", "目标战斗能力下降,降低 %d 点命中。")
-t("#Target#'s fighting ability is impaired!", "#Target# 的战斗能力被削弱了!")
+t("#Target#'s fighting ability is impaired!", "#Target#的战斗能力被削弱了!")
 t("+Sunder Arms", "+破刃")
-t("#Target#'s ability to fight has recovered.", "#Target# 的战斗能力恢复了。")
+t("#Target#'s ability to fight has recovered.", "#Target#的战斗能力恢复了。")
 t("-Sunder Arms", "-破刃")
 t("+Pinned", "+定身")
 t("-Pinned", "-定身")
 t("Pinned to the ground", "定身")
 t("The target is pinned to the ground, unable to move.", "目标被定身在原地,无法移动。")
-t("#Target# is pinned to the ground.", "#Target# 被定身在原地。")
+t("#Target# is pinned to the ground.", "#Target#被定身在原地。")
 t("+Bone Grab", "+骨爪")
-t("#Target# is no longer pinned.", "#Target# 摆脱了定身。")
+t("#Target# is no longer pinned.", "#Target#摆脱了定身。")
 t("-Bone Grab", "-骨爪")
 t("Mighty Blows", "猛力攻击")
 t("The target's combat damage is improved by %d.", "目标战斗伤害值提高 %d。")
+t("golem", "傀儡")
 t("#Target# looks menacing.", "#Target#看上去更具威胁。")
 t("#Target# looks less menacing.", "#Target#看上去不再更具威胁。")
 t("Cripple", "致残")
 t("The target is crippled, reducing melee, spellcasting and mind speed by %d%%.", "目标被致残,降低 %d%% 近战、施法和精神速度。")
+t("cripple", "致残")
 t("#Target# is crippled.", "#Target#被致残。")
-t("#Target# is not crippled anymore.", "#Target# 不再被致残。")
+t("#Target# is not crippled anymore.", "#Target#不再被致残。")
 t("Burrow", "土遁")
 t("The target is able to burrow into walls, and additionally has %d more APR and %d%% more physical resistance penetration.", "目标可以挖入墙中,获得%d护甲穿透,%d%%物理抗性穿透。")
 t("Reduced Vision", "视力下降")
 t("The target's vision range is decreased by %d.", "目标的视觉范围减少 %d。")
+t("sense", "感知")
 t("+Dim Vision", "+黯淡视野")
 t("-Dim Vision", "-黯淡视野")
 t("The smoke around #target# dissipates.", "#Target#周围的浓烟消失了。")
 t("Resolve", "分解")
 t(" and ", "和")
-t("You gain %d%% resistance against %s.", "你获得 %d%% %s 抵抗。")
+t("You gain %d%% resistance against %s.", "你获得%d%%%s抗性。")
 t("#Target# attunes to the damage.", "#Target#能忍受伤害。")
 t("+Resolve", "+分解")
 t("#Target# is no longer attuned.", "#Target#忍受伤害能力消失。")
 t("-Resolve", "-分解")
 t("Wild Speed", "狂暴加速")
 t("Moving at extreme speed (%d%% faster) and gains 100%% stun, daze and pinning immunity. Any action other than movement will cancel it.", "以极快的速度移动 (加速 %d%%) 并获得 100%% 震慑、眩晕和定身免疫。任何非移动动作都会取消这一效果。")
-t("#Target# is moving at extreme speed!", "#Target# 走得飞快!")
+t("#Target# is moving at extreme speed!", "#Target#走得飞快!")
 t("+Wild Speed", "+狂暴加速")
 t("-Wild Speed", "-狂暴加速")
 t("Hunter", "猎手")
-t("Movement is %d%% faster.  Any action other than movement will end this effect.", "你正在寻找下一个目标,  移动速度增加 %d%% 。")
+t("Movement is %d%% faster.  Any action other than movement will end this effect.", "你正在寻找下一个目标,移动速度增加 %d%% 。")
 t("#Target# prepares %s!", "#Target#准备了%s!")
 t("+Hunter", "+猎手")
 t("-Hunter", "-猎手")
@@ -36495,12 +37722,14 @@ t("+Step Up", "+步步为营")
 t("-Step Up", "-步步为营")
 t("Lightning Speed", "闪电加速")
 t("Turn into pure lightning, moving %d%% faster. It also increases your lightning resistance by 100%% and your physical resistance by 30%%.", "成为一道闪电,提高 %d%% 移动速度。并提高 100%%闪电抵抗和 30%%物理抵抗。")
+t("lightning", "闪电")
 t("#Target# turns into pure lightning!.", "#Target#变成了一道闪电!")
 t("+Lightning Speed", "+闪电加速")
 t("#Target# is back to normal.", "#Target#恢复了正常。")
 t("-Lightning Speed", "-闪电加速")
 t("Dragon's Fire", "龙之焰")
 t("Dragon blood runs through your veins. You can breathe fire (or have it improved if you already could).", "你流淌着龙的血液,你能吐出火焰或者提升火焰吐息的威力。")
+t("fire", "火焰")
 t("#Target#'s throat seems to be burning.", "#Target#的喉咙里喷射出火焰。")
 t("+Dragon's fire", "+龙之焰")
 t("#Target#'s throat seems to cool down.", "#Target#的火焰平息了下来。")
@@ -36534,6 +37763,7 @@ t("#Target# has escaped the crushing hold.", "#Target#脱离了击碎效果。")
 t("-Crushing Hold", "-关节技:折颈")
 t("Strangle Hold", "扼喉")
 t("The target is being strangled and may not cast spells and suffers %d damage each turn.", "目标被扼住喉咙,不能施法且每回合受到 %d 伤害。")
+t("silence", "沉默")
 t("#Target# is being strangled.", "#Target#被掐住了喉咙。")
 t("+Strangle Hold", "+扼喉")
 t("#Target# has escaped the strangle hold.", "#Target#从扼喉中逃脱。")
@@ -36577,6 +37807,7 @@ t("-Reflexive Dodging", "-闪避反射")
 t("Weakened Defenses", "碎甲")
 t("The target's physical resistance has been reduced by %d%%.", "目标物理抵抗下降 %d%% 。")
 t("Waters of Life", "生命之水")
+t("The target purifies all diseases and poisons, turning them into healing effects.", "目标净化所有毒素和疾病效果,并将它们转化为治疗。")
 t("Elemental Harmony", "元素和谐")
 t("Increases global speed by %d%%.", "整体速度提升 %d%% 。")
 t("Increases armour by %d.", "增加护甲值 %d 。")
@@ -36585,10 +37816,10 @@ t("Increases life regen by %0.2f.", "增加生命回复 %0.2f 。")
 t("Increases all resists by %d%%.", "增加所有抵抗 %d%% 。")
 t("Healing Nexus Redirection", "治疗被转移")
 t("All direct healing done to the target fails, and is instead redirected to %s at %d%% effectiveness.", "目标受到的直接治疗将被转移至 %s ( %d%% 效率).")
-t("#YELLOW_GREEN##Source# steals healing from #Target#!", "#YELLOW_GREEN##Source# 从 #Target# 偷取了治疗!")
+t("#YELLOW_GREEN##Source# steals healing from #Target#!", "#YELLOW_GREEN##Source#从#Target#偷取了治疗!")
 t("Healing Nexus", "治疗转移")
 t("All direct healing done to the target is increased by %d%% and each heal restores %0.1f equilibrium.", "目标所有受到的治疗增加 %d%%,每次治疗恢复 %0.1f 失衡值。")
-t("#YELLOW_GREEN##Source#'s healing is amplified!", "#YELLOW_GREEN##Source# 的治疗被增幅了!")
+t("#YELLOW_GREEN##Source#'s healing is amplified!", "#YELLOW_GREEN##Source#的治疗被增幅了!")
 t("Immobilized", "固定")
 t("Immobilized by telekinetic forces.", "被念力困住。")
 t("#F53CBE##Target# is bound by telekinetic forces!", "#F53CBE##Target#被念力困住。")
@@ -36597,6 +37828,7 @@ t("#Target# shakes free of the telekinetic binding", "#Target#从念力约束中
 t("-Paralyzed", "-麻痹")
 t("Imploding (slow)", "碎骨压制(减速)")
 t("Slowed by 50%% and taking %d crushing damage per turn.", " 整体速度下降 50%% , 每回合受到 %d 碾压伤害。")
+t("telekinesis", "念力")
 t("#Target# is being crushed.", "#Target#被击碎。")
 t("+Imploding", "+压制")
 t("#Target# shakes off the crushing forces.", "#Target#脱离压碎效果。")
@@ -36609,14 +37841,19 @@ t("#Target# is moving less freely.", "#Target#自由移动效果消失。")
 t("-Free Action", "-自由行动")
 t("Adrenaline Surge", "肾上腺素")
 t("The target's combat damage is improved by %d and it an continue to fight past the point of exhaustion, supplementing life for stamina.", "目标战斗伤害提高 %d 能量枯竭时消耗生命值代替体力值继续战斗。")
+t("frenzy", "疯狂")
 t("#Target# feels a surge of adrenaline.", "#Target#被注入了肾上腺素。")
 t("#Target#'s adrenaline surge has come to an end.", "#Target#的肾上腺素效果消失。")
 t("Blindside Bonus", "攻其不备")
 t("The target has appeared out of nowhere! It's defense is boosted by %d.", "目标不知从哪里冒出来!闪避值增加 %d。")
+t("evade", "闪避")
 t("Off-balance", "-失去平衡")
+t("Badly off balance. Global damage is reduced by 15%.", "严重失去平衡,降低整体伤害 15%。")
 t("+Off-balance", "+-失去平衡")
 t("-Off-balance", "-失去平衡")
 t("Off-guard", "-猝不及防")
+t("Badly off guard. Attackers gain a 10% bonus to physical critical strike chance and physical critcal strike power.", "目标失去防备,攻击者获得 10%额外物理暴击概率和暴击加成。")
+t("cross tier", "越层效果")
 t("+Off-guard", "+-猝不及防")
 t("-Off-guard", "-猝不及防")
 t("Slow movement", "减速")
@@ -36625,6 +37862,7 @@ t("+Slow movement", "+减速")
 t("-Slow movement", "-减速")
 t("Weakened", "削弱")
 t("The target has been weakened, reducing all damage inflicted by %d%%.", "目标被弱化,降低 %d%% 所有伤害。")
+t("curse", "诅咒")
 t("#Target# has been weakened.", "#Target#被削弱。")
 t("#Target#'s is no longer weakened.", "#Target#不再被削弱。")
 t("Lowered fire resistance", "火焰抗性下降")
@@ -36660,6 +37898,7 @@ t("-Cursed Wound", "-诅咒创伤")
 t("%s has re-opened a cursed wound!", "%s再次遭受被诅咒的创伤。")
 t("Luminescence ", "冷光")
 t("The target has been revealed, reducing its stealth power by %d.", "目标被显形,降低潜行等级 %d。")
+t("light", "光系")
 t("#Target# has been illuminated.", "#Target#受到冷光效果。")
 t("+Luminescence", "+冷光")
 t("#Target# is no longer illuminated.", "#Target#的冷光效果消失。")
@@ -36669,7 +37908,7 @@ t("The target has a %d%% chance to fail any spell it casts and a chance each tur
 t("#Target#'s magic has been disrupted.", "#Target#的魔法力量被干扰。")
 t("#Target#'s is no longer disrupted.", "#Target#的魔法力量不再被干扰。")
 t("Resonance", "共鸣")
-t("+%d%% %s damage.", "+%d%% %s 伤害。")
+t("+%d%% %s damage.", "+%d%% %s伤害。")
 t("#Target# resonates with the damage.", "#Target#与受到的伤害产生共鸣。")
 t("+Resonance", "+共鸣")
 t("#Target# is no longer resonating.", "#Target#不再与伤害共鸣。")
@@ -36682,12 +37921,12 @@ t("#Target# is protected by a layer of thick leaves.", "#Target#被一层厚厚
 t("+Leaves Cover", "+叶之守护")
 t("#Target# cover of leaves falls apart.", "#Target#的叶刃保护消失了。")
 t("-Leaves Cover", "-叶之守护")
-t("Parrying melee attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).", " 阻挡近战攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害, ( 剩余次数 %0.1f ) ")
+t("Parrying melee attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).", " 阻挡近战攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害,( 剩余次数 %0.1f ) ")
 t("Parrying", "抵挡攻击")
 t(" and ranged", "和远程")
-t("Parrying melee%s attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).  Parried attacks cannot crit.", "阻挡近战%s攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害, ( 剩余次数 %0.1f )。被阻挡的攻击不会暴击。")
+t("Parrying melee%s attacks: Has a %d%% chance to deflect up to %d damage from the next %0.1f attack(s).  Parried attacks cannot crit.", "阻挡近战%s攻击:面对近战攻击时有 %d%% 几率阻挡至多 %d 伤害,( 剩余次数 %0.1f )。被阻挡的攻击不会暴击。")
 t("Reduces all damage taken by %d.", "减少受到的所有伤害 %d 点。")
-t("#CRIMSON##Source# heals from blocking with %s shield!", "#CRIMSON##Source# 用 %s 盾牌格挡,获得了治疗!")
+t("#CRIMSON##Source# heals from blocking with %s shield!", "#CRIMSON##Source#用%s盾牌格挡,获得了治疗!")
 t("%s resists the disarming attempt!", "%s抵抗了缴械!")
 t("Counterstrike", "反击")
 t("Vulnerable to deadly counterstrikes. Next melee attack will inflict double damage.", "容易受到致命的反击。下一次近战攻击将造成双倍伤害。")
@@ -36696,7 +37935,7 @@ t("-Counter", "-反击")
 t("Counter Attacking", "反击攻击")
 t("Countering melee attacks: Has a %d%% chance to get an automatic counter attack when avoiding a melee attack. (%0.1f counters remaining)", " 反击近战攻击:有 %d%% 几率在闪避近战攻击后反击对方。(剩余次数 %0.1f ) ")
 t("Blocking", "格挡")
-t("Blocking up to %d total damage.", "格挡至多%d 伤害。")
+t("Blocking up to %d total damage.", "格挡至多%d伤害。")
 t("#STEEL_BLUE#(%d blocked)#LAST#", "#STEEL_BLUE#(%d 格挡)#LAST#")
 t("#ORCHID#You cannot block any more attacks!#LAST#", "#ORCHID#你不能格挡更多攻击了!#LAST#")
 t("Grappling Defensively", "反击投技")
@@ -36711,6 +37950,7 @@ t("-Ravage", "-疯狂扭曲")
 t("#LIGHT_RED#%s is being ravaged by distortion!", "#LIGHT_RED#%s被疯狂扭曲了。")
 t("Distortion", "扭曲")
 t("The target has recently taken distortion damage, is vulnerable to distortion effects, and has its physical resistance decreased by %d%%.", " 目标最近承受了扭曲伤害,对扭曲效果更敏感,同时物理抗性下降 %d%% 。")
+t("distortion", "扭曲")
 t("+Distortion", "+扭曲")
 t("#Target# is no longer distorted.", "#Target#不再被扭曲。")
 t("-Distortion", "-扭曲")
@@ -36732,24 +37972,29 @@ t("#Target# is speeding up.", "#Target#速度加快。")
 t("+Fast As Lightning", "+迅如雷电")
 t("#Target# is slowing down.", "#Target#速度减慢。")
 t("-Fast As Lightning", "-迅如雷电")
+t("Resets Rush cooldown if killed.", "被杀时重置冲锋冷却时间。")
 t("Steamroller", "压路机")
 t("Grants a +%d%% damage bonus.", "获得 +%d%% 伤害加成。")
 t("Spine of the World", "世界之脊")
+t("Immune to physical effects.", "对物理效果免疫。")
+t("status", "状态")
 t("#Target# become impervious to physical effects.", "#Target#对物理状态免疫。")
 t("+Spine of the World", "+世界之脊")
 t("#Target# is less impervious to physical effects.", "#Target#不再对物理状态免疫。")
 t("-Spine of the World", "-世界之脊")
 t("Fungal Blood", "真菌血液")
 t("You have %d fungal energies stored. Release them to heal by using the Fungal Blood prodigy.", "已储存 %d 真菌能量。使用真菌血液天赋来释放能量治疗。")
+t("heal", "治疗")
 t("+Fungal Blood", "+真菌血液")
 t("-Fungal Blood", "-真菌血液")
 t("Mucus", "粘液")
 t("You lay mucus where you walk.", "在你行走过的地方留下粘液。")
+t("mucus", "粘液")
 t("+Mucus", "+粘液")
 t("-Mucus", "-粘液")
 t("Corrosive Nature", "自然腐蚀")
 t("Acid damage increased by %d%%.", "酸性伤害增加 %d%%.")
-t("#Target#'s acid damage is more potent.", "#Target# 的酸性伤害增加。")
+t("#Target#'s acid damage is more potent.", "#Target#的酸性伤害增加。")
 t("+Corrosive Nature", "+自然腐蚀")
 t("#Target#'s acid damage is no longer so potent.", "#Target#的酸性伤害不再增加。")
 t("-Corrosive Nature", "-自然腐蚀")
@@ -36763,17 +38008,20 @@ t("-Nature Acid", "-自然酸化")
 t("%s's natural acid becomes more concentrated!", "%s的自然酸化之力增强了!")
 t("Corrode", "腐蚀")
 t("The target is corroded, reducing their accuracy by %d, their armor by %d, and their defense by %d.", "目标被侵蚀,降低 %d 命中、 %d 护甲值和 %d 闪避。")
+t("acid", "酸性")
 t("#Target# is corroded.", "#Target#被侵蚀。")
 t("#Target# has shook off the effects of their corrosion.", "#Target#不再被侵蚀。")
 t("Slippery Moss", "光滑苔藓")
 t("The target is covered in slippery moss. Each time it tries to use a talent there is %d%% chance of failure.", "目标被光滑苔藓覆盖,每次使用技能时有 %d%% 几率失败。")
+t("moss", "苔藓")
 t("#Target# is covered in slippery moss!", "#Target#被光滑苔藓覆盖")
 t("+Slippery Moss", "+光滑苔藓")
 t("#Target# is free from the slippery moss.", "#Target#摆脱了光滑苔藓")
 t("-Slippery Moss", "-光滑苔藓")
 t("Juggernaut", "战场主宰")
 t("Reduces physical damage received by %d%% and provides a %d%% chance to ignore critical hits.", "减少 %d%% 物理伤害并有  %d%% 几率无视暴击伤害。")
-t("#Target# hardens its skin.", "#Target# 的皮肤变得坚硬。")
+t("superiority", "战术优化")
+t("#Target# hardens its skin.", "#Target#的皮肤变得坚硬。")
 t("+Juggernaut", "+战场主宰")
 t("-Juggernaut", "-战场主宰")
 t("Natural Replenishment", "自然充能")
@@ -36788,12 +38036,14 @@ t("%0.1f%%", "%0.1f%%")
 t("Relentless Fury", "无尽怒火")
 t("Increases stamina regeneration by %d, movement and attack speed by %d%%.", "增加 %d 体力回复,  %d%% 攻击和移动速度.")
 t("Directed Speed", "定向加速")
-t("#Target# loses speed.", "#Target# 速度减慢。")
+t("#Target# loses speed.", "#Target#速度减慢。")
 t("-Directed Speed", "-定向加速")
 t("Target is currently moving with %d%% additional speed in a single direction (%s). Stopping or changing directions will remove this effect.", "目标单方向(%s)移动时获得 %d%% 额外速度。停止或者改变方向将取消此效果。")
 t("Stun Lengthen", "震慑延长")
+t("stun", "震慑")
 t("#Target# is stunned further! (now %d turns)", "#Target#被进一步震慑了!(现在%d回合)")
 t("Eternal Warrior", "永恒战士")
+t("morale", "士气")
 t("+Eternal Warrior", "+永恒战士")
 t("-Eternal Warrior", "-永恒战士")
 t("The target stands strong, increasing all resistances by %0.1f%% and resistance caps by %0.1f%%.", "目标十分强大,增加全体抗性 %0.1f%%, 全体抗性上限 %0.1f%%.")
@@ -36801,9 +38051,10 @@ t("Tactical Position", "策略走位")
 t("The target has relocated to a favorable position, giving them +%d%% physical critical chance.", "目标重新移动到自己喜欢的位置,增加 %d%% 物理暴击率。")
 t("#Target# is poised to strike!", "#Target#准备作战!")
 t("Defensive Roll", "防御滚动")
-t("#Target# assumes an extreme defensive posture, avoiding some damage!", "#Target# 进入了极端防守姿态,躲避伤害!")
+t("#Target# assumes an extreme defensive posture, avoiding some damage!", "#Target#进入了极端防守姿态,躲避伤害!")
 t("The target is in an extreme defensive posture, avoiding %d%% of all incoming damage.", "目标进行了防御性的滚动,减少 %d%% 受到的伤害。")
 t("Trained Reactions Cooldown", "特种训练冷却")
+t("cooldown", "冷却")
 t("#LIGHT_BLUE##Target# may dodge again.", "#LIGHT_BLUE##Target#可以再次躲避了。")
 t("+Trained Reactions", "+特种训练")
 t("Trained Reactions may not trigger.", "特种训练暂时不能触发。")
@@ -36812,29 +38063,32 @@ t("#Target# has sped up!", "#Target#速度上升!")
 t("The target's reactions have quickened, giving +%d%% global speed.", "目标的反应速度变快了,整体速度提升 %d%% 。")
 t("Anti-Gravity", "-反重力")
 t("Target is caught in an anti-gravity field, halving its knockback resistance.", "目标被反重力力量击中,减半击退免疫。")
+t("spacetime", "时空")
 t("+Anti-Gravity", "+-反重力")
 t("-Anti-Gravity", "-反重力")
 t("Parasitic Leeches", "寄生虫")
-t("Parasitic Leeches: ", "寄生虫: ")
+t("Parasitic Leeches: ", "寄生虫:")
 t("The target is being fed upon by %d masses of parasitic leeches for %0.2f physical and %0.2f acid damage each turn.  After a %d turn feeding period, one mass will drop off and multiply.", "目标被 %d 堆寄生虫寄生,每回合受到 %0.2f 物理和 %0.2f 酸性伤害。每隔 %d 回合,一堆寄生虫将脱落并繁殖。")
+t("parasite", "寄生")
 t("#Target# is #GREEN#INFESTED#LAST# with parasitic leeches!", "#Target#被寄生虫#GREEN#寄生#LAST#了! ")
 t("+Parasitic Leeches", "+寄生虫")
 t("Some leeches drop off %s!", "寄生虫从%s处脱落! ")
 t("Garrote", "绞杀")
 t("  It is silenced for the next %d turn(s), preventing it from casting spells and using some vocal talents.", "  目标还被沉默 %d 回合,不能释放法术或使用声音技能。")
 t("The target is being garrotted by %s, rendering it unable to move and subject to an automatic unarmed attack (at %d%% damage) each turn.%s", "目标被 %s 绞杀,无法移动,每回合会收到一次自动的徒手打击(造成 %d%% 武器伤害)。%s")
+t("grapple", "抓取")
 t("%s has garroted #Target#!", "%s 绞杀 #Target#!")
 t("+Garrote", "+绞杀")
 t("Something", "某物")
-t("#Target# is free from %s's garrote.", "#Target# 从 %s 的绞杀中脱离")
+t("#Target# is free from %s's garrote.", "#Target#从%s的绞杀中脱离")
 t("-Garrote", "-绞杀")
 t("something", "某物")
-t("#Source# #LIGHT_RED#strangles#LAST# #Target#!", "#Source# #LIGHT_RED#绞杀#LAST# #Target#!")
+t("#Source# #LIGHT_RED#strangles#LAST# #Target#!", "#Source##LIGHT_RED#绞杀#LAST##Target#!")
 t("Marked for Death", "死亡标记")
 t("The target takes %d%% increased damage from all sources.  If this effect runs its full course, the target will take an additional %0.1f physical damage (increased by %d%% of all damage taken while this effect is active).", "目标承受额外 %d%% 伤害。效果结束时,目标将受到 %0.1f 物理伤害(已追加标记期间受到总伤害的 %d%%)。")
-t("#Target# is marked for death!", "#Target# 被死亡标记!")
+t("#Target# is marked for death!", "#Target#被死亡标记!")
 t("+Marked for Death!", "+死亡标记!")
-t("#Target# is free from the deathmark.", "#Target# 脱离死亡标记。")
+t("#Target# is free from the deathmark.", "#Target#脱离死亡标记。")
 t("-Marked for Death", "-死亡标记")
 t("Deadly Poison", "致命毒素")
 t(" Healing received is reduced by %d%%.", " 治疗系数下降 %d%%.")
@@ -36847,8 +38101,9 @@ t("+Deadly Poison", "+致命毒素")
 t("-Deadly Poison", "-致命毒素")
 t("Razorwire", "刀片切割")
 t("The target's equipment has been shredded by razorwire, reducing its accuracy by %d, armour by %d, and defense by %d.", "目标的装备被刀片切割,命中减少 %d, 护甲减少 %d, 闪避减少 %d 。")
-t("#Target# is entangled in razorwire!", "#Target# 被刀片切割!")
-t("#Target# has shook off the razorwire.", "#Target# 脱离了刀片。")
+t("physical", "物理")
+t("#Target# is entangled in razorwire!", "#Target#被刀片切割!")
+t("#Target# has shook off the razorwire.", "#Target#脱离了刀片。")
 t("Dirty Fighting", "卑劣攻击")
 t("The target is reeling in pain. Stun, pin, blindness, and confusion immunity are halved and physical save is reduced by %d.", "目标在痛苦中挣扎,震慑、定身、目盲、混乱免疫减半,物理豁免减少 %d 。")
 t("+Dirty Fighting", "+卑劣攻击")
@@ -36857,12 +38112,15 @@ t("Soothing Darkness", "黑暗亲和")
 t("The target is wreathed in shadows, increasing life regeneration by %0.1f", "目标沐浴黑暗,增加 %0.1f 生命回复。")
 t(", stamina regeneration by %0.1f and all damage resistance by %d%%.", ",%0.1f体力恢复以及所有伤害抗性 %d%% 。")
 t(" and stamina regeneration by %0.1f.", "以及%0.1f体力恢复。")
+t("healing", "治疗")
+t("regeneration", "回复")
 t("Shadow Dance", "暗影之舞")
 t("The target is able to make actions and attacks while remaining stealthed.", "目标能在潜行状态下采取行动。")
 t("#GREY#You begin your Shadow Dance.", "#GREY#你开始了你的暗影之舞")
 t("#GREY#You end your Shadow Dance.", "#GREY#你结束了你的暗影之舞")
 t("Sedated", "被镇静")
 t("The target is in a deep sleep and unable to act.  Every %d damage it takes will reduce the duration of the effect by one turn.", "目标进入沉睡状态,不能行动。每受到 %d 伤害,持续时间减少 1 回合。")
+t("sleep", "睡眠")
 t("#Target# is in a deep sleep.", "#Target#陷入沉睡。")
 t("#Target# is no longer sleeping.", "#Target#从沉睡中清醒。")
 t("-Sedated", "-被镇静")
@@ -36871,7 +38129,9 @@ t("The target will not die until falling below -%d life.", "目标直到生命
 t("Bear Trap", "捕熊陷阱")
 t("slowed (%d%%)", "减速 (%d%%)")
 t("taking %0.2f physical damage each turn", "每回合受到 %0.2f 物理伤害")
-t("Caught in a bear trap: ", "被捕熊陷阱捕获: ")
+t("Caught in a bear trap: ", "被捕熊陷阱捕获:")
+t("bleed", "流血")
+t("wound", "创伤")
 t("+Bear Trap", "+捕熊陷阱")
 t("A bear trap snaps onto #Target#!", "捕熊陷阱抓住了#Target#")
 t("#Target# is freed from a bear trap.", "#Target#从捕熊陷阱中解脱")
@@ -36879,6 +38139,7 @@ t("-Bear Trap", "-捕熊陷阱")
 t("Stone Vine", "石藤")
 t(" and %0.1f Arcane", " 和 %0.1f 奥术伤害")
 t("A living stone vine holds the target in place, inflicting %0.1f Nature%s damage per turn.", "岩石藤蔓将目标钉在地上,每回合造成 %0.1f 点物理%s 伤害。")
+t("pin", "定身")
 t("#Target# is seized by a stone vine.", "#Target#被岩石藤蔓抓住了。")
 t("+Stone Vine", "+石藤")
 t("#Target# is free from the stone vine.", "#Target#脱离了岩石藤蔓。")
@@ -36887,12 +38148,14 @@ t("Dwarven Resilience", "矮人坚韧")
 t("The target's skin turns to stone, granting %d armour, %d physical save and %d spell save. Also applies %d armour to all non-physical damage.", "目标皮肤石化,提升 %d 护甲值,提升 %d 物理豁免和 %d 法术豁免。同时所有非物理伤害减免 %d 点。")
 t("The target's skin turns to stone, granting %d armour, %d physical save and %d spell save.", " 目标皮肤石化,提升 %d 护甲值,提升 %d 物理豁免和 %d 法术豁免。")
 t("#Target#'s skin turns to stone.", "#Target#的皮肤变成了石头")
-t("#Target#'s skin returns to normal.", "#Target# 的皮肤恢复了正常状态。")
+t("#Target#'s skin returns to normal.", "#Target#的皮肤恢复了正常状态。")
 t("The target protects all those around it in radius %d by redirecting all damage against them to itself.", "目标保护身边半径 %d 内所有友方生物,将伤害转移至自身。")
 t("#Target# begins protecting %s friends with a stone shield.", "#Target#开始用岩石护盾保护周围的%s朋友。")
 t("#Target# is no longer protecting anyone.", "#Target#不再保护任何人。")
 t("Stone Link", "岩石链接")
 t("The target is protected by %s, redirecting all damage to it.", "目标被%s保护,所有伤害转移到它")
+t("earth", "土")
+t("shield", "盾牌")
 t("#Target# is protected by a stone shield.", "#Target#被岩石护盾保护。")
 t("+Stone Link", "+岩石链接")
 t("#Target# is less protected.", "#Target#不再被保护。")
@@ -36904,23 +38167,26 @@ t("stamina regeneration by %0.1f and ", "%0.1f体力回复和")
 t("Increases %sdefense by %d.", "增加 %s %d闪避。")
 t("Ghoulish Leap", "定向跳跃")
 t("The target's global speed is increased by %d%%.", "目标的整体速度增加 %d%% 。")
-t("#Target# speeds up.", "#Target# 速度加快。")
+t("#Target# speeds up.", "#Target#速度加快。")
 t("+Fast", "+加速")
 t("-Fast", "-加速")
 t("Feint", "佯攻")
 t("The target gains 1 extra parry opportunity each turn, and its chance to fail each parry is reduced by %d%%.", "目标每回合获得一次额外的用匕首抵挡攻击的机会  ,抵挡失败率下降 %d%% 。")
+t("tactical", "战术")
 t("Mana Clash", "奥术对撞")
 t("All damage you do also trigget a manaburn for %d%% of the damage done.", "你造成的所有伤害会触发一次伤害值 %d%% 的法力燃烧。")
-t("#Target# exudes antimagic forces.", "#Target# 散发出反魔法的力量。")
-t("#Target# is no longer toxic to arcane users.", "#Target# 不再克制奥术使用者。")
+t("antimagic", "反魔法")
+t("#Target# exudes antimagic forces.", "#Target#散发出反魔法的力量。")
+t("#Target# is no longer toxic to arcane users.", "#Target#不再克制奥术使用者。")
 t("Bullseye", "靶心")
 t("Trueshot", "专注射击")
 t("Increases attack speed by %d%%, grants infinite ammo, and causes all marking shots to have a 100%% increased chance to mark.", "攻击速度增加 %d%%,弹药无限,攻击时标记概率增加100%% 。")
 t("Escape", "逃脱")
 t("Focusing on defense and mobility, reducing all damage taken by %d%%, stamina regeneration by %0.1f and movement speed by %d%%. Melee and ranged attacks will break this effect.", "集中精力移动闪避,减少受到的伤害 %d%%, 体力回复增加 %0.1f,移动速度增加 %d%%。近战或远程攻击会终止该效果。")
-t("#Target# enters an evasive stance!.", "#Target# 进入闪避姿态!")
+t("speed", "速度")
+t("#Target# enters an evasive stance!.", "#Target#进入闪避姿态!")
 t("+Escape!", "+逃脱!")
-t("#Target# slows down.", "#Target# 速度减慢了。")
+t("#Target# slows down.", "#Target#速度减慢了。")
 t("-Escape", "-逃脱")
 t("Sentinel", "哨兵")
 t("Target is watched, causing the next talent used to fail and trigger a counterattack.", "目标被警戒,下一次使用技能将被打断,并触发被反击。")
@@ -36930,74 +38196,90 @@ t("Rapid Movement", "高速移动")
 t("Increases movement speed by %d%%.", "增加移动速度 %d%% 。")
 t("Sticky Pitch", "粘稠沥青")
 t("The target's global speed is reduced by %d%% and fire resistance by %d%%.", "目标整体速度减少 %d%%,火焰抗性减少 %d%% 。")
-t("#Target# is covered in sticky, flammable pitch.", "#Target# 被粘稠易燃的沥青覆盖。")
+t("slow", "减速")
+t("#Target# is covered in sticky, flammable pitch.", "#Target#被粘稠易燃的沥青覆盖。")
 t("+Pitch", "+沥青")
-t("#Target# is free from the pitch.", "#Target# 脱离了沥青覆盖。")
+t("#Target# is free from the pitch.", "#Target#脱离了沥青覆盖。")
 t("-Pitch", "-沥青")
 t("Punctured Armour", "护甲贯通")
 t("Armour has been punctured, increasing all damage taken by %d%%.", "目标的护甲被刺穿了,受到的所有伤害增加 %d%% 。")
+t("sunder", "腐蚀")
 t("#Target#'s armour is punctured!", "#Target#的护甲被刺穿了!")
 t("+Punctured Armour!", "+护甲贯通!")
-t("#Target#'s armour is more intact.", "#Target# 的护甲恢复了。")
+t("#Target#'s armour is more intact.", "#Target#的护甲恢复了。")
 t("-Punctured Armour", "-护甲贯通")
 t("Leeching Poison", "吸血毒素")
 t("The target is poisoned, doing %0.2f nature damage per turn and restoring life to the attacker equal to the damage dealt.", "目标中毒,每回合受到 %0.2f 自然伤害,并为施毒者提供等量治疗。")
-t("#Target# is poisoned!", "#Target# 中毒了!")
+t("poison", "毒素")
+t("#Target# is poisoned!", "#Target#中毒了!")
 t("+Leeching Poison", "+吸血毒素")
-t("#Target# is no longer poisoned.", "#Target# 中毒效果消失。")
+t("#Target# is no longer poisoned.", "#Target#中毒效果消失。")
 t("-Leeching Poison", "-吸血毒素")
 t("Maim", "伤残")
 t("The target is maimed, doing %0.2f physical damage per turn. All damage it does is reduced by %d%%.", "目标身受重伤 , 每回合受到 %0.2f 物理伤害,造成的伤害减少%d%% 。")
-t("#Target# is maimed!", "#Target# 伤残了!")
+t("cut", "流血")
+t("#Target# is maimed!", "#Target#伤残了!")
 t("+Maim", "+伤残")
-t("#Target# is no longer maimed.", "#Target# 不再伤残。")
+t("#Target# is no longer maimed.", "#Target#不再伤残。")
 t("-Maim", "-伤残")
 t("Snipe", "狙击")
 t("The target is preparing a deadly sniper shot.", "目标正为一发致命狙击做准备。")
-t("#Target# takes aim...", "#Target# 瞄准目标…")
+t("#Target# takes aim...", "#Target#瞄准目标…")
 t("+Snipe", "+狙击")
-t("#Target# is no longer aiming.", "#Target# 停止瞄准。")
+t("#Target# is no longer aiming.", "#Target#停止瞄准。")
 t("-Snipe", "-狙击")
 t("Concealment", "隐匿")
 t("The target is concealed, increasing sight and attack range by %d and chance to avoid damage by %d%%.", "目标处于隐匿状态,增加攻击范围和视野 %d格,有%d%% 几率闪避攻击。")
 t("Shadow Smoke", "影之烟雾")
 t("The target is wrapped in disorientating smoke, reducing vision range by %d.", "目标被烟雾包围,处于混乱状态,视野减少 %d 。")
-t("#Target# is surrounded by a thick smoke.", "#Target# 被浓烟围绕。")
+t("blind", "致盲")
+t("#Target# is surrounded by a thick smoke.", "#Target#被浓烟围绕。")
 t("+Shadow Smoke", "+影之烟雾")
 t("-Shadow Smoke", "-影之烟雾")
 t("The smoke around #target# dissipate.", "#Target#周围的浓烟消散了。")
 t("Shadowstrike", "影袭")
 t("The target's critical strike damage bonus is increased by %d%%.", "目标的暴击系数增加 %d%%。")
+t("darkness", "æš—å½±")
 t("Chromatic Resonance", "多彩共振")
 t("Preemptively reacts to %s damage, increasing the appropriate resistance by %d for 5 turns.", "对 %s 伤害共振,增加 %d 相应抗性 5 回合。")
 t("#Target##OLIVE_DRAB# shimmers in multiple hues.", "#Target##OLIVE_DRAB# 发出多彩的闪光。")
 t("#Target#'s#OLIVE_DRAB# multi-hued shimmer fades.", "#Target##OLIVE_DRAB# 的多彩闪光消退了。")
 t("Chromatic Resistance", "多彩抵抗")
 t("%sresistance increased by %d%%.", "%s抗性增加 %d%%。")
+t("resist", "抵抗")
 t("#Target##OLIVE_DRAB# resonates with %s%s#LAST# damage!", "#Target##OLIVE_DRAB#和%s%s#LAST#伤害共鸣!")
 t("#Target##OLIVE_DRAB# no longer resonates with %s%s#LAST# damage!", "#Target##OLIVE_DRAB# 不再和%s%s#LAST#伤害共鸣!")
 t("Swift Shot", "快速射击")
 t("Increases attack speed by %d%%.", "攻击速度增加 %d%% 。")
+t("tactic", "战术")
 t("Crooked", "扭曲")
 t("The target becomes more and more primitive, reducing accuracy and powers by %d", "目标变得越来越原始,命中和强度减少%d")
 t("Eldoral", "艾德瑞尔")
 t("Firing slings does not consume shots.", "投石索不消耗弹药。")
-t("#Target# is focused on firing.", "#Target# 集中精力射击。")
+t("#Target# is focused on firing.", "#Target#集中精力射击。")
 t("+Eldoral", "+艾德瑞尔")
-t("#Target# is less focused.", "#Target# 不再集中精力。")
+t("#Target# is less focused.", "#Target#不再集中精力。")
 t("-Eldoral", "-艾德瑞尔")
 t("Stealthed", "潜行")
 t("Gain %d stealth power", "获得 %d 潜行强度")
-t("#Target# is more stealthy.", "#Target# 更加隐秘。")
+t("#Target# is more stealthy.", "#Target#更加隐秘。")
 t("+Silent stealth", "+隐秘潜行")
-t("#Target# is visible again.", "#Target# 变得可见。")
+t("#Target# is visible again.", "#Target#变得可见。")
 t("-Silent stealth", "-隐秘潜行")
 t("Blinded", "致盲")
 t("The target is blinded, unable to see anything.", "目标被致盲,什么都看不见。")
-t("#Target# recovers sight.", "#Target# 恢复了视力。")
+t("#Target# recovers sight.", "#Target#恢复了视力。")
 t("-Blind", "-致盲")
 t("Gift of the Woods", "森林的恩赐")
 t("Increases the effectiveness of all healing the target receives by %d%%.", "提升目标受到的所有治疗效果 %d%% 。")
+t("nature", "自然")
+
+
+------------------------------------------------
+section "game/modules/tome/data/wda/eyal.lua"
+
+t("Maj'Eyal", "马基埃亚尔")
+t("Far East", "远东")
 
 
 ------------------------------------------------
@@ -37059,8 +38341,10 @@ t("ancient papyrus scroll", "古老的莎草卷轴")
 t("This seems to be an account of the last days of a great Shaloren mage.", "这里记录着一位伟大永恒精灵法师的最后时日。")
 t("Bindings of Eternal Night", "永夜绷带")
 t("Woven through with fell magics of undeath, these bindings suck the light and life out of everything they touch. Any who don them will find themselves suspended in a nightmarish limbo between life and death.", "这根由亡灵能量编织成的绷带,给任何它们接触到的东西带来死亡。任何穿上它们的人会发现他处于生死的边缘。")
+t("A complementing item would be your crowning glory.", "能与其匹敌的只有永夜无上的荣耀。")
 t("Crown of Eternal Night", "永夜王冠")
 t("This crown looks useless, yet you can feel it is woven with fell magics of undeath. Maybe it has a use.", "这顶王冠看起来毫无用处,尽管如此你仍能感受到它是由亡灵能量编织而成的。可能会有些用处吧。")
+t("You need to find something to bind its powers.", "你需要找到一样东西来给予它力量。")
 t("#ANTIQUE_WHITE#The Crown of Eternal Night seems to react with the Bindings, you feel tremendous dark power.", "#ANTIQUE_WHITE#永夜王冠似乎与永夜绷带有某种联系,你感受到了强大的黑暗力量。")
 t("#ANTIQUE_WHITE#The powerful darkness aura you felt wanes away.", "#ANTIQUE_WHITE#你感受到身边的黑暗光环消退了。")
 
@@ -37085,11 +38369,11 @@ section "game/modules/tome/data/zones/ardhungol/npcs.lua"
 t("Ungolë", "温格勒")
 t("A huge spider, shrouded in darkness, her red glowing eyes darting to fix on you. She looks hungry.", "一只被黑暗围绕的巨大蜘蛛,她用血红的眼睛盯着你。她看起来很饥渴。")
 t("and devoured alongside a Sun Paladin", "并和那位太阳骑士一起葬身蛛腹")
-t("xhaiak", "xhaiak")
-t("xhaiak arachnomancer", "蜘蛛学家Xhaiak")
+t("xhaiak", "哉阿克")
+t("xhaiak arachnomancer", "哉阿克蛛网术士")
 t("A strange looking humanoid spiderkin, its body half covered by a light flowing robe. It looks like tiny spiders are crawling on his skin.", "一个奇怪的人形蜘蛛,它的身体一半被流光的长袍覆盖。看起来小蜘蛛正在他的皮肤上爬行。")
-t("shiaak", "shiaak")
-t("shiaak venomblade", "毒刃Shiaak")
+t("shiaak", "希阿克")
+t("shiaak venomblade", "希阿克毒刃")
 t("A strange looking humanoid, covered in black chitinous skin. He dual wields sinuous daggers and seems bent on plunging them in your body.", "一个奇怪的人形,覆盖着黑色的角质皮肤。他双手挥舞着蜿蜒的匕首,似乎一心想把它们插入你的身体里。")
 
 
@@ -37102,6 +38386,7 @@ t("scrap of paper", "破纸片")
 t("A scrap of paper.", "一张纸片")
 t("Rod of Spydric Poison", "蜘蛛毒枝")
 t("This rod carved out of a giant spider fang continuously drips venom.", "这根法杖由巨大蜘蛛的毒牙雕刻而成,它往下不断的滴落毒液。")
+t("shoot a bolt of spydric poison out to range %d, dealing %0.2f nature damage (based on Magic) over %d turns while rendering the target unable to move", "发射蜘蛛毒素, 对%d码内的敌人造成%0.2f点自然伤害(基于魔法), 并使其在%d回合内无法移动")
 t("%s activates %s %s!", "%s激活了%s%s!")
 
 
@@ -37167,7 +38452,8 @@ t("gladiator", "角斗者")
 t("reaver", "收割者")
 t("A warrior of death.", "致命的战士。")
 t("headless horror", "无头恐魔")
-t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当 %s 倒下时它的眼睛掉落在了地上。")
+t("A headless gangly humanoid with a large distended stomach. Was captured and tamed by the first master of the arena.", "一只高高瘦瘦的无头人形怪物,它有着巨大的胃。它被竞技场的第一任主人捕获并生存至今。")
+t("#AQUAMARINE#As %s falls all its eyes fall to the ground!", "#AQUAMARINE#当%s倒下时它的眼睛掉落在了地上。")
 t("Ryal", "ç‘žå°”")
 t("A gargantuan bone giant resembling a wingless wyrm. He is fully sentient and surprisingly fast.", "一只巨大的骨头巨兽,它的前身似乎是一只地行龙。它有着敏锐的意识和惊人的速度。")
 t("Fryjia Loren", "弗里嘉·劳伦")
@@ -37243,14 +38529,17 @@ t("#VIOLET#Boss round starts!!!", "#VIOLET#BOSS回合开始!!!")
 t("#LIGHT_RED#Final round starts!!!!", "#LIGHT_RED#最后回合开始!!!!")
 t("#YELLOW#The gates open!", "#YELLOW#大门打开了!")
 t("#LIGHT_RED#The gates close!", "#LIGHT_RED#门关上了!")
+t("RANK UP!!", "阶级提升!!")
 t("#LIGHT_GREEN#The public is pleased by your performance! You now have the rank of #WHITE#%s#LIGHT_GREEN#!", "#LIGHT_GREEN#观众为你精彩的表现所折服!你获得了新级别#WHITE#%s#LIGHT_GREEN#!")
+t(" kills!", "击杀!")
 t("#YELLOW#You killed %d enemies in a single turn! The public is excited!", "#YELLOW#你在一回合内干掉了%d个敌人!观众们很兴奋!")
 t("#YELLOW#Items lying around will disappear in #WHITE#%d#YELLOW# turns!#LAST#", "#YELLOW#地上的物品将会在#WHITE#%d#YELLOW#回合内小时!#LAST#")
 t("#VIOLET#Boss round!!!", "#VIOLET#Bossè½®!!!")
 t("#GOLD#Miniboss round!", "#GOLD#小Boss轮!")
 t("#LIGHT_RED#Final round!!!", "#LIGHT_RED#最终轮!!!")
+t("Round Clear! +%s EXP!", "全清! +%s 经验!")
 t("%sWave clear!", "%s波次已全清!")
-t("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", "%s全清奖励: %s%s%s! 分数奖励: %s%s%s! 危险度奖励: %s%s%s! 级别奖励: %s%s%s!")
+t("%sClear bonus: %s%s%s! Score bonus: %s%s%s! Danger bonus: %s%s%s! Rank bonus: %s%s%s!", "%s全清奖励:%s%s%s! 分数奖励:%s%s%s! 危险度奖励:%s%s%s! 级别奖励:%s%s%s!")
 t("%sYour experience increases by %s%s%s!", "%s你的经验值增加了%s%s%s!")
 t("%sYou earn %s gold for your victory!", "%s你胜利了,你赢得了%s金币!")
 
@@ -37274,8 +38563,11 @@ t([[A towering creature, made from the bones of hundreds of dead bodies. It is c
 This specimen looks like it was hastily assembled and is not really complete yet.]], [[一只铁塔一样的怪物,由上百只尸体的骨头组成。它周身环绕着不洁的光环。
 这只看起来体型较小,似乎尚未完成。]])
 t("fleshy experiment", "血肉试验品")
+t("This pile of rotting flesh twitches and makes horrid noises.", "这团腐肉抽动着,发出可怕的噪音。")
 t("boney experiment", "骨骸试验品")
+t("This pile of bones appears to move on its own, but it can't seem to organise itself into something dangerous.", "这团骨头试着想要自己移动起来,但是看来它好像没法把自己变成更加强大的形态。")
 t("sanguine experiment", "鲜血试验品")
+t("It looks like a giant blood clot. Is that what its creator intended?", "它看起来就像一个巨大的血块。它的创造者到底想做啥?")
 
 
 ------------------------------------------------
@@ -37322,6 +38614,7 @@ section "game/modules/tome/data/zones/charred-scar/grids.lua"
 t("floor", "地板")
 t("lava", "岩浆")
 t("Farportal: the Far East", "远古传送门:至远东大陆")
+t("A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.", " 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back to the far east.", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你回到了远东大陆。")
 
 
@@ -37448,6 +38741,7 @@ t("You cannot abandon Melinda here!", "你不能放弃米琳达!")
 ------------------------------------------------
 section "game/modules/tome/data/zones/daikara/grids.lua"
 
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
 t("Are you sure you want to enter? There's no telling where you will end up or if you will be able to make it back.", "你确定要进去么?没人知道这会把你带到哪里,你也无法知道你是否还能设法返回。")
 t("Temporal Rift", "时空裂隙")
 t("The rift is too unstable to cross it.", "裂隙太不稳定而无法穿越。")
@@ -37506,7 +38800,7 @@ t([[This disgusting... thing crawls on the floor toward you with great speed.
 It seems to come from the digestive system of the mouth.]], [[这只恶心的……东西在地板上迅速的向你爬来。
 似乎它是由某个消化系统中的嘴部演化而来。]])
 t("#AQUAMARINE#With the Mouth's death its crawler also falls lifeless on the ground!", "#AQUAMARINE#当大嘴怪死去时,它的爬虫也毫无生机的倒在了地上!")
-t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source# 倒下时,你发现#Target#似乎因为痛苦而颤抖!")
+t("#AQUAMARINE#As #Source# falls you notice that #Target# seems to shudder in pain!", "#AQUAMARINE#当#Source#倒下时,你发现#Target#似乎因为痛苦而颤抖!")
 t("The Abomination", "憎恶")
 t("A horrid mass of pustulent flesh, sinew, and bone; this creature seems to constantly be in pain. Two heads glare malevolently at you, an intruder in its domain.", "一只由无数碎肉、肌腱和骨头组成的恐怖混合体,它看起来痛苦万分。它的双头恶毒的看着你,因为你闯入了它的地盘。")
 t("A parchment falls to the floor near The Abomination.", "一张羊皮纸掉落在了憎恶的身边。")
@@ -37515,7 +38809,7 @@ t("A parchment falls to the floor near The Abomination.", "一张羊皮纸掉落
 ------------------------------------------------
 section "game/modules/tome/data/zones/deep-bellow/objects.lua"
 
-t("..", "..")
+t("Deep Bellow excavation report %d", "无尽深渊挖掘报告 %d")
 t("letter to Rolf (3)", "写给罗尔夫的信 (3)")
 t("letter to Weisman (4)", "写给威斯曼的信 (4)")
 t("Last Will of Rolf", "罗尔夫的遗嘱")
@@ -37531,8 +38825,8 @@ t("The Deep Bellow", "无尽深渊")
 ------------------------------------------------
 section "game/modules/tome/data/zones/demon-plane-spell/grids.lua"
 
-t("#Source# burns #Target#!", "#Source# 灼烧了 #Target#!")
-t("#Source# heals #Target#!", "#Source# 治疗了 #Target#!")
+t("#Source# burns #Target#!", "#Source#灼烧了#Target#!")
+t("#Source# heals #Target#!", "#Source#治疗了#Target#!")
 
 
 ------------------------------------------------
@@ -37545,9 +38839,12 @@ t("Fearscape", "恶魔空间")
 section "game/modules/tome/data/zones/demon-plane/grids.lua"
 
 t("Demonic Portal", "恶魔传送门")
+t("This portal seems to be connected with Maj'Eyal; you could probably use it to go back.", "这个传送门似乎与马基·埃亚尔相连,你也许能通过它回去。")
 t("Back and there again", "穿越过去")
 t("Enter the portal back to Maj'Eyal? (Warning loot Draebor first)", "进入传送门回到马基埃亚尔?(记得先捡走德瑞宝的掉落)")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back to Maj'Eyal, near the Daikara.", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了马基埃亚尔的岱卡拉附近!")
+t("Enter", "进入")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -37717,7 +39014,7 @@ t("A ripple in the void that somehow seems... alive, this creature stares at you
 section "game/modules/tome/data/zones/eidolon-plane/zone.lua"
 
 t("Eidolon Plane", "艾德隆位面")
-t("The Eidolon Plane seems not to physically exist in the same way the normal world does. You cannot seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西, %s 又回到了你的手中。")
+t("The Eidolon Plane seems not to physically exist in the same way the normal world does. You cannot seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西,%s 又回到了你的手中。")
 t("#LIGHT_RED#You are sent back to the material plane!", "#LIGHT_RED#你被传送回现实世界!")
 
 
@@ -37725,6 +39022,9 @@ t("#LIGHT_RED#You are sent back to the material plane!", "#LIGHT_RED#你被传
 section "game/modules/tome/data/zones/eruan/grids.lua"
 
 t("Farportal: Charred Scar", "远古传送门:灼烧之痕")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the west, to Charred Scar. A fiery volcano that can only spell death...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向西方,通向灼烧之痕——一个能带来死亡的活火山…… ]])
 t("#VIOLET#You enter the swirling portal while it fades away and in the blink of an eye you set foot on hellish land, the heart of a volcano...", "#VIOLET#你进入了快要消逝的传送漩涡,一眨眼的功夫你便到了危险之地——一座火山的腹地……")
 
 
@@ -37761,7 +39061,7 @@ t("Flooded Cave", "淹没的洞穴")
 ------------------------------------------------
 section "game/modules/tome/data/zones/gladium/grids.lua"
 
-t("Gladium Control Orb", "Gladium Control Orb")
+t("Gladium Control Orb", "竞技场控制水晶")
 t("floor", "地板")
 t("wall", "墙壁")
 t("glass wall", "玻璃墙")
@@ -37770,7 +39070,7 @@ t("glass wall", "玻璃墙")
 ------------------------------------------------
 section "game/modules/tome/data/zones/gladium/zone.lua"
 
-t("Fortress Gladium", "Fortress Gladium")
+t("Fortress Gladium", "堡垒竞技场")
 
 
 ------------------------------------------------
@@ -37830,6 +39130,7 @@ t("floor", "地板")
 t("door", "é—¨")
 t("roost", "龙巢")
 t("open door", "敞开的门")
+t("This rock seems to have been sealed off. You need to find a way to open it.", "这块石头被封锁了。你需要找到一种方法来打开它。")
 t("#VIOLET#You hear a rock crumbling opening.", "#VIOLET#你听到了石头破碎的声音。")
 t("sand", "æ²™")
 t("wall", "墙壁")
@@ -37902,6 +39203,8 @@ t([[As you approach you come upon an other Wayist and receive a very clear menta
 #{italic}##UMBER#RUN AWAY! I am done for but you can save yourself still!#{normal}#]], [[当你走向维网的另一个成员,你收到了一个清晰的灵能消息:
 #{italic}##UMBER#快跑! 我已经完蛋了,但是你还可以得救!#{normal}#]])
 t("Space around you starts to dissolve...", "你周围的空间开始消解...")
+t("Emergency recall", "紧急启动回归之杖")
+t("Stay and fight!", "留下继续战斗!")
 t("Halfling?! DIE!!!!!", "半身人?!去死吧!!!")
 t("The Way sent you?", "是维网带你来的吗?")
 t("You.. saved me?", "你…救了我?")
@@ -37941,6 +39244,12 @@ t("tree", "æ ‘")
 ------------------------------------------------
 section "game/modules/tome/data/zones/heart-gloom/npcs.lua"
 
+t("deformed ", "畸形的")
+t("gloomy ", "黑暗的")
+t("sick ", "病态的")
+t("dozing ", "瞌睡的")
+t("dreaming ", "睡梦的")
+t("slumbering ", "沉眠的")
 t("The Withering Thing", "凋零")
 t("This deformed beast might have been a wolf before, but now it is just... terrible.", "这只畸形的巨兽之前或许是头狼,不过现在……它很可怕。")
 t("and corrupted into a pile of writhing worms", "并被无数蠕虫腐蚀吞噬")
@@ -37961,16 +39270,27 @@ t("Heart of the Gloom", "黑暗之心")
 section "game/modules/tome/data/zones/high-peak/grids.lua"
 
 t("Farportal: the Far East", "远古传送门:至远东大陆")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向远东。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the Far East, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经回到了远东大陆,此间毫无传送门的痕迹……")
 t("Farportal: Iron Throne", "远古传送门:钢铁王座")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Iron Throne in the West.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向西方的钢铁王座。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the slopes of the Iron Throne, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经到了钢铁王座附近,此间毫无传送门的痕迹……")
 t("Farportal: the Void", "远古传送门:虚空")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to an unknown place, seemingly out of this world. You dare not use it.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向未知之地,似乎为世外之地,你不太敢使用它。]])
 t("#LIGHT_BLUE#You use the orb on the portal, shutting it down easily.", "#LIGHT_BLUE#你在传送门上使用了水晶球,很轻易的关闭了它。")
 t("Invocation Portal: Undeath", "符文传送门:亡灵")
 t("Invocation Portal: Elements", "符文传送门:元素")
 t("Invocation Portal: Dragons", "符文传送门:龙")
 t("Invocation Portal: Destruction", "符文传送门:毁灭")
+t("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 t("Portal: The Sanctum", "圣所传送门")
+t("This portal seems to connect to another part of this level.", "这个传送门似乎连接到地图上的另一个区域。")
 t("#VIOLET#You enter the swirling portal and appear in a large room with other portals and the two wizards.", "#VIOLET#你进入了传送漩涡,当你反应过来时,你发现你来到了一个有着数个传送门和两名魔导师的巨大房间里。")
 t("next level", "前往下一层")
 
@@ -37999,13 +39319,16 @@ t("A strangely wet athame.", "奇怪的潮湿祭剑")
 t("journal", "日记")
 t("A magically-preserved journal.", "魔法保存的日记")
 t("Awakened Staff of Absorption", "觉醒的吸能法杖")
+t("ominous, dark runed staff", "不祥的,黑暗符文的法杖")
 t([[Carved with runes of power, this staff seems to have been made long ago, yet it bears no signs of tarnish.
 Light around it seems to dim and you can feel its tremendous power simply by touching it.
 The Sorcerers seem to have awakened its power.
 #{italic}#"And lo they came to Amakthel himself, and thousands were killed in the assault on his throne, and three of the Godslayers were broken beneath his feet. But Falion with his dying breath pierced the great god on his knee with the icy sword Arkil, and seeing his opportunity Caldizar, leader of the Godslayers, advanced with the Staff of Absorption and struck a terrifying blow against Amakthel. So fell the greatest of the gods by the hands of his own children, and his face was forced into the dust."#{normal}#]], [[杖身铭刻着符文,这根法杖似乎是很久以前制造的,虽然它毫无侵蚀的痕迹。它周围的光线会变的暗淡,当你触摸它时可以感受到惊人的魔力。
 恶魔法师们似乎唤醒了它的力量。
 #{italic}#“终于他们直面了阿马克泰尔,并且上千人牺牲在了他的王座前,其中有三名弑神者倒在了他的脚下。但是法利恩用他死前最后的力量将冰刃阿奇尔插入了真神的膝盖,看到这一机会,凯尔帝勒,弑神者的首领,立刻上前并用吸能法杖对阿马克泰尔造成了致命的一击。这样真神最终倒在了他自己的儿女手中,他的头颅也化作了尘埃。”#{normal}#]])
-t("#Source# brandishes %s %s, absorbing the essence of #target#!", "#Source# 挥舞着 %s%s, 吸收了#target#的精华!")
+t("absorb the essence (ignoring resistance and bypassing most defenses) of a target in range %d, draining 30%% of its life and increasing your own damage by 30%% for %d turns", "吸收%d码范围内某个目标生物的精华(无视抵抗和大部分防御技能),直接吸收30%%生命值,并增加自身伤害加成30%%,持续%d回合")
+t("was absorbed by the %s held by %s", "被%s手中的%s吸能致死")
+t("#Source# brandishes %s %s, absorbing the essence of #target#!", "#Source#挥舞着%s%s, 吸收了#target#的精华!")
 t("gem", "珠宝")
 t("white", "白宝石")
 t("Pearl of Life and Death", "生死珍珠")
@@ -38016,6 +39339,8 @@ t("A pearl, three times the size of a normal pearl, that glitters in infinite co
 section "game/modules/tome/data/zones/high-peak/zone.lua"
 
 t("High Peak", "å·…å³°")
+t("High Peak: The Sanctum", "巅峰:圣所")
+t("High Peak (%d)", "å·…å³° (%d)")
 
 
 ------------------------------------------------
@@ -38041,6 +39366,7 @@ t("rock", "岩石")
 t("snowy_grass", "落雪的草地")
 t("snowy passage", "落雪的道路")
 t("Temporal Rift", "时空裂隙")
+t("The rift leads to another floor of the dungeon.", "裂缝连接到地图上的另一个楼层。")
 t("rift", "裂隙")
 t("crack in spacetime", "时空裂隙")
 t("coral wall", "珊瑚墙")
@@ -38231,6 +39557,7 @@ t("heart", "心脏")
 t("misc", "杂项")
 t("Celia's Still Beating Heart", "赛利亚的跳动心脏")
 t("The living heart of the necromancer Celia, carved out of her chest and preserved with magic.", "死灵法师赛利亚的跳动心脏,取自她的胸膛,上面充满了魔法的力量。")
+t("extract a tiny part of Celia's soul", "抽取希利娅灵魂的一小块")
 t("You squeeze Celia's heart in your hand, absorbing part of her soul into your necrotic aura.", "你把希利娅的心脏放在手中挤压,将她的部分灵魂吸收进你的死灵光环里。")
 
 
@@ -38298,6 +39625,8 @@ t("Crack in the floor", "地板上的洞")
 t([[This area appears to have been hit by a huge tremor, breaking the floor in a huge crack.
 You think you can jump to the level below.]], [[这块区域似乎经历过巨大的震动,将地板砸出了一个大洞。
 你觉得你可以跳进下面的楼层。]])
+t("Jump", "跳下")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -38499,6 +39828,7 @@ t("You arrive in a small underground structure. There are orcs there and as soon
 section "game/modules/tome/data/zones/paradox-plane/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
 
 
 ------------------------------------------------
@@ -38539,7 +39869,9 @@ t("A massive, shifting, ethereal form floats in the air around an orb of frozen
 t("Heavy Sentinel", "笨重的森提内尔")
 t("A towering creature, made from the bones of countless bodies. An aura of flame billows from within its chest.", "像铁塔一样的生物,由数不清的骨头构成。它的胸前缠绕着一圈烈焰。")
 t("Arch Zephyr", "阿克·伊法")
+t("The robes of this ancient vampire billow with intense winds. Bolts of lightning arc along its body. In its hand it holds a bow, electricity streaking across it.", "这只远古吸血鬼的长袍无风自动。闪电在他的周身环绕。他手里握着一把长弓,电弧在这把弓上流转。")
 t("Void Spectre", "虚空亡魂")
+t("Intense Arcane energy whirls in the air around this ethereal form.", "无尽的奥术能量在它永恒的身躯周围环绕。")
 
 
 ------------------------------------------------
@@ -38590,9 +39922,13 @@ t("Escape from Reknor", "从瑞库纳逃亡")
 ------------------------------------------------
 section "game/modules/tome/data/zones/reknor/grids.lua"
 
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go to the Far East, a continent of which only rumours are known...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这道门似乎通向远东大陆,一块传说中的大陆…… ]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on an unfamiliar cave, with no trace of the portal...", "#VIOLET#你进入了传送门,一眨眼功夫你发现你到达了一个陌生的洞穴,此间毫无传送门的痕迹……")
 t("Farportal: the Far East", "远古传送门:至远东大陆")
 t("Iron Throne Edict", "钢铁王座布告")
+t("\"AN EDICT TO ALL CITIZENS OF THE IRON THRONE. LONG MAY OUR EMPIRE ENDURE\"", "“向钢铁王座所有公民发布的公告。我们的王国将继续隐忍。”")
 
 
 ------------------------------------------------
@@ -38703,7 +40039,7 @@ t("Bloodcaller", "鲜血呼唤")
 t("You won the Ring of Blood trial, and this is your reward.", "你赢得了鲜血之环的试炼,这是对你的奖赏。")
 t([[You heal for 2.5%% of the damage you deal.
 Healing during current combat:  #GREEN#%0.2f#LAST#]], [[你造成的所有伤害将会回复你相当于伤害值2.5%%的生命值。
-在本次战斗中的回复量:  #GREEN#%0.2f#LAST#]])
+在本次战斗中的回复量: #GREEN#%0.2f#LAST#]])
 
 
 ------------------------------------------------
@@ -38910,6 +40246,11 @@ section "game/modules/tome/data/zones/shertul-fortress-caldizar/grids.lua"
 
 t("Sher'Tul Control Orb", "夏·图尔控制水晶球")
 t("Exploratory Farportal", "异度传送门")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
+It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
+ 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
+ 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t("Farportal", "远古传送门")
 t("The farportal seems to be inactive", "这个远古传送门关闭着")
 
@@ -38918,6 +40259,7 @@ t("The farportal seems to be inactive", "这个远古传送门关闭着")
 section "game/modules/tome/data/zones/shertul-fortress-caldizar/npcs.lua"
 
 t("Caldizar", "凯尔帝勒")
+t("A creature stands before you, with long tentacle-like appendages and a squat bump in place of a head. An intense aura of power radiates from this being unlike anything you've ever felt before. It can only be a Sher'Tul. A living Sher'Tul!", "四肢是触须,头部由某种突起代替的奇怪生物。一种强烈的能量在他周围流动,这股能量不同于你之前认识的任何一种。他只能是夏·图尔人。一名活生生的夏·图尔人!")
 
 
 ------------------------------------------------
@@ -38934,6 +40276,11 @@ t("stair back to the lake of Nur", "返回纳尔湖的台阶")
 t("teleportation circle to the surface", "通往地面的传送阵")
 t("teleportation circle for Melinda", "为米琳达准备的传送阵")
 t("Sher'Tul Control Orb", "夏·图尔控制水晶球")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
+This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
+It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
+ 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
+ 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in a strangely familiar zone, right next to a farportal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个熟悉的地方,在另一个远古传送门旁边...")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in strange empty space...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个陌生的空地…")
 t("The farportal seems to be inactive", "这个远古传送门关闭着")
@@ -38946,6 +40293,8 @@ t("#VIOLET#As %s falls you notice a portal appearing.", "#VIOLET#当 %s 倒下
 t("#VIOLET#Your rod of recall shakes, a portal appears beneath you.", "#VIOLET#你的召唤之杖开始震动,你的脚下出现了一道传送门。")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in an unfamiliar zone, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你发现你到了一个陌生的地方,传送门不见了...")
 t("Library of Lost Mysteries", "失落秘密图书库")
+t("Receiving the lost knowledge of the universe...", "正在接受多元宇宙的失落知识…")
+t("Yiilkgur's Library of Lost Mysteries", "伊克格的失落秘密图书库")
 t("floor", "地板")
 t("wall", "墙壁")
 t("mural painting", "壁画")
@@ -38961,6 +40310,7 @@ t("Weirdling Beast", "异形触手")
 t("A roughly humanoid creature, with tentacle-like appendages in the place of arms and legs. You gasp in horror as you notice it has no head. Putrid warts form quickly on its skin and explode as quickly.", "一只类人生物,在四肢的位置它长出了触须状的关节。当你发现他没有头时你吓了一跳。瘤状物在它的皮肤上不断的冒出又爆炸。")
 t("and slowly consumed", "并被慢慢消化")
 t("#LIGHT_RED#As the Weirdling beast falls it shrieks one last time and the door behind it shatters and explodes, revealing the room behind it. The stair up vanishes!", "#LIGHT_RED#随着维德林兽的倒下,它发出了最后一身尖叫。它身后的门被炸开,里面出现了一个房间,楼梯消失了!")
+t("Teleportation portal to the Sher'Tul Fortress", "通向夏·图尔堡垒的传送阵")
 t("Sher'Tul", "夏·图尔")
 t("Fortress Shadow", "堡垒之影")
 t("The shadow created by the fortress, it resembles somewhat the horrors you saw previously, but it is not the same.", "堡垒制造的阴影,就像你之前看到的恐怖生物一样,不过显然它们有着本质的区别。")
@@ -38981,6 +40331,7 @@ t("simple gown", "简单的长袍")
 ------------------------------------------------
 section "game/modules/tome/data/zones/shertul-fortress/zone.lua"
 
+t("%s (Yiilkgur, the Sher'Tul Fortress)", "%s (夏图尔堡垒,伊克格)")
 t("Yiilkgur, the Sher'Tul Fortress", "夏·图尔堡垒 伊克格")
 t("This level seems to be removed from the rest of the ruins. The air is fresh and the level is lighted. You hear the distant crackling of magical energies.", "这个区域似乎独立于世,空气清新,天空晴朗。你听到远处传来魔法的撞击声。")
 t([[As you enter the familiar Fortress you notice a small orange cat has followed you somehow.
@@ -39001,6 +40352,8 @@ t("tree", "æ ‘")
 t("bog water", "沼泽泥水塘")
 t("coral portal", "珊瑚传送门")
 t("#VIOLET#The portal is already broken!", "#VIOLET#传送门已经被破坏!")
+t("destroyed the portal", "摧毁传送门")
+t("destroying the portal", "摧毁传送门中")
 t("#VIOLET#The portal starts to break down, run!", "#VIOLET#传送门要爆炸了,快跑!")
 
 
@@ -39050,6 +40403,11 @@ t("orb pedestal (destruction)", "水晶球基座:毁灭")
 t("sealed door", "被封印的门")
 t("exit to Grushnak Pride", "离开前往格鲁希纳克部落")
 t("Entrance to the High Peak", "巅峰入口")
+t("The way forward is blocked. There must be some way around here to unlock those doors.", "向前的道路被阻挡了。这里一定有能打开这些大门的方法。")
+t([[As you stand on the stairs you can feel this is a "do or die" one way trip. If you enter there will be no coming back.
+Enter?]], [[当你站在楼梯上时,你能感觉到这是一次不能回头的战斗,非生既死,一旦进去就不能回来。
+现在进去么?]])
+t("High Peak", "å·…å³°")
 
 
 ------------------------------------------------
@@ -39132,12 +40490,15 @@ t("Look over there!", "快看那里!")
 section "game/modules/tome/data/zones/stellar-system-shandral/grids.lua"
 
 t("Shandral (Sun)", "珊德拉 (恒星)")
+t("The sun of the Shandral star system.", "珊德拉星系的恒星。")
 t("Eyal (Planet)", "埃亚尔 (星球)")
 t("Summertide (Moon of Eyal)", "夏殇 (埃亚尔的卫星)")
 t("Wintertide (Moon of Eyal)", "霜华 (埃亚尔的卫星)")
+t("One of the moons of Eyal.", "埃亚尔的一个卫星。")
 t("Kolal (Planet)", "克拉尔 (星球)")
 t("Luxam (Planet)", "卢克萨姆 (星球)")
 t("Ponx (Gaz Planet)", "波尼克斯 (气态巨星)")
+t("One of the main planets of the Shandral system.", "珊德拉星系的众多星球之一。")
 
 
 ------------------------------------------------
@@ -39150,8 +40511,11 @@ t("Stellar System: Shandral", "恒星系:珊德拉")
 section "game/modules/tome/data/zones/tannen-tower/grids.lua"
 
 t("Portal to Last Hope", "通往最后的希望的传送门")
+t("This portal seems to be connected with Last Hope; you could probably use it to go back.", "这道传送门似乎通向最后的希望,你也许能通过它回去。")
 t("Back and there again", "穿越过去")
 t("Enter the portal back to Last Hope?", "进入传送门,回到最后的希望?")
+t("Enter", "进入")
+t("Stay", "呆在这里")
 
 
 ------------------------------------------------
@@ -39181,6 +40545,7 @@ t("orb", "水晶球")
 t("Orb of Many Ways", "多元水晶球")
 t([[The orb projects images of distant places, some that seem not to be of this world, switching rapidly.
 If used near a portal, it could probably activate it.]], "这个球体可以折射出远处的景象并快速的切换着,有些景象甚至不属于这个世界。如果你在传送点附近使用它,它可能会激活传送。")
+t("activate a portal", "激活一个传送门")
 t("There is no portal to activate here.", "这里没有可用的传送门。")
 t("You cannot bring yourself to drop the %s", "你无法丢弃 %s")
 t("tattered paper scrap", "破烂的碎纸片")
@@ -39203,6 +40568,8 @@ t("undead", "亡灵")
 t("The Shade of Telos", "泰勒之影")
 t("Everybody thought Telos dead and his spirit destroyed, but it seems he still lingers in his old place of power.", "所有人都认为泰勒已经形神俱灭了,但现在看起来他似乎仍徘徊在他的能量之源。")
 t("and was savagely mutilated, a show of his rage towards all living things", "并被残忍肢解,作为他对所有生物的无尽怒火的体现")
+t("As the shade dissipates, you see no sign of the text entitled \"Inverted and Reverted Probabilistic Fields\". You should go back to Tannen.", "当阴影消退,你没有找到任何《关于力场翻转与回复的可能性研究》标题的文本。你必须回到泰恩那。")
+t("Back and there again", "穿越过去")
 
 
 ------------------------------------------------
@@ -39282,6 +40649,8 @@ t("Temporal Reprieve", "时空避难所")
 section "game/modules/tome/data/zones/temporal-rift/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
+t("Temporal Warden", "时空守卫")
 
 
 ------------------------------------------------
@@ -39494,6 +40863,9 @@ section "game/modules/tome/data/zones/town-gates-of-morning/grids.lua"
 t("floor", "地板")
 t("old road", "古老的路")
 t("Farportal: Last Hope", "远古传送门:至最后的希望")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go near the town of Last Hope in Maj'Eyal.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这扇门似乎通向马基 · 埃亚尔大陆上最后的希望之所在区域。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot on the outskirts of Last Hope, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼功夫你回到了最后的希望的郊外,传送的踪迹再不可寻……")
 t("grass", "草地")
 t("rockwall", "岩石墙")
@@ -39632,6 +41004,9 @@ section "game/modules/tome/data/zones/town-last-hope/grids.lua"
 t("floor", "地板")
 t("old road", "古老的路")
 t("Farportal: Gates of Morning", "远古传送门:晨曦之门")
+t([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
+This one seems to go near the Gates of Morning in the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
+ 这扇门似乎通向远东的晨曦之门附近。]])
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you set foot in sight of the Gates of Morning, with no trace of the portal...", "#VIOLET#你进入了传送漩涡,一眨眼的功夫你已经到了晨曦之门的山脚下,此间毫无传送门的痕迹……")
 
 
@@ -39656,10 +41031,13 @@ t("A clean-looking Halfling resident of Last Hope.", "一位面容清秀的最
 section "game/modules/tome/data/zones/town-last-hope/objects.lua"
 
 t("last hope foundation", "最后的希望的建立")
+t("The Diaries of King Toknor the Brave (%d)", "狮心王图库纳的日记 (%d)")
 t("A part of the history of Last Hope, and King Toknor the Brave.", "有关最后的希望和狮心王图库纳的历史。")
 t("analysis", "分析")
 t("southspar", "南晶岛")
-t("..", "..")
+t("one", "一")
+t("the Pale King part %s", "亡灵国王 第%s章")
+t("two", "二")
 t("A study of Southspar's most unusual ruler.", "有关南晶岛不寻常的统治者的研究。")
 t("oceans", "æµ·æ´‹")
 t("The Oceans of Eyal", "埃亚尔之海")
@@ -39717,6 +41095,7 @@ t("You hear screaming not too far from you.", "你听到了不远处的尖叫声
 section "game/modules/tome/data/zones/town-point-zero/grids.lua"
 
 t("Temporal Rift to Maj'Eyal", "通向马基·埃亚尔的时空裂隙")
+t("The rift leads to Maj'Eyal.", "裂隙通往马基·埃亚尔")
 t("wall", "墙壁")
 t("cold forest", "冰冷森林")
 t("floor", "地板")
@@ -39812,6 +41191,7 @@ t("Shatur", "夏特尔")
 section "game/modules/tome/data/zones/town-zigur/grids.lua"
 
 t("Zigur Postsign", "伊格的岗哨")
+t("The laws of the Ziguranth", "伊格兰斯的规则")
 t("lava pit", "熔岩矿坑")
 t("cultivated fields", "耕地")
 t("cobblestone road", "鹅卵石路")
@@ -39915,26 +41295,35 @@ t("Trollmire", "巨魔沼泽")
 section "game/modules/tome/data/zones/tutorial-combat-stats/grids.lua"
 
 t("Lobby Portal", "前厅传送门")
+t("This portal will bring you back to the Tutorial Lobby.", " 这道传送门将把你带回教程大厅。")
 t("Enter the portal back to the lobby?", "你要进入传送门返回教学大厅么?")
 t("Tutorial Lobby Portal", "传送至大厅")
 t("#VIOLET#You enter the swirling portal and in the blink of an eye you are back in the lobby.", "#VIOLET#你进入了传送漩涡,一眨眼功夫你回到了大厅。")
 t("grass", "草地")
 t("Rune of Enlightenment: Summer Vacation", "启蒙符文:暑假")
+t("Causes the player's brain to jettison all recently-acquired knowledge.", " 可以净化玩家的大脑,使玩家遗忘所有最近所学的技能。")
 t("#VIOLET#You feel unenlightened.", "#VIOLET#你感到很无知。")
 t("Rune of Enlightenment: Shove", "启蒙符文:冲撞")
+t("Teaches the player 'Shove'.", " 可习得技能“推挤” ")
 t("#VIOLET#You have learned the talent Shove.", "#VIOLET#你学会了技能推挤。")
 t("#VIOLET#The sound of an ancient door grinding open echoes down the tunnel!", "#VIOLET#推开古老大门产生的吱呀声音回荡在通道里!")
 t("Rune of Enlightenment: Mana Gale", "启蒙符文:法力风暴")
+t("Teaches the player 'Mana Gale'.", " 可习得技能“法力风暴” ")
 t("#VIOLET#You have learned the talent Mana Gale.", "#VIOLET#你学会了技能法力风暴")
 t("Rune of Enlightenment: Telekinetic Punt", "启蒙符文:念力推送")
+t("Teaches the player 'Telekinetic Punt'.", " 可习得技能“念力打击” ")
 t("#VIOLET#You have learned the talent Telekinetic Punt.", "#VIOLET#你学会了技能念力冲撞")
 t("Rune of Enlightenment: Blink", "启蒙符文:闪现")
+t("Teaches the player 'Blink'.", " 可习得技能“闪光术” ")
 t("#VIOLET#You have learned the talent Blink.", "#VIOLET#你学会了技能闪现")
 t("Rune of Enlightenment: Fear", "启蒙符文:恐惧")
+t("Teaches the player 'Fear'.", " 可习得技能“恐惧” ")
 t("#VIOLET#You have learned the talent Fear.", "#VIOLET#你学会了技能恐惧术")
 t("Rune of Enlightenment: Bleed", "启蒙符文:流血")
+t("Teaches the player 'Bleed'.", " 可习得技能“流血” ")
 t("#VIOLET#You have learned the talent Bleed.", "#VIOLET#你学会了技能流血")
 t("Rune of Enlightenment: Confusion", "启蒙符文:混乱")
+t("Teaches the player 'Confusion'.", " 可习得技能“混乱” ")
 t("#VIOLET#You have learned the talent Confusion.", "#VIOLET#你学会了技能混乱")
 t("floor", "地板")
 t("wall", "墙壁")
@@ -39942,6 +41331,7 @@ t("glowing door", "发光的门")
 t("#VIOLET#You must achieve Enlightenment before you can pass. Seek ye to the west to discover the ancient art of Shoving Stuff.", "#VIOLET#你必须完成地下城启蒙成就才能通过。往西部寻找古代宝物:冲击法杖。")
 t("sealed door", "被封印的门")
 t("Sign", "标记")
+t("Contains a snippet of ToME wisdom.", " 包含了 ToME 智慧的残片 ")
 
 
 ------------------------------------------------
@@ -40011,6 +41401,7 @@ t("tutorial4", "教程4")
 t("tutorial5", "教程5")
 t("tutorial", "教程")
 t("tutorial6", "教程6")
+t("A tutorial", "教程")
 t("Movement", "移动")
 t("Melee Combat", "近战格斗")
 t("Objects", "物品")
@@ -40053,6 +41444,7 @@ t("It is a large wolf with eyes full of cunning, only 3 times bigger than a norm
 section "game/modules/tome/data/zones/tutorial/traps.lua"
 
 t("tutorial", "教程")
+t("A tutorial", "教程")
 t("Movement", "移动")
 t("Melee Combat", "近战格斗")
 t("Objects", "物品")
@@ -40075,6 +41467,7 @@ t("Tutorial", "教程")
 section "game/modules/tome/data/zones/unhallowed-morass/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads to another part of the morass.", "裂隙通往混沌之沼的另一个区域。")
 t("Point Zero", "零点圣域")
 t([[The rift has brought you back to Point Zero, and the source of the disturbances.
 A temporal defiler is attacking the town, all the Keepers in range are attacking it!]], [[这个裂隙将你带回到了零点圣域——紊乱能量的发源地。
@@ -40161,6 +41554,7 @@ t("moonstone", "月亮石")
 t("floor", "地板")
 t("grass", "草地")
 t("Fearscape Portal", "恶魔空间传送门")
+t("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 
 
 ------------------------------------------------
@@ -40186,6 +41580,8 @@ t("Ithilthum, Valley of the Moon", "伊塞尔森`月之谷")
 section "game/modules/tome/data/zones/void/grids.lua"
 
 t("Temporal Rift", "时空裂隙")
+t("The rift leads... somewhere.", "裂缝通向…某个地方")
+t("Temporal Warden", "时空守卫")
 
 
 ------------------------------------------------
@@ -40361,6 +41757,7 @@ t("The arid wastes of Erúan", "艾露安·腐化之地")
 section "game/modules/tome/data/zones/wilderness/zone.lua"
 
 t("World of Eyal", "埃亚尔世界")
+t("Eyal", "埃亚尔")
 
 
 ------------------------------------------------
@@ -40370,7 +41767,7 @@ t("Arena mode", "竞技场模式")
 t("#LIGHT_GREEN#No high scores. This should not happen.", "#LIGHT_GREEN#没有最高分。这不应该发生")
 t([[%s (%s %s %s)
  Score %d[%s]) - Wave: %d]], [[%s (%s %s %s)
- 分数 %d[%s]) - 波次: %d]])
+ 分数 %d[%s]) - 波次:%d]])
 t("unknown", "未知")
 t("#LIGHT_BLUE#You resurrect! CHEATER !", "#LIGHT_BLUE#你复活了!作弊者!")
 t("Resurrect by cheating", "使用作弊复活")
@@ -40393,12 +41790,12 @@ t("Select custom tile", "选择自定义角色贴图")
 t("Tutorial", "教程")
 t("Customize", "自定义")
 t("Extra Options", "附加选项")
-t("Name: ", "名称: ")
+t("Name: ", "名称:")
 t("Female", "女性")
 t("Male", "男性")
-t("Campaign: ", "战役: ")
-t("Difficulty: ", "难度: ")
-t("Permadeath: ", "死亡模式: ")
+t("Campaign: ", "战役:")
+t("Difficulty: ", "难度:")
+t("Permadeath: ", "死亡模式:")
 t("Overwrite character?", "覆盖角色?")
 t("There is already a character with this name, do you want to overwrite it?", "已经有一个这个名称的角色了,你要覆盖这个角色吗?")
 t("Antimagic Magic combo", "反魔和魔法的组合")
@@ -40409,10 +41806,16 @@ t("Cancel", "取消")
 t([[This is the name of your character.
 Right mouse click to generate a random name based on race and sex.]], [[这是你的角色名。
 右键该选框会随机起名,名字组合取决于你的种族和性别。]])
+t("\
+\
+#GOLD#This is a locked birth option. Performing certain actions and completing certain quests will make locked campaigns, races and classes permanently available.", "\
+\
+#GOLD#本选项被锁定,完成特定的任务或条件可以永久解锁这个战役,种族,职业。")
+t("-- locked --", "-- 需解锁 --")
 t("Characters Vault", "角色仓库")
 t(" Load ", " 读取 ")
 t("Delete", "删除")
-t("Really delete premade: %s", "确认删除预设: %s")
+t("Really delete premade: %s", "确认删除预设:%s")
 t("Custom tiles", "自定义角色贴图")
 t([[Custom Tiles have been added as a thank you to everyone that has donated to ToME.
 They are a fun cosmetic feature that allows you to choose a tile for your character from a list of nearly 180 (with more to be added over time), ranging from special humanoid tiles to downright wonky ones!
@@ -40460,7 +41863,7 @@ t("Confirm", "确认")
 ------------------------------------------------
 section "game/modules/tome/dialogs/CharacterSheet.lua"
 
-t("Character Sheet: %s", "角色面板: %s")
+t("Character Sheet: %s", "角色面板:%s")
 t("[G]eneral", "常规[G]")
 t("[A]ttack", "攻击[A]")
 t("[D]efense", "防御[D]")
@@ -40468,11 +41871,11 @@ t("[T]alents", "技能[T]")
 t("main", "主手")
 t("off", "副手")
 t("#RED#Displaying %s set for %s (equipment NOT switched)", "#RED#展示 %s 套装给 %s 看 (装备未切换)")
-t("[E]quipment: %s set", "装备[E]: %s 套装")
-t("Sort: %s", "排序: %s")
+t("[E]quipment: %s set", "装备[E]:%s 套装")
+t("Sort: %s", "排序:%s")
 t("Groups", "分组")
 t("Name", "名称")
-t("Sort:  %s", "排序:  %s")
+t("Sort:  %s", "排序: %s")
 t("Type", "类型")
 t("Manage [I]nventory", "管理 物品栏[I]")
 t("[L]evelup", "升级[L]")
@@ -40491,10 +41894,10 @@ t([[#GOLD#Days adventuring / current month:#LAST# %d / %s
 #GOLD#Time playing:#LAST# %s
 #GOLD#Creatures killed:           #ANTIQUE_WHITE#%d
 #GOLD#Elites/Rares/Bosses killed: #YELLOW#%d/#SALMON#%d/#ORANGE#%d
-]], [[#GOLD#冒险日/月:#LAST# %d / %s
+]], [[#GOLD#冒险日/月:#LAST# %d/%s
 #GOLD#游戏时间:#LAST# %s
-#GOLD#杀死的总生物数:           #ANTIQUE_WHITE#%d
-#GOLD#杀死的精英/稀有/Boss数: #YELLOW#%d/#SALMON#%d/#ORANGE#%d
+#GOLD#杀死的总生物数:          #ANTIQUE_WHITE#%d
+#GOLD#杀死的精英/稀有/Boss数:#YELLOW#%d/#SALMON#%d/#ORANGE#%d
 ]])
 t("Poison", "毒素")
 t("Bleed", "流血")
@@ -40516,117 +41919,130 @@ t("#ORANGE#Mental Status  ", "#ORANGE#精神状态")
 t("#ORANGE#Physical Status", "#ORANGE#物理状态")
 t("#ORANGE#Magical Status ", "#ORANGE#魔法状态")
 t("Inventory", "物品栏")
-t("Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#", "在线网址: #LIGHT_BLUE##{underline}#%s#{normal}#")
+t("Online URL: #LIGHT_BLUE##{underline}#%s#{normal}#", "在线网址:#LIGHT_BLUE##{underline}#%s#{normal}#")
 t("You can find your character sheet online", "你可以在网上找到你的角色面板。")
 t("Female", "女性")
 t("Male", "男性")
-t("Sex  : ", "性别: ")
-t("Race : ", "种族: ")
-t("Type : ", "类型: ")
-t("Class: ", "职业: ")
-t("Stype: ", "子类: ")
+t("Sex  : ", "性别:")
+t("Race : ", "种族:")
+t("Type : ", "类型:")
+t("Class: ", "职业:")
+t("Stype: ", "子类:")
 t("Antimagic adherent", "反魔志愿者")
 t("Zigur follower", "伊格追随者")
-t("Size : ", "体积: ")
-t("Level: #00ff00#%d", "等级: #00ff00#%d")
-t("Exp  : #00ff00#%2d%%", "经验: #00ff00#%2d%%")
-t("Gold : #00ff00#%0.2f", "金钱: #00ff00#%0.2f")
-t("#LIGHT_BLUE#Resources:", "#LIGHT_BLUE#资源:")
-t("#c00000#Life    : #00ff00#%d/%s", "#c00000#生命值: #00ff00#%d/%s")
+t("Size : ", "体积:")
+t("Level: #00ff00#%d", "等级:#00ff00#%d")
+t("Exp  : #00ff00#%2d%%", "经验:#00ff00#%2d%%")
+t("Gold : #00ff00#%0.2f", "金钱:#00ff00#%0.2f")
+t("#LIGHT_BLUE#Resources:", "#LIGHT_BLUE#资源:")
+t("%+.0f max", "%+.0f 最大值")
+t("#c00000#Life    : #00ff00#%d/%s", "#c00000#生命值:#00ff00#%d/%s")
+t("max", "最大值")
+t("min", "最小值")
 t("No Description", "没有介绍")
-t("%s%-8.8s: #00ff00#%s ", "%s%s: #00ff00#%s ")
+t("%s%-8.8s: #00ff00#%s ", "%s%s:#00ff00#%s ")
 t([[#GOLD#%s Recovery/Depletion#LAST#
 The amount of %s automatically gained or lost each turn.]], [[#GOLD#%s 回复/削减#LAST#
 每回合自动获得/减少 %s 的量。]])
 t("Current Feedback gain is %0.1f%% of damage taken.", "现在获得的反馈值为受到伤害的 %0.1f%% 。")
-t("#7fffd4#Feedback: #00ff00#%d/%s", "#7fffd4#反馈值: #00ff00#%d/%s")
-t("#LIGHT_BLUE#Speeds:", "#LIGHT_BLUE#速度:")
-t("Global speed  : #00ff00#%s", "整体速度: #00ff00#%s")
-t("Movement speed: #00ff00#%s", "移动速度: #00ff00#%s")
-t("Spell speed   : #00ff00#%s", "法术速度: #00ff00#%s")
-t("Attack speed  : #00ff00#%s", "攻击速度: #00ff00#%s")
-t("Mental speed  : #00ff00#%s", "精神速度: #00ff00#%s")
-t("Times died     : #00ff00#%s", "死亡次数: #00ff00#%s")
+t("#7fffd4#Feedback: #00ff00#%d/%s", "#7fffd4#反馈值:#00ff00#%d/%s")
+t("#LIGHT_BLUE#Speeds:", "#LIGHT_BLUE#速度:")
+t("Global speed  : #00ff00#%s", "整体速度:#00ff00#%s")
+t("Movement speed: #00ff00#%s", "移动速度:#00ff00#%s")
+t("Spell speed   : #00ff00#%s", "法术速度:#00ff00#%s")
+t("Attack speed  : #00ff00#%s", "攻击速度:#00ff00#%s")
+t("Mental speed  : #00ff00#%s", "精神速度:#00ff00#%s")
+t("Times died     : #00ff00#%s", "死亡次数:#00ff00#%s")
 t("#DARK_RED#Blood of Life", "#DARK_RED#生命之血")
-t("Lives left     : #00ff00#%s", "剩余生命: #00ff00#%s")
-t("Healing mod.   : #00ff00#%s", "治疗系数: #00ff00#%s")
-t("Life regen     : #00ff00#%s", "生命回复: #00ff00#%s")
-t("(with heal mod): #00ff00#%s", "(治疗系数加成后): #00ff00#%s")
-t("#LIGHT_BLUE#Vision:", "#LIGHT_BLUE#视野:")
-t("Light radius   : #00ff00#%s", "光照范围: #00ff00#%s")
-t("Vision range   : #00ff00#%s", "视野范围: #00ff00#%s")
-t("Heighten Senses: #00ff00#%s", "强化感知: #00ff00#%s")
-t("Detect Traps   : #00ff00#%s", "侦测陷阱: #00ff00#%s")
-t("Stealth        : #00ff00#%s", "潜行强度: #00ff00#%s")
-t("See stealth    : #00ff00#%s", "侦测潜行: #00ff00#%s")
-t("Invisibility   : #00ff00#%s", "隐形强度: #00ff00#%s")
-t("See invisible  : #00ff00#%s", "侦测隐形: #00ff00#%s")
-t("Telepathy range: #00ff00#%s", "感应范围: #00ff00#%s")
-t("#LIGHT_BLUE#Stats:        Base/Current", "#LIGHT_BLUE#属性值:        基础值/当前值")
+t("Lives left     : #00ff00#%s", "剩余生命:#00ff00#%s")
+t("Healing mod.   : #00ff00#%s", "治疗系数:#00ff00#%s")
+t("Life regen     : #00ff00#%s", "生命回复:#00ff00#%s")
+t("(with heal mod): #00ff00#%s", "(治疗系数加成后):#00ff00#%s")
+t("#LIGHT_BLUE#Vision:", "#LIGHT_BLUE#视野:")
+t("Light radius   : #00ff00#%s", "光照范围:#00ff00#%s")
+t("Vision range   : #00ff00#%s", "视野范围:#00ff00#%s")
+t("Heighten Senses: #00ff00#%s", "强化感知:#00ff00#%s")
+t("Detect Traps   : #00ff00#%s", "侦测陷阱:#00ff00#%s")
+t("Stealth        : #00ff00#%s", "潜行强度:#00ff00#%s")
+t("See stealth    : #00ff00#%s", "侦测潜行:#00ff00#%s")
+t("Invisibility   : #00ff00#%s", "隐形强度:#00ff00#%s")
+t("See invisible  : #00ff00#%s", "侦测隐形:#00ff00#%s")
+t("Telepathy range: #00ff00#%s", "感应范围:#00ff00#%s")
+t("#LIGHT_BLUE#Stats:        Base/Current", "#LIGHT_BLUE#属性值:       基础值/当前值")
 t("#AQUAMARINE#Inscriptions (%d/%d)", "#AQUAMARINE#纹身槽 (%d/%d)")
-t("Telepathy of: ", "心灵感应: ")
+t("Telepathy of: ", "心灵感应:")
 t("%sAll ", "%s所有 ")
-t("#LIGHT_BLUE#Current effects:", "#LIGHT_BLUE#目前状态效果:")
+t("#LIGHT_BLUE#Current effects:", "#LIGHT_BLUE#目前状态效果:")
 t("Two-Handed, ", "双手, ")
 t("Weapon", "武器")
-t("Accuracy     : #00ff00#%s", "命中值: #00ff00#%s")
-t("Damage       : #00ff00#%s", "伤害: #00ff00#%s")
-t("Block : #00ff00#%s", "格挡值: #00ff00#%s")
-t("APR          : #00ff00#%s", "护甲穿透: #00ff00#%s")
-t("Crit. chance : #00ff00#%s", "暴击率: #00ff00#%s")
-t("Crit. power  : #00ff00#%s", "暴击伤害: #00ff00#%s")
-t("Attack Speed : #00ff00#%s", "攻击速度: #00ff00#%s")
+t("Accuracy     : #00ff00#%s", "命中值:#00ff00#%s")
+t("Damage       : #00ff00#%s", "伤害:#00ff00#%s")
+t("Block : #00ff00#%s", "格挡值:#00ff00#%s")
+t("APR          : #00ff00#%s", "护甲穿透:#00ff00#%s")
+t("Crit. chance : #00ff00#%s", "暴击率:#00ff00#%s")
+t("Crit. power  : #00ff00#%s", "暴击伤害:#00ff00#%s")
+t("Attack Speed : #00ff00#%s", "攻击速度:#00ff00#%s")
 t("range %2d", "范围 %2d")
 t("speed %3d%%", "速度 %3d%%")
-t("Archery      : #00ff00#%s, %s", "弓箭: #00ff00#%s, %s")
+t("Archery      : #00ff00#%s, %s", "弓箭:#00ff00#%s, %s")
 t("#LIGHT_BLUE#Main Hand", "#LIGHT_BLUE#主手")
 t("#LIGHT_BLUE#Unarmed", "#LIGHT_BLUE#徒手")
 t("#LIGHT_BLUE#Offhand%s", "#LIGHT_BLUE#副手%s")
 t(" (disabled)", " (被禁用)")
 t("#LIGHT_BLUE#Offhand-Dual Weapon%s", "#LIGHT_BLUE#副手双持武器%s")
 t("#LIGHT_BLUE#Psionic Focus", "#LIGHT_BLUE#念力武器")
-t("#LIGHT_BLUE#Physical:", "#LIGHT_BLUE#物理属性:")
-t("Phys. Power: #00ff00#%s", "物理强度: #00ff00#%s")
-t("#LIGHT_BLUE#Magical:", "#LIGHT_BLUE#魔法属性:")
-t("Spellpower  : #00ff00#%s", "法术强度: #00ff00#%s")
-t("Spell speed : #00ff00#%s", "法术速度: #00ff00#%s")
-t("Spell cooldown: #00ff00#%s", "法术冷却时间: #00ff00#%s")
-t("#LIGHT_BLUE#Mental:", "#LIGHT_BLUE#精神属性:")
-t("Mindpower: #00ff00#%s", "精神强度: #00ff00#%s")
-t("Crit. chance: #00ff00#%s", "暴击率: #00ff00#%s")
-t("Mind speed : #00ff00#%s", "精神速度: #00ff00#%s")
-t("#LIGHT_BLUE#Damage Modifiers:", "#LIGHT_BLUE#伤害修正:")
-t("Critical mult.: #00ff00#%s", "暴击伤害: #00ff00#%s")
-t("vs ", "vs ")
+t("#LIGHT_BLUE#Physical:", "#LIGHT_BLUE#物理属性:")
+t("Phys. Power: #00ff00#%s", "物理强度:#00ff00#%s")
+t("#LIGHT_BLUE#Magical:", "#LIGHT_BLUE#魔法属性:")
+t("Spellpower  : #00ff00#%s", "法术强度:#00ff00#%s")
+t("Spell speed : #00ff00#%s", "法术速度:#00ff00#%s")
+t("Spell cooldown: #00ff00#%s", "法术冷却时间:#00ff00#%s")
+t("#LIGHT_BLUE#Mental:", "#LIGHT_BLUE#精神属性:")
+t("Mindpower: #00ff00#%s", "精神强度:#00ff00#%s")
+t("Crit. chance: #00ff00#%s", "暴击率:#00ff00#%s")
+t("Mind speed : #00ff00#%s", "精神速度:#00ff00#%s")
+t("#LIGHT_BLUE#Damage Modifiers:", "#LIGHT_BLUE#伤害修正:")
+t("Critical mult.: #00ff00#%s", "暴击伤害:#00ff00#%s")
+t("vs ", "对")
 t([[#GOLD#Restance Penetration#LAST#
 Ability to reduce opponent resistances to your damage]], [[#GOLD#抗性穿透#LAST#
 降低对手对你造成的伤害的抗性。]])
-t("#LIGHT_BLUE#Damage penetration:", "#LIGHT_BLUE#抗性穿透:")
-t("#LIGHT_BLUE#Additional Melee Damage:", "#LIGHT_BLUE#近战附加伤害:")
-t("#LIGHT_BLUE#Additional Ranged Damage:", "#LIGHT_BLUE#远程附加伤害:")
+t("#LIGHT_BLUE#Damage penetration:", "#LIGHT_BLUE#抗性穿透:")
+t("#LIGHT_BLUE#Additional Melee Damage:", "#LIGHT_BLUE#近战附加伤害:")
+t("#LIGHT_BLUE#Additional Ranged Damage:", "#LIGHT_BLUE#远程附加伤害:")
 t("Heavy armor", "重甲")
 t("Massive armor", "板甲")
 t("Light armor", "轻甲")
-t("Fatigue         : #00ff00#%s", "疲劳值: #00ff00#%s")
-t("Armor Hardiness : #00ff00#%s", "护甲强度: #00ff00#%s")
-t("Armor           : #00ff00#%s", "护甲值: #00ff00#%s")
-t("Defense         : #00ff00#%s", "近身闪避: #00ff00#%s")
-t("Ranged Defense  : #00ff00#%s", "远程闪避: #00ff00#%s")
-t("Crit. Reduction : #00ff00#%s", "暴击减免: #00ff00#%s")
-t("Crit. Shrug Off : #00ff00#%s", "暴击摆脱: #00ff00#%s")
-t("#LIGHT_BLUE#Saves:", "#LIGHT_BLUE#豁免:")
-t("Physical: #00ff00#%s", "物理: #00ff00#%s")
-t("Spell   : #00ff00#%s", "法术: #00ff00#%s")
-t("Mental  : #00ff00#%s", "精神: #00ff00#%s")
-t("#LIGHT_BLUE#Resistances   : base / cap:", "#LIGHT_BLUE#伤害抗性   : 基础 / 上限:")
+t("Fatigue         : #00ff00#%s", "疲劳值:#00ff00#%s")
+t("Armor Hardiness : #00ff00#%s", "护甲强度:#00ff00#%s")
+t("Armor           : #00ff00#%s", "护甲值:#00ff00#%s")
+t("Defense         : #00ff00#%s", "近身闪避:#00ff00#%s")
+t("Ranged Defense  : #00ff00#%s", "远程闪避:#00ff00#%s")
+t("Crit. Reduction : #00ff00#%s", "暴击减免:#00ff00#%s")
+t("Crit. Shrug Off : #00ff00#%s", "暴击摆脱:#00ff00#%s")
+t("#LIGHT_BLUE#Saves:", "#LIGHT_BLUE#豁免:")
+t("Physical: #00ff00#%s", "物理:#00ff00#%s")
+t("Spell   : #00ff00#%s", "法术:#00ff00#%s")
+t("Mental  : #00ff00#%s", "精神:#00ff00#%s")
+t("#LIGHT_BLUE#Resistances   : base / cap:", "#LIGHT_BLUE#伤害抗性   :基础/上限:")
+t("All", "所有")
 t("Absolute", "绝对抗性")
 t("Speed Res", "速度抗性")
-t("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s", "#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s")
-t("#LIGHT_BLUE#Damage affinities:", "#LIGHT_BLUE#伤害吸收:")
-t("#LIGHT_BLUE#Flat resistances:", "#LIGHT_BLUE#固定数值伤害减免:")
-t("All damage    : #00ff00#%s", "所有伤害    : #00ff00#%s")
-t("#LIGHT_BLUE#Effect resistances:", "#LIGHT_BLUE#状态效果免疫:")
-t("#LIGHT_BLUE#Damage when hit:", "#LIGHT_BLUE#被击中后反击伤害:")
+t("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s", "#ORANGE#对%-11s#LAST#:#00ff00#%3s %s")
+t("#LIGHT_BLUE#Damage affinities:", "#LIGHT_BLUE#伤害吸收:")
+t("#LIGHT_BLUE#Flat resistances:", "#LIGHT_BLUE#固定数值伤害减免:")
+t("All damage    : #00ff00#%s", "所有伤害    :#00ff00#%s")
+t("#LIGHT_BLUE#Effect resistances:", "#LIGHT_BLUE#状态效果免疫:")
+t("#LIGHT_BLUE#Damage when hit:", "#LIGHT_BLUE#被击中后反击伤害:")
+t("race/.*", "种族技能/.*")
+t("Inscriptions", "纹身")
+t("Prodigies", "觉醒技")
+t("Item_Talents", "物品技能")
+t("Talents", "技能")
+t("Passive", "被动技能")
+t("Sustained", "持续技能")
+t("Activated", "主动技能")
+t("Instant", "瞬发技能")
 
 
 ------------------------------------------------
@@ -40671,8 +42087,8 @@ section "game/modules/tome/dialogs/Donation.lua"
 
 t("Donations", "捐赠")
 t("#GOLD#Character cosmetic customization and special tiles#WHITE#", "#GOLD#角色时装和自定义角色图像。#WHITE#")
-t("#GOLD#Exploration mode (infinite lives)#WHITE#", "#GOLD#Exploration mode (infinite lives)#WHITE#")
-t("#GOLD#Item's appearance change (Shimmering)#WHITE#", "#GOLD#Item's appearance change (Shimmering)#WHITE#")
+t("#GOLD#Exploration mode (infinite lives)#WHITE#", "#GOLD#探索模式 (无限命)#WHITE#")
+t("#GOLD#Item's appearance change (Shimmering)#WHITE#", "#GOLD#改变物品外观(幻化)#WHITE#")
 t([[Hi, I am Nicolas (DarkGod), the maker of this game.
 It is my dearest hope that you find my game enjoyable, and that you will continue to do so for many years to come!
 
@@ -40685,14 +42101,14 @@ Donators are also granted a few special features: %s.]], [[你好,我是Nicola
 ToME是免费开源的游戏,并且会一直保持这样。但是我仍然需要钱来生活,所以我来这里打扰你,希望得到你的帮助
 如果你觉得在游戏中体验的时间充满了快乐,你可以考虑捐赠一下,让这个游戏的未来变得更好。
 
-捐赠者将会得到一些游戏的附加功能: %s.]])
+捐赠者将会得到一些游戏的附加功能:%s.]])
 t(" and ", "和")
 t([[Thank you for supporting ToME, your donation was greatly appreciated.
 If you want to continue supporting ToME you are welcome to make a new donation or even a reccuring one which helps ensure the future of the game.
 Thank you for your kindness!]], [[感谢你支持ToME,你的捐款对这个游戏意义重大。
 如果你想要继续支持ToME,你也可以随时选择继续捐赠,乃至持续捐赠,以确保这个游戏的未来发展。
 感谢你的慷慨资助!]])
-t("Donation amount: ", "捐赠数额: ")
+t("Donation amount: ", "捐赠数额:")
 t("Monthly donation", "每月捐赠")
 t("euro", "欧元")
 t("Cancel", "取消")
@@ -40923,9 +42339,9 @@ t([[Allow various events that are pushed by the server when playing online
 #{bold}#Technical help only#{normal}#: Allow administrator to help in case of bugs or weirdness and allows website services (data reset, steam achievements push, ...) to work.
 #{bold}#Disabled#{normal}#: Disallow all.
 #WHITE#]], [[在线游戏的时候,允许服务器向你推送各种事件
-#{bold}#全部#{normal}#: 允许各种服务器事件(活动地图,随机事件,…)
-#{bold}#仅技术支持#{normal}#: 允许管理员来解决你的游戏Bug和问题,并且允许网站服务(数据重置,Steam成就推送等)发挥作用。
-#{bold}#禁用#{normal}#: 全部不允许。
+#{bold}#全部#{normal}#:允许各种服务器事件(活动地图,随机事件,…)
+#{bold}#仅技术支持#{normal}#:允许管理员来解决你的游戏Bug和问题,并且允许网站服务(数据重置,Steam成就推送等)发挥作用。
+#{bold}#禁用#{normal}#:全部不允许。
 #WHITE#]])
 t("#GOLD##{bold}#Allow online events#WHITE##{normal}#", "#GOLD##{bold}#允许在线事件#WHITE##{normal}#")
 t("all", "所有")
@@ -40948,17 +42364,17 @@ If you do not want that, simply run the game directly: the #{bold}#only#{normal}
 #{bold}##CRIMSON#This is an extremely restrictive setting. It is recommended you only activate it if you have no other choice as it will remove many fun and acclaimed features.
 A full exit and restart of the game is neccessary to apply this setting.#{normal}#]], [[禁止所有网络请求
 包括但不仅限于:
-- 用户信息: 不能登录或者注册。
-- 角色备份: 不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
-- 物品仓库: 不能访问你的在线物品仓库(包括存入和取回)。
-- 游戏内聊天: 聊天要联网, 谢谢。
-- 氪金福利: 联网才能获取你的氪金状态。
-- 扩展包&DLC: 和氪金状态一样, 无法获取DLC的购买状态。
-- 便捷的插件安装: 无法在游戏内看见插件列表, 但是你还可以手动安装插件。
-- 插件版本更新: 无法更新插件的版本。
-- Steam: 无法使用Steam相关的任何功能。
-- Discord: 无法同步到Discord的实时状态。
-- 游戏内新闻: 主菜单将不再显示新闻。
+- 用户信息:不能登录或者注册。
+- 角色备份:不能在te4.org上保存你的角色信息(用来给其他人分享你的炫酷角色)。
+- 物品仓库:不能访问你的在线物品仓库(包括存入和取回)。
+- 游戏内聊天:聊天要联网, 谢谢。
+- 氪金福利:联网才能获取你的氪金状态。
+- 扩展包&DLC:和氪金状态一样, 无法获取DLC的购买状态。
+- 便捷的插件安装:无法在游戏内看见插件列表, 但是你还可以手动安装插件。
+- 插件版本更新:无法更新插件的版本。
+- Steam:无法使用Steam相关的任何功能。
+- Discord:无法同步到Discord的实时状态。
+- 游戏内新闻:主菜单将不再显示新闻。
 注意这个设置只影响游戏本身。如果你使用游戏启动器,它的唯一目的就是确保游戏是最新的,因此它仍然会连接网络。
 如果你不想这样,直接运行游戏即可。启动器#{bold}#只#{normal}#是用来更新游戏的。
 
@@ -41007,15 +42423,15 @@ You must place all files of your tileset in a subfolder of the modules's data/gf
 Each tile must be correctly named according to the existing tilesets.]], [[你可以设置游戏的自定义贴图。
 你必须把你的贴图材质文件放在模组文件中的 data/gfx/ 文件夹内,和当前的贴图一样。
 所有材质的文件名必须和已存在的默认材质文件名相同。]])
-t("Folder: ", "文件夹: ")
+t("Folder: ", "文件夹:")
 t("Use moddable tiles (equipment showing on player)", "使用纸娃娃 (在玩家身上显示装备)")
-t("Use advanced tiles (transitions, wide tiles, ...)", "使用高级贴图 (渐变, 大型贴图, ...)")
+t("Use advanced tiles (transitions, wide tiles, ...)", "使用高级贴图 (渐变,大型贴图, ...)")
 t("Use custom tileset", "使用自定义贴图")
 t("Cancel", "取消")
 t("From 10 to 128", "从 10 到 128")
 t("Tile size", "图块大小")
-t("Select style [current: %s]", "选择风格 [当前: %s]")
-t("Select tiles size [current: %s]", "选择图块大小 [当前: %s]")
+t("Select style [current: %s]", "选择风格 [当前:%s]")
+t("Select tiles size [current: %s]", "选择图块大小 [当前:%s]")
 t("64x64", "64x64")
 t("48x48", "48x48")
 t("32x32", "32x32")
@@ -41026,12 +42442,12 @@ t("Custom", "自定义")
 ------------------------------------------------
 section "game/modules/tome/dialogs/LevelupDialog.lua"
 
-t("Levelup: %s, level %s", "升级: %s, 等级 %s")
+t("Levelup: %s, level %s", "升级:%s, 等级 %s")
 t("Do you accept changes?", "你确认接受更改吗?")
 t("Finish", "完成")
-t("You cannot learn this talent(s): ", "你无法学习该技能: ")
+t("You cannot learn this talent(s): ", "你无法学习该技能:")
 t([[#LIGHT_BLUE#Warning: You have increased some of your statistics or talent. Talent(s) actually sustained: 
- %s If these are dependent on one of the stats you changed, you need to re-use them for the changes to take effect.]], [[警告: 你改变了你的某些技能或属性。你目前开启的持续技能:
+ %s If these are dependent on one of the stats you changed, you need to re-use them for the changes to take effect.]], [[警告:你改变了你的某些技能或属性。你目前开启的持续技能:
  %s 如果其中某些技能和你改变的属性点相关,你需要重新使用该技能来使新的属性生效。]])
 t("Not enough stat points", "属性点不足")
 t("You have no stat points left!", "你的属性点不足!")
@@ -41123,27 +42539,27 @@ t("You can learn %d new slot(s). Do you wish to buy one with one category point?
 t("Inscriptions", "纹身")
 t("You can still learn %d new slot(s) but you need a category point.", "你还可以学习 %d 个新的纹身槽,但是你需要一个大系点来学习")
 t("Hide unlearnt categories", "隐藏没有学会的技能树")
-t("Current value: ", "当前值: ")
-t("Base value: ", "基础值: ")
-t("Stat gives:", "属性加成: ")
-t("Max life: ", "最大生命: ")
-t("Healing mod: ", "治疗系数: ")
-t("Max mana: ", "最大魔力值: ")
-t("Max stamina: ", "最大体力值: ")
-t("Max psi: ", "最大超能力值: ")
-t("Physical power: ", "物理强度: ")
-t("Max encumbrance: ", "最大负重: ")
-t("Physical save: ", "物理豁免加成: ")
-t("Crit. chance: ", "暴击率: ")
-t("Mental save: ", "精神豁免加成: ")
-t("Mindpower: ", "精神强度: ")
-t("Spell save: ", "法术豁免加成: ")
-t("Spellpower: ", "法术强度: ")
-t("Defense: ", "近战闪避: ")
-t("Ranged defense: ", "远程负重: ")
-t("Accuracy: ", "命中: ")
-t("Shrug off criticals chance: ", "暴击摆脱率: ")
-t("Class powers:", "职业能力:")
+t("Current value: ", "当前值:")
+t("Base value: ", "基础值:")
+t("Stat gives:", "属性加成:")
+t("Max life: ", "最大生命:")
+t("Healing mod: ", "治疗系数:")
+t("Max mana: ", "最大魔力值:")
+t("Max stamina: ", "最大体力值:")
+t("Max psi: ", "最大超能力值:")
+t("Physical power: ", "物理强度:")
+t("Max encumbrance: ", "最大负重:")
+t("Physical save: ", "物理豁免加成:")
+t("Crit. chance: ", "暴击率:")
+t("Mental save: ", "精神豁免加成:")
+t("Mindpower: ", "精神强度:")
+t("Spell save: ", "法术豁免加成:")
+t("Spellpower: ", "法术强度:")
+t("Defense: ", "近战闪避:")
+t("Ranged defense: ", "远程负重:")
+t("Accuracy: ", "命中:")
+t("Shrug off criticals chance: ", "暴击摆脱率:")
+t("Class powers:", "职业能力:")
 t("Talent Category", "技能树")
 t([[A talent category contains talents you may learn. You gain a talent category point at level 10, 20 and 34. You may also find trainers or artifacts that allow you to learn more.
 A talent category point can be used either to learn a new category or increase the mastery of a known one.]], "一个技能树包括一些你可以学习的技能。你分别在等级达到 10、 20、 34 级时可以获得一个技能分类点数,你也能在游戏中找到技能训练师来学习更多技能。每一点技能分类点数可以解锁一个未知的技能树或者强化一个已知的技能树。")
@@ -41161,22 +42577,22 @@ t("First talent level: ", "第一级需求: ")
 t("Next talent level", "下一等级")
 t("Current talent level: ", "当前等级: ")
 t("Stats: %s", "属性: %s")
-t("Class points: %s", "职业点: %s")
-t("Generic points: %s", "通用点: %s")
-t("Category points: %s", "技能树解锁点: %s")
+t("Class points: %s", "职业点:%s")
+t("Generic points: %s", "通用点:%s")
+t("Category points: %s", "技能树解锁点:%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/LorePopup.lua"
 
-t("Lore found: #0080FF#%s", "发现手札: #0080FF#%s")
+t("Lore found: #0080FF#%s", "发现手札:#0080FF#%s")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/MapMenu.lua"
 
 t("Actions", "行为")
-t("%s: Inventory", "%s: 物品栏")
+t("%s: Inventory", "%s:物品栏")
 t("Change level", "切换地图")
 t("Pickup item", "拾取物品")
 t("Move to", "移动到")
@@ -41203,14 +42619,14 @@ section "game/modules/tome/dialogs/PartyOrder.lua"
 
 t("Wait a few turns", "在这儿等一下。")
 t("Where is the portal?", "传送门在哪里?")
-t("Set the target [current: %s]", "设置目标 [当前: %s]")
+t("Set the target [current: %s]", "设置目标 [当前:%s]")
 t("none", "没有")
-t("Set behavior [current: %s]", "设置行为 [当前: %s]")
-t("Set the leash anchor [current: %s]", "设置跟随目标 [当前: %s]")
-t("Set the leash distance [current: %d]", "设置跟随距离 [当前: %d]")
+t("Set behavior [current: %s]", "设置行为 [当前:%s]")
+t("Set the leash anchor [current: %s]", "设置跟随目标 [当前:%s]")
+t("Set the leash distance [current: %d]", "设置跟随距离 [当前:%d]")
 t("Define tactical talents usage", "设定技能使用策略")
 t("Rename", "重命名")
-t("Order: %s", "命令: %s")
+t("Order: %s", "命令:%s")
 
 
 ------------------------------------------------
@@ -41233,19 +42649,19 @@ t(" #YELLOW#[NO ROOM]#LAST#", " #YELLOW#[没有空间]#LAST#")
 ------------------------------------------------
 section "game/modules/tome/dialogs/QuestPopup.lua"
 
-t("#LIGHT_GREEN#New#LAST# Quest!", "#LIGHT_GREEN#New#LAST# 任务!")
+t("#LIGHT_GREEN#New#LAST# Quest!", "#LIGHT_GREEN#新#LAST# 任务!")
 t("Quest #AQUAMARINE#Updated!", "任务 #AQUAMARINE#更新了!")
 t("Quest #LIGHT_GREEN#Completed!", "任务 #LIGHT_GREEN#已完成!")
 t("Quest #LIGHT_GREEN#Done!", "任务 #LIGHT_GREEN#结束!")
 t("Quest #CIMSON#Failed!", "任务 #CIMSON#失败了!")
-t("#ANTIQUE_WHITE#Quest: #AQUAMARINE#%s", "#ANTIQUE_WHITE#任务: #AQUAMARINE#%s")
+t("#ANTIQUE_WHITE#Quest: #AQUAMARINE#%s", "#ANTIQUE_WHITE#任务:#AQUAMARINE#%s")
 t("#ANTIQUE_WHITE#(See your Journal for further details or click here)", "#ANTIQUE_WHITE#(点击此处或者打开任务面板查看详情)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/SentientWeapon.lua"
 
-t("Points left: #00FF00#%d#WHITE#", "剩余点数: #00FF00#%d#WHITE#")
+t("Points left: #00FF00#%d#WHITE#", "剩余点数:#00FF00#%d#WHITE#")
 t("Stat", "属性值")
 t("Value", "数值")
 t("Spellpower", "法术强度")
@@ -41258,10 +42674,10 @@ t("Impossible", "不可能")
 t("You cannot take out more points!", "你不能遗忘更多点数!")
 t([[Keyboard: #00FF00#up key/down key#FFFFFF# to select a stat; #00FF00#right key#FFFFFF# to increase stat; #00FF00#left key#FFFFFF# to decrease a stat.
 Mouse: #00FF00#Left click#FFFFFF# to increase a stat; #00FF00#right click#FFFFFF# to decrease a stat.
-]], [[键盘: #00FF00#上/下键#FFFFFF# 选择属性; #00FF00#右键#FFFFFF#增加属性; #00FF00#左键#FFFFFF#降低属性.
-鼠标: #00FF00#左键点击#FFFFFF#增加属性; #00FF00#右键点击#FFFFFF#降低属性。
+]], [[键盘:#00FF00#上/下键#FFFFFF# 选择属性; #00FF00#右键#FFFFFF#增加属性; #00FF00#左键#FFFFFF#降低属性.
+鼠标:#00FF00#左键点击#FFFFFF#增加属性; #00FF00#右键点击#FFFFFF#降低属性。
 ]])
-t("Stats points left: #00FF00#%s", "剩余属性点: #00FF00#%s")
+t("Stats points left: #00FF00#%s", "剩余属性点:#00FF00#%s")
 t("Constitution", "体质")
 t("Cunning", "灵巧")
 t("Dexterity", "敏捷")
@@ -41288,11 +42704,11 @@ t("Open profile(in browser)", "打开用户信息(在浏览器里打开)")
 t("Report for bad behavior", "举报不良行为")
 t("Open charsheet(in browser)", "打开角色信息(在浏览器里打开)")
 t("Action", "行为")
-t("User: ", "用户: ")
+t("User: ", "用户:")
 t("Ignore user", "无视用户")
 t("Really ignore all messages from: %s", "确认忽略所有来自%s的消息")
 t("Reason", "原因")
-t("Reason to report: %s", "举报原因: %s")
+t("Reason to report: %s", "举报原因:%s")
 t("#VIOLET#", "#VIOLET#")
 
 
@@ -41342,8 +42758,10 @@ t("Inventory", "物品栏")
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowLore.lua"
 
+t("Search: ", "搜索:")
+t("", "")
 t("Lore", "手札")
-t("Search: ", "搜索: ")
+t("Category", "分类")
 t([[#GOLD#Category:#AQUAMARINE# %s
 #GOLD#Found as:#0080FF# %s
 #GOLD#Text:#ANTIQUE_WHITE# %s]], [[#GOLD#分类:#AQUAMARINE# %s
@@ -41354,7 +42772,7 @@ t([[#GOLD#Category:#AQUAMARINE# %s
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowMap.lua"
 
-t("Map: #0080FF#%s", "地图: #0080FF#%s")
+t("Map: #0080FF#%s", "地图:#0080FF#%s")
 
 
 ------------------------------------------------
@@ -41365,14 +42783,14 @@ t("", "")
 t("Store", "商店")
 t("Category", "分类")
 t("Price", "ä»·æ ¼")
-t(" (pays up to %0.2f gold, Your Gold: %0.2f)", " (付款 %0.2f 金币,你的金币: %0.2f)")
+t(" (pays up to %0.2f gold, Your Gold: %0.2f)", " (付款 %0.2f 金币,你的金币:%0.2f)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/TrapsSelect.lua"
 
 t("Select Traps", "选择陷阱")
-t("Select traps to prepare:", "选择需要准备的陷阱:")
+t("Select traps to prepare:", "选择需要准备的陷阱:")
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
@@ -41384,8 +42802,8 @@ t(" (preparing)", " (准备中)")
 t(" (dismantling)", " (分解中)")
 t(" (need more skill)", " (需要更多技能)")
 t(" (%s)", " (%s)")
-t("%s) Tier %d: %s%s", "%s) 材质等级 %d: %s%s")
-t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱: %s.")
+t("%s) Tier %d: %s%s", "%s) 材质等级 %d:%s%s")
+t("#LIGHT_BLUE#You cannot prepare this trap: %s.", "#LIGHT_BLUE#你不能准备这个陷阱:%s.")
 t("#LIGHT_BLUE#You need more skill to prepare this trap.", "#LIGHT_BLUE#你需要学习更多技能才能准备这个陷阱。")
 t("#LIGHT_BLUE#Preparing trap with normal trigger.", "#LIGHT_BLUE#准备了常规触发的陷阱")
 t("Accept these selections", "确认选择")
@@ -41395,7 +42813,7 @@ t("#LIGHT_BLUE#You cannot prepare more than %d traps.", "#LIGHT_BLUE#你不能
 ------------------------------------------------
 section "game/modules/tome/dialogs/UberTalent.lua"
 
-t("Prodigies: %s", "觉醒点: %s")
+t("Prodigies: %s", "觉醒点:%s")
 t([[Prodigies are special talents that only the most powerful of characters can attain.
 All of them require at least 50 in a core stat and many also have more special demands. You can learn a new prodigy at level 25 and 42.
 #LIGHT_GREEN#Prodigies available: %d]], [[觉醒技是角色足够强大时才能获得的特殊技能。
@@ -41408,7 +42826,7 @@ All of them require at least 50 in a core stat and many also have more special d
 ------------------------------------------------
 section "game/modules/tome/dialogs/UnlockDialog.lua"
 
-t("#VIOLET#Option unlocked: %s", "#VIOLET#游戏选项已解锁: %s")
+t("#VIOLET#Option unlocked: %s", "#VIOLET#游戏选项已解锁:%s")
 t("Option unlocked: %s", "选项已解锁: %s")
 
 
@@ -41423,7 +42841,7 @@ t("You do not have any equipped items that it can be attached to.", "你没有
 t("Select which item to attach it to:", "选择要附加到哪个物品:")
 t("Really %s %s", "真的要 %s %s")
 t("Tag object (tagged objects can not be destroyed or dropped)", "标记物品(被标记的物品无法丢下或摧毁)")
-t("Tag:", "标记:")
+t("Tag:", "标记:")
 t("Identify", "鉴定")
 t("Move to normal inventory", "移动到普通物品栏")
 t("Use", "使用")
@@ -41477,7 +42895,7 @@ t("Auto-use when enemies are visible", "当敌人可见时自动使用")
 t("Auto-use when enemies are visible and adjacent", "相邻格内有可见敌人时自动使用")
 t("Auto-use when out of combat", "脱离战斗后自动使用")
 t("Hotkey ", "快捷键 ")
-t("Bind talent: %s", "绑定技能: %s")
+t("Bind talent: %s", "绑定技能:%s")
 t("How do you want to bind this talent?", "如何绑定技能?")
 t("%s assigned to hotkey %s", "%s 已绑定到键位 %s")
 t("Hotkey %s assigned", "键位 %s 已绑定")
@@ -41504,63 +42922,65 @@ t("All your passive talents, they are always active.", "你所有的被动技能
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AdvanceActor.lua"
 
-t("DEBUG -- Levelup Actor: [%s] %s", "调试模式 -- 升级角色: [%s] %s")
+t("DEBUG -- Levelup Actor: [%s] %s", "调试模式 -- 升级角色:[%s] %s")
 t([[Levelup an actor.
 Optionally set Stat levels, learn all talents possible, and gain points to spend on Levelup. 
 The actor is backed up before changes are made.  (Use the "Restore" button to recover.)
-]], [[Levelup an actor.
-Optionally set Stat levels, learn all talents possible, and gain points to spend on Levelup. 
-The actor is backed up before changes are made.  (Use the "Restore" button to recover.)
-]])
-t(" Advance to Level: ", " Advance to Level: ")
-t("Restore: %s (v%d)", "Restore: %s (v%d)")
-t("Restore: none", "Restore: none")
-t("#LIGHT_BLUE#Restoring [%s]%s from backup version %d", "#LIGHT_BLUE#Restoring [%s]%s from backup version %d")
-t("Gain points for stats, talents, and prodigies (unlimited respec)", "Gain points for stats, talents, and prodigies (unlimited respec)")
-t(" Force all BASE stats to: ", " Force all BASE stats to: ")
+]], [[升级角色
+可以自动设置相应的属性值,尽可能学习所有技能,并获得升级所得到的属性点。
+这个角色会在更新前被备份,按“恢复”按钮可以恢复备份。
+]])
+t(" Advance to Level: ", " 升级到等级: ")
+t("Restore: %s (v%d)", "恢复: %s (v%d)")
+t("Restore: none", "恢复:无")
+t("#LIGHT_BLUE#Restoring [%s]%s from backup version %d", "#LIGHT_BLUE#恢复 [%s]%s 到备份版本 %d")
+t("Gain points for stats, talents, and prodigies (unlimited respec)", "获得属性点,技能点和觉醒点(无限次重置)")
+t(" Force all BASE stats to: ", " 设置所有主属性为: ")
 t("", "")
-t(" Force all BONUS stats to: ", " Force all BONUS stats to: ")
-t("Learn Talents ", "Learn Talents ")
-t("Unlock & Learn all available talents to level: ", "Unlock & Learn all available talents to level: ")
-t("Ignore requirements", "Ignore requirements")
-t("Force all talent mastery levels to (0.1-5.0): ", "Force all talent mastery levels to (0.1-5.0): ")
-t("Unlock all talent types (slow)", "Unlock all talent types (slow)")
+t(" Force all BONUS stats to: ", " 设置所有额外属性为: ")
+t("Learn Talents ", "学习技能 ")
+t("Unlock & Learn all available talents to level: ", "解锁并学习所有的技能到等级: ")
+t("maximum allowed", "最高等级")
+t("Ignore requirements", "无视技能需求")
+t("Force all talent mastery levels to (0.1-5.0): ", "将所有技能树系数设置到 (0.1-5.0): ")
+t("no change", "不变")
+t("Unlock all talent types (slow)", "解锁所有技能树(缓慢")
 t("Accept", "接受")
 t("Cancel", "取消")
-t("#LIGHT_BLUE#AdvanceActor inputs: %s", "#LIGHT_BLUE#AdvanceActor inputs: %s")
-t("%s #GOLD#Forcing all Base Stats to %s", "%s #GOLD#Forcing all Base Stats to %s")
-t("%s #GOLD#Resetting all talents_types_mastery to %s", "%s #GOLD#Resetting all talents_types_mastery to %s")
-t("%s #GOLD#Unlocking All Talent Types", "%s #GOLD#Unlocking All Talent Types")
+t("#LIGHT_BLUE#AdvanceActor inputs: %s", "#LIGHT_BLUE#升级角色 输入: %s")
+t("%s #GOLD#Forcing all Base Stats to %s", "%s #GOLD#正在将所有基础属性值设置为 %s")
+t("%s #GOLD#Resetting all talents_types_mastery to %s", "%s #GOLD#正在将所有技能树系数设置为 to %s")
+t("%s #GOLD#Unlocking All Talent Types", "%s #GOLD#正在解锁所有技能树")
 t("#LIGHT_BLUE#%s -- %s", "#LIGHT_BLUE#%s -- %s")
-t("#GOLD#Checking %s Talents (%s)", "#GOLD#Checking %s Talents (%s)")
-t("#LIGHT_BLUE#Talent %s learned to level %d", "#LIGHT_BLUE#Talent %s learned to level %d")
-t("%s #GOLD#Forcing all Bonus Stats to %s", "%s #GOLD#Forcing all Bonus Stats to %s")
+t("#GOLD#Checking %s Talents (%s)", "#GOLD#检查 %s 技能 (%s)")
+t("#LIGHT_BLUE#Talent %s learned to level %d", "#LIGHT_BLUE#技能 %s 学习到等级 %d")
+t("%s #GOLD#Forcing all Bonus Stats to %s", "%s #GOLD#将所有额外属性值设置为 %s")
 t("%d stat point(s)", "%d 属性点")
 t("%d class talent point(s)", "%d 职业技能点")
 t("%d generic talent point(s)", "%d 通用技能点")
 t("%d category point(s)", "%d 大系点")
-t("#ORCHID#%d prodigy point(s)#LAST#", "#ORCHID#%d prodigy point(s)#LAST#")
-t("#LIGHT_BLUE#%s has %s to spend", "#LIGHT_BLUE#%s has %s to spend")
-t(", and ", ", and ")
+t("#ORCHID#%d prodigy point(s)#LAST#", "#ORCHID#%d 觉醒点#LAST#")
+t("#LIGHT_BLUE#%s has %s to spend", "#LIGHT_BLUE#%s 有 %s 可以使用")
+t(", and ", ", 和 ")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AdvanceZones.lua"
 
-t("Advance Through Zones", "Advance Through Zones")
-t("Enter a comma delimited list of zones or zone tiers to clear", "Enter a comma delimited list of zones or zone tiers to clear")
-t("%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)", "%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)")
-t("#RED#Low value items have been dropped on the ground.#LAST#", "#RED#Low value items have been dropped on the ground.#LAST#")
-t("Unable to level change to floor 1 of %s", "Unable to level change to floor 1 of %s")
-t("%s is not valid for autoclear", "%s is not valid for autoclear")
-t("Unable to level change to floor %d of %s", "Unable to level change to floor %d of %s")
+t("Advance Through Zones", "自动清图")
+t("Enter a comma delimited list of zones or zone tiers to clear", "输入逗号分隔的地图或地图层级列表,进行自动清图")
+t("%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)", "%s:  楼层 %0.2f 到 %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)")
+t("#RED#Low value items have been dropped on the ground.#LAST#", "#RED#低价值的物品落在地上。#LAST#")
+t("Unable to level change to floor 1 of %s", "无法切换到%s的一楼")
+t("%s is not valid for autoclear", "%s无法自动清图")
+t("Unable to level change to floor %d of %s", "无法切换到%s的%d楼", {2,1})
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AlterFaction.lua"
 
 t("DEBUG -- Alter Faction", "调试模式 -- 切换阵营")
-t("Alter to which state:", "改变到什么状态:")
+t("Alter to which state:", "改变到什么状态:")
 t("Alter: %s", "改变: %s")
 t("friendly", "友善")
 t("neutral", "中立")
@@ -41572,7 +42992,7 @@ section "game/modules/tome/dialogs/debug/ChangeZone.lua"
 
 t("DEBUG -- Change Zone", "调试模式 -- 切换地图")
 t("Level %s-%s", "楼层 %s-%s")
-t("Zone: %s", "地图: %s")
+t("Zone: %s", "地图:%s")
 
 
 ------------------------------------------------
@@ -41581,42 +43001,42 @@ section "game/modules/tome/dialogs/debug/CreateItem.lua"
 t("DEBUG -- Create Object", "调试 -- 创建物品")
 t("Load from other zones ", "从其他地图读取 ")
 t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]], [[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
+ %s]], [[#ORANGE# 创建物品:无法读取文件%s的所有物品:#GREY#
  %s]])
-t("Generate examples (right-click refreshes) ", "Generate examples (right-click refreshes) ")
-t("#CRIMSON#==Resolved Example==#LAST#", "#CRIMSON#==Resolved Example==#LAST#")
+t("Generate examples (right-click refreshes) ", "创建样品 (右键刷新) ")
+t("#CRIMSON#==Resolved Example==#LAST#", "#CRIMSON#==解析样品==#LAST#")
 t([[#LIGHT_BLUE#Object %s could not be generated or identified. Error:
-%s]], [[#LIGHT_BLUE#Object %s could not be generated or identified. Error:
+%s]], [[#LIGHT_BLUE#物品%s无法被创建或鉴定。错误:
 %s]])
 t("#GOLD#%s#LAST#", "#GOLD#%s#LAST#")
 t([[Error:
-%s]], [[Error:
+%s]], [[错误:
 %s]])
-t("Object could not be resolved/identified.", "Object could not be resolved/identified.")
-t("#LIGHT_BLUE#Could not add object to %s at (%d, %d)", "#LIGHT_BLUE#Could not add object to %s at (%d, %d)")
-t("#LIGHT_BLUE#No creature to add object to at (%d, %d)", "#LIGHT_BLUE#No creature to add object to at (%d, %d)")
-t("#LIGHT_BLUE#No object to create", "#LIGHT_BLUE#No object to create")
-t("Place Object", "Place Object")
-t("Place the object where?", "Place the object where?")
-t("Inventory of %s%s", "Inventory of %s%s")
-t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(player)#LAST#")
-t("Drop @ (%s, %s)%s", "Drop @ (%s, %s)%s")
-t("#LIGHT_BLUE#Dropped %s at (%d, %d)", "#LIGHT_BLUE#Dropped %s at (%d, %d)")
-t("NPC Inventory", "NPC Inventory")
+t("Object could not be resolved/identified.", "物品无法被解析或鉴定。")
+t("#LIGHT_BLUE#Could not add object to %s at (%d, %d)", "#LIGHT_BLUE#无法将物品添加到%s(位于(%d, %d))")
+t("#LIGHT_BLUE#No creature to add object to at (%d, %d)", "#LIGHT_BLUE#在(%d, %d)上没有生物")
+t("#LIGHT_BLUE#No object to create", "#LIGHT_BLUE#没有创建物品")
+t("Place Object", "放置物品")
+t("Place the object where?", "将物品放置到哪里?")
+t("Inventory of %s%s", "%s%s的物品栏")
+t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(玩家)#LAST#")
+t("Drop @ (%s, %s)%s", "丢在 @ (%s, %s)%s")
+t("#LIGHT_BLUE#Dropped %s at (%d, %d)", "#LIGHT_BLUE#将%s丢在(%d, %d)")
+t("NPC Inventory", "NPC的物品栏")
 t("Cancel", "取消")
-t("#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#", "#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#")
-t(", or 0 for the example item", ", or 0 for the example item")
+t("#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#", "#LIGHT_BLUE#物品:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, 槽位 %s} 位于 (%s, %s)#LAST#")
+t(", or 0 for the example item", ", 或输入0获得样品")
 t("Enter 1-100%s", "输入 1-100%s")
 t("Number of items to make", "制作的物品数量")
-t("#LIGHT_BLUE# Creating %d items:", "#LIGHT_BLUE# Creating %d items:")
-t("Add an ego enhancement if possible?", "Add an ego enhancement if possible?")
+t("#LIGHT_BLUE# Creating %d items:", "#LIGHT_BLUE# Creating %d items:")
+t("Add an ego enhancement if possible?", "制作一个有词缀的物品么(假如可以的话)??")
 t("Ego", "词缀")
-t("Add a greater ego enhancement if possible?", "Add a greater ego enhancement if possible?")
+t("Add a greater ego enhancement if possible?", "制作一个有高级词缀的物品么(假如可以的话)?")
 t("Greater Ego", "高级词缀")
-t("#LIGHT_BLUE#Created %s", "#LIGHT_BLUE#Created %s")
+t("#LIGHT_BLUE#Created %s", "#LIGHT_BLUE#已制造 %s")
 t(" #GOLD#All Artifacts#LAST#", " #GOLD#所有神器#LAST#")
-t("#LIGHT_BLUE#Creating All Artifacts.", "#LIGHT_BLUE#Creating All Artifacts.")
-t("#LIGHT_BLUE#%d artifacts created.", "#LIGHT_BLUE#%d artifacts created.")
+t("#LIGHT_BLUE#Creating All Artifacts.", "#LIGHT_BLUE#创建所有神器。")
+t("#LIGHT_BLUE#%d artifacts created.", "#LIGHT_BLUE#创建了%d个神器。")
 t(" #YELLOW#Random Object#LAST#", " #YELLOW#随机物品#LAST#")
 
 
@@ -41624,26 +43044,28 @@ t(" #YELLOW#Random Object#LAST#", " #YELLOW#随机物品#LAST#")
 section "game/modules/tome/dialogs/debug/CreateTrap.lua"
 
 t("DEBUG -- Create Trap", "调试 -- 制造陷阱")
-t("#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)")
-t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)")
+t("#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#陷阱[%s]%s 已经占据了 (%d, %d)")
+t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#将%s[%s]%s添加到(%d, %d)")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/DebugMain.lua"
 
 t("Debug/Cheat! It's BADDDD!", "调试/作弊!你又要做坏事了吧!")
-t("#LIGHT_BLUE#God mode OFF", "#LIGHT_BLUE#God mode OFF")
-t("#LIGHT_BLUE#God mode ON", "#LIGHT_BLUE#God mode ON")
-t("#LIGHT_BLUE#Demi-God mode OFF", "#LIGHT_BLUE#Demi-God mode OFF")
-t("#LIGHT_BLUE#Demi-God mode ON", "#LIGHT_BLUE#Demi-God mode ON")
-t("#LIGHT_BLUE#Revealing Map.", "#LIGHT_BLUE#Revealing Map.")
+t("#LIGHT_BLUE#God mode OFF", "#LIGHT_BLUE#天神模式关闭")
+t("#LIGHT_BLUE#God mode ON", "#LIGHT_BLUE#天神模式打开")
+t("#LIGHT_BLUE#Demi-God mode OFF", "#LIGHT_BLUE#半神模式关闭")
+t("#LIGHT_BLUE#Demi-God mode ON", "#LIGHT_BLUE#半神模式打开")
+t("#LIGHT_BLUE#Revealing Map.", "#LIGHT_BLUE#地图全开。")
 t("Level 1-%s", "楼层 1-%s")
-t("Zone: %s", "地图: %s")
+t("Zone: %s", "地图:%s")
 t("Kill or Remove", "杀死还是移除?")
-t("Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?", "移除所有(队伍外)的圣物,还是让玩家把他们杀死(将会掉落经验值和物品)?")
-t("#GREY#Removing [%s] %s at (%s, %s)", "#GREY#Removing [%s] %s at (%s, %s)")
-t("#GREY#Killing [%s] %s at (%s, %s)", "#GREY#Killing [%s] %s at (%s, %s)")
-t("#LIGHT_BLUE#%s %d creatures.", "#LIGHT_BLUE#%s %d creatures.")
+t("Remove all (non-party) creatures or kill them for the player (awards experience and drops loot)?", "移除所有(队伍外)的生物,还是让玩家把他们杀死(将会掉落经验值和物品)?")
+t("#GREY#Removing [%s] %s at (%s, %s)", "#GREY#移除 [%s] %s 位于 (%s, %s)")
+t("#GREY#Killing [%s] %s at (%s, %s)", "#GREY#杀死[%s] %s位于(%s, %s)")
+t("#LIGHT_BLUE#%s %d creatures.", "#LIGHT_BLUE#%s %d 个生物。")
+t("Killed", "杀死了")
+t("Removed", "移除了")
 t("Cancel", "取消")
 t("Kill", "杀死")
 t("Remove", "移除")
@@ -41672,9 +43094,9 @@ t("Automatically Clear Zones", "自动清图")
 section "game/modules/tome/dialogs/debug/Endgamify.lua"
 
 t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]], [[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
+ %s]], [[#ORANGE# 创建物品:无法读取文件%s的所有物品:#GREY#
  %s]])
-t("Failed to generate %s", "Failed to generate %s")
+t("Failed to generate %s", "创建%s失败")
 
 
 ------------------------------------------------
@@ -41686,14 +43108,14 @@ t("Debug -- Grant/Alter Quest", "调试模式 -- 获得/修改任务")
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/PlotTalent.lua"
 
-t("Values plot for: %s (mastery %0.1f)", "Values plot for: %s (mastery %0.1f)")
-t("TL: ", "TL: ")
+t("Values plot for: %s (mastery %0.1f)", "技能数值属性表: %s (技能树系数 %0.1f)")
+t("TL: ", "技能等级: ")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/RandomActor.lua"
 
-t("#LIGHT_GREEN#(From %s, line %s):#LAST#", "#LIGHT_GREEN#(From %s, line %s):#LAST#")
+t("#LIGHT_GREEN#(From %s, line %s):#LAST#", "#LIGHT_GREEN#(来自 %s, 第%s行):#LAST#")
 t("DEBUG -- Create Random Actor", "调试模式 -- 创建随机角色")
 t([[Randomly generate actors subject to a filter and/or create random bosses according to a data table.
 Filters are interpreted by game.zone:checkFilter.
@@ -41703,115 +43125,141 @@ Press #GOLD#'F1'#LAST# for help.
 Mouse over controls for an actor preview (which may be further adjusted when placed on to the level).
 (Press #GOLD#'L'#LAST# to lua inspect or #GOLD#'C'#LAST# to open the character sheet.)
 
-The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]], [[Randomly generate actors subject to a filter and/or create random bosses according to a data table.
-Filters are interpreted by game.zone:checkFilter.
-#ORANGE#Boss Data:#LAST# is interpreted by game.state:createRandomBoss, game.state:applyRandomClass, and Actor.levelupClass.
-Generation is performed within the _G environment (used by the Lua Console) using the current zone's #LIGHT_GREEN#npc_list#LAST#.
-Press #GOLD#'F1'#LAST# for help.
-Mouse over controls for an actor preview (which may be further adjusted when placed on to the level).
-(Press #GOLD#'L'#LAST# to lua inspect or #GOLD#'C'#LAST# to open the character sheet.)
-
-The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]])
-t("Current Base Actor: %s", "Current Base Actor: %s")
-t("#LIGHT_BLUE# Current base actor: %s", "#LIGHT_BLUE# Current base actor: %s")
-t("Default Filter", "Default Filter")
-t("#LIGHT_BLUE# Reset base filter", "#LIGHT_BLUE# Reset base filter")
-t("Clear", "Clear")
-t("#LIGHT_BLUE# Clear base actor: %s", "#LIGHT_BLUE# Clear base actor: %s")
-t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#Base Filter:#LAST# ")
-t("The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).", "The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).")
-t("#GREY#None#LAST#", "#GREY#None#LAST#")
-t("Current Boss Actor: %s", "Current Boss Actor: %s")
-t("Generate", "Generate")
-t("Default Data", "Default Data")
-t("#LIGHT_BLUE# Reset Randboss Data", "#LIGHT_BLUE# Reset Randboss Data")
-t("Place", "Place")
-t("#ORANGE#Boss Data:#LAST# ", "#ORANGE#Boss Data:#LAST# ")
-t("Filter and Data Help", "Filter and Data Help")
-t("#GREY#No Actor to Display#LAST#", "#GREY#No Actor to Display#LAST#")
-t("#LIGHT_BLUE#Inspect [%s]%s", "#LIGHT_BLUE#Inspect [%s]%s")
-t("#LIGHT_BLUE#No actor to inspect", "#LIGHT_BLUE#No actor to inspect")
-t("#LIGHT_BLUE#Lua Inspect [%s]%s", "#LIGHT_BLUE#Lua Inspect [%s]%s")
-t("#LIGHT_BLUE#No actor to Lua inspect", "#LIGHT_BLUE#No actor to Lua inspect")
-t("#LIGHT_BLUE#Bad filter for base actor: %s", "#LIGHT_BLUE#Bad filter for base actor: %s")
-t("#LIGHT_BLUE#Could not generate a base actor with filter: %s", "#LIGHT_BLUE#Could not generate a base actor with filter: %s")
+The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]], [[根据给定的筛选器随机生成角色,或/并根据给定的数据表生成随机Boss。
+筛选器由game.zone:checkFilter处理。
+#ORANGE#Boss数据:#LAST#由 game.state:createRandomBoss, game.state:applyRandomClass, 和 Actor.levelupClass处理。
+生成过程在 _G 环境下进行 (也是Lua控制台使用的环境),并使用当前地图的#LIGHT_GREEN#npc_list#LAST#.
+请按#GOLD#'F1'#LAST#获得帮助。
+鼠标移动查看角色预览(可以在添加到游戏之前进行进一步的调整)
+(请按 #GOLD#'L'#LAST# 在Lua中检查,或按 #GOLD#'C'#LAST# 打开角色面板)
+
+#LIGHT_BLUE#基础过滤器#LAST#用于过滤生成的随机角色。]])
+t("Current Base Actor: %s", "目前基础角色: %s")
+t("#LIGHT_BLUE# Current base actor: %s", "#LIGHT_BLUE# 目前基础角色: %s")
+t("Default Filter", "默认筛选器")
+t("#LIGHT_BLUE# Reset base filter", "#LIGHT_BLUE# 重设基础筛选器")
+t("Clear", "清除")
+t("#LIGHT_BLUE# Clear base actor: %s", "#LIGHT_BLUE# 清除基础角色: %s")
+t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#基础筛选器:#LAST# ")
+t("The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).", "#ORANGE#Boss 数据#LAST#用于将基础角色转换成一个随机boss(如果需要的话,也可以用随机角色作为基础)")
+t("#GREY#None#LAST#", "#GREY#æ— #LAST#")
+t("Current Boss Actor: %s", "目前Boss角色: %s")
+t("Generate", "生成")
+t("Default Data", "默认数据")
+t("#LIGHT_BLUE# Reset Randboss Data", "#LIGHT_BLUE# 重置Boss数据")
+t("Place", "放置")
+t("#ORANGE#Boss Data:#LAST# ", "#ORANGE#Boss数据:#LAST# ")
+t("Filter and Data Help", "筛选器和数据帮助")
+t("#GREY#No Actor to Display#LAST#", "#GREY#没有待显示的角色#LAST#")
+t("#LIGHT_BLUE#Inspect [%s]%s", "#LIGHT_BLUE#检查 [%s]%s")
+t("#LIGHT_BLUE#No actor to inspect", "#LIGHT_BLUE#没有待显示的角色")
+t("#LIGHT_BLUE#Lua Inspect [%s]%s", "#LIGHT_BLUE#Lua 检查 [%s]%s")
+t("#LIGHT_BLUE#No actor to Lua inspect", "#LIGHT_BLUE#没有待Lua检查的角色")
+t("#LIGHT_BLUE#Bad filter for base actor: %s", "#LIGHT_BLUE#基础角色筛选器错误: %s")
+t("#LIGHT_BLUE#Could not generate a base actor with filter: %s", "#LIGHT_BLUE#无法使用以下筛选器生成基础角色: %s")
 t([[#LIGHT_BLUE#Base actor could not be generated with filter [%s].
- Error:%s]], [[#LIGHT_BLUE#Base actor could not be generated with filter [%s].
- Error:%s]])
-t("#LIGHT_BLUE#Bad data for random boss actor: %s", "#LIGHT_BLUE#Bad data for random boss actor: %s")
-t("#LIGHT_BLUE#Could not generate a base actor with data: %s", "#LIGHT_BLUE#Could not generate a base actor with data: %s")
+ Error:%s]], [[#LIGHT_BLUE#无法使用以下筛选器生成基础角色[%s]。
+ 错误:%s]])
+t("#LIGHT_BLUE#Bad data for random boss actor: %s", "#LIGHT_BLUE#随机Boss数据错误: %s")
+t("#LIGHT_BLUE#Could not generate a base actor with data: %s", "#LIGHT_BLUE#无法使用以下数据生成基础角色: %s")
 t([[#LIGHT_BLUE#ERROR: Random Boss could not be generated with data [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR: Random Boss could not be generated with data [%s].
+ Error:%s]], [[#LIGHT_BLUE#错误: 无法使用以下数据生成随机Boss [%s].
  Error:%s]])
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/RandomObject.lua"
 
-t("#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#", "#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#")
+t("#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#", "#LIGHT_GREEN#(来自 %-10.60s, 行数: %s):#LAST#")
 t("unknown", "未知")
+t("Don't apply a resolver", "不使用解析器")
 t("None", "æ— ")
 t("Equipment", "装备")
-t("Drops", "Drops")
-t("Attach Tinker", "Attach Tinker")
-t("Drop Randart (auto data)", "Drop Randart (auto data)")
-t("Drop Randart", "Drop Randart")
+t("Object will be equipped if possible, otherwise added to main inventory", "物品将会尽可能被装备,否则会被加入物品栏。")
+t("Object added to main inventory", "物品加入主要物品栏")
+t("Drops", "掉落")
+t("Object added to main inventory (dropped on death)", "物品加入主要物品栏,并在死亡时掉落")
+t("Attach Tinker", "装载插件")
+t("Tinker will be attached to a worn object", "插件将会被插到一个穿戴的物品上。")
+t("Drop Randart (auto data)", "掉落随机神器(自动数据)")
+t("Random Artifact (dropped on death) added to main inventory, uses the Base Object or Base Filter plus Randart Data as input", "随机神器(死亡后掉落)将会被加入到主要物品栏,使用基础物品或基础物品的筛选器以及随机神器数据作为输入。")
+t("Drop Randart", "掉落随机神器")
+t("Random Artifact (dropped on death) added to main inventory", "随机神器(死亡后掉落)将会被加入到主要物品栏")
 t("DEBUG -- Create Random Object", "调试模式 -- 创建随机物品")
-t("The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.", "The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.")
-t("#GREY#None#LAST#", "#GREY#None#LAST#")
-t("%s: %s", "%s: %s")
+t([[Generate objects randomly subject to filters and create Random Artifacts.
+Use "Generate" to create objects for preview and inspection.
+Use "Add Object" to choose where to put the object and add it to the game.
+(Mouse over controls for a preview of the generated object/working Actor. (Press #GOLD#'L'#LAST# to lua inspect.)
+#SALMON#Resolvers#LAST# act on the working actor (default: player) to generate a SINGLE object.
+They use the #LIGHT_GREEN#Random filter#LAST# as input unless noted otherwise and control object destination.
+Filters are interpreted by ToME and engine entity/object generation functions (game.zone:checkFilter, etc.).
+Interpretation of tables is within the _G environment (used by the Lua Console) using the current zone's #YELLOW_GREEN#object_list#LAST#.
+Hotkeys: #GOLD#'F1'#LAST# :: context sensitive help, #GOLD#'C'#LAST# :: Working Character Sheet, #GOLD#'I'#LAST# :: Working Character Inventory.
+]], [[使用筛选器生成随机物品,或者生成随机神器。
+使用“生成”按钮生成物品用于预览和检查。
+使用“添加物品”按钮选择将物品放到哪里,并将其加入游戏。
+鼠标移动到物品上方,将可以看到生成的物品/使用的角色的预览(请按#GOLD#'L'#LAST#键进行Lua检查。
+#SALMON#解析器#LAST#工作在工作角色上(默认:玩家),用于生成单个物品。
+除非特别说明,它们使用#LIGHT_GREEN#随机筛选器#LAST#作为输入,并决定物品的去向。
+筛选器由ToME游戏引擎的实体/物品处理函数解析(game.zone:checkFilter等)。
+解析将会工作在_G环境下,这也是Lua控制台的工作环境,并使用当前地图的#YELLOW_GREEN#object_list#LAST#。
+热键: #GOLD#'F1'#LAST# :: 查看帮助, #GOLD#'C'#LAST# :: 工作角色的角色面板, #GOLD#'I'#LAST# :: 工作角色的物品栏。
+]])
+t("The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.", "#LIGHT_GREEN#随机筛选器#LAST#用于控制随机生成一个普通物品")
+t("#GREY#None#LAST#", "#GREY#æ— #LAST#")
+t("%s: %s", "%s:%s")
 t("Object", "物品")
-t("#LIGHT_GREEN#Random Object#LAST#", "#LIGHT_GREEN#Random Object#LAST#")
-t("#LIGHT_GREEN#Random Filter:#LAST# ", "#LIGHT_GREEN#Random Filter:#LAST# ")
-t("The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.", "The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.")
-t("#LIGHT_BLUE#Base Object#LAST#", "#LIGHT_BLUE#Base Object#LAST#")
-t("Default Filter", "Default Filter")
-t("Clear Object", "Clear Object")
-t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#Base Filter:#LAST# ")
-t("#SALMON#Resolver selected:#LAST# ", "#SALMON#Resolver selected:#LAST# ")
-t("An object resolver interprets additional filter fields to generate an object and determine where it will go.", "An object resolver interprets additional filter fields to generate an object and determine where it will go.")
-t("Dropdown text", "Dropdown text")
-t("No Tooltip", "No Tooltip")
-t("Use this selector to choose which resolver to use", "Use this selector to choose which resolver to use")
+t("#LIGHT_GREEN#Random Object#LAST#", "#LIGHT_GREEN#随机物品#LAST#")
+t("#LIGHT_GREEN#Random Filter:#LAST# ", "#LIGHT_GREEN#随机筛选器:#LAST# ")
+t("The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.", "#LIGHT_BLUE#基础筛选器#LAST#用于生成一个用来生成随机神器的基础物品。")
+t("#LIGHT_BLUE#Base Object#LAST#", "#LIGHT_BLUE#基础物品#LAST#")
+t("Default Filter", "默认筛选器")
+t("Clear Object", "清除物品")
+t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#基础筛选器:#LAST# ")
+t("#SALMON#Resolver selected:#LAST# ", "#SALMON#选定的解析器:#LAST# ")
+t("An object resolver interprets additional filter fields to generate an object and determine where it will go.", "物品解析器将会用于在生成物品的时候解析物品的附加字段,并决定附加字段的结果。")
+t("Dropdown text", "下拉文字")
+t("No Tooltip", "没有提示")
+t("Use this selector to choose which resolver to use", "使用这个选项选择想要使用的解析器。")
 t([[#ORANGE#Randart Data#LAST# contains parameters used to generate a Randart (interpreted by game.state:generateRandart).
-The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]], [[#ORANGE#Randart Data#LAST# contains parameters used to generate a Randart (interpreted by game.state:generateRandart).
-The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]])
-t("Generate", "Generate")
-t("Add Object", "Add Object")
-t("Default Data", "Default Data")
-t("#ORANGE#Randart Data:#LAST# ", "#ORANGE#Randart Data:#LAST# ")
-t("#ORANGE#Randart#LAST#", "#ORANGE#Randart#LAST#")
-t("Show #GOLD#I#LAST#nventory", "Show #GOLD#I#LAST#nventory")
-t("Show #GOLD#C#LAST#haracter Sheet", "Show #GOLD#C#LAST#haracter Sheet")
-t("Set working actor: [%s] %s", "Set working actor: [%s] %s")
-t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(player)#LAST#")
-t("Set working actor: [%s] %s%s", "Set working actor: [%s] %s%s")
-t("#GREY#No Tooltip to Display#LAST#", "#GREY#No Tooltip to Display#LAST#")
-t("Filter/Data/Resolver Reference", "Filter/Data/Resolver Reference")
-t("#LIGHT_BLUE#Lua Inspect [%s] %s", "#LIGHT_BLUE#Lua Inspect [%s] %s")
-t("#LIGHT_BLUE#Nothing to Lua inspect", "#LIGHT_BLUE#Nothing to Lua inspect")
-t("#LIGHT_BLUE#Bad %s: %s", "#LIGHT_BLUE#Bad %s: %s")
-t("table definition", "table definition")
-t("#LIGHT_BLUE# Generate Random object using resolver: %s", "#LIGHT_BLUE# Generate Random object using resolver: %s")
-t(" (resolver: %s)", " (resolver: %s)")
-t("#LIGHT_BLUE# New random%s object: %s", "#LIGHT_BLUE# New random%s object: %s")
-t("#LIGHT_BLUE#Could not generate a random object with filter: %s", "#LIGHT_BLUE#Could not generate a random object with filter: %s")
+The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]], [[#ORANGE#随机神器数据#LAST# 包含了用于生成随机神器的额外参数 (由game.state:generateRandart)解析。
+如果可能,将会使用#LIGHT_BLUE#基础物品#LAST#作为基础。]])
+t("Generate", "生成")
+t("Add Object", "添加物品")
+t("Default Data", "默认数据")
+t("#ORANGE#Randart Data:#LAST# ", "#ORANGE#随机神器数据:#LAST# ")
+t("#ORANGE#Randart#LAST#", "#ORANGE#随机神器#LAST#")
+t("Show #GOLD#I#LAST#nventory", "显示#GOLD#[I]#LAST#物品栏")
+t("Show #GOLD#C#LAST#haracter Sheet", "显示#GOLD#[C]#LAST#角色面板")
+t("Set working actor: [%s] %s", "设置生成角色: [%s] %s")
+t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(玩家)#LAST#")
+t("Set working actor: [%s] %s%s", "设置生成角色: [%s] %s%s")
+t("#GREY#No Tooltip to Display#LAST#", "#GREY#没有待显示的提示#LAST#")
+t("Filter/Data/Resolver Reference", "筛选器/数据/解析器文档")
+t("#LIGHT_BLUE#Lua Inspect [%s] %s", "#LIGHT_BLUE#Lua 检查 [%s] %s")
+t("#LIGHT_BLUE#Nothing to Lua inspect", "#LIGHT_BLUE#没有用于Lua检查的物品")
+t("#LIGHT_BLUE#Bad %s: %s", "#LIGHT_BLUE#错误的%s: %s")
+t("table definition", "表格定义")
+t("#LIGHT_BLUE# Generate Random object using resolver: %s", "#LIGHT_BLUE# 使用解析器生成随机物品失败: %s")
+t(" (resolver: %s)", " (解析器: %s)")
+t("#LIGHT_BLUE# New random%s object: %s", "#LIGHT_BLUE# 新随机%s 物品: %s")
+t("#LIGHT_BLUE#Could not generate a random object with filter: %s", "#LIGHT_BLUE#无法使用以下筛选器生成随机物品: %s")
 t([[#LIGHT_BLUE#ERROR generating random object with filter [%s].
- Error: %s]], [[#LIGHT_BLUE#ERROR generating random object with filter [%s].
- Error: %s]])
-t("#LIGHT_BLUE#Could not generate a base object with filter: %s", "#LIGHT_BLUE#Could not generate a base object with filter: %s")
+ Error: %s]], [[#LIGHT_BLUE#错误:使用该筛选器生成随机物品时发生错误[%s].
+ 错误: %s]])
+t("#LIGHT_BLUE#Could not generate a base object with filter: %s", "#LIGHT_BLUE#无法使用该筛选器生成基础物品: %s")
 t([[#LIGHT_BLUE#ERROR generating base object with filter [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR generating base object with filter [%s].
- Error:%s]])
-t("#LIGHT_BLUE#Could not generate a Randart with data: %s", "#LIGHT_BLUE#Could not generate a Randart with data: %s")
+ Error:%s]], [[#LIGHT_BLUE#错误:使用该筛选器生成基础物品时发生错误 [%s].
+ 错误:%s]])
+t("#LIGHT_BLUE#Could not generate a Randart with data: %s", "#LIGHT_BLUE#无法使用该筛选器生成随机神器: %s")
 t([[#LIGHT_BLUE#ERROR generating Randart with data [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR generating Randart with data [%s].
- Error:%s]])
-t("#LIGHT_BLUE#No object to add", "#LIGHT_BLUE#No object to add")
+ Error:%s]], [[#LIGHT_BLUE#错误:使用该筛选器生成随机神器时发生错误 [%s].
+ 错误:%s]])
+t("#LIGHT_BLUE#No object to add", "#LIGHT_BLUE#没有待添加的物品")
 t([[#LIGHT_BLUE#ERROR accepting object with resolver %s.
- Error:%s]], [[#LIGHT_BLUE#ERROR accepting object with resolver %s.
- Error:%s]])
-t("#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)", "#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)")
+ Error:%s]], [[#LIGHT_BLUE#错误物品无法接受该解析器%s。
+ 错误:%s]])
+t("#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)", "#LIGHT_BLUE#将生成角色设置为[%s]%s 位于(%d, %d)")
 t("Inventory", "物品栏")
 
 
@@ -41825,17 +43273,19 @@ t("DEBUG -- Spawn Event", "调试模式 -- 触发事件")
 section "game/modules/tome/dialogs/debug/SummonCreature.lua"
 
 t("DEBUG -- Summon Creature", "调试模式 -- 召唤生物")
-t("#LIGHT_BLUE# no actor to place.", "#LIGHT_BLUE# no actor to place.")
-t("#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)")
-t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)")
-t("#YELLOW#Random Actor#LAST#", "#YELLOW#Random Actor#LAST#")
-t("#PINK#Test Dummy#LAST#", "#PINK#Test Dummy#LAST#")
+t("#LIGHT_BLUE# no actor to place.", "#LIGHT_BLUE#没有待放置的角色.")
+t("#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#角色[%s]%s已经占据了(%d, %d)")
+t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#将%s[%s]%s添加到(%d, %d)")
+t("#YELLOW#Random Actor#LAST#", "#YELLOW#随机角色#LAST#")
+t("#PINK#Test Dummy#LAST#", "#PINK#训练傀儡#LAST#")
+t("Test Dummy", "训练傀儡")
+t("Test dummy.", "训练傀儡。")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/orders/Behavior.lua"
 
-t("Set behavior: %s", "设置行为: %s")
+t("Set behavior: %s", "设置行为:%s")
 t("%s behavior set to %s.", "%s 的行动被设定为 %s 。")
 t("Default", "默认")
 t("Melee", "近战")
@@ -41876,8 +43326,8 @@ t("#GREY#Invisible#LAST#", "#GREY#不可见#LAST#")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/Shimmer.lua"
 
-t("Shimmer object: %s", "幻化物品: %s")
-t("Search: ", "搜索: ")
+t("Shimmer object: %s", "幻化物品:%s")
+t("Search: ", "搜索:")
 t("Name", "名称")
 t("\
 #{italic}##CRIMSON#This cosmetic feature is only available to donators/buyers. You can only preview.#WHITE##{normal}#", "\
@@ -41903,8 +43353,8 @@ t("#GREY#[Invisible]", "#GREY#[不可见]")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/ShimmerOther.lua"
 
-t("Shimmer: %s", "幻化: %s")
-t("Search: ", "搜索: ")
+t("Shimmer: %s", "幻化:%s")
+t("Search: ", "搜索:")
 t("Name", "名称")
 t("\
 #{italic}##CRIMSON#This cosmetic feature is only available to donators/buyers. You can only preview.#WHITE##{normal}#", "\
@@ -41923,8 +43373,8 @@ t("#GREY#[Default]", "#GREY#[默认]")
 ------------------------------------------------
 section "game/modules/tome/dialogs/shimmer/ShimmerOutfits.lua"
 
-t("Shimmer Sets: %s", "幻化套装: %s")
-t("Search: ", "搜索: ")
+t("Shimmer Sets: %s", "幻化套装:%s")
+t("Search: ", "搜索:")
 t([[You can switch your appearance to a saved set of shimmers.
 #{bold}#This is a purely cosmetic change.#{normal}#]], [[你可以把你的幻化切换到一套保存好的套装。
 #{bold}#这个改变只会带来视觉上的变化。#{normal}#]])
@@ -42042,6 +43492,109 @@ t("#{bold}#Choose a spell#{normal}#", "#{bold}#选择一个法术#{normal}#")
 t("All known spells that can be used with Arcane Combat.", "所有可以被奥术武器施放的技能。")
 
 
+------------------------------------------------
+section "game/modules/tome/init.lua"
+
+t("Tales of Maj'Eyal: Age of Ascendancy", "马基·埃亚尔的传说:卓越纪")
+t([[Welcome to Maj'Eyal.
+
+This is the Age of Ascendancy. After over ten thousand years of strife, pain and chaos the known world is at last at relative peace.
+The last effects of the #FF0000#Spellblaze#WHITE# have been tamed. The land slowly heals itself and the civilisations rebuild themselves after the Age of Pyre.
+
+It has been one hundred and twenty-two years since the Allied Kingdoms were established under the rule of #14fffc#Toknor#ffffff# and his wife #14fffc#Mirvenia#ffffff#.
+Together they ruled the kingdoms with fairness and brought prosperity to both Halflings and Humans.
+The King died of old age fourteen years ago, and his son #14fffc#Tolak#ffffff# is now King.
+
+The Elven kingdoms are quiet. The Shaloren Elves in their home of Elvala are trying to make the world forget about their role in the Spellblaze and are living happy lives under the leadership of #14fffc#Aranion Gayaeil#ffffff#.
+The Thaloren Elves keep to their ancient tradition of living in the woods, ruled as always by #14fffc#Nessilla Tantaelen#ffffff# the wise.
+
+The Dwarves of the Iron Throne have maintained a careful trade relationship with the Allied Kingdoms for nearly one hundred years, yet not much is known about them, not even their leader's name.
+
+While the people of Maj'Eyal know that the mages helped put an end to the terrors of the Spellblaze, they also did not forget that it was magic that started those events. As such, mages are still shunned from society, if not outright hunted down.
+Still, this is a golden age. Civilisations are healing the wounds of thousands of years of conflict, and the Humans and the Halflings have made a lasting peace.
+
+You are an adventurer, set out to discover wonders, explore old places, and venture into the unknown for wealth and glory.
+]], [[欢迎来到马基埃亚尔的世界!
+
+现在的埃亚尔大陆是卓越纪。在长达一万年的冲突痛苦和混乱之后,我们所知的世界终于进入了一个相对和平的时期。
+#FF0000#“魔法大爆炸”#WHITE#所造成的影响已经渐渐减轻,大地的伤痕也慢慢开始愈合。在派尔纪末,各个文明也纷纷开始重建家园。
+#14fffc#图库纳国王#ffffff#和他的半身人皇后#14fffc#米雯尼雅#ffffff#建立并统治联合王国已有122年了。
+在他们的统治下,王国天下太平,无论是人类还是半身人的居住地都欣欣向荣,一片繁华。
+十四年前,国王因年纪过大而去世了,他的儿子,#14fffc#托拉克#ffffff#继承了王位。
+
+精灵们的王国安详而平和。住在埃尔瓦拉的永恒精灵们试图让世界忘记他们在魔法大爆炸中扮演的角色,在精灵王#14fffc#艾伦尼恩·加威尔#ffffff#的统治下快乐的生活着。
+而自然精灵则遵从古老的传统,住在森林当中,由不朽的贤者#14fffc#奈希拉·坦泰兰#ffffff#统领。
+
+一百年来,钢铁王座的矮人们一直小心谨慎的和联合王国的人类们开展贸易活动,尽管他们的种族为人所知甚少,甚至也不知道他们的统治者姓甚名谁。
+
+尽管马基埃亚尔大陆上的居民都知道是魔法师们帮忙终止了恐怖的魔法大爆炸,但他们也没有忘记正是魔法本身造成了这场灾难。因此尽管大家并没有公然抓捕魔法师,法师们也宁愿避开公众生活。
+无论如何,这是个黄金时代,所有的文明在过去数千年中经历的不幸正在好转,甚至人类和半身人之间已经形成了长久的和平。
+
+你是一个冒险者,追寻古老的力量、宝藏和荣耀。你勇敢的踏入被遗忘的大陆、未被开发的森林,和神秘封印的废墟。在这个所谓的和平年代,谁也不知道最终会找到些什么。
+]])
+t("Though magic is still shunned in Maj'Eyal, rumours abound of secret havens of mages.", "尽管魔法在马基埃亚尔大陆遭到排斥,不过传说仍然有一个法师的秘密庇护所。")
+t("The Rush talent lets you close in on an enemy quickly and daze them, disabling them whilst you hack down their friends.", "冲锋技能可以让你快速接近敌人并眩晕目标,你可以借此时机击倒它的同伴。")
+t("Stunning an opponent slows down their movement and reduces their damage output, giving you the opportunity to tactically reposition or finish them off at less risk.", "震慑可以减缓目标的移动速度,降低其伤害输出,这样可以为你制造机会解决它们,或者降低他们对你的威胁。")
+t("Movement is key on the battlefield. A stationary fighter will become a dead fighter. One must always seek the position of greatest tactical advantage and continue to re-evaluate throughout the battle.", "移动是战斗制胜的关键。一个固定不动的战士只会变成一个死的战士。战斗过程中你必须随时调整你的走位以保持你的优势。")
+t("In the Age of Pyre the orcs learned the secrets of magic, and with their newfound powers nearly overcame the whole of Maj'Eyal.", "在派尔纪,兽人秘密学习了魔法,他们恐怖的魔法力量差一点毁灭了整个埃亚尔大陆。")
+t("The orcs once terrorised the whole continent. In the Age of Ascendancy they were rendered extinct, but rumours abound of hidden groups biding their time to return.", "兽人曾经给整个大陆带来了一场浩劫。在卓越纪,他们几乎已经灭绝,不过传言他们正准备秘密地卷土重来。")
+t("Intense willpower lets wyrmics take on the natural powers of dragons.", "高强度的意志使龙战士可以获得龙族的自然力量。")
+t("Alchemists can transmute gems to create fiery explosions, and are known to travel with a sturdy golem for extra protection.", "炼金术士可以转化宝石制造强大的爆炸,同时他们还可以召唤傀儡来守护他们。")
+t("In the Age of Pyre the giant golem Atamathon was built with the sole purpose of stopping the orcish leader Garkul the Devourer. The golem was single-handedly destroyed by the orc, who then slaughtered an army of thousands before the demonic fighter was finally slain.", "在派尔纪,人们建造了傀儡之王阿塔玛森以对抗兽人首领吞噬者加库尔所领导的兽人军队。加库尔不仅孤身一人亲自干掉了傀儡王,在他倒下之前,还单枪匹马斩杀了上千人的部队。")
+t("None know what the Sher'Tul looked like, or what caused them all to disappear thousands of years ago. Their rare ruins are a source of mystery and terror.", "无人知晓夏·图尔人的长相,也没有人知道为什么他们在几千年前突然消失了。至今我们仍能从他们仅存的废墟里感受到他们的神秘和恐怖。")
+t("In deep places dark things dwell beyond description or understanding. None know the source of these hideous horrors.", "地城深处潜藏着无法用语言描述或理解的黑暗事物,无人知道它们是从哪里而来。")
+t("Who knows what dark thoughts drive people to necromancy? Its art is as old as magic itself, and its creations have plagued all the races since the earliest memories.", "天知道是怎样的堕落思想才能使一个人成为死灵法师。这门艺术就像魔法一样历史悠久,它的出现在最初的岁月里给所有种族带来了非常的劫难。")
+t("Some say that in their early days the Shaloren kings experimented with necromancy to preserve their flesh after death, but with little success. The Shaloren vehemently deny this.", "传说很早以前永恒精灵的王侯们利用死灵法术进行试验,试图让他们死后的肉体仍能永葆青春。不过他们并没有成功。但永恒精灵们都否认这个传说的真实性。")
+t("120 years ago Toknor and Mirvenia united the human and halfling kingdoms and wiped out the orcish race, thus establishing the Age of Ascendancy.", "120年前,图库纳与米雯尼雅将人类与半身人的王国联合起来,击溃了兽人军团,自此开启了卓越纪元。")
+t("\"The Spellblaze tore Eyal apart and nearly brought about the end of all civilisation. Two thousand years on its shadow still hangs over many lands, and the prideful mages have never been forgiven their place in bringing it about.", "魔法大爆炸撕裂了埃亚尔大陆,整个文明差点被彻底摧毁。两千年岁月已过,爆炸的阴影依然笼罩着很多地区。那些高傲法师们铸成的大错令人们永生难忘。")
+t("Some are cursed with mental powers beyond their full control, turning them to a dark life powered by hatred.", "某些被诅咒者承受了超出他们控制的灵魂力量,终其一生都活在憎恨和黑暗中。")
+t("Dreadfell has always been shunned for its haunted crypts, but of late rumours tell of a darker and more terrible power in residence.", "恐惧王座一直以来都因闹鬼而为人所避讳。但最近有流言传出,有位带着更加强大的黑暗力量的主人统治了此地。")
+t("Some Sher'Tul artifacts can still be found in hidden places, but it is said they are not to be trifled with.", "虽然有人说还能在某些未知的地方找到夏·图尔的上古神器,不过普通人最好不要接近那种地方。")
+t("Drakes and wyrms are the strongest natural creatures in the world, capable of powers far beyond most other beings.", "龙与巨龙是这个世界上最强大的自然生物,它们所拥有的力量远在其他生物之上。")
+t("Giant worms tear open huge passageways through the deserts in the west. It is said great riches lie buried beneath the sand, still decorating the corpses of those who went there seeking great riches.", "西部沙漠中的巨型蠕虫挖掘出了很多巨大的通道。传说在那沙洞深处埋藏着很多诱人的宝物。不过除了宝物之外,更多的便是那些寻宝人的尸体。")
+t("Arcane Blades employ a fusion of melee and magical combat. Their training is harsh but the most dedicated rise to great powers.", "奥术之刃是一个混合了魔法与近战的职业。他们的训练非常严酷,同时他们的力量也极其强大。")
+t("Wild infusions call upon the powers of nature to protect the flesh and rid oneself of afflictions.", "自然纹身可以召唤自然的力量来保护你的肉体免于伤害。")
+t("Shield runes act instantly, letting one protect oneself quickly whilst also preparing to flee or launch a counter attack.", "护盾符文为瞬发技能,可以在你准备逃跑或者反击的同时提供防护。")
+t("Greater training in the use of armour lets it be used more effectively, blocking more damage and reducing the chance of an enemy hitting a critical spot.", "高级的护甲训练可以有效提高你的防护能力,使你格挡更多伤害并降低你受到致命一击的几率。")
+t("The Thick Skin talent reduces all incoming damage, letting you survive for longer before needing to heal.", "硬化皮肤技能可以降低所有受到的伤害,让你在能够使用治疗以前存活更长的时间。")
+t("Regeneration infusions act over several turns, letting you anticipate damage that will be taken and prepare for it.", "恢复纹身的效果持续数个回合,开启后每回合会恢复一定的生命值,使你的战斗更加从容不迫。")
+t("In the most dire circumstances teleportation can be the best escape, but is not without risk.", "大多数情况下,传送技能是逃命的首选方法,不过也有一定的风险。")
+t("The Ziguranth are an ancient order vehemently opposed to magic. Some have become so attuned to nature they can resist arcane forces with their will alone.", "伊格兰斯是一个古老的反魔阵营,他们中的一些人可以依靠自身的意志力来抵抗奥术能量。")
+t("Records say that giants once lived civilised lives, with mastery of many crafts and sciences. Now, though, they have adopted nomadic cultures, turning hostile against those that encroach on their lands.", "据史书记载,巨人族曾经也有高度发达的文明,掌握着许多手工和科学技术。不过现在他们已经适应了游牧生活,他们会攻击任何试图侵略的敌人。")
+t("Zigur was founded by escapees of Conclave experiments during the Allure wars between humans and halflings.", "伊格是由厄流纪人类与半身人战争中的孔克雷夫实验逃亡者创立的。")
+t("The Thaloren and Shaloren elves have never had good relations, and have been outright hostile since the Spellblaze devastated many Thaloren lands.", "自然精灵与永恒精灵之间关系一直不佳,自从魔法大爆炸摧毁了很多自然精灵大陆之后,他们之间更是相互敌视。")
+t("The third elven race, the Naloren, were rendered extinct after a huge cataclysm swept the eastern side of Maj'Eyal into the sea.", "精灵第三分支,纳鲁精灵,在魔法大爆炸将马基埃亚尔的东部地区沉入海底后,彻底灭绝。")
+t("Trolls were once seen as little more than beasts or pests, but the orcs trained them up for use in war and they became much more intelligent and fearsome.", "巨魔的力量原先不过与野兽和毒虫差不多,不过后来兽人因为战争的需要对它们进行了训练。现在他们变得更聪明更可怕。")
+t("Some say that the foot of a halfling is lucky to own. Halflings do not take well to those who enquire too forcefully.", "有人说半身人的脚是幸运护身符。对于这一点半身人可并不赞成。")
+t("The Nargol empire was once the largest force in Maj'Eyal, but a combination of the Spellblaze and orcish attacks have dwindled it into insignificance.", "纳格尔帝国曾经是马基埃亚尔最强大的国家。但是经历了魔法大爆炸和兽人的入侵之后他们已经变得无足轻重了。")
+t("Some of the most powerful undead do not fall easily, and only through extreme persistence can they be put to rest.", "那些最强大的不死族并不是那么容易被打败的,只有通过不懈的战斗才能将它们彻底置于死地。")
+t("History says little of the ancient race of yeeks that lived in halfling territory, but vanished before the time of the Spellblaze.", "据史书记载,有极少数的古代夺心魔族居住在半身人的国度,不过自从魔法大爆炸之后他们就销声匿迹了。")
+t("Dwarves are naturally a inquisitive people, but do not enjoy such inquisition turned on them. Most live secretive lives in their closed-off city, the Iron Throne.", "矮人们好管闲事,但他们自己却不喜欢别人来打搅,他们大多数居住在秘密的地下城市——钢铁王座之中。")
+t("Alchemists can bind gems to armour to grant them magical effects, to protect the wearer or improve their powers. Some commercial alchemists can imbue gems into jewellery.", "炼金术士可以把宝石中的魔法效果附到盔甲上,保护他们或者提高他们的能力。一些高级炼金师还能把宝石制成首饰。")
+t("The Spellblaze was followed by the Age of Dusk, when disease was rife and civilisation collapsed. Necromancers and fell sorcerers took advantage of the chaos to spread their vile deeds.", "魔法大爆炸之后到来的是黄昏纪,那是一个疫病肆虐文明溃败的时代。死灵法师和一些堕落法师利用当时的混乱来散播他们的恶行。")
+t("After the Spellblaze came the Spellhunt, when the normal people rose against the arrogance of the mages and hunted them down like wolves. Some survived and went into hiding, but many innocents were killed.", "在魔法大爆炸之后便是猎魔行动,人们对造成这场灾难的法师们赶尽杀绝就像猎杀牲口一样。一些幸存的法师得以躲藏起来,但更多无辜的人被杀害。")
+t("Demons are thought to come from another world, brought to Eyal by magical forces. Some are highly intelligent and follow their own ambitions. To what end, none know.", "人们认为恶魔是被魔法力量从其他世界带到埃亚尔大陆的。有些恶魔具有高度的智慧并有他们自己的野心,没人知道他们的真正目的。")
+t("The art of potion making fell into decline after the Spellhunt, and only a rare few now master the gift.", "猎魔行动之后炼金技术严重衰退,现在只有极少数人掌握这种技能了。")
+t("It's said that some rare powers can save your soul from the edge of death.", "传说有些罕见的力量可以在死亡边缘拯救你的灵魂。")
+t("Rumours tell of a shadowy cult kidnapping women and performing strange rites. Their intentions are unknown, and they have so far evaded capture.", "传说有一个邪教组织,他们绑架妇女举行奇怪的仪式,没人知道他们真正的目的,至今他们还没有被抓捕。")
+t("Though slavery is illegal there is still a black market for it, and in some areas men are even used for blood sports.", "尽管贩奴被严令禁止但地下交易却仍然存在。有些地方努力甚至被作为一种血腥运动项目的道具。")
+t("Maj'Eyal is the biggest continent in the world of Eyal. Though records suggest other continents and islands may exist it has not been possible to cross the wide and stormy oceans since the Spellblaze and the Cataclysm.", "马基埃亚尔是埃亚尔世界中最大的一块大陆。虽然有记载世界上有可能还存在着其他大陆或者岛屿,但自从魔法大爆炸和大灾变发生之后,穿越浩瀚的风暴之海已经不大可能了。")
+t("The effects of the Spellblaze were not all instant, and many centuries later the Cataclysm tore the continent apart once more, devastating coastal areas the destroying all of the Naloren lands.", "魔法大爆炸造成的影响并非仅局限于那一瞬间,这场大灾难过去了几个世纪,大陆一次又一次被撕裂,沿海的纳鲁精灵王国受到了毁灭性的打击而从此灭绝。")
+t("Archers are fast and deadly, and with pinning shots can render their foes helpless as they swiftly dispatch them.", "弓箭手行动迅捷而致命,他们可以使用定身射击将敌人分散并各个击破。")
+t("Reavers are powerful fighters with corrupted blood, and the strength to wield a one-handed weapon in each arm.", "收割者是流着堕落之血的强大战士,他们双手各可以装备一件单手武器。")
+t("Corruptors feed off the essence of others, and can use their own corrupted blood to launch deadly magical attacks.", "堕落者可以吸取他人的精华,并使用他们的堕落力量发动致命的魔法攻击。")
+t("Clever rogues can lay traps to damage or debilitate their foes without having to go near them.", "聪明的盗贼可以在不近身的情况下安置陷阱对敌人造成伤害或者削弱他们。")
+t("Rogues can move silently and stealthily, letting them approach foes unaware or avoid them entirely.", "盗贼可以悄无声息的移动,在敌人毫无察觉的情况下悄悄近身。")
+t("A movement infusion can let you quickly approach a ranged opponent, or quickly escape a melee one.", "移动纹身可以使你快速地接近一个远程敌人或者逃离近战敌人。")
+t("Invisibility lets you escape notice, giving you the freedom to move or recover your resources, but reduces your damage.", "隐身可以使敌人忽略你,让你自由移动、恢复能量,不过这会降低你的伤害和治疗能力。")
+t("Poison is the domain of assassins and master rogues, and its cunning use can cripple or kill enemies over a long fight.", "毒药学是盗贼大师和刺客的技能,它可以在一场长时间的战斗中削弱或杀死敌人。")
+t("Summoners can call upon a variety of natural creatures to protect and support them, reducing the risk to their own flesh considerably.", "召唤师可以召唤不同的自然生物来支援和保护他们,这样可以减少他们直面敌人的危险。")
+t("The highest sorcerers are known as archmages, and the masters amongst them are said to have the power to change the world. They are feared immensely.", "元素法师被认为是最高级别的法师,而其中的魔导师更是拥有改变世界的强大法力,他们也是世人最惧怕之人。")
+t("Bulwarks are defensive fighters that can take hits more readily than other warriors whilst preparing for the most effective counter attacks.", "盾战士是防御型的战士,他们可以比其他战士职业承受更多伤害,在防御的同时他们也能随时做出反击。")
+t("Brawlers are trained in the use of their fists and mastery of their bodies. They can be as dangerous in combat as any swordsman.", "格斗家通过学习对自身力量的掌握,并将其发挥至极限,他们的拳头是他们唯一的武器,但其杀伤力不亚于任何一个持剑的战士。")
+t("Lightning is a chaotic element that is hard to control. It is said that those most attuned to it are eventually driven insane.", "雷电是一种混沌的元素力量,难以操控。据说掌握雷电法术的人也都因此而陷于疯狂。")
+
+
 ------------------------------------------------
 section "game/modules/tome/load.lua"
 
@@ -42143,7 +43696,7 @@ t_old(" in creating an ", " 制造 ")
 t_old(" is the newest member of the Brotherhood of Alchemists.", " 是炼金术士兄弟会的新成员了。")
 t_old(" lumberjacks have died.", " 个伐木工人死了。")
 t_old(" needs your help making an ", " 需要你的帮助来制作 ")
-t_old(" no longer needs your help making the ", " 不在需要你帮忙制作 ")
+t_old(" no longer needs your help making the ", " 不再需要你帮忙制作 ")
 t_old(" of acid resistance ", "酸性抵抗之")
 t_old(" of aether ", "以太抵抗之")
 t_old(" of arcane resistance ", "奥术抵抗之")
@@ -42193,10 +43746,10 @@ t_old("#AQUAMARINE#As %s falls %s seems to weaken!", "#AQUAMARINE#当 %s 倒下
 t_old("#AQUAMARINE#As %s falls you notice that %s seems to shudder in pain!", "#AQUAMARINE#当 %s 倒下时你注意到 %s 正在痛苦中发抖!")
 t_old("#AQUAMARINE#With the Mouth death its crawler also falls lifeless on the ground!", "#AQUAMARINE#当大嘴怪死去时,它的爬虫也毫无生机的倒在了地上!")
 t_old("#AQUAMARINE#With the horror's death the blade clatters to the ground!", "#VIOLET#随着恶魔的死亡,剑刃“喀拉”一声掉在了地上!")
-t_old("#AQUAMARINE#You leech a part of #Target# vim.", "#AQUAMARINE#你吸收了 #Target# 部分活力。")
-t_old("#AQUAMARINE#You leech a part of %s vim.", "#AQUAMARINE#你吸收了 %s 部分活力。")
+t_old("#AQUAMARINE#You leech a part of #Target# vim.", "#AQUAMARINE#你吸收了#Target#部分活力。")
+t_old("#AQUAMARINE#You leech a part of %s vim.", "#AQUAMARINE#你吸收了%s部分活力。")
 t_old("#BLUE#You feel a kindred spirit in this bow...", "#BLUE#你感受到弓内类似的灵魂……")
-t_old("#CRIMSON#%s fiery attack invokes a cleansing flame!", "#CRIMSON#%s 的火焰引发了净化能量!")
+t_old("#CRIMSON#%s fiery attack invokes a cleansing flame!", "#CRIMSON#%s的火焰引发了净化能量!")
 t_old("#CRIMSON#%s twitches, alerting %s that a trap is nearby.", "#CRIMSON#%s抖动了两下,警告 %s 附近有一个陷阱。")
 t_old("#CRIMSON#%s's %s is disrupted by %s wounds!", "#CRIMSON#%s的%s被%s伤口干扰了!")
 t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving a nasty effect upon you.", "#CRIMSON#恶魔空间的力量触及了%s,然后消褪了,留下一个负面效果。")
@@ -42205,7 +43758,7 @@ t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving a
 t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving a strange item being.", "#CRIMSON#恶魔空间的力量触及了%s,然后消褪了,留下一个道具。")
 t_old("#CRIMSON#The power of the Fearscape touches %s and fades away, leaving no traces.", "#CRIMSON#恶魔空间的力量触及了%s,然后消褪了,没留下一点痕迹。")
 t_old("#CRIMSON#Your eyesight fades!", "#CRIMSON#你的视野变暗了!")
-t_old("#F53CBE##Source# spreads confusion to #Target#.", "#F53CBE##Source# 将混乱传播至 #Target#.")
+t_old("#F53CBE##Source# spreads confusion to #Target#.", "#F53CBE##Source#将混乱传播至#Target#.")
 t_old("#F53CBE##Target# becomes distressed!", "#F53CBE##Target#陷入了痛苦!")
 t_old("#F53CBE##Target# becomes tormented!", "#F53CBE##Target#受到折磨!")
 t_old("#F53CBE#%s begins to choke from a suffocating curse. (-%d air)", "#F53CBE#%s因诅咒而窒息。(-%d空气值)")
@@ -42272,7 +43825,7 @@ t_old("#Source# shoots down '#Target#'.", "#Source# 击落了#Target#。")
 t_old("#Source# shoves #Target# forward.", "#Source# 将 #Target# 推到前面.")
 t_old("#Source# tries to swallow #Target#!!", "#Source# 试图吞噬 #Target# !")
 t_old("#Source# unleashes cosmic retribution at #Target#!", "#Source# 朝 #Target# 释放了宇宙的愤怒!")
-t_old("#Target# begins hunting %s / %s.", "#Target#开始猎杀 %s / %s。")
+t_old("#Target# begins hunting %s / %s.", "#Target#开始猎杀 %s/%s。")
 t_old("#Target# can breathe again", "#Target#能够呼吸了")
 t_old("#Target# disappears from sight.", "#Target# 从视线中消失了。")
 t_old("#Target# has re-opened a cursed wound!", "#Target#再次遭受被诅咒的创伤。")
@@ -42297,7 +43850,7 @@ t_old("#Target# is marked!", "#Target# 被标记了!")
 t_old("#Target# is no longer distressed", "#Target#摆脱了痛苦。")
 t_old("#Target# is no longer fluctuating.", "#Target# 不再波动。")
 t_old("#Target# is no longer hiding in smoke.", "#Target# 不再隐藏于烟雾中.")
-t_old("#Target# is no longer hunting %s / %s.", "#Target#停止猎杀 %s / %s。")
+t_old("#Target# is no longer hunting %s / %s.", "#Target#停止猎杀 %s/%s。")
 t_old("#Target# is no longer maligned.", "#F53CBE##Target# 摆脱了恶性感染.")
 t_old("#Target# is no longer mimicking a previous victim.", "#Target#不再仿生于前一个目标。")
 t_old("#Target# is no longer outmaneuvered.", "#Target#不再受到运筹帷幄影响。")
@@ -42323,7 +43876,7 @@ t_old("#Target# no longer has molten iron blood.", "#Target#的血液不再是
 t_old("#Target# overcharges saw motors.", "#Target# 超频了链锯引擎。")
 t_old("#Target# prepares for the next kill!", "#Target#为下一次杀戮做好了准备!")
 t_old("#Target# re-appears.", "#Target# 重新出现了。")
-t_old("#Target# resists the stun and #Source# quickly regains its footing!", "#Target# 抵抗了震慑,#Source# 迅速恢复过来!")
+t_old("#Target# resists the stun and #Source# quickly regains its footing!", "#Target#抵抗了震慑,#Source# 迅速恢复过来!")
 t_old("#Target# retunes the fabric of spaceime.", "#Target#返回了现实时间!")
 t_old("#Target# revels in the pain.", "#Target# 在苦痛中狂欢。")
 t_old("#Target# rolls to avoid some damage!", "#Target#进行滚动以避免伤害!")
@@ -42429,10 +43982,10 @@ t_old("%s rearranges history.", "%s 修正了历史。")
 t_old("%s releases a blast of freezing vapors from %s %s!", "%s用%s %s释放了寒冰霜雾!")
 t_old("%s releases blinding spores at %s.", "%s 向 %s 喷射毒液使其致盲。")
 t_old("%s releases poisonous spores at %s.", "%s 向 %s 喷射毒液。")
-t_old("%s resists the blindness blow!", "%s 抵抗了致盲一击!")
+t_old("%s resists the blindness blow!", "%s抵抗了致盲一击!")
 t_old("%s resists the bone!", "%s抵抗了骨魔法!")
-t_old("%s resists the darkness.", "%s 抵抗了暗影。")
-t_old("%s resists the flash bang!", "%s 抵抗了闪光弹!")
+t_old("%s resists the darkness.", "%s抵抗了暗影。")
+t_old("%s resists the flash bang!", "%s抵抗了闪光弹!")
 t_old("%s resists the portal!", "%s抵抗了传送!")
 t_old("%s revels in blood!", "%s 沐浴鲜血!")
 t_old("%s ripostes!", "%s 进行还击!")
@@ -43144,10 +44697,7 @@ t_old(". He has given you some notes on the ingredients:", "。他给了你一
 t_old("10% chance to create an air burst", "10% 几率制造一次音爆")
 t_old("10% chance to crush the target", "10% 几率碾碎目标")
 t_old("10% chance to knock the target back", "10% 几率击退目标")
-t_old("10% chance to send the wielder into a killing frenzy", "10% 几率使持有者进入疯狂杀戮状态")
-t_old("10% chance to shimmer to a different hue and gain powers", "10% 几率变换不同颜色并且增加强度")
 t_old("10% chance to stun, blind, pin, or confuse the target", "10% 几率震慑、致盲、定身或混乱目标")
-t_old("15% chance to animate a bleeding foe's blood", "15%几率使处于流血状态的敌人大出血")
 t_old("15% chance to pin the target", "15% 几率定身")
 t_old("20% chance to curse the target", "20% 几率诅咒目标")
 t_old("20% chance to shatter magical shields", "20%几率打破魔法护盾")
@@ -43158,45 +44708,12 @@ t_old("25% chance to crush the target", "25% 几率碾碎目标")
 t_old("25% chance to damage nearby creatures", "25%几率伤害附近生物")
 t_old("25% chance to put talents on cooldown", "25% 几率使技能进入冷却")
 t_old("25% chance to remove a magical effect", "25% 几率移除魔法效果")
-t_old("25% chance to strike the target again.", "25%几率再次攻击")
-t_old("35% chance for lightning to arc to a second target", "35% 几率闪电连锁至下一个目标")
 t_old("40% chance to dominate the target", "40% 几率支配目标")
-t_old("50% chance to reload 1 ammo", "50% 几率装填1发弹药")
-t_old("50% chance to shatter magical shields", "50%几率打破魔法护盾")
-t_old("9% chance to stun or confuse the target", "9% 几率震慑或混乱目标")
+t_old("?...secar", "?……族种")
 t_old("@Target@ is teleported away.", "@Target@被传送了。")
 t_old("@Target@ walks on a trap, and the beam changes.", "@Target@踩到了陷阱,射线变化了。")
 t_old("@Target@ walks on a trap, there is a loud noise.", "@Target@踩到了陷阱,发出了很大的响声。")
 t_old("A cave from ages old", "远古洞穴")
-t_old("A collapsed stairway, leading down", "向下的楼梯,已经坍塌了。")
-t_old("A dark hole in the mountain", "山岭间的黑暗洞穴")
-t_old("A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use.", " 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。")
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go near the Gates of Morning in the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这扇门似乎通向远东的晨曦之门附近。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go near the town of Last Hope in Maj'Eyal.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这扇门似乎通向马基 · 埃亚尔大陆上最后的希望之所在区域。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to an unknown place, seemingly out of this world. You dare not use it.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向未知之地,似乎为世外之地,你不太敢使用它。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the Far East, a continent of which only rumours are known...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向远东大陆,一块传说中的大陆…… ]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the Far East.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向远东。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the Iron Throne in the West.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向西方的钢铁王座。]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They usually require an external item to use. You have no idea if it is even two-way.
-This one seems to go to the west, to Charred Scar. A fiery volcano that can only spell death...]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们通常需要一件关键道具来激活。你不知道这道门是否为双向的。 
- 这道门似乎通向西方,通向灼烧之痕——一个能带来死亡的活火山…… ]])
-t_old([[A farportal is a way to travel incredible distances in the blink of an eye. They were left behind by the powerful Sher'tul race.
-This farportal is not connected to any other portal. It is made for exploration; you cannot know where it will send you.
-It should automatically create a portal back, but it might not be near your arrival zone.]], [[ 传送门是可以在眨眼间将你传送出很远距离的工具。它们是由强大的夏 · 图尔种族留下的。 
- 这道传送门并没有和其他传送门相连接。它只是用来探索异度空间的,你不知道它将会把你送到哪里。 
- 它应该会自动建立起回城法阵,但可能该法阵不在你所传送的位置。]])
 t_old("A group of corrupted Humans live in Eastport on the southern coastline. They have contact with the Pride.", " 一队堕落人族驻扎在南部海岸线的东部港口,他们和部落有关联。")
 t_old("A hole small enough that only you can go through.", " 一个只有你能通过的小洞。")
 t_old("A massive hole in the Sunwall.", " 在太阳之墙的巨大孔洞。")
@@ -43210,7 +44727,6 @@ t_old("Absorbs all darkness in its light radius.", "吸收范围内一切黑暗"
 t_old("Absorbtion Strike", "吸能一击")
 t_old("Acid blast trap", "酸液爆炸陷阱")
 t_old("Acid trap", "酸液陷阱")
-t_old("Acrobatics", "杂耍")
 t_old("Admiral Korbek", "海军上将库贝克")
 t_old("Advanced explosive weaponry.", "高级爆炸武器。")
 t_old("Advanced unarmed techniques including kicks and throw that may not be practiced in massive armor or while a weapon or shield is equipped.", " 高级徒手战斗技巧,可以学习脚踢、投技,不能装备板甲、武器和盾牌。")
@@ -43227,7 +44743,6 @@ t_old("Amakthel's Eye", "阿马克泰尔的眼睛")
 t_old("Amakthel's Hand", "阿马克泰尔的头部")
 t_old("Amakthel's Mouth", "阿马克泰尔的嘴")
 t_old("Amakthel's Prison", "阿马克泰尔封印处")
-t_old("An invocation portal, perpetually summoning beings through it.", " 一个仪式传送门,可以不断的从另一边召唤生物。")
 t_old("Anchoring Ankh", "稳固十字架")
 t_old("Ancient Automated Teacher", "远古教学机器人")
 t_old("Ancient Cave", "远古洞穴")
@@ -43239,6 +44754,7 @@ t_old("Arena Control Orb", "竞技场控制水晶")
 t_old("As a reward you", " 作为报答你得到奖励: ")
 t_old("As you recover, and your platform of searing earth splits from the main continent, your old memories flood your mind and you come to your senses - the demons are out to destroy your home!  You must escape... but not without destroying the crystal they've used to keep track of you.", "当你醒来后,你发现你身处一个和主大陆分离的平台,而你旧时的记忆渐渐涌来。你立刻惊醒——恶魔们要毁灭你的故乡!你必须逃离。。。同时别忘了摧毁他们用以追踪你的水晶体。")
 t_old("Ashes in the Wind", "风中灰")
+t_old("Ashes of Urh'Rok", "乌鲁洛克之灰烬")
 t_old("Assassin's Surprise", "暗杀奇袭")
 t_old("Astral-Infused Yeti", "星辰雪人")
 t_old("At last, freedom!", "终于,我自由啦!")
@@ -43248,22 +44764,18 @@ t_old("Augment your telekinetic grip.", " 增强你的意念力支配能力。")
 t_old("Automated Defense System", "自动防御系统")
 t_old("Automated Portable Extractor", "便携式自动材料提取仪")
 t_old("Automatically fires lightning bolts at nearby enemies, with a chance to inflict Daze.", "自动向周围的敌人发射闪电,有一定几率使之眩晕。")
-t_old("Avoid Pressure Traps: ", "避免压力陷阱: ")
 t_old("Band of Protection", "守护腰带")
 t_old("Bearscape", "巨熊空间")
 t_old("Bind and use demons to do your bidding.", "驱使恶魔为你作战。")
 t_old("Bizzare Contraption", "奇怪的设备")
 t_old("Black tendrils shoot out of the mesh and pull %s to you!", "黑色的触须从血肉中伸出,将%s拉了过来!")
 t_old("Blackfire Aegis", "黑炎石盾")
-t_old("Blind-Fight: ", "心眼: ")
 t_old("Boom.", "爆炸")
 t_old("Bought: %s for %0.2f gold.", "购买:%s 花了 %0.2f 金币。")
 t_old("Brain Cap", "脑帽")
 t_old("Brain Flare", "脑耀")
 t_old("Brass Goggles", "铜制护目镜")
-t_old("Breaks enemy weapon.", "破坏对方武器")
 t_old("Brilliant Auto-loading Orc Expeller", "自动充能式兽人驱逐装置")
-t_old("Buckler Training", "盾牌训练")
 t_old("Build and deploy a powerful mechanical arachnid to assist you.", "建造和部署强大的机械蜘蛛来帮助你。")
 t_old("Burning curse trap", "燃烧诅咒陷阱")
 t_old("Burst apart, dealing physical damage equal to 25% of the original damage in a ball of radius 1.", "产生爆炸,在半径1范围内造成25%原伤害值的伤害。")
@@ -43277,7 +44789,6 @@ t_old("Capital city of the Allied Kingdoms ruled by King Tolak", " 联合王国
 t_old("Captured Yeti Behemoth", "被捕获的雪人巨兽。")
 t_old("Catch her!", "抓住她!")
 t_old("Catch him!", "抓住他!")
-t_old("Causes the player's brain to jettison all recently-acquired knowledge.", " 可以净化玩家的大脑,使玩家遗忘所有最近所学的技能。")
 t_old("Cautery Sword", "灼烧之剑")
 t_old("Cave Detonator", "洞穴炸弹")
 t_old("Cave of Hatred", "仇恨洞穴")
@@ -43296,7 +44807,6 @@ t_old("Combine the power of steamtech and arcane forces to destroy your foes wit
 t_old("Combine the power of steamtech and arcane forces to destroy your foes with fire and lightning.", "结合蒸汽科技和奥术能量的力量,用火焰和闪电元素摧毁你的敌人。")
 t_old("Combine the power of steamtech and arcane forces to destroy your foes.", "结合蒸汽科技和奥术能量的力量,摧毁你的敌人。")
 t_old("Commander Fralor", "指挥官法罗尔")
-t_old("Contains a snippet of ToME wisdom.", " 包含了 ToME 智慧的残片 ")
 t_old("Control darkness to crush your foes.", "使用黑暗之力击溃敌人。")
 t_old("Council Member Nashal", "议会成员纳沙尔")
 t_old("Council Member Palaquie", "议会成员帕拉奎")
@@ -43306,7 +44816,6 @@ t_old("Council Member Tormak", "议会成员托马克")
 t_old("Crimson Templar John", "深红骑士约翰")
 t_old("Cripple your enemies with vicious two-handed attacks.", "用恶毒的双手攻击让敌人残废。")
 t_old("Crown of Burning Pain", "痛苦之焱")
-t_old("Crumbling stairs lead down to something.", "摇摇欲坠的楼梯,通向某个隐藏的宝库。")
 t_old("Crystallized Primal Root", "晶化巨木")
 t_old("Cunning devices to augment your combat skill.", "用来增强你战斗能力的灵巧装置。")
 t_old("Cut Drem Arm", "被切下来的德瑞姆手臂")
@@ -43314,7 +44823,6 @@ t_old("Cuthegund", "异度空间Cuthegund")
 t_old("Damage (ranged): ", "远程附加伤害: ")
 t_old("Damage nearby creatures", "伤害附近敌人")
 t_old("Damage when the wearer is hit: ", "装备者被击中时伤害反射: ")
-t_old("Damp Cave", "潮湿洞穴")
 t_old("Dark energies course upwards through the lava.", "黑暗能量穿过了熔岩。")
 t_old("Deals acid damage that also reduces armour.", "造成酸性伤害并降低护甲")
 t_old("Deals cold damage and slows.", "造成寒冷伤害并减速")
@@ -43381,7 +44889,7 @@ t_old("Fire trap", "火焰陷阱")
 t_old("Flames start to appear arround @target@.", "火焰在@target@周围散落。")
 t_old("Flashpoint", "燃点")
 t_old("Focus your telekinetic powers in ways undreamed of by most mindslayers.", " 心灵杀手用意想不到的方式来集中念力。")
-t_old("For light footed Rogues who prefer flight to fighting fair!", "敏捷的盗贼喜欢出其不意,跳到别人头上!")
+t_old("Forbidden Cults", "禁忌邪教")
 t_old("Forbidden Tome: \"A View From The Gallery\"", "禁忌之书:《画廊一瞥》")
 t_old("Forbidden Tome: \"Home, \"Horrific Home\"", "禁忌之书:《家,可怕的家》")
 t_old("Forbidden Tome: \"Of Knowledge And Horrors\"", "禁忌之书:《知识与恐怖》")
@@ -43414,7 +44922,7 @@ t_old("Grushnak Pride (guarded barracks)", "格鲁希纳克部落(守卫前哨)"
 t_old("Grushnak Pride, near a small mountain range in the north west.", " 格鲁希纳克部落在西北部一个小山脉附近。")
 t_old("Half-Mechanized Yeti", "半机械化雪人")
 t_old("Hands of Creation", "创造之手")
-t_old("Having failed to gain admittance to the Brotherhood of the Alchemists, ", " 没有获得炼金术士兄弟会的承认, ")
+t_old("Having failed to gain admittance to the Brotherhood of the Alchemists, ", " 没有获得炼金术士兄弟会的承认,")
 t_old("Haze Commander Parmor", "阴霾指挥官帕默")
 t_old("He is impressed with your mastery and shows you a few extra techniques.%s", "他对你已经掌握的知识印象深刻,并展示给你一些额外技巧。%s")
 t_old("He points out the location of grave yard on your map.", "他在你的地图上指出了墓穴的位置。")
@@ -43447,7 +44955,6 @@ t_old("Increases the range of Haste of the Doomed by 1.", "增加种族技能“
 t_old("Increases the speed bonus from Saw Wheels by 25%.", "链锯轮滑速度增加25%")
 t_old("Increases your maximum stacks of Death Momentum by 1.", "增加死亡波纹的上限1。")
 t_old("Infects targets with a stat reducing disease.", "传染属性削减疾病")
-t_old("Inflict maximum pain to specific places on your enemies.", "向指定位置射出弹药造成大量伤害。")
 t_old("Infuse your body with the power of Demons.", "使用恶魔之力强化自身。")
 t_old("Infused Cerebrum", "被灌注的大脑")
 t_old("Internment Camp", "拘留营")
@@ -43455,7 +44962,6 @@ t_old("Internment Camp (Gorbat)", "加伯特部落拘留营")
 t_old("Internment Camp (Grushnak)", "格鲁希纳克部落拘留营")
 t_old("Internment Camp (Rak'Shor)", "拉克肖部落拘留营")
 t_old("Internment Camp (Vor)", "沃尔部落拘留营")
-t_old("Intimidating Cave", "恐怖地穴")
 t_old("Intruder alarm", "入侵警报")
 t_old("It has recently begun to destabilize, threatening to crash onto Eyal, destroying everything in its path.", " 现在变的越来越不稳定,有与 Eyal 大陆发生碰撞的危险,摧毁一切它所碰到的东西。")
 t_old("Jaw of Rogroth", "Rogroth的下颚")
@@ -43477,16 +44983,11 @@ t_old("Light of Revelation", "揭示之光")
 t_old("Lightning blast trap", "闪电爆炸陷阱")
 t_old("Lightning trap", "闪电陷阱")
 t_old("Liquid Metal Cloak", "液态金属披风")
-t_old("Long tunnel to the island of Rel", "通向夺心魔之岛的通道")
-t_old("Lost Kitty", "迷路的猫咪")
-t_old("Lucid Dreamer: ", "清晰梦境: ")
 t_old("Luminescence", "冷光")
-t_old("Maj'Eyal", "马基埃亚尔")
 t_old("Make your blows terrify your foes and manipulate their fear.", "你的攻击令敌人闻风丧胆。")
 t_old("Maltoth the Mad", "疯狂者马尔托斯")
 t_old("Malyu", "马吕乌")
 t_old("Mana regeneration, on spell hit 25%% chances to cast lightning.", "魔力回复,法术命中有25%%几率触发闪电术。")
-t_old("Mastery over their shields separates Skirmishers from Archers, and gives them an edge.", "对盾牌的掌握令散兵和一般的弓手有了明显区别,带来了优势。")
 t_old("Matter turns to dust around %s.", "%s 周围的事物变成了尘埃。")
 t_old("Maximum steam: ", "蒸汽容量: ")
 t_old("Medical Urgency Vest", "医疗急救背心")
@@ -43496,7 +44997,6 @@ t_old("Mindcontrol Pillar", "心灵控制柱")
 t_old("Mindwall", "意念之墙")
 t_old("Mirrorazor", "镜面剃刀")
 t_old("Monolith Armour", "巨石铠甲")
-t_old("Moss covered statue", "长满苔藓的雕像")
 t_old("Moving builds up a stacking movement speed (caps at 25%) and damage bonus (caps at double). Hitting removes the bonus.", "移动会带来移动速度加成(最高25%)和伤害加成(最高50%)。攻击后加成消失。")
 t_old("Murderfang's Surekill", "Murderfang的必杀")
 t_old("Nacrush's Decimator", "Nacrush的屠杀者")
@@ -43524,7 +45024,6 @@ t_old("Overclocked Radius", "超频")
 t_old("Overcutter", "超级切割者")
 t_old("Overseer", "监视者")
 t_old("Palace of Fumes", "烟雾宫殿")
-t_old("Passage to the caverns", "通向山洞的通道")
 t_old("Path into the mountain", "上山的路")
 t_old("Path of the sun", "阳光大道")
 t_old("Path to a Ureslak's Host", "乌瑞斯拉克沉睡处入口")
@@ -43554,7 +45053,6 @@ t_old("Protected by the sun", "阳光保护")
 t_old("Psionic Consume", "超能灌注")
 t_old("Qog's Essentials", "Qog的精华")
 t_old("Quasit's Skull", "夸塞魔之颅")
-t_old("Quick Weapon Swap:", "无影手: ")
 t_old("Rak'shor Pride, in the west of the southern desert.", " 拉克 · 肖部落在南部的沙漠里。")
 t_old("Ramroller", "剃刀平台")
 t_old("Random elemental explosion", "随机元素爆炸")
@@ -43591,11 +45089,9 @@ t_old("Shoes of Moving Quickly", "疾行之鞋")
 t_old("Shoes of Moving Slowly", "缓步之靴")
 t_old("Shoes of Slowly Moving Quickly", "缓步疾行之靴")
 t_old("Signal", "信号枪")
-t_old("Skirmisher - Slings", "散兵-投石索")
 t_old("Skull of the Rat Lich", "巫妖鼠骨盔")
 t_old("Skysmasher", "破天")
 t_old("Sliding rock", "光滑的石块")
-t_old("Slings! Pow Pow!", "投石索!投石!")
 t_old("Smeared", "转化")
 t_old("Sold: %s for %0.2f gold.", "出售: %s 获得 %0.2f 金币。")
 t_old("Some Time Elementals have been attracted by %s's meddling.", "%s 对时空的干扰引来了一些时空元素。")
@@ -43611,9 +45107,6 @@ t_old("Spinal Cage", "脊髓笼")
 t_old("Staff of Bones", "白骨法杖")
 t_old("Star Gazer", "观星者")
 t_old("Starcaller", "召星者")
-t_old("Statue of King Toknor the Brave", "英勇大帝托克诺尔的雕像")
-t_old("Statue of King Tolak the Fair", "公正大帝托拉克的雕像")
-t_old("Statue of Queen Mirvenia the Inspirer", "智慧皇后米雯尼雅的雕像")
 t_old("Status resistances shift over time to match the statuses you are being hit by.", "依据你中的负面状态改变你的状态免疫")
 t_old("Steam Powered Armour", "蒸汽动力甲")
 t_old("Steam Powered Boots", "蒸汽动力鞋")
@@ -43646,18 +45139,10 @@ t_old("Talent mastery: ", "技能掌握: ")
 t_old("Talents cooldown:", "技能冷却: ")
 t_old("Talents granted: ", "技能加成: ")
 t_old("Talosis' Counterpoint", "Talosis的反驳")
-t_old("Teaches the player 'Bleed'.", " 可习得技能“流血” ")
-t_old("Teaches the player 'Blink'.", " 可习得技能“闪光术” ")
-t_old("Teaches the player 'Confusion'.", " 可习得技能“混乱” ")
-t_old("Teaches the player 'Fear'.", " 可习得技能“恐惧” ")
-t_old("Teaches the player 'Mana Gale'.", " 可习得技能“法力风暴” ")
-t_old("Teaches the player 'Shove'.", " 可习得技能“推挤” ")
-t_old("Teaches the player 'Telekinetic Punt'.", " 可习得技能“念力打击” ")
 t_old("Teleport trap", "传送陷阱")
-t_old("Teleportation portal to the Sher'Tul Fortress", "通向夏·图尔堡垒的传送阵")
 t_old("Teleporter to the Tinker's Cave", "前往工匠洞穴的传送器")
 t_old("Thanks for this!", "非常感谢!")
-t_old("Thanks to your timely aid, ", " 谢谢你的及时帮助, ")
+t_old("Thanks to your timely aid, ", " 谢谢你的及时帮助,")
 t_old("That Old Black Magic.", "古老的黑魔法。")
 t_old("That Which Teaches History", "历史教师")
 t_old("The Abashed Expanse is a part of Eyal torn apart by the Spellblaze and thrown into the void between the stars.", " 次元浮岛曾是埃亚尔大陆的一部分,在魔法大爆炸中被撕裂并轰击到星辰之间的虚无之中 .")
@@ -43675,7 +45160,7 @@ t_old("The Conjointed", "合体者")
 t_old("The Crawler", "爬行者")
 t_old("The Diaries of King Toknor the Brave ", "狮心王图库纳的日记")
 t_old("The Divine Writhing Mass", "古神扭曲的物质")
-t_old("The Eidolon Plane seems to not physicaly exists in the same way the normal world does, you can not seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西, %s 又回到了你的手中。")
+t_old("The Eidolon Plane seems to not physicaly exists in the same way the normal world does, you can not seem to drop anything here. %s comes back into your backpack.", "艾德隆位面似乎并不像现实世界一样真实存在,你在这里似乎不能丢弃任何东西,%s 又回到了你的手中。")
 t_old("The Face of the Deep", "深渊之貌")
 t_old("The Forgotten", "被遗忘者")
 t_old("The Glass Golem", "玻璃傀儡")
@@ -43726,7 +45211,6 @@ t_old("The powerful darkness aura you felt wanes away.", "你感觉到强大的
 t_old("The rift leads somewhere ..", " 此缝隙似乎引导向某处…… ")
 t_old("The rift leads to Maj'Eyal", " 通向马基埃亚尔的裂缝 ")
 t_old("The rift leads to an other part of the morass.", " 此缝隙似乎引导向沼泽的另一边。")
-t_old("The shopkeeper spends a great deal of time going over the finer details of channeling energy through mindstars with you%s.", "商人花了大量时间,教授你使用灵晶的全部技巧%s。")
 t_old("The skin of %s starts dripping acid.", "%s 的皮肤开始滴下酸液。")
 t_old("The spell fails: no suitable places to teleport to.", "法术失败:没有合适位置")
 t_old("The spell fizzles on %s", "法术在%s身上失败了。")
@@ -43760,7 +45244,6 @@ t_old("This parasitic mindstar will draw strength from other psionic mindstars",
 t_old("This portal seems to be connected with Last Hope, you could probably use it to go back.", " 这道传送门似乎通向最后的希望,你也许能通过它回去。")
 t_old("This portal seems to be connected with Maj'Eyal, you could probably use it to go back.", " 这个传送门似乎与马基 · 埃亚尔相连,你也许能通过它回去。")
 t_old("This portal seems to connect to an other part of this level.", " 这个传送门似乎连接了此区域的另一边。")
-t_old("This portal will bring you back to the Tutorial Lobby.", " 这道传送门将把你带回教程大厅。")
 t_old("This power seems too much to wield, you fear it might absorb YOU.", "这件装备的力量太强大了,你害怕它会把你吸收进去,无法装备它。")
 t_old("This psionic mindstar dreams of an epiphany.", "这个超能灵晶有一个光辉的梦想")
 t_old("This psionic mindstar has an epiphany about dreams.", "这个超能灵晶有一个光辉的梦想")
@@ -43772,11 +45255,9 @@ t_old("Thoughtcaster", "思维施法者")
 t_old("Thundercrack", "雷电打击")
 t_old("Time-locked Vault", "时间停止之间")
 t_old("Tinkerer's Twinblaster", "工程师的双重爆破")
-t_old("Tireless Combatant", "不倦战斗")
 t_old("Titan", "泰坦")
 t_old("Tormented", "折磨")
 t_old("Tower Detonator", "塔楼炸弹")
-t_old("Transfers a bleed, poison, or wound to its source or a nearby enemy every 4 turns.", "每4回合将一项流血、毒素或伤口效果转移给效果来源或者附近的敌人")
 t_old("Turbocutter", "涡轮切割者")
 t_old("Unleash toxic steamtech weaponry on your enemies.", "对你的敌人释放剧毒的蒸汽武器。")
 t_old("Unspeakable Thing", "不可名状之物")
@@ -43790,7 +45271,6 @@ t_old("Use your telekinetic powers to wield bows with deadly effectiveness.", "
 t_old("Using darkness and a bit of magic you manipulate the shadows.", " 在黑暗中发动伏击的技术。")
 t_old("Vaporous Emporium", "蒸汽商场")
 t_old("Various alchemists around Maj'Eyal are competing to gain entry into the great Brotherhood of Alchemists, and one or more have enlisted your aid.", " 很多马基埃亚尔的炼金术士想竞争加入强大的炼金术士兄弟会,其中有一个或者几个人请求你的帮助。")
-t_old("Vilespawn", "邪恶子嗣")
 t_old("Viletooth", "恶毒锯齿")
 t_old("Vindicator", "维序者")
 t_old("Visage of Nektosh", "纳克托什的视野")
@@ -43801,7 +45281,7 @@ t_old("Way into a primal forest", "通往原始森林的路")
 t_old("Way into the caves", "通往洞穴的道路")
 t_old("Weakened Mind", "精神虚弱")
 t_old("Well done! You have won the Arena: Challenge of the Master", " 干的好!你已经赢得了竞技场:竞技之王的挑战战役! ")
-t_old("Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy", " 干的好!你赢得了马基埃亚尔的传说:卓越时代 ")
+t_old("Well done! You have won the Tales of Maj'Eyal: The Age of Ascendancy", " 干的好!你赢得了马基埃亚尔的传说:卓越纪 ")
 t_old("Wheel of Fate", "命运之轮")
 t_old("When fired, shoots up to 4 extra shots at random foes with a radius 4 cone centered on the target.", "发射时,在半径4的锥形范围内随机射出至多额外4发子弹。")
 t_old("When worn, gives you an additional prodigy point.", "装备时,获得一点觉醒技能点。")
@@ -44010,7 +45490,6 @@ t_old("Your mind hungers for pain and suffering! Feed it!", "你的精神渴望
 t_old("Your spiked charged shield crumbles under the damage!", "你的充电护盾在攻击下消失了!")
 t_old("Your spiked kinetic shield crumbles under the damage!", "你的念力护盾在攻击下消失了!")
 t_old("Your spiked thermal shield crumbles under the damage!", "你的热能护盾在攻击下消失了!")
-t_old("Your will carries you through the most difficult struggles, allowing you to fight on when others would have collapsed from exhaustion.", "即使身着重甲,你不会像他人一样被疲惫拖垮。")
 t_old("Ziguranth main training ground", " 伊格兰斯的主要训练基地 ")
 t_old("a Mark of the Spellblaze", "魔法大爆炸痕迹")
 t_old("a bolt of lightning strikes your target, dealing lightning damage to them and fire damage to those around them.", "一道闪电击中目标,造成闪电伤害,并对周围生物造成火焰伤害。")
@@ -44061,7 +45540,6 @@ t_old("bullets mastery", "子弹掌握")
 t_old("burns latent spell energy", "燃烧潜在的法术能量")
 t_old("bursting entropic shard", "爆裂的熵之碎片")
 t_old("bursts into an cloud of spydric poison, pinning those inside (with a 10 turn cooldown)", "爆发一阵具有定身效果的毒云,10回合冷却")
-t_old("bursts into an icy cloud", "爆炸成一片冰雾")
 t_old("butchery", "屠杀")
 t_old("calamity", "不幸")
 t_old("call an antimagic pillar for 15 turns, but silence yourself for 5 turns", "召唤一根反魔图腾15回合同时沉默自己5回合")
@@ -44079,7 +45557,6 @@ t_old("chronomancer's ", "御时者的")
 t_old("chronophage", "耗竭")
 t_old("clock", "时钟")
 t_old("cold ground", "冻足")
-t_old("collapsing hidden vault", "快要坍塌的隐藏宝库")
 t_old("combine with a weapon", "安装至一把武器")
 t_old("completes a nature powered mindstar set", "组合自然套装")
 t_old("completes a psionic powered mindstar set", "组合超能力套装")
@@ -44097,7 +45574,6 @@ t_old("create a reflective shield (50% reflection rate)", "制造一个反射护
 t_old("create living shards of crystal", "召唤元素水晶")
 t_old("cripple the target", "致残目标")
 t_old("crystalbark", "晶化树精")
-t_old("daikara", "岱卡拉")
 t_old("dark figure", "黑暗之语")
 t_old("dark tendril", "黑暗触须")
 t_old("deal a melee attack against all other enemies in a circle around you", "对周围一圈敌人进行近战攻击。")
@@ -44107,10 +45583,8 @@ t_old("deal cold damage equal to 100 + the higher of your steam or spellpower, a
 t_old("deal darkness damage equal to your spellpower to a target, and, if it kills the target, restores 15% of max hp and all resources (except paradox and equilibrium)", [[造成等于法术强度的暗影伤害。
 如果杀死目标,则恢复15%全资源(失衡值和紊乱值除外)。]])
 t_old("deal magical damage", "造成魔法伤害")
-t_old("deal manaburn damage equal to your mindpower in a radius 3 cone", "在半径3的锥形范围内造成相当于精神强度的法力燃烧伤害")
 t_old("deal temporal damage to summons, and if they survive, remove them from time", "造成时空伤害并将目标移出时间")
 t_old("deals physical damage equal to 3% of the target's missing health", "造成等于目标已损失生命值3%的物理伤害")
-t_old("decapitate a weakened target", "将虚弱的敌人斩首")
 t_old("decaying devourer", "腐败吞噬者")
 t_old("deep horror", "无尽恐惧")
 t_old("demented", "疯狂")
@@ -44121,13 +45595,12 @@ t_old("demonic pact", "恶魔契约")
 t_old("demonic strength", "恶魔之力")
 t_old("dendritic hemospinner", "树突血细胞")
 t_old("destroy an arcane item", "摧毁一件奥术装备")
-t_old("destroy an arcane item (of a higher tier than the gauntlets)", "摧毁一件奥术装备(比臂铠材质级别高)")
 t_old("detect the presence of creatures around you", "查看生物")
 t_old("dig a wall, cut a tree, ...", "挖墙、砍树...")
 t_old("disfigured creature", "不成型的生物")
 t_old("disfigured face", "毁容")
 t_old("disrupts spell-casting", "打断施法")
-t_old("dominate the target", "支配目标")
+t_old("dominion port", "巨魔帝国港口")
 t_old("doom", "末日")
 t_old("doom covenant", "末日降临")
 t_old("doom shield", "毁灭之盾")
@@ -44148,7 +45621,6 @@ t_old("elven astromancer", "精灵星术师")
 t_old("elven-wood arrows", "精灵木箭矢")
 t_old("engineering", "工程师")
 t_old("entropic maw", "熵之胃")
-t_old("entropy", "熵")
 t_old("every third hit always crits.", "第三下攻击必定暴击.")
 t_old("eyed tentacle", "带眼触手")
 t_old("fearful symmetry", "恐怖的对称几何体")
@@ -44181,8 +45653,6 @@ t_old("glyph of twilight", "暮光圣印")
 t_old("gravitypin", "重力定身")
 t_old("greater hethugoroth", "大型赫斯格鲁斯")
 t_old("grip", "支配")
-t_old("grows dramatically in power", "大幅增加强度")
-t_old("grows in power", "增加强度")
 t_old("guard yeti", "雪人守卫")
 t_old("guardian psi-ghost", "超能幽魂守卫")
 t_old("gunner training", "枪支训练")
@@ -44199,7 +45669,6 @@ t_old("heavy weapons", "重装武器")
 t_old("herald of oblivion", "湮灭使者")
 t_old("hethugoroth", "赫斯格鲁斯")
 t_old("hindering_blight", "枯萎阻碍")
-t_old("hit up to two adjacent enemies", "攻击目标相邻的2个单位")
 t_old("horrific body", "恐怖身躯")
 t_old("huge primal tree", "参天古树")
 t_old("human student", "人类学徒")
@@ -44213,10 +45682,10 @@ t_old("infernal combat", "地狱格斗")
 t_old("inflict %0.2f mind damage (range 10), gaining psi and hate equal to 1/10 of the damage done", "在距离 1 0 的范围内造成 %0.2f 精神伤害,回复 1/10 伤害值的超能力值和仇恨值。")
 t_old("inflict fire damage based on steampower", "造成基于蒸汽强度的火焰伤害")
 t_old("inflict mind damage; gain psi and hate", "造成精神伤害,增加超能力值和仇恨值")
-t_old("inflicts bonus temporal damage and slows target", "造成额外时空伤害并让目标减速")
 t_old("inflicts pinning spydric poison upon the target", "释放出定身目标的毒液")
 t_old("injector", "注射器")
 t_old("inside a giant tentacle", "巨大触手内部")
+t_old("internment camp", "兽人拘留营")
 t_old("intimidating cave", "恐怖地穴")
 t_old("investigator", "恶魔调查者")
 t_old("invigor", "精力充沛")
@@ -44225,7 +45694,9 @@ t_old("invoke your inner bearness", "激发你内在的熊性")
 t_old("iron shots", "铁弹")
 t_old("iron steamgun", "铁质蒸汽枪")
 t_old("iron steamsaw", "铁质蒸汽链锯")
+t_old("kaltor's shop", "卡托尔商店")
 t_old("kinesis", "念力")
+t_old("krimbul clan", "克里布尔部族")
 t_old("krog", "å…‹ç½—æ ¼")
 t_old("kruk cloak", "克鲁克披风")
 t_old("larvae bloated ritch mother", "满载幼虫的里奇巢母")
@@ -44235,6 +45706,7 @@ t_old("let you fight up to -%d life and reduces all damage by %d%%%% for %d turn
 t_old("light the area", "照亮区域")
 t_old("lightning_storm", "闪电风暴")
 t_old("locked chest", "上锁的箱子")
+t_old("lost city", "失落之城")
 t_old("magma", "岩浆")
 t_old("magma ", "岩浆的")
 t_old("magnetism", "磁化")
@@ -44274,6 +45746,7 @@ t_old("organic", "器官")
 t_old("other technomancy", "科技法术: 其他")
 t_old("overgrown ", "茂盛的")
 t_old("overpowered", "超载")
+t_old("palace of fumes", "烟雾宫殿")
 t_old("path of horror", "恐魔之路")
 t_old("pet yeti", "宠物雪人")
 t_old("phase door in range 6, radius 2", "传送至6码外2码半径范围的随机地点")
@@ -44281,7 +45754,7 @@ t_old("physics", "物理")
 t_old("pillar of the moons", "月之柱")
 t_old("pillar of the sun", "日之柱")
 t_old("plasmic disruptor", "原生质破坏者细胞")
-t_old("portal", "传送门")
+t_old("pocket of distorted time", "袋中扭曲的时间")
 t_old("portal to Eyal", "通向埃亚尔大陆的传送门")
 t_old("portal to next level", "通向下一层的传送门")
 t_old("portal to previous level", "通向上一层的传送门")
@@ -44291,10 +45764,11 @@ t_old("portal to the main island", "通向主岛的传送门")
 t_old("portal to the next level", "通向下一层的传送门")
 t_old("portal to the previous level", "通向上一层的传送门")
 t_old("possession", "支配")
+t_old("primal forest", "原始森林")
 t_old("primal magic", "源初魔法")
 t_old("project a beam of lightning", "制造闪电射线")
 t_old("project a bolt from the staff", "从法杖中射出一枚元素球")
-t_old("project a bolt from the staff (to range %d) dealing %0.2f - %0.2f %s damage", "从法杖中射出一枚元素球,射程 %d ,造成 %0.2f 到%0.2f%s 伤害 ")
+t_old("project a bolt from the staff (to range %d) dealing %0.2f - %0.2f %s damage", "从法杖中射出一枚元素球,射程%d,造成%0.2f到%0.2f%s伤害 ")
 t_old("project a melee attack out to range %d, dealing 150%%%% (mind) weapon damage", "在距离%d码范围内投射一次近战攻击,造成150%%%%精神武器伤害")
 t_old("project damage in a circle from the staff", "从法杖中发射一圈破坏能量")
 t_old("project damage in a cone from the staff", "从法杖中发射一片锥形破坏能量")
@@ -44307,18 +45781,17 @@ t_old("psionic menace", "超能威吓")
 t_old("psychic blows", "超能打击")
 t_old("psytech gunnery", "超能射击")
 t_old("quasit squad leader", "夸塞魔队长")
+t_old("races...?", "种族……?")
 t_old("raise undead rats", "召唤亡灵鼠")
 t_old("random elemental effect", "随机元素效果")
 t_old("ravaging entropic rip", "肆虐的熵之裂口")
 t_old("ravenous mind", "极度饥渴")
 t_old("re-generate the item with random stats. Can only be done three levels after the last reroll. Cannot be unequipped unless a reroll is available, or you are level 50", [[重置戒指属性。每3级能重置一次。
 除非有重置机会或者人物50级,否则不能解除装备。]])
-t_old("reduce the cooldown of your ward talent by 1", "减少你的守护技能1回合冷却时间")
 t_old("reduces mental save", "减少精神豁免")
-t_old("release a burst of light and dark damage (scales with Magic)", "爆发光明和黑暗伤害(随魔法增加)")
 t_old("release a burst of light dealing damage equal to your cunning plus your magic in a ball of radius 2. If the target is undead, the damage and radius are doubled.", "在半径2范围内造成等于灵巧加魔法的光明伤害。若目标为不死族,伤害和半径加倍")
 t_old("release a burst of void energy", "释放一团虚空爆炸")
-t_old("release a radius %d blast of frozen vapors that deal %0.2f cold damage (based on Magic) each turn for %d turns", "在半径 %d 范围内释放寒冰气息,  每回合造成 %0.2f 点寒冷伤害  (基于魔法),  持续 %d回合。")
+t_old("release a radius %d blast of frozen vapors that deal %0.2f cold damage (based on Magic) each turn for %d turns", "在半径 %d 范围内释放寒冰气息,每回合造成 %0.2f 点寒冷伤害(基于魔法),持续 %d回合。")
 t_old("release a wave of psionic power", "释放一波超能力量")
 t_old("release a will o' the wisp", "释放一只鬼火")
 t_old("release the absorbed darkness", "释放吸收的黑暗")
@@ -44340,7 +45813,6 @@ t_old("searing horror", "灼热恐魔")
 t_old("seed", "种子")
 t_old("send out a beam of kinetic energy", "射出一束灵能射线")
 t_old("send out a beam of light", "射出一束光束")
-t_old("sets off a powerful explosion", "产生一次猛烈的爆炸")
 t_old("setup a psionic shield, reducing all damage taken %d for 5 turns", "制造超能护盾,5回合内受到的伤害减少%d")
 t_old("sewer alligator", "下水道鳄鱼")
 t_old("shadow of anger", "怒之影")
@@ -44353,18 +45825,18 @@ t_old("shalore liberator", "永恒精灵解放者")
 t_old("shalore student", "永恒精灵学徒")
 t_old("sher'tan", "夏尔泰坦")
 t_old("shoot a bolt of spydric poison", "发射蜘蛛毒素")
-t_old("shoot a bolt of spydric poison out to range %d, dealing %0.2f nature damage (based on Magic) over %d turns while rendering the target unable to move", "发射蜘蛛毒素, 对%d码内的敌人造成%0.2f点自然伤害(基于魔法), 并使其在%d回合内无法移动")
 t_old("shoot a cone of fire", "火焰喷射")
-t_old("silences the target", "沉默目标")
 t_old("slime aspect", "史莱姆形态")
 t_old("slimeburst", "爆裂史莱姆")
 t_old("slimey-burst ", "爆裂史莱姆的")
 t_old("slow death", "慢性死亡")
+t_old("slumbering caves", "沉睡洞穴")
 t_old("smash the target with your shield crippling them", "盾击目标并致残")
 t_old("spiked ", "尖锐的")
 t_old("spiked tentacle", "尖刺触手")
 t_old("spinning beam", "旋转射线")
 t_old("splashes the target with acid", "用硫酸溅目标一脸")
+t_old("spydr", "蜘蛛族")
 t_old("stable wormhole", "稳定的虫洞")
 t_old("stairs to the cavern", "通往洞穴的楼梯")
 t_old("stairs to the previous level", "通往上一层的楼梯")
@@ -44385,114 +45857,5 @@ t_old("statue of a fire imp", "恶魔雕像:火魔婴")
 t_old("statue of a forge giant", "恶魔雕像:锻造巨人")
 t_old("statue of a quasit", "恶魔雕像:夸塞魔")
 t_old("statue of a ruin banshee", "恶魔雕像:毁灭女妖")
-t_old("statue of a thaurhereg", "恶魔雕像:修尔希瑞格")
-t_old("statue of a water imp", "恶魔雕像:小水怪")
-t_old("statue of a wretch titan", "恶魔雕像:腐化泰坦")
-t_old("statue of a wretchling", "恶魔雕像:酸液树魔")
-t_old("statue of an uruivellas", "恶魔雕像:乌尔维拉斯")
-t_old("statue of the Corrupted Daelach", "恶魔雕像:腐化达莱奇")
-t_old("steals up to 50 mana from the target", "从目标处吸取至多50点法力")
-t_old("steam drone", "蒸汽机器人")
-t_old("steam generator implant", "植入物:蒸汽制造")
-t_old("steam giant berserker", "蒸汽巨人狂战士")
-t_old("steam giant blood carver", "蒸汽巨人血雕者")
-t_old("steam giant child", "蒸汽巨人孩童")
-t_old("steam giant commoner", "蒸汽巨人平民")
-t_old("steam giant flameshot", "蒸汽巨人火焰射手")
-t_old("steam giant guard", "蒸汽巨人守卫")
-t_old("steam giant gunner", "蒸汽巨人枪手")
-t_old("steam giant gunslinger", "蒸汽巨人快枪手")
-t_old("steam giant necropsych", "蒸汽巨人通灵师")
-t_old("steam giant scribe", "蒸汽巨人书记员")
-t_old("steam giant shopkeeper", "蒸汽巨人店主")
-t_old("steam giant yeti rider", "蒸汽巨人雪人骑士")
-t_old("steamgun", "蒸汽枪")
-t_old("steamgun turret", "蒸汽枪炮台")
-t_old("steamsaw", "蒸汽链锯")
-t_old("steamtech", "蒸汽科技")
-t_old("steel shots", "钢弹")
-t_old("steel steamgun", "钢铁蒸汽枪")
-t_old("steel steamsaw", "钢铁蒸汽链锯")
-t_old("stone golem", "岩石傀儡")
-t_old("strafer", "扫射")
-t_old("strafer's ", "扫射的")
-t_old("stralite shots", "蓝锆石弹")
-t_old("stralite steamgun", "蓝皓石蒸汽枪")
-t_old("stralite steamsaw", "蓝皓石蒸汽链锯")
-t_old("strike all targets in a line", "打击一条直线的目标")
-t_old("strike an enemy in range 3, releasing a burst of lightning", "释放一波闪电爆炸打击3码范围内的目标")
-t_old("strike the target with one of Mind Sear, Psychic Lobotomy, or Sunder Mind, at random.", "随机触发以下技能之一: 心灵光束、精神切断或碾碎心灵")
-t_old("summon a shining orb", "召唤一个发光球体")
-t_old("summon a treant (5 turn cooldown)", "召唤一个树人(5回合冷却)")
-t_old("sun orb", "太阳球")
-t_old("sun paladin recruit", "太阳骑士新兵")
-t_old("sun-mage", "太阳法师")
-t_old("sun-mage recruit", "太阳法师新兵")
-t_old("sunbathed ", "浴日的")
-t_old("sunwall archer", "太阳堡垒弓箭手")
-t_old("sunwall guard", "太阳堡垒守卫")
-t_old("sunwall vindicator", "太阳堡垒维护者")
-t_old("teleport randomly", "随机传送")
-t_old("teleport you anywhere on the level, randomly", "将你传送至当前地图的随机位置")
-t_old("teleport you randomly (rad %d)", "随机传送(半径范围 %d)")
-t_old("temporal bolt", "时空之箭")
-t_old("temporal echo", "时空回响")
-t_old("temporal hound", "时空猎犬")
-t_old("temporal shear", "时空切断")
-t_old("tentacles", "触手")
-t_old("terrene technomancy", "科技法术: 寒岩")
-t_old("the Pale King part ", "亡灵国王的部分记载")
-t_old("thought-form", "精神体")
-t_old("thoughts of iron", "钢铁意念")
-t_old("timethief", "时间窃贼")
-t_old("tinker", "工匠")
-t_old("titan battlesmasher", "泰坦碎颅者")
-t_old("titan dreadnought", "泰坦无畏勇士")
-t_old("titan searing seer", "泰坦炙热先知")
-t_old("titan vile spewer", "泰坦呕吐魔")
-t_old("titanic horror", "泰坦恐魔")
-t_old("torments the target with many mental effects", "对目标附加多种精神状态")
-t_old("torture", "折磨")
-t_old("trapdoor into the necromancer's ruins", "通往死灵法师遗迹的暗门")
-t_old("troll aquamancer", "巨魔控水师")
-t_old("troll captain", "巨魔船长")
-t_old("troll guard", "巨魔守卫")
-t_old("troll marauder", "巨魔掠夺者")
-t_old("troll pirate", "巨魔海盗")
-t_old("turn yourself invisible for 10 turns", "使自己隐形10回合")
-t_old("turn)", "回合)")
-t_old("turns)", "回合)")
-t_old("turrets", "炮台")
-t_old("turtle", "乌龟")
-t_old("ultimate hethugoroth", "终极赫斯格鲁斯")
-t_old("undead drake", "亡灵龙")
-t_old("undead drake hatchling", "亡灵幼龙")
-t_old("undead wyrm", "亡灵巨龙")
-t_old("unleash an elemental blastwave, dealing %0.2f - %0.2f %s damage in a radius %d around the user", "从法杖中发射一圈破坏能量, 造成 %0.2f 到 %0.2f %s伤害,伤害半径 %d")
-t_old("void monolith", "虚无巨石")
-t_old("void skitterer", "虚空造物")
-t_old("volcanic mountains", "火山")
-t_old("voratun shots", "沃瑞钽弹")
-t_old("voratun steamgun", "沃瑞钽蒸汽枪")
-t_old("voratun steamsaw", "沃瑞钽蒸汽链锯")
-t_old("walking corpse", "行尸")
-t_old("war hound", "战争猎犬")
-t_old("warp mine: away", "时空陷阱:远离")
-t_old("warp mine: toward", "时空陷阱:接近")
-t_old("way into a strange cave", "奇怪洞穴的入口")
-t_old("way up", "往上走")
-t_old("whitehoof ghoul", "白蹄尸鬼")
-t_old("whitehoof hailstorm", "白蹄霜雹使")
-t_old("whitehoof invoker", "白蹄唤魔者")
-t_old("whitehoof maulotaur", "巨锤白蹄")
-t_old("wounds the target", "重创目标")
-t_old("wounds the target reducing their healing", "重创目标并降低治疗效果")
-t_old("wretch titan", "腐化泰坦")
-t_old("writhing body", "扭曲身体")
-t_old("yeti", "雪人")
-t_old("yeti cub", "雪人幼崽")
-t_old("yeti demolisher", "雪人爆破者")
-t_old("yeti warrior", "雪人勇士")
-t_old("yew arrows", "紫杉箭矢")
 
 
diff --git a/i18n_tools/untranslated.lua b/i18n_tools/untranslated.lua
index d61c7426b4..2471b378a3 100644
--- a/i18n_tools/untranslated.lua
+++ b/i18n_tools/untranslated.lua
@@ -100,7 +100,7 @@ t("", "")
 ------------------------------------------------
 section "game/engines/default/engine/dialogs/microtxn/ShowPurchasable.lua"
 
-t("%0.2f %s", "%0.2f %s")
+t("%s #GOLD#Online Store#LAST#", "%s #GOLD#Online Store#LAST#")
 
 
 ------------------------------------------------
@@ -203,16 +203,11 @@ section "game/modules/tome/class/Grid.lua"
 t("%s", "%s")
 
 
-------------------------------------------------
-section "game/modules/tome/class/NPC.lua"
-
-t("UID: ", "UID: ")
-
-
 ------------------------------------------------
 section "game/modules/tome/class/Object.lua"
 
-t(", ", ", ")
+t("ies", "ies")
+t("y", "y")
 t(".", ".")
 
 
@@ -222,26 +217,16 @@ section "game/modules/tome/class/Player.lua"
 t("", "")
 
 
-------------------------------------------------
-section "game/modules/tome/class/Projectile.lua"
-
-t("UID: ", "UID: ")
-
-
 ------------------------------------------------
 section "game/modules/tome/class/Trap.lua"
 
-t("#LIGHT_BLUE#%s: %s#LAST#", "#LIGHT_BLUE#%s: %s#LAST#")
 t("#CADET_BLUE#%s %ss %s.", "#CADET_BLUE#%s %ss %s.")
 
 
 ------------------------------------------------
 section "game/modules/tome/class/UserChatExtension.lua"
 
-t("#ANTIQUE_WHITE#has linked an item: #WHITE# %s", "#ANTIQUE_WHITE#has linked an item: #WHITE# %s")
-t("#ANTIQUE_WHITE#has linked a creature: #WHITE# %s", "#ANTIQUE_WHITE#has linked a creature: #WHITE# %s")
-t("#ANTIQUE_WHITE#has linked a talent: #WHITE# %s", "#ANTIQUE_WHITE#has linked a talent: #WHITE# %s")
-t("#CRIMSON#%s#WHITE#%s", "#CRIMSON#%s#WHITE#%s")
+t("#CRIMSON#%s#WHITE#", "#CRIMSON#%s#WHITE#")
 
 
 ------------------------------------------------
@@ -273,22 +258,21 @@ section "game/modules/tome/class/interface/PartyDeath.lua"
 t("#{bold}#", "#{bold}#")
 
 
+------------------------------------------------
+section "game/modules/tome/class/uiset/Classic.lua"
+
+t("Linked by: ", "Linked by: ")
+
+
 ------------------------------------------------
 section "game/modules/tome/class/uiset/ClassicPlayerDisplay.lua"
 
-t([[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
-]], [[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
-]])
 t("%s#{normal}#", "%s#{normal}#")
 t([[#GOLD#%s#LAST#
 %s
 ]], [[#GOLD#%s#LAST#
 %s
 ]])
-t("%-8.8s:", "%-8.8s:")
-t("Saving:", "Saving:")
 t([[#GOLD##{bold}#%s#{normal}##WHITE#
 ]], [[#GOLD##{bold}#%s#{normal}##WHITE#
 ]])
@@ -300,62 +284,15 @@ section "game/modules/tome/class/uiset/Minimalist.lua"
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
-t([[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
-]], [[#{bold}##GOLD#%s
-(%s: %s)#WHITE##{normal}#
-]])
 t("#VIOLET#", "#VIOLET#")
 
 
-------------------------------------------------
-section "game/modules/tome/data/birth/classes/wilder.lua"
-
-t([[The Spellblaze's scars may be starting to heal,
-but little can change how the partisans feel.
-Nature and arcane could bridge their divide -
-and when it comes down to it, gold won't take sides...]], [[The Spellblaze's scars may be starting to heal,
-but little can change how the partisans feel.
-Nature and arcane could bridge their divide -
-and when it comes down to it, gold won't take sides...]])
-
-
 ------------------------------------------------
 section "game/modules/tome/data/birth/races/construct.lua"
 
 t("", "")
 
 
-------------------------------------------------
-section "game/modules/tome/data/calendar_allied.lua"
-
-t("Allure", "Allure")
-t("Regrowth", "Regrowth")
-t("Time of Balance", "Time of Balance")
-t("Pyre", "Pyre")
-t("Mirth", "Mirth")
-t("Dusk", "Dusk")
-t("Time of Equilibrium", "Time of Equilibrium")
-t("Haze", "Haze")
-t("Decay", "Decay")
-
-
-------------------------------------------------
-section "game/modules/tome/data/calendar_dwarf.lua"
-
-t("Iron", "Iron")
-t("Steel", "Steel")
-t("Gold", "Gold")
-t("Stralite", "Stralite")
-t("Voratun", "Voratun")
-t("Acquisition", "Acquisition")
-t("Profit", "Profit")
-t("Wealth", "Wealth")
-t("Dearth", "Dearth")
-t("Loss", "Loss")
-t("Shortage", "Shortage")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/chats/artifice-mastery.lua"
 
@@ -378,9 +315,6 @@ section "game/modules/tome/data/chats/escort-quest.lua"
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
-t([[#GOLD#%s / %s#LAST#
-%s]], [[#GOLD#%s / %s#LAST#
-%s]])
 
 
 ------------------------------------------------
@@ -397,30 +331,14 @@ t([[#GOLD#%s#LAST#
 %s]])
 
 
-------------------------------------------------
-section "game/modules/tome/data/chats/shertul-fortress-gladium-orb.lua"
-
-t("*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*", "*#LIGHT_GREEN#This orb is used to control the gladium arena.#WHITE#*")
-t("[Go back to the Fortress]", "[Go back to the Fortress]")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/chats/trap-priming.lua"
 
-t("%s[%s: %s]#LAST#", "%s[%s: %s]#LAST#")
 t([[#GOLD#%s#LAST#
 %s]], [[#GOLD#%s#LAST#
 %s]])
 
 
-------------------------------------------------
-section "game/modules/tome/data/chats/worldly-knowledge.lua"
-
-t([[#GOLD#%s / %s#LAST#
-]], [[#GOLD#%s / %s#LAST#
-]])
-
-
 ------------------------------------------------
 section "game/modules/tome/data/general/objects/boss-artifacts-maj-eyal.lua"
 
@@ -433,24 +351,12 @@ section "game/modules/tome/data/general/objects/gem.lua"
 t("..", "..")
 
 
-------------------------------------------------
-section "game/modules/tome/data/general/objects/lore/fun.lua"
-
-t("..", "..")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/general/objects/rods.lua"
 
 t("", "")
 
 
-------------------------------------------------
-section "game/modules/tome/data/general/objects/world-artifacts.lua"
-
-t("%s: %s", "%s: %s")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/lore/age-allure.lua"
 
@@ -595,12 +501,6 @@ But we won't age sleeping in these ruins#{normal}#
 ...Everyone reacts to grief differently, I guess. #{bold}#-Churrack#{normal}#]])
 
 
-------------------------------------------------
-section "game/modules/tome/data/lore/misc.lua"
-
-t("Mantra of a Shiiak", "Mantra of a Shiiak")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/lore/shertul.lua"
 
@@ -630,7 +530,6 @@ t("", "")
 section "game/modules/tome/data/quests/east-portal.lua"
 
 t("", "")
-t("Meranas, Herald of Angolwen", "Meranas, Herald of Angolwen")
 
 
 ------------------------------------------------
@@ -642,35 +541,9 @@ t("", "")
 ------------------------------------------------
 section "game/modules/tome/data/quests/high-peak.lua"
 
-t("Endgame", "Endgame")
 t("", "")
 
 
-------------------------------------------------
-section "game/modules/tome/data/quests/keepsake.lua"
-
-t("Last of the Caravan", "Last of the Caravan")
-t("Death of Kyless", "Death of Kyless")
-
-
-------------------------------------------------
-section "game/modules/tome/data/quests/lightning-overload.lua"
-
-t("Scared Halfling", "Scared Halfling")
-
-
-------------------------------------------------
-section "game/modules/tome/data/quests/orc-breeding-pits.lua"
-
-t("Desperate Measures", "Desperate Measures")
-t("You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.", "You have encountered a dying sun paladin that told you about the orcs breeding pit, a true abomination.")
-t("You have decided to report the information to Aeryn so she can deal with it.", "You have decided to report the information to Aeryn so she can deal with it.")
-t("Aeryn said she would send troops to deal with it.", "Aeryn said she would send troops to deal with it.")
-t("You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.", "You have taken upon yourself to cleanse it and deal a crippling blow to the orcs.")
-t("The abominable task is done.", "The abominable task is done.")
-t("Entrance to the orc breeding pit", "Entrance to the orc breeding pit")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/quests/orc-pride.lua"
 
@@ -695,65 +568,6 @@ section "game/modules/tome/data/resources.lua"
 t("%d/%d (%d%%%%)", "%d/%d (%d%%%%)")
 
 
-------------------------------------------------
-section "game/modules/tome/data/rooms/greater_vault.lua"
-
-t("#GOLD#PLACED GREATER VAULT: %s", "#GOLD#PLACED GREATER VAULT: %s")
-
-
-------------------------------------------------
-section "game/modules/tome/data/rooms/lesser_vault.lua"
-
-t("#GOLD#PLACED LESSER VAULT: %s", "#GOLD#PLACED LESSER VAULT: %s")
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/chronomancy/induced-phenomena.lua"
-
-t("Cosmic Cycle", "Cosmic Cycle")
-t("#LIGHT_BLUE#Your cosmic cycle expands.", "#LIGHT_BLUE#Your cosmic cycle expands.")
-t("#LIGHT_RED#Your cosmic cycle contracts.", "#LIGHT_RED#Your cosmic cycle contracts.")
-t([[Tune yourself into the ebb and flow of spacetime.  When your Paradox crosses a 100 point threshold, your Cosmic Cycle gains or loses one radius.
-		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]], [[Tune yourself into the ebb and flow of spacetime.  When your Paradox crosses a 100 point threshold, your Cosmic Cycle gains or loses one radius.
-		While Cosmic Cycle is expanding, your temporal resistance penetration will be increased by %d%%.  While it's contracting, your Willpower for Paradox calculations will be increased by %d%%.]])
-t("Polarity Shift", "Polarity Shift")
-t("You must have Cosmic Cycle active to use this talent.", "You must have Cosmic Cycle active to use this talent.")
-t("particles_images/alt_temporal_bolt_0%d", "particles_images/alt_temporal_bolt_0%d")
-t([[Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.
-		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.
-		The damage will scale with your Spellpower.]], [[Reverses the polarity of your Cosmic Cycle.  If it's currently contracting, it will begin to expand, firing a homing missile at each target within the radius that deals %0.2f temporal damage.
-		If it's currently expanding, it will begin to contract, braiding the lifelines of all targets within the radius for %d turns.  Braided targets take %d%% of all damage dealt to other braided targets.
-		The damage will scale with your Spellpower.]])
-t("Reverse Causality", "Reverse Causality")
-t([[When a creature enters your expanding Cosmic Cycle, you heal %d life at the start of your next turn.
-		When a creature leaves your contracting Cosmic Cycle, you reduce the duration of one detrimental effect on you by %d at the start of your next turn.
-		The healing will scale with your Spellpower.]], [[When a creature enters your expanding Cosmic Cycle, you heal %d life at the start of your next turn.
-		When a creature leaves your contracting Cosmic Cycle, you reduce the duration of one detrimental effect on you by %d at the start of your next turn.
-		The healing will scale with your Spellpower.]])
-t([[While your cosmic cycle is expanding, creatures in its radius have a %d%% chance to suffer the effects of aging; pinning, blinding, or confusing them for 3 turns.
-		While your cosmic cycle is contracting, creatures in its radius suffer from age regression; reducing their three highest stats by %d.
-		The chance and stat reduction will scale with your Spellpower.]], [[While your cosmic cycle is expanding, creatures in its radius have a %d%% chance to suffer the effects of aging; pinning, blinding, or confusing them for 3 turns.
-		While your cosmic cycle is contracting, creatures in its radius suffer from age regression; reducing their three highest stats by %d.
-		The chance and stat reduction will scale with your Spellpower.]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/chronomancy/temporal-archery.lua"
-
-t("Phase Shot", "Phase Shot")
-t("You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.", "You fire a shot that phases out of time and space allowing it to virtually ignore armor.  The shot will deal %d%% weapon damage as temporal damage to its target.")
-t("Unerring Shot", "Unerring Shot")
-t("You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.", "You focus your aim and fire a shot with great accuracy, inflicting %d%% weapon damage.  Afterwords your attack will remain improved for one turn as the chronomantic effects linger.")
-t("Perfect Aim", "Perfect Aim")
-t([[You focus your aim, increasing your critical damage multiplier by %d%% and your physical and spell critical strike chance by %d%%
-		The effect will scale with your Spellpower.]], [[You focus your aim, increasing your critical damage multiplier by %d%% and your physical and spell critical strike chance by %d%%
-		The effect will scale with your Spellpower.]])
-t("Quick Shot", "Quick Shot")
-t([[You pause time around you long enough to fire a single shot, doing %d%% damage.
-		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]], [[You pause time around you long enough to fire a single shot, doing %d%% damage.
-		The damage will scale with your Paradox and the cooldown will go down with more talent points invested.]])
-
-
 ------------------------------------------------
 section "game/modules/tome/data/talents/cunning/artifice.lua"
 
@@ -771,76 +585,12 @@ section "game/modules/tome/data/talents/cunning/traps.lua"
 t(" (%s)", " (%s)")
 
 
-------------------------------------------------
-section "game/modules/tome/data/talents/cursed/primal-magic.lua"
-
-t("Arcane Bolts", "Arcane Bolts")
-t([[Each turn for 4 turns you fire a bolt of arcane energy at your nearest enemy inflicting %d damage.
-		The damage will increase with the Magic stat.]], [[Each turn for 4 turns you fire a bolt of arcane energy at your nearest enemy inflicting %d damage.
-		The damage will increase with the Magic stat.]])
-t("Displace", "Displace")
-t("Instantaneously displace yourself within line of sight up to 3 squares away.", "Instantaneously displace yourself within line of sight up to 3 squares away.")
-t("Primal Skin", "Primal Skin")
-t([[Years of magic have permeated your skin leaving it resistant to the physical world. Your armor is increased by %d.
-		The bonus will increase with the Magic stat.]], [[Years of magic have permeated your skin leaving it resistant to the physical world. Your armor is increased by %d.
-		The bonus will increase with the Magic stat.]])
-t("Vaporize", "Vaporize")
-t([[Bathes the target in raw magic inflicting %d damage. Such wild magic is difficult to control and if you fail to keep your wits you will be confused for 4 turns.
-		The damage will increase with the Magic stat.]], [[Bathes the target in raw magic inflicting %d damage. Such wild magic is difficult to control and if you fail to keep your wits you will be confused for 4 turns.
-		The damage will increase with the Magic stat.]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/cursed/traveler.lua"
-
-t("Hardened", "Hardened")
-t("Your travels have hardened you. You gain +%d armor.", "Your travels have hardened you. You gain +%d armor.")
-t("Wary", "Wary")
-t("You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.", "You have become wary of danger in your journeys. You have a %d%% chance of not triggering traps.")
-t("Weathered", "Weathered")
-t("You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%", "You have become weathered by the elements. Your Cold and Fire resistance is increased by %d%%")
-t("Savvy", "Savvy")
-t("You have become a keen observer in your travels. Each kill gives you %d%% more experience.", "You have become a keen observer in your travels. Each kill gives you %d%% more experience.")
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/gifts/gifts.lua"
-
-t("Your body's anatomy is starting to blur.", "Your body's anatomy is starting to blur.")
-t("malleable body", "malleable body")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/talents/gifts/malleable-body.lua"
 
 t("azdadazdazdazd", "azdadazdazdazd")
-t([[Your body is more like that of an ooze, you can split into two for %d turns.
-		Your original self has the original ooze aspect while your mitosis gains the acid aspect.
-		If you know the Oozing Blades tree all the talents inside are exchanged for those of the Corrosive Blades tree.
-		Your two selves share the same healthpool.
-		While you are split both of you gain %d%% all resistances.
-		Resistances will increase with Mindpower.]], [[Your body is more like that of an ooze, you can split into two for %d turns.
-		Your original self has the original ooze aspect while your mitosis gains the acid aspect.
-		If you know the Oozing Blades tree all the talents inside are exchanged for those of the Corrosive Blades tree.
-		Your two selves share the same healthpool.
-		While you are split both of you gain %d%% all resistances.
-		Resistances will increase with Mindpower.]])
 t("ervevev", "ervevev")
-t([[Improve your fungus to allow it to take a part of any healing you receive and improve it.
-		Each time you are healed you get a regeneration effect for 6 turns that heals you of %d%% of the direct heal you received.
-		The effect will increase with your Mindpower.]], [[Improve your fungus to allow it to take a part of any healing you receive and improve it.
-		Each time you are healed you get a regeneration effect for 6 turns that heals you of %d%% of the direct heal you received.
-		The effect will increase with your Mindpower.]])
 t("zeczczeczec", "zeczczeczec")
-t([[Both of you swap place in an instant, creatures attacking one will target the other.
-		While swaping you briefly merge together, boosting all your nature and acid damage by %d%% for 6 turns and healing you for %d.
-		Damage and healing increase with Mindpower.]], [[Both of you swap place in an instant, creatures attacking one will target the other.
-		While swaping you briefly merge together, boosting all your nature and acid damage by %d%% for 6 turns and healing you for %d.
-		Damage and healing increase with Mindpower.]])
-t("Indiscernible Anatomyblabla", "Indiscernible Anatomyblabla")
-t([[Your body's internal organs are melted together, making it much harder to suffer critical hits.
-		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]], [[Your body's internal organs are melted together, making it much harder to suffer critical hits.
-		All direct critical hits (physical, mental, spells) against you have a %d%% chance to instead do their normal damage.]])
 
 
 ------------------------------------------------
@@ -858,7 +608,6 @@ t("", "")
 ------------------------------------------------
 section "game/modules/tome/data/talents/misc/inscriptions.lua"
 
-t("- will only auto use when no saturation effect exists", "- will only auto use when no saturation effect exists")
 t(" ", " ")
 
 
@@ -868,123 +617,6 @@ section "game/modules/tome/data/talents/misc/npcs.lua"
 t("", "")
 
 
-------------------------------------------------
-section "game/modules/tome/data/talents/psionic/grip.lua"
-
-t("Bind", "Bind")
-t([[Bind the target in crushing bands of telekinetic force, immobilizing it for %d turns. 
-		The duration will improve with your Mindpower.]], [[Bind the target in crushing bands of telekinetic force, immobilizing it for %d turns. 
-		The duration will improve with your Mindpower.]])
-t("Greater Telekinetic Grasp", "Greater Telekinetic Grasp")
-t([[Use finely controlled forces to augment both your flesh-and-blood grip, and your telekinetic grip. This does the following:
-		Increases disarm immunity by %d%%.
-		Allows %d%% of Willpower and Cunning (instead of the usual 60%%) to be substituted for Strength and Dexterity for the purposes of determining damage done by telekinetically-wielded weapons.
-		At talent level 5, telekinetically wielded gems and mindstars will be treated as one material level higher than they actually are.
-		]], [[Use finely controlled forces to augment both your flesh-and-blood grip, and your telekinetic grip. This does the following:
-		Increases disarm immunity by %d%%.
-		Allows %d%% of Willpower and Cunning (instead of the usual 60%%) to be substituted for Strength and Dexterity for the purposes of determining damage done by telekinetically-wielded weapons.
-		At talent level 5, telekinetically wielded gems and mindstars will be treated as one material level higher than they actually are.
-		]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/psionic/mental-discipline.lua"
-
-t("Aura Discipline", "Aura Discipline")
-t([[Your expertise in the art of energy projection grows.
-		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]], [[Your expertise in the art of energy projection grows.
-		Aura cooldowns are all reduced by %d turns. Aura damage drains energy more slowly (+%0.2f damage required to lose a point of energy).]])
-t("Shield Discipline", "Shield Discipline")
-t("Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.", "Your expertise in the art of energy absorption grows. Shield cooldowns are all reduced by %d turns, the amount of damage absorption required to gain a point of energy is reduced by %0.1f, and the maximum energy you can gain from each shield is increased by %0.1f per turn.")
-t("Highly Trained Mind", "Highly Trained Mind")
-t([[A life of the mind has had predictably good effects on your Willpower and Cunning.
-		Increases Willpower and Cunning by %d.]], [[A life of the mind has had predictably good effects on your Willpower and Cunning.
-		Increases Willpower and Cunning by %d.]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/psionic/psi-archery.lua"
-
-t("Guided Shot", "Guided Shot")
-t("Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.", "Fire and guide an arrow to its target with precise telekinetic nudges. Does normal damage, but accuracy and crit chance are increased by %d.")
-t("Augmented Shot", "Augmented Shot")
-t("Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.", "Use telekinetic forces to greatly augment the durability and tension of your bow in order to fire an arrow with velocity unmatched by even the mightiest mundane archers. Increases armor penetration by %d, and deals %d%% damage.")
-t("Thought-quick Shot", "Thought-quick Shot")
-t("Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.", "Ready and release an arrow with a flitting thought. This attack does not use a turn, and increases in talent level reduce its cooldown.")
-t("Masterful Telekinetic Archery", "Masterful Telekinetic Archery")
-t("You cannot do that without a telekinetically-wielded bow.", "You cannot do that without a telekinetically-wielded bow.")
-t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-			You are not telekinetically wielding anything right now.]], [[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack the nearest target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-			You are not telekinetically wielding anything right now.]])
-t([[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack a target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-		Combat stats:
-		Accuracy: %d
-		Damage: %d
-		APR: %d
-		Crit: %0.2f
-		Speed: %0.2f]], [[You temporarily set aside a part of you mind to direct your telekinetically-wielded bow. It will automatically attack a target each turn for %d turns.
-			The telekinetically-wielded bow uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
-		Combat stats:
-		Accuracy: %d
-		Damage: %d
-		APR: %d
-		Crit: %0.2f
-		Speed: %0.2f]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/psionic/telekinetic-combat.lua"
-
-t("Telekinetic Assault", "Telekinetic Assault")
-t([[Assault your target with all weapons, dealing two strikes with your telekinetically-wielded weapon for %d%% damage followed by an attack with your physical weapon for %d%% damage.
-		This physical weapon attack uses your Willpower and Cunning instead of Strength and Dexterity to determine Accuracy and damage.
-		Any active Aura damage bonusses will extend to your main weapons for this attack.]], [[Assault your target with all weapons, dealing two strikes with your telekinetically-wielded weapon for %d%% damage followed by an attack with your physical weapon for %d%% damage.
-		This physical weapon attack uses your Willpower and Cunning instead of Strength and Dexterity to determine Accuracy and damage.
-		Any active Aura damage bonusses will extend to your main weapons for this attack.]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/psionic/trance.lua"
-
-t("Trance of Purity", "Trance of Purity")
-t([[Activate to purge negative status effects (100%% chance for the first effect, -%d%% less chance for each subsequent effect).  While this talent is sustained all your saving throws are increased by %d.
-		The chance to purge and saving throw bonus will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to purge negative status effects (100%% chance for the first effect, -%d%% less chance for each subsequent effect).  While this talent is sustained all your saving throws are increased by %d.
-		The chance to purge and saving throw bonus will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Trance of Well-Being", "Trance of Well-Being")
-t([[Activate to heal yourself for %0.2f life.  While this talent is sustained your healing modifier will be increased by %d%% and your life regen by %0.2f.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to heal yourself for %0.2f life.  While this talent is sustained your healing modifier will be increased by %d%% and your life regen by %0.2f.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Trance of Focus", "Trance of Focus")
-t([[Activate to increase your critical strike damage by %d%% for 10 turns.  While this talent is sustained your critical strike chance is improved by +%d%%.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]], [[Activate to increase your critical strike damage by %d%% for 10 turns.  While this talent is sustained your critical strike chance is improved by +%d%%.
-		The effects will scale with your mindpower.
-		Only one trance may be active at a time.]])
-t("Deep Trance", "Deep Trance")
-t([[When you wield or wear an item infused by psionic, nature, or arcane-disrupting forces you improve all values under its 'when wielded/worn' field %d%%.
-		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]], [[When you wield or wear an item infused by psionic, nature, or arcane-disrupting forces you improve all values under its 'when wielded/worn' field %d%%.
-		Note this doesn't change the item itself, but rather the effects it has on your person (the item description will not reflect the improved values).]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/spells/necrotic-minions.lua"
-
-t(": %d%%", ": %d%%")
-
-
-------------------------------------------------
-section "game/modules/tome/data/talents/techniques/throwing-knives.lua"
-
-t("%d%% %s", "%d%% %s")
-
-
 ------------------------------------------------
 section "game/modules/tome/data/talents/uber/mag.lua"
 
@@ -997,62 +629,6 @@ t([[%s
 ]])
 
 
-------------------------------------------------
-section "game/modules/tome/data/texts/intro-orc.lua"
-
-t([[Welcome #LIGHT_GREEN#@name@#WHITE#.
-You are a member of the feared race of the Orcs.
-BLAH BLAH BLAH
-
-You have been sent to a remote island on the southwest coast of the Far East to crush an outpost of the Sunwall, the last remaining bastion of men, elves and dwarves on this continent.
-
-A little to the south lies the outpost. Your task: destroy it and bathe in the blood of its people!
-]], [[Welcome #LIGHT_GREEN#@name@#WHITE#.
-You are a member of the feared race of the Orcs.
-BLAH BLAH BLAH
-
-You have been sent to a remote island on the southwest coast of the Far East to crush an outpost of the Sunwall, the last remaining bastion of men, elves and dwarves on this continent.
-
-A little to the south lies the outpost. Your task: destroy it and bathe in the blood of its people!
-]])
-
-
-------------------------------------------------
-section "game/modules/tome/data/texts/unlock-wilder_stone_warden.lua"
-
-t([[While most races of Eyal firmly believe that arcane and nature forces are opposites, Dwarves have found a way to bind them together and meld them into a power to be reckoned with.
-
-You have mastered some arcane and wild talents at a crude level can now create new dwarf characters with the #LIGHT_GREEN#Stone Warden class#WHITE#.
-
-Stone Wardens are Wilders, who are at home in the wilds and draw their power from their connection with nature and arcane
-Class features:#YELLOW#
-- Dual wield shields and bash your foes with arcane enhanced shield strikes
-- Combine arcane and nature forces to split yourself into two powerful halves
-- Use vines of stone to grab and assail your foes
-- Turn into a huge earth elemental and summon volcanos
-- Dwarf race exclusive class (Select it at birth for the option to even appear)#WHITE#
-
-All Wilder classes use Equilibrium for their powers. It represents their connection to nature. 
-The higher it gets the more off-balance they are with it. A high Equilibrium makes for a chance to fail to use a power and lose a turn.
-Stone Wardens also use Mana.
-]], [[While most races of Eyal firmly believe that arcane and nature forces are opposites, Dwarves have found a way to bind them together and meld them into a power to be reckoned with.
-
-You have mastered some arcane and wild talents at a crude level can now create new dwarf characters with the #LIGHT_GREEN#Stone Warden class#WHITE#.
-
-Stone Wardens are Wilders, who are at home in the wilds and draw their power from their connection with nature and arcane
-Class features:#YELLOW#
-- Dual wield shields and bash your foes with arcane enhanced shield strikes
-- Combine arcane and nature forces to split yourself into two powerful halves
-- Use vines of stone to grab and assail your foes
-- Turn into a huge earth elemental and summon volcanos
-- Dwarf race exclusive class (Select it at birth for the option to even appear)#WHITE#
-
-All Wilder classes use Equilibrium for their powers. It represents their connection to nature. 
-The higher it gets the more off-balance they are with it. A high Equilibrium makes for a chance to fail to use a power and lose a turn.
-Stone Wardens also use Mana.
-]])
-
-
 ------------------------------------------------
 section "game/modules/tome/data/timed_effects/magical.lua"
 
@@ -1085,51 +661,6 @@ section "game/modules/tome/data/timed_effects/physical.lua"
 t("%0.1f%%", "%0.1f%%")
 
 
-------------------------------------------------
-section "game/modules/tome/data/zones/ardhungol/npcs.lua"
-
-t("xhaiak", "xhaiak")
-t("shiaak", "shiaak")
-
-
-------------------------------------------------
-section "game/modules/tome/data/zones/deep-bellow/objects.lua"
-
-t("..", "..")
-
-
-------------------------------------------------
-section "game/modules/tome/data/zones/gladium/grids.lua"
-
-t("Gladium Control Orb", "Gladium Control Orb")
-
-
-------------------------------------------------
-section "game/modules/tome/data/zones/gladium/zone.lua"
-
-t("Fortress Gladium", "Fortress Gladium")
-
-
-------------------------------------------------
-section "game/modules/tome/data/zones/town-last-hope/objects.lua"
-
-t("..", "..")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/CharacterSheet.lua"
-
-t("vs ", "vs ")
-t("#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s", "#ORANGE#vs %-11s#LAST#: #00ff00#%3s %s")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/Donation.lua"
-
-t("#GOLD#Exploration mode (infinite lives)#WHITE#", "#GOLD#Exploration mode (infinite lives)#WHITE#")
-t("#GOLD#Item's appearance change (Shimmering)#WHITE#", "#GOLD#Item's appearance change (Shimmering)#WHITE#")
-
-
 ------------------------------------------------
 section "game/modules/tome/dialogs/GraphicMode.lua"
 
@@ -1159,6 +690,12 @@ section "game/modules/tome/dialogs/ShowEquipInven.lua"
 t("up", "up")
 
 
+------------------------------------------------
+section "game/modules/tome/dialogs/ShowLore.lua"
+
+t("", "")
+
+
 ------------------------------------------------
 section "game/modules/tome/dialogs/ShowStore.lua"
 
@@ -1183,249 +720,14 @@ t("", "")
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/AdvanceActor.lua"
 
-t([[Levelup an actor.
-Optionally set Stat levels, learn all talents possible, and gain points to spend on Levelup. 
-The actor is backed up before changes are made.  (Use the "Restore" button to recover.)
-]], [[Levelup an actor.
-Optionally set Stat levels, learn all talents possible, and gain points to spend on Levelup. 
-The actor is backed up before changes are made.  (Use the "Restore" button to recover.)
-]])
-t(" Advance to Level: ", " Advance to Level: ")
-t("Restore: %s (v%d)", "Restore: %s (v%d)")
-t("Restore: none", "Restore: none")
-t("#LIGHT_BLUE#Restoring [%s]%s from backup version %d", "#LIGHT_BLUE#Restoring [%s]%s from backup version %d")
-t("Gain points for stats, talents, and prodigies (unlimited respec)", "Gain points for stats, talents, and prodigies (unlimited respec)")
-t(" Force all BASE stats to: ", " Force all BASE stats to: ")
 t("", "")
-t(" Force all BONUS stats to: ", " Force all BONUS stats to: ")
-t("Learn Talents ", "Learn Talents ")
-t("Unlock & Learn all available talents to level: ", "Unlock & Learn all available talents to level: ")
-t("Ignore requirements", "Ignore requirements")
-t("Force all talent mastery levels to (0.1-5.0): ", "Force all talent mastery levels to (0.1-5.0): ")
-t("Unlock all talent types (slow)", "Unlock all talent types (slow)")
-t("#LIGHT_BLUE#AdvanceActor inputs: %s", "#LIGHT_BLUE#AdvanceActor inputs: %s")
-t("%s #GOLD#Forcing all Base Stats to %s", "%s #GOLD#Forcing all Base Stats to %s")
-t("%s #GOLD#Resetting all talents_types_mastery to %s", "%s #GOLD#Resetting all talents_types_mastery to %s")
-t("%s #GOLD#Unlocking All Talent Types", "%s #GOLD#Unlocking All Talent Types")
 t("#LIGHT_BLUE#%s -- %s", "#LIGHT_BLUE#%s -- %s")
-t("#GOLD#Checking %s Talents (%s)", "#GOLD#Checking %s Talents (%s)")
-t("#LIGHT_BLUE#Talent %s learned to level %d", "#LIGHT_BLUE#Talent %s learned to level %d")
-t("%s #GOLD#Forcing all Bonus Stats to %s", "%s #GOLD#Forcing all Bonus Stats to %s")
-t("#ORCHID#%d prodigy point(s)#LAST#", "#ORCHID#%d prodigy point(s)#LAST#")
-t("#LIGHT_BLUE#%s has %s to spend", "#LIGHT_BLUE#%s has %s to spend")
-t(", and ", ", and ")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/AdvanceZones.lua"
-
-t("Advance Through Zones", "Advance Through Zones")
-t("Enter a comma delimited list of zones or zone tiers to clear", "Enter a comma delimited list of zones or zone tiers to clear")
-t("%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)", "%s:  Level %0.2f to %0.2f (#LIGHT_STEEL_BLUE#+%0.2f#LAST#)")
-t("#RED#Low value items have been dropped on the ground.#LAST#", "#RED#Low value items have been dropped on the ground.#LAST#")
-t("Unable to level change to floor 1 of %s", "Unable to level change to floor 1 of %s")
-t("%s is not valid for autoclear", "%s is not valid for autoclear")
-t("Unable to level change to floor %d of %s", "Unable to level change to floor %d of %s")
 
 
 ------------------------------------------------
 section "game/modules/tome/dialogs/debug/CreateItem.lua"
 
-t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]], [[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]])
-t("Generate examples (right-click refreshes) ", "Generate examples (right-click refreshes) ")
-t("#CRIMSON#==Resolved Example==#LAST#", "#CRIMSON#==Resolved Example==#LAST#")
-t([[#LIGHT_BLUE#Object %s could not be generated or identified. Error:
-%s]], [[#LIGHT_BLUE#Object %s could not be generated or identified. Error:
-%s]])
 t("#GOLD#%s#LAST#", "#GOLD#%s#LAST#")
-t([[Error:
-%s]], [[Error:
-%s]])
-t("Object could not be resolved/identified.", "Object could not be resolved/identified.")
-t("#LIGHT_BLUE#Could not add object to %s at (%d, %d)", "#LIGHT_BLUE#Could not add object to %s at (%d, %d)")
-t("#LIGHT_BLUE#No creature to add object to at (%d, %d)", "#LIGHT_BLUE#No creature to add object to at (%d, %d)")
-t("#LIGHT_BLUE#No object to create", "#LIGHT_BLUE#No object to create")
-t("Place Object", "Place Object")
-t("Place the object where?", "Place the object where?")
-t("Inventory of %s%s", "Inventory of %s%s")
-t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(player)#LAST#")
-t("Drop @ (%s, %s)%s", "Drop @ (%s, %s)%s")
-t("#LIGHT_BLUE#Dropped %s at (%d, %d)", "#LIGHT_BLUE#Dropped %s at (%d, %d)")
-t("NPC Inventory", "NPC Inventory")
-t("#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#", "#LIGHT_BLUE#OBJECT:#LAST# %s%s: #LIGHT_BLUE#[%s] %s {%s, slot %s} at (%s, %s)#LAST#")
-t(", or 0 for the example item", ", or 0 for the example item")
-t("#LIGHT_BLUE# Creating %d items:", "#LIGHT_BLUE# Creating %d items:")
-t("Add an ego enhancement if possible?", "Add an ego enhancement if possible?")
-t("Add a greater ego enhancement if possible?", "Add a greater ego enhancement if possible?")
-t("#LIGHT_BLUE#Created %s", "#LIGHT_BLUE#Created %s")
-t("#LIGHT_BLUE#Creating All Artifacts.", "#LIGHT_BLUE#Creating All Artifacts.")
-t("#LIGHT_BLUE#%d artifacts created.", "#LIGHT_BLUE#%d artifacts created.")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/CreateTrap.lua"
-
-t("#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#Trap [%s]%s already occupies (%d, %d)")
-t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/DebugMain.lua"
-
-t("#LIGHT_BLUE#God mode OFF", "#LIGHT_BLUE#God mode OFF")
-t("#LIGHT_BLUE#God mode ON", "#LIGHT_BLUE#God mode ON")
-t("#LIGHT_BLUE#Demi-God mode OFF", "#LIGHT_BLUE#Demi-God mode OFF")
-t("#LIGHT_BLUE#Demi-God mode ON", "#LIGHT_BLUE#Demi-God mode ON")
-t("#LIGHT_BLUE#Revealing Map.", "#LIGHT_BLUE#Revealing Map.")
-t("#GREY#Removing [%s] %s at (%s, %s)", "#GREY#Removing [%s] %s at (%s, %s)")
-t("#GREY#Killing [%s] %s at (%s, %s)", "#GREY#Killing [%s] %s at (%s, %s)")
-t("#LIGHT_BLUE#%s %d creatures.", "#LIGHT_BLUE#%s %d creatures.")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/Endgamify.lua"
-
-t([[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]], [[#ORANGE# Create Object: Unable to load all objects from file %s:#GREY#
- %s]])
-t("Failed to generate %s", "Failed to generate %s")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/PlotTalent.lua"
-
-t("Values plot for: %s (mastery %0.1f)", "Values plot for: %s (mastery %0.1f)")
-t("TL: ", "TL: ")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/RandomActor.lua"
-
-t("#LIGHT_GREEN#(From %s, line %s):#LAST#", "#LIGHT_GREEN#(From %s, line %s):#LAST#")
-t([[Randomly generate actors subject to a filter and/or create random bosses according to a data table.
-Filters are interpreted by game.zone:checkFilter.
-#ORANGE#Boss Data:#LAST# is interpreted by game.state:createRandomBoss, game.state:applyRandomClass, and Actor.levelupClass.
-Generation is performed within the _G environment (used by the Lua Console) using the current zone's #LIGHT_GREEN#npc_list#LAST#.
-Press #GOLD#'F1'#LAST# for help.
-Mouse over controls for an actor preview (which may be further adjusted when placed on to the level).
-(Press #GOLD#'L'#LAST# to lua inspect or #GOLD#'C'#LAST# to open the character sheet.)
-
-The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]], [[Randomly generate actors subject to a filter and/or create random bosses according to a data table.
-Filters are interpreted by game.zone:checkFilter.
-#ORANGE#Boss Data:#LAST# is interpreted by game.state:createRandomBoss, game.state:applyRandomClass, and Actor.levelupClass.
-Generation is performed within the _G environment (used by the Lua Console) using the current zone's #LIGHT_GREEN#npc_list#LAST#.
-Press #GOLD#'F1'#LAST# for help.
-Mouse over controls for an actor preview (which may be further adjusted when placed on to the level).
-(Press #GOLD#'L'#LAST# to lua inspect or #GOLD#'C'#LAST# to open the character sheet.)
-
-The #LIGHT_BLUE#Base Filter#LAST# is used to filter the actor randomly generated.]])
-t("Current Base Actor: %s", "Current Base Actor: %s")
-t("#LIGHT_BLUE# Current base actor: %s", "#LIGHT_BLUE# Current base actor: %s")
-t("Default Filter", "Default Filter")
-t("#LIGHT_BLUE# Reset base filter", "#LIGHT_BLUE# Reset base filter")
-t("Clear", "Clear")
-t("#LIGHT_BLUE# Clear base actor: %s", "#LIGHT_BLUE# Clear base actor: %s")
-t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#Base Filter:#LAST# ")
-t("The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).", "The #ORANGE#Boss Data#LAST# is used to transform the base actor into a random boss (which will use a random actor if needed).")
-t("#GREY#None#LAST#", "#GREY#None#LAST#")
-t("Current Boss Actor: %s", "Current Boss Actor: %s")
-t("Generate", "Generate")
-t("Default Data", "Default Data")
-t("#LIGHT_BLUE# Reset Randboss Data", "#LIGHT_BLUE# Reset Randboss Data")
-t("Place", "Place")
-t("#ORANGE#Boss Data:#LAST# ", "#ORANGE#Boss Data:#LAST# ")
-t("Filter and Data Help", "Filter and Data Help")
-t("#GREY#No Actor to Display#LAST#", "#GREY#No Actor to Display#LAST#")
-t("#LIGHT_BLUE#Inspect [%s]%s", "#LIGHT_BLUE#Inspect [%s]%s")
-t("#LIGHT_BLUE#No actor to inspect", "#LIGHT_BLUE#No actor to inspect")
-t("#LIGHT_BLUE#Lua Inspect [%s]%s", "#LIGHT_BLUE#Lua Inspect [%s]%s")
-t("#LIGHT_BLUE#No actor to Lua inspect", "#LIGHT_BLUE#No actor to Lua inspect")
-t("#LIGHT_BLUE#Bad filter for base actor: %s", "#LIGHT_BLUE#Bad filter for base actor: %s")
-t("#LIGHT_BLUE#Could not generate a base actor with filter: %s", "#LIGHT_BLUE#Could not generate a base actor with filter: %s")
-t([[#LIGHT_BLUE#Base actor could not be generated with filter [%s].
- Error:%s]], [[#LIGHT_BLUE#Base actor could not be generated with filter [%s].
- Error:%s]])
-t("#LIGHT_BLUE#Bad data for random boss actor: %s", "#LIGHT_BLUE#Bad data for random boss actor: %s")
-t("#LIGHT_BLUE#Could not generate a base actor with data: %s", "#LIGHT_BLUE#Could not generate a base actor with data: %s")
-t([[#LIGHT_BLUE#ERROR: Random Boss could not be generated with data [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR: Random Boss could not be generated with data [%s].
- Error:%s]])
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/RandomObject.lua"
-
-t("#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#", "#LIGHT_GREEN#(From %-10.60s, line: %s):#LAST#")
-t("Drops", "Drops")
-t("Attach Tinker", "Attach Tinker")
-t("Drop Randart (auto data)", "Drop Randart (auto data)")
-t("Drop Randart", "Drop Randart")
-t("The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.", "The #LIGHT_GREEN#Random Filter#LAST# controls random generation of a normal object.")
-t("#GREY#None#LAST#", "#GREY#None#LAST#")
-t("%s: %s", "%s: %s")
-t("#LIGHT_GREEN#Random Object#LAST#", "#LIGHT_GREEN#Random Object#LAST#")
-t("#LIGHT_GREEN#Random Filter:#LAST# ", "#LIGHT_GREEN#Random Filter:#LAST# ")
-t("The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.", "The #LIGHT_BLUE#Base Filter#LAST# is to generate a base object for building a Randart.")
-t("#LIGHT_BLUE#Base Object#LAST#", "#LIGHT_BLUE#Base Object#LAST#")
-t("Default Filter", "Default Filter")
-t("Clear Object", "Clear Object")
-t("#LIGHT_BLUE#Base Filter:#LAST# ", "#LIGHT_BLUE#Base Filter:#LAST# ")
-t("#SALMON#Resolver selected:#LAST# ", "#SALMON#Resolver selected:#LAST# ")
-t("An object resolver interprets additional filter fields to generate an object and determine where it will go.", "An object resolver interprets additional filter fields to generate an object and determine where it will go.")
-t("Dropdown text", "Dropdown text")
-t("No Tooltip", "No Tooltip")
-t("Use this selector to choose which resolver to use", "Use this selector to choose which resolver to use")
-t([[#ORANGE#Randart Data#LAST# contains parameters used to generate a Randart (interpreted by game.state:generateRandart).
-The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]], [[#ORANGE#Randart Data#LAST# contains parameters used to generate a Randart (interpreted by game.state:generateRandart).
-The #LIGHT_BLUE#Base Object#LAST# will be used if possible.]])
-t("Generate", "Generate")
-t("Add Object", "Add Object")
-t("Default Data", "Default Data")
-t("#ORANGE#Randart Data:#LAST# ", "#ORANGE#Randart Data:#LAST# ")
-t("#ORANGE#Randart#LAST#", "#ORANGE#Randart#LAST#")
-t("Show #GOLD#I#LAST#nventory", "Show #GOLD#I#LAST#nventory")
-t("Show #GOLD#C#LAST#haracter Sheet", "Show #GOLD#C#LAST#haracter Sheet")
-t("Set working actor: [%s] %s", "Set working actor: [%s] %s")
-t(" #LIGHT_GREEN#(player)#LAST#", " #LIGHT_GREEN#(player)#LAST#")
-t("Set working actor: [%s] %s%s", "Set working actor: [%s] %s%s")
-t("#GREY#No Tooltip to Display#LAST#", "#GREY#No Tooltip to Display#LAST#")
-t("Filter/Data/Resolver Reference", "Filter/Data/Resolver Reference")
-t("#LIGHT_BLUE#Lua Inspect [%s] %s", "#LIGHT_BLUE#Lua Inspect [%s] %s")
-t("#LIGHT_BLUE#Nothing to Lua inspect", "#LIGHT_BLUE#Nothing to Lua inspect")
-t("#LIGHT_BLUE#Bad %s: %s", "#LIGHT_BLUE#Bad %s: %s")
-t("table definition", "table definition")
-t("#LIGHT_BLUE# Generate Random object using resolver: %s", "#LIGHT_BLUE# Generate Random object using resolver: %s")
-t(" (resolver: %s)", " (resolver: %s)")
-t("#LIGHT_BLUE# New random%s object: %s", "#LIGHT_BLUE# New random%s object: %s")
-t("#LIGHT_BLUE#Could not generate a random object with filter: %s", "#LIGHT_BLUE#Could not generate a random object with filter: %s")
-t([[#LIGHT_BLUE#ERROR generating random object with filter [%s].
- Error: %s]], [[#LIGHT_BLUE#ERROR generating random object with filter [%s].
- Error: %s]])
-t("#LIGHT_BLUE#Could not generate a base object with filter: %s", "#LIGHT_BLUE#Could not generate a base object with filter: %s")
-t([[#LIGHT_BLUE#ERROR generating base object with filter [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR generating base object with filter [%s].
- Error:%s]])
-t("#LIGHT_BLUE#Could not generate a Randart with data: %s", "#LIGHT_BLUE#Could not generate a Randart with data: %s")
-t([[#LIGHT_BLUE#ERROR generating Randart with data [%s].
- Error:%s]], [[#LIGHT_BLUE#ERROR generating Randart with data [%s].
- Error:%s]])
-t("#LIGHT_BLUE#No object to add", "#LIGHT_BLUE#No object to add")
-t([[#LIGHT_BLUE#ERROR accepting object with resolver %s.
- Error:%s]], [[#LIGHT_BLUE#ERROR accepting object with resolver %s.
- Error:%s]])
-t("#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)", "#LIGHT_BLUE#Working Actor set to [%s]%s at (%d, %d)")
-
-
-------------------------------------------------
-section "game/modules/tome/dialogs/debug/SummonCreature.lua"
-
-t("#LIGHT_BLUE# no actor to place.", "#LIGHT_BLUE# no actor to place.")
-t("#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)", "#LIGHT_BLUE#Actor [%s]%s already occupies (%d, %d)")
-t("#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)", "#LIGHT_BLUE#Added %s[%s]%s at (%d, %d)")
-t("#YELLOW#Random Actor#LAST#", "#YELLOW#Random Actor#LAST#")
-t("#PINK#Test Dummy#LAST#", "#PINK#Test Dummy#LAST#")
 
 
 ------------------------------------------------
-- 
GitLab