Rhoa béni par l'Ancien
Surnaturel
Groupe: Rapaces
Famille: Sables
visual attached elder tentacles [1]
30% d'Augmentation de Dégâts
40% d'Augmentation de la Vitesse d'attaque
40% d'Augmentation de la Vitesse de déplacement
25% de Réduction des Dégâts subis
Elder-Blessed Rhoa
SpectreN
Tagsanimal_claw_weapon, avian_beast, beast, eldritch, has_claw, has_one_handed_melee, light_armour, melee, no_legacy_of_zeal, not_dex, not_int, physical_affinity, red_blood, slow_movement, small_height
Packs
  • Portail du vide, Infernaire béni par l'Ancien, Homme-bouc béni par l'Ancien, Cobra béni par l'Ancien, Rhoa béni par l'Ancien
  • Vie
    70%
    Armure
    +25%
    Ailment Threshold
    70%
    Résistance
    0 40 0 0
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Expérience
    120%
    Model Size
    115%
    Type
    Rhoa
    Metadata
    RhoaTentacles
    Niveau
    68
    Vie
    4,503
    Armure
    35,988
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.395
    Expérience
    12,306
    Minion Life
    977
    Minion Damage
    298
    Ailment Threshold
    4,503
    Chill
    14
    Shock
    14
    Brittle
    81
    Scorch
    14
    Sap
    39
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 299–448
    Chances de coup critique: 5%
    Attack Time: 1.395 sec.
    Frappez vos ennemis d'un coup puissant.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    RhoaShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Charge au bouclier
    Base Damage: 299–448
    Chances de coup critique: 5%
    Attack Time: 1.395 sec.
    Temps de recharge: 3 sec.
    Une charge qui percute un ennemi avec le bouclier du personnage. L'ennemi est également repoussé et étourdi. Les ennemis sur votre chemin sont projetés sur le côté. Les dégâts et l'étourdissement sont proportionnels à la distance parcourue.
    Vous n'infligez plus de Coups critiques
    40% Davantage de Dégâts au Toucher à distance de charge maximale
    50% d'Augmentation de la Durée de l'Étourdissement sur les Ennemis à distance de charge maximale
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge end slide distance [41]
    shield charge extra distance [30]
    RhoaShieldChargeTaunt
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Charge au bouclier
    Base Damage: 299–448
    Chances de coup critique: 5%
    Attack Time: 1.395 sec.
    Temps de recharge: 3 sec.
    Une charge qui percute un ennemi avec le bouclier du personnage. L'ennemi est également repoussé et étourdi. Les ennemis sur votre chemin sont projetés sur le côté. Les dégâts et l'étourdissement sont proportionnels à la distance parcourue.
    Vous n'infligez plus de Coups critiques
    50% Davantage de Dégâts au Toucher à distance de charge maximale
    50% d'Augmentation de la Durée de l'Étourdissement sur les Ennemis à distance de charge maximale
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge end slide distance [41]
    shield charge extra distance [30]
    TentaclePortalWalkEmerge
    walk emerge distance [150]
    walk emerge height offset [-100]

    Object Type

    version 2
    extends "Metadata/Monsters/Rhoas/Rhoa"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Rhoas/Rhoa"
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadow_mirror_EPK.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Rhoas/RhoaTentacles"] = {
        name = "Elder-Blessed Rhoa",
        life = 0.7,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "RhoaShieldCharge",
            "RhoaShieldChargeTaunt",
            "MeleeAtAnimationSpeed",
            "TentaclePortalWalkEmerge",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RhoaShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = "4",
        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.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_damage_+%_maximum",
            "shield_charge_continue_past_target",
            "shield_charge_stun_duration_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "ignores_proximity_shield",
            "global_cannot_crit",
        },
        levels = {
            [1] = {100, 0, 50, 30, 41, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {80, 0, 50, 30, 41, levelRequirement = 10, statInterpolation = {1, 1},  cost = { }, },
            [3] = {70, 0, 50, 30, 41, levelRequirement = 20, statInterpolation = {1, 1},  cost = { }, },
            [4] = {60, 0, 50, 30, 41, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [5] = {50, 0, 50, 30, 41, levelRequirement = 41, statInterpolation = {1, 1},  cost = { }, },
            [6] = {45, 0, 50, 30, 41, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [7] = {40, 0, 50, 30, 41, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
            [8] = {35, 0, 50, 30, 41, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [9] = {30, 0, 50, 30, 41, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RhoaShieldChargeTaunt"] = {
        name = "Shield Charge",
        hidden = true,
        color = "4",
        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.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "shield_charge_stun_duration_+%_maximum",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "ignores_proximity_shield",
            "global_cannot_crit",
        },
        levels = {
            [1] = {0, 50, 50, 30, 41, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TentaclePortalWalkEmerge"] = {
        name = "TentaclePortalWalkEmerge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
            "walk_emerge_height_offset",
        },
        levels = {
            [1] = {150, -100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    visual attached elder tentacles [1]
    FamilyMonsterTentacles
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • visual attached elder tentacles Min: 1 Max: 1 Global
  • 30% d'Augmentation de Dégâts
    40% d'Augmentation de la Vitesse d'attaque
    40% d'Augmentation de la Vitesse de déplacement
    25% de Réduction des Dégâts subis
    FamilyChimeraMinionFerocity
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft TagsDégâts Attaque Vitesse
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Actor.main_hand_unarmed_typeClaw
    Actor.off_hand_unarmed_typeShield
    Monster.flip_enabledtrue
    Rhoa béni par l'Ancien
    Surnaturel
    visual attached elder tentacles [1]
    30% d'Augmentation de Dégâts
    40% d'Augmentation de la Vitesse d'attaque
    40% d'Augmentation de la Vitesse de déplacement
    25% de Réduction des Dégâts subis
    Elder-Blessed Rhoa
    SpectreN
    Tagsanimal_claw_weapon, avian_beast, beast, eldritch, has_claw, has_one_handed_melee, light_armour, melee, no_legacy_of_zeal, not_dex, not_int, physical_affinity, red_blood, slow_movement, small_height
    Vie
    70%
    Armure
    +25%
    Ailment Threshold
    70%
    Résistance
    0 40 0 0
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Expérience
    120%
    Model Size
    115%
    Type
    Rhoa
    Metadata
    RhoaTentaclesSummoned
    Niveau
    68
    Vie
    4,503
    Armure
    35,988
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.395
    Expérience
    12,306
    Minion Life
    977
    Minion Damage
    298
    Ailment Threshold
    4,503
    Chill
    14
    Shock
    14
    Brittle
    81
    Scorch
    14
    Sap
    39
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 299–448
    Chances de coup critique: 5%
    Attack Time: 1.395 sec.
    Frappez vos ennemis d'un coup puissant.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    RhoaShieldCharge
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Charge au bouclier
    Base Damage: 299–448
    Chances de coup critique: 5%
    Attack Time: 1.395 sec.
    Temps de recharge: 3 sec.
    Une charge qui percute un ennemi avec le bouclier du personnage. L'ennemi est également repoussé et étourdi. Les ennemis sur votre chemin sont projetés sur le côté. Les dégâts et l'étourdissement sont proportionnels à la distance parcourue.
    Vous n'infligez plus de Coups critiques
    40% Davantage de Dégâts au Toucher à distance de charge maximale
    50% d'Augmentation de la Durée de l'Étourdissement sur les Ennemis à distance de charge maximale
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge end slide distance [41]
    shield charge extra distance [30]
    RhoaShieldChargeTaunt
    Attack, Melee, MeleeSingleTarget, Movement, Travel
    Charge au bouclier
    Base Damage: 299–448
    Chances de coup critique: 5%
    Attack Time: 1.395 sec.
    Temps de recharge: 3 sec.
    Une charge qui percute un ennemi avec le bouclier du personnage. L'ennemi est également repoussé et étourdi. Les ennemis sur votre chemin sont projetés sur le côté. Les dégâts et l'étourdissement sont proportionnels à la distance parcourue.
    Vous n'infligez plus de Coups critiques
    50% Davantage de Dégâts au Toucher à distance de charge maximale
    50% d'Augmentation de la Durée de l'Étourdissement sur les Ennemis à distance de charge maximale
    ignores proximity shield [1]
    shield charge continue past target [0]
    shield charge end slide distance [41]
    shield charge extra distance [30]
    TentaclePortalWalkEmerge
    walk emerge distance [150]
    walk emerge height offset [-100]

    Object Type

    version 2
    extends "Metadata/Monsters/Rhoas/Rhoa"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Rhoas/Rhoa"
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadow_mirror_EPK.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Rhoas/RhoaTentaclesSummoned"] = {
        name = "Elder-Blessed Rhoa",
        life = 0.7,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "RhoaShieldCharge",
            "RhoaShieldChargeTaunt",
            "MeleeAtAnimationSpeed",
            "TentaclePortalWalkEmerge",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RhoaShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = "4",
        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.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_damage_+%_maximum",
            "shield_charge_continue_past_target",
            "shield_charge_stun_duration_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "ignores_proximity_shield",
            "global_cannot_crit",
        },
        levels = {
            [1] = {100, 0, 50, 30, 41, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {80, 0, 50, 30, 41, levelRequirement = 10, statInterpolation = {1, 1},  cost = { }, },
            [3] = {70, 0, 50, 30, 41, levelRequirement = 20, statInterpolation = {1, 1},  cost = { }, },
            [4] = {60, 0, 50, 30, 41, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [5] = {50, 0, 50, 30, 41, levelRequirement = 41, statInterpolation = {1, 1},  cost = { }, },
            [6] = {45, 0, 50, 30, 41, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [7] = {40, 0, 50, 30, 41, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
            [8] = {35, 0, 50, 30, 41, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [9] = {30, 0, 50, 30, 41, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RhoaShieldChargeTaunt"] = {
        name = "Shield Charge",
        hidden = true,
        color = "4",
        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.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_continue_past_target",
            "shield_charge_stun_duration_+%_maximum",
            "shield_charge_damage_+%_maximum",
            "shield_charge_extra_distance",
            "shield_charge_end_slide_distance",
            "ignores_proximity_shield",
            "global_cannot_crit",
        },
        levels = {
            [1] = {0, 50, 50, 30, 41, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TentaclePortalWalkEmerge"] = {
        name = "TentaclePortalWalkEmerge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
            "walk_emerge_height_offset",
        },
        levels = {
            [1] = {150, -100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    visual attached elder tentacles [1]
    FamilyMonsterTentacles
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • visual attached elder tentacles Min: 1 Max: 1 Global
  • 30% d'Augmentation de Dégâts
    40% d'Augmentation de la Vitesse d'attaque
    40% d'Augmentation de la Vitesse de déplacement
    25% de Réduction des Dégâts subis
    FamilyChimeraMinionFerocity
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft TagsDégâts Attaque Vitesse
    Edit

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