뭉툭한 화산탄
구조물
지역: InvasionBoss
monster casts firestorm text [1]
display monster uses whirling blades text [1]
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Bluntslag
SpectreN
AreaInvasionBoss
End Game최대 생명력 50% 증가
Tags시전, cleaving_weapon, construct, earth_elemental, extra_large_height, fire_affinity, has_one_hand_sword, has_one_handed_melee, invasion_boss, large_model, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour, stone_construct, very_slow_movement
Packs
  • InvasionBoss: 뭉툭한 화산탄, 재투성이 정령
  • 생명력
    270%
    방어구
    +50%
    Ailment Threshold
    270%
    저항
    30 30 30 20
    Damage
    255%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    5 ~ 15
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    경험치
    150%
    Model Size
    130%
    Type
    FireMonsterBossInvasion
    Metadata
    FireMonsterBossInvasion
    레벨
    68
    생명력
    17,370
    방어구
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    953
    주문 피해
    953
    정확도
    290
    Attack Time
    1.17
    경험치
    15,383
    Ailment Threshold
    17,370
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    MonsterFireStormInvasion
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    화염 폭풍
    치명타 확률: 5%
    시전 속도: 0.9 초
    대상 지역에 화염의 화살이 쏟아져 폭발하며 주변의 적들에게 화염 피해를 줍니다.
    기본 지속시간 3.6
    492.6~739 화염 피해
    25%의 확률로 적을 점화
    0.13초마다 충돌 1회
    기본 반경 1미터
    firestorm base area of effect +% [-49]
    is area damage [1]
    spell maximum action distance +% [-50]
    FireMonsterWhirlingBladesInvasion
    Attack, Melee, Movement, Travel
    칼날 선회
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.17 초
    나선형으로 돌진하여 무기 피해를 줍니다. 쌍수 사용 시 두 무기로 공격하여 한 번 명중으로 두 무기의 피해를 모두 줍니다. 단검과 클로, 한손 검으로만 사용할 수 있습니다. 연속타격의 보조는 받을 수 없습니다.
    기본 지속시간 6
    공격 속도 50% 감소
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    whirling blades base ground fire damage to deal per minute [33715]
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 762–1143
    치명타 확률: 5%
    Attack Time: 1.17 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    GoatmanMoltenShellInvasion
    Spell, Damage, Area, Duration, Totemable, TotemCastsWhenNotDetached, Triggerable, Fire, Instant, AreaSpell, Physical, Cooldown
    용암 방패
    치명타 확률: 5%
    시전 속도: 0.5 초
    재사용 대기시간: 12 초
    불타는 보호막을 소환하여 잠시 동안 방어도를 증가시킵니다. 효과가 지속되는 동안 막기 또는 방어 행동으로 막아낸 물리 피해가 한계치에 도달할 경우 보호막이 폭발하여 주변 적들에게 화염 피해를 줍니다.
    기본 지속시간 10
    2246~3368 화염 피해
    994 피해 방어 후 방패 부서짐
    추가 방어도 3508
    active skill area of effect radius +% final [50]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Targetable
    {
    }
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_death = "HideMeshSegment( mossmonster_basesecondShape );"
    	on_death = "HideMeshSegment( mossmonster_basethirdShape );"
    	on_death = "HideMeshSegment( mossmonster_runebossShape );"
    	on_spawned_dead = "RemoveEffects( );"
    	on_spawned_dead = "HideMeshSegment( mossmonster_basesecondShape );"
    	on_spawned_dead = "HideMeshSegment( mossmonster_basethirdShape );"
    	on_spawned_dead = "HideMeshSegment( mossmonster_runebossShape );"
    }
    
    Render
    {
         //turn_duration = 0.6
         visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MossMonster/FireMonsterBossInvasion"] = {
        name = "Bluntslag",
        life = 2.7,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "FireMonsterWhirlingBladesInvasion",
            "MeleeAtAnimationSpeedUnique",
            "MonsterFireStormInvasion",
            "GoatmanMoltenShellInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireMonsterWhirlingBladesInvasion"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "whirling_blades_base_ground_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "attack_speed_+%",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {1, 6000, -50, 1, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    -- 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["MonsterFireStormInvasion"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "base_chance_to_ignite_%",
            "spell_maximum_action_distance_+%",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 1200, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.40000000596046, 0.60000002384186, 2400, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 35, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.40000000596046, 0.60000002384186, 3600, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 55, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GoatmanMoltenShellInvasion"] = {
        name = "Molten Shell",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons fiery elemental shields providing additional armour for a short duration. If cumulative physical damage prevented by your blocking or armour reaches a threshold, the shields explode outwards, dealing fire damage to surrounding enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.TotemCastsWhenNotDetached] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "fire_shield_damage_threshold",
            "base_physical_damage_reduction_rating",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 162, 10000, 50, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 5, 314, 10000, 50, levelRequirement = 5, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 8, 484, 10000, 50, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 11, 686, 10000, 50, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 15, 847, 10000, 50, levelRequirement = 15, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 22, 1021, 10000, 50, levelRequirement = 19, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 29, 1195, 10000, 50, levelRequirement = 22, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 41, 1369, 10000, 50, levelRequirement = 26, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 57, 1594, 10000, 50, levelRequirement = 30, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 92, 1896, 10000, 50, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 117, 2048, 10000, 50, critChance = 5, levelRequirement = 39, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 126, 2098, 10000, 50, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 198, 2350, 10000, 50, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 270, 2602, 10000, 50, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 452, 2954, 10000, 50, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 561, 3106, 10000, 50, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 863, 3408, 10000, 50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 926, 3458, 10000, 50, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 994, 3508, 10000, 50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 1067, 3560, 10000, 50, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 1145, 3610, 10000, 50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 1229, 3660, 10000, 50, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 1319, 3710, 10000, 50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 1414, 3760, 10000, 50, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 1517, 3812, 10000, 50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 1627, 3862, 10000, 50, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 1744, 3912, 10000, 50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 1870, 3963, 10000, 50, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 2005, 4013, 10000, 50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 2148, 4064, 10000, 50, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [31] = {0.80000001192093, 1.2000000476837, 2303, 4114, 10000, 50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [32] = {0.80000001192093, 1.2000000476837, 2470, 4230, 10000, 50, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [33] = {0.80000001192093, 1.2000000476837, 2648, 4334, 10000, 50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    monster casts firestorm text [1]
    IdMonsterCastsFirestormText
    FamilyMonsterCastsFirestormText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster casts firestorm text Min: 1 Max: 1 Global
  • display monster uses whirling blades text [1]
    IdMonsterRollsOverEnemiesText
    FamilyMonsterRollsOverEnemiesText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • display monster uses whirling blades text Min: 1 Max: 1 Global
  • monster dropped item quantity +% [300]
    monster dropped item rarity +% [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 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.