Caranguejo Venenoso
Venomous Crab
SpectreY
AreaCampos de Caça, Banco de Areia, O Refúgio Zigurate
Tagsallows_additional_projectiles, beast, insect, monster_applies_poison, MonsterStab_onhit_audio, not_dex, not_int, physical_affinity, ranged, red_blood, slow_movement
Packs
  • Campos de Caça: Matriarca dos Caranguejos Venenosos, Caranguejo Venenoso
  • O Refúgio Zigurate: Matriarca dos Caranguejos Venenosos, Caranguejo Venenoso, Matriarca dos Caranguejos Venenosos
  • O Refúgio Zigurate: Escavador do Cipoal, Caranguejo Venenoso, Matriarca dos Caranguejos Venenosos
  • Vida
    70%
    Resistência
    0 0 0 0
    Damage
    70%
    Precisão
    100%
    Attack Distance
    6 ~ 40
    Tempo de Ataque
    1.995 Second
    Damage Spread
    ±20%
    Experiência
    70%
    Model Size
    150%
    Type
    QuillCrabPoison
    Metadata
    QuillCrabPoison
    Nível
    65
    Vida
    4,559
    Damage
    149
    Dano Mágico
    149
    Precisão
    2,228
    Tempo de Ataque
    1.995
    Experiência
    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, AttackInPlace
    Base Damage: 119—178
    Chance de Acerto Crítico: 5%
    Dano de Ataque: 70%
    Tempo de Ataque: 1.995 seg
    Causa 30% menos Dano com Ataque
    Envenena Inimigos ao Acertar
    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, AttackInPlace
    Base Damage: 119—178
    Chance de Acerto Crítico: 5%
    Dano de Ataque: 20%
    Tempo de Ataque: 1.995 seg
    Causa 80% menos Dano com Ataque
    Envenena Inimigos ao Acertar
    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, AttackInPlace
    Base Damage: 119—178
    Chance de Acerto Crítico: 5%
    Dano de Ataque: 20%
    Tempo de Ataque: 1.995 seg
    Causa 80% menos Dano com Ataque
    Envenena Inimigos ao Acertar
    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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = { }, },
        },
    }
    
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%750
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.base_maximum_all_resistances_%75
    Stats.monster_base_flask_charges_percent_of_monster_power50
    Stats.base_critical_hit_damage_bonus30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.object_inherent_base_maximum_block_%_from_ot50
    Stats.movement_velocity_cap128
    Stats.max_azurite_debuff_stacks10
    Stats.ignore_skill_weapon_restrictions1
    Stats.melee_hit_damage_stun_multiplier_+%_final_from_ot33
    Stats.physical_hit_damage_stun_multiplier_+%_final_from_ot100
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.melee_swing_not_scaled_by_area_modifiers1
    Stats.actor_scale_+%_limit200
    Stats.base_heavy_stun_duration_ms3000
    Stats.melee_defer_damage_prediction1
    Stats.poise_decay_delay_ms8000
    Stats.poise_decay_%_per_second5
    Stats.base_block_angle_degrees180
    Stats.action_attack_or_cast_time_uses_animation_length1
    Stats.slow_potency_+%_final_per_additional_player-10
    Stats.check_for_targets_between_initiator_and_projectile_source1
    Stats.maximum_life_+%_final_per_additional_player50
    Stats.maximum_energy_shield_+%_final_per_additional_player50
    Stats.poise_threshold_+%_final_per_additional_player50
    Stats.stun_base_duration_override_ms500
    Stats.bleeding_moving_damage_%_of_base_override200
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.csd
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, MoveForced, MoveToFormation, Flee, StrafeLeft, StrafeRight, StrafeRandom, Advance, DoNothing, MonsterPickup, MinionInteraction
    Actor.slow_animations_go_to_idlefalse
    StateMachine.define_shared_stateglowstate
    Edit

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