血月之靈印提
惡魔
種類: 狂猿
屬類: 飛禽動物
科類: 飛沙
monster base type attack cast speed +% and damage -% final [11]
增加 % 物品掉落稀有度
增加 50% 移動速度
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Inti of the Blood Moon
幽魂N
地區血咒之園, 封印棧房, 血咒之園, 封印棧房
標籤animal_claw_weapon, avian_beast, beast, demon, extra_large_height, flesh_armour, has_one_hand_mace, has_one_handed_melee, large_model, melee, not_str, physical_affinity, ranged, red_blood, slow_movement, vaalsidearea_boss
生命
220%
生命轉為護盾
50%
閃避
+20%
異常狀態臨界值
220%
抗性
30 30 30 20
傷害
288%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 14
攻擊間隔
1.11 秒
傷害分佈
±20%
經驗值
200%
Model Size
143%
類型
KiwethBossSideArea
Metadata
KiwethBossSideArea
等級
68
生命
14,153
護甲
28,790
閃避
5,687
能量護盾
3,064
傷害
1,076
法術傷害
1,076
命中
290
攻擊間隔
1.11
經驗值
20,510
異常狀態臨界值
14,153
冰緩
45
感電
45
易碎
253
焦灼
45
殘喘
124
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 861–1291
暴擊率: 5%
攻擊間隔: 1.11 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
BirdmanConsumeCorpseSideArea
法術
施放時間: 2.67 秒
kiweth consume leech % max life [8]
BirdmanBloodProjectileSideArea
攻擊, 範圍攻擊, 投射物, 玩家投射物, 可觸發
基本傷害: 861–1291
暴擊率: 5%
攻擊間隔: 1.11 秒
造成 10% 更多傷害
增加 100% 攻擊速度
base is projectile [1]
kiweth projectile spawn kiweth [1]
BirdmanConsumeSideArea
法術
施放時間: 2.67 秒
增加 15% 角色體型
+7 秒基礎持續時間
增加 50% 攻擊速度
增加 50% 移動速度

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_defeat = "RemoveEffects( );"
	on_spawned_dead = "RemoveEffects( );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Kiweth/KiwethBossSideArea"] = {
    name = "Inti of the Blood Moon",
    life = 2.2,
    energyShield = 0.5,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 2.88,
    damageSpread = 0.2,
    attackTime = 1.11,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "Melee",
        "BirdmanConsumeCorpseSideArea",
        "BirdmanBloodProjectileSideArea",
        "BirdmanConsumeSideArea",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BirdmanConsumeCorpseSideArea"] = {
    name = "BirdmanConsumeCorpseSideArea",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.67,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "kiweth_consume_leech_%_max_life",
    },
    levels = {
        [1] = {8, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BirdmanBloodProjectileSideArea"] = {
    name = "BirdmanBloodProjectileSideArea",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_speed_+%",
        "active_skill_damage_+%_final",
        "base_is_projectile",
        "kiweth_projectile_spawn_kiweth",
    },
    levels = {
        [1] = {100, 10, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BirdmanConsumeSideArea"] = {
    name = "BirdmanConsumeSideArea",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.67,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_actor_scale_+%",
        "attack_speed_+%",
        "base_movement_velocity_+%",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {15, 50, 50, 7000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [11]
IdMonsterSpeedAndDamageFixupSmall
FamilyMonsterSpeedAndDamageFixup
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 全域
  • Craft Tagscaster_damage damage attack caster speed
    增加 % 物品掉落稀有度
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 全域
  • 增加 50% 移動速度
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tagsspeed
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    IdMonsterInvasionMercilessDrops2
    FamilyMonsterMercilessDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 750 Max: 750 全域
  • monster additional quantity of dropped items in cruel +% Min: 500 Max: 500 全域
  • monster additional rarity of dropped items in merciless +% Min: 1500 Max: 1500 全域
  • monster additional quantity of dropped items in merciless +% Min: 1000 Max: 1000 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    血月之靈印提
    惡魔
    地區: InvasionBoss
    種類: 狂猿
    屬類: 飛禽動物
    科類: 飛沙
    monster base type attack cast speed +% and damage -% final [11]
    增加 % 物品掉落稀有度
    增加 50% 移動速度
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    monster no map drops [1]
    monster is invasion boss [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Inti of the Blood Moon
    幽魂N
    地區InvasionBoss
    End Game增加 50% 最大生命
    標籤animal_claw_weapon, avian_beast, beast, demon, extra_large_height, flesh_armour, has_one_hand_mace, has_one_handed_melee, invasion_boss, large_model, melee, not_str, physical_affinity, ranged, red_blood, slow_movement
    Packs
  • InvasionBoss: 血月之靈印提, 叢林反芻鳥
  • 生命
    220%
    生命轉為護盾
    50%
    閃避
    +20%
    異常狀態臨界值
    220%
    抗性
    30 30 30 20
    傷害
    288%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 14
    攻擊間隔
    1.11 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    143%
    類型
    KiwethBossSideArea
    Metadata
    KiwethBossSideAreaInvasion
    等級
    68
    生命
    14,153
    護甲
    28,790
    閃避
    5,687
    能量護盾
    3,064
    傷害
    1,076
    法術傷害
    1,076
    命中
    290
    攻擊間隔
    1.11
    經驗值
    20,510
    異常狀態臨界值
    14,153
    冰緩
    45
    感電
    45
    易碎
    253
    焦灼
    45
    殘喘
    124
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 861–1291
    暴擊率: 5%
    攻擊間隔: 1.11 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BirdmanConsumeCorpseSideArea
    法術
    施放時間: 2.67 秒
    kiweth consume leech % max life [8]
    BirdmanBloodProjectileSideArea
    攻擊, 範圍攻擊, 投射物, 玩家投射物, 可觸發
    基本傷害: 861–1291
    暴擊率: 5%
    攻擊間隔: 1.11 秒
    造成 10% 更多傷害
    增加 100% 攻擊速度
    base is projectile [1]
    kiweth projectile spawn kiweth [1]
    BirdmanConsumeSideArea
    法術
    施放時間: 2.67 秒
    增加 15% 角色體型
    +7 秒基礎持續時間
    增加 50% 攻擊速度
    增加 50% 移動速度

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_defeat = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Kiweth/KiwethBossSideAreaInvasion"] = {
        name = "Inti of the Blood Moon",
        life = 2.2,
        energyShield = 0.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 2.88,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "Melee",
            "BirdmanConsumeCorpseSideArea",
            "BirdmanBloodProjectileSideArea",
            "BirdmanConsumeSideArea",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BirdmanConsumeCorpseSideArea"] = {
        name = "BirdmanConsumeCorpseSideArea",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.67,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "kiweth_consume_leech_%_max_life",
        },
        levels = {
            [1] = {8, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BirdmanBloodProjectileSideArea"] = {
        name = "BirdmanBloodProjectileSideArea",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "base_is_projectile",
            "kiweth_projectile_spawn_kiweth",
        },
        levels = {
            [1] = {100, 10, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BirdmanConsumeSideArea"] = {
        name = "BirdmanConsumeSideArea",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.67,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_actor_scale_+%",
            "attack_speed_+%",
            "base_movement_velocity_+%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {15, 50, 50, 7000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 全域
  • Craft Tagscaster_damage damage attack caster speed
    增加 % 物品掉落稀有度
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 全域
  • 增加 50% 移動速度
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tagsspeed
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    IdMonsterInvasionMercilessDrops2
    FamilyMonsterMercilessDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 750 Max: 750 全域
  • monster additional quantity of dropped items in cruel +% Min: 500 Max: 500 全域
  • monster additional rarity of dropped items in merciless +% Min: 1500 Max: 1500 全域
  • monster additional quantity of dropped items in merciless +% Min: 1000 Max: 1000 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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