Хромовый квакун
Зверь
Семейство: Глубины
Дарует 100% от физического урона в виде дополнительного урона от холода
Chrome-infused Croaker
SpectreY
AreaВисячие сады, Лаборатория вечных
Tagsamphibian_beast, beast, Чародейский, cold_affinity, has_one_hand_sword, has_one_handed_melee, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast
Packs
  • Лаборатория вечных: Зеркальный квакун, Хромовый квакун
  • Здоровье
    138%
    Уклонение
    +50%
    Ailment Threshold
    138%
    Сопротивление
    0 30 30 0
    Damage
    100%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Опыт
    125%
    Model Size
    92%
    Type
    GemFrogChrome
    Metadata
    GemFrogChrome
    Уровень
    68
    Здоровье
    8,878
    Броня
    28,790
    Уклонение
    7,109
    Энерг. щит
    0
    Damage
    374
    Урон от чар
    374
    Точность
    290
    Attack Time
    1.005
    Опыт
    12,819
    Ailment Threshold
    8,878
    Chill
    28
    Shock
    28
    Brittle
    159
    Scorch
    28
    Sap
    78
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 299–448
    Шанс критического удара: 5%
    Attack Time: 1.005 сек.
    Герой наносит обычный удар.
    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]
    ChromeArcticBreath
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
    Ползучий мороз
    Шанс критического удара: 5%
    Время применения: 0.8 сек.
    Перезарядка: 2.5 сек.
    Герой выпускает ледяной снаряд, который взрывается при попадании или достижении указанного места, наносит урон по области и создаёт охлаждающий участок, наносящий постепенный урон от холода. Этот участок будет расползаться по земле в направлении к ближайшим врагам до завершения времени своего действия.
    Наносит от 742 до 1113 урона от холода
    Базовая длительность - 3.5 секунд(-ы)
    50% снижение скорости снаряда
    Базовый радиус - 1.5 м
    Базовый вторичный радиус - 1.5 м
    base is projectile [1]
    ground ice art variation [2]
    ChromeSummonOrbWithMortar
    Spell, Projectile, Multicastable, Triggerable
    Время применения: 1.2 сек.
    Перезарядка: 6 сек.
    Наносит от 449.4 до 674.1 урона от холода
    active skill area of effect radius +% final [-35]
    alternate minion [243]
    base is projectile [1]
    monster projectile variation [4]
    number of monsters to summon [1]
    projectile minimum range [20]
    projectile spread radius [10]
    projectile spread radius per additional projectile [5]
    projectile uses contact position [1]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GemMonster/Frog/Frog"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GemMonster/Frog/Frog"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/GemFrogChrome"] = {
        name = "Chrome-infused Croaker",
        life = 1.38,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "ChromeArcticBreath",
            "ChromeSummonOrbWithMortar",
        },
        modList = {
        },
    }
    -- 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["ChromeArcticBreath"] = {
        name = "Creeping Frost",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Duration] = true,
            [SkillType.Area] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "ground_ice_art_variation",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3500, -50, 2, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 2, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 2, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChromeSummonOrbWithMortar"] = {
        name = "ChromeSummonOrbWithMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "projectile_minimum_range",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "projectile_spread_radius_per_additional_projectile",
            "active_skill_area_of_effect_radius_+%_final",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
            "projectile_uses_contact_position",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 243, 20, 4, 10, 5, -35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Дарует 100% от физического урона в виде дополнительного урона от холода
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Edit

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