ブラッドモーファー
エリア: InvasionBoss
ジーナス: ゴートマン
グループ: 霊長類
ファミリー: 原生林
アタックスピードが35%増加する
キャストスピードが35%増加する
移動スピードが75%増加する
ドロップするアイテムの数量が300%増加する
ドロップするアイテムのレアリティが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]
Blood Morpher
SpectreN
AreaInvasionBoss
End Game最大ライフが50%増加する
Tagsanimal_claw_weapon, beast, キャスター, 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: ブラッドステイシス, ブラッドモーファー, バローエイプ
  • ライフ
    180%
    回避力
    +15%
    Ailment Threshold
    180%
    耐性
    30 30 30 20
    Damage
    154%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    130%
    Type
    BloodMonkeyBossInvasion
    Metadata
    MonkeyBossInvasion2
    レベル
    68
    ライフ
    11,580
    防具
    28,790
    回避力
    5,450
    エナジーシールド
    0
    Damage
    575
    スペルダメージ
    575
    命中
    290
    Attack Time
    1.005
    経験値
    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
    通常攻撃
    Base Damage: 460–690
    クリティカル率: 5%
    Attack Time: 1.005 秒
    強力な一撃で敵を打ち倒す。
    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
    アイススピアー
    クリティカル率: 7%
    キャストタイム: 1.466 秒
    氷の破片を連続して発射する。短い距離を移動後、これらの氷の破片は第二形態に変化し、投射物の速度が早くなり、全ての敵を貫通するようになる。
    335.7から503.5の冷気ダメージを与える
    追加の投射物を2個放つ
    第二形態はクリティカル率が600%増加する
    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
    クリーピングフロスト
    クリティカル率: 5%
    キャストタイム: 1.466 秒
    クールダウン時間: 8 秒
    着弾時または指定したエリアに到達したときに炸裂する氷の投射物を放ち、範囲ダメージを与えるとともに、冷気継続ダメージを与える冷却エリアを生成する。このエリアは持続時間が切れるまで近くの敵に向かって地面を這うように移動する。
    926.6から1390の冷気ダメージを与える
    基礎持続時間は8
    追加の投射物を2個放つ
    投射物スピードが50%減少する
    基礎半径は1.5m
    基礎二次半径は1.5m
    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%増加する
    キャストスピードが35%増加する
    移動スピードが75%増加する
    IdMonsterImplicitAuraSpeed1
    FamilyMonsterAura
    Domainsモンスター (3)
    GenerationTypeユニーク (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
    スピードオーラ
    半径: 45
    味方は移動およびアタックが速くなる
    アタックスピードが35%増加する
    キャストスピードが35%増加する
    バフは移動スピード75%増加を付与する
    Speed Aura
    ドロップするアイテムの数量が300%増加する
    ドロップするアイテムのレアリティが800%増加する
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domainsモンスター (3)
    GenerationTypeユニーク (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
    Domainsモンスター (3)
    GenerationTypeユニーク (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
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domainsモンスター (3)
    GenerationTypeユニーク (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
    Domainsモンスター (3)
    GenerationTypeユニーク (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.