Ядовитый краб
SpectreY
AreaОхотничьи угодья, Песчаная коса, Убежище в зиккурате
Tagsallows_additional_projectiles, beast, insect, monster_applies_poison, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, red_blood, slow_movement
Packs
  • Охотничьи угодья: Ядовитая краб-матриарх, Ядовитый краб
  • Убежище в зиккурате: Ядовитая краб-матриарх, Ядовитый краб, Ядовитая краб-матриарх
  • Здоровье
    70%
    Сопротивление
    0 0 0 0
    Damage
    70%
    Меткость
    100%
    Критические попадания Chance
    5%
    Бонус к критическому урону
    +30%
    Attack Distance
    6 ~ 40
    Время атаки
    1.995 Second
    Damage Spread
    ±20%
    Опыт
    70%
    Model Size
    150%
    Type
    QuillCrabPoison
    Metadata
    QuillCrabPoison
    Уровень
    65
    Здоровье
    4,559
    Damage
    149
    Урон от чар
    149
    Меткость
    2,214
    Время атаки
    1.995
    Опыт
    15,055
    Minion Life
    4,397
    Minion Damage
    580
    Minion Armour
    3,540
    QuillCrabSpikeBurstEmptyAction
    attack maximum action distance + [25]
    QuillCrabSpikeBurstPoison
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 119–178
    Урон от атаки: 70%
    Время атаки: 1.995 сек.
    Наносит на 30% меньше урона атаками
    Отравляет врагов при нанесении удара
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1004]
    monster reverse point blank damage -% at minimum range [20]
    projectile angle variance [0]
    projectile ballistic angle from reference event [1]
    projectile spread radius [13]
    projectile uses contact position [1]
    projectiles not offset [1]
    use scaled contact offset [1]
    QuillCrabSpikeShrapnelAudioPoison
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 119–178
    Урон от атаки: 20%
    Время атаки: 1.995 сек.
    Наносит на 80% меньше урона атаками
    Отравляет врагов при нанесении удара
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1005]
    monster reverse point blank damage -% at minimum range [20]
    projectile angle variance [0]
    projectile ballistic angle from reference event [1]
    projectile uses contact position [1]
    projectiles not offset [1]
    use scaled contact offset [1]
    QuillCrabSpikeShrapnelPoison
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 119–178
    Урон от атаки: 20%
    Время атаки: 1.995 сек.
    Наносит на 80% меньше урона атаками
    Отравляет врагов при нанесении удара
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster projectile variation [1005]
    monster reverse point blank damage -% at minimum range [20]
    projectile angle variance [0]
    projectile ballistic angle from reference event [1]
    projectile spread radius [0]
    projectile uses contact position [1]
    projectiles not offset [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/QuillCrab/QuillCrabBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/QuillCrab/QuillCrabBase"
    
    StateMachine
    {
    	create_state_glowstate_1 = "AddEffectPack( 'Metadata/Monsters/QuillCrab/glow_stayin_poison.epk' );"
    
    	on_state_glowstate_2 =
    	"
    		AddEffectPack( 'Metadata/Monsters/QuillCrab/glow_death_poison.epk' );
    		RemoveEffectPack( 'Metadata/Monsters/QuillCrab/glow_stayin_poison.epk' );
    	"
    
    	create_state_glowstate_2 = "AddEffectPack( 'Metadata/Monsters/QuillCrab/glow_stayout_poison.epk' );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Gallows/Act1/QuillCrab/SpikeAttached_poison.ao"
    	preload_epk = ""
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/QuillCrab/QuillCrabPoison"] = {
        name = "Venomous Crab",
        life = 0.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.7,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        skillList = {
            "QuillCrabSpikeBurstEmptyAction",
            "QuillCrabSpikeBurstPoison",
            "QuillCrabSpikeShrapnelAudioPoison",
            "QuillCrabSpikeShrapnelPoison",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["QuillCrabSpikeBurstEmptyAction"] = {
        name = "QuillCrabSpikeBurstEmptyAction",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.666,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
        },
        levels = {
            [1] = {25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["QuillCrabSpikeBurstPoison"] = {
        name = "QuillCrabSpikeBurstPoison",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "projectile_angle_variance",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "projectile_spread_radius",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectiles_not_offset",
            "global_poison_on_hit",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {1004, 0, 20, 13, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["QuillCrabSpikeShrapnelAudioPoison"] = {
        name = "QuillCrabSpikeShrapnelAudioPoison",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "projectile_angle_variance",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectiles_not_offset",
            "global_poison_on_hit",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {1005, 0, 20, baseMultiplier = 0.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["QuillCrabSpikeShrapnelPoison"] = {
        name = "QuillCrabSpikeShrapnelPoison",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "projectile_angle_variance",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "projectile_spread_radius",
            "base_is_projectile",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectiles_not_offset",
            "global_poison_on_hit",
            "projectile_ballistic_angle_from_reference_event",
        },
        levels = {
            [1] = {1005, 0, 20, 0, baseMultiplier = 0.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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