注鉻龍蜥
野獸
種類: 恐喙鳥
屬類: 爬行動物
科類: 飛沙
chance to apply suppression on hit % [20]
獲得 100% 物理傷害的冰冷傷害
stance movement speed +% final [100]
Chrome-infused Chimeral
幽魂Y
地區空中花園, 永恆實驗室
標籤beast, cold_affinity, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, melee, not_str, physical_affinity, ranged, red_blood, reptile_beast, slow_movement, small_height
Packs
  • 空中花園: 觸鉻龍蜥, 注鉻龍蜥
  • 永恆實驗室: 觸鉻龍蜥, 注鉻龍蜥
  • 生命
    154%
    生命轉為護盾
    50%
    閃避
    +20%
    異常狀態臨界值
    154%
    抗性
    52 52 0 0
    傷害
    112%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.005 秒
    傷害分佈
    ±20%
    經驗值
    140%
    Model Size
    100%
    類型
    IguanaChrome
    Metadata
    IguanaChrome
    等級
    68
    生命
    9,907
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    418
    法術傷害
    418
    命中
    0
    攻擊間隔
    1.005
    經驗值
    14,357
    異常狀態臨界值
    9,907
    冰緩
    31
    感電
    31
    易碎
    177
    焦灼
    31
    殘喘
    87
    IguanaProjectileChrome
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
    基本傷害: 335–502
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    冷卻時間: 3.5 秒
    造成 30% 更少傷害
    50% 物理傷害轉化至冰冷傷害
    base is projectile [1]
    monster projectile variation [24]
    monster reverse point blank damage -% at minimum range [30]
    spell maximum action distance +% [-60]
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 335–502
    暴擊率: 5%
    攻擊間隔: 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]
    IguanaDoomArrow
    攻擊, 範圍, 投射物速度, 圖騰技能, 陷阱技能, 地雷技能, 範圍攻擊, 技能可幻影射手
    基本傷害: 335–502
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    冷卻時間: 5 秒
    造成 75% 更多傷害
    50% 物理傷害轉化至冰冷傷害
    base is projectile [1]
    doom arrow number of arrows [4]
    main hand base maximum attack distance [50]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Actor
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GemMonster/IguanaChrome"] = {
        name = "Chrome-infused Chimeral",
        life = 1.54,
        energyShield = 0.5,
        fireResist = 52,
        coldResist = 52,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "IguanaProjectileChrome",
            "IguanaDoomArrow",
        },
        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["IguanaProjectileChrome"] = {
        name = "IguanaProjectileChrome",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_damage_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
        },
        levels = {
            [1] = {24, -60, -30, 30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IguanaDoomArrow"] = {
        name = "IguanaDoomArrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "doom_arrow_number_of_arrows",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_damage_+%_final",
            "main_hand_base_maximum_attack_distance",
            "base_is_projectile",
        },
        levels = {
            [1] = {4, 50, 75, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    chance to apply suppression on hit % [20]
    IdMonsterSuppressingFire
    FamilySuppressingFire
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • chance to apply suppression on hit % Min: 20 Max: 20 全域
  • 獲得 100% 物理傷害的冰冷傷害
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceScavengerRun
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 全域
  • Craft Tagsspeed
    Edit

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