Hongo del foso
Fungoid of the Pit
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/LeagueAbyss/Pit/FungalArtillery/FungalArtilleryAbyssSpectre |
| Area | Pasaje oscuro, Profundidades abisales |
| Tags | abyssal, allows_additional_projectiles, demon, pit_faction, ranged, Unarmed_onhit_audio, very_slow_movement |
| Packs |
Vida
85%
Resistencia
Damage
85%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
6 ~ 9
Tiempo de ataque
1.5 Second
Damage Spread
±20%
Experiencia
85%
Model Size
70%
Type
FungalArtilleryAbyss
Metadata
FungalArtilleryAbyss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
22
Vida
259
106
176
Damage
35
Daño de hechizos
35
Precisión
316
Tiempo de ataque
1.5
Experiencia
677
Minion Life
856
Minion Damage
50
Minion Armour
106
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).
MPSAbyssPitArtillery
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
Tiempo de lanzamiento: 1 seg
base deal no damage [1]
base is projectile [1]
base skill can be avoided by dodge roll [1]
is area damage [1]
monster projectile variation [1432]
projectile ballistic angle from reference event [1]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum action distance +% [-38]
GSAbyssPitArtilleryMortarImpact
Triggerable, Spell, Damage, AttackInPlace
Probabilidad de impacto crítico: 6%
Tiempo de lanzamiento: 1 seg
action attack or cast time uses animation length [1]
base is projectile [1]
base skill can be avoided by dodge roll [1]
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Transitionable
{
}
Stats
{
set_base_heavy_stun_duration_ms = 2500
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Animated
{
on_event_contact_for_attack_01 =
"
PlayAnimationAttached( 'Metadata/Monsters/LeagueAbyss/Pit/FungalArtillery/attachments/Spore3.ao', grow );
"
}
Life
{
on_death =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/on_death.epk', projectile_jntBnd );
"
on_spawned_dead =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/on_death.epk', projectile_jntBnd );
"
}
Transitionable
{
on_transition =
"
Roll( 1, 3, { PlayEffect( 'Metadata/Monsters/Zombies/Fungal/MushroomFungusAggroAudio.ao' ); } );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAbyss/Pit/FungalArtillery/FungalArtilleryAbyss"] = {
name = "Fungoid of the Pit",
life = 0.85,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.85,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
skillList = {
"MPSAbyssPitArtillery",
"GSAbyssPitArtilleryMortarImpact",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MPSAbyssPitArtillery"] = {
name = "MPSAbyssPitArtillery",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"projectile_spread_radius",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"global_poison_on_hit",
"base_skill_can_be_avoided_by_dodge_roll",
"projectile_ballistic_angle_from_reference_event",
"base_deal_no_damage",
},
levels = {
[1] = {0.5, 1.5, 5, 1432, -38, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSAbyssPitArtilleryMortarImpact"] = {
name = "GSAbyssPitArtilleryMortarImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
"base_skill_can_be_avoided_by_dodge_roll",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Hongo del foso
Demonioignore actor scale from stats [1]
Fungoid of the Pit
| Spectre | Y |
|---|---|
| Tags | abyssal, allows_additional_projectiles, demon, pit_faction, ranged, Unarmed_onhit_audio, very_slow_movement |
Vida
85%
Resistencia
Damage
85%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
6 ~ 9
Tiempo de ataque
1.5 Second
Damage Spread
±20%
Experiencia
85%
Model Size
70%
Type
FungalArtilleryAbyss
Metadata
FungalArtilleryAbyssSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,593
2,413
708
Damage
198
Daño de hechizos
198
Precisión
2,502
Tiempo de ataque
1.5
Experiencia
24,339
Minion Life
5,891
Minion Damage
823
Minion Armour
2,413
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).
MPSAbyssPitArtillery
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
Tiempo de lanzamiento: 1 seg
base deal no damage [1]
base is projectile [1]
base skill can be avoided by dodge roll [1]
is area damage [1]
monster projectile variation [1432]
projectile ballistic angle from reference event [1]
projectile spread radius [5]
projectile uses contact position [1]
spell maximum action distance +% [-38]
GSAbyssPitArtilleryMortarImpact
Triggerable, Spell, Damage, AttackInPlace
Probabilidad de impacto crítico: 6%
Tiempo de lanzamiento: 1 seg
action attack or cast time uses animation length [1]
base is projectile [1]
base skill can be avoided by dodge roll [1]
is area damage [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Transitionable
{
}
Stats
{
set_base_heavy_stun_duration_ms = 2500
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Animated
{
on_event_contact_for_attack_01 =
"
PlayAnimationAttached( 'Metadata/Monsters/LeagueAbyss/Pit/FungalArtillery/attachments/Spore3.ao', grow );
"
}
Life
{
on_death =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/on_death.epk', projectile_jntBnd );
"
on_spawned_dead =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk' );
AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/FungalArtillery/on_death.epk', projectile_jntBnd );
"
}
Transitionable
{
on_transition =
"
Roll( 1, 3, { PlayEffect( 'Metadata/Monsters/Zombies/Fungal/MushroomFungusAggroAudio.ao' ); } );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAbyss/Pit/FungalArtillery/FungalArtilleryAbyssSpectre"] = {
name = "Fungoid of the Pit",
life = 0.85,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.85,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 9,
accuracy = 1,
skillList = {
"MPSAbyssPitArtillery",
"GSAbyssPitArtilleryMortarImpact",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MPSAbyssPitArtillery"] = {
name = "MPSAbyssPitArtillery",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"projectile_spread_radius",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"global_poison_on_hit",
"base_skill_can_be_avoided_by_dodge_roll",
"projectile_ballistic_angle_from_reference_event",
"base_deal_no_damage",
},
levels = {
[1] = {0.5, 1.5, 5, 1432, -38, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSAbyssPitArtilleryMortarImpact"] = {
name = "GSAbyssPitArtilleryMortarImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
"base_skill_can_be_avoided_by_dodge_roll",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
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.