Sábiocardo
Bestial
Espécie: Lobos
Família: Selvagens
Lanças de Gelo ao Morrer
stance movement speed +% final [112]
Thistlesage
SpectreN
AreaJardins Imperiais
Tagsanimal_claw_weapon, beast, Conjurador, cold_affinity, flesh_armour, has_dagger, has_one_handed_melee, large_model, mammal_beast, medium_height, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, rodent_beast
Packs
  • Jardins Imperiais: Sábiocardo, Porco-Espinho Gigante
  • Vida
    110%
    Armadura
    +15%
    Evasão
    +15%
    Ailment Threshold
    110%
    Resistência
    0 40 0 0
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.05 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    120%
    Type
    Spiker
    Metadata
    SpikerBoss
    Nível
    30
    Vida
    514
    Armadura
    1,288
    Evasão
    1,143
    Escudo de Energia
    0
    Damage
    47
    Dano Mágico
    47
    Precisão
    59
    Attack Time
    1.05
    Experiência
    1,812
    Ailment Threshold
    514
    Chill
    2
    Shock
    2
    Brittle
    9
    Scorch
    2
    Sap
    4
    SpikerBossMultistrikeMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 37–56
    Chance de Crítico: 5%
    Attack Time: 1.05 seg
    Abate seus inimigos com um golpe poderoso.
    Este Ataque se Repete 2 vezes adicionais
    75% mais Velocidade de Ataque Corpo a Corpo
    SpikerBossIceSpearDeathNova
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
    Lança Gélida
    Chance de Crítico: 7%
    Tempo de Conjuração: 0.85 seg
    Recarga: 0.5 seg
    Lança fragmentos de gelo rapidamente e sucessivamente. Após viajar uma curta distância ela se modifica para uma segunda forma, que se move muiot mais rápido e atravessa os inimigos.
    Causa 76.3 a 101.7 de Dano de Gelo
    Dispara 9 Projéteis adicionais
    Dispara Projéteis em um círculo
    Segunda forma possui um aumento de 600% de Chance de Crítico
    100% de chance de Ativar esta Magia ao Morrer
    active skill chill duration +% final [78]
    base is projectile [1]
    skill unusable [1]
    SpikerBossIceSpear
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
    Lança Gélida
    Chance de Crítico: 7%
    Tempo de Conjuração: 0.85 seg
    Recarga: 6 seg
    Lança fragmentos de gelo rapidamente e sucessivamente. Após viajar uma curta distância ela se modifica para uma segunda forma, que se move muiot mais rápido e atravessa os inimigos.
    Causa 50.87 a 76.3 de Dano de Gelo
    Dispara 2 Projéteis adicionais
    Segunda forma possui um aumento de 600% de Chance de Crítico
    active skill chill duration +% final [78]
    base is projectile [1]
    spell maximum action distance +% [-40]
    SpikerBossIceCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Invocar Tormenta
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.5 seg
    Recarga: 1.5 seg
    Define um marcador no local. Após um curto período, raios atingem o marcador, causando dano ao seu redor e fazendo com que raios atinjam quaisquer outros marcadores que você tenha conjurado.
    Causa 49.32 a 73.98 de Dano de Gelo
    Ativa Magias Suportadas quando você sofrer 10 de Dano total de Acertos
    Duração base é de 2.5 segundos
    active skill area of effect radius +% final [-20]
    base skill show average damage instead of dps [1]
    cast on damage taken also tracks dot [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    StateMachine
    {
    	define_shared_state = "aggro;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spiker/SpikerBoss"] = {
        name = "Thistlesage",
        life = 1.1,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.05,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "SpikerBossMultistrikeMelee",
            "SpikerBossIceSpearDeathNova",
            "SpikerBossIceSpear",
            "SpikerBossIceCall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpikerBossMultistrikeMelee"] = {
        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 = {
            "base_melee_attack_repeat_count",
            "support_multiple_attacks_melee_attack_speed_+%_final",
        },
        levels = {
            [1] = {2, 75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpikerBossIceSpearDeathNova"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "ice_spear_second_form_critical_strike_chance_+%",
            "cast_on_death_%",
            "number_of_additional_projectiles",
            "skill_unusable",
            "base_is_projectile",
            "projectiles_nova",
        },
        levels = {
            [1] = {1.2000000476837, 1.6000000238419, 78, 600, 100, 9, critChance = 7, levelRequirement = 30, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpikerBossIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "ice_spear_second_form_critical_strike_chance_+%",
            "spell_maximum_action_distance_+%",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, 600, -40, 2, critChance = 7, levelRequirement = 30, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpikerBossIceCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "cast_on_damage_taken_threshold",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_show_average_damage_instead_of_dps",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 35, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 53, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 59, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 2500, 100, 10, -20, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Lanças de Gelo ao Morrer
    IdMonsterDisplayCastsIceSpearNovaOnDeath
    FamilyDisplayCastsIceSpearNovaOnDeath
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • display monster ice spear nova on death text Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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