Skip to content

Commit 3701fb4

Browse files
committed
Vile Vulture
1 parent dbd6a5d commit 3701fb4

3 files changed

Lines changed: 197 additions & 4 deletions

File tree

src/Data/Spectres.lua

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7075,6 +7075,45 @@ minions["Metadata/Monsters/VultureRegurgitator/VultureRegurgitator_"] = {
70757075
},
70767076
}
70777077

7078+
minions["Metadata/Monsters/VultureZombie/VultureDemon"] = {
7079+
name = "Vile Vulture",
7080+
monsterTags = { "allows_inc_aoe", "beast", "Beast_onhit_audio", "fast_movement", "flying", "melee", "not_dex", "not_int", "physical_affinity", "red_blood", },
7081+
extraFlags = {
7082+
recommendedBeast = true,
7083+
},
7084+
life = 2.3,
7085+
baseDamageIgnoresAttackSpeed = true,
7086+
armour = 0.2,
7087+
fireResist = 0,
7088+
coldResist = 0,
7089+
lightningResist = 0,
7090+
chaosResist = 0,
7091+
damage = 1.73,
7092+
damageSpread = 0.2,
7093+
attackTime = 1.86,
7094+
attackRange = 14,
7095+
accuracy = 1,
7096+
baseMovementSpeed = 44,
7097+
spectreReservation = 93,
7098+
companionReservation = 45.6,
7099+
monsterCategory = "Beast",
7100+
spawnLocation = {
7101+
"Confluence (Map)",
7102+
"Deshar (Act 2)",
7103+
"Shrike Island (Act 4)",
7104+
"The Khari Crossing (Act 6)",
7105+
"Found in Maps",
7106+
},
7107+
skillList = {
7108+
"MeleeAtAnimationSpeed",
7109+
"VultureDemonLeap",
7110+
"GAVultureZombieLeap",
7111+
},
7112+
modList = {
7113+
mod("StunDuration", "OVERRIDE", 2.6, 0, 0), -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2600]
7114+
},
7115+
}
7116+
70787117
minions["Metadata/Monsters/SandLeaper02/DesertLeaper1_"] = {
70797118
name = "Crag Leaper",
70807119
monsterTags = { "beast", "fast_movement", "insect", "melee", "not_int", "not_str", "physical_affinity", "SpearWood_onhit_audio", "very_fast_movement", },

0 commit comments

Comments
 (0)