無情者.歐羅頓
創造物地區: 崇高之巔
stance movement speed +% final [270]
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
Oloton, the Remorseless
| Spectre | N |
|---|---|
| Area | 崇高之巔 |
| Tags | 2HBluntMetal_onhit_audio, construct, 火焰, fire_affinity, humanoid, melee, not_dex, not_int, vaal, very_slow_movement |
生命
263%
+100%
抗性
傷害
281%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
7 ~ 16
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
250%
Model Size
140%
Type
BlackJawMap
Metadata
BlackJawMap
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GABlackJawSlam
CTS4BlackJaw
冷卻時間: 18 秒
action attack or cast time uses animation length [1]
EAABlackJawTripleSlam
冷卻時間: 16 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [30]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DTTBlackJawLeap
攻擊, 位移
幻步
Base Damage: 477–716
暴擊率: 5%
攻擊時間: 1.5 秒
冷卻時間: 10 秒
action attack or cast time uses animation length [1]
leap slam minimum distance [20]
spell maximum action distance +% [-45]
walk emerge extra distance [-15]
EASBlackJawFireBreathLacerate
冷卻時間: 16 秒
不能被冰緩
不能被冰凍
action attack or cast time uses animation length [1]
attack maximum action distance + [50]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASBlackJawFireBreathSpin
冷卻時間: 14 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
EASBlackJawFireBreathR
冷卻時間: 8 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-50]
EASBlackJawFireBreathL
冷卻時間: 8 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-50]
GTBlackJawTripleSlamCracks
可觸發
SOBlackJawSlamCrack
可觸發
EGBlackJawCrackDetonate
可觸發
EGBlackJawCrackDetonate2
可觸發
GSBlackJawFireLacerateL
GSBlackJawFireLacerateR
FaceLastTarget
面對最後目標
EGBlackJawBrasierBlaze
可觸發
MPSBlackjawFireball
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 5%
施放時間: 1 秒
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1082]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [1]
GABlackJawSlamImpactCones
可觸發, 攻擊
Base Damage: 477–716
暴擊率: 5%
攻擊時間: 1.5 秒
is area damage [1]
monster penalty against minions damage +% final vs player minions [200]
GSBlackJawFireDonut
可觸發, 法術, 傷害
施放時間: 1 秒
is area damage [1]
monster penalty against minions damage +% final vs player minions [200]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
Actor
{
basic_action = "ChangeToStance1"
on_effect_end_CTS1BossFightStart = "ForceSkillIntoCooldown( EASBlackJawFireBreathR ); ForceSkillIntoCooldown( EASBlackJawFireBreathL );"
}
StateMachine
{
define_shared_state =
"
weapon_health = 3;
out_of_breath = 1;
emerged;
death;
"
}
Stats
{
set_base_heavy_stun_duration_ms = 4400
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"
StateMachine
{
on_or_create_state_weapon_health_2 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
"
on_or_create_state_weapon_health_1 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shard_innerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
"
on_or_create_state_weapon_health_0 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shard_innerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Right_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Right_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeaponBroken_lowerstoneShape );
"
on_state_out_of_breath_0 =
"
this.firebreath = AddAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao', firebreath );
firebreath.PlayAnimation( start );
firebreath.QueueAnimation( idle );
"
create_state_out_of_breath_0 =
"
this.firebreath = AddAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao', firebreath );
firebreath.PlayAnimation( idle );
"
on_state_out_of_breath_1 = "firebreath.PlayAnimation( end );"
on_or_create_state_death_1 = "HideMeshSegmentsBySubstring( Shape ); AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk', R_Weapon );"
}
Animated
{
on_emerge_statue_01 = "PlayTextAudio( BlackJaw_EmergeRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_fire_breath_spin_cleave_01 = "PlayTextAudio( BlackJaw_FireAxeRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_leap_slam_phase02_01 = "PlayTextAudio( BlackJaw_LeapSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_slam_phase01_01 =
"
Roll( 1, 4, { PlayTextAudio( BlackJaw_AxeSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' ); } );
"
on_slam_triple_phase01_01 = "PlayTextAudio( BlackJaw_TripleSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
}
Actor
{
on_effect_event_weapon_epk_for_EASBlackJawFireBreathSpin = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
on_effect_event_contact_ref_for_EASBlackJawFireBreathSpin = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
on_effect_end_or_destroy_EASBlackJawFireBreathSpin = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
}
Life
{
on_death =
"
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/emerge_emissive_on.epk' );
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/emissive_off.epk' );
"
}
Preload
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao"
preload_animated_object = "Metadata/Monsters/BlackJawSuperunique/BlackJawSuperunique_break.ao"
preload_environment = "G3_6_1_boss"
}
Render
{
use_ao_lights = true
light_starts_disabled = true
}
GlobalAudioParamEvents
{
player_in_range_param = "BlackjawInRange"
life_percent_param = "BlackjawLifePercentage"
range = 130
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/BlackJawSuperunique/BlackJawMap"] = {
name = "Oloton, the Remorseless",
life = 2.63,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2.81,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 16,
accuracy = 1,
weaponType1 = "Two Hand Mace",
skillList = {
"MeleeAtAnimationSpeedFire",
"MPSBlackjawFireball",
"FaceLastTarget",
"CTS4BlackJaw",
"GABlackJawSlam",
"GABlackJawTripleSlam1",
"GABlackJawTripleSlam2",
"GABlackJawTripleSlam3",
"GSBlackJawFireBreath",
"GABlackJawLeapImpact",
"GABlackJawLeapImpactMace",
"GABlackJawSlamFire",
"GSBlackJawFireLacerateL",
"GSBlackJawFireLacerateR",
"GABlackJawFireSpin",
"GABlackJawFireSpinRight",
"GSBlackJawCrackExplosion",
"GSBlackJawProjectileExplosion",
"GABlackJawSlamImpactCones",
"GSBlackJawFireDonut",
"EAABlackJawTripleSlam",
"EASBlackJawFireBreathLacerate",
"EASBlackJawFireBreathSpin",
"EASBlackJawFireBreathR",
"EASBlackJawFireBreathL",
"EGBlackJawCrackDetonate",
"EGBlackJawCrackDetonate2",
"EGBlackJawBrasierBlaze",
"SOBlackJawSlamCrack",
"GTBlackJawTripleSlamCracks",
"DTTBlackJawLeap",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"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] = {40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSBlackjawFireball"] = {
name = "MPSBlackjawFireball",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_projectile_variation",
"ignite_chance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
"maintain_projectile_direction_when_using_contact_position",
"base_deal_no_damage",
"projectile_ballistic_angle_from_reference_event",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1082, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["FaceLastTarget"] = {
name = "Face Last Target",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.01,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CTS4BlackJaw"] = {
name = "CTS4BlackJaw",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlam"] = {
name = "GABlackJawSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {10, 30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam1"] = {
name = "GABlackJawTripleSlam1",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam2"] = {
name = "GABlackJawTripleSlam2",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam3"] = {
name = "GABlackJawTripleSlam3",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 2.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireBreath"] = {
name = "GSBlackJawFireBreath",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"never_ignite",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawLeapImpact"] = {
name = "GABlackJawLeapImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, 200, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawLeapImpactMace"] = {
name = "GABlackJawLeapImpactMace",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {50, 15, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlamFire"] = {
name = "GABlackJawSlamFire",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {50, 15, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireLacerateL"] = {
name = "GSBlackJawFireLacerateL",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {50, 20, 200, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireLacerateR"] = {
name = "GSBlackJawFireLacerateR",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {50, 20, 200, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawFireSpin"] = {
name = "GABlackJawFireSpin",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {50, 50, 200, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawFireSpinRight"] = {
name = "GABlackJawFireSpinRight",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {50, 50, 200, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawCrackExplosion"] = {
name = "GSBlackJawCrackExplosion",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawProjectileExplosion"] = {
name = "GSBlackJawProjectileExplosion",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_is_projectile",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlamImpactCones"] = {
name = "GABlackJawSlamImpactCones",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {200, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireDonut"] = {
name = "GSBlackJawFireDonut",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAABlackJawTripleSlam"] = {
name = "EAABlackJawTripleSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_interrupted",
"skill_cannot_be_stunned",
"skill_cannot_be_knocked_back",
},
levels = {
[1] = {30, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathLacerate"] = {
name = "EASBlackJawFireBreathLacerate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_knocked_back",
"skill_cannot_be_stunned",
"base_cannot_be_chilled",
"base_cannot_be_frozen",
},
levels = {
[1] = {50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathSpin"] = {
name = "EASBlackJawFireBreathSpin",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {20, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathR"] = {
name = "EASBlackJawFireBreathR",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathL"] = {
name = "EASBlackJawFireBreathL",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawCrackDetonate"] = {
name = "EGBlackJawCrackDetonate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawCrackDetonate2"] = {
name = "EGBlackJawCrackDetonate2",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawBrasierBlaze"] = {
name = "EGBlackJawBrasierBlaze",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SOBlackJawSlamCrack"] = {
name = "SOBlackJawSlamCrack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTBlackJawTripleSlamCracks"] = {
name = "GTBlackJawTripleSlamCracks",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTBlackJawLeap"] = {
name = "Dash",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-15, 20, -45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
stance movement speed +% final [270]
| Family | Stance |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | 速度 |
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
| Family | MonsterActBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
無情者.歐羅頓
創造物stance movement speed +% final [270]
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
Oloton, the Remorseless
| Spectre | N |
|---|---|
| Tags | 2HBluntMetal_onhit_audio, construct, 火焰, fire_affinity, humanoid, melee, not_dex, not_int, vaal, very_slow_movement |
生命
250%
+100%
抗性
傷害
281%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
7 ~ 16
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
250%
Model Size
140%
Type
BlackJawSTANDALONE
Metadata
BlackJawSTANDALONE
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GABlackJawSlam
CTS4BlackJaw
冷卻時間: 18 秒
action attack or cast time uses animation length [1]
EAABlackJawTripleSlam
冷卻時間: 16 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [30]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DTTBlackJawLeap
攻擊, 位移
幻步
Base Damage: 524–786
暴擊率: 5%
攻擊時間: 1.5 秒
冷卻時間: 10 秒
action attack or cast time uses animation length [1]
leap slam minimum distance [20]
spell maximum action distance +% [-45]
walk emerge extra distance [-15]
EASBlackJawFireBreathLacerate
冷卻時間: 16 秒
不能被冰緩
不能被冰凍
action attack or cast time uses animation length [1]
attack maximum action distance + [50]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASBlackJawFireBreathSpin
冷卻時間: 14 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
EASBlackJawFireBreathR
冷卻時間: 8 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-50]
EASBlackJawFireBreathL
冷卻時間: 8 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-50]
GTBlackJawTripleSlamCracks
可觸發
SOBlackJawSlamCrack
可觸發
EGBlackJawCrackDetonate
可觸發
EGBlackJawCrackDetonate2
可觸發
GSBlackJawFireLacerateL
GSBlackJawFireLacerateR
FaceLastTarget
面對最後目標
EGBlackJawBrasierBlaze
可觸發
MPSBlackjawFireball
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 5%
施放時間: 1 秒
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1082]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [1]
GABlackJawSlamImpactCones
可觸發, 攻擊
Base Damage: 524–786
暴擊率: 5%
攻擊時間: 1.5 秒
is area damage [1]
monster penalty against minions damage +% final vs player minions [200]
GSBlackJawFireDonut
可觸發, 法術, 傷害
施放時間: 1 秒
is area damage [1]
monster penalty against minions damage +% final vs player minions [200]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
Actor
{
basic_action = "ChangeToStance1"
}
StateMachine
{
define_shared_state =
"
weapon_health = 3;
out_of_breath = 1;
emerged;
death;
"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
StateMachine
{
on_or_create_state_weapon_health_2 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
"
on_or_create_state_weapon_health_1 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shard_innerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
"
on_or_create_state_weapon_health_0 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shard_innerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Right_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Right_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeaponBroken_lowerstoneShape );
"
on_state_out_of_breath_0 =
"
this.firebreath = AddAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao', firebreath );
firebreath.PlayAnimation( start );
firebreath.QueueAnimation( idle );
"
create_state_out_of_breath_0 =
"
this.firebreath = AddAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao', firebreath );
firebreath.PlayAnimation( idle );
"
on_state_out_of_breath_1 = "firebreath.PlayAnimation( end );"
on_or_create_state_death_1 = "HideMeshSegmentsBySubstring( Shape ); AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk', R_Weapon );"
}
Animated
{
on_emerge_statue_01 = "PlayTextAudio( BlackJaw_EmergeRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_fire_breath_spin_cleave_01 = "PlayTextAudio( BlackJaw_FireAxeRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_leap_slam_phase02_01 = "PlayTextAudio( BlackJaw_LeapSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_slam_phase01_01 =
"
Roll( 1, 4, { PlayTextAudio( BlackJaw_AxeSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' ); } );
"
on_slam_triple_phase01_01 = "PlayTextAudio( BlackJaw_TripleSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
}
Actor
{
on_effect_event_weapon_epk_for_EASBlackJawFireBreathSpin = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
on_effect_event_contact_ref_for_EASBlackJawFireBreathSpin = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
on_effect_end_or_destroy_EASBlackJawFireBreathSpin = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
}
Life
{
on_death =
"
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/emerge_emissive_on.epk' );
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/emissive_off.epk' );
"
}
Preload
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao"
preload_animated_object = "Metadata/Monsters/BlackJawSuperunique/BlackJawSuperunique_break.ao"
preload_environment = "G3_6_1_boss"
}
Render
{
use_ao_lights = true
}
GlobalAudioParamEvents
{
player_in_range_param = "BlackjawInRange"
life_percent_param = "BlackjawLifePercentage"
range = 130
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/BlackJawSuperunique/BlackJawSTANDALONE"] = {
name = "Oloton, the Remorseless",
life = 2.5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2.81,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 16,
accuracy = 1,
weaponType1 = "Two Hand Mace",
skillList = {
"MeleeAtAnimationSpeedFire",
"MPSBlackjawFireball",
"FaceLastTarget",
"CTS4BlackJaw",
"GABlackJawSlam",
"GABlackJawTripleSlam1",
"GABlackJawTripleSlam2",
"GABlackJawTripleSlam3",
"GSBlackJawFireBreath",
"GABlackJawLeapImpact",
"GABlackJawLeapImpactMace",
"GABlackJawSlamFire",
"GSBlackJawFireLacerateL",
"GSBlackJawFireLacerateR",
"GABlackJawFireSpin",
"GABlackJawFireSpinRight",
"GSBlackJawCrackExplosion",
"GSBlackJawProjectileExplosion",
"GABlackJawSlamImpactCones",
"GSBlackJawFireDonut",
"EAABlackJawTripleSlam",
"EASBlackJawFireBreathLacerate",
"EASBlackJawFireBreathSpin",
"EASBlackJawFireBreathR",
"EASBlackJawFireBreathL",
"EGBlackJawCrackDetonate",
"EGBlackJawCrackDetonate2",
"EGBlackJawBrasierBlaze",
"SOBlackJawSlamCrack",
"GTBlackJawTripleSlamCracks",
"DTTBlackJawLeap",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"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] = {40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSBlackjawFireball"] = {
name = "MPSBlackjawFireball",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_projectile_variation",
"ignite_chance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
"maintain_projectile_direction_when_using_contact_position",
"base_deal_no_damage",
"projectile_ballistic_angle_from_reference_event",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1082, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["FaceLastTarget"] = {
name = "Face Last Target",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.01,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CTS4BlackJaw"] = {
name = "CTS4BlackJaw",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlam"] = {
name = "GABlackJawSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {10, 30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam1"] = {
name = "GABlackJawTripleSlam1",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam2"] = {
name = "GABlackJawTripleSlam2",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam3"] = {
name = "GABlackJawTripleSlam3",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 2.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireBreath"] = {
name = "GSBlackJawFireBreath",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"never_ignite",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawLeapImpact"] = {
name = "GABlackJawLeapImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, 200, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawLeapImpactMace"] = {
name = "GABlackJawLeapImpactMace",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {50, 15, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlamFire"] = {
name = "GABlackJawSlamFire",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {50, 15, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireLacerateL"] = {
name = "GSBlackJawFireLacerateL",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {50, 20, 200, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireLacerateR"] = {
name = "GSBlackJawFireLacerateR",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {50, 20, 200, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawFireSpin"] = {
name = "GABlackJawFireSpin",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {50, 50, 200, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawFireSpinRight"] = {
name = "GABlackJawFireSpinRight",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {50, 50, 200, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawCrackExplosion"] = {
name = "GSBlackJawCrackExplosion",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawProjectileExplosion"] = {
name = "GSBlackJawProjectileExplosion",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_is_projectile",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlamImpactCones"] = {
name = "GABlackJawSlamImpactCones",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {200, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireDonut"] = {
name = "GSBlackJawFireDonut",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAABlackJawTripleSlam"] = {
name = "EAABlackJawTripleSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_interrupted",
"skill_cannot_be_stunned",
"skill_cannot_be_knocked_back",
},
levels = {
[1] = {30, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathLacerate"] = {
name = "EASBlackJawFireBreathLacerate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_knocked_back",
"skill_cannot_be_stunned",
"base_cannot_be_chilled",
"base_cannot_be_frozen",
},
levels = {
[1] = {50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathSpin"] = {
name = "EASBlackJawFireBreathSpin",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {20, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathR"] = {
name = "EASBlackJawFireBreathR",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathL"] = {
name = "EASBlackJawFireBreathL",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawCrackDetonate"] = {
name = "EGBlackJawCrackDetonate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawCrackDetonate2"] = {
name = "EGBlackJawCrackDetonate2",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawBrasierBlaze"] = {
name = "EGBlackJawBrasierBlaze",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SOBlackJawSlamCrack"] = {
name = "SOBlackJawSlamCrack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTBlackJawTripleSlamCracks"] = {
name = "GTBlackJawTripleSlamCracks",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTBlackJawLeap"] = {
name = "Dash",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-15, 20, -45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
stance movement speed +% final [270]
| Family | Stance |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | 速度 |
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
| Family | MonsterActBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| StateMachine./* | |
| StateMachine.boss_life_bar - controls when to show the big life bar (also requires the checkbox in MonsterVarieties to be checked) | |
| StateMachine.0: Life bar is hidden | |
| StateMachine.1: Life bar is visible, will hide on death | |
| StateMachine.dont_hide_lifebar_on_unaggro - controls whether the boss life bar should be hidden when the boss unaggros | |
| StateMachine.0: Life bar is hidden after a short duration when the boss loses aggro | |
| StateMachine.1: Life bar remains visible the entire time, can still be controlled by setting the disable_life_bar state | |
| StateMachine.show_life_bar_when_in_range - delay the life bar from showing up, until the boss is on screen (for wild bosses) | |
| StateMachine.0: Life bar behaves as normal | |
| StateMachine.1: Life bar initially only shows up when a player can see the boss on screen, this doesn't make it get removed if the player goes off screen though | |
| StateMachine.light - controls the boss point light, attaches to head_light_attachment if it exists (otherwise uses the default) | |
| StateMachine.0: Light off, handles the fade out | |
| StateMachine.1: Light on, handles the fade in */ | |
| StateMachine.define_shared_state = | , |
| StateMachine." | , , , |
| StateMachine.boss_life_bar; | |
| StateMachine.hidden; | |
| StateMachine.light; | |
| StateMachine.disable_life_bar; | |
| StateMachine.first_aggro; | |
| StateMachine.weapon_health | 3; |
| StateMachine.out_of_breath | 1; |
| StateMachine.emerged; | |
| StateMachine.death; | |
| Actor.slow_animations_go_to_idle | false |
| Actor.basic_action | ChangeToStance1 |
| Stats.corpse_cannot_be_destroyed | 1 |
| Stats.base_heavy_stun_duration_ms | 4000 |
| Life.corpse_usable | false |
| Monster.is_boss | true |
無情者.歐羅頓
創造物stance movement speed +% final [270]
減少 100% 行動速度
減少 100% 行動速度
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
monster dropped item quantity +% [800]
monster dropped item rarity +% [1600]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [7500]
unique monster guarantee one rare [1]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
monster dropped item quantity +% [800]
monster dropped item rarity +% [1600]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [7500]
unique monster guarantee one rare [1]
Oloton, the Remorseless
| Spectre | N |
|---|---|
| Tags | 2HBluntMetal_onhit_audio, construct, 火焰, fire_affinity, humanoid, melee, not_dex, not_int, vaal, very_slow_movement |
生命
250%
+100%
抗性
傷害
281%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
7 ~ 16
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
250%
Model Size
140%
Type
BlackJawSTANDALONE
Metadata
BlackJawSTANDALONEExpedition
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GABlackJawSlam
CTS4BlackJaw
冷卻時間: 18 秒
action attack or cast time uses animation length [1]
EAABlackJawTripleSlam
冷卻時間: 16 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [30]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DTTBlackJawLeap
攻擊, 位移
幻步
Base Damage: 524–786
暴擊率: 5%
攻擊時間: 1.5 秒
冷卻時間: 10 秒
action attack or cast time uses animation length [1]
leap slam minimum distance [20]
spell maximum action distance +% [-45]
walk emerge extra distance [-15]
EASBlackJawFireBreathLacerate
冷卻時間: 16 秒
不能被冰緩
不能被冰凍
action attack or cast time uses animation length [1]
attack maximum action distance + [50]
skill cannot be knocked back [1]
skill cannot be stunned [1]
EASBlackJawFireBreathSpin
冷卻時間: 14 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
EASBlackJawFireBreathR
冷卻時間: 8 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-50]
EASBlackJawFireBreathL
冷卻時間: 8 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-50]
GTBlackJawTripleSlamCracks
可觸發
SOBlackJawSlamCrack
可觸發
EGBlackJawCrackDetonate
可觸發
EGBlackJawCrackDetonate2
可觸發
GSBlackJawFireLacerateL
GSBlackJawFireLacerateR
FaceLastTarget
面對最後目標
EGBlackJawBrasierBlaze
可觸發
MPSBlackjawFireball
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 5%
施放時間: 1 秒
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1082]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
use scaled contact offset [1]
GABlackJawSlamImpactCones
可觸發, 攻擊
Base Damage: 524–786
暴擊率: 5%
攻擊時間: 1.5 秒
is area damage [1]
monster penalty against minions damage +% final vs player minions [200]
GSBlackJawFireDonut
可觸發, 法術, 傷害
施放時間: 1 秒
is area damage [1]
monster penalty against minions damage +% final vs player minions [200]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
extends "Metadata/Monsters/BlackJawSuperunique/BlackjawBossExpeditionEncased"
Actor
{
basic_action = "ChangeToStance1"
}
StateMachine
{
define_shared_state =
"
weapon_health = 3;
out_of_breath = 1;
emerged;
death;
"
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBaseStandAlone"
extends "Metadata/Monsters/BlackJawSuperunique/BlackjawBossExpeditionEncased"
StateMachine
{
on_or_create_state_weapon_health_2 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
"
on_or_create_state_weapon_health_1 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shard_innerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
"
on_or_create_state_weapon_health_0 =
"
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shard_innerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Right_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shard_InnerShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Left_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Right_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeapon_Top_shardShape );
HideAttachedMeshSegments( BlackJawSuperuniqueWeaponBroken_lowerstoneShape );
"
on_state_out_of_breath_0 =
"
this.firebreath = AddAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao', firebreath );
firebreath.PlayAnimation( start );
firebreath.QueueAnimation( idle );
"
create_state_out_of_breath_0 =
"
this.firebreath = AddAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao', firebreath );
firebreath.PlayAnimation( idle );
"
on_state_out_of_breath_1 = "firebreath.PlayAnimation( end );"
on_or_create_state_death_1 = "HideMeshSegmentsBySubstring( Shape ); AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk', R_Weapon );"
}
Animated
{
on_emerge_statue_01 = "PlayTextAudio( BlackJaw_EmergeRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_fire_breath_spin_cleave_01 = "PlayTextAudio( BlackJaw_FireAxeRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_leap_slam_phase02_01 = "PlayTextAudio( BlackJaw_LeapSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
on_slam_phase01_01 =
"
Roll( 1, 4, { PlayTextAudio( BlackJaw_AxeSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' ); } );
"
on_slam_triple_phase01_01 = "PlayTextAudio( BlackJaw_TripleSlamRandom, 'Metadata/Monsters/BlackJawSuperunique/BlackJawMap' );"
}
Actor
{
on_effect_event_weapon_epk_for_EASBlackJawFireBreathSpin = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
on_effect_event_contact_ref_for_EASBlackJawFireBreathSpin = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
on_effect_end_or_destroy_EASBlackJawFireBreathSpin = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/fire_breath_spin_cleave_01/weapon_blade_glow.epk', 'Metadata/Monsters/BlackJawSuperunique/attachments/BlackJawSuperuniqueWeaponHeld.ao' );"
}
Life
{
on_death =
"
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/emerge_emissive_on.epk' );
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/epk/emissive_off.epk' );
"
}
Preload
{
preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BlackJawSuperUnique/ao/fire_breath.ao"
preload_animated_object = "Metadata/Monsters/BlackJawSuperunique/BlackJawSuperunique_break.ao"
preload_environment = "G3_6_1_boss"
}
Render
{
use_ao_lights = true
}
GlobalAudioParamEvents
{
player_in_range_param = "BlackjawInRange"
life_percent_param = "BlackjawLifePercentage"
range = 130
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/BlackJawSuperunique/BlackJawSTANDALONEExpedition"] = {
name = "Oloton, the Remorseless",
life = 2.5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2.81,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 16,
accuracy = 1,
weaponType1 = "Two Hand Mace",
skillList = {
"MeleeAtAnimationSpeedFire",
"MPSBlackjawFireball",
"FaceLastTarget",
"CTS4BlackJaw",
"GABlackJawSlam",
"GABlackJawTripleSlam1",
"GABlackJawTripleSlam2",
"GABlackJawTripleSlam3",
"GSBlackJawFireBreath",
"GABlackJawLeapImpact",
"GABlackJawLeapImpactMace",
"GABlackJawSlamFire",
"GSBlackJawFireLacerateL",
"GSBlackJawFireLacerateR",
"GABlackJawFireSpin",
"GABlackJawFireSpinRight",
"GSBlackJawCrackExplosion",
"GSBlackJawProjectileExplosion",
"GABlackJawSlamImpactCones",
"GSBlackJawFireDonut",
"EAABlackJawTripleSlam",
"EASBlackJawFireBreathLacerate",
"EASBlackJawFireBreathSpin",
"EASBlackJawFireBreathR",
"EASBlackJawFireBreathL",
"EGBlackJawCrackDetonate",
"EGBlackJawCrackDetonate2",
"EGBlackJawBrasierBlaze",
"SOBlackJawSlamCrack",
"GTBlackJawTripleSlamCracks",
"DTTBlackJawLeap",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"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] = {40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSBlackjawFireball"] = {
name = "MPSBlackjawFireball",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_projectile_variation",
"ignite_chance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
"maintain_projectile_direction_when_using_contact_position",
"base_deal_no_damage",
"projectile_ballistic_angle_from_reference_event",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1082, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["FaceLastTarget"] = {
name = "Face Last Target",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.01,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CTS4BlackJaw"] = {
name = "CTS4BlackJaw",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlam"] = {
name = "GABlackJawSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {10, 30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam1"] = {
name = "GABlackJawTripleSlam1",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam2"] = {
name = "GABlackJawTripleSlam2",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawTripleSlam3"] = {
name = "GABlackJawTripleSlam3",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {30, 200, baseMultiplier = 2.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireBreath"] = {
name = "GSBlackJawFireBreath",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"never_ignite",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawLeapImpact"] = {
name = "GABlackJawLeapImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {15, 200, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawLeapImpactMace"] = {
name = "GABlackJawLeapImpactMace",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {50, 15, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlamFire"] = {
name = "GABlackJawSlamFire",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {50, 15, 200, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireLacerateL"] = {
name = "GSBlackJawFireLacerateL",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {50, 20, 200, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireLacerateR"] = {
name = "GSBlackJawFireLacerateR",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {50, 20, 200, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawFireSpin"] = {
name = "GABlackJawFireSpin",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {50, 50, 200, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawFireSpinRight"] = {
name = "GABlackJawFireSpinRight",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_base_physical_damage_%_to_convert_to_fire",
"voll_slam_damage_+%_final_at_centre",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {50, 50, 200, baseMultiplier = 2.2, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawCrackExplosion"] = {
name = "GSBlackJawCrackExplosion",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawProjectileExplosion"] = {
name = "GSBlackJawProjectileExplosion",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
"base_is_projectile",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GABlackJawSlamImpactCones"] = {
name = "GABlackJawSlamImpactCones",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {200, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSBlackJawFireDonut"] = {
name = "GSBlackJawFireDonut",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 200, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EAABlackJawTripleSlam"] = {
name = "EAABlackJawTripleSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_interrupted",
"skill_cannot_be_stunned",
"skill_cannot_be_knocked_back",
},
levels = {
[1] = {30, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathLacerate"] = {
name = "EASBlackJawFireBreathLacerate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
"skill_cannot_be_knocked_back",
"skill_cannot_be_stunned",
"base_cannot_be_chilled",
"base_cannot_be_frozen",
},
levels = {
[1] = {50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathSpin"] = {
name = "EASBlackJawFireBreathSpin",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {20, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathR"] = {
name = "EASBlackJawFireBreathR",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASBlackJawFireBreathL"] = {
name = "EASBlackJawFireBreathL",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawCrackDetonate"] = {
name = "EGBlackJawCrackDetonate",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawCrackDetonate2"] = {
name = "EGBlackJawCrackDetonate2",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EGBlackJawBrasierBlaze"] = {
name = "EGBlackJawBrasierBlaze",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SOBlackJawSlamCrack"] = {
name = "SOBlackJawSlamCrack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTBlackJawTripleSlamCracks"] = {
name = "GTBlackJawTripleSlamCracks",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTBlackJawLeap"] = {
name = "Dash",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Movement] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
"leap_slam_minimum_distance",
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-15, 20, -45, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
stance movement speed +% final [270]
| Family | Stance |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | 速度 |
| Family | Nothing |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
減少 100% 行動速度
| Family | EncasedMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
i am boss of tier [2]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
| Family | MonsterActBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
monster dropped item quantity +% [800]
monster dropped item rarity +% [1600]
monster map key of at least same tier as current map drop chance % [25]
monster slain experience +% [7500]
unique monster guarantee one rare [1]
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
| key | val |
|---|---|
| Actor.basic_action | ChangeToStance1, ChangeToStance1 |
| StateMachine.define_shared_state | be_free; |
| StateMachine.define_shared_state = | |
| StateMachine." | , |
| StateMachine.weapon_health | 3; |
| StateMachine.out_of_breath | 1; |
| StateMachine.emerged; | |
| StateMachine.death; | |
| MinimapIcon.icon | ExpeditionPOI |
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.