IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Esprit de l'Ours
CategoryUndeadMort-vivant
Spirit Of The Bear
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
Vie
100%
Résistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
Précision
100%
Attack Distance
5 ~ 14
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedSpiritoftheBearWild
Niveau
68
Vie
8,257
2,413
Damage
233
Dégâts des sorts
233
Précision
2,502
Temps d'attaque
1.5
Expérience
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
HauntWild
Temps de recharge: 3 sec.
SpiritBurstWild
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/TormentedSpiritoftheBearWild"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Bear",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntWild",
        "SpiritBurstWild",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntWild"] = {
    name = "HauntWild",
    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["SpiritBurstWild"] = {
    name = "SpiritBurstWild",
    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 = { }, },
    },
}
Esprit de l'Ours
CategoryUndeadMort-vivant
Spirit Of The Bear
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
Vie
100%
Résistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
Précision
100%
Attack Distance
5 ~ 14
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
TormentedSpiritViper
Metadata
TormentedSpiritoftheBearWildViper
Niveau
68
Vie
8,257
2,413
Damage
233
Dégâts des sorts
233
Précision
2,502
Temps d'attaque
1.5
Expérience
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
HauntWild
Temps de recharge: 3 sec.
SpiritBurstWild
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/TormentedSpiritoftheBearWildViper"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Bear",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntWild",
        "SpiritBurstWild",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntWild"] = {
    name = "HauntWild",
    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["SpiritBurstWild"] = {
    name = "SpiritBurstWild",
    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 = { }, },
    },
}
Esprit de l'Ours
CategoryUndeadMort-vivant
Spirit Of The Bear
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
Vie
100%
Résistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
Précision
100%
Attack Distance
6 ~ 50
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
BearSpirit
Metadata
TormentedSpiritBearProxySlam_
Niveau
68
Vie
8,257
2,413
Damage
233
Dégâts des sorts
233
Précision
2,502
Temps d'attaque
1.5
Expérience
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
EAATormentedSpiritoftheBearSlam
Attack
Base Damage: 186280
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
Temps de recharge: 7 sec.
action attack or cast time uses animation length [1]
GATormentedSpiritoftheBearSlam
Triggerable, Attack, AttackInPlace
Base Damage: 186280
Chances de Touche critique: 5%
Dégâts d'Attaque: 190%
Temps d'attaque: 1.5 sec.
90% Davantage de Dégâts d'Attaque
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [20]
GATormentedSpiritoftheBearSunder
Triggerable, Attack, AttackInPlace
Base Damage: 186280
Chances de Touche critique: 5%
Temps d'attaque: 1.5 sec.
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [150]
voll slam damage +% final at centre [50]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/TormentedSpirits/SpiritFadeIn"

Stats
{
	is_hidden_monster = 1
}

