息せぬ女王、ヴォルカー
人型
drop additional rare items [3]
monster no map drops [1]
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が100%増加する
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Volkuur, the Unbreathing Queen
SpectreN
Tagsbludgeoning_weapon, キャスター, has_staff, has_two_handed_melee, humanoid, light_armour, medium_height, medium_movement, not_dex, physical_affinity, red_blood
ライフ
500%
Energy Shield From Life
50%
防具
+50%
Ailment Threshold
500%
耐性
40 40 40 25
Damage
200%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
経験値
200%
Model Size
110%
Type
ProphecyUnhallowQueen
Metadata
PaleQueenUndead
レベル
68
ライフ
696,732
防具
43,185
回避力
4,739
エナジーシールド
3,064
Damage
851
スペルダメージ
1,270
命中
290
Attack Time
1.005
経験値
112,805
Ailment Threshold
438,941
Chill
1,388
Shock
1,388
Brittle
7,852
Scorch
1,388
Sap
3,835
ProphecySummonSuicideZombie
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
キャストタイム: 1 秒
クールダウン時間: 8 秒
スキルは追加で2回繰り返す
alternate minion [144]
minion dies when parent dies [1]
number of monsters to summon [2]
summon specific monsters radius +% [-50]
summoned monsters are minions [1]
TarMortarProphecyBoss
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
迫撃スキル
キャストタイム: 1 秒
モンスターの炸裂スキルに似ているが、着弾時に地面効果を作成する。
532.7から799の物理ダメージを与える
基礎持続時間は0.4
base is projectile [1]
is area damage [1]
monster projectile variation [2]
projectile spread radius [10]
ProphecySummonFallenHeroMinion
Spell, Multicastable, Triggerable
キャストタイム: 1 秒
クールダウン時間: 7.5 秒
alternate minion [145]
minion dies when parent dies [1]
number of monsters to summon [1]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]

Object Type

version 2
extends "Metadata/Monsters/Prophecy/ProphecyKing"

Stats
{

}

