西里的姐妹
恶魔
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Tukohama's Scout
幽魂Y
地区暮光海滩, 炙热盐沼, 卡鲁要塞, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 卡兰德之湖
标签cold_affinity, demon, has_bow, humanoid, karui, medium_height, not_int, not_str, puncturing_weapon, ranged, red_blood, slow_movement, stone_armour
Packs
  • 暮光海滩, 炙热盐沼, 卡鲁要塞: 西里的姐妹
  • 西里的姐妹, 卡鲁族勇士, 卡鲁族勇士, 拉维安加的侍祭(图腾)
  • 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空: 西里的姐妹, 卡鲁族勇士, 卡鲁族勇士, 拉维安加的侍祭(图腾)
  • 生命
    121%
    闪避值
    +50%
    异常状态临界值
    121%
    抗性
    0 30 30 0
    伤害
    160%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 60
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    110%
    Model Size
    100%
    类型
    KaomArcher2Cold
    Metadata
    KaomArcher2
    等级
    83
    生命
    38,740
    护甲
    92,477
    闪避值
    11,790
    能量护盾
    0
    伤害
    1,441
    法术伤害
    1,441
    命中
    518
    攻击间隔
    1.5
    经验值
    14,445
    异常状态临界值
    38,740
    冰缓
    122
    Shock
    122
    Brittle
    693
    Scorch
    122
    Sap
    338
    KaomWarriorBlastRain
    攻击, 范围攻击, 火焰, 技能可幻影射手, 范围, 投射物速度, ProjectileNumber, 图腾技能, 陷阱技能, 地雷技能, 可触发, 雨
    爆裂箭雨
    基本伤害: 1152–1729
    攻击暴击率: 5%
    攻击伤害: 62%
    攻击伤害: 62.5%
    攻击间隔: 1.5 秒
    冷却时间: 2 秒
    向天空射出箭矢,在一个区域降下箭雨。每一支箭矢落地时都造成范围伤害,并可以在目标地点叠加。
    攻击伤害总降 37.5%
    额外获得 2 个箭矢
    物理伤害的 50% 转化为冰霜伤害
    攻击速度总降 25%
    active skill area of effect radius +% final [-5]
    base is projectile [1]
    blast rain arrow delay ms [80]
    is area damage [1]
    skill can fire arrows [1]
    KaomArcherShot2
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 1152–1729
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    物理伤害的 50% 转化为冰霜伤害
    攻击速度总降 25%
    base is projectile [1]
    monster projectile variation [21]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/KaomWarrior/KaomWarrior"
    
    Stats
    {
    	supress_muzzle_flash = 1
    	supress_weapon_surges = 1
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/KaomWarrior/KaomWarrior"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KaomWarrior/KaomArcher2"] = {
        name = "Tukohama's Scout",
        life = 1.21,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "KaomArcherShot2",
            "KaomWarriorBlastRain",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KaomArcherShot2"] = {
        name = "KaomArcherShot2",
        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 = {
            "spell_maximum_action_distance_+%",
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {-60, 21, 50, -25, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["KaomWarriorBlastRain"] = {
        name = "Blast Rain",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires arrows up in the air, to rain down in an area. Each arrow deals area damage around where it lands, and they will all overlap on the targeted location.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.ProjectileNumber] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Rain] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "number_of_additional_arrows",
            "blast_rain_arrow_delay_ms",
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
            "is_area_damage",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {50, 2, 80, -25, -5, baseMultiplier = 0.625, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    获得额外冰霜伤害, 其数值等同于物理伤害的 100%
    IdMonsterPhysicalAddedAsCold
    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
    Edit

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