You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.1 KiB

if GetLocale() ~= "zhTW" then return end
local L
-----------------------
-- Inquisitor Meto --
-----------------------
L= DBM:GetModLocalization(2012)
L:SetMiscLocalization({
Pull = "你注定會死!"
})
-----------------------
-- Occularus --
-----------------------
L= DBM:GetModLocalization(2013)
L:SetMiscLocalization({
Pull = "我看到你靈魂的弱點了!"
})
-----------------------
-- Sotanathor --
-----------------------
L= DBM:GetModLocalization(2014)
L:SetMiscLocalization({
Pull = "來吧,小傢伙,讓我殺了你們!"
})
-----------------------
-- Mistress Alluradel --
-----------------------
L= DBM:GetModLocalization(2011)
L:SetMiscLocalization({
Pull = "新的玩具嗎?真是難以抗拒啊!"
})
-----------------------
-- Matron Folnuna --
-----------------------
L= DBM:GetModLocalization(2010)
L:SetMiscLocalization({
Pull = "對…小傢伙,靠近一點!"
})
-----------------------
-- Pit Lord Vilemus --
-----------------------
L= DBM:GetModLocalization(2015)
L:SetMiscLocalization({
Pull = "魔火會燒盡所有世界!"
})