두려움의 인형
언데드
Effigy of Fear
SpectreN
Area황실 정원
Tagsbone_armour, bones, 시전, has_two_hand_mace, has_two_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, summoner, undead, very_slow_movement
생명력
400%
방어도
+15%
Ailment Threshold
400%
저항
0 0 85 0
Damage
150%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±30%
경험치
200%
Model Size
130%
Type
ScarecrowMeleeBoss
Metadata
ScarecrowPitchforkBoss
레벨
58
생명력
13,012
방어도
14,837
회피
3,302
에너지 보호막
0
Damage
336
주문 피해
336
정확도
195
Attack Time
1.605
경험치
15,406
Ailment Threshold
13,012
Chill
41
Shock
41
Brittle
233
Scorch
41
Sap
114
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 235–437
치명타 확률: 5%
Attack Time: 1.605 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ScarecrowBossSummonRaven
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
시전 속도: 4 초
재사용 대기시간: 14 초
주는 피해 40% 감폭
소환된 격노의 유령 최대치 50
기본 지속시간 6
alternate minion [1]
ScarecrowBossSummonRavenDeath
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
시전 속도: 0.1 초
주는 피해 40% 감폭
소환된 격노의 유령 최대치 50
기본 지속시간 6
alternate minion [1]
BlackRavenProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
치명타 확률: 5%
시전 속도: 1.2 초
재사용 대기시간: 2.5 초
115.2~172.8 물리 피해
투사체가 모든 대상 관통
base is projectile [1]
monster projectile variation [30]
skill visual scale +% [100]

Object Type

version 2
extends "Metadata/Monsters/Skeletons/Scarecrow/Scarecrow"

Object Type Codes

version 2
extends "Metadata/Monsters/Skeletons/Scarecrow/Scarecrow"

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Geofri/explosion.ao"
	preload_animated_object = "Metadata/Effects/Microtransactions/Spells/summonraven/summonraven.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/Scarecrow/ScarecrowPitchforkBoss"] = {
    name = "Effigy of Fear",
    life = 4,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.3,
    attackTime = 1.605,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "BlackRavenProjectile",
        "ScarecrowBossSummonRaven",
        "ScarecrowBossSummonRavenDeath",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    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["BlackRavenProjectile"] = {
    name = "BlackRavenProjectile",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "skill_visual_scale_+%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 30, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ScarecrowBossSummonRaven"] = {
    name = "ScarecrowBossSummonRaven",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_number_of_raging_spirits_allowed",
        "active_skill_damage_+%_final",
        "alternate_minion",
    },
    levels = {
        [1] = {6000, 50, -40, 1, levelRequirement = 58, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ScarecrowBossSummonRavenDeath"] = {
    name = "ScarecrowBossSummonRavenDeath",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_number_of_raging_spirits_allowed",
        "active_skill_damage_+%_final",
        "alternate_minion",
    },
    levels = {
        [1] = {6000, 50, -40, 1, levelRequirement = 58, statInterpolation = {},  cost = { }, },
    },
}
Edit

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