크롬 도금 물렁이
야수
종: 유충
과: 심해
물리 피해의 100%를 추가 냉기 피해로 획득
Chrome-touched Croaker
SpectreY
Area고층 정원, 영원한 실험실
Tagsamphibian_beast, beast, 시전, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast, small_height
Packs
  • 고층 정원: 크롬 도금 물렁이, 크롬 주입 물렁이
  • 영원한 실험실: 크롬 도금 물렁이, 크롬 주입 물렁이
  • 생명력
    100%
    회피
    +50%
    Ailment Threshold
    100%
    저항
    0 30 30 0
    Damage
    75%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    80%
    Type
    GemFrogChrometouched
    Metadata
    GemFrogChrometouched
    레벨
    68
    생명력
    6,433
    방어구
    28,790
    회피
    7,109
    에너지 보호막
    0
    Damage
    280
    주문 피해
    280
    정확도
    290
    Attack Time
    1.005
    경험치
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 224–336
    치명타 확률: 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]
    GemFrogLeapSlam
    Spell, Movement
    시전 속도: 1.4 초
    재사용 대기시간: 0.3 초
    주는 공격 피해 50% 증폭
    물리 피해 25% 감소
    cast time overrides attack duration [1]
    is area damage [1]
    walk emerge extra distance [-10]
    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미터
    기본 2차 반경 1.5미터
    base is projectile [1]
    ground ice art variation [2]
    GAGemFrogLeapSlam
    Triggerable, Attack
    Base Damage: 224–336
    치명타 확률: 5%
    공격 피해: 150%
    공격 피해: 150%
    Attack Time: 1.005 초
    주는 공격 피해 50% 증폭
    물리 피해 25% 감소
    cast time overrides attack duration [1]
    is area damage [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/GemFrogChrometouched"] = {
        name = "Chrome-touched Croaker",
        life = 1,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GemFrogLeapSlam",
            "GAGemFrogLeapSlam",
            "ChromeArcticBreath",
        },
        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["GemFrogLeapSlam"] = {
        name = "GemFrogLeapSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "walk_emerge_extra_distance",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-25, -10, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAGemFrogLeapSlam"] = {
        name = "GAGemFrogLeapSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-25, baseMultiplier = 1.5, 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 = { }, },
        },
    }
    
    물리 피해의 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
    크롬 도금 물렁이
    야수
    물리 피해의 100%를 추가 냉기 피해로 획득
    Chrome-touched Croaker
    SpectreY
    Tagsamphibian_beast, beast, 시전, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, reptile_beast, small_height
    생명력
    100%
    회피
    +50%
    Ailment Threshold
    100%
    저항
    0 30 30 0
    Damage
    75%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    80%
    Type
    GemFrogChrometouched
    Metadata
    GemFrogChrometouchedLeapEmerge
    레벨
    68
    생명력
    6,433
    방어구
    28,790
    회피
    7,109
    에너지 보호막
    0
    Damage
    280
    주문 피해
    280
    정확도
    290
    Attack Time
    1.005
    경험치
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 224–336
    치명타 확률: 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]
    GemFrogLeapSlam
    Spell, Movement
    시전 속도: 1.4 초
    재사용 대기시간: 0.3 초
    주는 공격 피해 50% 증폭
    물리 피해 25% 감소
    cast time overrides attack duration [1]
    is area damage [1]
    walk emerge extra distance [-10]
    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미터
    기본 2차 반경 1.5미터
    base is projectile [1]
    ground ice art variation [2]
    GAGemFrogLeapSlam
    Triggerable, Attack
    Base Damage: 224–336
    치명타 확률: 5%
    공격 피해: 150%
    공격 피해: 150%
    Attack Time: 1.005 초
    주는 공격 피해 50% 증폭
    물리 피해 25% 감소
    cast time overrides attack duration [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GemMonster/Frog/ChromeFrog"
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GemMonster/Frog/ChromeFrog"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/GemFrogChrometouchedLeapEmerge"] = {
        name = "Chrome-touched Croaker",
        life = 1,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 0.75,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GemFrogLeapSlam",
            "GAGemFrogLeapSlam",
            "ChromeArcticBreath",
        },
        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["GemFrogLeapSlam"] = {
        name = "GemFrogLeapSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "walk_emerge_extra_distance",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-25, -10, baseMultiplier = 1.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAGemFrogLeapSlam"] = {
        name = "GAGemFrogLeapSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-25, baseMultiplier = 1.5, 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 = { }, },
        },
    }
    
    물리 피해의 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.