Skip to content

Commit ce5ada6

Browse files
committed
More fixes, and corpse item sorting
1 parent 3e967b9 commit ce5ada6

6 files changed

Lines changed: 371 additions & 3 deletions

File tree

src/Data/Skills/spectre.lua

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16068,3 +16068,29 @@ skills["MPSSanctumPurifierHolyProjectile"] = {
1606816068
[1] = { 0.80000001192093, 1.2000000476837, cooldown = 12, critChance = 5, levelRequirement = 1, storedUses = 1, statInterpolation = { 3, 3, }, },
1606916069
},
1607016070
}
16071+
skills["LegionMarakethSergeantMelee"] = {
16072+
name = "Default Attack",
16073+
hidden = true,
16074+
color = 4,
16075+
baseEffectiveness = 0,
16076+
description = "Strike your foes down with a powerful blow.",
16077+
skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, },
16078+
statDescriptionScope = "skill_stat_descriptions",
16079+
castTime = 1,
16080+
baseFlags = {
16081+
attack = true,
16082+
melee = true,
16083+
projectile = true,
16084+
},
16085+
constantStats = {
16086+
{ "arrow_projectile_variation", 24 },
16087+
},
16088+
stats = {
16089+
"skill_can_fire_arrows",
16090+
"skill_can_fire_wand_projectiles",
16091+
"use_scaled_contact_offset",
16092+
},
16093+
levels = {
16094+
[1] = { baseMultiplier = 0.9, levelRequirement = 1, },
16095+
},
16096+
}

0 commit comments

Comments
 (0)