Skip to content

Commit db43e2d

Browse files
Blitz54LocalIdentity
andauthored
Skeletal Warriors for Sceptres (#922)
* Skeletal Warriors for Sceptres * Use stat on gem instead of hard coding * Prevent space time collapse * Fix modParser not using baseItemType and fix base export --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 42a28fe commit db43e2d

File tree

12 files changed

+209
-20
lines changed

12 files changed

+209
-20
lines changed

src/Data/Bases/sceptre.lua

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ itemBases["Rattling Sceptre"] = {
77
quality = 20,
88
spirit = 100,
99
tags = { default = true, onehand = true, sceptre = true, },
10-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
10+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
1111
implicitModTypes = { },
1212
req = { },
1313
}
@@ -25,7 +25,7 @@ itemBases["Lupine Sceptre"] = {
2525
quality = 20,
2626
spirit = 100,
2727
tags = { default = true, onehand = true, sceptre = true, },
28-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
28+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
2929
implicitModTypes = { },
3030
req = { },
3131
}
@@ -43,7 +43,7 @@ itemBases["Ochre Sceptre"] = {
4343
quality = 20,
4444
spirit = 100,
4545
tags = { default = true, onehand = true, sceptre = true, },
46-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
46+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
4747
implicitModTypes = { },
4848
req = { },
4949
}
@@ -79,7 +79,7 @@ itemBases["Devouring Sceptre"] = {
7979
quality = 20,
8080
spirit = 100,
8181
tags = { default = true, onehand = true, sceptre = true, },
82-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
82+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
8383
implicitModTypes = { },
8484
req = { },
8585
}
@@ -88,7 +88,7 @@ itemBases["Clasped Sceptre"] = {
8888
quality = 20,
8989
spirit = 100,
9090
tags = { default = true, onehand = true, sceptre = true, },
91-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
91+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
9292
implicitModTypes = { },
9393
req = { },
9494
}
@@ -97,7 +97,7 @@ itemBases["Devotional Sceptre"] = {
9797
quality = 20,
9898
spirit = 100,
9999
tags = { default = true, onehand = true, sceptre = true, },
100-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
100+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
101101
implicitModTypes = { },
102102
req = { },
103103
}
@@ -106,7 +106,7 @@ itemBases["Wrath Sceptre"] = {
106106
quality = 20,
107107
spirit = 100,
108108
tags = { default = true, onehand = true, sceptre = true, },
109-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
109+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
110110
implicitModTypes = { },
111111
req = { },
112112
}
@@ -115,7 +115,7 @@ itemBases["Aromatic Sceptre"] = {
115115
quality = 20,
116116
spirit = 100,
117117
tags = { default = true, onehand = true, sceptre = true, },
118-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
118+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
119119
implicitModTypes = { },
120120
req = { },
121121
}
@@ -124,7 +124,7 @@ itemBases["Pious Sceptre"] = {
124124
quality = 20,
125125
spirit = 100,
126126
tags = { default = true, onehand = true, sceptre = true, },
127-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
127+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
128128
implicitModTypes = { },
129129
req = { },
130130
}
@@ -133,7 +133,7 @@ itemBases["Hallowed Sceptre"] = {
133133
quality = 20,
134134
spirit = 100,
135135
tags = { default = true, onehand = true, sceptre = true, },
136-
implicit = "Grants Skill: Level (1-20) Skeletal Warrior",
136+
implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion",
137137
implicitModTypes = { },
138138
req = { },
139139
}

src/Data/Gems.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5431,6 +5431,27 @@ return {
54315431
Tier = 3,
54325432
naturalMaxLevel = 1,
54335433
},
5434+
["Metadata/Items/Gems/SkillGemSkeletalWarrior"] = {
5435+
name = "Skeletal Warrior",
5436+
baseTypeName = "Skeletal Warrior Minion",
5437+
gameId = "Metadata/Items/Gems/SkillGemSkeletalWarriorWeaponSkill",
5438+
variantId = "SkeletalWarrior",
5439+
grantedEffectId = "SummonSkeletalWarriorsPlayer",
5440+
tags = {
5441+
intelligence = true,
5442+
grants_active_skill = true,
5443+
minion = true,
5444+
persistent = true,
5445+
physical = true,
5446+
},
5447+
gemType = "Minion",
5448+
tagString = "Persistent, Physical",
5449+
reqStr = 0,
5450+
reqDex = 0,
5451+
reqInt = 100,
5452+
Tier = 0,
5453+
naturalMaxLevel = 20,
5454+
},
54345455
["Metadata/Items/Gems/SkillGemMinionInstabilitySupport"] = {
54355456
name = "Minion Instability",
54365457
gameId = "Metadata/Items/Gem/SupportGemMinionInstability",

src/Data/Minions.lua

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,34 @@ minions["RaisedSkeletonReaver"] = {
236236
},
237237
}
238238

239+
minions["RaisedSkeletonWarriors"] = {
240+
name = "Skeletal Warrior",
241+
monsterTags = { "1HSword_onhit_audio", "bone_armour", "bones", "fast_movement", "has_one_hand_sword", "has_one_handed_melee", "medium_height", "melee", "not_dex", "not_int", "physical_affinity", "skeleton", "slashing_weapon", "undead", },
242+
life = 0.88,
243+
baseDamageIgnoresAttackSpeed = true,
244+
armour = 0.5,
245+
fireResist = 0,
246+
coldResist = 0,
247+
lightningResist = 0,
248+
chaosResist = 0,
249+
damage = 0.7,
250+
damageSpread = 0.3,
251+
attackTime = 1,
252+
attackRange = 12,
253+
accuracy = 1,
254+
weaponType1 = "One Handed Sword",
255+
weaponType2 = "Shield",
256+
limit = "ActiveSkeletonLimit",
257+
skillList = {
258+
"MinionMeleeStep",
259+
},
260+
modList = {
261+
-- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1]
262+
mod("BlockChance", "BASE", 30, 0, 0), -- SkeletonWarriorPlayerMinionBlockChance [monster_base_block_% = 30]
263+
-- SkeletonWarriorPlayerMinionBlockChance [additional_maximum_block_% = 0]
264+
},
265+
}
266+
239267
minions["SummonedHellhound"] = {
240268
name = "Infernal Hound",
241269
monsterTags = { "beast", "demon", "medium_movement", "not_int", "red_blood", "Unarmed_onhit_audio", },

src/Data/ModCache.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ c["+3 to Level of all Skeletal Frost Mage Skills"]={{[1]={flags=0,keywordFlags=0
525525
c["+3 to Level of all Skeletal Reaver Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal reaver",value=3}}},nil}
526526
c["+3 to Level of all Skeletal Sniper Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal sniper",value=3}}},nil}
527527
c["+3 to Level of all Skeletal Storm Mage Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal storm mage",value=3}}},nil}
528+
c["+3 to Level of all Skeletal Warrior Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal warrior",value=3}}},nil}
528529
c["+3 to Level of all Snipe Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="snipe",value=3}}},nil}
529530
c["+3 to Level of all Sniper's Mark Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="sniper's mark",value=3}}},nil}
530531
c["+3 to Level of all Solar Orb Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="solar orb",value=3}}},nil}
@@ -3977,6 +3978,7 @@ c["Grants Skill: Level 11 Purity of Fire"]={{[1]={flags=0,keywordFlags=0,name="E
39773978
c["Grants Skill: Level 11 Purity of Lightning"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="PurityOfLightningPlayer"}}},nil}
39783979
c["Grants Skill: Level 11 Raise Shield"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="ShieldBlockPlayer"}}},nil}
39793980
c["Grants Skill: Level 11 Sigil of Power"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="SigilOfPowerPlayer"}}},nil}
3981+
c["Grants Skill: Level 11 Skeletal Warrior Minion"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="SummonSkeletalWarriorsPlayer"}}},nil}
39803982
c["Grants Skill: Level 11 Spark"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="SparkPlayer"}}},nil}
39813983
c["Grants Skill: Level 11 Volatile Dead"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="VolatileDeadPlayer"}}},nil}
39823984
c["Grants Skill: Level 20 Bone Blast"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="BoneBlastPlayer"}}},nil}
@@ -4001,10 +4003,7 @@ c["Grants Skill: Level 20 Purity of Ice"]={{[1]={flags=0,keywordFlags=0,name="Ex
40014003
c["Grants Skill: Level 20 Purity of Lightning"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="PurityOfLightningPlayer"}}},nil}
40024004
c["Grants Skill: Level 20 Raise Shield"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ShieldBlockPlayer"}}},nil}
40034005
c["Grants Skill: Level 20 Sigil of Power"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="SigilOfPowerPlayer"}}},nil}
4004-
c["Grants Skill: Level 20 Skeletal Warrior"]={nil,nil}
4005-
c["Grants Skill: Level 20 Skeletal Warrior 48% increased Spirit"]={nil,nil}
4006-
c["Grants Skill: Level 20 Skeletal Warrior Minion"]={nil,nil}
4007-
c["Grants Skill: Level 20 Skeletal Warrior Minion +30 to maximum Mana"]={nil,nil}
4006+
c["Grants Skill: Level 20 Skeletal Warrior Minion"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="SummonSkeletalWarriorsPlayer"}}},nil}
40084007
c["Grants Skill: Level 20 Spark"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="SparkPlayer"}}},nil}
40094008
c["Grants Skill: Level 20 Volatile Dead"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="VolatileDeadPlayer"}}},nil}
40104009
c["Grants Skill: Life Remnants"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="LifeRemnantsPlayer"}}},nil}

