Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions Data/Skills/spectre.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5263,4 +5263,39 @@ skills["SecretDesecrateMonsterMultiSlash"] = {
levels = {
[1] = { attackSpeedMultiplier = -33, levelRequirement = 0, statInterpolation = { }, },
},
}
skills["SpellNovaFireRibbons"] = {
name = "SpellNovaFireRibbons",
hidden = true,
color = 4,
baseEffectiveness = 3.3333,
incrementalEffectiveness = 0.03,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Hit] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"cast_on_trigger_cascade_event_%",
"is_area_damage",
},
levels = {
[1] = {0.8, 1.2, 100, levelRequirement = 1, statInterpolation = {3, 3, 1}, },
},
}
23 changes: 23 additions & 0 deletions Data/Spectres.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,29 @@ minions["Metadata/Monsters/Guardians/GuardianFire"] = {
-- MonsterCastsAugmentedFireballsText [monster_casts_augmented_fireballs_text = 1]
},
}
-- Infernal Sentinel
minions["Metadata/Monsters/Guardians/GuardianFire2_"] = {
name = "Infernal Sentinel",
life = 2.7,
energyShield = 1,
fireResist = 75,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.8,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 8,
accuracy = 1,
skillList = {
"SpellNovaFireRibbons",
"GuardianTriggerCascade1",
"GuardianTriggerCascade2",
"GuardianTriggerCascade3",
},
modList = {
},
}
minions["Metadata/Monsters/Guardians/GuardianFire_BlueMaps"] = {
name = "Frost Sentinel",
life = 1.8,
Expand Down
2 changes: 2 additions & 0 deletions Export/Minions/Spectres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,5 @@ local minions, mod = ...
#spectre Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArmouredBirdSpectre__
-- Flickershade
#spectre Metadata/Monsters/Maligaro/SecretDesecrateMonster
-- Infernal Sentinel
#spectre Metadata/Monsters/Guardians/GuardianFire2_
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to -- Ribbon section

4 changes: 4 additions & 0 deletions Export/Skills/spectre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -822,4 +822,8 @@ local skills, mod, flag, skill = ...

#skill SecretDesecrateMonsterMultiSlash Multi Slash
#flags attack hit area triggerable
#mods

#skill SpellNovaFireRibbons Nova
#flags area spell duration
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#flags area spell duration
#flags area spell duration
#baseMod skill("showAverage", true)

We don't want to display dps because the nova gets triggered by other skills/AI

#mods