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
948 B
23 lines
948 B
local L = BigWigs:NewBossLocale("Underrot Trash", "itIT")
|
|
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 = "Spirito Ingannato"
|
|
L.priest = "Sacerdotessa del Sangue Devota"
|
|
L.maggot = "Camola Fetida"
|
|
L.matron = "Matrona del Sangue Prescelta"
|
|
L.lasher = "Pianta Sferzante Malata"
|
|
L.bloodswarmer = "Brulicasangue Ferino"
|
|
L.rot = "Putridume Vivo"
|
|
L.deathspeaker = "Necroratore Caduto"
|
|
L.defiler = "Profanatore Giurasangue"
|
|
L.corruptor = "Corruttore Senzavolto"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Infested Crawg", "itIT")
|
|
if L then
|
|
-- L.random_cast = "Charge or Indigestion"
|
|
-- L.random_cast_desc = "The first cast after each Tantrum is random."
|
|
end
|
|
|