Summoned Sentinel
Construct
Spectre | N |
---|---|
Tags | bludgeoning_weapon, construct, fast_movement, is_unarmed, large_model, medium_height, melee, mud_blood, not_dex, not_int, physical_affinity, stone_armour |
Life
1000%
Armour
+100%
Ailment Threshold
1000%
Resistance
42
42
42
0
Damage
67%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.755 Second
Damage Spread
±20%
Experience
100%
Model Size
110%
Type
BlightTowerTank
Metadata
BlightTowerSummonedTankRank4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
64,334
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
250
Spell Damage
250
Accuracy
0
Attack Time
1.755
Experience
10,255
Ailment Threshold
64,334
Chill
203
Shock
203
Brittle
1,151
Scorch
203
Sap
562
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 200–300
Critical Strike Chance: 5%
Attack Time: 1.755 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BlightSummonedGolemGeometryAttack
Triggerable, Attack
Base Damage: 200–300
Critical Strike Chance: 5%
Attack Time: 1.755 sec
Cooldown Time: 3 sec
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerSummonedBase" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/Towers/BlightTowerSummonedBase" Life { on_death = " HideMeshSegmentsBySubstring( glow ); HideMeshSegmentsBySubstring( arc_ ); HideMeshSegmentsBySubstring( lightning ); " on_spawned_dead = " HideMeshSegmentsBySubstring( glow ); HideMeshSegmentsBySubstring( arc_ ); HideMeshSegmentsBySubstring( lightning ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/BlightTowerSummonedTankRank4"] = { name = "Summoned Sentinel", life = 10, fireResist = 42, coldResist = 42, lightningResist = 42, chaosResist = 0, damage = 0.67, damageSpread = 0.2, attackTime = 1.755, attackRange = 10, accuracy = 1, skillList = { "Melee", "BlightSummonedGolemGeometryAttack", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", 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, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlightSummonedGolemGeometryAttack"] = { name = "BlightSummonedGolemGeometryAttack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.27, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.