嫌悪
悪魔
Disgust
| Spectre | |
|---|---|
| Tags | Claw_onhit_audio, demon, very_slow_movement |
| Packs |
ライフ
160%
耐性
Damage
160%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
5 ~ 12
アタックタイム
1.5 Second
Damage Spread
±20%
経験値
160%
Model Size
125%
Type
DeliriumMinion3
Metadata
DeliriumMinion3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
13,211
2,413
708
Damage
373
スペルダメージ
373
命中力
2,502
アタックタイム
1.5
経験値
45,814
Minion Life
11,088
Minion Damage
1,550
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
基本アタック
Base Damage: 298—448
クリティカルヒット率: 5%
アタックタイム: 1.5 秒
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]
DeliriumMinionVomitile
Spell, Multicastable, Triggerable, AttackInPlace
キャストタイム: 1 秒
action attack or cast time uses animation length [1]
alternate minion [1060]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
GeometryTriggerDeliriumMinionVomit
Spell, Triggerable, AttackInPlace
キャストタイム: 3 秒
クールダウン時間: 10 秒
action attack or cast time uses animation length [1]
DeliriumMinionVomitMortar
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
Base Damage: 298—448
クリティカルヒット率: 5%
アタックタイム: 1.5 秒
投射物スピードが15%増加する
全ての対象を貫通する
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
is area damage [1]
monster projectile variation [1140]
projectile ballistic angle from target distance [1]
projectile spread radius [15]
projectile uses contact direction [1]
projectile uses contact position [1]
EASDeliriumNoodleBeams
Spell
キャストタイム: 2.5 秒
クールダウン時間: 10 秒
action attack or cast time uses animation length [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Stats
{
set_base_heavy_stun_duration_ms = 3966
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueDelirium/DeliriumMinion3"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Disgust",
life = 1.6,
damage = 1.6,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 12,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"DeliriumMinionVomitile",
"DeliriumMinionVomitMortar",
"DeliriumMinionNoodleImpact",
"EASDeliriumNoodleBeams",
"DeliriumNoodleMinionTriggerBeam",
"GeometryTriggerDeliriumMinionVomit",
"DeliriumMinionKnockbackWave",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["DeliriumMinionVomitile"] = {
name = "DeliriumMinionVomitile",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {1, 1060, -99, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DeliriumMinionVomitMortar"] = {
name = "DeliriumMinionVomitMortar",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"projectile_spread_radius",
"base_projectile_speed_+%",
"monster_projectile_variation",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
"always_pierce",
"base_deal_no_damage",
"action_attack_or_cast_time_uses_animation_length",
"projectile_ballistic_angle_from_target_distance",
},
levels = {
[1] = {15, 15, 1140, critChance = 5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DeliriumMinionNoodleImpact"] = {
name = "DeliriumMinionNoodleImpact",
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,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"generic_skill_trigger_id",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {0.5, 1.5, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASDeliriumNoodleBeams"] = {
name = "EASDeliriumNoodleBeams",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
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["DeliriumNoodleMinionTriggerBeam"] = {
name = "DeliriumNoodleMinionTriggerBeam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"generic_skill_trigger_skills_with_id",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {0.5, 1.5, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GeometryTriggerDeliriumMinionVomit"] = {
name = "GeometryTriggerDeliriumMinionVomit",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
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["DeliriumMinionKnockbackWave"] = {
name = "DeliriumMinionKnockbackWave",
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,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"knockback_distance_+%",
"base_knockback_speed_+%",
"global_knockback",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 600, 200, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
嫌悪
悪魔
Disgust
| Spectre | |
|---|---|
| Tags | Claw_onhit_audio, demon, very_slow_movement |
ライフ
160%
耐性
Damage
160%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
5 ~ 12
アタックタイム
1.5 Second
Damage Spread
±20%
経験値
160%
Model Size
125%
Type
DeliriumMinion3
Metadata
DeliriumMinionEssence3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
13,211
2,413
708
Damage
373
スペルダメージ
373
命中力
2,502
アタックタイム
1.5
経験値
45,814
Minion Life
11,088
Minion Damage
1,550
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
基本アタック
Base Damage: 298—448
クリティカルヒット率: 5%
アタックタイム: 1.5 秒
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]
DeliriumMinionVomitile
Spell, Multicastable, Triggerable, AttackInPlace
キャストタイム: 1 秒
action attack or cast time uses animation length [1]
alternate minion [1060]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
GeometryTriggerDeliriumMinionVomit
Spell, Triggerable, AttackInPlace
キャストタイム: 3 秒
クールダウン時間: 10 秒
action attack or cast time uses animation length [1]
DeliriumMinionVomitMortar
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
Base Damage: 298—448
クリティカルヒット率: 5%
アタックタイム: 1.5 秒
投射物スピードが15%増加する
全ての対象を貫通する
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
is area damage [1]
monster projectile variation [1140]
projectile ballistic angle from target distance [1]
projectile spread radius [15]
projectile uses contact direction [1]
projectile uses contact position [1]
EASDeliriumNoodleBeams
Spell
キャストタイム: 2.5 秒
クールダウン時間: 10 秒
action attack or cast time uses animation length [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "ChangeToStance1"
basic_action = "ChangeToStance2"
}
Stats
{
set_base_heavy_stun_duration_ms = 3966
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueDelirium/DeliriumMinionEssence3"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Disgust",
life = 1.6,
damage = 1.6,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 12,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"DeliriumMinionVomitile",
"DeliriumMinionVomitMortar",
"DeliriumMinionNoodleImpact",
"EASDeliriumNoodleBeams",
"DeliriumNoodleMinionTriggerBeam",
"GeometryTriggerDeliriumMinionVomit",
"DeliriumMinionKnockbackWave",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["DeliriumMinionVomitile"] = {
name = "DeliriumMinionVomitile",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {1, 1060, -99, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DeliriumMinionVomitMortar"] = {
name = "DeliriumMinionVomitMortar",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
projectile = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"projectile_spread_radius",
"base_projectile_speed_+%",
"monster_projectile_variation",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
"always_pierce",
"base_deal_no_damage",
"action_attack_or_cast_time_uses_animation_length",
"projectile_ballistic_angle_from_target_distance",
},
levels = {
[1] = {15, 15, 1140, critChance = 5, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DeliriumMinionNoodleImpact"] = {
name = "DeliriumMinionNoodleImpact",
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,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"generic_skill_trigger_id",
"is_area_damage",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {0.5, 1.5, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASDeliriumNoodleBeams"] = {
name = "EASDeliriumNoodleBeams",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
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["DeliriumNoodleMinionTriggerBeam"] = {
name = "DeliriumNoodleMinionTriggerBeam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"generic_skill_trigger_skills_with_id",
"base_skill_can_be_blocked",
"base_skill_can_be_avoided_by_dodge_roll",
},
levels = {
[1] = {0.5, 1.5, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GeometryTriggerDeliriumMinionVomit"] = {
name = "GeometryTriggerDeliriumMinionVomit",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
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["DeliriumMinionKnockbackWave"] = {
name = "DeliriumMinionKnockbackWave",
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,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"knockback_distance_+%",
"base_knockback_speed_+%",
"global_knockback",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 600, 200, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
嫌悪
悪魔
Disgust
| Spectre | |
|---|---|
| Tags | Claw_onhit_audio, demon, very_fast_movement |
ライフ
100%
耐性
Damage
100%
命中力
100%
クリティカルヒット Chance
5%
+30%
Attack Distance
6 ~ 14
アタックタイム
1.5 Second
Damage Spread
±20%
経験値
100%
Model Size
300%
Type
DeliriumMinionDisgust
Metadata
DeliriumMinionDisgust
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
8,257
2,413
708
Damage
233
スペルダメージ
233
命中力
2,502
アタックタイム
1.5
経験値
28,634
Minion Life
6,930
Minion Damage
969
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
基本アタック
Base Damage: 186—280
クリティカルヒット率: 5%
アタックタイム: 1.5 秒
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]
GTDeliriumMinionDisgustTentacleSlam
Spell, Triggerable, AttackInPlace
キャストタイム: 1 秒
action attack or cast time uses animation length [1]
skill does not pathfind [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DeliriumTangmazu/Minions/DeliriumMinionDisgust"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Disgust",
life = 1,
damage = 1,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"GADeliriumMinionDisgustTentacleSlamDamage",
"GTDeliriumMinionDisgustTentacleSlam",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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["GADeliriumMinionDisgustTentacleSlamDamage"] = {
name = "GADeliriumMinionDisgustTentacleSlamDamage",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_chaos",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTDeliriumMinionDisgustTentacleSlam"] = {
name = "GTDeliriumMinionDisgustTentacleSlam",
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",
"skill_does_not_pathfind",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
| Name | 嫌悪 |
|---|---|
| Family | MonsterAfflictionRare |
| Domains | Monster (3) |
| GenerationType | デリリウム (20) |
| Req. level | 1 |
AfflictionUniqueSplitPhysicalPizzaSlam
クールダウン時間: 10.00 秒
alternate minion [7]
base skill effect duration [500]
| Name | 嫌悪 |
|---|---|
| Family | MonsterAfflictionUnique |
| Domains | Monster (3) |
| GenerationType | デリリウム (20) |
| Req. level | 1 |
AfflictionUniqueSplitPhysicalPizzaSlam
クールダウン時間: 10.00 秒
alternate minion [7]
base skill effect duration [500]
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.












