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.
23 lines
1.0 KiB
23 lines
1.0 KiB
local L = BigWigs:NewBossLocale("Underrot Trash", "esES") or BigWigs:NewBossLocale("Underrot Trash", "esMX")
|
|
if not L then return end
|
|
if L then
|
|
-- L.custom_on_fixate_plates = "Thirst For Blood icon on Enemy Nameplate"
|
|
-- L.custom_on_fixate_plates_desc = "Show an icon on the target nameplate that is fixating on you.\nRequires the use of Enemy Nameplates. This feature is currently only supported by KuiNameplates."
|
|
|
|
L.spirit = "Espíritu contaminado"
|
|
L.priest = "Sacerdotisa de sangre devota"
|
|
L.maggot = "Cresa fétida"
|
|
L.matron = "Matriarca de sangre elegida"
|
|
L.lasher = "Azotador malsano"
|
|
L.bloodswarmer = "Enjambrista de sangre feral"
|
|
L.rot = "Putrefacción viva"
|
|
L.deathspeaker = "Portavoz de la muerte caído"
|
|
L.defiler = "Profanador Jurasangre"
|
|
L.corruptor = "Corruptor ignoto"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Infested Crawg", "esES") or BigWigs:NewBossLocale("Infested Crawg", "esMX")
|
|
if L then
|
|
-- L.random_cast = "Charge or Indigestion"
|
|
-- L.random_cast_desc = "The first cast after each Tantrum is random."
|
|
end
|
|
|