斯卡沃眼鏡蛇神靈
Saqawine Cobra Spirit
幽魂 | N |
---|---|
地區 | 斯卡沃的棲地 |
標籤 | beast, 法術, extra_extra_small_height, fire_affinity, has_dagger, has_one_handed_melee, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, ranged, red_blood, reptile_beast |
生命
1200%
閃避
+15%
異常狀態臨界值
1200%
抗性
40 40 40 25
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.095 秒
傷害分佈
±20%
經驗值
300%
Model Size
130%
類型
SnakeBestiarySpiritBoss
Metadata
SnakeBestiarySpiritSubBoss
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
70
生命
94,066
護甲
33,714
閃避
5,843
能量護盾
0
傷害
632
法術傷害
632
命中
314
攻擊間隔
1.095
經驗值
32,160
異常狀態臨界值
94,066
冰緩
297
感電
297
易碎
1,683
焦灼
297
殘喘
822
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 506–758
暴擊率: 5%
攻擊間隔: 1.095 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BestiarySnake1MortarProjectile
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 1148 至 1721 火焰傷害
base is projectile [1]
is area damage [1]
projectile spread radius [15]
projectile uses contact position [1]
base is projectile [1]
is area damage [1]
projectile spread radius [15]
projectile uses contact position [1]
BestiarySnake1MortarProjectileEpic
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 2.83 秒
冷卻時間: 10 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
你的擊中不能暈眩敵人
造成 497.3 至 745.9 火焰傷害
發射 1 個額外投射物
base is projectile [1]
is area damage [1]
projectile spread radius [15]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
造成 497.3 至 745.9 火焰傷害
發射 1 個額外投射物
base is projectile [1]
is area damage [1]
projectile spread radius [15]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/SnakeBestiarySpiritSubBoss"] = { name = "Saqawine Cobra Spirit", life = 12, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 1.095, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "BestiarySnake1MortarProjectile", "BestiarySnake1MortarProjectileEpic", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BestiarySnake1MortarProjectile"] = { name = "BestiarySnake1MortarProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BestiarySnake1MortarProjectileEpic"] = { name = "BestiarySnake1MortarProjectileEpic", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.83, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "number_of_additional_projectiles", "projectile_spread_radius_per_additional_projectile", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, 1, 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
30% 物理傷害轉換為混沌傷害
Id | MonsterSnakeChaos |
---|---|
Family | ChaosDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage chaos_damage damage physical chaos |
Id | BestiaryModSnakeBossFire1 |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
增加 1000% 護甲
stance movement speed +% final [100]
Id | StanceSnakeSlither |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences armour speed |
斯卡沃眼鏡蛇神靈
野獸
Saqawine Cobra Spirit
幽魂 | N |
---|---|
標籤 | beast, 法術, extra_extra_small_height, fire_affinity, is_unarmed, light_armour, medium_movement, not_int, not_str, red_blood, reptile_beast |
生命
1200%
閃避
+15%
異常狀態臨界值
1200%
抗性
40 40 40 25
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.095 秒
傷害分佈
±20%
經驗值
300%
Model Size
108%
類型
SnakeBestiarySpiritBossClone
Metadata
SnakeBestiarySpiritSubBossClone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
77,200
護甲
28,790
閃避
5,450
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.095
經驗值
30,765
異常狀態臨界值
77,200
冰緩
244
感電
244
易碎
1,381
焦灼
244
殘喘
674
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
BestiarySnakeBossCloneBurningGround
法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
施放時間: 0.5 秒
每秒造成 2781.1 基本火焰傷害
+5 秒基礎持續時間
active skill area of effect radius +% final [-50]
+5 秒基礎持續時間
active skill area of effect radius +% final [-50]
BestiaryFireModNova
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可齊射, 範圍法術
火球
暴擊率: 6%
施放時間: 0.85 秒
釋放一顆火球朝著目標,爆炸後會傷害附近的敵人。
造成 1182 至 1773 火焰傷害
發射 4 個額外投射物
以環狀型式發射投射物
減少 80% 投射物速度
基礎範圍為 0.9 米
base is projectile [1]
發射 4 個額外投射物
以環狀型式發射投射物
減少 80% 投射物速度
基礎範圍為 0.9 米
base is projectile [1]
BestiaryFireModNova2
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 火焰, 可齊射, 範圍法術
火球
暴擊率: 6%
施放時間: 0.85 秒
釋放一顆火球朝著目標,爆炸後會傷害附近的敵人。
造成 1182 至 1773 火焰傷害
發射 5 個額外投射物
以環狀型式發射投射物
減少 80% 投射物速度
基礎範圍為 0.9 米
base is projectile [1]
發射 5 個額外投射物
以環狀型式發射投射物
減少 80% 投射物速度
基礎範圍為 0.9 米
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { collision_hull_type = "projectile" blocking = false } Stats { immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_item_drop_slots = 0 untargetable_by_monster_ai = 1 set_monster_do_not_fracture = 1 set_max_frenzy_charges = 0 set_max_power_charges = 0 set_max_endurance_charges = 0 base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 set_monster_no_beyond_portal = 1 set_cannot_be_afflicted = 1 } Life { corpse_usable = false } DiesAfterTime { } Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Targetable { no_highlight = true targetable = false } BaseEvents { on_construction_complete = "AddEffectPack(Metadata/Effects/Spells/monsters_effects/League_Bestiary/ghostly_fire_epk/fadein.epk);" } Life { on_death = "RemoveEffectPack(Metadata/Effects/Spells/monsters_effects/League_Bestiary/ghostly_fire_epk/fadein.epk); AddEffectPack(Metadata/Effects/Spells/monsters_effects/League_Bestiary/ghostly_fire_epk/fadeout.epk);" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/SnakeBestiarySpiritSubBossClone"] = { name = "Saqawine Cobra Spirit", life = 12, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 1.095, attackRange = 9, accuracy = 1, skillList = { "BestiaryFireModNova", "BestiaryFireModNova2", "BestiarySnakeBossCloneBurningGround", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["BestiaryFireModNova"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.85, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_additional_projectiles", "base_projectile_speed_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", "projectiles_nova", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4, -80, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BestiaryFireModNova2"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.85, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_additional_projectiles", "base_projectile_speed_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", "projectiles_nova", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 5, -80, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BestiarySnakeBossCloneBurningGround"] = { name = "BestiarySnakeBossCloneBurningGround", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {3.5, 5000, -50, levelRequirement = 70, statInterpolation = {3}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |