ブリムストーンクラブ
SpectreY
Areaヴァスティリ郊外, ジッグラトの避難所
Tagsallows_additional_projectiles, allows_inc_aoe, beast, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, slow_movement
Packs
  • ジッグラトの避難所: ブリムストーンクラブ, ブリムストーンクラブ
  • ジッグラトの避難所: ブリムストーンクラブ, ブリムストーンクラブ
  • ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    5 ~ 9
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonster
    Metadata
    ShellMonster
    レベル
    70
    ライフ
    10,023
    アーマー
    7,754
    回避力
    502
    Damage
    285
    スペルダメージ
    285
    命中
    2,328
    アタックタイム
    1.005
    経験値
    39,835
    Minion Life
    14,106
    Minion Damage
    2,487
    Minion Armour
    15,508
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 228–342
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    3347から5021ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3682から5523ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrower
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    クールダウン時間: 11 秒
    発火付与確率が100%増加する
    3347から5021ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-75]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3682から5523ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "burrowed;"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_burrowed_0 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/EPKs/active_idle.epk' );"
    	on_state_burrowed_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/EPKs/active_idle.epk' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonster"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "ShellMonsterFirehose",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
            "EDSShellMonsterFlamethrower",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrower"] = {
        name = "EDSShellMonsterFlamethrower",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -75, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    ブリムストーンクラブ
    Brimstone Crab
    SpectreY
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, slow_movement
    ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    4 ~ 7
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonsterSmall
    Metadata
    ShellMonsterSmall
    レベル
    68
    ライフ
    8,921
    アーマー
    6,902
    回避力
    477
    Damage
    268
    スペルダメージ
    268
    命中
    2,180
    アタックタイム
    1.005
    経験値
    32,929
    Minion Life
    12,972
    Minion Damage
    2,181
    Minion Armour
    13,804
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 214–322
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    2766から4150ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3043から4564ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrower
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    クールダウン時間: 11 秒
    発火付与確率が100%増加する
    2766から4150ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-75]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3043から4564ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "burrowed;"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_burrowed_0 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/EPKs/active_idle.epk' );"
    	on_state_burrowed_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/EPKs/active_idle.epk' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterSmall"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "ShellMonsterFirehose",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
            "EDSShellMonsterFlamethrower",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrower"] = {
        name = "EDSShellMonsterFlamethrower",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -75, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    ブリムストーンクラブ
    monster inherent damage taken +% final [-80]
    Brimstone Crab
    SpectreN
    Areaヴァスティリ郊外, ジッグラトの避難所, ヴァスティリ郊外
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, cannot_be_monolith, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, slow_movement
    Packs
  • ヴァスティリ郊外, ヴァスティリ郊外: ブリムストーンクラブ, ブリムストーンクラブ
  • ジッグラトの避難所: ブリムストーンクラブ, ブリムストーンクラブ
  • ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    5 ~ 9
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonster
    Metadata
    ShellMonsterEmerge
    レベル
    70
    ライフ
    10,023
    アーマー
    7,754
    回避力
    502
    Damage
    285
    スペルダメージ
    285
    命中
    2,328
    アタックタイム
    1.005
    経験値
    39,835
    Minion Life
    14,106
    Minion Damage
    2,487
    Minion Armour
    15,508
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 228–342
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellCrabEmergeEG
    Triggerable
    クールダウン時間: 5 秒
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    3347から5021ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3682から5523ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrower
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    クールダウン時間: 11 秒
    発火付与確率が100%増加する
    3347から5021ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-75]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3682から5523ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/hole.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterEmerge"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "ShellCrabEmergeEG",
            "ShellMonsterFirehose",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
            "EDSShellMonsterFlamethrower",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["ShellCrabEmergeEG"] = {
        name = "ShellCrabEmergeEG",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrower"] = {
        name = "EDSShellMonsterFlamethrower",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -75, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    monster inherent damage taken +% final [-80]
    IdStanceShellMonster
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster inherent damage taken +% final Min: -80 Max: -80 Global
  • ブリムストーンクラブ
    monster inherent damage taken +% final [-80]
    Brimstone Crab
    SpectreN
    Areaヴァスティリ郊外, ヴァスティリ郊外
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, cannot_be_monolith, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, slow_movement
    Packs
  • ヴァスティリ郊外, ヴァスティリ郊外: ブリムストーンクラブ, ブリムストーンクラブ
  • ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    4 ~ 7
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonsterSmall
    Metadata
    ShellMonsterEmergeSmall
    レベル
    51
    ライフ
    3,782
    アーマー
    2,462
    回避力
    295
    Damage
    154
    スペルダメージ
    154
    命中
    1,216
    アタックタイム
    1.005
    経験値
    10,371
    Minion Life
    6,113
    Minion Damage
    689
    Minion Armour
    4,924
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 123–185
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellCrabEmergeEG
    Triggerable
    クールダウン時間: 5 秒
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    547.3から821ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    602から903.1ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrower
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    クールダウン時間: 11 秒
    発火付与確率が100%増加する
    547.3から821ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-75]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    602から903.1ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/hole.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterEmergeSmall"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "ShellCrabEmergeEG",
            "ShellMonsterFirehose",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
            "EDSShellMonsterFlamethrower",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["ShellCrabEmergeEG"] = {
        name = "ShellCrabEmergeEG",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrower"] = {
        name = "EDSShellMonsterFlamethrower",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -75, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    monster inherent damage taken +% final [-80]
    IdStanceShellMonster
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster inherent damage taken +% final Min: -80 Max: -80 Global
  • ブリムストーンクラブ
    monster inherent damage taken +% final [-80]
    Brimstone Crab
    SpectreN
    Areaヴァスティリ郊外, ジッグラトの避難所, ヴァスティリ郊外
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, cannot_be_monolith, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, slow_movement
    Packs
  • ヴァスティリ郊外, ヴァスティリ郊外: ブリムストーンクラブ, ブリムストーンクラブ
  • ジッグラトの避難所: ブリムストーンクラブ, ブリムストーンクラブ
  • ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    5 ~ 9
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonster
    Metadata
    ShellMonsterEmergeNoSand
    レベル
    70
    ライフ
    10,023
    アーマー
    7,754
    回避力
    502
    Damage
    285
    スペルダメージ
    285
    命中
    2,328
    アタックタイム
    1.005
    経験値
    39,835
    Minion Life
    14,106
    Minion Damage
    2,487
    Minion Armour
    15,508
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 228–342
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellCrabEmergeEG
    Triggerable
    クールダウン時間: 5 秒
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    3347から5021ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3682から5523ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrower
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    クールダウン時間: 11 秒
    発火付与確率が100%増加する
    3347から5021ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-75]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3682から5523ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/hole.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterEmergeNoSand"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "ShellCrabEmergeEG",
            "ShellMonsterFirehose",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
            "EDSShellMonsterFlamethrower",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["ShellCrabEmergeEG"] = {
        name = "ShellCrabEmergeEG",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrower"] = {
        name = "EDSShellMonsterFlamethrower",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -75, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    monster inherent damage taken +% final [-80]
    IdStanceShellMonster
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster inherent damage taken +% final Min: -80 Max: -80 Global
  • ブリムストーンクラブ
    monster inherent damage taken +% final [-80]
    Brimstone Crab
    SpectreN
    Areaヴァスティリ郊外, ヴァスティリ郊外
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, cannot_be_monolith, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, slow_movement
    Packs
  • ヴァスティリ郊外, ヴァスティリ郊外: ブリムストーンクラブ, ブリムストーンクラブ
  • ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    4 ~ 7
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonsterSmall
    Metadata
    ShellMonsterEmergeNoSandSmall
    レベル
    51
    ライフ
    3,782
    アーマー
    2,462
    回避力
    295
    Damage
    154
    スペルダメージ
    154
    命中
    1,216
    アタックタイム
    1.005
    経験値
    10,371
    Minion Life
    6,113
    Minion Damage
    689
    Minion Armour
    4,924
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 123–185
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellCrabEmergeEG
    Triggerable
    クールダウン時間: 5 秒
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    547.3から821ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    602から903.1ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrower
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    クールダウン時間: 11 秒
    発火付与確率が100%増加する
    547.3から821ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-75]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    602から903.1ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/hole.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterEmergeNoSandSmall"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "ShellCrabEmergeEG",
            "ShellMonsterFirehose",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
            "EDSShellMonsterFlamethrower",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["ShellCrabEmergeEG"] = {
        name = "ShellCrabEmergeEG",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrower"] = {
        name = "EDSShellMonsterFlamethrower",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -75, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    monster inherent damage taken +% final [-80]
    IdStanceShellMonster
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster inherent damage taken +% final Min: -80 Max: -80 Global
  • ブリムストーンクラブ
    monster inherent damage taken +% final [-80]
    Brimstone Crab
    SpectreN
    Areaセケマの試練, セケマの試練
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, cannot_be_monolith, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, sanctum_monster, slow_movement
    Packs
  • セケマの試練, セケマの試練: ブリムストーンクラブ, 耳障りなスカベンジャー, 耳障りなスカベンジャー
  • ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    5 ~ 9
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonsterSanctumTrial
    Metadata
    ShellMonsterEmergeNoSandSanctumTrial_
    レベル
    22
    ライフ
    467
    アーマー
    304
    回避力
    96
    Damage
    48
    スペルダメージ
    48
    命中
    372
    アタックタイム
    1.005
    経験値
    915
    Minion Life
    1,214
    Minion Damage
    71
    Minion Armour
    608
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 38–57
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellCrabEmergeEG
    Triggerable
    クールダウン時間: 5 秒
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    34.5から51.75ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    37.95から56.93ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrowerSanctum
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    発火付与確率が100%増加する
    34.5から51.75ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-65]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    37.95から56.93ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EAASanctumShellMonsterFissure
    クールダウン時間: 15 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [50]
    SOSanctumShellMonsterSpawnVolcano
    Triggerable
    action attack or cast time uses animation length [1]
    MPSSanctumShellMonsterVolcano
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1 秒
    46から69ダメージを与える
    投射物はランダムな方向に放たれる
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1388]
    projectile ballistic angle from target distance [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    GSSanctumShellMonsterVolcanoImpact
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1 秒
    57.5から86.25ダメージを与える
    base is projectile [1]
    is area damage [1]
    GASanctumShellMonsterFissureDamage
    Triggerable, Attack
    Base Damage: 38–57
    クリティカルヒット率: 5%
    アタックダメージ: 85%
    アタックタイム: 1.005 秒
    アタックダメージが15%低下する
    物理ダメージの60%をダメージに変換する
    is area damage [1]
    GASanctumShellMonsterEarthquakeSmallImpact
    Triggerable, Attack
    Base Damage: 38–57
    クリティカルヒット率: 5%
    アタックダメージ: 200%
    アタックタイム: 1.005 秒
    アタックダメージが100%上昇する
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/hole.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterEmergeNoSandSanctumTrial_"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "MPSSanctumShellMonsterVolcano",
            "GSSanctumShellMonsterVolcanoImpact",
            "GASanctumShellMonsterFissureDamage",
            "GASanctumShellMonsterEarthquakeSmallImpact",
            "EAASanctumShellMonsterFissure",
            "ShellCrabEmergeEG",
            "SOSanctumShellMonsterSpawnVolcano",
            "ShellMonsterFirehose",
            "EDSShellMonsterFlamethrowerSanctum",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["MPSSanctumShellMonsterVolcano"] = {
        name = "MPSSanctumShellMonsterVolcano",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "check_for_targets_between_initiator_and_projectile_source",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_position",
            "random_projectile_direction",
            "projectile_ballistic_angle_from_target_distance",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1388, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSSanctumShellMonsterVolcanoImpact"] = {
        name = "GSSanctumShellMonsterVolcanoImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumShellMonsterFissureDamage"] = {
        name = "GASanctumShellMonsterFissureDamage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {60, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumShellMonsterEarthquakeSmallImpact"] = {
        name = "GASanctumShellMonsterEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASanctumShellMonsterFissure"] = {
        name = "EAASanctumShellMonsterFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellCrabEmergeEG"] = {
        name = "ShellCrabEmergeEG",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOSanctumShellMonsterSpawnVolcano"] = {
        name = "SOSanctumShellMonsterSpawnVolcano",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrowerSanctum"] = {
        name = "EDSShellMonsterFlamethrowerSanctum",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -65, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    monster inherent damage taken +% final [-80]
    IdStanceShellMonster
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster inherent damage taken +% final Min: -80 Max: -80 Global
  • ブリムストーンクラブ
    monster inherent damage taken +% final [-80]
    Brimstone Crab
    SpectreN
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, cannot_be_monolith, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, sanctum_monster, slow_movement
    ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    5 ~ 9
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonsterSanctumTrial
    Metadata
    ShellMonsterEmergeNoSandNoProxSanctumTrial_
    レベル
    68
    ライフ
    8,921
    アーマー
    6,902
    回避力
    477
    Damage
    268
    スペルダメージ
    268
    命中
    2,180
    アタックタイム
    1.005
    経験値
    32,929
    Minion Life
    12,972
    Minion Damage
    2,181
    Minion Armour
    13,804
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 214–322
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellCrabEmergeEG
    Triggerable
    クールダウン時間: 5 秒
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    2766から4150ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3043から4564ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrowerSanctum
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    発火付与確率が100%増加する
    2766から4150ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-65]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3043から4564ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EAASanctumShellMonsterFissure
    クールダウン時間: 15 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [50]
    SOSanctumShellMonsterSpawnVolcano
    Triggerable
    action attack or cast time uses animation length [1]
    MPSSanctumShellMonsterVolcano
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1 秒
    3688から5533ダメージを与える
    投射物はランダムな方向に放たれる
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1388]
    projectile ballistic angle from target distance [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    GSSanctumShellMonsterVolcanoImpact
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1 秒
    4611から6916ダメージを与える
    base is projectile [1]
    is area damage [1]
    GASanctumShellMonsterFissureDamage
    Triggerable, Attack
    Base Damage: 214–322
    クリティカルヒット率: 5%
    アタックダメージ: 85%
    アタックタイム: 1.005 秒
    アタックダメージが15%低下する
    物理ダメージの60%をダメージに変換する
    is area damage [1]
    GASanctumShellMonsterEarthquakeSmallImpact
    Triggerable, Attack
    Base Damage: 214–322
    クリティカルヒット率: 5%
    アタックダメージ: 200%
    アタックタイム: 1.005 秒
    アタックダメージが100%上昇する
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ShellMonster/ShellMonster"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/hole.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterEmergeNoSandNoProxSanctumTrial_"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "MPSSanctumShellMonsterVolcano",
            "GSSanctumShellMonsterVolcanoImpact",
            "GASanctumShellMonsterFissureDamage",
            "GASanctumShellMonsterEarthquakeSmallImpact",
            "EAASanctumShellMonsterFissure",
            "ShellCrabEmergeEG",
            "SOSanctumShellMonsterSpawnVolcano",
            "ShellMonsterFirehose",
            "EDSShellMonsterFlamethrowerSanctum",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["MPSSanctumShellMonsterVolcano"] = {
        name = "MPSSanctumShellMonsterVolcano",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "check_for_targets_between_initiator_and_projectile_source",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_position",
            "random_projectile_direction",
            "projectile_ballistic_angle_from_target_distance",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1388, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSSanctumShellMonsterVolcanoImpact"] = {
        name = "GSSanctumShellMonsterVolcanoImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumShellMonsterFissureDamage"] = {
        name = "GASanctumShellMonsterFissureDamage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {60, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumShellMonsterEarthquakeSmallImpact"] = {
        name = "GASanctumShellMonsterEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASanctumShellMonsterFissure"] = {
        name = "EAASanctumShellMonsterFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellCrabEmergeEG"] = {
        name = "ShellCrabEmergeEG",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOSanctumShellMonsterSpawnVolcano"] = {
        name = "SOSanctumShellMonsterSpawnVolcano",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrowerSanctum"] = {
        name = "EDSShellMonsterFlamethrowerSanctum",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -65, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    monster inherent damage taken +% final [-80]
    IdStanceShellMonster
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster inherent damage taken +% final Min: -80 Max: -80 Global
  • ブリムストーンクラブ
    monster inherent damage taken +% final [-80]
    Brimstone Crab
    SpectreN
    Tagsallows_additional_projectiles, allows_inc_aoe, beast, crustacean_beast, 火, fire_affinity, melee, MonsterStab_onhit_audio, not_dex, not_int, ranged, sanctum_monster, slow_movement
    ライフ
    115%
    アーマー
    +100%
    耐性
    30 0 -30 0
    Damage
    115%
    命中
    100%
    クリティカルヒット Chance
    5%
    クリティカルダメージボーナス
    +30%
    Attack Distance
    5 ~ 9
    アタックタイム
    1.005 Second
    Damage Spread
    ±20%
    経験値
    115%
    Model Size
    123%
    Type
    ShellMonsterSanctumTrial
    Metadata
    ShellMonsterSanctumTrial
    レベル
    68
    ライフ
    8,921
    アーマー
    6,902
    回避力
    477
    Damage
    268
    スペルダメージ
    268
    命中
    2,180
    アタックタイム
    1.005
    経験値
    32,929
    Minion Life
    12,972
    Minion Damage
    2,181
    Minion Armour
    13,804
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    基本アタック
    Base Damage: 214–322
    クリティカルヒット率: 5%
    アタックタイム: 1.005 秒
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ShellCrabEmergeEG
    Triggerable
    クールダウン時間: 5 秒
    ShellMonsterFirehose
    Spell, Damage, Triggerable
    キャストタイム: 3 秒
    クールダウン時間: 8 秒
    2766から4150ダメージを与える
    プレイヤーによるヒットは敵をスタンさせることができない
    is area damage [1]
    leap slam minimum distance [20]
    monster penalty against minions damage +% final vs player minions [-40]
    wall maximum length [78]
    ShellMonsterDeathMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3043から4564ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [10]
    projectile spread radius [6]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EDSShellMonsterFlamethrowerSanctum
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 3 秒
    発火付与確率が100%増加する
    2766から4150ダメージを与える
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum action distance +% [-65]
    ShellMonsterSprayMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    クリティカルヒット率: 5%
    キャストタイム: 1.5 秒
    一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
    3043から4564ダメージを与える
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    maintain projectile direction when using contact position [1]
    mortar projectile distance override [30]
    no additional projectiles [1]
    projectile spread radius [10]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    EAASanctumShellMonsterFissure
    クールダウン時間: 15 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [50]
    SOSanctumShellMonsterSpawnVolcano
    Triggerable
    action attack or cast time uses animation length [1]
    MPSSanctumShellMonsterVolcano
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1 秒
    3688から5533ダメージを与える
    投射物はランダムな方向に放たれる
    action attack or cast time uses animation length [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [1388]
    projectile ballistic angle from target distance [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    GSSanctumShellMonsterVolcanoImpact
    Triggerable, Spell, Damage
    クリティカルヒット率: 5%
    キャストタイム: 1 秒
    4611から6916ダメージを与える
    base is projectile [1]
    is area damage [1]
    GASanctumShellMonsterFissureDamage
    Triggerable, Attack
    Base Damage: 214–322
    クリティカルヒット率: 5%
    アタックダメージ: 85%
    アタックタイム: 1.005 秒
    アタックダメージが15%低下する
    物理ダメージの60%をダメージに変換する
    is area damage [1]
    GASanctumShellMonsterEarthquakeSmallImpact
    Triggerable, Attack
    Base Damage: 214–322
    クリティカルヒット率: 5%
    アタックダメージ: 200%
    アタックタイム: 1.005 秒
    アタックダメージが100%上昇する
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "burrowed;"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2400
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_burrowed_0 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/EPKs/active_idle.epk' );"
    	on_state_burrowed_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act2_FOUR/ShellMonster/EPKs/active_idle.epk' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShellMonster/ShellMonsterSanctumTrial"] = {
        name = "Brimstone Crab",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "MPSSanctumShellMonsterVolcano",
            "GSSanctumShellMonsterVolcanoImpact",
            "GASanctumShellMonsterFissureDamage",
            "GASanctumShellMonsterEarthquakeSmallImpact",
            "EAASanctumShellMonsterFissure",
            "ShellCrabEmergeEG",
            "SOSanctumShellMonsterSpawnVolcano",
            "ShellMonsterFirehose",
            "EDSShellMonsterFlamethrowerSanctum",
            "ShellMonsterDeathMortar",
            "ShellMonsterSprayMortar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        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["MPSSanctumShellMonsterVolcano"] = {
        name = "MPSSanctumShellMonsterVolcano",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "check_for_targets_between_initiator_and_projectile_source",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_position",
            "random_projectile_direction",
            "projectile_ballistic_angle_from_target_distance",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1388, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSSanctumShellMonsterVolcanoImpact"] = {
        name = "GSSanctumShellMonsterVolcanoImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumShellMonsterFissureDamage"] = {
        name = "GASanctumShellMonsterFissureDamage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
        },
        levels = {
            [1] = {60, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASanctumShellMonsterEarthquakeSmallImpact"] = {
        name = "GASanctumShellMonsterEarthquakeSmallImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAASanctumShellMonsterFissure"] = {
        name = "EAASanctumShellMonsterFissure",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellCrabEmergeEG"] = {
        name = "ShellCrabEmergeEG",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOSanctumShellMonsterSpawnVolcano"] = {
        name = "SOSanctumShellMonsterSpawnVolcano",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterFirehose"] = {
        name = "ShellMonsterFirehose",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "wall_maximum_length",
            "leap_slam_minimum_distance",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 20, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EDSShellMonsterFlamethrowerSanctum"] = {
        name = "EDSShellMonsterFlamethrowerSanctum",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ignite_chance_+%",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -65, -40, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterDeathMortar"] = {
        name = "ShellMonsterDeathMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShellMonsterSprayMortar"] = {
        name = "ShellMonsterSprayMortar",
        hidden = true,
        color = ,
        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.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "mortar_projectile_distance_override",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "maintain_projectile_direction_when_using_contact_position",
            "projectile_uses_contact_direction",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "no_additional_projectiles",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    monster inherent damage taken +% final [-80]
    IdStanceShellMonster
    FamilyStance
    DomainsMonster (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster inherent damage taken +% final Min: -80 Max: -80 Global
  • Edit

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