蜘蛛爪牙
野獸
迷蹤效果
suppress phasing visual [1]
Spider Minion
幽魂N
標籤animal_claw_weapon, beast, chaos_affinity, extra_extra_small_height, ghost_armour, has_one_hand_sword, has_one_handed_melee, spider, very_fast_movement
生命
180%
異常狀態臨界值
180%
抗性
40 40 40 20
傷害
176%
命中
340%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 7
攻擊間隔
0.96 秒
傷害分佈
±20%
經驗值
120%
Model Size
40%
類型
TinySpiderMinionFromUnique
Metadata
SummonedSpider
IsSummoned
Y
等級
68
生命
11,580
護甲值
28,790
閃避值
4,739
傷害
657
法術傷害
657
命中
1,276
攻擊間隔
0.96
經驗值
12,306
召喚物生命
2,512
召喚物傷害
525
異常狀態臨界值
11,580
冰緩
37
感電
37
易碎
207
焦灼
37
殘喘
101
SummonedSpiderViperStrike
攻擊, 持續時間, 攻擊可重複, 近戰, 近戰單一目標, DoT, 混沌
毒蛇打擊
基本傷害: 526–789
暴擊率: 5%
攻擊間隔: 0.96 秒
對敵人進行攻擊,轉化你部分的物理傷害為混沌傷害並造成中毒,該中毒受到技能持續時間影響。雙持時,會使用兩把武器打擊。限定爪、匕首與劍。
+4 秒基礎持續時間
擊中使敵人中毒
poison duration is skill duration [1]
visual hit effect chaos is green [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Stats
{
	set_item_drop_slots = 0
	untargetable_by_monster_ai = 1
	set_is_spider = 1
	set_base_cannot_be_damaged = 1
	set_cannot_be_chained_from = 1
	set_maximum_life_is_one = 1
}

Life
{
	corpse_usable = false
}

Animated
{
	animated_object = "Metadata/Monsters/SummonedSpider/SummonedSpider.ao"
}

DiesAfterTime
{
}

Actor
{
	main_hand_unarmed_type = "Dagger"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"


Targetable
{
	no_highlight = true
	targetable = false
}


Preload
{
	preload_animated_object = "Metadata/Effects/Spells/summon_spider_arakaalisfang/summon_poof.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SummonedSpider/SummonedSpider"] = {
    name = "Spider Minion",
    life = 1.8,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 1.76,
    damageSpread = 0.2,
    attackTime = 0.96,
    attackRange = 7,
    accuracy = 3.4,
    weaponType1 = "One Hand Sword",
    skillList = {
        "SummonedSpiderViperStrike",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonedSpiderViperStrike"] = {
    name = "Viper Strike",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Duration] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chance_to_poison_on_hit_%",
        "base_skill_effect_duration",
        "poison_duration_is_skill_duration",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {100, 4000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
迷蹤效果
suppress phasing visual [1]
FamilyPhasing
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • phase through objects Min: 1 Max: 1 全域
  • suppress phasing visual Min: 1 Max: 1 全域
  • keyval
    Stats.item_drop_slots0
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.untargetable_by_monster_ai1
    Stats.is_spider1
    Stats.base_cannot_be_damaged1
    Stats.cannot_be_chained_from1
    Stats.maximum_life_is_one1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Actor.main_hand_unarmed_typeDagger
    Life.corpse_usablefalse
    Animated.animated_objectMetadata/Monsters/SummonedSpider/SummonedSpider.ao
    蜘蛛爪牙
    野獸
    迷蹤效果
    suppress phasing visual [1]
    Spider Minion
    幽魂N
    標籤animal_claw_weapon, beast, chaos_affinity, extra_extra_small_height, ghost_armour, has_one_hand_sword, has_one_handed_melee, spider, very_fast_movement
    生命
    180%
    異常狀態臨界值
    180%
    抗性
    40 40 40 20
    傷害
    176%
    命中
    340%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    5 ~ 7
    攻擊間隔
    0.96 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    40%
    類型
    TinySpiderMinionFromUnique
    Metadata
    SummonedSpiderDemonic
    IsSummoned
    Y
    等級
    68
    生命
    11,580
    護甲值
    28,790
    閃避值
    4,739
    傷害
    657
    法術傷害
    657
    命中
    1,276
    攻擊間隔
    0.96
    經驗值
    12,306
    召喚物生命
    2,512
    召喚物傷害
    525
    異常狀態臨界值
    11,580
    冰緩
    37
    感電
    37
    易碎
    207
    焦灼
    37
    殘喘
    101
    SummonedSpiderViperStrikeDemonic
    攻擊, 持續時間, 攻擊可重複, 近戰, 近戰單一目標, DoT, 混沌
    毒蛇打擊
    基本傷害: 526–789
    暴擊率: 5%
    攻擊間隔: 0.96 秒
    對敵人進行攻擊,轉化你部分的物理傷害為混沌傷害並造成中毒,該中毒受到技能持續時間影響。雙持時,會使用兩把武器打擊。限定爪、匕首與劍。
    +4 秒基礎持續時間
    擊中使敵人中毒
    poison duration is skill duration [1]
    visual hit effect chaos is green [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_item_drop_slots = 0
    	untargetable_by_monster_ai = 1
    	set_is_spider = 1
    	set_base_cannot_be_damaged = 1
    	set_cannot_be_chained_from = 1
    	set_maximum_life_is_one = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	animated_object = "Metadata/Monsters/SummonedSpider/SummonedSpiderDemonic.ao"
    }
    
    DiesAfterTime
    {
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    Targetable
    {
    	no_highlight = true
    	targetable = false
    }
    
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/viper_strike/demonic/viper_strike_demonic.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SummonedSpider/SummonedSpiderDemonic"] = {
        name = "Spider Minion",
        life = 1.8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 1.76,
        damageSpread = 0.2,
        attackTime = 0.96,
        attackRange = 7,
        accuracy = 3.4,
        weaponType1 = "One Hand Sword",
        skillList = {
            "SummonedSpiderViperStrikeDemonic",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonedSpiderViperStrikeDemonic"] = {
        name = "Viper Strike",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Duration] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chance_to_poison_on_hit_%",
            "base_skill_effect_duration",
            "poison_duration_is_skill_duration",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {100, 4000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    迷蹤效果
    suppress phasing visual [1]
    FamilyPhasing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • phase through objects Min: 1 Max: 1 全域
  • suppress phasing visual Min: 1 Max: 1 全域
  • keyval
    Stats.item_drop_slots0
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.untargetable_by_monster_ai1
    Stats.is_spider1
    Stats.base_cannot_be_damaged1
    Stats.cannot_be_chained_from1
    Stats.maximum_life_is_one1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Actor.main_hand_unarmed_typeDagger
    Life.corpse_usablefalse
    Animated.animated_objectMetadata/Monsters/SummonedSpider/SummonedSpiderDemonic.ao
    Edit

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