Blood Morpher
Beast
Genus: Goatmen
Group: Primates
Family: The Wilds
35% increased Attack Speed
35% increased Cast Speed
75% increased Movement Speed
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
SpectreN
AreaInvasionBoss
End Game50% increased maximum Life
Tagsanimal_claw_weapon, beast, caster, cold_affinity, fast_movement, flesh_armour, invasion_boss, is_unarmed, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, primate_beast, ranged, red_blood
Packs
  • InvasionBoss: Blood Stasis , Blood Morpher, Barrow Ape
  • Life
    180%
    Evasion
    +15%
    Ailment Threshold
    180%
    Resistance
    30 30 30 20
    Damage
    154%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    130%
    Type
    BloodMonkeyBossInvasion
    Metadata
    MonkeyBossInvasion2
    Level
    68
    Life
    11,580
    Armour
    28,790
    Evasion
    5,450
    Energy Shield
    0
    Damage
    575
    Spell Damage
    575
    Accuracy
    290
    Attack Time
    1.005
    Experience
    20,510
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 460–690
    Critical Strike Chance: 5%
    Attack Time: 1.005 sec
    Strike your foes down with a powerful blow.
    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]
    MonkeyBossIceSpearInvasion
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
    Ice Spear
    Critical Strike Chance: 7%
    Cast Time: 1.466 sec
    Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.
    Deals 335.7 to 503.5 Cold Damage
    Fires 2 additional Projectiles
    Second form has 600% increased Critical Strike Chance
    active skill chill duration +% final [78]
    base is projectile [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-25]
    use scaled contact offset [1]
    MonkeyArcticBreathInvasion
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
    Creeping Frost
    Critical Strike Chance: 5%
    Cast Time: 1.466 sec
    Cooldown Time: 8 sec
    Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.
    Deals 926.6 to 1390 Cold Damage
    Base duration is 8 seconds
    Fires 2 additional Projectiles
    50% reduced Projectile Speed
    Base radius is 1.5 metres
    Base secondary radius is 1.5 metres
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monkeys/Monkey"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monkeys/Monkey"
    
    Life
    {
    	on_defeat = "DetachAllContainingText( ice ); RemoveEffects( );"
    	on_spawned_dead = "DetachAllContainingText( ice ); RemoveEffects( );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Monkeys/MonkeyBossInvasion2"] = {
        name = "Blood Morpher",
        life = 1.8,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.54,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonkeyBossIceSpearInvasion",
            "MonkeyArcticBreathInvasion",
        },
        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["MonkeyBossIceSpearInvasion"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.466,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "spell_maximum_action_distance_+%",
            "ice_spear_second_form_critical_strike_chance_+%",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectile_uses_contact_direction",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 9, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 21, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 24, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 30, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 2, 78, -25, 600, critChance = 7, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 3, 78, -25, 600, critChance = 7, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonkeyArcticBreathInvasion"] = {
        name = "Creeping Frost",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Duration] = true,
            [SkillType.Area] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.466,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_projectile_speed_+%",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3500, 0, -50, 15, 15, levelRequirement = 2, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 4500, 2, -50, 15, 15, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 4500, 2, -50, 15, 15, critChance = 5, levelRequirement = 47, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 6000, 2, -50, 15, 15, critChance = 5, levelRequirement = 49, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 8000, 2, -50, 15, 15, critChance = 5, levelRequirement = 63, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 8000, 2, -50, 15, 15, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 10000, 2, -50, 15, 15, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    35% increased Attack Speed
    35% increased Cast Speed
    75% increased Movement Speed
    IdMonsterImplicitAuraSpeed1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level4 (Effective: 3)
    Stats
  • attack speed +% Min: 35 Max: 35 Global
  • base cast speed +% Min: 35 Max: 35 Global
  • base movement velocity +% Min: 75 Max: 75 Global
  • Craft Tagsspeed
    Speed Aura
    Radius: 45
    Allies Move and Attack Faster
    35% increased Attack Speed
    35% increased Cast Speed
    Buff grants 75% increased Movement Speed
    monster dropped item quantity +% [300]
    monster dropped item rarity +% [800]
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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