Transformador Sanguinário
BestialÁrea: InvasionBoss
Espécie: Homens Cabra
Grupo: Primatas
Família: Selvagens
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
monster is invasion boss [1]
monster dropped item rarity +% [800]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
level 33 or lower life +% final [-20]
Blood Morpher
| Spectre | |
|---|---|
| Area | InvasionBoss |
| End Game | Vida máxima aumentada em 50% |
| Tags | animal_claw_weapon, beast, Conjurador, cold_affinity, fast_movement, flesh_armour, invasion_boss, is_unarmed, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, primate_beast, ranged, red_blood |
| Packs |
Vida
180%
Evasão
+15%
Ailment Threshold
180%
Resistência
Damage
154%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 7
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
200%
Model Size
130%
Type
BloodMonkeyBossInvasion
Metadata
MonkeyBossInvasion2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
11,580
Armadura
28,790
Evasão
5,450
Damage
575
Dano Mágico
575
Precisão
580
Attack Time
1.005
Experiência
20,510
Minion Life
2,512
Minion Damage
459
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 460—690
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonkeyBossIceSpearInvasion
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
Lança Gélida
Chance de Crítico: 7%
Tempo de Conjuração: 1.466 seg
Lança fragmentos de gelo rapidamente e sucessivamente. Após viajar uma curta distância ela se modifica para uma segunda forma, que se move muiot mais rápido e atravessa os inimigos.
Dispara 2 Projéteis adicionais
Segunda forma possui um aumento de 600% de Chance de Crítico
active skill chill duration +% final [78]
base is projectile [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-25]
spell maximum base cold damage [503.5]
spell minimum base cold damage [335.7]
use scaled contact offset [1]
MonkeyArcticBreathInvasion
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell, DamageOverTime
Geada Rastejante
Chance de Crítico: 5%
Tempo de Conjuração: 1.466 seg
Recarga: 8 seg
Atira um projétil gélido que explode no impacto ou quando atingir a área alvo, causando dano em área e criando uma área resfriada que causa dano de gelo degenerativo. Essa área rastejará pelo chão em direção aos inimigos próximos até o término de sua duração.
Duração base é de 8 segundos
Dispara 2 Projéteis adicionais
Velocidade de Projéteis reduzida em 50%
O raio Base é de 1.5 metros
Raio de alcance secundário base é de 1.5 metros
base is projectile [1]
spell maximum base cold damage [1390]
spell minimum base cold damage [926.6]
Object Type
version 2 extends "Metadata/Monsters/Monkeys/Monkey"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Monkeys/MonkeyBossInvasion2"] = {
fireResist = 30,
coldResist = 30,
lightningResist = 30,
chaosResist = 20,
name = "Blood Morpher",
life = 1.8,
damage = 1.54,
damageSpread = 0.2,
attackTime = 1.005,
attackRange = 7,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"MonkeyBossIceSpearInvasion",
"MonkeyArcticBreathInvasion",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
name = "Default Attack",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Strike your foes down with a powerful blow.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Multistrikeable] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonkeyBossIceSpearInvasion"] = {
name = "Ice Spear",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
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.Triggerable] = true,
[SkillType.Cold] = true,
[SkillType.CanRapidFire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.466,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"active_skill_chill_duration_+%_final",
"spell_maximum_action_distance_+%",
"ice_spear_second_form_critical_strike_chance_+%",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"projectile_uses_contact_direction",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 9, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 21, statInterpolation = {3, 3}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 24, statInterpolation = {3, 3}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 27, statInterpolation = {3, 3}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 30, statInterpolation = {3, 3}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 2, 78, -25, 600, critChance = 7, levelRequirement = 42, statInterpolation = {3, 3, 1}, cost = { }, },
[8] = {0.80000001192093, 1.2000000476837, 3, 78, -25, 600, critChance = 7, levelRequirement = 75, statInterpolation = {3, 3, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonkeyArcticBreathInvasion"] = {
name = "Creeping Frost",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Duration] = true,
[SkillType.Area] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Cold] = true,
[SkillType.ChillingArea] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
[SkillType.DamageOverTime] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.466,
baseFlags = {
area = true,
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_skill_effect_duration",
"number_of_additional_projectiles",
"base_projectile_speed_+%",
"active_skill_base_area_of_effect_radius",
"active_skill_base_secondary_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 3500, 0, -50, 15, 15, levelRequirement = 2, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, 4500, 2, -50, 15, 15, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[3] = {0.80000001192093, 1.2000000476837, 4500, 2, -50, 15, 15, critChance = 5, levelRequirement = 47, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[4] = {0.80000001192093, 1.2000000476837, 6000, 2, -50, 15, 15, critChance = 5, levelRequirement = 49, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[5] = {0.80000001192093, 1.2000000476837, 8000, 2, -50, 15, 15, critChance = 5, levelRequirement = 63, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[6] = {0.80000001192093, 1.2000000476837, 8000, 2, -50, 15, 15, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1, 1}, cost = { }, },
[7] = {0.80000001192093, 1.2000000476837, 10000, 2, -50, 15, 15, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1, 1}, cost = { }, },
},
}
| Family | MonsterAura |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 4 (Effective: 3) |
| Stats | |
| Craft Tags | Velocidade |
Aura de Velocidade
Raio: 45
Aliados se Movem e Atacam Mais Rápido
Velocidade de Ataque aumentada em 35%
Velocidade de Conjuração aumentada em 35%
Buff concede Velocidade de Movimento aumentada em 75%
Speed Aura
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
| Family | MonsterInvasionBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
| Family | MonsterMercilessDrops |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster no map drops [1]
| Family | MonsterNoMapDrops |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
monster is invasion boss [1]
| Family | MonsterIsInvasionBoss |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
| Family | MoreLifeBelowLevelThreshold |
|---|---|
| Domains | monstro (3) |
| GenerationType | unico (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | resource Vida Dano |
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.




















