Aspecto da Destruição
Construto
50% do Dano Físico Convertido em Dano de Fogo
Quantidade dos Itens Derrubados aumentada em 300%
Raridade dos Itens Derrubados aumentada em 800%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Aspect of Destruction
SpectreN
TagsConjurador, cleaving_weapon, construct, fire_affinity, ghost_armour, has_two_hand_axe, has_two_handed_melee, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity
Vida
300%
Armadura
+50%
Ailment Threshold
300%
Resistência
40 40 40 25
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
110%
Type
AnimatedWeaponRampageLeaguestoneBoss
Metadata
AnimatedLeaguestoneBoss1
Nível
68
Vida
19,300
Armadura
43,185
Evasão
4,739
Escudo de Energia
0
Damage
747
Dano Mágico
747
Precisão
290
Attack Time
1.5
Experiência
20,510
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
MonsterCycloneRampageBoss
Attack, Area, Melee, Movement
Ciclone
Base Damage: 598–897
Chance de Crítico: 5%
Attack Time: 1.5 seg
Recarga: 2.5 seg
Danifica inimigos próximos a você, e então executa uma série de ataques giratórios conforme você viaja para o destino alvo. Não pode ser suportado por Impiedade ou Ataques Múltiplos.
60% mais Velocidade de Movimento
75% mais Velocidade de Ataque
cyclone extra distance [40]
cyclone has triggered skill [1]
is area damage [1]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 598–897
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
FireStormCallTriggeredRampageLeaguestone
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Invocar Tormenta
Tempo de Conjuração: 1 seg
Define um marcador no local. Após um curto período, raios atingem o marcador, causando dano ao seu redor e fazendo com que raios atinjam quaisquer outros marcadores que você tenha conjurado.
Duração base é de 2 segundos
Causa 613.8 a 1841 de Dano de Fogo
cast on cyclone contact % [100]
is area damage [1]
spell uncastable if triggerable [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Life
{
	corpse_usable = false
	on_death = "Delete();"
}

Animated
{
	animated_object = "Metadata/Monsters/AnimatedItem/AnimatedItemDedicated.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	allow_attached_arrows = false
	use_attached_selection_box_if_no_drawcalls = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AnimatedItem/AnimatedLeaguestoneBoss1"] = {
    name = "Aspect of Destruction",
    life = 3,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "Melee",
        "MonsterCycloneRampageBoss",
        "FireStormCallTriggeredRampageLeaguestone",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterCycloneRampageBoss"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "cyclone_movement_speed_+%_final",
        "cyclone_extra_distance",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
        "cyclone_has_triggered_skill",
    },
    levels = {
        [1] = {60, 40, 75, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireStormCallTriggeredRampageLeaguestone"] = {
    name = "Storm Call",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "cast_on_cyclone_contact_%",
        "is_area_damage",
        "spell_uncastable_if_triggerable",
    },
    levels = {
        [1] = {0.5, 1.5, 2000, 100, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
50% do Dano Físico Convertido em Dano de Fogo
IdMonsterConvertToFireDamage2
FamilyFireDamageAsPortionOfDamage
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Quantidade dos Itens Derrubados aumentada em 300%
    Raridade dos Itens Derrubados aumentada em 800%
    IdMonsterRampageLeaguestoneBoss
    FamilyMonsterInvasionBoss
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.