IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
วิญญาณแมว
CategoryUndeadอันเดด
Spirit Of The Cat
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
พลังชีวิต
100%
ค่าต้านทาน
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
ความแม่นยำ
100%
Attack Distance
5 ~ 14
{เวลาโจมตี}
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedSpiritoftheCatVivid
เลเวล
68
พลังชีวิต
8,257
Damage
233
ความเสียหายเวท
233
ความแม่นยำ
2,502
{เวลาโจมตี}
1.5
ค่าประสบการณ์
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
HauntVivid
คูลดาวน์: 3 {วิ}
SpiritBurstVivid
active skill base area of effect radius [80]

Object Type

version 2
extends "Metadata/Monsters/TormentedSpirits/TormentedSpiritBase"

Stats
{
	// set_base_heavy_stun_duration_ms = REPLACE_WITH_HEAVY_STUN_ANIM_LENGTH
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheCatVivid"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Cat",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntVivid",
        "SpiritBurstVivid",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntVivid"] = {
    name = "HauntVivid",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpiritBurstVivid"] = {
    name = "SpiritBurstVivid",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
วิญญาณแมว
CategoryUndeadอันเดด
Spirit Of The Cat
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
พลังชีวิต
100%
ค่าต้านทาน
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
ความแม่นยำ
100%
Attack Distance
5 ~ 14
{เวลาโจมตี}
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
TormentedSpiritViper
Metadata
TormentedSpiritoftheCatVividViper
เลเวล
68
พลังชีวิต
8,257
Damage
233
ความเสียหายเวท
233
ความแม่นยำ
2,502
{เวลาโจมตี}
1.5
ค่าประสบการณ์
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
HauntVivid
คูลดาวน์: 3 {วิ}
SpiritBurstVivid
active skill base area of effect radius [80]

Object Type

version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"

StateMachine
{
	define_shared_state =
	"
		active;
		wisp_time;
	"
}

Actor
{
	basic_action = "DoNothing"
	basic_action = "MoveForced"
	basic_action = "FollowPath"
	basic_action = "ChangeToStance1"
}

Animated
{
	serialise_animation_progress = true
}

Pathfinding
{
	immobile = false
}

ControlZone
{}

Positioned
{
	object_size = 0
	blocking = false
}

Functions
{
	update_base_speed = "SetBaseSpeed( arg1 );"
}

Stats
{
	set_monster_no_drops_if_death_timer_expired = 1
	set_is_tormented_spirit = 1
	set_suppress_phasing_visual = 1
	set_cannot_be_tagged_by_sentinel = 1
	set_cannot_be_afflicted = 1
	set_base_phasing_without_visual = 1
}

Life
{
	corpse_usable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheCatVividViper"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Cat",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntVivid",
        "SpiritBurstVivid",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntVivid"] = {
    name = "HauntVivid",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpiritBurstVivid"] = {
    name = "SpiritBurstVivid",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
วิญญาณแมว
CategoryUndeadอันเดด
is rate limited daemon [1]
monster no drops or experience [1]
Spirit Of The Cat
Spectre
Tagsghost, medium_movement, Snap_onhit_audio, undead
พลังชีวิต
100%
ค่าต้านทาน
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
66%
ความแม่นยำ
100%
Attack Distance
6 ~ 14
{เวลาโจมตี}
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
TormentedSpiritDaemon
Metadata
TormentedSpiritoftheCatVividPossesedDaemon
เลเวล
68
พลังชีวิต
8,257
Damage
154
ความเสียหายเวท
154
ความแม่นยำ
2,502
{เวลาโจมตี}
1.5
ค่าประสบการณ์
28,634
Minion Life
6,930
Minion Damage
639
Minion Armour
2,413
GTSpiritOfTheCat
Spell, Triggerable, AttackInPlace
{เวลาร่าย}: 1 {วิ}
คูลดาวน์: 10 {วิ}
action attack or cast time uses animation length [1]
SSMSpiritOfTheCat
Spell, Multicastable, Triggerable, AttackInPlace
{เวลาร่าย}: 1 {วิ}
alternate minion [1100]
generic skill trigger id [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
TBSpiritOfTheCat
Spell, Triggerable, Attack, Damage, AttackInPlace
Base Damage: 123185
{เวลาร่าย}: 1 {วิ}
{เวลาโจมตี}: 1.5 {วิ}
generic skill trigger skills with id [1]

Object Type

version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Stats
{
	is_hidden_monster = 0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheCatVividPossesedDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Cat",
    life = 1,
    damage = 0.66,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "SSMSpiritOfTheCat",
        "TBSpiritOfTheCat",
        "GTSpiritOfTheCat",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMSpiritOfTheCat"] = {
    name = "SSMSpiritOfTheCat",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "generic_skill_trigger_id",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 1100, -99, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TBSpiritOfTheCat"] = {
    name = "TBSpiritOfTheCat",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "generic_skill_trigger_skills_with_id",
    },
    levels = {
        [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSpiritOfTheCat"] = {
    name = "GTSpiritOfTheCat",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
is rate limited daemon [1]
FamilyRateLimitedDaemon
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • วิญญาณแมว
    CategoryUndeadอันเดด
    is rate limited daemon [1]
    monster no drops or experience [1]
    Spirit Of The Cat
    Spectre
    Tagsghost, medium_movement, Snap_onhit_audio, undead
    พลังชีวิต
    100%
    ค่าต้านทาน
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    66%
    ความแม่นยำ
    100%
    Attack Distance
    6 ~ 14
    {เวลาโจมตี}
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    TormentedSpiritDaemonPlayer
    Metadata
    TormentedSpiritoftheCatVividPossesedDaemonPlayer
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    8,257
    Damage
    154
    ความเสียหายเวท
    154
    ความแม่นยำ
    2,502
    {เวลาโจมตี}
    1
    ค่าประสบการณ์
    28,634
    Minion Life
    6,930
    Minion Damage
    639
    Minion Armour
    2,413
    GTSpiritOfTheCatPlayer
    Spell, Triggerable, AttackInPlace
    {เวลาร่าย}: 1 {วิ}
    คูลดาวน์: 10 {วิ}
    action attack or cast time uses animation length [1]
    SSMSpiritOfTheCatPlayer
    Spell, Multicastable, Triggerable, AttackInPlace
    {เวลาร่าย}: 1 {วิ}
    alternate minion [1137]
    generic skill trigger id [1]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    TBSpiritOfTheCatPlayer
    Spell, Triggerable, Attack, Damage, AttackInPlace
    Base Damage: 123185
    {เวลาร่าย}: 1 {วิ}
    {เวลาโจมตี}: 1 {วิ}
    generic skill trigger skills with id [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheCatVividPossesedDaemonPlayer"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Spirit Of The Cat",
        life = 1,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "SSMSpiritOfTheCatPlayer",
            "TBSpiritOfTheCatPlayer",
            "GTSpiritOfTheCatPlayer",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMSpiritOfTheCatPlayer"] = {
        name = "SSMSpiritOfTheCatPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "generic_skill_trigger_id",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 1137, -99, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBSpiritOfTheCatPlayer"] = {
        name = "TBSpiritOfTheCatPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "generic_skill_trigger_skills_with_id",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSpiritOfTheCatPlayer"] = {
        name = "GTSpiritOfTheCatPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    is rate limited daemon [1]
    FamilyRateLimitedDaemon
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • วิญญาณแมว
    CategoryUndeadอันเดด
    Spirit Of The Cat
    Spectre
    Tagsbeast, ghost, medium_movement, Snap_onhit_audio, undead
    พลังชีวิต
    100%
    ค่าต้านทาน
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    ความแม่นยำ
    100%
    Attack Distance
    6 ~ 14
    {เวลาโจมตี}
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    SpiritOfTheCat
    Metadata
    SpiritOfTheCat
    เลเวล
    68
    พลังชีวิต
    8,257
    Damage
    233
    ความเสียหายเวท
    233
    ความแม่นยำ
    2,502
    {เวลาโจมตี}
    1.5
    ค่าประสบการณ์
    28,634
    Minion Life
    6,930
    Minion Damage
    969
    Minion Armour
    2,413
    TCSpiritOfTheCat
    Attack, Melee, MeleeSingleTarget, Movement, Travel, AttackInPlace
    โต๊ะพุ่งชน
    Base Damage: 186280
    ความเสียหายโจมตี: 0%
    {เวลาโจมตี}: 1.5 {วิ}
    ชาร์จเข้าหาศัตรู ทุบด้วยโล่ของตัวละครพร้อมกับจู่โจมด้วย อาวุธประชิด ทำให้ศัตรูที่ขวางทางสตันและกระเด็น ความเสียหายและการทำให้สตันเป็นสัดส่วนกับระยะทางที่เคลื่อนที่ สกิลนี้ไม่สามารถเสริมด้วย Multistrike ได้
    สร้างความเสียหาย โจมตี ลดลง อีก 100%
    ignores proximity shield [1]
    is area damage [1]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    iconshieldcharge
    DTTSpiritOfTheCat
    Spell, Movement, AttackInPlace
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย โจมตี ลดลง อีก 100%
    action attack or cast time uses animation length [1]
    leap slam minimum distance [55]
    skill maximum travel distance [60]
    spell maximum action distance +% [-50]
    walk emerge extra distance [0]
    GASpiritOfTheCatDTT
    Triggerable, Attack, AttackInPlace
    Base Damage: 186280
    ความเสียหายโจมตี: 235%
    {เวลาโจมตี}: 1.5 {วิ}
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 135%
    สร้างสถานะ ขาหัก เมื่อปะทะ
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/TormentedSpirits/SpiritFadeIn"
    
    Stats
    {
    	is_hidden_monster = 1
    }
    
    StateMachine
    {
    	define_shared_state = "pounce_time;"
    }
    
    Stats
    {
    	// set_base_heavy_stun_duration_ms = REPLACE_WITH_HEAVY_STUN_ANIM_LENGTH
    	
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TormentedSpirits/Cat/SpiritOfTheCat"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Spirit Of The Cat",
        life = 1,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "GASpiritOfTheCatDTT",
            "DTTSpiritOfTheCat",
            "TCSpiritOfTheCat",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASpiritOfTheCatDTT"] = {
        name = "GASpiritOfTheCatDTT",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "maim_on_hit_%",
            "is_area_damage",
        },
        levels = {
            [1] = {100, baseMultiplier = 2.35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTSpiritOfTheCat"] = {
        name = "DTTSpiritOfTheCat",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "skill_maximum_travel_distance",
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0, 55, 60, -50, baseMultiplier = 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCSpiritOfTheCat"] = {
        name = "Table Charge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {baseMultiplier = 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    keyval
    StateMachine.define_shared_statefade, pounce_time;
    วิญญาณแมว
    CategoryUndeadอันเดด
    Spirit Of The Cat
    Spectre
    Tagsbeast, ghost, medium_movement, Snap_onhit_audio, undead
    พลังชีวิต
    100%
    ค่าต้านทาน
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    100%
    ความแม่นยำ
    100%
    Attack Distance
    6 ~ 14
    {เวลาโจมตี}
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    SpiritOfTheCatPlayer
    Metadata
    SpiritOfTheCatPlayer
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    8,257
    Damage
    233
    ความเสียหายเวท
    233
    ความแม่นยำ
    2,502
    {เวลาโจมตี}
    1
    ค่าประสบการณ์
    28,634
    Minion Life
    6,930
    Minion Damage
    969
    Minion Armour
    2,413
    TCSpiritOfTheCat
    Attack, Melee, MeleeSingleTarget, Movement, Travel, AttackInPlace
    โต๊ะพุ่งชน
    Base Damage: 186280
    ความเสียหายโจมตี: 0%
    {เวลาโจมตี}: 1 {วิ}
    ชาร์จเข้าหาศัตรู ทุบด้วยโล่ของตัวละครพร้อมกับจู่โจมด้วย อาวุธประชิด ทำให้ศัตรูที่ขวางทางสตันและกระเด็น ความเสียหายและการทำให้สตันเป็นสัดส่วนกับระยะทางที่เคลื่อนที่ สกิลนี้ไม่สามารถเสริมด้วย Multistrike ได้
    สร้างความเสียหาย โจมตี ลดลง อีก 100%
    ignores proximity shield [1]
    is area damage [1]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    iconshieldcharge
    DTTSpiritOfTheCat
    Spell, Movement, AttackInPlace
    {เวลาร่าย}: 1 {วิ}
    สร้างความเสียหาย โจมตี ลดลง อีก 100%
    action attack or cast time uses animation length [1]
    leap slam minimum distance [55]
    skill maximum travel distance [60]
    spell maximum action distance +% [-50]
    walk emerge extra distance [0]
    GASpiritOfTheCatDTTPlayer
    Triggerable, Attack, AttackInPlace
    Base Damage: 186280
    ความเสียหายโจมตี: 750%
    {เวลาโจมตี}: 1 {วิ}
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 650%
    สร้างสถานะ ขาหัก เมื่อปะทะ
    is area damage [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TormentedSpirits/Cat/SpiritOfTheCatPlayer"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Spirit Of The Cat",
        life = 1,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "GASpiritOfTheCatDTTPlayer",
            "DTTSpiritOfTheCat",
            "TCSpiritOfTheCat",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASpiritOfTheCatDTTPlayer"] = {
        name = "GASpiritOfTheCatDTTPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "maim_on_hit_%",
            "is_area_damage",
        },
        levels = {
            [1] = {100, baseMultiplier = 7.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTSpiritOfTheCat"] = {
        name = "DTTSpiritOfTheCat",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "skill_maximum_travel_distance",
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0, 55, 60, -50, baseMultiplier = 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TCSpiritOfTheCat"] = {
        name = "Table Charge",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {baseMultiplier = 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    SpiritOfTheCatPossessedPlayer Ref /0
    วิญญาณแมว
    ผู้เล่นที่ถูก วิญญาณแมว เข้าสิง มีอัตราการหลบหลีก เพิ่มขึ้น 60%, มีโอกาสปะทะคริติคอล เพิ่มขึ้น 100%, มีความเร็วในการใช้สกิล เพิ่มขึ้น 30% และมีความเร็วในการเคลื่อนที่ เพิ่มขึ้น 15%
    นอกจากนี้ผู้เล่นจะอัญเชิญแมวฝูงหนึ่งที่คอยทำลายล้างออกมาเป็นระยะอีกด้วย
    Edit

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