Fidelitas, Lealtad Sin Fin
Demonio
monster no drops [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Fidelitas, Loyalty Undying
SpectreN
AreaEl Santuario de Maligaro
Tagsdemon, is_unarmed, large_model, light_armour, lightning_affinity, medium_height, melee, not_int, physical_affinity, red_blood, slow_movement
Vida
600%
Armaduras
+25%
Evasión
+20%
Ailment Threshold
600%
Resistencia
40 40 40 25
Damage
225%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
5 ~ 14
Attack Time
1.02 Second
Damage Spread
±20%
Experiencia
150%
Model Size
100%
Type
FourLeggedDemonMaligaro
Metadata
FourLeggedDemonMaligaro
Nivel
52
Vida
13,200
Armaduras
9,836
Evasión
3,151
Escudo de energía
0
Damage
367
Daño de hechizos
367
Precisión
152
Attack Time
1.02
Experiencia
9,096
Ailment Threshold
13,200
Chill
42
Shock
42
Brittle
236
Scorch
42
Sap
115
RapidSlam
Attack, Area, Triggerable
Base Damage: 294–440
Probabilidad de golpe crítico: 5%
Attack Time: 1.02 seg
Tiempo de recarga: 5 seg
Inflige un 30% más de daño
60% menos Velocidad de Ataque
is area damage [1]
AttackVortex
Attack, Projectile, ProjectileSpeed
Base Damage: 294–440
Probabilidad de golpe crítico: 5%
Attack Time: 1.02 seg
Tiempo de recarga: 3 seg
El 60% del daño físico se convierte en daño de rayo
base is projectile [1]
is area damage [1]
main hand base maximum attack distance [70]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 294–440
Probabilidad de golpe crítico: 5%
Attack Time: 1.02 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MaligaroDemonProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 12.5 seg
La duración base es de 5.5 segundos

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	
}

Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	on_transition_to_2 = "MakeCollidable();"
	create_state_1 = "PlayAnimation( portal_emerge_01 ); PauseAnimation(); RemoveCollidability();"
	create_state_2 = "MakeCollidable();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonFourLegged/FourLeggedDemonMaligaro"] = {
    name = "Fidelitas, Loyalty Undying",
    life = 6,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2.25,
    damageSpread = 0.2,
    attackTime = 1.02,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MaligaroDemonProximityShield",
        "RapidSlam",
        "AttackVortex",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaligaroDemonProximityShield"] = {
    name = "MaligaroDemonProximityShield",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {5500, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RapidSlam"] = {
    name = "RapidSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "active_skill_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-60, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AttackVortex"] = {
    name = "AttackVortex",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectileSpeed] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "skill_physical_damage_%_to_convert_to_lightning",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {70, 60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops [1]
IdMonsterNoDrops
FamilyMonsterNoDrops
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no drops Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstruo (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.