Aniquilador de Marchak
Construto
monster no drops or experience [1]
emerge speed +% [0,30]
Marchak's Annihilator
SpectreN
Tagsbludgeoning_weapon, Conjurador, construct, fire_affinity, ghost_armour, has_staff, has_two_handed_melee, medium_height, ranged, very_slow_movement
Vida
420%
Ailment Threshold
420%
Resistência
0 0 0 0
Damage
100%
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
±0%
Experiência
100%
Model Size
100%
Type
AnimatedWeaponWbStaff
Metadata
WbAnimatedFireballStaff
Nível
68
Vida
27,020
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1.5
Experiência
10,255
Ailment Threshold
27,020
Chill
85
Shock
85
Brittle
483
Scorch
85
Sap
236
WbAnimatedItemChaosFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 0.85 seg
Recarga: 2.5 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
Causa 199.7 a 299.6 de Dano de Fogo
60% menos Velocidade de Conjuração
35% do Dano de Fogo Convertido para Dano de Caos
Dispara 3 Projéteis em cada uma das duas espirais espelhadas
Raio Base igual a 0.9 metros
base is projectile [1]
projectile spiral nova time ms [700]
visual hit effect chaos is green [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
}

Stats
{
	set_item_drop_slots = 0
	minion_does_not_equip_quiver = 1
	monster_gets_item_stats = 1

}

Actor
{
	basic_action = "Emerge"
}

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/WbAnimatedFireballStaff"] = {
    name = "Marchak's Annihilator",
    life = 4.2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "WbAnimatedItemChaosFireball",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["WbAnimatedItemChaosFireball"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "skill_fire_damage_%_to_convert_to_chaos",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "projectile_spiral_nova_angle",
        "active_skill_cast_speed_+%_final",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_spiral_nova_both_directions",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 35, 3, 700, 20, -60, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 35, 3, 700, 20, -60, 9, critChance = 6, levelRequirement = 5, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • emerge speed +% [0,30]
    IdEmergeSpeedHigh
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 30 Global
  • Edit

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