src/Data/SkillStatMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,6 +2221,9 @@ return {
22212221
["number_of_mage_skeletons_to_summon"] = {
22222222
mod("MinionPerCastCount", "BASE", nil)
22232223
},
2224+
["first_X_minions_have_0_base_spirit_reservation"] = {
2225+
mod("MinionFreeSpiritCount", "BASE", nil)
2226+
},
22242227
["minion_always_crit"] = {
22252228
mod("MinionModifier", "LIST", { mod = mod("CritChance", "OVERRIDE", nil) }),
22262229
value = 100,

src/Data/Skills/act_int.lua

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15140,6 +15140,129 @@ skills["SummonSkeletalStormMagesPlayer"] = {
1514015140
},
1514115141
}
1514215142
}
15143+
skills["SummonSkeletalWarriorsPlayer"] = {
15144+
name = "Skeletal Warrior Minion",
15145+
baseTypeName = "Skeletal Warrior Minion",
15146+
fromItem = true,
15147+
minionList = {
15148+
"RaisedSkeletonWarriors",
15149+
},
15150+
color = 3,
15151+
description = "Activate to summon Reviving Skeletal Warriors.",
15152+
skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, },
15153+
minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, },
15154+
castTime = 0,
15155+
qualityStats = {
15156+
{ "active_skill_minion_life_+%_final", 1 },
15157+
},
15158+
levels = {
15159+
[1] = { spiritReservationFlat = 60, levelRequirement = 0, },
15160+
[2] = { spiritReservationFlat = 44, levelRequirement = 3, },
15161+
[3] = { spiritReservationFlat = 33, levelRequirement = 6, },
15162+
[4] = { spiritReservationFlat = 27, levelRequirement = 10, },
15163+
[5] = { spiritReservationFlat = 25, levelRequirement = 14, },
15164+
[6] = { spiritReservationFlat = 25, levelRequirement = 18, },
15165+
[7] = { spiritReservationFlat = 23, levelRequirement = 22, },
15166+
[8] = { spiritReservationFlat = 23, levelRequirement = 26, },
15167+
[9] = { spiritReservationFlat = 23, levelRequirement = 31, },
15168+
[10] = { spiritReservationFlat = 22, levelRequirement = 36, },
15169+
[11] = { spiritReservationFlat = 22, levelRequirement = 41, },
15170+
[12] = { spiritReservationFlat = 22, levelRequirement = 46, },
15171+
[13] = { spiritReservationFlat = 21, levelRequirement = 52, },
15172+
[14] = { spiritReservationFlat = 21, levelRequirement = 58, },
15173+
[15] = { spiritReservationFlat = 21, levelRequirement = 64, },
15174+
[16] = { spiritReservationFlat = 21, levelRequirement = 66, },
15175+
[17] = { spiritReservationFlat = 20, levelRequirement = 72, },
15176+
[18] = { spiritReservationFlat = 20, levelRequirement = 78, },
15177+
[19] = { spiritReservationFlat = 20, levelRequirement = 84, },
15178+
[20] = { spiritReservationFlat = 20, levelRequirement = 90, },
15179+
[21] = { spiritReservationFlat = 19, levelRequirement = 90, },
15180+
[22] = { spiritReservationFlat = 19, levelRequirement = 90, },
15181+
[23] = { spiritReservationFlat = 19, levelRequirement = 90, },
15182+
[24] = { spiritReservationFlat = 19, levelRequirement = 90, },
15183+
[25] = { spiritReservationFlat = 19, levelRequirement = 90, },
15184+
[26] = { spiritReservationFlat = 18, levelRequirement = 90, },
15185+
[27] = { spiritReservationFlat = 18, levelRequirement = 90, },
15186+
[28] = { spiritReservationFlat = 18, levelRequirement = 90, },
15187+
[29] = { spiritReservationFlat = 18, levelRequirement = 90, },
15188+
[30] = { spiritReservationFlat = 18, levelRequirement = 90, },
15189+
[31] = { spiritReservationFlat = 17, levelRequirement = 90, },
15190+
[32] = { spiritReservationFlat = 17, levelRequirement = 90, },
15191+
[33] = { spiritReservationFlat = 17, levelRequirement = 90, },
15192+
[34] = { spiritReservationFlat = 17, levelRequirement = 90, },
15193+
[35] = { spiritReservationFlat = 17, levelRequirement = 90, },
15194+
[36] = { spiritReservationFlat = 16, levelRequirement = 90, },
15195+
[37] = { spiritReservationFlat = 16, levelRequirement = 90, },
15196+
[38] = { spiritReservationFlat = 16, levelRequirement = 90, },
15197+
[39] = { spiritReservationFlat = 16, levelRequirement = 90, },
15198+
[40] = { spiritReservationFlat = 16, levelRequirement = 90, },
15199+
},
15200+
statSets = {
15201+
[1] = {
15202+
label = "Minion Info",
15203+
baseEffectiveness = 0,
15204+
incrementalEffectiveness = 0.092720001935959,
15205+
statDescriptionScope = "skill_stat_descriptions",
15206+
baseFlags = {
15207+
spell = true,
15208+
minion = true,
15209+
permanentMinion = true,
15210+
},
15211+
constantStats = {
15212+
{ "display_minion_monster_type", 2 },
15213+
{ "minion_base_resummon_time_ms", 12000 },
15214+
{ "first_X_minions_have_0_base_spirit_reservation", 2 },
15215+
{ "skill_desired_initial_amount", 2 },
15216+
},
15217+
stats = {
15218+
"is_resummoning_minion",
15219+
"display_statset_no_hit_damage",
15220+
},
15221+
levels = {
15222+
[1] = { actorLevel = 1, },
15223+
[2] = { actorLevel = 3.4519999027252, },
15224+
[3] = { actorLevel = 6.7670001983643, },
15225+
[4] = { actorLevel = 10.307999610901, },
15226+
[5] = { actorLevel = 14.074999809265, },
15227+
[6] = { actorLevel = 18.068000793457, },
15228+
[7] = { actorLevel = 22.287000656128, },
15229+
[8] = { actorLevel = 26.732000350952, },
15230+
[9] = { actorLevel = 31.40299987793, },
15231+
[10] = { actorLevel = 36.299999237061, },
15232+
[11] = { actorLevel = 41.423000335693, },
15233+
[12] = { actorLevel = 46.771999359131, },
15234+
[13] = { actorLevel = 52.34700012207, },
15235+
[14] = { actorLevel = 58.147998809814, },
15236+
[15] = { actorLevel = 64.175003051758, },
15237+
[16] = { actorLevel = 70.428001403809, },
15238+
[17] = { actorLevel = 76.906997680664, },
15239+
[18] = { actorLevel = 83.611999511719, },
15240+
[19] = { actorLevel = 90.542999267578, },
15241+
[20] = { actorLevel = 97.699996948242, },
15242+
[21] = { actorLevel = 105.08300018311, },
15243+
[22] = { actorLevel = 112.69200134277, },
15244+
[23] = { actorLevel = 120.52700042725, },
15245+
[24] = { actorLevel = 128.58799743652, },
15246+
[25] = { actorLevel = 136.875, },
15247+
[26] = { actorLevel = 145.38800048828, },
15248+
[27] = { actorLevel = 154.12699890137, },
15249+
[28] = { actorLevel = 163.09199523926, },
15250+
[29] = { actorLevel = 172.28300476074, },
15251+
[30] = { actorLevel = 181.69999694824, },
15252+
[31] = { actorLevel = 191.34300231934, },
15253+
[32] = { actorLevel = 201.21200561523, },
15254+
[33] = { actorLevel = 211.30700683594, },
15255+
[34] = { actorLevel = 221.62800598145, },
15256+
[35] = { actorLevel = 232.17500305176, },
15257+
[36] = { actorLevel = 242.94799804688, },
15258+
[37] = { actorLevel = 253.94700622559, },
15259+
[38] = { actorLevel = 265.17199707031, },
15260+
[39] = { actorLevel = 276.62298583984, },
15261+
[40] = { actorLevel = 288.29998779297, },
15262+
},
15263+
},
15264+
}
15265+
}
1514315266
skills["SolarOrbPlayer"] = {
1514415267
name = "Solar Orb",
1514515268
baseTypeName = "Solar Orb",

src/Export/Minions/Minions.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ local minions, mod = ...
4141
#limit ActiveSkeletonLimit
4242
#emit
4343

44+
#monster Metadata/Monsters/Skeletons/PlayerSummoned/SkeletonWarriorPlayerSummoned RaisedSkeletonWarriors
45+
#limit ActiveSkeletonLimit
46+
#emit
47+
4448
#monster Metadata/Monsters/Hellhound/HellhoundPlayerSummoned SummonedHellhound
4549
#emit
4650

src/Export/Scripts/bases.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,12 @@ directiveTable.base = function(state, args, out)
141141
end
142142
local inherentSkillType = dat("ItemInherentSkills"):GetRow("BaseItemType", baseItemType)
143143
if inherentSkillType then
144-
local skillGem = dat("SkillGems"):GetRow("BaseItemType", inherentSkillType.Skill)
144+
local skillGem = dat("SkillGems"):GetRow("BaseItemType", inherentSkillType.Skill[1].BaseItemType)
145+
local gemEffect = dat("GemEffects"):GetRow("GrantedEffect", skillGem.GemEffects[1].GrantedEffect)
145146
if #inherentSkillType.Skill > 1 then
146147
print("Unhandled Instance - Inherent Skill number more than 1")
147148
end
148-
out:write('\timplicit = "Grants Skill: Level (1-20) ', inherentSkillType.Skill[1].BaseItemType.Name, '",\n')
149+
out:write('\timplicit = "Grants Skill: Level (1-20) ', gemEffect.GrantedEffect.ActiveSkill.DisplayName, '",\n')
149150
end
150151
out:write('\timplicitModTypes = { ')
151152
for i=1,#implicitModTypes do

src/Export/Skills/act_int.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,14 @@ statMap = {
958958
#mods
959959
#skillEnd
960960

961+
#from item
962+
#minionList RaisedSkeletonWarriors
963+
#skill SummonSkeletalWarriorsPlayer
964+
#set SummonSkeletalWarriorsPlayer
965+
#flags spell minion permanentMinion
966+
#mods
967+
#skillEnd
968+
961969
#skill SolarOrbPlayer
962970
#set SolarOrbPlayer
963971
#flags spell area duration

src/Export/spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7238,7 +7238,7 @@ return {
72387238
list=true,
72397239
name="Skill",
72407240
refTo="SkillGems",
7241-
type="ShortKey",
7241+
type="Key",
72427242
width=400
72437243
},
72447244
[3]={

0 commit comments

Comments
 (0)