MinimapIcon
{
	icon = "MissionTarget" 
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Prophecy/ProphecyKing"

Life
{
	on_death = "HideMinimapIcon();"
	on_spawned_dead = "HideMinimapIcon();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ProphecyBoss/PaleQueenUndead"] = {
    name = "Volkuur, the Unbreathing Queen",
    life = 5,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "ProphecySummonSuicideZombie",
        "ProphecySummonFallenHeroMinion",
        "TarMortarProphecyBoss",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecySummonSuicideZombie"] = {
    name = "ProphecySummonSuicideZombie",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "skill_repeat_count",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {144, 2, -50, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ProphecySummonFallenHeroMinion"] = {
    name = "ProphecySummonFallenHeroMinion",
    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",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {145, 1, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TarMortarProphecyBoss"] = {
    name = "Mortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Like monster mortar skill, but leaves a ground effect on impact.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "projectile_spread_radius",
        "base_skill_effect_duration",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 10, 400, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
drop additional rare items [3]
IdProphecyAdditionalRareItemsBoss
FamilyMonsterDropAdditionalRareItems
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • drop additional rare items Min: 3 Max: 3 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • ドロップするアイテムのレアリティが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
  • 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
  • 息せぬ女王、ヴォルカー
    人型
    monster no map drops [1]
    ドロップするアイテムのレアリティが15000%増加する
    モンスターの付与する経験値が100%増加する
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Volkuur, the Unbreathing Queen
    SpectreN
    Tagsbludgeoning_weapon, キャスター, has_staff, has_two_handed_melee, humanoid, light_armour, medium_movement, not_dex, physical_affinity, red_blood
    ライフ
    500%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    500%
    耐性
    40 40 40 25
    Damage
    200%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    110%
    Type
    ProphecyUnhallowQueen
    Metadata
    PaleQueenUndeadStandalone_
    レベル
    68
    ライフ
    696,732
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    851
    スペルダメージ
    1,270
    命中
    290
    Attack Time
    1.005
    経験値
    112,805
    Ailment Threshold
    438,941
    Chill
    1,388
    Shock
    1,388
    Brittle
    7,852
    Scorch
    1,388
    Sap
    3,835
    ProphecySummonSuicideZombie
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    キャストタイム: 1 秒
    クールダウン時間: 8 秒
    スキルは追加で2回繰り返す
    alternate minion [144]
    minion dies when parent dies [1]
    number of monsters to summon [2]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    TarMortarProphecyBoss
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    迫撃スキル
    キャストタイム: 1 秒
    モンスターの炸裂スキルに似ているが、着弾時に地面効果を作成する。
    532.7から799の物理ダメージを与える
    基礎持続時間は0.4
    base is projectile [1]
    is area damage [1]
    monster projectile variation [2]
    projectile spread radius [10]
    ProphecySummonFallenHeroMinion
    Spell, Multicastable, Triggerable
    キャストタイム: 1 秒
    クールダウン時間: 7.5 秒
    alternate minion [145]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Prophecy/ProphecyKing"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Prophecy/ProphecyKing"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ProphecyBoss/PaleQueenUndeadStandalone_"] = {
        name = "Volkuur, the Unbreathing Queen",
        life = 5,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "ProphecySummonSuicideZombie",
            "ProphecySummonFallenHeroMinion",
            "TarMortarProphecyBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecySummonSuicideZombie"] = {
        name = "ProphecySummonSuicideZombie",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "skill_repeat_count",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {144, 2, -50, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecySummonFallenHeroMinion"] = {
        name = "ProphecySummonFallenHeroMinion",
        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",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {145, 1, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TarMortarProphecyBoss"] = {
        name = "Mortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Like monster mortar skill, but leaves a ground effect on impact.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 10, 400, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • ドロップするアイテムのレアリティが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
  • 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
  • 息せぬ女王、ヴォルカー
    人型
    ドロップするアイテムのレアリティが15000%増加する
    モンスターの付与する経験値が100%増加する
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Volkuur, the Unbreathing Queen
    SpectreN
    Areaペールコート
    Tagsbludgeoning_weapon, キャスター, has_staff, has_two_handed_melee, humanoid, light_armour, medium_height, medium_movement, not_dex, physical_affinity, red_blood
    ライフ
    300%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    300%
    耐性
    40 40 40 25
    Damage
    200%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    110%
    Type
    ProphecyUnhallowQueenMap
    Metadata
    PaleQueenUndeadMap
    レベル
    75
    ライフ
    1,524,810
    防具
    74,798
    回避力
    6,029
    エナジーシールド
    4,718
    Damage
    1,291
    スペルダメージ
    1,926
    命中
    381
    Attack Time
    1.005
    経験値
    129,844
    Ailment Threshold
    792,901
    Chill
    2,507
    Shock
    2,507
    Brittle
    14,184
    Scorch
    2,507
    Sap
    6,927
    ProphecySummonSuicideZombieMap
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    キャストタイム: 1 秒
    クールダウン時間: 8 秒
    スキルは追加で2回繰り返す
    alternate minion [254]
    minion dies when parent dies [1]
    number of monsters to summon [2]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    TarMortarProphecyBoss
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    迫撃スキル
    キャストタイム: 1 秒
    モンスターの炸裂スキルに似ているが、着弾時に地面効果を作成する。
    682.3から1023の物理ダメージを与える
    基礎持続時間は0.4
    base is projectile [1]
    is area damage [1]
    monster projectile variation [2]
    projectile spread radius [10]
    ProphecySummonFallenHeroMinionMap
    Spell, Multicastable, Triggerable
    キャストタイム: 1 秒
    クールダウン時間: 7.5 秒
    alternate minion [255]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Prophecy/ProphecyKingMap"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Prophecy/ProphecyKingMap"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ProphecyBoss/PaleQueenUndeadMap"] = {
        name = "Volkuur, the Unbreathing Queen",
        life = 3,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "ProphecySummonSuicideZombieMap",
            "ProphecySummonFallenHeroMinionMap",
            "TarMortarProphecyBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecySummonSuicideZombieMap"] = {
        name = "ProphecySummonSuicideZombieMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "skill_repeat_count",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {254, 2, -50, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecySummonFallenHeroMinionMap"] = {
        name = "ProphecySummonFallenHeroMinionMap",
        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",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {255, 1, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TarMortarProphecyBoss"] = {
        name = "Mortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Like monster mortar skill, but leaves a ground effect on impact.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 10, 400, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    ドロップするアイテムのレアリティが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
  • 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
  • 息せぬ女王、ヴォルカー
    人型
    ドロップするアイテムのレアリティが15000%増加する
    モンスターの付与する経験値が100%増加する
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Volkuur, the Unbreathing Queen
    SpectreN
    Tagsbludgeoning_weapon, キャスター, has_staff, has_two_handed_melee, humanoid, light_armour, medium_height, medium_movement, not_dex, physical_affinity, ranged, red_blood
    ライフ
    300%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    300%
    耐性
    40 40 40 25
    Damage
    200%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    110%
    Type
    ProphecyUnhallowQueenMap
    Metadata
    PaleQueenUndeadGhost
    レベル
    68
    ライフ
    418,039
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    851
    スペルダメージ
    1,270
    命中
    290
    Attack Time
    1.005
    経験値
    112,805
    Ailment Threshold
    263,365
    Chill
    833
    Shock
    833
    Brittle
    4,711
    Scorch
    833
    Sap
    2,301
    ProphecySummonSuicideZombieMap
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    キャストタイム: 1 秒
    クールダウン時間: 8 秒
    スキルは追加で2回繰り返す
    alternate minion [254]
    minion dies when parent dies [1]
    number of monsters to summon [2]
    summon specific monsters radius +% [-50]
    summoned monsters are minions [1]
    TarMortarProphecyBoss
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    迫撃スキル
    キャストタイム: 1 秒
    モンスターの炸裂スキルに似ているが、着弾時に地面効果を作成する。
    532.7から799の物理ダメージを与える
    基礎持続時間は0.4
    base is projectile [1]
    is area damage [1]
    monster projectile variation [2]
    projectile spread radius [10]
    ProphecySummonFallenHeroMinionMap
    Spell, Multicastable, Triggerable
    キャストタイム: 1 秒
    クールダウン時間: 7.5 秒
    alternate minion [255]
    minion dies when parent dies [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Prophecy/ProphecyKingGhost"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Prophecy/ProphecyKingGhost"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ProphecyBoss/PaleQueenUndeadGhost"] = {
        name = "Volkuur, the Unbreathing Queen",
        life = 3,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "ProphecySummonSuicideZombieMap",
            "ProphecySummonFallenHeroMinionMap",
            "TarMortarProphecyBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecySummonSuicideZombieMap"] = {
        name = "ProphecySummonSuicideZombieMap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "skill_repeat_count",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {254, 2, -50, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ProphecySummonFallenHeroMinionMap"] = {
        name = "ProphecySummonFallenHeroMinionMap",
        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",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {255, 1, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TarMortarProphecyBoss"] = {
        name = "Mortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Like monster mortar skill, but leaves a ground effect on impact.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "base_skill_effect_duration",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 10, 400, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    ドロップするアイテムのレアリティが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
  • 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
  • Edit

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