칼날이빨
야수
공격 속도 40% 증가
물리 피해의 100%를 화염 피해로 전환
항상 점화 유발
사망 시 용암 지대 생성
monster ground effect on death base duration ms [12000]
monster ground fire on death base area of effect radius [32]
떨어지는 아이템 수량 300% 증가
떨어지는 아이템 희귀도 800% 증가
명중 시 적이 50%의 확률로 인화성 저주에 걸림
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Bladetooth
SpectreN
End Game최대 생명력 50% 증가
Tagsanimal_claw_weapon, beast, 시전, chaos_affinity, cursing_monster, feline_beast, has_dagger, has_one_handed_melee, invasion_boss, large_model, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood
생명력
220%
방어구
+10%
회피
+10%
Ailment Threshold
220%
저항
30 30 30 20
Damage
196%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
130%
Type
LionBossInvasion
Metadata
LionBossInvasion
레벨
68
생명력
14,153
방어구
31,669
회피
5,213
에너지 보호막
0
Damage
732
주문 피해
732
정확도
290
Attack Time
1.5
경험치
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 586–879
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterFlammabilityInvasion
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
인화성
시전 속도: 0.5 초
범위 내 모든 대상에게 저주를 걸어 화염 저항을 낮춥니다. 저주 상태에서 피격되는 적은 일정 확률로 점화됩니다.
기본 지속시간 5
저주받은 적의 화염 저항 -40%
저주받은 적 명중 시 점화 확률 +25%
active skill area of effect radius +% final [9]
MonsterGroundCausticInvasion
Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
치명타 확률: 5%
시전 속도: 1 초
125.9~167.9 카오스 피해
1초마다 233.1의 기본 카오스 피해를 줌
기본 지속시간 7.5
active skill area of effect radius +% final [33]
ground caustic art variation [2]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-80]
MonsterEnduringCry
Buff, Area, Duration, Warcry, Cooldown
인내의 함성
재사용 대기시간: 8 초
함성을 질러 주변의 모든 적을 도발해 시전자를 공격하게 하고, 인내 충전을 부여합니다. 잠시 생명력 재생 효과를 제공하고, 시전자의 인내 충전에 따라 저항 증가 및 물리 피해 감소 효과가 있는 버프를 부여합니다.
기본 지속시간 1
1초마다 생명력의 10% 재생
인내 충전 2개 추가 부여
ImmortalCallOak
Spell, Buff, Duration, Totemable, Triggerable, Physical, Instant, Cooldown
불멸의 외침
시전 속도: 0.85 초
인내 충전을 사용하여 잠시 동안 물리 피해 면역상태가 됩니다. 소모된 인내 충전의 수에 따라 지속시간이 증가합니다.
기본 지속시간 1
인내 충전을 소모할 때마다 기본 지속시간 +0.8초 증가

Object Type

version 2
extends "Metadata/Monsters/Lion/Lion"

Object Type Codes

version 2
extends "Metadata/Monsters/Lion/Lion"

