Jeune pousse
Fabrication
monster no drops or experience [1]
monster grants frenzy charges to allies within distance on death [50]
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster grants frenzy charges to allies within distance on death [50]
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Sapling
Spectre | N |
---|---|
Tags | Lanceur de sorts, construct, fire_affinity, immobile, is_unarmed, karui, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour |
Vie
120%
Armure
+100%
Ailment Threshold
120%
Résistance
0 0 0 0
Damage
200%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
2.25 Second
Damage Spread
±0%
Expérience
100%
Model Size
75%
Type
MonsterTotemPuiTotemMinion
Metadata
PuiTotemBossMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
7,720
Armure
57,580
Évasion
4,739
Bouclier d'énergie
0
Damage
747
Dégâts des sorts
747
Précision
290
Attack Time
2.25
Expérience
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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).
PuiTotemBossWait
La Durée de base est de 0.3 secondes
PuiTotemMonsterMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 659 à 988.5 Dégâts de feu
base is projectile [1]
is area damage [1]
projectile spread radius [20]
base is projectile [1]
is area damage [1]
projectile spread radius [20]
MoltenMortarProjectilePuiTotemMinion
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Vous ne pouvez pas Étourdir les Ennemis au Toucher
Inflige 494.3 à 741.4 Dégâts de feu
base is projectile [1]
is area damage [1]
projectile spread radius [15]
Inflige 494.3 à 741.4 Dégâts de feu
base is projectile [1]
is area damage [1]
projectile spread radius [15]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { set_mana_regeneration_rate_per_minute_% = 0 set_base_maximum_mana = 600 set_max_frenzy_charges = 3 set_immune_to_curses = 0 } Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/PuiTotemBossMinion"] = { name = "Sapling", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2, damageSpread = 0, attackTime = 2.25, attackRange = 6, accuracy = 1, skillList = { "MoltenMortarProjectilePuiTotemMinion", "PuiTotemBossWait", "PuiTotemMonsterMortar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MoltenMortarProjectilePuiTotemMinion"] = { name = "MoltenMortarProjectilePuiTotemMinion", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "is_area_damage", "base_is_projectile", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PuiTotemBossWait"] = { name = "PuiTotemBossWait", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {300, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PuiTotemMonsterMortar"] = { name = "PuiTotemMonsterMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster grants frenzy charges to allies within distance on death [50]
Id | MonsterImplicitGrantsFrenzyChargesToAlliesOnDeath1 |
---|---|
Family | MonsterGrantsCharges |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | frenzy_charge |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Jeune pousse
Fabrication
monster no drops or experience [1]
monster grants frenzy charges to allies within distance on death [50]
Équilibre élémentaire
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster grants frenzy charges to allies within distance on death [50]
Équilibre élémentaire
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Sapling
Spectre | N |
---|---|
Tags | Lanceur de sorts, cold_affinity, construct, fire_affinity, immobile, is_unarmed, karui, lightning_affinity, medium_height, mud_blood, not_dex, not_int, stone_armour |
Vie
120%
Armure
+100%
Ailment Threshold
120%
Résistance
37 37 37 0
Damage
200%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
2.25 Second
Damage Spread
±0%
Expérience
100%
Model Size
75%
Type
MonsterTotemPuiTotemMapBossMinion
Metadata
PuiTotemMapBossMinion1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
7,720
Armure
57,580
Évasion
4,739
Bouclier d'énergie
0
Damage
747
Dégâts des sorts
747
Précision
290
Attack Time
2.25
Expérience
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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).
PuiTotemBossWait
La Durée de base est de 0.3 secondes
SummonPuiMapTotemMinionMinion1
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 1 sec.
Temps de recharge: 16 sec.
alternate minion [35]
number of monsters to summon [4]
number of monsters to summon [4]
SummonPuiMapTotemMinionMinion2
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 1 sec.
Temps de recharge: 16 sec.
alternate minion [36]
number of monsters to summon [4]
number of monsters to summon [4]
SummonPuiMapTotemMinionMinion3
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 1 sec.
Temps de recharge: 16 sec.
alternate minion [37]
number of monsters to summon [4]
number of monsters to summon [4]
PuiTotemMapBossLightningWarp
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
Téléportation foudroyante
Chances de coup critique: 5%
Efficacité des Dégâts supplémentaires: 50%
Temps d'incantation: 1 sec.
Temps de recharge: 2.5 sec.
Une téléportation différée jusqu'à une destination ciblée. Lorsque la téléportation a lieu, des dégâts de foudre sont infligés autour du joueur au départ et à l'arrivée. Lancer ce sort à plusieurs reprises permet de préparer une séquence de téléportations successives.
Inflige 222.1 à 666.3 Dégâts de foudre
Vous ne pouvez pas Étourdir les Ennemis au Toucher
is area damage [1]
lightning warp use non screen shake effects [1]
Vous ne pouvez pas Étourdir les Ennemis au Toucher
is area damage [1]
lightning warp use non screen shake effects [1]
MoltenMortarProjectilePuiTotemMapBoss
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Vous ne pouvez pas Étourdir les Ennemis au Toucher
Inflige 263.6 à 395.4 Dégâts de feu
base is projectile [1]
is area damage [1]
projectile spread radius [15]
Inflige 263.6 à 395.4 Dégâts de feu
base is projectile [1]
is area damage [1]
projectile spread radius [15]
PuiTotemMapBossIceElementalSpear
Projectile, ProjectilesFromUser, Spell, Trappable, Totemable, Triggerable
Lance élémentaire de glace
Temps d'incantation: 1 sec.
Temps de recharge: 2.5 sec.
Inflige 134.5 à 201.8 Dégâts de froid
Vous ne pouvez pas Étourdir les Ennemis au Toucher
base is projectile [1]
monster projectile variation [1]
monster reverse point blank damage -% at minimum range [20]
Vous ne pouvez pas Étourdir les Ennemis au Toucher
base is projectile [1]
monster projectile variation [1]
monster reverse point blank damage -% at minimum range [20]
Object Type
version 2 extends "Metadata/Monsters/PuiTotem/PuiTotemBossMinion" DiesAfterTime { }
Object Type Codes
version 2 extends "Metadata/Monsters/PuiTotem/PuiTotemBossMinion"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/PuiTotemMapBossMinion1"] = { name = "Sapling", life = 1.2, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 2, damageSpread = 0, attackTime = 2.25, attackRange = 6, accuracy = 1, skillList = { "PuiTotemMapBossLightningWarp", "MoltenMortarProjectilePuiTotemMapBoss", "PuiTotemBossWait", "SummonPuiMapTotemMinionMinion1", "SummonPuiMapTotemMinionMinion2", "SummonPuiMapTotemMinionMinion3", "PuiTotemMapBossIceElementalSpear", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["PuiTotemMapBossLightningWarp"] = { name = "Lightning Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Movement] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "variable_duration_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "cannot_stun", "lightning_warp_use_non_screen_shake_effects", "is_area_damage", }, levels = { [1] = {0.5, 1.5, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MoltenMortarProjectilePuiTotemMapBoss"] = { name = "MoltenMortarProjectilePuiTotemMapBoss", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "is_area_damage", "base_is_projectile", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PuiTotemBossWait"] = { name = "PuiTotemBossWait", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {300, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonPuiMapTotemMinionMinion1"] = { name = "SummonPuiMapTotemMinionMinion1", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", }, levels = { [1] = {4, 35, levelRequirement = 66, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonPuiMapTotemMinionMinion2"] = { name = "SummonPuiMapTotemMinionMinion2", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", }, levels = { [1] = {4, 36, levelRequirement = 66, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonPuiMapTotemMinionMinion3"] = { name = "SummonPuiMapTotemMinionMinion3", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", }, levels = { [1] = {4, 37, levelRequirement = 66, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PuiTotemMapBossIceElementalSpear"] = { name = "Ice Elemental Spear", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "monster_reverse_point_blank_damage_-%_at_minimum_range", "base_is_projectile", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, 20, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster grants frenzy charges to allies within distance on death [50]
Id | MonsterImplicitGrantsFrenzyChargesToAlliesOnDeath1 |
---|---|
Family | MonsterGrantsCharges |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | frenzy_charge |
Équilibre élémentaire
Id | ElementalEquilibrium |
---|---|
Family | Keystone |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | elemental_damage damage elemental |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |