魔物稻草人
Scarecrow Beast
SpectreY
Area农地, The Ziggurat Refuge, Ogham Farmlands
Tags2HSharpMetal_onhit_audio, allows_inc_aoe, beast, humanoid, mammal_beast, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • 农地: 魔物稻草人, 溃烂鸦
  • Ogham Farmlands: 魔物稻草人, 溃烂鸦
  • The Ziggurat Refuge: 魔物稻草人, 溃烂鸦
  • 生命
    225%
    抗性
    0 0 0 0
    伤害
    225%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    7 ~ 18
    攻击间隔
    1.995 Second
    Damage Spread
    ±20%
    经验值
    225%
    Model Size
    130%
    Type
    ScarecrowBeast
    Metadata
    ScarecrowBeast
    等级
    70
    生命
    19,611
    [护甲]
    3,877
    闪避值
    502
    伤害
    558
    法术伤害
    558
    命中
    2,328
    攻击间隔
    1.995
    经验值
    77,938
    Minion Life
    27,599
    Minion Damage
    4,865
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 446–669
    暴击几率: 5%
    攻击间隔: 1.995 秒
    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]
    DTTScarecrowLeap
    [DNT] dash_attack_to_target
    冷却时间: 6 秒
    action attack or cast time uses animation length [1]
    leap slam minimum distance [15]
    spell maximum action distance +% [-50]
    walk emerge extra distance [-15]
    EASScarecrowCrowStorm
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    Base Damage: 446–669
    暴击几率: 5%
    攻击间隔: 1.995 秒
    冷却时间: 12 秒
    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]
    GAScarecrowLeapSlam
    可触发, 攻击
    Base Damage: 446–669
    暴击几率: 5%
    攻击伤害: 180%
    攻击间隔: 1.995 秒
    攻击伤害总增 80%
    base skill can be blocked [1]
    is area damage [1]
    GAScarecrowComboAttack1
    可触发, 攻击
    Base Damage: 446–669
    暴击几率: 5%
    攻击间隔: 1.995 秒
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GAScarecrowComboAttack2
    可触发, 攻击
    Base Damage: 446–669
    暴击几率: 5%
    攻击间隔: 1.995 秒
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GAScarecrowBeastBlade
    可触发, 攻击
    Base Damage: 446–669
    暴击几率: 5%
    攻击伤害: 180%
    攻击间隔: 1.995 秒
    攻击伤害总增 80%
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    CrowScarecrowCrows
    可触发, 攻击
    Base Damage: 446–669
    暴击几率: 5%
    攻击伤害: 70%
    攻击间隔: 1.995 秒
    攻击伤害总降 30%

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3066
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/ScarecrowBeast/ScarecrowBeastAggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/ScarecrowBeast/ScarecrowBeastAggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ScarecrowBeast/ScarecrowBeast"] = {
        name = "Scarecrow Beast",
        life = 2.25,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.25,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAScarecrowLeapSlam",
            "GAScarecrowComboAttack1",
            "GAScarecrowComboAttack2",
            "GAScarecrowBeastBlade",
            "CrowScarecrowCrows",
            "EASScarecrowCrowStorm",
            "DTTScarecrowLeap",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["GAScarecrowLeapSlam"] = {
        name = "GAScarecrowLeapSlam",
        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",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAScarecrowComboAttack1"] = {
        name = "GAScarecrowComboAttack1",
        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",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAScarecrowComboAttack2"] = {
        name = "GAScarecrowComboAttack2",
        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",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAScarecrowBeastBlade"] = {
        name = "GAScarecrowBeastBlade",
        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",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
        },
        levels = {
            [1] = {baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CrowScarecrowCrows"] = {
        name = "CrowScarecrowCrows",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASScarecrowCrowStorm"] = {
        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["DTTScarecrowLeap"] = {
        name = "[DNT] dash_attack_to_target",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-15, 15, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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