芮勒蓋許的爪
人形
地區: 旱木原野
stance movement speed +% final [112]
Ralakesh's Claw
幽魂Y
地區旱木原野
標籤bandit, flesh_armour, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, very_slow_movement
Packs
  • 旱木原野: 芮勒蓋許的犄角, 芮勒蓋許的爪, 芮勒蓋許的獠牙
  • 生命
    100%
    護甲
    +50%
    異常狀態臨界值
    100%
    抗性
    0 0 0 0
    傷害
    140%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 13
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BanditTwoHandedWeapon
    Metadata
    BearBandit2
    等級
    53
    生命
    2,350
    護甲
    12,828
    閃避
    2,730
    能量護盾
    0
    傷害
    241
    法術傷害
    241
    命中
    159
    攻擊間隔
    1.35
    經驗值
    6,324
    異常狀態臨界值
    2,350
    冰緩
    7
    感電
    7
    易碎
    42
    焦灼
    7
    殘喘
    21
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 193–289
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    用強大的攻擊擊倒敵人。
    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]
    BanditBearHeavyStrike
    攻擊, 近戰單一目標, 攻擊可重複, 近戰
    沉重之擊
    基本傷害: 193–289
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    對目標進行一次強而有力的攻擊並把目標擊退。限定斧、錘、劍或雙手武器。
    擊中時擊退敵人
    造成 50% 更多傷害
    減少 30% 敵人暈眩門檻
    BanditBearCleave
    攻擊, 範圍, 攻擊可重複, 近戰, ThresholdJewelArea, 物理
    劈砍
    基本傷害: 193–289
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    角色以弧狀揮動武器(雙持時則揮動兩把武器),並同時對多名敵人造成傷害。限定斧與劍。
    雙持武器時,每把武器造成 60% 傷害
    增加 35% 物理傷害
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-20]
    skill double hits when dual wielding [1]

    Object Type

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Animated
    {
    	on_any_tent = "parent.PlayAnimationTreeByIndex( 0 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/BearBandit2"] = {
        name = "Ralakesh's Claw",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "BanditBearCleave",
            "MeleeAtAnimationSpeed",
            "BanditBearHeavyStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBearCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "physical_damage_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, 35, -20, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["BanditBearHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    Edit

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