Igrulog, a Rainha Incubadora
Demônioignore actor scale from stats [1]
i am boss of tier [3]
monster dropped item rarity +% [4800]
monster slain experience +% [0]
monster dropped item quantity +% [800]
monster dropped item rarity +% [3200]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [9000]
unique monster guarantee one rare [1]
i am boss of tier [3]
monster dropped item rarity +% [4800]
monster slain experience +% [0]
monster dropped item quantity +% [800]
monster dropped item rarity +% [3200]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [9000]
unique monster guarantee one rare [1]
Igrulog, the Incubator Queen
| Spectre | N |
|---|---|
| Tags | abyssal, allows_additional_projectiles, allows_inc_aoe, beast, Claw_onhit_audio, demon, insect, physical_affinity, pit_faction, very_slow_movement |
Vida
500%
Resistência
Damage
500%
Precisão
100%
Acertos Críticos Chance
5%
Attack Distance
7 ~ 38
Tempo de Ataque
1.5 Second
Damage Spread
±20%
Experiência
250%
Model Size
300%
Type
MonolithicSlug
Metadata
MonolithicSlug_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
38,785
2,413
708
Damage
1,166
Dano Mágico
1,166
Precisão
2,502
Tempo de Ataque
1.5
Experiência
71,585
Minion Life
34,650
Minion Damage
4,844
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).
MeleeAtAnimationSpeedBoss
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque Básico
Base Damage: 932—1399
Chance de Acerto Crítico: 5%
Tempo de Ataque: 1.5 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
CGEAbyssMonolithSlugDesecratedGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
Tempo de Conjuração: 1 seg
Causa 531.4 de dano de físico por segundo
active skill area of effect radius +% final [-25]
base skill effect duration [12000]
ground blood art variation [1009]
is area damage [1]
MMSAbyssSoulMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 178.3 a 267.5 de Dano Físico
base is projectile [1]
ignite art variation [33]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
GTAbyssMonolithicSlugMortarBarrage
Spell, Triggerable, AttackInPlace
Tempo de Conjuração: 1 seg
Recarga: 12 seg
action attack or cast time uses animation length [1]
SparkAbyssMonolithicSlug
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, Unleashable, Invokable, AttackInPlace
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 2.8 seg
Recarga: 14 seg
Causa 516.5 a 774.8 de Dano Físico
Velocidade do Projétil reduzida em 25%
Envenena Inimigos ao Acertar
base is projectile [1]
base skill effect duration [10000]
check for targets between initiator and projectile source [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles should collide with flying monsters [1]
spark pathing width bounds [15]
spark projectile absolute angle override deg [50]
spark projectile bounces off walls [1]
use scaled contact offset [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
/* ------------------------------------------------------------------------------------------------------------------- */
/* Generic */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* Skill 1 */
/* ------------------------------------------------------------------------------------------------------------------- */
BaseEvents {}
Actor {}
Animated {}
Positioned
{
blocking = false
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
/* ------------------------------------------------------------------------------------------------------------------- */
/* Generic */
/* ------------------------------------------------------------------------------------------------------------------- */
Render
{
use_ao_lights = true
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Preload */
/* ------------------------------------------------------------------------------------------------------------------- */
Preload {}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Skill 1 */
/* ------------------------------------------------------------------------------------------------------------------- */
BaseEvents {}
Actor {}
Animated
{
on_abyss_emerge_01 = "PlayTextAudio( 'AbyssVoice_LarvaeSpawned_Random ', 'Metadata/Monsters/Abyss/AbyssVoice_' );"
}
Life
{
on_death = { this.halo.SetDynamicFloat( 'abyss_halo_DRIVER', 0, true, 0.3 ); }
// put this on an event in abyss_emerge once added
on_spawned_alive =
{
this.halo = GetAttachedAOByType( 'Metadata/Effects/Spells/monsters_effects/League_Abyss/general_effects/faction_halos/halo_pit_01.ao' );
this.halo.SetDynamicFloat( 'abyss_halo_DRIVER', 1, true, 0.5 );
}
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAbyss/Pit/PrimordialMonster/MonolithicSlug_"] = {
name = "Igrulog, the Incubator Queen",
life = 5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 38,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedBoss",
"MMSAbyssSoulMortar",
"CGEAbyssMonolithSlugDesecratedGround",
"GTAbyssMonolithicSlugMortarBarrage",
"SparkAbyssMonolithicSlug",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedBoss"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = 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["MMSAbyssSoulMortar"] = {
name = "MMSAbyssSoulMortar",
hidden = true,
color = ,
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,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"projectile_spread_radius",
"spell_maximum_action_distance_+%",
"active_skill_base_physical_damage_%_to_convert_to_cold",
"ignite_art_variation",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -30, 50, 33, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CGEAbyssMonolithSlugDesecratedGround"] = {
name = "CGEAbyssMonolithSlugDesecratedGround",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_to_deal_per_minute",
"ground_blood_art_variation",
"base_skill_effect_duration",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {1, 1009, 12000, -25, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTAbyssMonolithicSlugMortarBarrage"] = {
name = "GTAbyssMonolithicSlugMortarBarrage",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SparkAbyssMonolithicSlug"] = {
name = "SparkAbyssMonolithicSlug",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.Unleashable] = true,
[SkillType.Invokable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.8,
baseFlags = {
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_skill_effect_duration",
"spark_pathing_width_bounds",
"spark_projectile_absolute_angle_override_deg",
"base_projectile_speed_+%",
"base_is_projectile",
"projectiles_should_collide_with_flying_monsters",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
"check_for_targets_between_initiator_and_projectile_source",
"spark_projectile_bounces_off_walls",
"global_poison_on_hit",
"use_scaled_contact_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10000, 15, 50, -25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
i am boss of tier [3]
monster dropped item rarity +% [4800]
monster slain experience +% [0]
| Family | MonsterActBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
monster dropped item quantity +% [800]
monster dropped item rarity +% [3200]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [9000]
unique monster guarantee one rare [1]
| Family | MonsterMapBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
Igrulog, a Rainha Incubadora
Demônioignore actor scale from stats [1]
i am boss of tier [3]
monster dropped item rarity +% [4800]
monster slain experience +% [0]
monster dropped item quantity +% [800]
monster dropped item rarity +% [3200]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [9000]
unique monster guarantee one rare [1]
i am boss of tier [3]
monster dropped item rarity +% [4800]
monster slain experience +% [0]
monster dropped item quantity +% [800]
monster dropped item rarity +% [3200]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [9000]
unique monster guarantee one rare [1]
Igrulog, the Incubator Queen
| Spectre | N |
|---|---|
| Tags | abyssal, allows_additional_projectiles, allows_inc_aoe, beast, Claw_onhit_audio, demon, insect, physical_affinity, pit_faction, very_slow_movement |
| Packs |
Vida
500%
Resistência
Damage
500%
Precisão
100%
Acertos Críticos Chance
5%
Attack Distance
7 ~ 38
Tempo de Ataque
1.5 Second
Damage Spread
±20%
Experiência
250%
Model Size
300%
Type
MonolithicSlug
Metadata
MonolithicSlugStandalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
38,785
2,413
708
Damage
1,166
Dano Mágico
1,166
Precisão
2,502
Tempo de Ataque
1.5
Experiência
71,585
Minion Life
34,650
Minion Damage
4,844
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).
MeleeAtAnimationSpeedBoss
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Ataque Básico
Base Damage: 932—1399
Chance de Acerto Crítico: 5%
Tempo de Ataque: 1.5 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
CGEAbyssMonolithSlugDesecratedGround
Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
Tempo de Conjuração: 1 seg
Causa 531.4 de dano de físico por segundo
active skill area of effect radius +% final [-25]
base skill effect duration [12000]
ground blood art variation [1009]
is area damage [1]
MMSAbyssSoulMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 1 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Causa 178.3 a 267.5 de Dano Físico
base is projectile [1]
ignite art variation [33]
is area damage [1]
projectile spread radius [10]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
GTAbyssMonolithicSlugMortarBarrage
Spell, Triggerable, AttackInPlace
Tempo de Conjuração: 1 seg
Recarga: 12 seg
action attack or cast time uses animation length [1]
SparkAbyssMonolithicSlug
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, Unleashable, Invokable, AttackInPlace
Chance de Acerto Crítico: 5%
Tempo de Conjuração: 2.8 seg
Recarga: 14 seg
Causa 516.5 a 774.8 de Dano Físico
Velocidade do Projétil reduzida em 25%
Envenena Inimigos ao Acertar
base is projectile [1]
base skill effect duration [10000]
check for targets between initiator and projectile source [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles should collide with flying monsters [1]
spark pathing width bounds [15]
spark projectile absolute angle override deg [50]
spark projectile bounces off walls [1]
use scaled contact offset [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
/* ------------------------------------------------------------------------------------------------------------------- */
/* Generic */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* Skill 1 */
/* ------------------------------------------------------------------------------------------------------------------- */
BaseEvents {}
Actor {}
Animated {}
Positioned
{
blocking = false
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
/* ------------------------------------------------------------------------------------------------------------------- */
/* Generic */
/* ------------------------------------------------------------------------------------------------------------------- */
Render
{
use_ao_lights = true
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Preload */
/* ------------------------------------------------------------------------------------------------------------------- */
Preload
{
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Skill 1 */
/* ------------------------------------------------------------------------------------------------------------------- */
BaseEvents {}
Actor {}
Animated {}
Life
{
on_death =
{
this.halo.SetDynamicFloat( 'abyss_halo_DRIVER', 0, true, 0.3 );
}
// put this on an event in abyss_emerge once added
on_spawned_alive =
{
this.halo = GetAttachedAOByType( 'Metadata/Effects/Spells/monsters_effects/League_Abyss/general_effects/faction_halos/halo_pit_01.ao' );
this.halo.SetDynamicFloat( 'abyss_halo_DRIVER', 1, true, 0.5 );
}
}
/* ------------------------------------------------------------------------------------------------------------------- */
/* Combat Dialogue */
/* ------------------------------------------------------------------------------------------------------------------- */
/*
Actor
{
on_effect_start_SKILL1 = { Roll( 1, 1, (){ PlayTextAudio( IronCountFightStartTaunt, Metadata/Monsters/PrisonerMonsterBoss ); } ); }
on_effect_start_SKILL2 = { Roll( 1, 4, (){ PlayTextAudio( PrisonerBoss_LeapSlam_Random, Metadata/Monsters/PrisonerMonsterBoss );} ); }
on_effect_start_SKILL3 = { Roll( 1, 4, (){ PlayTextAudio( PrisonerBoss_CascadePunch_Random, Metadata/Monsters/PrisonerMonsterBoss );} ); }
}
*/ -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAbyss/Pit/PrimordialMonster/MonolithicSlugStandalone_"] = {
name = "Igrulog, the Incubator Queen",
life = 5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 38,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedBoss",
"MMSAbyssSoulMortar",
"CGEAbyssMonolithSlugDesecratedGround",
"GTAbyssMonolithicSlugMortarBarrage",
"SparkAbyssMonolithicSlug",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedBoss"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = 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["MMSAbyssSoulMortar"] = {
name = "MMSAbyssSoulMortar",
hidden = true,
color = ,
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,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"projectile_spread_radius",
"spell_maximum_action_distance_+%",
"active_skill_base_physical_damage_%_to_convert_to_cold",
"ignite_art_variation",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -30, 50, 33, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CGEAbyssMonolithSlugDesecratedGround"] = {
name = "CGEAbyssMonolithSlugDesecratedGround",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.Duration] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_physical_damage_to_deal_per_minute",
"ground_blood_art_variation",
"base_skill_effect_duration",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {1, 1009, 12000, -25, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTAbyssMonolithicSlugMortarBarrage"] = {
name = "GTAbyssMonolithicSlugMortarBarrage",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SparkAbyssMonolithicSlug"] = {
name = "SparkAbyssMonolithicSlug",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.Unleashable] = true,
[SkillType.Invokable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.8,
baseFlags = {
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_skill_effect_duration",
"spark_pathing_width_bounds",
"spark_projectile_absolute_angle_override_deg",
"base_projectile_speed_+%",
"base_is_projectile",
"projectiles_should_collide_with_flying_monsters",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
"check_for_targets_between_initiator_and_projectile_source",
"spark_projectile_bounces_off_walls",
"global_poison_on_hit",
"use_scaled_contact_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10000, 15, 50, -25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
ignore actor scale from stats [1]
| Family | MonsterIgnoreActorScaleFromStats |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
i am boss of tier [3]
monster dropped item rarity +% [4800]
monster slain experience +% [0]
| Family | MonsterActBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Único (3) |
| Req. level | 1 |
| Stats |
monster dropped item quantity +% [800]
monster dropped item rarity +% [3200]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [9000]
unique monster guarantee one rare [1]
| Family | MonsterMapBoss |
|---|---|
| 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.