Life
{
	on_defeat = "RemoveEffects( );"
	on_spawned_dead = "RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Lion/LionBossInvasion"] = {
    name = "Bladetooth",
    life = 2.2,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.96,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "MonsterEnduringCry",
        "ImmortalCallOak",
        "Melee",
        "MonsterGroundCausticInvasion",
        "MonsterFlammabilityInvasion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterEnduringCry"] = {
    name = "Enduring Cry",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Performs a warcry, taunting all nearby enemies to attack the user and granting endurance charges. Gives a brief burst of life regeneration, as well as a buff which grants resistances and physical damage reduction based on your endurance charges.",
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Warcry] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "enduring_cry_grants_x_additional_endurance_charges",
        "base_skill_effect_duration",
        "life_regeneration_rate_per_minute_%",
    },
    levels = {
        [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {},  cost = { }, },
        [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {},  cost = { }, },
        [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {},  cost = { }, },
        [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {},  cost = { }, },
        [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {},  cost = { }, },
        [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {},  cost = { }, },
        [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {},  cost = { }, },
        [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {},  cost = { }, },
        [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {},  cost = { }, },
        [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {},  cost = { }, },
        [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {},  cost = { }, },
        [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {},  cost = { }, },
        [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {},  cost = { }, },
        [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {},  cost = { }, },
        [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {},  cost = { }, },
        [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {},  cost = { }, },
        [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {},  cost = { }, },
        [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {},  cost = { }, },
        [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {},  cost = { }, },
        [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {},  cost = { }, },
        [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {},  cost = { }, },
        [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {},  cost = { }, },
        [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {},  cost = { }, },
        [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {},  cost = { }, },
        [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {},  cost = { }, },
        [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ImmortalCallOak"] = {
    name = "Immortal Call",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Discharges Endurance Charges, making the character invulnerable to physical damage for a short time, proportional to how many endurance charges were expended.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Physical] = true,
        [SkillType.Instant] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_buff_duration_ms_+_per_removable_endurance_charge",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {500, 1000, levelRequirement = 19, statInterpolation = {1},  cost = { }, },
        [2] = {600, 1000, levelRequirement = 35, statInterpolation = {1},  cost = { }, },
        [3] = {700, 1000, levelRequirement = 46, statInterpolation = {1},  cost = { }, },
        [4] = {800, 1000, levelRequirement = 61, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterGroundCausticInvasion"] = {
    name = "MonsterGroundCausticInvasion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "base_chaos_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "ground_caustic_art_variation",
        "is_area_damage",
    },
    levels = {
        [1] = {0.30000001192093, 0.40000000596046, 1, 2500, -80, -25, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [2] = {0.30000001192093, 0.40000000596046, 1.5, 5000, -80, -25, 2, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [3] = {0.30000001192093, 0.40000000596046, 2, 7500, 0, 33, -80, -25, 2, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFlammabilityInvasion"] = {
    name = "Flammability",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_fire_damage_resistance_%",
        "chance_to_be_ignited_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {5000, -40, 25, 9, levelRequirement = 60, statInterpolation = {},  cost = { }, },
    },
}
공격 속도 40% 증가
IdMonsterImplicitFastAttack1
FamilyIncreasedAttackSpeed
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • attack speed +% Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    물리 피해의 100%를 화염 피해로 전환
    IdMonsterConvertToFireDamageBurningMenace
    FamilyFireDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    항상 점화 유발
    IdMonsterChanceToIgniteBurningMenace
    FamilyMonsterChanceToIgnite
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base chance to ignite % Min: 100 Max: 100 Global
  • Craft Tagselemental fire ailment
    사망 시 용암 지대 생성
    monster ground effect on death base duration ms [12000]
    monster ground fire on death base area of effect radius [32]
    IdMonsterGroundFireOnDeathBurningMenace
    FamilyMonsterEffectOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 12000 Max: 12000 Global
  • monster ground fire on death base area of effect radius Min: 32 Max: 32 Global
  • monster ground fire on death % max damage to deal per minute Min: 1000 Max: 1000 Global
  • Craft Tagselemental_damage damage elemental fire
    떨어지는 아이템 수량 300% 증가
    떨어지는 아이템 희귀도 800% 증가
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • 명중 시 적이 50%의 확률로 인화성 저주에 걸림
    IdMonsterChanceToFlammabilityOnHit1
    FamilyMonsterChanceToFlammabilityOnHit
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • curse on hit % flammability Min: 50 Max: 50 Global
  • Craft Tagscaster curse
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    칼날이빨
    야수
    지역: InvasionBoss
    과: 야생
    공격 속도 40% 증가
    물리 피해의 100%를 화염 피해로 전환
    항상 점화 유발
    사망 시 용암 지대 생성
    monster ground effect on death base duration ms [12000]
    monster ground fire on death base area of effect radius [32]
    떨어지는 아이템 수량 300% 증가
    떨어지는 아이템 희귀도 800% 증가
    명중 시 적이 50%의 확률로 인화성 저주에 걸림
    monster no map drops [1]
    monster is invasion boss [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Bladetooth
    SpectreN
    AreaInvasionBoss
    End Game최대 생명력 50% 증가
    Tagsanimal_claw_weapon, beast, 시전, chaos_affinity, cursing_monster, feline_beast, has_dagger, has_one_handed_melee, invasion_boss, large_model, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood
    Packs
  • InvasionBoss: 칼날이빨, 화염 헬리온
  • 생명력
    220%
    방어구
    +10%
    회피
    +10%
    Ailment Threshold
    220%
    저항
    30 30 30 20
    Damage
    196%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    130%
    Type
    LionBossInvasion
    Metadata
    LionBossInvasion_
    레벨
    68
    생명력
    14,153
    방어구
    31,669
    회피
    5,213
    에너지 보호막
    0
    Damage
    732
    주문 피해
    732
    정확도
    290
    Attack Time
    1.5
    경험치
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 586–879
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterFlammabilityInvasion
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    인화성
    시전 속도: 0.5 초
    범위 내 모든 대상에게 저주를 걸어 화염 저항을 낮춥니다. 저주 상태에서 피격되는 적은 일정 확률로 점화됩니다.
    기본 지속시간 5
    저주받은 적의 화염 저항 -40%
    저주받은 적 명중 시 점화 확률 +25%
    active skill area of effect radius +% final [9]
    MonsterGroundCausticInvasion
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
    치명타 확률: 5%
    시전 속도: 1 초
    125.9~167.9 카오스 피해
    1초마다 233.1의 기본 카오스 피해를 줌
    기본 지속시간 7.5
    active skill area of effect radius +% final [33]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]
    MonsterEnduringCry
    Buff, Area, Duration, Warcry, Cooldown
    인내의 함성
    재사용 대기시간: 8 초
    함성을 질러 주변의 모든 적을 도발해 시전자를 공격하게 하고, 인내 충전을 부여합니다. 잠시 생명력 재생 효과를 제공하고, 시전자의 인내 충전에 따라 저항 증가 및 물리 피해 감소 효과가 있는 버프를 부여합니다.
    기본 지속시간 1
    1초마다 생명력의 10% 재생
    인내 충전 2개 추가 부여
    ImmortalCallOak
    Spell, Buff, Duration, Totemable, Triggerable, Physical, Instant, Cooldown
    불멸의 외침
    시전 속도: 0.85 초
    인내 충전을 사용하여 잠시 동안 물리 피해 면역상태가 됩니다. 소모된 인내 충전의 수에 따라 지속시간이 증가합니다.
    기본 지속시간 1
    인내 충전을 소모할 때마다 기본 지속시간 +0.8초 증가

    Object Type

    version 2
    extends "Metadata/Monsters/Lion/Lion"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Lion/Lion"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao"
    }
    
    Life
    {
    	on_defeat = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Animated
    {
    	on_event_death_fire_for_death1 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao, 0, 1.0, inherit, 0, inherit );"
    	on_event_death_fire_for_death2 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/hellion/burned/rig.ao, 1, 1.0, inherit, 0, inherit );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Hellion/LionBossInvasion_"] = {
        name = "Bladetooth",
        life = 2.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.96,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MonsterEnduringCry",
            "ImmortalCallOak",
            "Melee",
            "MonsterGroundCausticInvasion",
            "MonsterFlammabilityInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEnduringCry"] = {
        name = "Enduring Cry",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs a warcry, taunting all nearby enemies to attack the user and granting endurance charges. Gives a brief burst of life regeneration, as well as a buff which grants resistances and physical damage reduction based on your endurance charges.",
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Warcry] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "enduring_cry_grants_x_additional_endurance_charges",
            "base_skill_effect_duration",
            "life_regeneration_rate_per_minute_%",
        },
        levels = {
            [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {},  cost = { }, },
            [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {},  cost = { }, },
            [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {},  cost = { }, },
            [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {},  cost = { }, },
            [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {},  cost = { }, },
            [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {},  cost = { }, },
            [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {},  cost = { }, },
            [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {},  cost = { }, },
            [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {},  cost = { }, },
            [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {},  cost = { }, },
            [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {},  cost = { }, },
            [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {},  cost = { }, },
            [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {},  cost = { }, },
            [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {},  cost = { }, },
            [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {},  cost = { }, },
            [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {},  cost = { }, },
            [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ImmortalCallOak"] = {
        name = "Immortal Call",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Discharges Endurance Charges, making the character invulnerable to physical damage for a short time, proportional to how many endurance charges were expended.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Instant] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_buff_duration_ms_+_per_removable_endurance_charge",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, 1000, levelRequirement = 19, statInterpolation = {1},  cost = { }, },
            [2] = {600, 1000, levelRequirement = 35, statInterpolation = {1},  cost = { }, },
            [3] = {700, 1000, levelRequirement = 46, statInterpolation = {1},  cost = { }, },
            [4] = {800, 1000, levelRequirement = 61, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGroundCausticInvasion"] = {
        name = "MonsterGroundCausticInvasion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {0.30000001192093, 0.40000000596046, 1, 2500, -80, -25, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {0.30000001192093, 0.40000000596046, 1.5, 5000, -80, -25, 2, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.30000001192093, 0.40000000596046, 2, 7500, 0, 33, -80, -25, 2, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFlammabilityInvasion"] = {
        name = "Flammability",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_fire_damage_resistance_%",
            "chance_to_be_ignited_%",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {5000, -40, 25, 9, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    
    공격 속도 40% 증가
    IdMonsterImplicitFastAttack1
    FamilyIncreasedAttackSpeed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • attack speed +% Min: 40 Max: 40 Global
  • Craft Tagsattack speed
    물리 피해의 100%를 화염 피해로 전환
    IdMonsterConvertToFireDamageBurningMenace
    FamilyFireDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    항상 점화 유발
    IdMonsterChanceToIgniteBurningMenace
    FamilyMonsterChanceToIgnite
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base chance to ignite % Min: 100 Max: 100 Global
  • Craft Tagselemental fire ailment
    사망 시 용암 지대 생성
    monster ground effect on death base duration ms [12000]
    monster ground fire on death base area of effect radius [32]
    IdMonsterGroundFireOnDeathBurningMenace
    FamilyMonsterEffectOnDeath
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 12000 Max: 12000 Global
  • monster ground fire on death base area of effect radius Min: 32 Max: 32 Global
  • monster ground fire on death % max damage to deal per minute Min: 1000 Max: 1000 Global
  • Craft Tagselemental_damage damage elemental fire
    떨어지는 아이템 수량 300% 증가
    떨어지는 아이템 희귀도 800% 증가
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • 명중 시 적이 50%의 확률로 인화성 저주에 걸림
    IdMonsterChanceToFlammabilityOnHit1
    FamilyMonsterChanceToFlammabilityOnHit
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • curse on hit % flammability Min: 50 Max: 50 Global
  • Craft Tagscaster curse
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.