과거의 불씨
언데드
monster throws fire bombs text [1]
monster casts puncture text [1]
monster summons skeletons text [1]
투척 후 덫이 피해 면역인 시간 +4
투척 후 지뢰가 피해 면역인 시간 +4
사망 시 용암 지대 생성
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
한 번에 덫 최대 9개 추가 설치
덫 투척 속도 50% 감소
떨어지는 아이템 희귀도 15000% 증가
몬스터가 주는 경험치 100% 증가
drop additional rare items [3]
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
물리 피해의 25%를 추가 화염 피해로 획득
스킬이 투사체 2개 추가 발사
Embers of the Past
SpectreN
Tagsbones, 시전, extra_large_height, fire_affinity, has_one_hand_axe, has_one_handed_melee, humanoid, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, stone_armour, undead
생명력
600%
방어구
+50%
Ailment Threshold
600%
저항
0 0 85 0
Damage
195%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
125%
Type
MassSkeletonProphecy
Metadata
MassSkeletonProphecy
레벨
68
생명력
836,078
방어구
43,185
회피
4,739
에너지 보호막
0
Damage
830
주문 피해
1,238
정확도
290
Attack Time
1.005
경험치
112,805
Ailment Threshold
526,729
Chill
1,666
Shock
1,666
Brittle
9,423
Scorch
1,666
Sap
4,602
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 1318–1976
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
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]
SkeletonMassBowProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1318–1976
치명타 확률: 5%
Attack Time: 1.5 초
투사체 속도 200% 증가
출혈 유발
base is projectile [1]
monster projectile variation [12]
spell maximum action distance +% [-50]
WbSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
연막 지뢰
시전 속도: 0.5 초
폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
active skill area of effect radius +% final [-45]
ProphecyFireBomb
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
화염 덫
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 3 초
발동 시 폭발하여 주변 적들에게 화염 피해를 주고 용암 지대를 생성하는 덫을 던집니다. 용암 지대는 그 위를 지나가는 적에게도 피해를 줍니다.
+2.5초간 덫 지속
1초마다 888.3의 기본 화염 피해를 줌
기본 지속시간 4.5
799.5~1199 화염 피해
덫 최대 5개 추가 투척
덫이 목표 지점 주위에 무작위로 투척됨
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [1]
ProphecySummonSmokeMinions
Spell, Multicastable, Triggerable
시전 속도: 1 초
재사용 대기시간: 10 초
alternate minion [130]
number of monsters to summon [6]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.45
     visual_size_index = 1
}

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/fire.epk ); "
}

