말리가로의 메아리
악마
monster base type attack cast speed +% and damage -% final [33]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 5500% 증가
drop additional rare items [3]
Echo of Maligaro
SpectreN
Tagsbludgeoning_weapon, 시전, demon, fire_affinity, ghost_armour, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, humanoid, large_model, medium_height, medium_movement, melee, not_str, physical_affinity
생명력
600%
Energy Shield From Life
50%
회피
+50%
Ailment Threshold
600%
저항
0 85 0 0
Damage
200%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
115%
Type
MaligaroProphecy
Metadata
MaligaroProphecy
레벨
68
생명력
38,600
방어도
28,790
회피
7,109
에너지 보호막
3,064
Damage
747
주문 피해
747
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 598–897
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ProphecyGoreSunder
Attack, Area, Multistrikeable, Melee, Slam, Totemable
산산조각
Base Damage: 598–897
치명타 확률: 5%
Attack Time: 1.5 초
재사용 대기시간: 2.5 초
철퇴나 셉터, 도끼, 지팡이로 지면을 강타하면 부서진 지면이 파도를 일으키며 전방의 적들에게 피해를 줍니다. 파도에 맞은 적들은 원형의 충격파를 방출하여 주변의 적들에게 피해를 줍니다.
공격 속도 15% 감폭
충격파가 주는 피해 80% 감폭
active skill area of effect radius +% final [-50]
is area damage [1]
ProphecySummonBladeVortecies
Spell, Multicastable, Triggerable
시전 속도: 1 초
재사용 대기시간: 12 초
alternate minion [135]
number of monsters to summon [5]
summoned monsters are minions [1]
ProphecyVaalFlameBlast
Spell, Damage, Area, Totemable, Vaal, Fire, AreaSpell
바알 화염파
추가 피해 효율: 50%
시전 속도: 1 초
재사용 대기시간: 5 초
한 지역을 목표로 하여 커다란 폭발을 형성합니다. 축적 속도는 시전 속도에 비례합니다. 10회 축적된 후 폭발이 발생합니다.
200.3~300.4 화염 피해
시전 속도 35% 증가
100%의 확률로 적을 점화
단계마다 주문 피해 110% 증폭
단계마다 상태 이상 피해 110% 증폭
active skill area of effect radius +% final [50]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_mana_regeneration_rate_per_minute_% = 300
	set_base_maximum_mana = 200
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); "
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Maligaro/MaligaroProphecy"] = {
    name = "Echo of Maligaro",
    life = 6,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "Melee",
        "ProphecyVaalFlameBlast",
        "ProphecySummonBladeVortecies",
        "ProphecyGoreSunder",
    },
    modList = {
    },
}
-- 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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyVaalFlameBlast"] = {
    name = "Vaal Flameblast",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Targets an area and builds up a large explosion. The build-up speed is based on cast speed. The explosion occurs after it reaches 10 stacks.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Vaal] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "charged_blast_spell_damage_+%_final_per_stack",
        "base_cast_speed_+%",
        "base_chance_to_ignite_%",
        "flameblast_ailment_damage_+%_final_per_stack",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 110, 35, 100, 110, 50, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 110, 35, 100, 110, 50, levelRequirement = 45, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 110, 35, 100, 110, 50, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecySummonBladeVortecies"] = {
    name = "ProphecySummonBladeVortecies",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {3, 135, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
        [2] = {4, 135, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
        [3] = {5, 135, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
        [4] = {6, 135, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyGoreSunder"] = {
    name = "Sunder",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
    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 = {
        "shockwave_slam_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, -15, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    몬스터가 주는 경험치 250% 증가
    떨어지는 아이템 희귀도 5500% 증가
    IdMonsterQuestBossAct4__
    FamilyMonsterActBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 5500 Max: 5500 Global
  • drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 Global
  • Edit

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