Avatar de la Fiera
Bestia
Los ataques aplican sangrado
monster no drops or experience [1]
Daño aumentado un 18%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Avatar of the Hellion
SpectreN
Tagsanimal_claw_weapon, beast, Lanzador de hechizos, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood
Vida
600%
Armadura
+10%
Evasión
+10%
Ailment Threshold
600%
Resistencia
40 0 0 0
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
140%
Type
LionChimeraBoss
Metadata
LionDesertSkinPunctureChimeraBoss
Nivel
68
Vida
38,600
Armadura
31,669
Evasión
5,213
Escudo de energía
0
Damage
560
Daño de hechizos
560
Precisión
290
Attack Time
1.5
Experiencia
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 448–672
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MoltenMortarProjectileChimera
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tiempo de lanzamiento: 1 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
HellionEnrage
Spell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 15 seg
La duración base es de 6 segundos
Velocidad de movimiento aumentada un 50%
Daño aumentado un 29%
Velocidades de ataque y lanzamiento de hechizos aumentadas un 50%

Object Type

version 2
extends "Metadata/Monsters/Chimera/PitFightMonsters"

Actor
{
	main_hand_unarmed_type = "Dagger"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Chimera/PitFightMonsters"

Render
{
    //turn_duration = 0.35
	preload_animated_object = "GroundFireOnDeathEffect"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Lion/LionDesertSkinPunctureChimeraBoss"] = {
    name = "Avatar of the Hellion",
    life = 6,
    fireResist = 40,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "MoltenMortarProjectileChimera",
        "HellionEnrage",
    },
    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["MoltenMortarProjectileChimera"] = {
    name = "MoltenMortarProjectileChimera",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "number_of_additional_projectiles",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, 2, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HellionEnrage"] = {
    name = "HellionEnrage",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "attack_and_cast_speed_+%",
        "base_movement_velocity_+%",
        "damage_+%",
    },
    levels = {
        [1] = {6000, 50, 50, 29, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Los ataques aplican sangrado
IdMonsterBleedImplicit
FamilyMonsterDamage
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • physical damage +% Min: 0 Max: 0 Global
  • global bleed on hit Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Daño aumentado un 18%
    Velocidad de ataque aumentada un 40%
    Velocidad de movimiento aumentada un 40%
    Daño recibido reducido un 25%
    IdChimeraMinionFerocityUniqueMonsters
    FamilyChimeraMinionFerocity
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • damage +% Min: 18 Max: 18 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Avatar de la fiera
    Bestia
    Los ataques aplican sangrado
    monster no drops or experience [1]
    Daño aumentado un 18%
    Velocidad de ataque aumentada un 40%
    Velocidad de movimiento aumentada un 40%
    Daño recibido reducido un 25%
    Avatar of the Hellion
    SpectreN
    Tagsanimal_claw_weapon, beast, Lanzador de hechizos, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, light_armour, mammal_beast, medium_movement, melee, not_int, physical_affinity, ranged, red_blood
    Vida
    600%
    Armadura
    +10%
    Evasión
    +10%
    Ailment Threshold
    600%
    Resistencia
    40 0 0 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    140%
    Type
    LionChimeraBoss
    Metadata
    LionDesertSkinPunctureChimeraBossStandalone
    Nivel
    68
    Vida
    38,600
    Armadura
    31,669
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    20,510
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MoltenMortarProjectileChimera
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 1 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
    HellionEnrage
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 15 seg
    La duración base es de 6 segundos
    Velocidad de movimiento aumentada un 50%
    Daño aumentado un 29%
    Velocidades de ataque y lanzamiento de hechizos aumentadas un 50%

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	preload_animated_object = "GroundFireOnDeathEffect"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Lion/LionDesertSkinPunctureChimeraBossStandalone"] = {
        name = "Avatar of the Hellion",
        life = 6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "MoltenMortarProjectileChimera",
            "HellionEnrage",
        },
        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["MoltenMortarProjectileChimera"] = {
        name = "MoltenMortarProjectileChimera",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, 2, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HellionEnrage"] = {
        name = "HellionEnrage",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "attack_and_cast_speed_+%",
            "base_movement_velocity_+%",
            "damage_+%",
        },
        levels = {
            [1] = {6000, 50, 50, 29, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Los ataques aplican sangrado
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage +% Min: 0 Max: 0 Global
  • global bleed on hit Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Daño aumentado un 18%
    Velocidad de ataque aumentada un 40%
    Velocidad de movimiento aumentada un 40%
    Daño recibido reducido un 25%
    IdChimeraMinionFerocityUniqueMonsters
    FamilyChimeraMinionFerocity
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • damage +% Min: 18 Max: 18 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Edit

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