-- src\Data\Spectres.lua
minions["Metadata/Monsters/MassSkeleton/MassSkeletonProphecy"] = {
    name = "Embers of the Past",
    life = 6,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 1.95,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "SkeletonMassBowProjectile",
        "ProphecyFireBomb",
        "WbSmokeMine",
        "ProphecySummonSmokeMinions",
    },
    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["SkeletonMassBowProjectile"] = {
    name = "SkeletonMassBowProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "global_bleed_on_hit",
    },
    levels = {
        [1] = {12, -50, 200, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecyFireBomb"] = {
    name = "Fire Trap",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "number_of_additional_traps_to_throw",
        "base_trap_duration",
        "base_skill_effect_duration",
        "trap_variation",
        "throw_traps_in_circle_radius",
        "is_trap",
        "is_area_damage",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 2, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [2] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 3, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [3] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 4, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [4] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 5, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbSmokeMine"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecySummonSmokeMinions"] = {
    name = "ProphecySummonSmokeMinions",
    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 = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {130, 6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster throws fire bombs text [1]
IdMonsterThrowsFireBombsText
FamilyMonsterThrowsFireBombsText
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster throws fire bombs text Min: 1 Max: 1 Global
  • monster casts puncture text [1]
    IdMonsterCastsPunctureText
    FamilyMonsterCastsPunctureText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster casts puncture text Min: 1 Max: 1 Global
  • monster summons skeletons text [1]
    IdMonsterSummonsSkeletonsText
    FamilyMonsterSummonsSkeletonsText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster summons skeletons text Min: 1 Max: 1 Global
  • 투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • 사망 시 용암 지대 생성
    monster ground effect on death base duration ms [12000]
    monster ground fire on death base area of effect radius [32]
    IdProphecyBossGroundFireOnDeath
    FamilyMonsterEffectOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 12000 Max: 12000 Global
  • monster ground fire on death base area of effect radius Min: 32 Max: 32 Global
  • monster ground fire on death % max damage to deal per minute Min: 1000 Max: 1000 Global
  • Craft Tagselemental_damage damage elemental fire
    한 번에 덫 최대 9개 추가 설치
    IdProphecyIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 9 Max: 9 Global
  • 덫 투척 속도 50% 감소
    IdProphecyBossTrapThrowSpeed
    FamilyTrapAndMineThrowSpeed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • trap throwing speed +% Min: -50 Max: -50 Global
  • Craft Tagsspeed
    떨어지는 아이템 희귀도 15000% 증가
    몬스터가 주는 경험치 100% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 물리 피해의 25%를 추가 화염 피해로 획득
    IdMonsterFire1
    Name- 화염
    FamilyFireDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Spawn Tagscaster: 0 default: 1000
    Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    스킬이 투사체 2개 추가 발사
    IdMonsterMultipleProjectiles1
    Name분할의
    FamilyMonsterMultipleProjectile
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional projectiles Min: 2 Max: 2 Global
  • Spawn Tagsranged: 1000 default: 0
    과거의 불씨
    언데드
    monster throws fire bombs text [1]
    monster casts puncture text [1]
    monster summons skeletons text [1]
    투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    사망 시 용암 지대 생성
    monster ground effect on death base duration ms [12000]
    monster ground fire on death base area of effect radius [32]
    한 번에 덫 최대 9개 추가 설치
    덫 투척 속도 50% 감소
    떨어지는 아이템 희귀도 15000% 증가
    몬스터가 주는 경험치 100% 증가
    drop additional rare items [3]
    kill traps mines and totems on death [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    물리 피해의 25%를 추가 화염 피해로 획득
    스킬이 투사체 2개 추가 발사
    Embers of the Past
    SpectreN
    Tagsbones, 시전, fire_affinity, has_one_hand_axe, has_one_handed_melee, humanoid, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, skeleton, slashing_weapon, stone_armour, undead
    생명력
    600%
    방어구
    +50%
    Ailment Threshold
    600%
    저항
    0 0 85 0
    Damage
    195%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    125%
    Type
    MassSkeletonProphecy
    Metadata
    MassSkeletonProphecyStandalone
    레벨
    68
    생명력
    836,078
    방어구
    43,185
    회피
    4,739
    에너지 보호막
    0
    Damage
    830
    주문 피해
    1,238
    정확도
    290
    Attack Time
    1.005
    경험치
    112,805
    Ailment Threshold
    526,729
    Chill
    1,666
    Shock
    1,666
    Brittle
    9,423
    Scorch
    1,666
    Sap
    4,602
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 1318–1976
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    SkeletonMassBowProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 1318–1976
    치명타 확률: 5%
    Attack Time: 1.5 초
    투사체 속도 200% 증가
    출혈 유발
    base is projectile [1]
    monster projectile variation [12]
    spell maximum action distance +% [-50]
    WbSmokeMine
    Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
    연막 지뢰
    시전 속도: 0.5 초
    폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
    active skill area of effect radius +% final [-45]
    ProphecyFireBomb
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
    화염 덫
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 3 초
    발동 시 폭발하여 주변 적들에게 화염 피해를 주고 용암 지대를 생성하는 덫을 던집니다. 용암 지대는 그 위를 지나가는 적에게도 피해를 줍니다.
    +2.5초간 덫 지속
    1초마다 888.3의 기본 화염 피해를 줌
    기본 지속시간 4.5
    799.5~1199 화염 피해
    덫 최대 5개 추가 투척
    덫이 목표 지점 주위에 무작위로 투척됨
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    trap variation [1]
    ProphecySummonSmokeMinions
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 10 초
    alternate minion [130]
    number of monsters to summon [6]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/emerge/emergefx.ao"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
        visual_size_index = 1
    }
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/prophecy_league/elemental_outlines/fire.epk ); "
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/MassSkeleton/MassSkeletonProphecyStandalone"] = {
        name = "Embers of the Past",
        life = 6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        damage = 1.95,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "SkeletonMassBowProjectile",
            "ProphecyFireBomb",
            "WbSmokeMine",
            "ProphecySummonSmokeMinions",
        },
        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["SkeletonMassBowProjectile"] = {
        name = "SkeletonMassBowProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "base_is_projectile",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {12, -50, 200, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecyFireBomb"] = {
        name = "Fire Trap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "number_of_additional_traps_to_throw",
            "base_trap_duration",
            "base_skill_effect_duration",
            "trap_variation",
            "throw_traps_in_circle_radius",
            "is_trap",
            "is_area_damage",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 2, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 3, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 4, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [4] = {0.40000000596046, 0.60000002384186, 1.6000000238419, 5, 2500, 4500, 1, 30, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbSmokeMine"] = {
        name = "Smoke Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecySummonSmokeMinions"] = {
        name = "ProphecySummonSmokeMinions",
        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 = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {130, 6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster throws fire bombs text [1]
    IdMonsterThrowsFireBombsText
    FamilyMonsterThrowsFireBombsText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster throws fire bombs text Min: 1 Max: 1 Global
  • monster casts puncture text [1]
    IdMonsterCastsPunctureText
    FamilyMonsterCastsPunctureText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster casts puncture text Min: 1 Max: 1 Global
  • monster summons skeletons text [1]
    IdMonsterSummonsSkeletonsText
    FamilyMonsterSummonsSkeletonsText
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster summons skeletons text Min: 1 Max: 1 Global
  • 투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • 사망 시 용암 지대 생성
    monster ground effect on death base duration ms [12000]
    monster ground fire on death base area of effect radius [32]
    IdProphecyBossGroundFireOnDeath
    FamilyMonsterEffectOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 12000 Max: 12000 Global
  • monster ground fire on death base area of effect radius Min: 32 Max: 32 Global
  • monster ground fire on death % max damage to deal per minute Min: 1000 Max: 1000 Global
  • Craft Tagselemental_damage damage elemental fire
    한 번에 덫 최대 9개 추가 설치
    IdProphecyIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 9 Max: 9 Global
  • 덫 투척 속도 50% 감소
    IdProphecyBossTrapThrowSpeed
    FamilyTrapAndMineThrowSpeed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • trap throwing speed +% Min: -50 Max: -50 Global
  • Craft Tagsspeed
    떨어지는 아이템 희귀도 15000% 증가
    몬스터가 주는 경험치 100% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • drop additional rare items [3]
    IdProphecyAdditionalRareItemsBoss
    FamilyMonsterDropAdditionalRareItems
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • drop additional rare items Min: 3 Max: 3 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 물리 피해의 25%를 추가 화염 피해로 획득
    IdMonsterFire1
    Name- 화염
    FamilyFireDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Spawn Tagscaster: 0 default: 1000
    Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    스킬이 투사체 2개 추가 발사
    IdMonsterMultipleProjectiles1
    Name분할의
    FamilyMonsterMultipleProjectile
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional projectiles Min: 2 Max: 2 Global
  • Spawn Tagsranged: 1000 default: 0
    Edit

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