Skip to content

Commit ba09ac3

Browse files
committed
library shows up, and some spectres+skills added
1 parent f4b8290 commit ba09ac3

File tree

9 files changed

+343
-10735
lines changed

9 files changed

+343
-10735
lines changed

src/Data/Skills/act_int.lua

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15699,6 +15699,8 @@ skills["SparkPlayer"] = {
1569915699
skills["SummonSpectrePlayer"] = {
1570015700
name = "Spectre: {0} ",
1570115701
baseTypeName = "Spectre: {0} ",
15702+
minionList = {
15703+
},
1570215704
color = 3,
1570315705
description = "Summon the spirit of the bound monster as a Reviving Minion.",
1570415706
skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, },
@@ -15755,16 +15757,6 @@ skills["SummonSpectrePlayer"] = {
1575515757
baseEffectiveness = 0,
1575615758
incrementalEffectiveness = 0.092720001935959,
1575715759
statDescriptionScope = "skill_stat_descriptions",
15758-
minionList = {
15759-
},
15760-
statMap = {
15761-
["accuracy_rating"] = {
15762-
mod("MinionModifier", "LIST", { mod = mod("Accuracy", "BASE", nil) })
15763-
},
15764-
["raised_spectre_level"] = {
15765-
skill("minionLevel", nil),
15766-
},
15767-
},
1576815760
baseFlags = {
1576915761
spell = true,
1577015762
minion = true,

src/Data/Skills/minion.lua

Lines changed: 259 additions & 94 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)