Puruna, o Desafiador
ConstrutoÁrea: Atoleiro, Mapa: Atol
+2 ao número máximo de Totens Convocados
totem art variation [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
totem art variation [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Puruna, the Challenger
| Spectre | |
|---|---|
| Area | Atoleiro, Mapa: Atol |
| Tags | Conjurador, cold_affinity, construct, I_see_brothers_card, immobile, is_unarmed, large_height, large_model, mud_blood, non_unique_map_boss, not_dex, ranged, stone_armour |
Vida
400%
Energy Shield From Life
50%
Armadura
+100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
200%
Model Size
180%
Type
TotemMapBossCold
Metadata
TotemMapBossCold
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
75
Vida
2,033,081
Armadura
99,730
Evasão
6,029
Escudo de Energia
18,872
Damage
1,291
Dano Mágico
1,926
Precisão
762
Attack Time
1.005
Experiência
129,844
Minion Life
414,976
Minion Energy Shield
3,852
Minion Damage
1,057
Ailment Threshold
1,057,202
Chill
3,343
Shock
3,343
Brittle
18,912
Scorch
3,343
Sap
9,236
Phys Convert Ele
275%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
TotemMapBossFrostBolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Velocidade de Conjuração aumentada em 75%
Velocidade de Projéteis aumentada em 50%
always pierce [1]
base is projectile [1]
skill repeat count [2]
spell maximum base cold damage [2826]
spell minimum base cold damage [1884]
TotemMapBossFrostBoltTotems
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Recarga: 2.5 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Invoca um Totem que usa esta habilidade
Velocidade de Projéteis aumentada em 50%
always pierce [1]
base active skill totem level [74]
base is projectile [1]
base totem duration [8000]
base totem range [80]
spell maximum base cold damage [1526]
spell minimum base cold damage [1017]
TotemMapBossWaterCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Cascata Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 2 seg
Recarga: 10 seg
Sincelos emergem do solo em uma série de pequenas explosões, cada um causando dano em inimigos pegos na área.
Causa 10 rajadas
active skill area of effect radius +% final [-18]
is area damage [1]
spell maximum base cold damage [2172]
spell minimum base cold damage [1448]
TotemBossTeamAAtollIceNovaChilledGround
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
Nova Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 3.5 seg
Recarga: 15 seg
Um círculo se expande a partir do conjurador.
Duração base é de 4 segundos
O raio Base é de 2.6 metros
Pode se expandir de até 1 Projéteis de Disparo Congelante
active skill area of effect radius +% final [62]
cast when triggered by other skill % [100]
ice nova places ground ice [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum base cold damage [8387]
spell minimum base cold damage [5368]
Object Type
version 2
extends "Metadata/Monsters/Totems/TotemBoss"
Transitionable
{
}
Stats
{
set_immune_to_curses = 0
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemMapBossCold"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Puruna, the Challenger",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"TotemBossTeamAAtollIceNovaChilledGround",
"TotemMapBossWaterCascade",
"TotemMapBossFrostBolt",
"TotemMapBossFrostBoltTotems",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TotemBossTeamAAtollIceNovaChilledGround"] = {
name = "Ice Nova",
hidden = true,
color = "3",
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 = 3.5,
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",
"base_skill_effect_duration",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"cast_when_triggered_by_other_skill_%",
"ice_nova_number_of_frost_bolts_to_cast_on",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"ice_nova_places_ground_ice",
},
levels = {
[1] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossWaterCascade"] = {
name = "Glacial Cascade",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
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.Physical] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"upheaval_number_of_spikes",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -18, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBolt"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"skill_repeat_count",
"base_projectile_speed_+%",
"active_skill_cast_speed_+%_final",
"base_cast_speed_+%",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 30, -33, 75, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 1, 40, -33, 75, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 2, 40, -33, 75, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 2, 50, -33, 75, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 2, 0, -33, 75, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBoltTotems"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
totem = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_projectile_speed_+%",
"base_active_skill_totem_level",
"active_skill_cast_speed_+%_final",
"base_totem_duration",
"base_totem_range",
"base_is_projectile",
"always_pierce",
"is_totem",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 30, 4, -33, 8000, 80, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 30, 8, -33, 8000, 80, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 30, 11, -33, 8000, 80, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 30, 15, -33, 8000, 80, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 30, 20, -33, 8000, 80, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 30, 28, -33, 8000, 80, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 30, 29, -33, 8000, 80, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[8] = {0.80000001192093, 1.2000000476837, 30, 31, -33, 8000, 80, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[9] = {0.80000001192093, 1.2000000476837, 30, 32, -33, 8000, 80, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[10] = {0.80000001192093, 1.2000000476837, 30, 34, -33, 8000, 80, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[11] = {0.80000001192093, 1.2000000476837, 30, 37, -33, 8000, 80, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[12] = {0.80000001192093, 1.2000000476837, 40, 40, -33, 8000, 80, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[13] = {0.80000001192093, 1.2000000476837, 40, 42, -33, 8000, 80, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[14] = {0.80000001192093, 1.2000000476837, 40, 44, -33, 8000, 80, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[15] = {0.80000001192093, 1.2000000476837, 40, 50, -33, 8000, 80, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[16] = {0.80000001192093, 1.2000000476837, 40, 51, -33, 8000, 80, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[17] = {0.80000001192093, 1.2000000476837, 40, 52, -33, 8000, 80, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[18] = {0.80000001192093, 1.2000000476837, 40, 63, -33, 8000, 80, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[19] = {0.80000001192093, 1.2000000476837, 40, 65, -33, 8000, 80, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[20] = {0.80000001192093, 1.2000000476837, 40, 66, -33, 8000, 80, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[21] = {0.80000001192093, 1.2000000476837, 40, 67, -33, 8000, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[22] = {0.80000001192093, 1.2000000476837, 50, 68, -33, 8000, 80, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[23] = {0.80000001192093, 1.2000000476837, 50, 69, -33, 8000, 80, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[24] = {0.80000001192093, 1.2000000476837, 50, 70, -33, 8000, 80, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[25] = {0.80000001192093, 1.2000000476837, 50, 71, -33, 8000, 80, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[26] = {0.80000001192093, 1.2000000476837, 50, 72, -33, 8000, 80, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[27] = {0.80000001192093, 1.2000000476837, 50, 73, -33, 8000, 80, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[28] = {0.80000001192093, 1.2000000476837, 50, 74, -33, 8000, 80, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[29] = {0.80000001192093, 1.2000000476837, 50, 75, -33, 8000, 80, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[30] = {0.80000001192093, 1.2000000476837, 50, 76, -33, 8000, 80, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[31] = {0.80000001192093, 1.2000000476837, 50, 77, -33, 8000, 80, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[32] = {0.80000001192093, 1.2000000476837, 50, 78, -33, 8000, 80, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[33] = {0.80000001192093, 1.2000000476837, 50, 79, -33, 8000, 80, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[34] = {0.80000001192093, 1.2000000476837, 0, 80, -33, 8000, 80, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[35] = {0.80000001192093, 1.2000000476837, 0, 81, -33, 8000, 80, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
+2 ao número máximo de Totens Convocados
| Family | AdditionalTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
totem art variation [1]
| Family | TotemVariation |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Stats.item_drop_slots | 1 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 100, 100 |
| Stats.base_maximum_mana | 200, 100000 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 0 |
| Stats.max_power_charges | 0 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 5 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 5 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.immune_to_curses | 0 |
| Stats.is_totem_object | 1 |
| Stats.cannot_be_dominated | 0 |
| Stats.monster_no_drops_or_experience | 0 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true |
| Positioned.team | 0 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge |
| Actor.slow_animations_go_to_idle | true |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
Puruna, o Desafiador
Construto+2 ao número máximo de Totens Convocados
totem art variation [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
totem art variation [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Puruna, the Challenger
| Spectre | |
|---|---|
| Tags | Conjurador, cold_affinity, construct, immobile, is_unarmed, large_height, large_model, mud_blood, not_dex, ranged, standalone_map_boss, stone_armour |
Vida
400%
Energy Shield From Life
50%
Armadura
+100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
200%
Model Size
180%
Type
TotemMapBossCold
Metadata
TotemMapBossColdStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
557,385
Armadura
57,580
Evasão
4,739
Escudo de Energia
12,254
Damage
851
Dano Mágico
1,270
Precisão
580
Attack Time
1.005
Experiência
112,805
Minion Life
120,902
Minion Energy Shield
2,658
Minion Damage
680
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
TotemMapBossFrostBolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Velocidade de Conjuração aumentada em 75%
Velocidade de Projéteis aumentada em 40%
always pierce [1]
base is projectile [1]
skill repeat count [2]
spell maximum base cold damage [1984]
spell minimum base cold damage [1323]
TotemMapBossFrostBoltTotems
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Recarga: 2.5 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Invoca um Totem que usa esta habilidade
Velocidade de Projéteis aumentada em 40%
always pierce [1]
base active skill totem level [67]
base is projectile [1]
base totem duration [8000]
base totem range [80]
spell maximum base cold damage [1071]
spell minimum base cold damage [714.1]
TotemMapBossWaterCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Cascata Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 2 seg
Recarga: 10 seg
Sincelos emergem do solo em uma série de pequenas explosões, cada um causando dano em inimigos pegos na área.
Causa 10 rajadas
active skill area of effect radius +% final [-18]
is area damage [1]
spell maximum base cold damage [1577]
spell minimum base cold damage [1051]
TotemBossTeamAAtollIceNovaChilledGround
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
Nova Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 3.5 seg
Recarga: 15 seg
Um círculo se expande a partir do conjurador.
Duração base é de 4 segundos
O raio Base é de 2.6 metros
Pode se expandir de até 1 Projéteis de Disparo Congelante
active skill area of effect radius +% final [62]
cast when triggered by other skill % [100]
ice nova places ground ice [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum base cold damage [5117]
spell minimum base cold damage [3275]
Object Type
version 2
extends "Metadata/Monsters/Totems/MonsterTotem"
extends "Metadata/Monsters/StandaloneMapBoss"
Transitionable
{
}
Stats
{
set_immune_to_curses = 0
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemMapBossColdStandalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Puruna, the Challenger",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"TotemBossTeamAAtollIceNovaChilledGround",
"TotemMapBossWaterCascade",
"TotemMapBossFrostBolt",
"TotemMapBossFrostBoltTotems",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TotemBossTeamAAtollIceNovaChilledGround"] = {
name = "Ice Nova",
hidden = true,
color = "3",
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 = 3.5,
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",
"base_skill_effect_duration",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"cast_when_triggered_by_other_skill_%",
"ice_nova_number_of_frost_bolts_to_cast_on",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"ice_nova_places_ground_ice",
},
levels = {
[1] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossWaterCascade"] = {
name = "Glacial Cascade",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
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.Physical] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"upheaval_number_of_spikes",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -18, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBolt"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"skill_repeat_count",
"base_projectile_speed_+%",
"active_skill_cast_speed_+%_final",
"base_cast_speed_+%",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 30, -33, 75, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 1, 40, -33, 75, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 2, 40, -33, 75, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 2, 50, -33, 75, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 2, 0, -33, 75, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBoltTotems"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
totem = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_projectile_speed_+%",
"base_active_skill_totem_level",
"active_skill_cast_speed_+%_final",
"base_totem_duration",
"base_totem_range",
"base_is_projectile",
"always_pierce",
"is_totem",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 30, 4, -33, 8000, 80, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 30, 8, -33, 8000, 80, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 30, 11, -33, 8000, 80, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 30, 15, -33, 8000, 80, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 30, 20, -33, 8000, 80, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 30, 28, -33, 8000, 80, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 30, 29, -33, 8000, 80, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[8] = {0.80000001192093, 1.2000000476837, 30, 31, -33, 8000, 80, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[9] = {0.80000001192093, 1.2000000476837, 30, 32, -33, 8000, 80, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[10] = {0.80000001192093, 1.2000000476837, 30, 34, -33, 8000, 80, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[11] = {0.80000001192093, 1.2000000476837, 30, 37, -33, 8000, 80, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[12] = {0.80000001192093, 1.2000000476837, 40, 40, -33, 8000, 80, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[13] = {0.80000001192093, 1.2000000476837, 40, 42, -33, 8000, 80, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[14] = {0.80000001192093, 1.2000000476837, 40, 44, -33, 8000, 80, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[15] = {0.80000001192093, 1.2000000476837, 40, 50, -33, 8000, 80, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[16] = {0.80000001192093, 1.2000000476837, 40, 51, -33, 8000, 80, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[17] = {0.80000001192093, 1.2000000476837, 40, 52, -33, 8000, 80, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[18] = {0.80000001192093, 1.2000000476837, 40, 63, -33, 8000, 80, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[19] = {0.80000001192093, 1.2000000476837, 40, 65, -33, 8000, 80, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[20] = {0.80000001192093, 1.2000000476837, 40, 66, -33, 8000, 80, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[21] = {0.80000001192093, 1.2000000476837, 40, 67, -33, 8000, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[22] = {0.80000001192093, 1.2000000476837, 50, 68, -33, 8000, 80, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[23] = {0.80000001192093, 1.2000000476837, 50, 69, -33, 8000, 80, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[24] = {0.80000001192093, 1.2000000476837, 50, 70, -33, 8000, 80, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[25] = {0.80000001192093, 1.2000000476837, 50, 71, -33, 8000, 80, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[26] = {0.80000001192093, 1.2000000476837, 50, 72, -33, 8000, 80, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[27] = {0.80000001192093, 1.2000000476837, 50, 73, -33, 8000, 80, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[28] = {0.80000001192093, 1.2000000476837, 50, 74, -33, 8000, 80, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[29] = {0.80000001192093, 1.2000000476837, 50, 75, -33, 8000, 80, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[30] = {0.80000001192093, 1.2000000476837, 50, 76, -33, 8000, 80, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[31] = {0.80000001192093, 1.2000000476837, 50, 77, -33, 8000, 80, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[32] = {0.80000001192093, 1.2000000476837, 50, 78, -33, 8000, 80, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[33] = {0.80000001192093, 1.2000000476837, 50, 79, -33, 8000, 80, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[34] = {0.80000001192093, 1.2000000476837, 0, 80, -33, 8000, 80, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[35] = {0.80000001192093, 1.2000000476837, 0, 81, -33, 8000, 80, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
+2 ao número máximo de Totens Convocados
| Family | AdditionalTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
totem art variation [1]
| Family | TotemVariation |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Stats.monster_uses_map_boss_difficulty_scaling | 1 |
| Stats.immune_to_curses | 0 |
Puruna, o Desafiador
Construto+2 ao número máximo de Totens Convocados
totem art variation [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
totem art variation [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Puruna, the Challenger
| Spectre | |
|---|---|
| Tags | construct, elder_map_boss, immobile, is_unarmed, large_height, large_model, mud_blood, non_attacking, not_dex, stone_armour |
Vida
400%
Energy Shield From Life
50%
Armadura
+100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
200%
Model Size
180%
Type
TotemMapBossCold
Metadata
TotemMapBossColdElder
Object Type
version 2
extends "Metadata/Monsters/Monster"
Life
{
corpse_usable = false
}
Stats
{
base_cannot_be_damaged = 1
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
is_hidden_monster = 1
immune_to_curses = 1
immune_to_auras_from_other_entities = 1
set_immune_vaal_lighting_warp = 1
}
Transitionable
{
}
Preload
{
preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemMapBossColdElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Puruna, the Challenger",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
},
modList = {
},
}
+2 ao número máximo de Totens Convocados
| Family | AdditionalTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
totem art variation [1]
| Family | TotemVariation |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
Puruna, o Desafiador
ConstrutoÁrea: Planalto, Mapa: Planalto
+5 ao número máximo de Totens Convocados
totem art variation [1]
damage vs tiki totems +% [300]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
totem art variation [1]
damage vs tiki totems +% [300]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Vida do Totem aumentada em 857%
Puruna, the Challenger
| Spectre | |
|---|---|
| Area | Planalto, Mapa: Planalto |
| Tags | Conjurador, cold_affinity, construct, immobile, is_unarmed, large_height, large_model, mud_blood, non_unique_map_boss, not_dex, ranged, stone_armour |
Vida
400%
Energy Shield From Life
50%
Armadura
+100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
200%
Model Size
180%
Type
TotemMapBossColdPlateau
Metadata
TotemMapBossColdPlateau
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
79
Vida
4,610,269
Armadura
135,980
Evasão
6,892
Escudo de Energia
24,072
Damage
1,630
Dano Mágico
2,432
Precisão
888
Attack Time
1.005
Experiência
138,039
Minion Life
908,954
Minion Energy Shield
4,746
Minion Damage
1,355
Ailment Threshold
2,212,929
Chill
6,997
Shock
6,997
Brittle
39,587
Scorch
6,997
Sap
19,332
Phys Convert Ele
295%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
TotemMapBossFrostBoltTotems
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Recarga: 2.5 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Invoca um Totem que usa esta habilidade
Velocidade de Projéteis aumentada em 50%
always pierce [1]
base active skill totem level [78]
base is projectile [1]
base totem duration [8000]
base totem range [80]
spell maximum base cold damage [1862]
spell minimum base cold damage [1242]
TotemMapBossFrostBolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Velocidade de Conjuração aumentada em 75%
Velocidade de Projéteis aumentada em 50%
always pierce [1]
base is projectile [1]
skill repeat count [2]
spell maximum base cold damage [3449]
spell minimum base cold damage [2299]
TotemMapBossWaterCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Cascata Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 2 seg
Recarga: 10 seg
Sincelos emergem do solo em uma série de pequenas explosões, cada um causando dano em inimigos pegos na área.
Causa 10 rajadas
active skill area of effect radius +% final [-18]
is area damage [1]
spell maximum base cold damage [2600]
spell minimum base cold damage [1733]
SummonInvisibleVortex
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Recarga: 5 seg
alternate minion [197]
number of monsters to summon [1]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
TotemBossTeamAAtollIceNovaChilledGround
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
Nova Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 3.5 seg
Recarga: 15 seg
Um círculo se expande a partir do conjurador.
Duração base é de 4 segundos
O raio Base é de 2.6 metros
Pode se expandir de até 1 Projéteis de Disparo Congelante
active skill area of effect radius +% final [62]
cast when triggered by other skill % [100]
ice nova places ground ice [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum base cold damage [11088]
spell minimum base cold damage [7097]
Object Type
version 2
extends "Metadata/Monsters/Totems/TotemMapBossPlateauBase"
Positioned
{
team = 126
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemMapBossColdPlateau"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Puruna, the Challenger",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"TotemBossTeamAAtollIceNovaChilledGround",
"TotemMapBossWaterCascade",
"SummonInvisibleVortex",
"TotemMapBossFrostBolt",
"TotemMapBossFrostBoltTotems",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TotemBossTeamAAtollIceNovaChilledGround"] = {
name = "Ice Nova",
hidden = true,
color = "3",
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 = 3.5,
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",
"base_skill_effect_duration",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"cast_when_triggered_by_other_skill_%",
"ice_nova_number_of_frost_bolts_to_cast_on",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"ice_nova_places_ground_ice",
},
levels = {
[1] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossWaterCascade"] = {
name = "Glacial Cascade",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
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.Physical] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"upheaval_number_of_spikes",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -18, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonInvisibleVortex"] = {
name = "SummonInvisibleVortex",
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_no_drops_or_experience",
"summoned_monsters_are_minions",
},
levels = {
[1] = {1, 197, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBolt"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"skill_repeat_count",
"base_projectile_speed_+%",
"active_skill_cast_speed_+%_final",
"base_cast_speed_+%",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 30, -33, 75, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 1, 40, -33, 75, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 2, 40, -33, 75, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 2, 50, -33, 75, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 2, 0, -33, 75, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBoltTotems"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
totem = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_projectile_speed_+%",
"base_active_skill_totem_level",
"active_skill_cast_speed_+%_final",
"base_totem_duration",
"base_totem_range",
"base_is_projectile",
"always_pierce",
"is_totem",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 30, 4, -33, 8000, 80, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 30, 8, -33, 8000, 80, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 30, 11, -33, 8000, 80, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 30, 15, -33, 8000, 80, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 30, 20, -33, 8000, 80, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 30, 28, -33, 8000, 80, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 30, 29, -33, 8000, 80, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[8] = {0.80000001192093, 1.2000000476837, 30, 31, -33, 8000, 80, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[9] = {0.80000001192093, 1.2000000476837, 30, 32, -33, 8000, 80, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[10] = {0.80000001192093, 1.2000000476837, 30, 34, -33, 8000, 80, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[11] = {0.80000001192093, 1.2000000476837, 30, 37, -33, 8000, 80, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[12] = {0.80000001192093, 1.2000000476837, 40, 40, -33, 8000, 80, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[13] = {0.80000001192093, 1.2000000476837, 40, 42, -33, 8000, 80, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[14] = {0.80000001192093, 1.2000000476837, 40, 44, -33, 8000, 80, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[15] = {0.80000001192093, 1.2000000476837, 40, 50, -33, 8000, 80, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[16] = {0.80000001192093, 1.2000000476837, 40, 51, -33, 8000, 80, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[17] = {0.80000001192093, 1.2000000476837, 40, 52, -33, 8000, 80, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[18] = {0.80000001192093, 1.2000000476837, 40, 63, -33, 8000, 80, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[19] = {0.80000001192093, 1.2000000476837, 40, 65, -33, 8000, 80, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[20] = {0.80000001192093, 1.2000000476837, 40, 66, -33, 8000, 80, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[21] = {0.80000001192093, 1.2000000476837, 40, 67, -33, 8000, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[22] = {0.80000001192093, 1.2000000476837, 50, 68, -33, 8000, 80, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[23] = {0.80000001192093, 1.2000000476837, 50, 69, -33, 8000, 80, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[24] = {0.80000001192093, 1.2000000476837, 50, 70, -33, 8000, 80, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[25] = {0.80000001192093, 1.2000000476837, 50, 71, -33, 8000, 80, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[26] = {0.80000001192093, 1.2000000476837, 50, 72, -33, 8000, 80, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[27] = {0.80000001192093, 1.2000000476837, 50, 73, -33, 8000, 80, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[28] = {0.80000001192093, 1.2000000476837, 50, 74, -33, 8000, 80, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[29] = {0.80000001192093, 1.2000000476837, 50, 75, -33, 8000, 80, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[30] = {0.80000001192093, 1.2000000476837, 50, 76, -33, 8000, 80, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[31] = {0.80000001192093, 1.2000000476837, 50, 77, -33, 8000, 80, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[32] = {0.80000001192093, 1.2000000476837, 50, 78, -33, 8000, 80, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[33] = {0.80000001192093, 1.2000000476837, 50, 79, -33, 8000, 80, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[34] = {0.80000001192093, 1.2000000476837, 0, 80, -33, 8000, 80, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[35] = {0.80000001192093, 1.2000000476837, 0, 81, -33, 8000, 80, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
+5 ao número máximo de Totens Convocados
| Family | AdditionalTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
totem art variation [1]
| Family | TotemVariation |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
damage vs tiki totems +% [300]
| Family | IncreasedDamageVersusTikiTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
Vida do Totem aumentada em 857%
| Family | IncreasedTotemLife |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource Vida |
| key | val |
|---|---|
| Stats.item_drop_slots | 1 |
| Stats.energy_shield_recharge_rate_per_minute_% | 2000 |
| Stats.mana_regeneration_rate_per_minute_% | 100, 100 |
| Stats.base_maximum_mana | 200, 100000 |
| Stats.maximum_physical_damage_reduction_% | 75 |
| Stats.max_viper_strike_orbs | 4 |
| Stats.base_maximum_all_resistances_% | 75 |
| Stats.max_fuse_arrow_orbs | 5 |
| Stats.max_fire_beam_stacks | 8 |
| Stats.max_charged_attack_stacks | 10 |
| Stats.base_critical_strike_multiplier | 130 |
| Stats.critical_ailment_dot_multiplier_+ | 30 |
| Stats.max_endurance_charges | 3 |
| Stats.max_frenzy_charges | 0 |
| Stats.max_power_charges | 0 |
| Stats.base_attack_speed_+%_per_frenzy_charge | 4 |
| Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.base_cast_speed_+%_per_frenzy_charge | 4 |
| Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion | 11 |
| Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion | 5 |
| Stats.object_inherent_damage_+%_final_per_frenzy_charge | 4 |
| Stats.physical_damage_reduction_%_per_endurance_charge | 5 |
| Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.resist_all_elements_%_per_endurance_charge | 5 |
| Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion | 11 |
| Stats.critical_strike_chance_+%_per_power_charge | 50 |
| Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion | 150 |
| Stats.maximum_block_% | 75 |
| Stats.base_maximum_spell_block_% | 75 |
| Stats.base_number_of_totems_allowed | 1 |
| Stats.base_number_of_traps_allowed | 3 |
| Stats.base_number_of_remote_mines_allowed | 5 |
| Stats.movement_velocity_cap | 128 |
| Stats.maximum_life_leech_rate_%_per_minute | 1200 |
| Stats.maximum_mana_leech_rate_%_per_minute | 1200 |
| Stats.maximum_energy_shield_leech_rate_%_per_minute | 600 |
| Stats.monster_ignite_damage_+%_final | -72 |
| Stats.monster_bleeding_damage_+%_final | -86 |
| Stats.monster_poison_damage_+%_final | -50 |
| Stats.bleeding_moving_damage_%_of_base_override | 500 |
| Stats.max_azurite_debuff_stacks | 10 |
| Stats.impaled_debuff_base_duration_ms | 8000 |
| Stats.impaled_debuff_number_of_reflected_hits | 5 |
| Stats.ignore_skill_weapon_restrictions | 1 |
| Stats.base_total_number_of_sigils_allowed | 3 |
| Stats.maximum_life_leech_amount_per_leech_%_max_life | 10 |
| Stats.maximum_mana_leech_amount_per_leech_%_max_mana | 10 |
| Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield | 10 |
| Stats.object_inherent_melee_hit_stun_duration_+%_final | 20 |
| Stats.scale_melee_range_to_actor_scale | 1 |
| Stats.use_melee_pattern_range | 1 |
| Stats.actor_scale_+%_limit | 100 |
| Stats.damage_taken_when_hit_+%_final_per_fortification | -1 |
| Stats.base_max_fortification | 20 |
| Stats.soul_eater_maximum_stacks | 45 |
| Stats.immune_to_curses | 0 |
| Stats.is_totem_object | 1 |
| Stats.cannot_be_dominated | 0 |
| Stats.monster_no_drops_or_experience | 0 |
| Stats.is_tiki_totem | 1 |
| ObjectMagicProperties.stat_description_list | Metadata/StatDescriptions/monster_stat_descriptions.txt |
| Positioned.blocking | true |
| Positioned.team | 0, 126 |
| Positioned.serialise_collidable | true |
| BaseEvents.server_only | true |
| Actor.basic_action | Move, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, ChangeToStance2 |
| Actor.slow_animations_go_to_idle | true |
| Pathfinding.immobile | true |
| Life.corpse_usable | false |
| Transitionable.num_states | 3 |
Puruna, o Desafiador
Construto+5 ao número máximo de Totens Convocados
totem art variation [1]
damage vs tiki totems +% [300]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
totem art variation [1]
damage vs tiki totems +% [300]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Vida do Totem aumentada em 857%
Puruna, the Challenger
| Spectre | |
|---|---|
| Tags | Conjurador, cold_affinity, construct, immobile, is_unarmed, large_height, large_model, mud_blood, not_dex, ranged, standalone_map_boss, stone_armour |
Vida
400%
Energy Shield From Life
50%
Armadura
+100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
200%
Model Size
180%
Type
TotemMapBossColdPlateau
Metadata
TotemMapBossColdPlateauStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
557,385
Armadura
57,580
Evasão
4,739
Escudo de Energia
12,254
Damage
851
Dano Mágico
1,270
Precisão
580
Attack Time
1.005
Experiência
112,805
Minion Life
120,902
Minion Energy Shield
2,658
Minion Damage
680
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
TotemMapBossFrostBoltTotems
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Recarga: 2.5 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Invoca um Totem que usa esta habilidade
Velocidade de Projéteis aumentada em 40%
always pierce [1]
base active skill totem level [67]
base is projectile [1]
base totem duration [8000]
base totem range [80]
spell maximum base cold damage [1071]
spell minimum base cold damage [714.1]
TotemMapBossFrostBolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
Disparo Congelante
Chance de Crítico: 5%
Tempo de Conjuração: 0.75 seg
Dispara um projétil lento que atravessa os inimigos, causando dano de gelo.
33% menos Velocidade de Conjuração
Velocidade de Conjuração aumentada em 75%
Velocidade de Projéteis aumentada em 40%
always pierce [1]
base is projectile [1]
skill repeat count [2]
spell maximum base cold damage [1984]
spell minimum base cold damage [1323]
TotemMapBossWaterCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Cascata Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 2 seg
Recarga: 10 seg
Sincelos emergem do solo em uma série de pequenas explosões, cada um causando dano em inimigos pegos na área.
Causa 10 rajadas
active skill area of effect radius +% final [-18]
is area damage [1]
spell maximum base cold damage [1577]
spell minimum base cold damage [1051]
SummonInvisibleVortex
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Recarga: 5 seg
alternate minion [197]
number of monsters to summon [1]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
TotemBossTeamAAtollIceNovaChilledGround
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
Nova Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 3.5 seg
Recarga: 15 seg
Um círculo se expande a partir do conjurador.
Duração base é de 4 segundos
O raio Base é de 2.6 metros
Pode se expandir de até 1 Projéteis de Disparo Congelante
active skill area of effect radius +% final [62]
cast when triggered by other skill % [100]
ice nova places ground ice [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum base cold damage [5117]
spell minimum base cold damage [3275]
Object Type
version 2 extends "Metadata/Monsters/Totems/TotemMapBossPlateauBase" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemMapBossColdPlateauStandalone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Puruna, the Challenger",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"TotemBossTeamAAtollIceNovaChilledGround",
"TotemMapBossWaterCascade",
"SummonInvisibleVortex",
"TotemMapBossFrostBolt",
"TotemMapBossFrostBoltTotems",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["TotemBossTeamAAtollIceNovaChilledGround"] = {
name = "Ice Nova",
hidden = true,
color = "3",
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 = 3.5,
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",
"base_skill_effect_duration",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"cast_when_triggered_by_other_skill_%",
"ice_nova_number_of_frost_bolts_to_cast_on",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"ice_nova_places_ground_ice",
},
levels = {
[1] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.25, 26, 4000, -25, 100, 1, 62, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossWaterCascade"] = {
name = "Glacial Cascade",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
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.Physical] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
area = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"upheaval_number_of_spikes",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -18, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonInvisibleVortex"] = {
name = "SummonInvisibleVortex",
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_no_drops_or_experience",
"summoned_monsters_are_minions",
},
levels = {
[1] = {1, 197, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBolt"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"skill_repeat_count",
"base_projectile_speed_+%",
"active_skill_cast_speed_+%_final",
"base_cast_speed_+%",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1, 30, -33, 75, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 1, 40, -33, 75, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 2, 40, -33, 75, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 2, 50, -33, 75, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 2, 0, -33, 75, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossFrostBoltTotems"] = {
name = "Frostbolt",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Cold] = true,
[SkillType.Triggerable] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.75,
baseFlags = {
spell = true,
projectile = true,
totem = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_projectile_speed_+%",
"base_active_skill_totem_level",
"active_skill_cast_speed_+%_final",
"base_totem_duration",
"base_totem_range",
"base_is_projectile",
"always_pierce",
"is_totem",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 30, 4, -33, 8000, 80, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 30, 8, -33, 8000, 80, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 30, 11, -33, 8000, 80, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 30, 15, -33, 8000, 80, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 30, 20, -33, 8000, 80, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 30, 28, -33, 8000, 80, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 30, 29, -33, 8000, 80, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[8] = {0.80000001192093, 1.2000000476837, 30, 31, -33, 8000, 80, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[9] = {0.80000001192093, 1.2000000476837, 30, 32, -33, 8000, 80, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[10] = {0.80000001192093, 1.2000000476837, 30, 34, -33, 8000, 80, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[11] = {0.80000001192093, 1.2000000476837, 30, 37, -33, 8000, 80, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[12] = {0.80000001192093, 1.2000000476837, 40, 40, -33, 8000, 80, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[13] = {0.80000001192093, 1.2000000476837, 40, 42, -33, 8000, 80, critChance = 5, levelRequirement = 41, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[14] = {0.80000001192093, 1.2000000476837, 40, 44, -33, 8000, 80, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[15] = {0.80000001192093, 1.2000000476837, 40, 50, -33, 8000, 80, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[16] = {0.80000001192093, 1.2000000476837, 40, 51, -33, 8000, 80, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[17] = {0.80000001192093, 1.2000000476837, 40, 52, -33, 8000, 80, critChance = 5, levelRequirement = 57, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[18] = {0.80000001192093, 1.2000000476837, 40, 63, -33, 8000, 80, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[19] = {0.80000001192093, 1.2000000476837, 40, 65, -33, 8000, 80, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[20] = {0.80000001192093, 1.2000000476837, 40, 66, -33, 8000, 80, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[21] = {0.80000001192093, 1.2000000476837, 40, 67, -33, 8000, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[22] = {0.80000001192093, 1.2000000476837, 50, 68, -33, 8000, 80, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[23] = {0.80000001192093, 1.2000000476837, 50, 69, -33, 8000, 80, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[24] = {0.80000001192093, 1.2000000476837, 50, 70, -33, 8000, 80, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[25] = {0.80000001192093, 1.2000000476837, 50, 71, -33, 8000, 80, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[26] = {0.80000001192093, 1.2000000476837, 50, 72, -33, 8000, 80, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[27] = {0.80000001192093, 1.2000000476837, 50, 73, -33, 8000, 80, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[28] = {0.80000001192093, 1.2000000476837, 50, 74, -33, 8000, 80, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[29] = {0.80000001192093, 1.2000000476837, 50, 75, -33, 8000, 80, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[30] = {0.80000001192093, 1.2000000476837, 50, 76, -33, 8000, 80, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[31] = {0.80000001192093, 1.2000000476837, 50, 77, -33, 8000, 80, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[32] = {0.80000001192093, 1.2000000476837, 50, 78, -33, 8000, 80, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[33] = {0.80000001192093, 1.2000000476837, 50, 79, -33, 8000, 80, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[34] = {0.80000001192093, 1.2000000476837, 0, 80, -33, 8000, 80, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[35] = {0.80000001192093, 1.2000000476837, 0, 81, -33, 8000, 80, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
+5 ao número máximo de Totens Convocados
| Family | AdditionalTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
totem art variation [1]
| Family | TotemVariation |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
damage vs tiki totems +% [300]
| Family | IncreasedDamageVersusTikiTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
Vida do Totem aumentada em 857%
| Family | IncreasedTotemLife |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource Vida |
| key | val |
|---|---|
| Stats.monster_uses_map_boss_difficulty_scaling | 1 |
Puruna, o Desafiador
Construto+5 ao número máximo de Totens Convocados
totem art variation [1]
damage vs tiki totems +% [300]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
totem art variation [1]
damage vs tiki totems +% [300]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Vida do Totem aumentada em 857%
Puruna, the Challenger
| Spectre | |
|---|---|
| Tags | construct, elder_map_boss, immobile, is_unarmed, large_height, large_model, mud_blood, non_attacking, not_dex, stone_armour |
Vida
400%
Energy Shield From Life
50%
Armadura
+100%
Ailment Threshold
400%
Resistência
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
200%
Model Size
180%
Type
TotemMapBossColdPlateau
Metadata
TotemMapBossColdPlateauElder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemMapBossColdPlateauElder"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Puruna, the Challenger",
life = 4,
energyShield = 0.5,
damage = 2,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
},
modList = {
},
}
+5 ao número máximo de Totens Convocados
| Family | AdditionalTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
totem art variation [1]
| Family | TotemVariation |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
damage vs tiki totems +% [300]
| Family | IncreasedDamageVersusTikiTotems |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Dano |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
Vida do Totem aumentada em 857%
| Family | IncreasedTotemLife |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource Vida |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.




