StateMachine
{
	define_shared_state = "render"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritBearProxySlam_"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Bear",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 50,
    accuracy = 1,
    skillList = {
        "GATormentedSpiritoftheBearSlam",
        "GATormentedSpiritoftheBearSunder",
        "EAATormentedSpiritoftheBearSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GATormentedSpiritoftheBearSlam"] = {
    name = "GATormentedSpiritoftheBearSlam",
    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 = {
        "voll_slam_damage_+%_final_at_centre",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {20, 150, baseMultiplier = 1.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GATormentedSpiritoftheBearSunder"] = {
    name = "GATormentedSpiritoftheBearSunder",
    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 = {
        "voll_slam_damage_+%_final_at_centre",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "base_skill_can_be_blocked",
        "base_skill_can_be_avoided_by_dodge_roll",
    },
    levels = {
        [1] = {50, 150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAATormentedSpiritoftheBearSlam"] = {
    name = "EAATormentedSpiritoftheBearSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Esprit de l'Ours
CategoryUndeadMort-vivant
Spirit Of The Bear
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
Vie
100%
Résistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
Précision
100%
Attack Distance
6 ~ 50
Temps d'attaque
1 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
BearSpiritPlayer
Metadata
TormentedSpiritBearProxySlamPlayer
IsSummoned
Y
Niveau
68
Vie
8,257
2,413
Damage
233
Dégâts des sorts
233
Précision
2,502
Temps d'attaque
1
Expérience
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
EAATormentedSpiritoftheBearSlam
Attack
Base Damage: 186280
Chances de Touche critique: 5%
Temps d'attaque: 1 sec.
Temps de recharge: 7 sec.
action attack or cast time uses animation length [1]
GATormentedSpiritoftheBearSlamPlayer
Triggerable, Attack, AttackInPlace
Base Damage: 186280
Chances de Touche critique: 5%
Dégâts d'Attaque: 700%
Temps d'attaque: 1 sec.
600% Davantage de Dégâts d'Attaque
is area damage [1]
voll slam damage +% final at centre [20]
GATormentedSpiritoftheBearSunderPlayer
Triggerable, Attack, AttackInPlace
Base Damage: 186280
Chances de Touche critique: 5%
Dégâts d'Attaque: 700%
Temps d'attaque: 1 sec.
600% Davantage de Dégâts d'Attaque
is area damage [1]
voll slam damage +% final at centre [50]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritBearProxySlamPlayer"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Bear",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 50,
    accuracy = 1,
    skillList = {
        "GATormentedSpiritoftheBearSlamPlayer",
        "GATormentedSpiritoftheBearSunderPlayer",
        "EAATormentedSpiritoftheBearSlam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GATormentedSpiritoftheBearSlamPlayer"] = {
    name = "GATormentedSpiritoftheBearSlamPlayer",
    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 = {
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
    },
    levels = {
        [1] = {20, baseMultiplier = 7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GATormentedSpiritoftheBearSunderPlayer"] = {
    name = "GATormentedSpiritoftheBearSunderPlayer",
    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 = {
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
    },
    levels = {
        [1] = {50, baseMultiplier = 7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAATormentedSpiritoftheBearSlam"] = {
    name = "EAATormentedSpiritoftheBearSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Esprit de l'Ours
CategoryUndeadMort-vivant
is rate limited daemon [1]
monster no drops or experience [1]
Spirit Of The Bear
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
Vie
100%
Résistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
66%
Précision
100%
Attack Distance
6 ~ 14
Temps d'attaque
1.5 Second
Damage Spread
±20%
Expérience
100%
Model Size
100%
Type
TormentedSpiritDaemon
Metadata
TormentedSpiritoftheBearWildPossesedDaemon
Niveau
68
Vie
8,257
2,413
Damage
154
Dégâts des sorts
154
Précision
2,502
Temps d'attaque
1.5
Expérience
28,634
Minion Life
6,930
Minion Damage
639
Minion Armour
2,413
GTBearSpiritSummon
Spell, Triggerable, AttackInPlace
Temps d'incantation: 1 sec.
Temps de recharge: 8.5 sec.
action attack or cast time uses animation length [1]
TBBearSpiritSummon
Spell, Triggerable, Attack, Damage, AttackInPlace
Base Damage: 123185
Temps d'incantation: 1 sec.
Temps d'attaque: 1.5 sec.
generic skill trigger skills with id [1]
SSMBearSpiritSummon
Spell, Multicastable, Triggerable, AttackInPlace
Temps d'incantation: 1 sec.
alternate minion [1097]
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]

Object Type

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

Stats
{
	is_hidden_monster = 0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheBearWildPossesedDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Bear",
    life = 1,
    damage = 0.66,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "SSMBearSpiritSummon",
        "TBBearSpiritSummon",
        "GTBearSpiritSummon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SSMBearSpiritSummon"] = {
    name = "SSMBearSpiritSummon",
    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, 1097, -99, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TBBearSpiritSummon"] = {
    name = "TBBearSpiritSummon",
    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["GTBearSpiritSummon"] = {
    name = "GTBearSpiritSummon",
    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)
GenerationTypeUnique (3)
Req. level1
Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • Esprit de l'Ours
    CategoryUndeadMort-vivant
    is rate limited daemon [1]
    monster no drops or experience [1]
    Spirit Of The Bear
    Spectre
    Tagsghost, medium_movement, Unarmed_onhit_audio, undead
    Vie
    100%
    Résistance
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    66%
    Précision
    100%
    Attack Distance
    6 ~ 14
    Temps d'attaque
    1 Second
    Damage Spread
    ±20%
    Expérience
    100%
    Model Size
    100%
    Type
    TormentedSpiritDaemonPlayer
    Metadata
    TormentedSpiritoftheBearWildPossesedDaemonPlayer_
    IsSummoned
    Y
    Niveau
    68
    Vie
    8,257
    2,413
    Damage
    154
    Dégâts des sorts
    154
    Précision
    2,502
    Temps d'attaque
    1
    Expérience
    28,634
    Minion Life
    6,930
    Minion Damage
    639
    Minion Armour
    2,413
    GTBearSpiritSummonPlayer
    Spell, Triggerable, AttackInPlace
    Temps d'incantation: 1 sec.
    Temps de recharge: 8.5 sec.
    action attack or cast time uses animation length [1]
    TBBearSpiritSummonPlayer
    Spell, Triggerable, Attack, Damage, AttackInPlace
    Base Damage: 123185
    Temps d'incantation: 1 sec.
    Temps d'attaque: 1 sec.
    generic skill trigger skills with id [1]
    SSMBearSpiritSummonPlayer
    Spell, Multicastable, Triggerable, AttackInPlace
    Temps d'incantation: 1 sec.
    alternate minion [1134]
    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]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheBearWildPossesedDaemonPlayer_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Spirit Of The Bear",
        life = 1,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "SSMBearSpiritSummonPlayer",
            "TBBearSpiritSummonPlayer",
            "GTBearSpiritSummonPlayer",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMBearSpiritSummonPlayer"] = {
        name = "SSMBearSpiritSummonPlayer",
        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, 1134, -99, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBBearSpiritSummonPlayer"] = {
        name = "TBBearSpiritSummonPlayer",
        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["GTBearSpiritSummonPlayer"] = {
        name = "GTBearSpiritSummonPlayer",
        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)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • SpiritOfTheBearPossessedPlayer Ref /0
    Esprit de l'Ours
    Les joueurs possédés par l'Esprit de l'Ours ont 20% d'augmentation de la Vie maximale, 60% d'augmentation de Seuil d'Étourdissement, 60% d'augmentation d'Accumulation d'Étourdissement et 20% de réduction des dégâts subis.
    Les joueurs invoquent également périodiquement un Ours spirituel qui utilises des attaques de fracas.
    Edit

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