다크텅 좀비
언데드
undead description [1]
물리 피해의 25%를 추가 냉기 피해로 획득
monster uses ground slam text [1]
monster no drops or experience [1]
emerge speed +% [-30,30]
Darktongue Risen
SpectreY
Tagsbludgeoning_weapon, flesh_armour, ghost_blood, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, undead, very_slow_movement, zombie
생명력
252%
방어도
+50%
Ailment Threshold
252%
저항
0 40 0 0
Damage
140%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
2.4 Second
Damage Spread
±30%
경험치
140%
Model Size
125%
Type
ProphecyDoedreMinionChampion
Metadata
ProphecyDoedreMinionEmerge4
레벨
68
생명력
16,212
방어도
43,185
회피
4,739
에너지 보호막
0
Damage
523
주문 피해
523
정확도
290
Attack Time
2.4
경험치
14,357
Ailment Threshold
16,212
Chill
51
Shock
51
Brittle
290
Scorch
51
Sap
142
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 366–680
치명타 확률: 5%
Attack Time: 2.4 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ProphecyZombieGroundSlam
Attack, Area, Multistrikeable, Melee, Slam, Totemable
대지 강타
Base Damage: 366–680
치명타 확률: 5%
Attack Time: 2.4 초
재사용 대기시간: 2 초
지팡이나 철퇴, 셉터로 전방의 바닥을 후려치면 앞쪽으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
주는 피해 20% 감폭
적 기절 한계치 15% 감소
active skill area of effect radius +% final [40]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Zombies/Zombie"

BaseEvents { }

Actor
{
	basic_action = "Emerge"
}

Stats
{
	set_item_drop_slots = 0
}

Life
{
}

Animated
{
	animated_object = "Metadata/Monsters/Skeletons/Skeleton/SkeletonRaised.ao"
}

DiesAfterTime
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Zombies/Zombie"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); "
}

Preload
{
	preload_ground_effect = "CausticCloud"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Zombies/ProphecyDoedreMinionEmerge4"] = {
    name = "Darktongue Risen",
    life = 2.52,
    fireResist = 0,
    coldResist = 40,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.4,
    damageSpread = 0.3,
    attackTime = 2.4,
    attackRange = 8,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "ProphecyZombieGroundSlam",
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyZombieGroundSlam"] = {
    name = "Ground Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_stun_threshold_reduction_+%",
        "active_skill_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {15, -20, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        [2] = {15, -20, 40, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        [3] = {15, -20, 40, levelRequirement = 30, statInterpolation = {},  cost = { }, },
        [4] = {15, -20, 40, levelRequirement = 45, statInterpolation = {},  cost = { }, },
        [5] = {15, -20, 40, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        [6] = {15, -20, 40, levelRequirement = 75, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
undead description [1]
IdMonsterNecromancerRaisable
FamilyMonsterNecromancerRaisable
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    물리 피해의 25%를 추가 냉기 피해로 획득
    IdMonsterAuraAddedColdDamage
    FamilyMonsterAura
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    냉기 피해의 오라
    적용 반경: 50
    추가 냉기 피해 오라
    물리 피해의 25%를 추가 냉기 피해로 획득
    Cold Damage Aura
    monster uses ground slam text [1]
    IdMonsterUsesGroundSlamText
    FamilyMonsterUsesGroundSlamText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster uses ground slam text Min: 1 Max: 1 Global
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • emerge speed +% [-30,30]
    IdVariableEmergeSpeed
    FamilyVariableEmergeSpeed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • emerge speed +% Min: -30 Max: 30 Global
  • Edit

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