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.

55 lines
1.0 KiB

local L
-----------------------
-- Inquisitor Meto --
-----------------------
L= DBM:GetModLocalization(2012)
L:SetMiscLocalization({
Pull = "Your fate is only death!"
})
-----------------------
-- Occularus --
-----------------------
L= DBM:GetModLocalization(2013)
L:SetMiscLocalization({
Pull = "I see the weakness in your soul!"
})
-----------------------
-- Sotanathor --
-----------------------
L= DBM:GetModLocalization(2014)
L:SetMiscLocalization({
Pull = "Come, small ones. Die by my hand!"
})
-----------------------
-- Mistress Alluradel --
-----------------------
L= DBM:GetModLocalization(2011)
L:SetMiscLocalization({
Pull = "New playthings? How irresistible!"
})
-----------------------
-- Matron Folnuna --
-----------------------
L= DBM:GetModLocalization(2010)
L:SetMiscLocalization({
Pull = "Yes... come closer, little ones!"
})
-----------------------
-- Pit Lord Vilemus --
-----------------------
L= DBM:GetModLocalization(2015)
L:SetMiscLocalization({
Pull = "All worlds will burn in felfire!"
})