MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Pureza Restaurada
Construto
display summons water elementals text [1]
monster base type attack cast speed +% and damage -% final [33]
monster casts ice nova text [1]
Purity Restored
Spectre
TagsConjurador, cold_affinity, construct, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, slow_movement, stone_armour, summoner
Vida
300%
Armadura
+100%
Ailment Threshold
300%
Resistência
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
135%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
1.875 Second
Damage Spread
±20%
Experiência
150%
Model Size
100%
Type
StatueBoss
Metadata
GoldStatueLargeBossFemaleMapBoss
Nível
68
Vida
19,300
Armadura
57,580
Evasão
4,739
Damage
504
Dano Mágico
504
Precisão
580
Attack Time
1.875
Experiência
15,383
Minion Life
4,186
Minion Damage
403
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
Phys Convert Ele
240%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 403605
Chance de Crítico: 5%
Attack Time: 1.875 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
IceNovaWaterElemental
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
Nova Glacial
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 70%
Tempo de Conjuração: 1 seg
Um círculo se expande a partir do conjurador.
O raio Base é de 2.6 metros
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [15]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum base cold damage [1203]
spell minimum base cold damage [770.4]
iconfrostnova
StatueSummonWaterElementals
Minion, Multicastable, CreatesMinion, Spell
Tempo de Conjuração: 1 seg
number of water elementals allowed [4]
number of water elementals to summon [2]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
	off_hand_unarmed_type = "Shield"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Statue/GoldStatueLargeBossFemaleMapBoss"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Purity Restored",
    life = 3,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.875,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    skillList = {
        "IceNovaWaterElemental",
        "Melee",
        "StatueSummonWaterElementals",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["IceNovaWaterElemental"] = {
    name = "Ice Nova",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "A circle of ice expands from the caster.",
    skillTypes = {
        [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.Cold] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_area_of_effect_radius",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "action_attack_or_cast_time_uses_animation_length",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.25, 26, -25, 15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        [2] = {4.4200000762939, 6.9000000953674, 26, -25, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["StatueSummonWaterElementals"] = {
    name = "StatueSummonWaterElementals",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Minion] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_water_elementals_to_summon",
        "number_of_water_elementals_allowed",
    },
    levels = {
        [1] = {2, 4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
display summons water elementals text [1]
FamilyMonsterSummonsWaterElementalsText
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • display summons water elementals text 1 1 Global — Valor não escalável
  • monster base type attack cast speed +% and damage -% final [33]
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final 33 33 Global
  • Craft Tagscaster_damage Dano Ataque Conjurador Velocidade
    monster casts ice nova text [1]
    FamilyMonsterCastsIceNovaText
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster casts ice nova text 1 1 Global
  • Edit

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