稻草人之獸
Scarecrow Beast
SpectreY
Area奧格姆農地, 高地神塔庇護所, 奧格姆農地
Tags2HSharpMetal_onhit_audio, allows_inc_aoe, beast, humanoid, mammal_beast, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • 奧格姆農地: 稻草人之獸, 腐敗之鴉
  • 奧格姆農地: 稻草人之獸, 腐敗之鴉
  • 高地神塔庇護所: 稻草人之獸, 腐敗之鴉
  • 生命
    225%
    抗性
    0 0 0 0
    傷害
    225%
    命中
    100%
    暴擊 Chance
    5%
    暴擊傷害加成
    +30%
    Attack Distance
    7 ~ 18
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    經驗值
    225%
    Model Size
    130%
    Type
    ScarecrowBeast
    Metadata
    ScarecrowBeast
    等級
    70
    生命
    19,611
    護甲
    3,877
    閃避值
    502
    傷害
    558
    法術傷害
    558
    命中
    2,328
    Attack Time
    1.995
    經驗值
    77,938
    Minion Life
    27,599
    Minion Damage
    4,865
    Minion Armour
    3,877
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    基礎攻擊
    Base Damage: 446–669
    暴擊率: 5%
    Attack Time: 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%
    Attack Time: 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%
    Attack Time: 1.995 秒
    造成 80% 更多攻擊傷害
    base skill can be blocked [1]
    is area damage [1]
    GAScarecrowComboAttack1
    可觸發, 攻擊
    Base Damage: 446–669
    暴擊率: 5%
    Attack Time: 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%
    Attack Time: 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%
    Attack Time: 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%
    Attack Time: 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.