レヴナント
悪魔
エリア: InvasionBoss
ドロップするアイテムの数量が300%増加する
ドロップするアイテムのレアリティが800%増加する
移動スピードが50%増加する
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]
The Revenant
SpectreN
AreaInvasionBoss
End Game最大ライフが50%増加する
Tagsanimal_claw_weapon, キャスター, demon, fire_affinity, invasion_boss, is_unarmed, light_armour, medium_height, medium_movement, melee, physical_affinity, red_blood
Packs
  • InvasionBoss: レヴナント, ヴォイドベアラー
  • ライフ
    220%
    Ailment Threshold
    220%
    耐性
    30 30 30 20
    Damage
    194%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    150%
    Type
    FlamebearerBossInvasion
    Metadata
    FlameBearerBossInvasion
    レベル
    68
    ライフ
    14,153
    防具
    28,790
    回避力
    4,739
    エナジーシールド
    0
    Damage
    725
    スペルダメージ
    725
    命中
    290
    Attack Time
    1.5
    経験値
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 580–870
    クリティカル率: 5%
    Attack Time: 1.5 秒
    強力な一撃で敵を打ち倒す。
    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]
    FlamebearerFlameBlueInvasion
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    ホーリーフレイムトーテム
    追加ダメージ効率: 10%
    キャストタイム: 0.25 秒
    クールダウン時間: 4 秒
    近くの敵に炎を連続して発射するトーテムを召喚する。
    スキルは追加で9回繰り返す
    投射物は全ての対象を貫通する
    79.43から119.1の火ダメージを与える
    キャストスピードが10%上昇する
    追加の投射物を3個放つ
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-75]
    BlueMonsterCycloneInvasion
    Attack, Area, Melee, Movement
    サイクロン
    Base Damage: 580–870
    クリティカル率: 5%
    Attack Time: 1.5 秒
    周囲の敵にダメージを与え、指定地点に移動しつつ回転しながら攻撃を与え続ける。ルースレスおよびマルチストライクでサポートすることができない。
    ダメージが40%低下する
    物理ダメージが24%増加する
    アタックスピードが20%増加する
    移動スピードが30%低下する
    cyclone extra distance [15]
    is area damage [1]
    FlamebearerBossSearingBondInvasion
    Spell, DamageOverTime, Trappable, Mineable, TotemCastsAlone, CausesBurning, SummonsTotem, Triggerable, Fire, DegenOnlySpellDamage
    シーリングボンド
    キャストタイム: 1 秒
    クールダウン時間: 4 秒
    召喚者と他のトーテムそれぞれの間に火のビームを繋げるトーテムを召喚し、そのビームに触れた敵に燃焼ダメージを与える。ビームの終端のそばにいる敵にも燃焼ダメージを与える。
    トーテムは20秒持続する
    毎秒937.5の基礎火ダメージを与える
    トーテム最大召喚数 +3
    このスキルを使用するトーテムを1体召喚する
    base active skill totem level [68]
    base skill is totemified [1]
    base totem range [100]
    number of totems summoned in formation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	set_base_number_of_totems_allowed = 5
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Monkeys/FlameBearerBossInvasion"] = {
        name = "The Revenant",
        life = 2.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.94,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "FlamebearerFlameBlueInvasion",
            "BlueMonsterCycloneInvasion",
            "FlamebearerBossSearingBondInvasion",
        },
        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["FlamebearerFlameBlueInvasion"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_cast_speed_+%_final",
            "number_of_additional_projectiles",
            "skill_repeat_count",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -78, 25, 0, 9, -25, levelRequirement = 4, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -75, 25, 0, 9, -25, levelRequirement = 8, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -75, 15, 2, 9, -25, levelRequirement = 35, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, -75, 10, 3, 9, -25, levelRequirement = 65, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, -75, 5, 4, 9, -25, levelRequirement = 72, statInterpolation = {3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BlueMonsterCycloneInvasion"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "cyclone_extra_distance",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {24, 20, -30, 15, -40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FlamebearerBossSearingBondInvasion"] = {
        name = "Searing Bond",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that casts a beam of fire at you and each other totem you control, dealing burning damage to enemies caught in the beam. Enemies near either end of a beam also suffer burning damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.DegenOnlySpellDamage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_active_skill_totem_level",
            "base_number_of_totems_allowed",
            "base_totem_duration",
            "base_totem_range",
            "number_of_totems_summoned_in_formation",
            "is_totem",
            "base_skill_is_totemified",
        },
        levels = {
            [1] = {0.34999999403954, 3, 1, 20000, 100, 1, levelRequirement = 3, statInterpolation = {3, 1, 1},  cost = { }, },
            [2] = {0.37000000476837, 5, 1, 20000, 100, 1, levelRequirement = 5, statInterpolation = {3, 1, 1},  cost = { }, },
            [3] = {0.38999998569489, 8, 1, 20000, 100, 1, levelRequirement = 8, statInterpolation = {3, 1, 1},  cost = { }, },
            [4] = {0.40999999642372, 10, 1, 20000, 100, 1, levelRequirement = 10, statInterpolation = {3, 1, 1},  cost = { }, },
            [5] = {0.43000000715256, 12, 1, 20000, 100, 1, levelRequirement = 12, statInterpolation = {3, 1, 1},  cost = { }, },
            [6] = {0.44999998807907, 14, 1, 20000, 100, 1, levelRequirement = 14, statInterpolation = {3, 1, 1},  cost = { }, },
            [7] = {0.49000000953674, 17, 1, 20000, 100, 1, levelRequirement = 17, statInterpolation = {3, 1, 1},  cost = { }, },
            [8] = {0.52999997138977, 20, 1, 20000, 100, 1, levelRequirement = 20, statInterpolation = {3, 1, 1},  cost = { }, },
            [9] = {0.56999999284744, 24, 1, 20000, 100, 1, levelRequirement = 24, statInterpolation = {3, 1, 1},  cost = { }, },
            [10] = {0.61000001430511, 30, 1, 20000, 100, 1, levelRequirement = 29, statInterpolation = {3, 1, 1},  cost = { }, },
            [11] = {0.64999997615814, 31, 1, 20000, 100, 1, levelRequirement = 31, statInterpolation = {3, 1, 1},  cost = { }, },
            [12] = {0.69999998807907, 36, 2, 20000, 100, 1, levelRequirement = 36, statInterpolation = {3, 1, 1},  cost = { }, },
            [13] = {0.75999999046326, 41, 2, 20000, 100, 1, levelRequirement = 41, statInterpolation = {3, 1, 1},  cost = { }, },
            [14] = {0.81999999284744, 44, 2, 20000, 100, 1, levelRequirement = 44, statInterpolation = {3, 1, 1},  cost = { }, },
            [15] = {0.89999997615814, 51, 2, 20000, 100, 1, levelRequirement = 51, statInterpolation = {3, 1, 1},  cost = { }, },
            [16] = {0.98000001907349, 52, 2, 20000, 100, 1, levelRequirement = 52, statInterpolation = {3, 1, 1},  cost = { }, },
            [17] = {1, 57, 2, 20000, 100, 1, levelRequirement = 57, statInterpolation = {3, 1, 1},  cost = { }, },
            [18] = {1, 60, 2, 20000, 100, 1, levelRequirement = 60, statInterpolation = {3, 1, 1},  cost = { }, },
            [19] = {1, 65, 2, 20000, 100, 1, levelRequirement = 64, statInterpolation = {3, 1, 1},  cost = { }, },
            [20] = {1, 66, 2, 20000, 100, 1, levelRequirement = 66, statInterpolation = {3, 1, 1},  cost = { }, },
            [21] = {1, 67, 3, 20000, 100, 1, levelRequirement = 67, statInterpolation = {3, 1, 1},  cost = { }, },
            [22] = {1, 68, 3, 20000, 100, 1, levelRequirement = 68, statInterpolation = {3, 1, 1},  cost = { }, },
            [23] = {1, 69, 3, 20000, 100, 1, levelRequirement = 69, statInterpolation = {3, 1, 1},  cost = { }, },
            [24] = {1, 70, 3, 20000, 100, 1, levelRequirement = 70, statInterpolation = {3, 1, 1},  cost = { }, },
            [25] = {1, 71, 3, 20000, 100, 1, levelRequirement = 71, statInterpolation = {3, 1, 1},  cost = { }, },
            [26] = {1, 72, 3, 20000, 100, 1, levelRequirement = 72, statInterpolation = {3, 1, 1},  cost = { }, },
            [27] = {1, 73, 3, 20000, 100, 1, levelRequirement = 73, statInterpolation = {3, 1, 1},  cost = { }, },
            [28] = {1, 74, 3, 20000, 100, 1, levelRequirement = 74, statInterpolation = {3, 1, 1},  cost = { }, },
            [29] = {1, 75, 3, 20000, 100, 1, levelRequirement = 75, statInterpolation = {3, 1, 1},  cost = { }, },
            [30] = {1, 76, 3, 20000, 100, 1, levelRequirement = 76, statInterpolation = {3, 1, 1},  cost = { }, },
            [31] = {1, 77, 3, 20000, 100, 1, levelRequirement = 77, statInterpolation = {3, 1, 1},  cost = { }, },
            [32] = {1, 78, 3, 20000, 100, 1, levelRequirement = 78, statInterpolation = {3, 1, 1},  cost = { }, },
            [33] = {1, 79, 3, 20000, 100, 1, levelRequirement = 79, statInterpolation = {3, 1, 1},  cost = { }, },
            [34] = {1, 80, 3, 20000, 100, 1, levelRequirement = 80, statInterpolation = {3, 1, 1},  cost = { }, },
            [35] = {1, 81, 3, 20000, 100, 1, levelRequirement = 81, statInterpolation = {3, 1, 1},  cost = { }, },
            [36] = {1, 82, 3, 20000, 100, 1, levelRequirement = 82, statInterpolation = {3, 1, 1},  cost = { }, },
        },
    }
    
    ドロップするアイテムの数量が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
  • 移動スピードが50%増加する
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    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.