ブラックガード・スカウト
人型
エリア: 戦場
アタックブロック率が30%
ブロックしたヒットからダメージの15%を受ける
Blackguard Scout
SpectreY
Area戦場
Tagshas_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon
Packs
  • 戦場: ブラックガード・スカウト
  • WorldAreas#832: ブラックガード・スカウト, ブラックガード・メイジ
  • WorldAreas#926: ブラックガード・スカウト, ブラックガード・メイジ
  • WorldAreas#807: ブラックガード・スカウトコマンダー, ブラックガード・スカウト
  • WorldAreas#885: ブラックガード・スカウトコマンダー, ブラックガード・スカウト
  • WorldAreas#1378: ブラックガード・スカウト, ブラックガード・メイジ
  • WorldAreas#1363: ブラックガード・スカウト, ブラックガード・メイジ, ブラックガード・スカウトコマンダー
  • ライフ
    120%
    防具
    +40%
    Ailment Threshold
    120%
    耐性
    20 20 20 0
    Damage
    131%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    経験値
    100%
    Model Size
    100%
    Type
    AxisSoldier
    Metadata
    AxisFootSoldier
    レベル
    27
    ライフ
    444
    防具
    1,169
    回避力
    849
    エナジーシールド
    0
    Damage
    51
    スペルダメージ
    51
    命中
    52
    Attack Time
    1.305
    経験値
    1,437
    Ailment Threshold
    444
    Chill
    1
    Shock
    1
    Brittle
    8
    Scorch
    1
    Sap
    4
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 41–61
    クリティカル率: 5%
    Attack Time: 1.305 秒
    強力な一撃で敵を打ち倒す。
    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]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisFootSoldier"] = {
        name = "Blackguard Scout",
        life = 1.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.31,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    アタックブロック率が30%
    ブロックしたヒットからダメージの15%を受ける
    IdMonsterAttackBlock30Bypass15
    FamilyMonsterBlockAndBypass
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    ブラックガード・スカウト
    人型
    monster no drops or experience [1]
    アタックブロック率が30%
    ブロックしたヒットからダメージの15%を受ける
    Blackguard Scout
    SpectreY
    Tagshas_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon
    ライフ
    120%
    防具
    +40%
    Ailment Threshold
    120%
    耐性
    20 20 20 0
    Damage
    131%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    経験値
    100%
    Model Size
    100%
    Type
    AxisSoldier
    Metadata
    AxisFootSoldierTentEmerge
    レベル
    68
    ライフ
    7,720
    防具
    40,306
    回避力
    4,739
    エナジーシールド
    0
    Damage
    489
    スペルダメージ
    489
    命中
    290
    Attack Time
    1.305
    経験値
    10,255
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 391–587
    クリティカル率: 5%
    Attack Time: 1.305 秒
    強力な一撃で敵を打ち倒す。
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisFootSoldierTentEmerge"] = {
        name = "Blackguard Scout",
        life = 1.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.31,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • アタックブロック率が30%
    ブロックしたヒットからダメージの15%を受ける
    IdMonsterAttackBlock30Bypass15
    FamilyMonsterBlockAndBypass
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    Edit

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