示例#1
0
                            icon="spell_warlock_demonsoul.jpg",
                            show=False)

DEMONHUNTER_VENGEANCE.add_spell(spell_id=204021,
                                cooldown=60,
                                duration=8,
                                color="#7aeb34",
                                name="Fiery Brand",
                                icon="ability_demonhunter_fierybrand.jpg")
DEMONHUNTER_VENGEANCE.add_spell(spell_id=212084,
                                cooldown=60,
                                duration=2,
                                color="#34ebe1",
                                name="Fel Devastation",
                                icon="ability_demonhunter_feldevastation.jpg",
                                show=False)
DEMONHUNTER_VENGEANCE.add_spell(
    spell_id=187827,
    cooldown=180,
    duration=15,
    color="#348540",
    name="Metamorphosis",
    icon="ability_demonhunter_metamorphasistank.jpg")
DEMONHUNTER_VENGEANCE.add_debuff(
    spell_id=209261,
    cooldown=480,
    duration=15,
    color="#348540",
    name="Last Resort",
    icon="inv_glaive_1h_artifactaldorchi_d_06.jpg")
示例#2
0
                            duration=3,
                            color="#c43025",
                            name="Blooddrinker",
                            icon="ability_animusdraw.jpg",
                            show=False)
DEATHKNIGHT_BLOOD.add_spell(spell_id=194679,
                            cooldown=25,
                            duration=4,
                            color="#ff9169",
                            name="Rune Tap",
                            icon="spell_deathknight_runetap.jpg",
                            show=False)
DEATHKNIGHT_BLOOD.add_debuff(spell_id=123981,
                             cooldown=240,
                             duration=3,
                             color="#31b038",
                             name="Purgatory",
                             icon="inv_misc_shadowegg.jpg",
                             show=False)

DEATHKNIGHT_UNHOLY.add_spell(spell_id=42650,
                             cooldown=240,
                             duration=30,
                             name="Army of the Dead",
                             icon="spell_deathknight_armyofthedead.jpg",
                             tags=[TAG_DYNAMIC_CD])
DEATHKNIGHT_UNHOLY.add_spell(
    spell_id=275699,
    cooldown=45,
    duration=15,
    name="Apocalypse",
示例#3
0
文件: mage.py 项目: gitarrg/lorgs
# Covenant & Shared
MAGE.add_spell(        spell_id=314793, cooldown=90,  duration=25, color=COL_VENTR, name="Mirrors of Torment", icon="ability_revendreth_mage.jpg")
MAGE.add_spell(        spell_id=314791, cooldown=60,  duration=3,  color=COL_NF,    name="Shifting Power",     icon="ability_ardenweald_mage.jpg",               show=False)
MAGE.add_spell(        spell_id=307443, cooldown=30,  duration=10, color=COL_KYR,   name="Radiant Spark",      icon="ability_bastion_mage.jpg",                  show=False)
MAGE.add_spell(        spell_id=324220, cooldown=180, duration=25, color=COL_NECRO, name="Deathborne",         icon="ability_maldraxxus_mage.jpg")


# Defensives
MAGE.add_buff(         spell_id=45438,  cooldown=240,                               name="Ice Block",          icon="spell_frost_frost.jpg",                     show=False)
MAGE.add_buff(         spell_id=55342,  cooldown=120,                               name="Mirror Image",       icon="spell_magic_lesserinvisibilty.jpg",         show=False)
MAGE.add_buff(         spell_id=342246, cooldown=60,                                name="Alter Time",         icon="spell_mage_altertime.jpg",                  show=False)

MAGE_ARCANE.add_buff(  spell_id=113862, cooldown=120,                               name="Greater Invisibility",icon="ability_mage_greaterinvisibility.jpg",     show=False)
MAGE_ARCANE.add_buff(  spell_id=235450, cooldown=25,                                name="Prismatic Barrier",  icon="spell_magearmor.jpg",                       show=False)
MAGE_FIRE.add_buff(    spell_id=235313, cooldown=25,                                name="Blazing Barrier",    icon="ability_mage_moltenarmor.jpg",              show=False)
MAGE_FIRE.add_debuff(  spell_id=87023,  cooldown=300, duration=6,                   name="Cauterize",          icon="spell_fire_rune.jpg",                       show=False)
MAGE_FROST.add_buff(   spell_id=11426,  cooldown=25,                                name="Ice Barrier",        icon="spell_ice_lament.jpg",              show=False)


# Offensive
MAGE.add_spell(        spell_id=116011, cooldown=45,  duration=12,                  name="Rune of Power",      icon="spell_mage_runeofpower.jpg",                show=False)

MAGE_FIRE.add_spell(   spell_id=190319, cooldown=60,  duration=10, color="#e3b02d", name="Combustion",         icon="spell_fire_sealoffire.jpg",      tags=[TAG_DYNAMIC_CD])
MAGE_FIRE.add_spell(   spell_id=153561, cooldown=45,                                name="Meteor",             icon="spell_mage_meteor.jpg",                     show=False)
MAGE_FIRE.add_buff(    spell_id=333315,                                             name="Sun King's Blessing",icon="ability_mage_firestarter.jpg",              show=True)

MAGE_ARCANE.add_spell( spell_id=12042,  cooldown=100, duration=10,                  name="Arcane Power",       icon="spell_nature_lightning.jpg")  # 2min base cd / reduced by conduit
MAGE_ARCANE.add_spell( spell_id=321507, cooldown=45,  duration=8,                   name="Touch of the Magi",  icon="spell_mage_icenova.jpg")

MAGE_FROST.add_spell(  spell_id=12472,  cooldown=60,  duration=20,                  name="Icy Veins",          icon="spell_frost_coldhearted.jpg",    tags=[TAG_DYNAMIC_CD]) # 3min base cd / reduced by conduit
MAGE_FROST.add_spell(  spell_id=257537, cooldown=45,                                name="Ebonbolt",           icon="artifactability_frostmage_ebonbolt.jpg")