Skip to content

Commit f5c264f

Browse files
committed
Filthy First-born
1 parent 0feb757 commit f5c264f

File tree

4 files changed

+112
-0
lines changed

4 files changed

+112
-0
lines changed

src/Data/Skills/minion.lua

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,76 @@ skills["DTTHellscapeStabbySkyStab"] = {
11671167
},
11681168
}
11691169
}
1170+
skills["GSCenobiteBloaterOnDeath"] = {
1171+
name = "Death Explosion",
1172+
hidden = true,
1173+
skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, },
1174+
castTime = 1,
1175+
qualityStats = {
1176+
},
1177+
levels = {
1178+
[1] = { critChance = 5, levelRequirement = 0, },
1179+
},
1180+
statSets = {
1181+
[1] = {
1182+
label = "Death Explosion",
1183+
baseEffectiveness = 10,
1184+
incrementalEffectiveness = 0.10000000149012,
1185+
damageIncrementalEffectiveness = 0.017500000074506,
1186+
statDescriptionScope = "geometry_spell",
1187+
baseFlags = {
1188+
spell = true,
1189+
triggerable = true,
1190+
},
1191+
constantStats = {
1192+
{ "voll_slam_damage_+%_final_at_centre", 35 },
1193+
},
1194+
stats = {
1195+
"spell_minimum_base_physical_damage",
1196+
"spell_maximum_base_physical_damage",
1197+
"is_area_damage",
1198+
},
1199+
levels = {
1200+
[1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, },
1201+
},
1202+
},
1203+
}
1204+
}
1205+
skills["GACenobiteBloaterSlam"] = {
1206+
name = "Slam",
1207+
hidden = true,
1208+
skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, },
1209+
castTime = 1,
1210+
qualityStats = {
1211+
},
1212+
levels = {
1213+
[1] = { baseMultiplier = 2, storedUses = 1, levelRequirement = 0, cooldown = 6, },
1214+
},
1215+
statSets = {
1216+
[1] = {
1217+
label = "Slam",
1218+
incrementalEffectiveness = 0.054999999701977,
1219+
statDescriptionScope = "skill_stat_descriptions",
1220+
baseFlags = {
1221+
triggerable = true,
1222+
attack = true,
1223+
melee = true,
1224+
},
1225+
constantStats = {
1226+
{ "melee_range_+", 15 },
1227+
},
1228+
stats = {
1229+
"is_area_damage",
1230+
"action_attack_or_cast_time_uses_animation_length",
1231+
"base_skill_cannot_be_blocked",
1232+
"base_skill_cannot_be_avoided_by_dodge_roll",
1233+
},
1234+
levels = {
1235+
[1] = { actorLevel = 1, },
1236+
},
1237+
},
1238+
}
1239+
}
11701240
skills["GAHellscapePaleEliteSkyStab"] = {
11711241
name = "Stab Attack",
11721242
hidden = true,

src/Data/Spectres.lua

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,33 @@ minions["Metadata/Monsters/BoneCultists/BoneCultists_Beast/BoneCultistBeast"] =
140140
},
141141
}
142142

143+
-- Filthy Firstborn
144+
minions["Metadata/Monsters/Cenobite/CenobiteBloater/CenobiteBloater"] = {
145+
name = "Filthy First-born",
146+
monsterTags = { "allows_inc_aoe", "humanoid", "melee", "monster_has_on_death_mechanic", "MonsterBlunt_onhit_audio", "no_minion_revival", "not_dex", "not_int", "physical_affinity", "red_blood", "very_slow_movement", },
147+
life = 2.5,
148+
baseDamageIgnoresAttackSpeed = true,
149+
armour = 0.75,
150+
fireResist = 0,
151+
coldResist = 30,
152+
lightningResist = 0,
153+
chaosResist = 0,
154+
damage = 2.5,
155+
damageSpread = 0.2,
156+
attackTime = 3.99,
157+
attackRange = 14,
158+
accuracy = 1,
159+
weaponType1 = "Two Handed Mace",
160+
skillList = {
161+
"MeleeAtAnimationSpeed",
162+
"GSCenobiteBloaterOnDeath",
163+
"GACenobiteBloaterSlam",
164+
},
165+
modList = {
166+
-- SpectrePlayDeathAction [is_spectre_with_death_action = 1]
167+
},
168+
}
169+
143170
-- Goliath
144171
minions["Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan"] = {
145172
name = "Goliath",

src/Export/Minions/Spectres.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ local minions, mod, flag = ...
1818
-- Dinosaur
1919
#spectre Metadata/Monsters/BoneCultists/BoneCultists_Beast/BoneCultistBeast
2020

21+
-- Filthy First-born
22+
#spectre Metadata/Monsters/Cenobite/CenobiteBloater/CenobiteBloater
23+
2124
-- Goliath
2225
#spectre Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan
2326

src/Export/Skills/minion.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,18 @@ skills["MinionInstability"] = {
205205
#mods
206206
#skillEnd
207207

208+
#skill GSCenobiteBloaterOnDeath Death Explosion
209+
#set GSCenobiteBloaterOnDeath
210+
#flags spell triggerable
211+
#mods
212+
#skillEnd
213+
214+
#skill GACenobiteBloaterSlam Slam
215+
#set GACenobiteBloaterSlam
216+
#flags triggerable attack melee
217+
#mods
218+
#skillEnd
219+
208220
#skill GAHellscapePaleEliteSkyStab Stab Attack
209221
#set GAHellscapePaleEliteSkyStab
210222
#flags attack triggerable

0 commit comments

Comments
 (0)